Skip to content

Commit 9f81707

Browse files
committed
Add Ancient TL DOI
1 parent 28ace41 commit 9f81707

File tree

3 files changed

+4
-5
lines changed

3 files changed

+4
-5
lines changed

README.Rmd

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,6 @@ knitr::opts_chunk$set(
2727
[![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)
2828

2929
[![DOI](https://zenodo.org/badge/DOI/10.5281/zenodo.2652393.svg)](https://doi.org/10.5281/zenodo.2652393)
30-
[![CRAN DOI](https://img.shields.io/badge/DOI-10.32614/CRAN.package.gamma-1f57b6?style=flat&link=https://doi.org/10.32614/CRAN.package.gamma)](https://doi.org/10.32614/CRAN.package.gamma)
3130

3231
[![SWH](https://archive.softwareheritage.org/badge/swh:1:dir:459ecf47c4c0bb768732bd56c5c245ddab0d33f9/)](https://archive.softwareheritage.org/swh:1:dir:459ecf47c4c0bb768732bd56c5c245ddab0d33f9;origin=https://github.com/crp2a/gamma;visit=swh:1:snp:10e6be6e5cbe735b58c45abbcbabf20b93019e9c;anchor=swh:1:rev:1b3baf8821267ed656d780ae154d347769141d0c/)
3332
<!-- badges: end -->

README.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,6 @@ state and is being actively
2828
developed.](https://www.repostatus.org/badges/latest/active.svg)](https://www.repostatus.org/#active)
2929

3030
[![DOI](https://zenodo.org/badge/DOI/10.5281/zenodo.2652393.svg)](https://doi.org/10.5281/zenodo.2652393)
31-
[![CRAN
32-
DOI](https://img.shields.io/badge/DOI-10.32614/CRAN.package.gamma-1f57b6?style=flat&link=https://doi.org/10.32614/CRAN.package.gamma)](https://doi.org/10.32614/CRAN.package.gamma)
3331

3432
[![SWH](https://archive.softwareheritage.org/badge/swh:1:dir:459ecf47c4c0bb768732bd56c5c245ddab0d33f9/)](https://archive.softwareheritage.org/swh:1:dir:459ecf47c4c0bb768732bd56c5c245ddab0d33f9;origin=https://github.com/crp2a/gamma;visit=swh:1:snp:10e6be6e5cbe735b58c45abbcbabf20b93019e9c;anchor=swh:1:rev:1b3baf8821267ed656d780ae154d347769141d0c/)
3533
<!-- badges: end -->
@@ -52,7 +50,8 @@ of **gamma**.
5250
Lebrun B, Frerebeau N, Paradol G, Guérin G, Mercier N, Tribolo C,
5351
Lahaye C, Rizza M (2020). "gamma: An R Package for Dose Rate
5452
Estimation from In-Situ Gamma-Ray Spectrometry Measurements."
55-
_Ancient TL_, *38*(2), 1-5.
53+
_Ancient TL_, *38*(2), 1-5. doi:10.26034/la.atl.2020.544
54+
<https://doi.org/10.26034/la.atl.2020.544>.
5655

5756
Frerebeau N, Lebrun B, Paradol G, Kreutzer S (2024). _gamma: Dose
5857
Rate Estimation from in-Situ Gamma-Ray Spectrometry_. Université

inst/CITATION

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,8 @@ bibentry(
1515
journal = "Ancient TL",
1616
volume = "38",
1717
number = "2",
18-
pages = "1-5"
18+
pages = "1-5",
19+
doi = "10.26034/la.atl.2020.544"
1920
)
2021
bibentry(
2122
bibtype = "Manual",

0 commit comments

Comments
 (0)