Skip to content

Commit

Permalink
convert citEntry to bibentry
Browse files Browse the repository at this point in the history
  • Loading branch information
rnuske committed Jun 13, 2024
1 parent 657644b commit 7bffbaf
Showing 1 changed file with 17 additions and 11 deletions.
28 changes: 17 additions & 11 deletions inst/CITATION
Original file line number Diff line number Diff line change
@@ -1,8 +1,19 @@
citHeader("To cite apcf in publications, please use:")

citEntry(entry="Article",
title=paste("Adapting the pair-correlation function for analysing the",
"spatial distribution of canopy gaps"),
bibentry(
bibtype= "Misc",
header = "The software package:",
title = "apcf: Adapted Pair Correlation Function",
author=person("Robert", "Nuske"),
license = "GPL-3.0-or-later",
year="2022",
version="0.3.0",
doi="https://doi.org/10.5281/zenodo.2535612"
)

bibentry(
bibtype= "Article",
header = "The article describing the method:",
title = "Adapting the pair-correlation function for analysing the spatial distribution of canopy gaps",
author=c(
person(c("Robert", "S." ), "Nuske"),
person("Susanne", "Sprauer"),
Expand All @@ -11,12 +22,7 @@ citEntry(entry="Article",
journal="Forest Ecology and Management",
volume="259",
number="1",
pages="107--116",
pages="107-116",
year="2009",
doi="10.1016/j.foreco.2009.09.050",
url="https://doi.org/10.1016/j.foreco.2009.09.050",
textVersion = paste("Nuske, R.S., Sprauer, S. and Saborowski, J. (2009):",
"Adapting the pair-correlation function for analysing the spatial",
"distribution of canopy gaps. Forest Ecology and Management 259(1):",
"107–116. https://doi.org/10.1016/j.foreco.2009.09.050")
doi="https://doi.org/10.1016/j.foreco.2009.09.050"
)

0 comments on commit 7bffbaf

Please sign in to comment.