Skip to content

Commit

Permalink
Update citation
Browse files Browse the repository at this point in the history
  • Loading branch information
nfrerebeau committed Sep 23, 2024
1 parent 640deeb commit 5304dd3
Show file tree
Hide file tree
Showing 5 changed files with 50 additions and 16 deletions.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Package: gammaShiny
Title: 'Shiny' Applications for the R Package 'gamma'
Title: 'shiny' Applications for the R Package 'gamma'
Version: 0.2.0
Authors@R: c(
person("Nicolas", "Frerebeau", , "nicolas.frerebeau@u-bordeaux-montaigne.fr", role = "aut",
Expand Down
3 changes: 2 additions & 1 deletion README.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,8 @@ knitr::opts_chunk$set(
A collection of [**shiny**](https://shiny.rstudio.com) application that provides exhanced graphical user interfaces for the [**gamma**](https://github.com/crp2a/gamma) package.

```{r citation, echo=FALSE, comment=''}
utils::citation("gammaShiny")
cite <- utils::citation("gammaShiny")
print(cite, bibtex = FALSE)
```

## Installation
Expand Down
15 changes: 4 additions & 11 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,17 +29,10 @@ provides exhanced graphical user interfaces for the
Estimation from In-Situ Gamma-Ray Spectrometry Measurements."
_Ancient TL_, *38*(2), 1-5.

Une entrée BibTeX pour les utilisateurs LaTeX est

@Article{,
author = {Brice Lebrun and Nicolas Frerebeau and Guilhem Paradol and Guillaume Guérin and Norbert Mercier and Chantal Tribolo and Christelle Lahaye and Magali Rizza},
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},
}
Frerebeau N, Lebrun B, Kreutzer S (2024). _gammaShiny: shiny
Applications for the R Package gamma_. Université Bordeaux Montaigne,
Pessac, France. doi:10.5281/zenodo.4139005
<https://doi.org/10.5281/zenodo.4139005>, R package version 0.2.0.

## Installation

Expand Down
30 changes: 28 additions & 2 deletions codemeta.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"@type": "SoftwareSourceCode",
"identifier": "gammaShiny",
"description": "A collection of 'shiny' applications for the R package 'gamma'.",
"name": "gammaShiny: 'Shiny' Applications for the R Package 'gamma'",
"name": "gammaShiny: 'shiny' Applications for the R Package 'gamma'",
"codeRepository": "https://github.com/crp2a/gammaShiny",
"issueTracker": "https://github.com/crp2a/gammaShiny/issues",
"license": "https://spdx.org/licenses/GPL-3.0",
Expand Down Expand Up @@ -202,7 +202,7 @@
},
"SystemRequirements": null
},
"fileSize": "328.081KB",
"fileSize": "328.18KB",
"citation": [
{
"@type": "ScholarlyArticle",
Expand Down Expand Up @@ -261,6 +261,32 @@
"name": "Ancient TL"
}
}
},
{
"@type": "SoftwareSourceCode",
"datePublished": "2024",
"author": [
{
"@type": "Person",
"givenName": "Nicolas",
"familyName": "Frerebeau"
},
{
"@type": "Person",
"givenName": "Brice",
"familyName": "Lebrun"
},
{
"@type": "Person",
"givenName": "Sebastian",
"familyName": "Kreutzer"
}
],
"name": "{gammaShiny: shiny Applications for the R Package gamma}",
"identifier": "10.5281/zenodo.4139005",
"description": "R package version 0.2.0",
"@id": "https://doi.org/10.5281/zenodo.4139005",
"sameAs": "https://doi.org/10.5281/zenodo.4139005"
}
],
"releaseNotes": "https://github.com/crp2a/gammaShiny/blob/master/NEWS.md",
Expand Down
16 changes: 15 additions & 1 deletion inst/CITATION
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
citHeader("To cite gammaShiny in publications use:")
bibentry(
bibtype = "Article",
header = "To cite gammaShiny in publications use:",
key = "lebrun2020",
author = c(person("Brice", "Lebrun", role = "aut"),
person("Nicolas", "Frerebeau", role = "aut"),
person("Guilhem", "Paradol", role = "aut"),
Expand All @@ -16,3 +17,16 @@ bibentry(
number = "2",
pages = "1-5"
)
bibentry(
bibtype = "Manual",
key = "R-gammaShiny",
author = c(person("Nicolas", "Frerebeau", role = "aut"),
person("Brice", "Lebrun", role = "aut"),
person("Sebastian", "Kreutzer", rol = "aut")),
title = "{gammaShiny: shiny Applications for the R Package gamma}",
year = "2024",
organization = "Université Bordeaux Montaigne",
address = "Pessac, France",
note = sprintf("R package version %s", meta$Version),
doi = "10.5281/zenodo.4139005"
)

0 comments on commit 5304dd3

Please sign in to comment.