G-Node DOI Service
A Digital Object Identifier or DOI is a persistent identifier or handle used to uniquely identify objects, standardized by the ISO. An implementation of the Handle System,[2][3] DOIs are in wide use mainly to identify academic, professional, and government information, such as journal articles, research reports and data sets, and official publications though they also have been used to identify other types of information resources, such as commercial videos.
gin-doi is the G-Node Infrastructure doi service. A Service which can copy your public repository, packs everything into anarchive file, stores it in a super save location and provides you with a doi such that you can cite this data. gin-doi fulfills the Data Cite standard which (according to Wikipedia) tries to:
- Establish easier access to research data on the Internet
- Increase acceptance of research data as legitimate, citable contributions to the scholarly record
- Support data archiving that will permit results to be verified and re-purposed for future study.
To get a doi you need to provide a file called datacite.yml which needs to be put (and pushed) into the root of your repository. This file needsa to be a valid YAML file and should look like this one. You need to provide at least the following entries:
- authors
- title
- description
- keywords
- license
- references
please note that the keys (authors, title, description, etc.) need to be lower case and followed by a colon.
Furthermore the repository you want to get a DOI for must be public.
You can find datasets that are already doified here. Join us, make data great (again?)!