Open rdmpage opened 7 years ago
@rdmpage @dschigel @MortenHofft
Just to provide another comparison with PANGAEA's dataset page, which provides the following citation formats: RIS, BIBTEX and Text. It also makes a strong directive to users to always cite when using the data. Here is an example dataset: https://doi.pangaea.de/10.1594/PANGAEA.704574
Here should be a link to the issue where I recommended the bibliographic export formats to @MortenHofft @cgendreau
@dschigel @MortenHofft @kbraak Formatted citations of DOIs, whether for papers or datasets are already available as a service, see http://citation.crosscite.org and especially http://citation.crosscite.org/docs.html So, if you want pretty much any format for a DOI this is trivial. For example:
curl -LH "Accept: application/x-bibtex" https://doi.org/10.15468/inygc6
returns
@misc{https://doi.org/10.15468/inygc6,
doi = {10.15468/inygc6},
url = {https://doi.org/10.15468/inygc6},
author = {rdmpage},
publisher = {Institute of Biodiversity, Animal Health and Comparative Medicine, College of Medical, Veterinary and Life Sciences, University of Glasgow},
title = {International Barcode of Life project (iBOL)},
year = {2016}
}
GBIF doesn't have a consistent format for displaying references, and often the most useful bits (DOIs, URLs) are not clickable. Obviously GBIF is somewhat at the mercy of its data providers, who often supply messy bibliographic data. However, if you compare GBIF with, say, Wikipedia, the later often has much nicer looking bibliographic data.
One approach would be for GBIF to adopt CiteProc. If each reference was encoded in Citeproc JSON, then there are both server- and client-side tools that can render the reference in a range of formats, and for a range of locales (for when/if the GBIF portal is localised in different languages).
I realise that bibliographic data is a particular obsession of mine, but I think in the longer term:
Support and examples
CiteProc is supported by CrossRef, in that for a DOI you can get a reference in CiteProc, e.g. http://search.crossref.org/?q=10.15560%2F6.4.503 has an option to get the reference formatted in various styles supported by CiteProc, e.g.:
or in Citeproc JSON itself https://api.crossref.org/v1/works/http://dx.doi.org/10.15560/6.4.503 :