From 107fa7dd684e785326f8121a0a17bc468d56e455 Mon Sep 17 00:00:00 2001 From: Manu Chevalier Date: Wed, 22 Jan 2025 11:51:10 +0100 Subject: [PATCH] Update CITATION.cff --- CITATION.cff | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/CITATION.cff b/CITATION.cff index fd324a1..3e4d640 100644 --- a/CITATION.cff +++ b/CITATION.cff @@ -1,10 +1,10 @@ -bibentry( - bibtype = "Article", - title = "crestr: an R package to perform probabilistic climate reconstructions from palaeoecological datasets", - author = c(person(c("Manuel"), "Chevalier")), - journal = "Climate of the Past", - pages = "821-844", - issue = "18(4)", - year = "2022", - doi = "10.5194/cp-18-821-2022" -) +@article{chevalier2022crestr, + title={crestr: an R package to perform probabilistic climate reconstructions from palaeoecological datasets}, + author={Chevalier, Manuel}, + journal={Climate of the Past}, + volume={18}, + number={4}, + pages={821--844}, + year={2022}, + publisher={Copernicus Publications G{\"o}ttingen, Germany} +}