Skip to content

Commit 4ae4f6d

Browse files
committed
update citation
1 parent 8797533 commit 4ae4f6d

File tree

2 files changed

+31
-1
lines changed

2 files changed

+31
-1
lines changed

CITATION.cff

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ type: software
99
license: GPL-3.0-or-later
1010
title: 'GeoPressureR: Global Positioning by Atmospheric Pressure'
1111
version: 3.3.2
12+
doi: 10.5281/zenodo.7754457
1213
abstract: R package to determine the position and trajectory of a bird based on light-weight
1314
data-logger measuring at lease atmospheric pressure.
1415
authors:
@@ -32,6 +33,7 @@ preferred-citation:
3233
given-names: Mathieu
3334
email: mathieu@mgravey.com
3435
orcid: https://orcid.org/0000-0002-0871-1507
36+
doi: 10.5281/zenodo.7754457
3537
url: https://github.com/Rafnuss/GeoPressureR
3638
year: '2022'
3739
repository-code: https://github.com/Rafnuss/GeoPressureR
@@ -109,6 +111,20 @@ references:
109111
issue: '4'
110112
start: '1'
111113
end: '32'
114+
- type: manual
115+
title: 'GeoPressureManual: Learn how to use GeoPressureR with examples.'
116+
authors:
117+
- family-names: Nussbaumer
118+
given-names: Raphael
119+
email: rafnuss@gmail.com
120+
orcid: https://orcid.org/0000-0002-8185-1020
121+
- family-names: Nussbaumer
122+
given-names: Améline
123+
email: ameline.nussbaumer@gmail.com
124+
orcid: https://orcid.org/0000-0003-1308-4154
125+
doi: 10.5281/zenodo.10799355
126+
url: https://github.com/Rafnuss/GeoPressureManual
127+
year: '2024'
112128
- type: software
113129
title: 'R: A Language and Environment for Statistical Computing'
114130
notes: Depends

inst/CITATION

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
citHeader("To cite GeoPressureR in publications use the following (nussbaumer2022 for the R code and nussbaumer2023a, nussbaumer2023b for the method:")
1+
citHeader("To cite GeoPressureR in publications use the following (nussbaumer2022 for the R code, nussbaumer2024 for the analysis instruction (e.g. labeling explanation), and nussbaumer2023a, nussbaumer2023b for the method:")
22

33
citEntry(
44
entry = "manual",
@@ -8,6 +8,7 @@ citEntry(
88
person("Raphael", "Nussbaumer", email = "rafnuss@gmail.com", comment = c(ORCID = "0000-0002-8185-1020")),
99
person("Mathieu", "Gravey", email = "mathieu@mgravey.com", comment = c(ORCID = "0000-0002-0871-1507"))
1010
),
11+
doi = "10.5281/zenodo.7754457",
1112
url = "https://github.com/Rafnuss/GeoPressureR",
1213
year = "2022"
1314
)
@@ -52,5 +53,18 @@ citEntry(
5253
pages = "1108-1129",
5354
)
5455

56+
citEntry(
57+
entry = "manual",
58+
textVersion = "nussbaumer2024",
59+
title = "GeoPressureManual: Learn how to use GeoPressureR with examples.",
60+
author = personList(
61+
person("Raphael", "Nussbaumer", email = "rafnuss@gmail.com", comment = c(ORCID = "0000-0002-8185-1020")),
62+
person("Améline", "Nussbaumer", email = "ameline.nussbaumer@gmail.com", comment = c(ORCID = "0000-0003-1308-4154"))
63+
),
64+
doi = "10.5281/zenodo.10799355",
65+
url = "https://github.com/Rafnuss/GeoPressureManual",
66+
year = "2024"
67+
)
68+
5569

5670

0 commit comments

Comments
 (0)