mmm-usc / mmmlab_website

0 stars 1 forks source link

Add links to postprints for accepted articles #29

Open marklhc opened 5 months ago

marklhc commented 5 months ago

Add the following entries to publications.

marklhc commented 5 months ago

Possible edit to publication page

preprint_list <- rep(list(""), 17)
preprint_list[[1]] <- "[link to preprint]"
bib_years <- unlist(lapply(myBib, FUN = \(x) x$year))
for (yeari in as.character(2023:2019)) {
  cat(paste("\n###", yeari), "\n")
  # print(myBib[date = yeari])
  for (j in which(bib_years == yeari)) {
    print(
      paste(
        paste(capture.output(myBib[[j]]), collapse = " "),
        preprint_list[[j]]
      )
    )
  }
  # print(myBib[which(bib_years == yeari)])
}
YichiZhang2024 commented 4 months ago

Please add the following postprint (Zhang & Lai, 2023) to the publication page: https://osf.io/preprints/osf/rqsfx Here is the DOI for this manuscript: 10.3758/s13428-023-02325-9 Thank you!

YichiZhang2024 commented 4 months ago

Please add the following postprint (Zhang, Lai & Palardy, 2023) to the publication page: https://osf.io/preprints/osf/ct7m9 Here is the DOI for this manuscript: 10.1037/met0000455 Thank you very much!

marklhc commented 3 months ago

New articles:

marklhc commented 2 months ago

Can be done by editing this CSV file: https://github.com/mmm-usc/mmmlab_website/blob/master/pub_doi.csv