Skip to content

Commit

Permalink
docs: update citation files, add CITATION
Browse files Browse the repository at this point in the history
  • Loading branch information
rCarto committed Nov 16, 2022
1 parent 402dcd2 commit 697db0c
Show file tree
Hide file tree
Showing 3 changed files with 69 additions and 4 deletions.
21 changes: 20 additions & 1 deletion CITATION.cff
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,8 @@ message: 'To cite package "osrm" in publications use:'
type: software
license: GPL-3.0-or-later
title: 'osrm: Interface Between R and the OpenStreetMap-Based Routing Service OSRM'
version: 4.0.0
version: 4.0.1
doi: 10.21105/joss.04574
abstract: An interface between R and the 'OSRM' API. 'OSRM' is a routing service based
on 'OpenStreetMap' data. See <http://project-osrm.org/> for more information. This
package enables the computation of routes, trips, isochrones and travel distances
Expand All @@ -18,6 +19,24 @@ authors:
given-names: Timothée
email: timothee.giraud@cnrs.fr
orcid: https://orcid.org/0000-0002-1932-3323
preferred-citation:
type: article
title: 'osrm: Interface Between R and the OpenStreetMap-Based Routing Service OSRM'
authors:
- family-names: Giraud
given-names: Timothée
email: timothee.giraud@cnrs.fr
orcid: https://orcid.org/0000-0002-1932-3323
doi: 10.21105/joss.04574
url: https://doi.org/10.21105/joss.04574
year: '2022'
month: '8'
publisher:
name: The Open Journal
volume: '7'
issue: '78'
journal: Journal of Open Source Software
start: '4574'
repository: https://CRAN.R-project.org/package=osrm
repository-code: https://github.com/riatelab/osrm
url: https://github.com/riatelab/osrm
Expand Down
35 changes: 32 additions & 3 deletions codemeta.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,13 @@
"codeRepository": "https://github.com/riatelab/osrm",
"issueTracker": "https://github.com/riatelab/osrm/issues",
"license": "https://spdx.org/licenses/GPL-3.0",
"version": "4.0.0",
"version": "4.0.1",
"programmingLanguage": {
"@type": "ComputerLanguage",
"name": "R",
"url": "https://r-project.org"
},
"runtimePlatform": "R version 4.2.1 (2022-06-23)",
"runtimePlatform": "R version 4.2.2 (2022-10-31)",
"provider": {
"@id": "https://cran.r-project.org",
"@type": "Organization",
Expand Down Expand Up @@ -168,5 +168,34 @@
},
"SystemRequirements": null
},
"fileSize": "512.995KB"
"fileSize": "513.897KB",
"citation": [
{
"@type": "ScholarlyArticle",
"datePublished": "2022",
"author": [
{
"@type": "Person",
"givenName": "Timothée",
"familyName": "Giraud"
}
],
"name": "{osrm: Interface Between R and the OpenStreetMap-Based Routing Service OSRM}",
"identifier": "10.21105/joss.04574",
"url": "https://doi.org/10.21105/joss.04574",
"pagination": "4574",
"@id": "https://doi.org/10.21105/joss.04574",
"sameAs": "https://doi.org/10.21105/joss.04574",
"isPartOf": {
"@type": "PublicationIssue",
"issueNumber": "78",
"datePublished": "2022",
"isPartOf": {
"@type": ["PublicationVolume", "Periodical"],
"volumeNumber": "7",
"name": "Journal of Open Source Software"
}
}
}
]
}
17 changes: 17 additions & 0 deletions inst/CITATION
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
citHeader("To cite package osrm in publications use:")

citEntry(entry = "Article",
doi = "10.21105/joss.04574",
url = "https://doi.org/10.21105/joss.04574",
year = "2022",
month = "aug",
publisher = "The Open Journal",
volume = "7",
number = "78",
pages = "4574",
author = "Timothée Giraud",
title = "{osrm: Interface Between R and the OpenStreetMap-Based Routing Service OSRM}",
journal = "Journal of Open Source Software",
textVersion = "Giraud, T., (2022). osrm: Interface Between R and the OpenStreetMap-Based Routing Service OSRM. Journal of Open Source Software, 7(78), 4574, https://doi.org/10.21105/joss.04574")


0 comments on commit 697db0c

Please sign in to comment.