Skip to content

Commit

Permalink
Added a citation file to address issues
Browse files Browse the repository at this point in the history
Issue #4 raised the question of appropriate citation. I am putting in a placeholder with the current DOI and URL.
  • Loading branch information
SimonGoring committed Aug 7, 2023
1 parent c64759d commit c73e623
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions inst/CITATION
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
citHeader("To cite neotoma2 in publications use:")

citEntry(
entry = "Article",
title = "Working with the Neotoma Paleoecology Database",
author = c(person(given = "Dominguez Vidana",
family = "Socorro",
role = c("aut"),
email = "s.dominguez@ht-data.com",
comment = structure("0000-0002-7926-4935", .Names = "ORCID")),
person(given = "Simon",
family = "Goring",
role = c("aut", "cre"),
email = "goring@wisc.edu",
comment = structure("0000-0002-2700-4605", .Names = "ORCID"))),
doi = "10.5281/zenodo.8114874",
journal = "GitHub",
year = "2023",
textVersion = paste("Dominguez S, Goring S. 2023. Working with the Neotoma Paleoecology Database. GitHub. url: https://github.com/NeotomaDB/neotoma2"

)
)

0 comments on commit c73e623

Please sign in to comment.