summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNaeem Model <me@nmode.ca>2024-05-09 20:38:33 +0000
committerNaeem Model <me@nmode.ca>2024-05-09 20:38:33 +0000
commit5ddacea01e66927a6bb3a29ccb345edc22e6f589 (patch)
tree7c5f2b793f6829cce7b5ca8bac4c7c1b713f53d3
parent8af9cb50c7856800a9e014685a479ed3918837c3 (diff)
Update project URL and fix formatting for citation files
-rw-r--r--CITATION.cff2
-rw-r--r--inst/CITATION22
2 files changed, 12 insertions, 12 deletions
diff --git a/CITATION.cff b/CITATION.cff
index 94e8684..c1edd19 100644
--- a/CITATION.cff
+++ b/CITATION.cff
@@ -37,7 +37,7 @@ preferred-citation:
volume: '17'
issue: '6'
start: 1-24
-repository-code: https://github.com/hannajankowski/Rnaught
+repository-code: https://github.com/MI2YorkU/Rnaught
contact:
- family-names: Model
given-names: Naeem
diff --git a/inst/CITATION b/inst/CITATION
index d3771db..48237b5 100644
--- a/inst/CITATION
+++ b/inst/CITATION
@@ -1,16 +1,16 @@
bibentry("Manual",
- other = unlist(citation(auto=meta), recursive=FALSE)
+ other = unlist(citation(auto=meta), recursive=FALSE)
)
bibentry("Article",
- doi = "10.1371/journal.pone.0269306",
- author = "Sawitree Boonpatcharanon, Jane M. Heffernan, Hanna Jankowski" ,
- journal = "PLOS ONE",
- publisher = "Public Library of Science",
- title = "Estimating the basic reproduction number at the beginning of an outbreak",
- year = 2022,
- month = 6,
- volume = 17,
- pages = "1-24",
- number = 6
+ doi = "10.1371/journal.pone.0269306",
+ author = "Sawitree Boonpatcharanon, Jane M. Heffernan, Hanna Jankowski" ,
+ journal = "PLOS ONE",
+ publisher = "Public Library of Science",
+ title = "Estimating the basic reproduction number at the beginning of an outbreak",
+ year = 2022,
+ month = 6,
+ volume = 17,
+ pages = "1-24",
+ number = 6
)