From ade4136bbb9c3c8950c4b96d580d4af3440c65fb Mon Sep 17 00:00:00 2001 From: salvafern Date: Mon, 2 Sep 2024 15:45:47 +0200 Subject: [PATCH] docs: update citation with DOI and add badge to README (#31) --- README.Rmd | 1 + README.md | 11 +++++++---- inst/CITATION | 3 ++- 3 files changed, 10 insertions(+), 5 deletions(-) diff --git a/README.Rmd b/README.Rmd index b847244..4ade8c0 100644 --- a/README.Rmd +++ b/README.Rmd @@ -21,6 +21,7 @@ options(timeout = 2000) [![R-CMD-check](https://github.com/EMODnet/emodnet.wfs/actions/workflows/R-CMD-check.yaml/badge.svg)](https://github.com/EMODnet/emodnet.wfs/actions/workflows/R-CMD-check.yaml) [![Codecov test coverage](https://codecov.io/gh/EMODnet/emodnet.wfs/branch/main/graph/badge.svg)](https://app.codecov.io/gh/EMODnet/emodnet.wfs/tree/main) [![Codecov test coverage](https://codecov.io/gh/EMODnet/emodnet.wfs/graph/badge.svg)](https://app.codecov.io/gh/EMODnet/emodnet.wfs) +[![DOI](https://zenodo.org/badge/DOI/10.14284/679.svg)](https://doi.org/10.14284/679) The goal of emodnet.wfs is to allow interrogation of and access to [EMODnet's, European Marine Observation and Data Network, geographic vector data](https://emodnet.ec.europa.eu/en/emodnet-web-service-documentation#inline-nav-3) in R though the [EMODnet Web Feature Services](https://emodnet.ec.europa.eu/en/data). diff --git a/README.md b/README.md index 6fa889d..b8714ef 100644 --- a/README.md +++ b/README.md @@ -13,6 +13,7 @@ developed.](https://www.repostatus.org/badges/latest/active.svg)](https://www.re coverage](https://codecov.io/gh/EMODnet/emodnet.wfs/branch/main/graph/badge.svg)](https://app.codecov.io/gh/EMODnet/emodnet.wfs/tree/main) [![Codecov test coverage](https://codecov.io/gh/EMODnet/emodnet.wfs/graph/badge.svg)](https://app.codecov.io/gh/EMODnet/emodnet.wfs) +[![DOI](https://zenodo.org/badge/DOI/10.14284/679.svg)](https://doi.org/10.14284/679) The goal of emodnet.wfs is to allow interrogation of and access to @@ -463,9 +464,10 @@ citation(package = "emodnet.wfs") #> To cite package 'emodnet.wfs' in publications use: #> #> Krystalli A, Fernández-Bejarano S, Salmon M (????). _emodnet.wfs: -#> Access EMODnet Web Feature Service data through R_. R package version -#> 2.0.1.9001. Integrated data products created under the European -#> Marine Observation Data Network (EMODnet) Biology project +#> Access EMODnet Web Feature Service data through R_. doi:10.14284/679 +#> , R package version 2.0.2.9000. +#> Integrated data products created under the European Marine +#> Observation Data Network (EMODnet) Biology project #> (EASME/EMFF/2017/1.3.1.2/02/SI2.789013), funded by the by the #> European Union under Regulation (EU) No 508/2014 of the European #> Parliament and of the Council of 15 May 2014 on the European Maritime @@ -476,8 +478,9 @@ citation(package = "emodnet.wfs") #> @Manual{, #> title = {{emodnet.wfs}: Access EMODnet Web Feature Service data through R}, #> author = {Anna Krystalli and Salvador Fernández-Bejarano and Maëlle Salmon}, -#> note = {R package version 2.0.1.9001. Integrated data products created under the European Marine Observation Data Network (EMODnet) Biology project (EASME/EMFF/2017/1.3.1.2/02/SI2.789013), funded by the by the European Union under Regulation (EU) No 508/2014 of the European Parliament and of the Council of 15 May 2014 on the European Maritime and Fisheries Fund}, +#> note = {R package version 2.0.2.9000. Integrated data products created under the European Marine Observation Data Network (EMODnet) Biology project (EASME/EMFF/2017/1.3.1.2/02/SI2.789013), funded by the by the European Union under Regulation (EU) No 508/2014 of the European Parliament and of the Council of 15 May 2014 on the European Maritime and Fisheries Fund}, #> url = {https://github.com/EMODnet/emodnet.wfs}, +#> doi = {10.14284/679}, #> } ``` diff --git a/inst/CITATION b/inst/CITATION index 1cea231..edcea6b 100644 --- a/inst/CITATION +++ b/inst/CITATION @@ -10,4 +10,5 @@ bibentry(bibtype = "Manual", ), year = year, note = note, - url = "https://github.com/EMODnet/emodnet.wfs") + url = "https://github.com/EMODnet/emodnet.wfs", + doi = "10.14284/679")