diff --git a/codemeta.json b/codemeta.json index fe6c943..95651a4 100644 --- a/codemeta.json +++ b/codemeta.json @@ -2,8 +2,8 @@ "@context": "https://doi.org/10.5063/schema/codemeta-2.0", "@type": "SoftwareSourceCode", "identifier": "photon", - "description": "Features unstructured, structured and reverse geocoding using the 'photon' geocoding API. Facilitates the setup of local Photon instances to enable offline geocoding.", - "name": "photon: High-performance geocoding using 'photon'", + "description": "Features unstructured, structured and reverse geocoding using the 'photon' geocoding API <[https://photon.komoot.io/]https://photon.komoot.io/>. Facilitates the setup of local 'photon' instances to enable offline geocoding.", + "name": "photon: High-Performance Geocoding using 'photon'", "relatedLink": "https://jslth.github.io/photon/", "codeRepository": "https://github.com/jslth/photon/", "issueTracker": "https://github.com/jslth/photon/issues", @@ -20,7 +20,8 @@ "@type": "Person", "givenName": "Jonas", "familyName": "Lieth", - "email": "jonas.lieth@gesis.org" + "email": "jonas.lieth@gesis.org", + "@id": "https://orcid.org/0000-0002-3451-3176" } ], "copyrightHolder": [ @@ -28,7 +29,8 @@ "@type": "Person", "givenName": "Jonas", "familyName": "Lieth", - "email": "jonas.lieth@gesis.org" + "email": "jonas.lieth@gesis.org", + "@id": "https://orcid.org/0000-0002-3451-3176" } ], "maintainer": [ @@ -36,7 +38,8 @@ "@type": "Person", "givenName": "Jonas", "familyName": "Lieth", - "email": "jonas.lieth@gesis.org" + "email": "jonas.lieth@gesis.org", + "@id": "https://orcid.org/0000-0002-3451-3176" } ], "softwareSuggestions": [ @@ -194,9 +197,10 @@ }, "SystemRequirements": null }, - "fileSize": "173.822KB", + "fileSize": "175.584KB", "releaseNotes": "https://github.com/jslth/photon/blob/master/NEWS.md", "readme": "https://github.com/JsLth/photon/blob/main/README.md", "contIntegration": ["https://github.com/JsLth/photon/actions/workflows/R-CMD-check.yaml", "https://github.com/jslth/photon/actions/workflows/rhub.yaml", "https://app.codecov.io/gh/JsLth/photon?branch=main"], - "developmentStatus": ["https://www.repostatus.org/#active", "https://lifecycle.r-lib.org/articles/stages.html#stable"] + "developmentStatus": "https://www.repostatus.org/#active", + "keywords": ["r", "r-package", "rstats"] }