Skip to content

Commit

Permalink
Update citation info for Visium_SPG_AD
Browse files Browse the repository at this point in the history
  • Loading branch information
lcolladotor committed May 24, 2024
1 parent 45b22bc commit e9d6e3a
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 12 deletions.
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -334,19 +334,19 @@ 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
#> <https://doi.org/10.1101/2023.04.20.537710>,
#> <https://www.biorxiv.org/content/10.1101/2023.04.20.537710v1>.
#> cortex." _GEN Biotechnology_. doi:10.1089/genbio.2023.0019
#> <https://doi.org/10.1089/genbio.2023.0019>,
#> <https://doi.org/10.1089/genbio.2023.0019>.
#>
#> A BibTeX entry for LaTeX users is
#>
#> @Article{,
#> 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},
#> }
```

Expand Down
6 changes: 3 additions & 3 deletions inst/CITATION
Original file line number Diff line number Diff line change
Expand Up @@ -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"
)
)
6 changes: 3 additions & 3 deletions inst/app/www/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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},
#> }
```

Expand Down

0 comments on commit e9d6e3a

Please sign in to comment.