diegodlh / zotero-cita

Cita: a Wikidata addon for Zotero with citations metadata support
GNU General Public License v3.0
235 stars 12 forks source link

Support fetching references from OCC #134

Open diegodlh opened 3 years ago

diegodlh commented 3 years ago

Is your feature request related to a problem? Please describe. The OpenCitations Corpus (OCC) is an open repository of scholarly citation data. Cita supports adding OCC ID to items in Zotero, but it doesn't support fetching references from OCC.

Describe the solution you'd like Support fetching references from OCC.

Describe alternatives you've considered As a temporary workaround, one may query the OCC REST API, and copy the referenced DOIs in the doi_reference field, and paste them to Cita's "Add citation(s) by identifier".

Additional context Fetching references from OCC may be preferred over fetching them from all OpenCitation indexes, because the latter would include fetching from COCI, which would overlap with fetching from Crossref (#43).

As with all enhancements to batch add/import citations, fixing #37 before may be desired.