Difference between revisions of "Persistent identifiers(pid)"
Jump to navigation
Jump to search
(moved content over from earlier page open geodata/persistent identifiers) |
m (added data section) |
||
Line 11: | Line 11: | ||
# PID for software | # PID for software | ||
# PID for people | # PID for people | ||
+ | # PID for data | ||
# PID for documentation | # PID for documentation | ||
# PID for video | # PID for video | ||
Line 23: | Line 24: | ||
== Digital Object Identifier (DOI) == | == Digital Object Identifier (DOI) == | ||
* [https://en.wikipedia.org/wiki/Digital_object_identifier Definition of DOI by Wikipedia] | * [https://en.wikipedia.org/wiki/Digital_object_identifier Definition of DOI by Wikipedia] | ||
− | + | == Dealing with different roles within projects == | |
+ | * [https://github.com/codemeta/codemeta/issues/240 CodeMeta on roles] | ||
=== PID for people === | === PID for people === | ||
== Open Researcher and Contributor ID (ORCID) == | == Open Researcher and Contributor ID (ORCID) == | ||
Line 30: | Line 32: | ||
=== PID for documentation === | === PID for documentation === | ||
tbd | tbd | ||
+ | |||
+ | === POD for data === | ||
+ | * [https://www.ands.org.au/working-with-data/citation-and-identifiers/data-citation/citing-dynamic-data Citing dynamic data (ANDS)] | ||
+ | |||
+ | * [https://rd-alliance.org/system/files/documents/RDA-DC-Recommendations_151020.pdf Recommendations WG Data Citation RDA] | ||
+ | |||
=== PID for video === | === PID for video === |
Revision as of 06:00, 9 January 2022
Persistent Identifiers (PID): Introduction and HowTo
Scope
This wiki page summarizes relevant facts and procedures regarding persistent identifers (PID) for the OSGeo communities.
Status
Draft (2022-01-09)
Overview
- What are persistent identifiers and why are they relevant
- PID for software
- PID for people
- PID for data
- PID for documentation
- PID for video
- PID for physical objects
- Infrastructure
- Howto: Registering a DOI for a OSGeo software Project
What are PID
PID for software
Digital Object Identifier (DOI)
Dealing with different roles within projects
PID for people
Open Researcher and Contributor ID (ORCID)
PID for documentation
tbd
POD for data
PID for video
PID for physical objects
tbd
Infrastructure
* Software Repositories (GitHub) * Zenodo
Howto: Registering a DOI for a OSGeo software Project
Requirements
This should be done by a person who represents the software project (member of PSC or similar).
Options
ORCIDs for authors, developers and other project staff can be embedded in the DOI metadata, allowing for proper citation.
Option 1: Upload a snapshot
- Pro: Takes less than 10 minutes to achieve
- Pro: Can be extended and superseeded with better integration options. the DOI will stay always valid regardless and will point to the most up to date software version (and author credits)
- Pro: No need to set webhooks in Zenodo or store description files in GitHub
- Con: Metadata (author list) must be edited manually. (ORCID option ?)
- Con: Every software release requires maintenance work by project staff, as an additional tarball must be uploaded and metadata must be updated.
Howto
Examples
Option 2: Create a live link between the GitHub Repo and Zenodo
- Pro: Immediate automated updates of DOI payload and metadata for each software release on GitHub
- Con: Takes a bit longer than option 1 (20 minutes ?)
Howto
tbd: Coming real soon