Closed mdoering closed 3 years ago
There are only 14 BibTex entry types targeting mostly classic publications. See also Wikipedia on BibTex.
https://libguides.nps.edu/citation/ieee-bibtex has examples for blogs, digital Book in a Series and also a database example using the electronic type which is not part of the 14 types listed above:
@electronic{nsa_ipac_2012,
author = "{NASA/IPAC Extragalactic Database}",
organization = "Object name IRAS F00400+4059",
url = "http://nedwww.ipac.caltech.edu/",
note = "Accessed Dec. 10, 2012"
}
biblatex provides the type online, electronic is an alias.
The IOC Bird List issues DOIs for every release (2 per year): https://www.worldbirdnames.org/ioc-lists/crossref/ E.g. https://doi.org/10.14344/IOC.ML.11.1
BibTex
curl -LH "Accept: application/x-bibtex" https://doi.org/10.14344/IOC.ML.11.1
@misc{1,
doi = {10.14344/ioc.ml.11.1},
url = {https://doi.org/10.14344%2Fioc.ml.11.1},
publisher = {World Bird Names International Ornithologists Union},
title = {{IOC} World Bird List 11.1}
}
CSL JSON
curl -LH "Accept: application/json" https://doi.org/10.14344/IOC.ML.11.1
curl -LH "Accept: application/vnd.citationstyles.csl+json" https://doi.org/10.14344/IOC.ML.11.1
{
"DOI": "10.14344/ioc.ml.11.1",
"URL": "http://dx.doi.org/10.14344/IOC.ML.11.1",
"container-title": "IOC World Bird List Datasets",
"content-domain": {
"crossmark-restriction": false,
"domain": []
},
"created": {
"date-parts": [
[
2021,
1,
29
]
],
"date-time": "2021-01-29T14:55:51Z",
"timestamp": 1611932151000
},
"deposited": {
"date-parts": [
[
2021,
1,
29
]
],
"date-time": "2021-01-29T14:55:52Z",
"timestamp": 1611932152000
},
"indexed": {
"date-parts": [
[
2021,
2,
22
]
],
"date-time": "2021-02-22T02:44:00Z",
"timestamp": 1613961840710
},
"institution": {
"acronym": [
"IOC"
],
"name": "World Bird Names",
"place": [
"-"
]
},
"is-referenced-by-count": 1,
"issued": {
"date-parts": [
[
null
]
]
},
"member": "5466",
"original-title": [],
"prefix": "10.14344",
"publisher": "World Bird Names International Ornithologists Union",
"reference-count": 0,
"references-count": 0,
"relation": {},
"score": 1.0,
"short-title": [],
"source": "Crossref",
"subtitle": [],
"title": "IOC World Bird List 11.1",
"type": "dataset"
}
RIS
curl -LH "Accept: application/x-research-info-systems" https://doi.org/10.14344/IOC.ML.11.1
TY - DATA
DO - 10.14344/ioc.ml.11.1
UR - http://dx.doi.org/10.14344/IOC.ML.11.1
TI - IOC World Bird List 11.1
T2 - IOC World Bird List Datasets
PB - World Bird Names International Ornithologists Union
ER -
RDF/Turtle
curl -LH "Accept: text/turtle" https://doi.org/10.14344/IOC.ML.11.1
<http://dx.doi.org/10.14344/IOC.ML.11.1>
<http://prismstandard.org/namespaces/basic/2.1/doi>
"10.14344/ioc.ml.11.1" ;
<http://purl.org/dc/terms/date>
""^^<http://www.w3.org/2001/XMLSchema#gYear> ;
<http://purl.org/dc/terms/identifier>
"10.14344/ioc.ml.11.1" ;
<http://purl.org/dc/terms/publisher>
"World Bird Names International Ornithologists Union" ;
<http://purl.org/dc/terms/title>
"IOC World Bird List 11.1" ;
<http://purl.org/ontology/bibo/doi>
"10.14344/ioc.ml.11.1" ;
<http://www.w3.org/2002/07/owl#sameAs>
<doi:10.14344/ioc.ml.11.1> , <http://dx.doi.org/10.14344/ioc.ml.11.1> , <info:doi/10.14344/ioc.ml.11.1> .
RDF/XML
curl -LH "Accept: application/rdf+xml" https://doi.org/10.14344/IOC.ML.11.1
<rdf:RDF
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:j.0="http://purl.org/dc/terms/"
xmlns:j.1="http://prismstandard.org/namespaces/basic/2.1/"
xmlns:owl="http://www.w3.org/2002/07/owl#"
xmlns:j.2="http://purl.org/ontology/bibo/">
<rdf:Description rdf:about="http://dx.doi.org/10.14344/IOC.ML.11.1">
<j.0:publisher>World Bird Names International Ornithologists Union</j.0:publisher>
<j.0:title>IOC World Bird List 11.1</j.0:title>
<j.2:doi>10.14344/ioc.ml.11.1</j.2:doi>
<j.1:doi>10.14344/ioc.ml.11.1</j.1:doi>
<j.0:date rdf:datatype="http://www.w3.org/2001/XMLSchema#gYear"
></j.0:date>
<owl:sameAs rdf:resource="info:doi/10.14344/ioc.ml.11.1"/>
<owl:sameAs rdf:resource="doi:10.14344/ioc.ml.11.1"/>
<j.0:identifier>10.14344/ioc.ml.11.1</j.0:identifier>
<owl:sameAs rdf:resource="http://dx.doi.org/10.14344/ioc.ml.11.1"/>
</rdf:Description>
</rdf:RDF>
See also https://github.com/gbif/gbif-doi/issues/20 for considering a dedicated COL DOI prefix.
The primary URL a COL release points cannot be the main COL portal as this changes with every release. We need a stable URL for a specific version. Ultimately this can only be ChecklistBank.
But I would propose to create a stable URL in the main portal, similar to how we dealt with the previous annual releases, that can either forward redirect directly to ChecklistBank. Stable URLs would then only need to be managed for the portal and give us freedom to change the much more complex CLB application as seems useful. We could then also easily host tombstone pages for monthly releases that have been removed from ChecklistBank. And maybe better integrate also release notes such as https://preview.catalogueoflife.org/2021/04/05/release
We could even consider to continue with the previous scheme for annual releases: https://www.catalogueoflife.org/annual-checklist/2021
And do sth similar for the monthly ones: https://www.catalogueoflife.org/monthly-checklist/2021-04
But maybe it is better to use a new structure like this which does not differ between annual and monthly when the only difference between them is the longevity of the data: https://www.catalogueoflife.org/release/2021-04 https://www.catalogueoflife.org/checklist/2021-04
moved this to a separate discussion under https://github.com/CatalogueOfLife/portal/issues/139
ISSN strongly recommends to create a title DOI to represent the journal, which in our case would represent the COL series and thus an equivalent to the overarching Zenodo conceptual DOI, number 3 of the top issue description.
Such a DOI would use the ISSN number as part of the DOI, i.e. https://doi.org/10.15468/issn.2405-8858 for the current GBIF DOI prefix and the COL ISSN
Checklist of the New Zealand flora from Landcare also uses an ISSN.
Some rules for issuing DOIs for new releases:
A consideration for who is formally recognized via DOI resolutions and who is not. based on ISG meeting 4/27/21 (Pyle, Ower, Döring, Remsen)
Contributors to the COL monthly and annual checklists fall into a wide range of categories or roles and considerable effort has been made to identify and define them. Key use cases behind this are
These finer contributor divisions may ultimately be integrated into an updated COLDP metadata format, providing an improved degree of visibility. Ultimately, however, all of these roles must be assigned to one of two primary divisions:
An important task for the COL Team is to determine which category of contributors fall into these two divisions. While there may be a temptation to simply include everyone into this category, it isn't so simple. Pyle likens the division between contributors to traditional journal publications being divided into Authors vs mention in Acknowledgments. Given the limitations of the DataCite resolution format, assignment to the enriched DOI resolution pathway relegates all contributors to a singular content creator / author class. Giving all contributors equal weight may de-motivate the GSD content contributors who perform the majority of the data assembly and curation on the contributing datasets.
Actions required are to:
A consideration on assignment of DOIs to Catalogue of Life data sources based on ISG meeting 4/27/21 (Pyle, Ower, Döring, Remsen)
The Catalogue of Life proposal to assign DOIs to each release and to each source (contributing dataset) within a release presents some options for consideration. Discussion is needed to determine the optimal criteria for minting a new DOI for a COL contributing dataset. A current proposal is to assign a new set of DOIs each month to
These two DOI categories would include complementary reference metadata with:
Thus, if the COL is composed of 100 contributing data sectors, there would be 101 DOI's minted each month or 1212 DOI's minted per year. This profusion of DOIs could be a point of confusion for some users, particularly when many data sources remain unchanged for months or years. The only real difference in the resolved metadata, in many cases, will be simple edition increments. Does this justify the approach.
Another option we explore is to only mint identifiers for data sources when they have been updated (changed). For example, assume the data source for FishBase was changed in April of 2018, the first update since October of 2012. We would propose:
Actions required are to:
consider all the roles of COL contributors
Please see https://github.com/CatalogueOfLife/backend/issues/1001 for a dedicated issue on contributor roles and reopen it if needed. Personally I think the way we deal with official roles in the updated model now is very well.
determine which contributors (by role) should be linked to DOI resolution and receive all the benefits of wider service tracking
This also defines who is listed in the citation string, i.e. who is part of the official authorship of COL. The global team has recommended to include each and everyone, but due to arguments layed out by @dremsen above we should consider to only include authors that actually did work that helped to change the COL in that very release. An option to consider would be to always include the core team, but only those GSD authors with updated content.
determine which contributors should be less formally acknowledged
That would be all other GSD authors then I suppose.
DataCite offers many resource relationTypes in Table 9, page 46. We should consider to use:
HasPart
for listing the source datasets included in a COL DOI (alternatively use less strong Cites
)IsPartOf
(see IsReferencedBy by Dave above) for listing the COL releases that make use of a source DOI, i.e. a specific version of the source (alternatively use use less strong IsCitedBy
)IsNewVersionOf
/ IsPreviousVersionOf
to link all releases of COL and also for versions of each sourceIsDerivedFrom
for a source DOI to link to the full source in ChecklistBankIn case we would adopt redundant DOIs each month there is an option to relate the DOIs pointing to the same source version with IsIdenticalTo
, but I think we should avoid creating redundant DOIs in the first place.
Not that with serials and an existing ISSN DataCite recommends:
SeriesInformation: Information about a repeating series, such as volume, issue, number.
For use with grey literature. If providing an ISSN, use RelatedIdentifier, relatedIdentifierType=ISSN. For dataset series describe the relationships with isPartOf or HasPart.
<relatedIdentifier relatedIdentifierType="ISSN" relationType="IsPartOf">0077-5606 </relatedIdentifier>
One other important question we discussed on the ISG call is what citation metadata a source DOI would return. Currently we follow the chapter in a book model with FishBase as the example:
Froese R., Pauly D. (eds.) (2021). FishBase: FishBase (version Feb 2018). In: Catalogue of Life, et al. (2021). Species 2000 & ITIS Catalogue of Life, 2021-04-05. Digital resource at www.catalogueoflife.org. Species 2000: Naturalis, Leiden, the Netherlands. ISSN 2405-8858.
Here In: Catalogue of Life, et al. (2021)
is referring to a specific version of COL. If the FishBase DOI did not change between 2012 and 2018 we could either
FishBase (version October 2012). In: Catalogue of Life, et al. (2016)
when resolved in 2016.FishBase in Catalogue of Life (version October 2012)
when resolved anytime between 2012 and 2018. This simplifies keeping the metadata up to date a lot and avoids the confusion of a changed citation for the same DOI when accessed by a user at different times.all of above relations but Cites and IsPreviousVersionOf are implemented.
For COL and other projects we want to issue GBIF DataCite DOIs for
Tasks:
Influence the metadata model work to provide all information needed to build the datacite document.