Skip to content

Commit

Permalink
Add DOI
Browse files Browse the repository at this point in the history
  • Loading branch information
dieghernan authored Mar 17, 2022
1 parent c1ad55d commit 9781929
Show file tree
Hide file tree
Showing 7 changed files with 28 additions and 9 deletions.
6 changes: 4 additions & 2 deletions CITATION.cff
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,8 @@ message: 'To cite package "CatastRoNav" in publications use:'
type: software
license: CC-BY-4.0
title: 'CatastRoNav: Interface to the ''INSPIRE'' services of ''Catastro de Navarra'''
version: 0.0.0.9000
version: 0.0.1
doi: 10.5281/zenodo.6366407
abstract: Access public spatial data available under the 'INSPIRE' directive. Tools
for downloading references, buildings and addresses of properties on Navarre (Spain).
authors:
Expand All @@ -25,8 +26,9 @@ preferred-citation:
email: [email protected]
orcid: https://orcid.org/0000-0001-8457-4658
year: '2022'
version: 0.0.0.9000
version: 0.0.1
url: https://ropenspain.github.io/CatastRoNav/
doi: 10.5281/zenodo.6366407
abstract: Access public spatial data available under the 'INSPIRE' directive. Tools
for downloading references, buildings and addresses of properties on Navarre (Spain).
repository-code: https://github.com/rOpenSpain/CatastRoNav
Expand Down
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Package: CatastRoNav
Title: Interface to the 'INSPIRE' services of 'Catastro de Navarra'
Version: 0.0.0.9000
Version: 0.0.1
Authors@R:
person("Diego", "Hernangómez", , "[email protected]", role = c("aut", "cre"),
comment = c(ORCID = "0000-0001-8457-4658"))
Expand Down
9 changes: 9 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
# CatastRoNav 0.0.1

* Initial release.



# CatastRoNav 0.0.0.9000

**This is a pre-release**

* Added a `NEWS.md` file to track changes to the package.
* Add DOI: https://doi.org/10.5281/zenodo.6366407
1 change: 1 addition & 0 deletions README.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ library(CatastRoNav)
[![CatastRoNav status badge](https://ropenspain.r-universe.dev/badges/CatastRoNav)](https://ropenspain.r-universe.dev)
[![R-CMD-check](https://github.com/rOpenSpain/CatastRoNav/workflows/R-CMD-check/badge.svg)](https://github.com/rOpenSpain/CatastRoNav/actions?query=workflow%3AR-CMD-check)
[![codecov](https://codecov.io/gh/rOpenSpain/CatastroNav/branch/main/graph/badge.svg)](https://app.codecov.io/gh/rOpenSpain/CatastroNav)
[![DOI](https://img.shields.io/badge/DOI-10.5281/zenodo.6366407-blue)](https://doi.org/10.5281/zenodo.6366407)
[![Project-Status:Active](https://www.repostatus.org/badges/latest/active.svg)](https://www.repostatus.org/#active)

<!-- badges: end -->
Expand Down
8 changes: 6 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
badge](https://ropenspain.r-universe.dev/badges/CatastRoNav)](https://ropenspain.r-universe.dev)
[![R-CMD-check](https://github.com/rOpenSpain/CatastRoNav/workflows/R-CMD-check/badge.svg)](https://github.com/rOpenSpain/CatastRoNav/actions?query=workflow%3AR-CMD-check)
[![codecov](https://codecov.io/gh/rOpenSpain/CatastroNav/branch/main/graph/badge.svg)](https://app.codecov.io/gh/rOpenSpain/CatastroNav)
[![DOI](https://img.shields.io/badge/DOI-10.5281/zenodo.6366407-blue)](https://doi.org/10.5281/zenodo.6366407)
[![Project-Status:Active](https://www.repostatus.org/badges/latest/active.svg)](https://www.repostatus.org/#active)

<!-- badges: end -->
Expand Down Expand Up @@ -68,16 +69,19 @@ ggplot(wfs_get_buildings) +
To cite ‘CatastRoNav’ in publications use:

Hernangómez D (2022). *CatastRoNav: Interface to the API Catastro de
Navarra*. \<URL: <https://ropenspain.github.io/CatastRoNav/>\>.
Navarra*. doi: 10.5281/zenodo.6366407 (URL:
<https://doi.org/10.5281/zenodo.6366407>), \<URL:
<https://ropenspain.github.io/CatastRoNav/>\>.

A BibTeX entry for LaTeX users is:

@Manual{R-catastronav,
title = {{CatastRoNav}: Interface to the {API} Catastro de Navarra},
author = {Diego Hernangómez},
year = {2022},
version = {0.0.0.9000},
version = {0.0.1},
url = {https://ropenspain.github.io/CatastRoNav/},
doi = {10.5281/zenodo.6366407},
abstract = {Access public spatial data available under the 'INSPIRE' directive. Tools for downloading references, buildings and addresses of properties on Navarre (Spain).},
}

Expand Down
9 changes: 6 additions & 3 deletions codemeta.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"codeRepository": "https://github.com/rOpenSpain/CatastRoNav",
"issueTracker": "https://github.com/rOpenSpain/CatastRoNav/issues",
"license": "https://spdx.org/licenses/CC-BY-4.0",
"version": "0.0.0.9000",
"version": "0.0.1",
"programmingLanguage": {
"@type": "ComputerLanguage",
"name": "R",
Expand Down Expand Up @@ -178,7 +178,7 @@
},
"SystemRequirements": null
},
"fileSize": "915KB",
"fileSize": "915.335KB",
"citation": [
{
"@type": "SoftwareSourceCode",
Expand All @@ -191,7 +191,10 @@
}
],
"name": "{CatastRoNav}: Interface to the {API} Catastro de Navarra",
"url": "https://ropenspain.github.io/CatastRoNav/"
"identifier": "10.5281/zenodo.6366407",
"url": "https://ropenspain.github.io/CatastRoNav/",
"@id": "https://doi.org/10.5281/zenodo.6366407",
"sameAs": "https://doi.org/10.5281/zenodo.6366407"
}
],
"releaseNotes": "https://github.com/rOpenSpain/CatastRoNav/blob/master/NEWS.md",
Expand Down
2 changes: 1 addition & 1 deletion inst/CITATION
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ bibentry(
year = year,
version = meta$Version,
url = unlist(strsplit(meta$URL, ","))[1],
#doi = "10.5281/zenodo.6044091",
doi = "10.5281/zenodo.6366407",
abstract = abs,
key = "R-catastronav"
)

0 comments on commit 9781929

Please sign in to comment.