-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
38 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,11 @@ | ||
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:") | ||
citHeader("To cite GeoPressureR in publications use the following (nussbaumer2022 for the R code, nussbaumer2024 for the explanation of implementation, and nussbaumer2023a, nussbaumer2023b for the method:") | ||
|
||
citEntry( | ||
entry = "manual", | ||
textVersion = "nussbaumer2022", | ||
title = "GeoPressureR: Global positioning by atmospheric pressure", | ||
author = personList( | ||
person("Raphael", "Nussbaumer", email = "[email protected]", comment = c(ORCID = "0000-0002-8185-1020")), | ||
person("Raphael", "Nussbaumer", email = "[email protected]", comment = c(ORCID = "0000-0002-8185-1020")), | ||
person("Mathieu", "Gravey", email = "[email protected]", comment = c(ORCID = "0000-0002-0871-1507")) | ||
), | ||
doi = "10.5281/zenodo.7754457", | ||
|
@@ -18,7 +18,8 @@ citEntry( | |
textVersion = "nussbaumer2023a", | ||
title = "Global positioning with animal-borne pressure sensors", | ||
author = personList( | ||
person("Raphael", "Nussbaumer", email = "[email protected]", comment = c(ORCID = "0000-0002-8185-1020")), | ||
person( | ||
"Raphael", "Nussbaumer", email = "[email protected]", comment = c(ORCID = "0000-0002-8185-1020")), | ||
person("Mathieu", "Gravey", email = "[email protected]", comment = c(ORCID = "0000-0002-0871-1507")), | ||
person("Martins", "Briedis", email = "[email protected] ", comment = c(ORCID = "0000-0002-9434-9056")), | ||
person("Felix", "Liechti", email = "[email protected]", comment = c(ORCID = "0000-0001-9473-0837")) | ||
|
@@ -37,7 +38,8 @@ citEntry( | |
textVersion = "nussbaumer2023b", | ||
title = "Reconstructing bird trajectories from pressure and wind data using a highly optimised hidden Markov model", | ||
author = personList( | ||
person("Raphael", "Nussbaumer", email = "[email protected]", comment = c(ORCID = "0000-0002-8185-1020")), | ||
person( | ||
"Raphael", "Nussbaumer", email = "[email protected]", comment = c(ORCID = "0000-0002-8185-1020")), | ||
person("Mathieu", "Gravey", email = "[email protected]", comment = c(ORCID = "0000-0002-0871-1507")), | ||
person("Martins", "Briedis", email = "[email protected] ", comment = c(ORCID = "0000-0002-9434-9056")), | ||
person("Felix", "Liechti", email = "[email protected]", comment = c(ORCID = "0000-0001-9473-0837")), | ||
|