Skip to content

Commit 81c5bf0

Browse files
committed
update citation
1 parent 33d03fd commit 81c5bf0

File tree

1 file changed

+10
-18
lines changed

1 file changed

+10
-18
lines changed

inst/CITATION

Lines changed: 10 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,11 @@
1-
citHeader("To cite ssdtools in publications use:")
2-
3-
citEntry(entry = "Article",
4-
title = "{ssdtools}: An R package to fit Species Sensitivity Distributions",
5-
author = personList(as.person("Joe Thorley"),
6-
as.person("Carl Schwarz")),
7-
journal = "Journal of Open Source Software",
8-
year = "2018",
9-
volume = "3",
10-
number = "31",
11-
pages = "1082",
12-
doi = "10.21105/joss.01082",
13-
14-
textVersion =
15-
paste("Thorley, J. and Schwarz C., (2018).",
16-
"ssdtools An R package to fit Species Sensitivity Distributions.",
17-
"Journal of Open Source Software, 3(31), 1082.",
18-
"https://doi.org/10.21105/joss.01082")
1+
bibentry(
2+
bibtype = "Article",
3+
title = "ssdtools: {An} {R} package to fit {Species} {Sensitivity} {Distributions}",
4+
author = "Joe Thorley, Carl Schwarz",
5+
journal = "Journal of Open Source Software",
6+
year = 2018,
7+
volume = 3,
8+
number = 31,
9+
pages = 1082,
10+
doi = "10.21105/joss.01082"
1911
)

0 commit comments

Comments
 (0)