It's all about Relations

It's all about Relations

In a guest post two weeks ago Elizabeth Hull explained that only 6% of Dryad datasets associated with a journal article are found in the reference list of that article, data she also presented at the IDCC conference in February (Mayo, Hull, & Vision, 2015). This number has increased from 4% to 8% between 2011-2014, but is still low. One important reason is missing incentives: we don't yet have the same automated citation linking between articles and data that exists between articles thanks to Crossref.

Wouldn't it be nice if a data publisher such as the Oak Ridge National Laboratory is automatically informed about journal articles citing one of their datasets?

The challenge: both DataCite and Crossref collect metadata as part of the respective DOI registration services they provide. These metadata describe the information required for a citation (title, authors, publication date, etc.) (DataCite Metadata Working Group, 2014). And the metadata can contain references to related resources. But what is missing is an automated exchange of the information collected by Crossref and DataCite.

We can't simply store information coming from Crossref in the DataCite Metadata Store (MDS) for two reasons:

  1. Only the organization publishing the DOI can update the metadata, and it is important to keep it this way to to have a single authoritative source.
  2. The DataCite MDS stores information about DataCite DOIs, but can't store metadata (again title, authors, publication date, etc.) for other resources such as Crossref DOIs.

DataCite thus needs a service to enhance its DataCite Metadata Store (MDS). Data citations are the most important use case, but his service should be flexible enough to also handle information coming from other providers besides Crossref, for example claims of DataCite DOIs in the ORCID registry or links of DataCite DOIs to code repositories such as Github.

The new service is called DataCite Event Data, and the screenshot above shows six data citations coming from Crossref. The software powering the service is called Lagotto, open source software originally developed in 2009 by the Open Access publisher Public Library of Science. While Lagotto provides the basic functionality needed for the Event Data service, significant development effort was required to enable the full functionality described above. This work was done, and will continue, in close collaboration with Crossref, as Crossref wants to address similar use cases. Although the core Crossref infrastructure is built around citation linking of publications, Crossref is working on registering other online events associated with Crossref DOIs, e.g. a Wikipedia page referencing one or more journal articles.

This Tuesday we released version 5 of the Lagotto software (Fenner et al., 2016) with support for what we need for the Event Data service. The release would not have been possible without developer Joe Wass from Crossref. The list of changes is long and can be read about in detail in the release notes. The highlights include:

  1. A deposits API allowing anyone with a valid API key to push events into the system using a JSON object which can be (almost) as simple as
{ "subj_id": "https://doi.org/10.1098/rspb.2015.2857",
  "obj_id": "https://doi.org/10.5061/DRYAD.7BQ5T",
  "relation_type_id": "cites",
  "sourceid": "europepmc_fulltext" }
  1. A contributor model to aggregate resources by contributor, using the ORCID ID as persistent identifier.
  2. Support for Github, describing the relations between software release, code repository, and repository owner, for the by now more than 7,000 DataCite DOIs for software linked to a Github release.

In the coming months DataCite and Crossref will continue developing the platform to build out their Event Data services, so stay tuned for updates. And if you don’t mind minor bugs and incomplete data (currently about 1.2 million events for about 400,000 DataCite DOIs), take a look at DataCite Event Data and send us your feedback.

A real life lagotto. Credit: Anke Büter and Najko Jahn (Exeter)
A real life lagotto. Credit: Anke Büter and Najko Jahn (Exeter)

Acknowledgments

This blog post was originally published on the DataCite Blog.

References

DataCite Metadata Working Group. DataCite Metadata Schema for the Publication and Citation of Research Data v3.1: Documentation. Published online 2014:38 pages. doi:10.5438/0010

Fenner M, Wass J, Song J, et al. Lagotto 5.0.1. Published online April 12, 2016. doi:10.5281/ZENODO.49516

Mayo C, Hull EA, Vision TJ. The Location Of The Citation: Changing Practices In How Publications Cite Original Data In The Dryad Digital Repository. Published online October 19, 2015. doi:10.5281/ZENODO.32412

Copyright © 2016 Martin Fenner. Distributed under the terms of the Creative Commons Attribution 4.0 License.