Skip to content

Commit

Permalink
use bibentry
Browse files Browse the repository at this point in the history
  • Loading branch information
Pakillo committed May 28, 2023
1 parent 016c182 commit cda9b2e
Show file tree
Hide file tree
Showing 3 changed files with 36 additions and 48 deletions.
2 changes: 1 addition & 1 deletion README.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,9 @@ knitr::opts_chunk$set(
<!-- badges: start -->

[![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) [![R-CMD-check](https://github.com/VeruGHub/easyclimate/actions/workflows/R-CMD-check.yaml/badge.svg)](https://github.com/VeruGHub/easyclimate/actions/workflows/R-CMD-check.yaml)
<!-- [![Codecov test coverage](https://codecov.io/gh/VeruGHub/easyclimate/branch/master/graph/badge.svg)](https://codecov.io/gh/VeruGHub/easyclimate?branch=master) -->
[![HitCount](https://hits.dwyl.com/VeruGHub/easyclimate.svg?style=flat-square)](http://hits.dwyl.com/VeruGHub/easyclimate)
[![HitCount: unique users](https://hits.dwyl.com/VeruGHub/easyclimate.svg?style=flat-square&show=unique)](http://hits.dwyl.com/VeruGHub/easyclimate)
<!-- [![Codecov test coverage](https://codecov.io/gh/VeruGHub/easyclimate/branch/master/graph/badge.svg)](https://codecov.io/gh/VeruGHub/easyclimate?branch=master) -->

<!-- badges: end -->

Expand Down
10 changes: 4 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,10 @@
state and is being actively
developed.](https://www.repostatus.org/badges/latest/active.svg)](https://www.repostatus.org/#active)
[![R-CMD-check](https://github.com/VeruGHub/easyclimate/actions/workflows/R-CMD-check.yaml/badge.svg)](https://github.com/VeruGHub/easyclimate/actions/workflows/R-CMD-check.yaml)
<!-- [![Codecov test coverage](https://codecov.io/gh/VeruGHub/easyclimate/branch/master/graph/badge.svg)](https://codecov.io/gh/VeruGHub/easyclimate?branch=master) -->
[![HitCount](https://hits.dwyl.com/VeruGHub/easyclimate.svg?style=flat-square)](http://hits.dwyl.com/VeruGHub/easyclimate)
[![HitCount: unique
users](https://hits.dwyl.com/VeruGHub/easyclimate.svg?style=flat-square&show=unique)](http://hits.dwyl.com/VeruGHub/easyclimate)
<!-- [![Codecov test coverage](https://codecov.io/gh/VeruGHub/easyclimate/branch/master/graph/badge.svg)](https://codecov.io/gh/VeruGHub/easyclimate?branch=master) -->

<!-- badges: end -->

Expand Down Expand Up @@ -155,19 +155,17 @@ as:

Moreno A, Hasenauer H (2016). “Spatial downscaling of European climate
data.” *International Journal of Climatology*, 1444–1458.
<doi:10.1002/joc.4436> <https://doi.org/10.1002/joc.4436>.
<https://doi.org/10.1002/joc.4436>.

Pucher C, Neumann M (2022). *Description and Evaluation of Downscaled
Daily Climate Data Version 3*. <doi:10.6084/m9.figshare.19070162.v1>
Daily Climate Data Version 3*.
<https://doi.org/10.6084/m9.figshare.19070162.v1>.

Pucher C (2023). *Description and Evaluation of Downscaled Daily Climate
Data Version 4*. <doi:10.6084/m9.figshare.22962671.v1>
<https://doi.org/10.6084/m9.figshare.22962671.v1>.
Data Version 4*. <https://doi.org/10.6084/m9.figshare.22962671.v1>.

Cruz-Alonso V, Pucher C, Ratcliffe S, Ruiz-Benito P, Astigarraga J,
Neumann M, Hasenauer H, Rodríguez-Sánchez F (2023). “The easyclimate R
package: Easy access to high-resolution daily climate data for Europe.”
*Environmental Modelling & Software*, 105627.
<doi:10.1016/j.envsoft.2023.105627>
<https://doi.org/10.1016/j.envsoft.2023.105627>.
72 changes: 31 additions & 41 deletions inst/CITATION
Original file line number Diff line number Diff line change
@@ -1,49 +1,42 @@
citHeader("If you use easyclimate, please cite both the data source and the package as:")

citEntry(entry = "article",
title = "Spatial downscaling of European climate data",
author = personList(
person("Adam", "Moreno"),
person("Hubert", "Hasenauer")),
year = "2016",
journal = "International Journal of Climatology",
number = "36",
pages = "1444–1458",
doi = "https://doi.org/10.1002/joc.4436",
textVersion = paste(
"Adam Moreno, Hubert Hasenauer. 2016.",
"Spatial downscaling of European climate data",
"International Journal of Climatology, 36: 1444-1458")
bibentry(
mheader = "If you use easyclimate, please cite both the data source and the package as:",
bibtype = "Article",
title = "Spatial downscaling of European climate data",
author = c(
person("Adam", "Moreno"),
person("Hubert", "Hasenauer")),
year = "2016",
journal = "International Journal of Climatology",
number = "36",
pages = "1444–1458",
url = "https://doi.org/10.1002/joc.4436"
)


citEntry(entry = "manual",
title = "Description and Evaluation of Downscaled Daily Climate Data Version 3",
author = personList(
person("Christoph", "Pucher"),
person("Mathias", "Neumann")),
year = "2022",
doi = "https://doi.org/10.6084/m9.figshare.19070162.v1",
textVersion = paste(
"Christoph Pucher, Mathias Neumann. 2022.",
"Description and Evaluation of Downscaled Daily Climate Data Version 3.")
bibentry(
bibtype = "Manual",
title = "Description and Evaluation of Downscaled Daily Climate Data Version 3",
author = c(
person("Christoph", "Pucher"),
person("Mathias", "Neumann")),
year = "2022",
url = "https://doi.org/10.6084/m9.figshare.19070162.v1"
)

citEntry(entry = "manual",
title = "Description and Evaluation of Downscaled Daily Climate Data Version 4",
author = personList(
person("Christoph", "Pucher")),
year = "2023",
doi = "https://doi.org/10.6084/m9.figshare.22962671.v1",
textVersion = paste(
"Christoph Pucher. 2023.",
"Description and Evaluation of Downscaled Daily Climate Data Version 4.")
bibentry(
bibtype = "Manual",
title = "Description and Evaluation of Downscaled Daily Climate Data Version 4",
author = person("Christoph", "Pucher"),
year = "2023",
url = "https://doi.org/10.6084/m9.figshare.22962671.v1"
)


citEntry(entry = "article",
title = "The easyclimate R package: Easy access to high-resolution daily climate data for Europe",
author = personList(
bibentry(
bibtype = "Article",
title = "The easyclimate R package: Easy access to high-resolution daily climate data for Europe",
author = c(
person("Verónica", "Cruz-Alonso", role = c("aut", "cre"), email = "[email protected]", comment = c(ORCID = "0000-0002-0642-036X")),
person("Christoph", "Pucher", role = c("aut"), comment = c(ORCID = "0000-0002-9269-1907")),
person("Sophia", "Ratcliffe", role = c("aut"), comment = c(ORCID = "0000-0001-9284-7900")),
Expand All @@ -55,8 +48,5 @@ citEntry(entry = "article",
journal = "Environmental Modelling & Software",
pages = "105627",
year = "2023",
doi = "https://doi.org/10.1016/j.envsoft.2023.105627",
textVersion = paste("Verónica Cruz-Alonso, Christoph Pucher, Sophia Ratcliffe, Paloma Ruiz-Benito, Julen Astigarraga, Mathias Neumann, Hubert Hasenauer, Francisco Rodríguez-Sánchez. 2023",
"The easyclimate R package: Easy access to high-resolution daily climate data for Europe",
"Environmental Modelling & Software, 105627")
url = "https://doi.org/10.1016/j.envsoft.2023.105627"
)

0 comments on commit cda9b2e

Please sign in to comment.