Skip to content

Commit

Permalink
update citation
Browse files Browse the repository at this point in the history
  • Loading branch information
joethorley committed Apr 10, 2023
1 parent 33d03fd commit 81c5bf0
Showing 1 changed file with 10 additions and 18 deletions.
28 changes: 10 additions & 18 deletions inst/CITATION
Original file line number Diff line number Diff line change
@@ -1,19 +1,11 @@
citHeader("To cite ssdtools in publications use:")

citEntry(entry = "Article",
title = "{ssdtools}: An R package to fit Species Sensitivity Distributions",
author = personList(as.person("Joe Thorley"),
as.person("Carl Schwarz")),
journal = "Journal of Open Source Software",
year = "2018",
volume = "3",
number = "31",
pages = "1082",
doi = "10.21105/joss.01082",

textVersion =
paste("Thorley, J. and Schwarz C., (2018).",
"ssdtools An R package to fit Species Sensitivity Distributions.",
"Journal of Open Source Software, 3(31), 1082.",
"https://doi.org/10.21105/joss.01082")
bibentry(
bibtype = "Article",
title = "ssdtools: {An} {R} package to fit {Species} {Sensitivity} {Distributions}",
author = "Joe Thorley, Carl Schwarz",
journal = "Journal of Open Source Software",
year = 2018,
volume = 3,
number = 31,
pages = 1082,
doi = "10.21105/joss.01082"
)

0 comments on commit 81c5bf0

Please sign in to comment.