Scienze informatiche e dell'informazioneIngleseGhost

Front Matter

Front Matter
The Front Matter Blog covers the intersection of science and technology since 2007.
Pagina inizialeAtom ForaggioMastodonISSN 2749-9952
language
FeatureScienze informatiche e dell'informazioneInglese
Pubblicato

In a blog post four weeks ago DataCite Executive Director Matt Buys talked about the DataCite strategic priorities for 2020 (Buys, 2020). In this post we want to talk a bit more about the strategic priorities for this year we have regarding services and infrastructure work: a) consolidation of our services and infrastructure, and b) stronger emphasis on member-driven product development.

Open InfrastructureScienze informatiche e dell'informazioneInglese
Pubblicato

When we launched the new version of the OAI-PMH service in November (Hallett (2019)), and retired Solr (used by the old OAI-PMH service) in December, we completed the transition to Elasticsearch as our search index, and the REST API as our main API.

MetadataScienze informatiche e dell'informazioneInglese
Pubblicato

DOI content negotiation is one of the oldest DataCite services, launched in 2012. Content negotiation makes it easy to fetch DataCite metadata in other metadata formats, for example BibTeX or schema.org , or as formatted citation in one of more than 5,000 citation styles. For example:curl -LH "Accept: application/x-bibtex" https://doi.org/10.5438/0000-0C2G In 2017 we updated the service, both adding new content types (e.g.

MetadataScienze informatiche e dell'informazioneInglese
Pubblicato

The connections between scholarly resources generated by persistent identifiers (PIDs) and associated metadata form a graph: the PID Graph [Fenner & Aryani (2019)]. We developed this PID Graph concept in the EC-funded FREYA project, and have identified important use cases and technical requirements. In May, DataCite introduced a GraphQL API to standardize and simplify how users can contribute to and consume the PID Graph [Fenner (2019b)].

FeatureScienze informatiche e dell'informazioneInglese
Pubblicato

Two weeks ago DataCite announced the pre-release version of a GraphQL API [Fenner (2019)]. GraphQL simplifies complex queries that for example want to retrieve information about the authors, funding and data citations for a dataset with a DataCite DOI. These connections together form the PID Graph [Fenner &

Open InfrastructureScienze informatiche e dell'informazioneInglese
Pubblicato

DataCite DOIs describe resources such as datasets, samples, software and publications with rich metadata. An important part of this metadata is the description of connections between resources that use persistent identifiers (PIDs) provided by DataCite and others (Crossref, ORCID, ROR, ISNI, IGSN, etc.). Together these resources and their connections form a graph, the PID Graph (Fenner &

MetadataScienze informatiche e dell'informazioneInglese
Pubblicato

Persistent identifiers (PIDs) are not only important to uniquely identify a publication, dataset, or person, but the metadata for these persistent identifiers can provide unambiguous linking between persistent identifiers of the same type, e.g. journal articles citing other journal articles, or of different types, e.g. linking a researcher and the datasets they produced.

Open InfrastructureScienze informatiche e dell'informazioneInglese
Pubblicato

Today we are announcing our first new functionality of 2019, a much improved search for DataCite DOIs and metadata. While the DataCite Search user interface has not changed, changes under the hood bring many important improvements and are our biggest changes to search since 2012.Faster Indexing Newly registered (and tagged findable) DOIs now appear in the DataCite Search index within a few minutes, compared with the previous up to 12 hour lag.

MetadataScienze informatiche e dell'informazioneInglese
Pubblicato

All DataCite DOIs have associated metadata, described in the DataCite Metadata Schema Documentation (DataCite Metadata Working Group (2017)), validated and stored as XML in the DataCite Metadata Store (MDS). These metadata are then made available via DataCite APIs and services. For these services XML is not always the best format, and we are thus providing the metadata in other formats, most notably JSON.