Project

General

Profile

Feature #2601

Updated by Bernhard Koschiček-Krombholz 4 months ago

Currently, if a reference with a DOI is added to an entry, it has to go over an external reference (Reference). With #2600, a better approach would be, that the reference, e.g. a book can be linked to a DOI over a searchable field like Wikidata or GND.  

 Possible candidates are the two major registration agencies,  
 * "Crossref":https://www.crossref.org/ 
 ** "API documentation":https://www.crossref.org/documentation/retrieve-metadata/rest-api/ 
 ** "Swagger":https://api.staging.crossref.org/swagger-ui/index.html 
 ** Example: https://api.crossref.org/works?query=OpenAtlas 
 * "DataCite":https://datacite.org/ 
 ** "API documentation":https://support.datacite.org/docs/api 
 ** Example: https://api.datacite.org/dois?query=OpenAtlas 

 The DOIs can then be resolved with @https://doi.org/<DOI>@ 
 

Back