From 5147e932d9c303ea9ee92dc554b11b8153ad657a Mon Sep 17 00:00:00 2001 From: nfrerebeau Date: Thu, 11 Apr 2024 12:01:50 +0200 Subject: [PATCH] Update citation --- .github/workflows/draft-pdf.yml | 23 ---------------------- CITATION.cff | 3 +++ NEWS.md | 2 +- README.Rmd | 10 +++++++--- README.md | 34 +++++++++++++++------------------ inst/CITATION | 17 +++++++++++++++-- 6 files changed, 41 insertions(+), 48 deletions(-) delete mode 100644 .github/workflows/draft-pdf.yml diff --git a/.github/workflows/draft-pdf.yml b/.github/workflows/draft-pdf.yml deleted file mode 100644 index 6a508b7..0000000 --- a/.github/workflows/draft-pdf.yml +++ /dev/null @@ -1,23 +0,0 @@ -on: [push] - -jobs: - paper: - runs-on: ubuntu-latest - name: Paper Draft - steps: - - name: Checkout - uses: actions/checkout@v4 - - name: Build draft PDF - uses: openjournals/openjournals-draft-action@master - with: - journal: joss - # This should be the path to the paper within your repo. - paper-path: paper.md - - name: Upload - uses: actions/upload-artifact@v1 - with: - name: paper - # This is the output path where Pandoc will write the compiled - # PDF. Note, this should be the same directory as the input - # paper.md - path: paper.pdf diff --git a/CITATION.cff b/CITATION.cff index 6df9fd4..6d5e711 100644 --- a/CITATION.cff +++ b/CITATION.cff @@ -238,6 +238,9 @@ identifiers: - description: The versioned DOI for version 1.0.2. type: doi value: 10.5281/zenodo.10046426 +- description: The versioned DOI for version 1.0.3. + type: doi + value: 10.5281/zenodo.10926190 - description: The Software Heritage identifier for version 1.0.2. type: swh value: swh:1:rel:10b21ffbf3914a6a084766e8f704388582408a6e diff --git a/NEWS.md b/NEWS.md index cfc4b92..24d803a 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,5 +1,5 @@ # aion 1.0.3 -* Published in the *Journal of Open Source Software*. +* Published in the [*Journal of Open Source Software*](https://doi.org/10.21105/joss.06210). # aion 1.0.2 ## Bugfixes & changes diff --git a/README.Rmd b/README.Rmd index f542b02..6049c05 100644 --- a/README.Rmd +++ b/README.Rmd @@ -30,7 +30,8 @@ Sys.setlocale("LC_MESSAGES", 'en_GB.UTF-8') # Force locale [![Project Status: Active – The project has reached a stable, usable state and is being actively developed.](https://www.repostatus.org/badges/latest/active.svg)](https://www.repostatus.org/#active) -[![DOI](https://zenodo.org/badge/DOI/10.5281/zenodo.8032278.svg)](https://doi.org/10.5281/zenodo.8032278) +[![DOI Zenodo](https://zenodo.org/badge/DOI/10.5281/zenodo.8032278.svg)](https://doi.org/10.5281/zenodo.8032278) +[![DOI JOSS](https://joss.theoj.org/papers/10.21105/joss.06210/status.svg)](https://doi.org/10.21105/joss.06210) ## Overview @@ -43,8 +44,11 @@ Once a time series is created with **aion**, any calendar can be used for printi **aion** does not provide tools for temporal modeling. Instead, it offers a simple API that can be used by other specialized packages. -```{r citation, echo=FALSE, comment=''} -utils::citation("aion") +--- + +```{r citation, echo=FALSE, comment='', results='asis'} +cite <- utils::citation("aion") +print(cite, bibtex = FALSE) ``` ## Installation diff --git a/README.md b/README.md index 180041c..14b012d 100644 --- a/README.md +++ b/README.md @@ -29,7 +29,10 @@ alt="CRAN Downloads" /> state and is being actively developed.](https://www.repostatus.org/badges/latest/active.svg)](https://www.repostatus.org/#active) -[![DOI](https://zenodo.org/badge/DOI/10.5281/zenodo.8032278.svg)](https://doi.org/10.5281/zenodo.8032278) +[![DOI +Zenodo](https://zenodo.org/badge/DOI/10.5281/zenodo.8032278.svg)](https://doi.org/10.5281/zenodo.8032278) +[![DOI +JOSS](https://joss.theoj.org/papers/10.21105/joss.06210/status.svg)](https://doi.org/10.21105/joss.06210) ## Overview @@ -54,28 +57,21 @@ for printing or plotting data (defaults to Gregorian Common Era; see **aion** does not provide tools for temporal modeling. Instead, it offers a simple API that can be used by other specialized packages. - To cite aion in publications use: +------------------------------------------------------------------------ - Frerebeau N, Roe J (2024). _aion: Archaeological Time Series_. - Université Bordeaux Montaigne, Pessac, France. - doi:10.5281/zenodo.8032278 , - R package version 1.0.3, . +To cite aion in publications use: - A BibTeX entry for LaTeX users is +Frerebeau N (2024). “aion: An R Package to Represent Archaeological Time +Series.” *Journal of Open Source Software*, *9*(96). + . - @Manual{, - author = {Nicolas Frerebeau and Joe Roe}, - title = {{aion: Archaeological Time Series}}, - year = {2024}, - organization = {Université Bordeaux Montaigne}, - address = {Pessac, France}, - note = {R package version 1.0.3}, - url = {https://packages.tesselle.org/aion/}, - doi = {10.5281/zenodo.8032278}, - } +Frerebeau N, Roe J (2024). *aion: Archaeological Time Series*. +Université Bordeaux Montaigne, Pessac, France. + , R +package version 1.0.3, . - This package is a part of the tesselle project - . +This package is a part of the tesselle project +. ## Installation diff --git a/inst/CITATION b/inst/CITATION index 9d92b56..645654e 100644 --- a/inst/CITATION +++ b/inst/CITATION @@ -1,7 +1,19 @@ +citHeader("To cite aion in publications use:") +bibentry( + bibtype = "Article", + key = "frerebeau2024", + author = person("Nicolas", "Frerebeau", role = "aut"), + title = "{aion: An R Package to Represent Archaeological Time Series}", + year = "2024", + journal = "Journal of Open Source Software", + volume = "9", + number = "96", + page = "6210", + doi = "10.21105/joss.06210" +) bibentry( bibtype = "Manual", - header = "To cite aion in publications use:", - footer = "This package is a part of the tesselle project .", + key = "R-aion", author = c(person("Nicolas", "Frerebeau", role = "aut"), person("Joe", "Roe", role = "aut")), title = "{aion: Archaeological Time Series}", @@ -12,3 +24,4 @@ bibentry( url = "https://packages.tesselle.org/aion/", doi = "10.5281/zenodo.8032278" ) +citFooter("This package is a part of the tesselle project .")