From e9d6e3a4219da2765dbb08d4fd1994dfdca0084e Mon Sep 17 00:00:00 2001 From: lcolladotor Date: Fri, 24 May 2024 13:23:49 -0400 Subject: [PATCH] Update citation info for Visium_SPG_AD --- README.md | 12 ++++++------ inst/CITATION | 6 +++--- inst/app/www/README.md | 6 +++--- 3 files changed, 12 insertions(+), 12 deletions(-) diff --git a/README.md b/README.md index 23a0513e..c4c49cd2 100644 --- a/README.md +++ b/README.md @@ -334,9 +334,9 @@ print(citation("spatialLIBD"), bibtex = TRUE) #> Hicks SC, Martinowich K, Maynard KR, Collado-Torres L (2023). #> "Influence of Alzheimer’s disease related neuropathology on local #> microenvironment gene expression in the human inferior temporal -#> cortex." _bioRxiv_. doi:10.1101/2023.04.20.537710 -#> , -#> . +#> cortex." _GEN Biotechnology_. doi:10.1089/genbio.2023.0019 +#> , +#> . #> #> A BibTeX entry for LaTeX users is #> @@ -344,9 +344,9 @@ print(citation("spatialLIBD"), bibtex = TRUE) #> title = {Influence of Alzheimer’s disease related neuropathology on local microenvironment gene expression in the human inferior temporal cortex}, #> author = {Sang Ho Kwon and Sowmya Parthiban and Madhavi Tippani and Heena R. Divecha and Nicholas J. Eagles and Jashandeep S. Lobana and Stephen R. Williams and Michelle Mark and Rahul A. Bharadwaj and Joel E. Kleinman and Thomas M. Hyde and Stephanie C. Page and Stephanie C. Hicks and Keri Martinowich and Kristen R. Maynard and Leonardo Collado-Torres}, #> year = {2023}, -#> journal = {bioRxiv}, -#> doi = {10.1101/2023.04.20.537710}, -#> url = {https://www.biorxiv.org/content/10.1101/2023.04.20.537710v1}, +#> journal = {GEN Biotechnology}, +#> doi = {10.1089/genbio.2023.0019}, +#> url = {https://doi.org/10.1089/genbio.2023.0019}, #> } ``` diff --git a/inst/CITATION b/inst/CITATION index bc6d454d..e10fdcf2 100644 --- a/inst/CITATION +++ b/inst/CITATION @@ -98,8 +98,8 @@ c( as.person("Leonardo Collado-Torres") ), year = 2023, - journal = "bioRxiv", - doi = "10.1101/2023.04.20.537710", - url = "https://www.biorxiv.org/content/10.1101/2023.04.20.537710v1" + journal = "GEN Biotechnology", + doi = "10.1089/genbio.2023.0019", + url = "https://doi.org/10.1089/genbio.2023.0019" ) ) diff --git a/inst/app/www/README.md b/inst/app/www/README.md index adb3c1b8..8c3e846b 100644 --- a/inst/app/www/README.md +++ b/inst/app/www/README.md @@ -344,9 +344,9 @@ print(citation("spatialLIBD"), bibtex = TRUE) #> title = {Influence of Alzheimer’s disease related neuropathology on local microenvironment gene expression in the human inferior temporal cortex}, #> author = {Sang Ho Kwon and Sowmya Parthiban and Madhavi Tippani and Heena R. Divecha and Nicholas J. Eagles and Jashandeep S. Lobana and Stephen R. Williams and Michelle Mark and Rahul A. Bharadwaj and Joel E. Kleinman and Thomas M. Hyde and Stephanie C. Page and Stephanie C. Hicks and Keri Martinowich and Kristen R. Maynard and Leonardo Collado-Torres}, #> year = {2023}, -#> journal = {bioRxiv}, -#> doi = {10.1101/2023.04.20.537710}, -#> url = {https://www.biorxiv.org/content/10.1101/2023.04.20.537710v1}, +#> journal = {GEN Biotechnology}, +#> doi = {10.1089/genbio.2023.0019}, +#> url = {https://doi.org/10.1089/genbio.2023.0019}, #> } ```