-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Use bibentry() instead of citEntry()
- Loading branch information
1 parent
431ad7c
commit ebf18c7
Showing
3 changed files
with
12 additions
and
35 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
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,26 +1,18 @@ | ||
citHeader("To cite gammaShiny in publications use:") | ||
|
||
citEntry(entry = "Article", | ||
title = "Gamma: An R Package for Dose Rate Estimation from In-Situ Gamma-Ray Spectrometry Measurements", | ||
author = c(person("Brice", "Lebrun", role = c("aut", "cre")), | ||
bibentry( | ||
bibtype = "Article", | ||
header = "To cite gammaShiny in publications use:", | ||
author = c(person("Brice", "Lebrun", role = "aut"), | ||
person("Nicolas", "Frerebeau", role = "aut"), | ||
person("Guilhem", "Paradol", role = "aut"), | ||
person("Guillaume", "Guérin", role = "aut"), | ||
person("Norbert", "Mercier", role = "aut"), | ||
person("Chantal", "Tribolo", role = "aut"), | ||
person("Christelle", "Lahaye", role = "aut"), | ||
person("Magali", "Rizza", role = "aut")), | ||
title = "{gamma: An R Package for Dose Rate Estimation from In-Situ Gamma-Ray Spectrometry Measurements}", | ||
year = "2020", | ||
journal = "Ancient TL", | ||
volume = "38", | ||
number = "2", | ||
pages = "1-5", | ||
url = "", | ||
|
||
textVersion = | ||
paste( | ||
"Lebrun, Brice, Nicolas Frerebeau, Guilhem Paradol, Guillaume Guérin, Norbert Mercier, Chantal Tribolo, Christelle Lahaye, and Magalie Rizza. 2020.", | ||
"Gamma: An R Package for Dose Rate Estimation from In-Situ Gamma-Ray Spectrometry Measurements.", | ||
"Ancient TL 38 (2): 1-5." | ||
) | ||
pages = "1-5" | ||
) |