Diego de la Hera
Diego de la Hera
Another example was [reported](https://github.com/diegodlh/zotero-cita/issues/119) by @Dominic-DallOsto. He [suggested](https://github.com/diegodlh/zotero-cita/pull/121) mapping items of the Wikidata class `literary work` (Q7725634) to the Zotero item type `book`. `literary work` is a subclass of `written...
> one can have several Wikidata item types to map to the same Zotero item type (...) However, I [think] this mapping should maybe stay limited to the main classes...
> run a separate SPARQL query to determine if an "instance of" value not found in the map is, in fact, a subclass of a supported value By the way,...
Same thing goes for creators other than "author", which "are ignored, because they would need to point an item, rather than just writing the string value".
Hi! It doesn't seem to be documented on the page mentioned above, but according to the [source code](https://github.com/zotero/zotero/blob/697798b536c4fc506d6fe62ea4745bfbca3b55cf/chrome/content/zotero/xpcom/server.js#L504) there would be three ways of specifying the endpoint object's `init` method....
- The [Crossref Unixref import translator](https://github.com/zotero/translators/blob/master/Crossref%20Unixref%20XML.js) may be changed to parse `citation_list` (example: https://api.crossref.org/works/10.1126/science.1157784/transform/application/vnd.crossref.unixref+xml) - A third-party service may be created that gets `reference` response from Crossref API and outputs...
Another workaround would be using Crossref references available in OpenCitations' COCI. For example, for doi:10.1108/jd-12-2013-0166, copy the DOIs in the `reference` field of the response from https://opencitations.net/index/api/v1/metadata/10.1108/jd-12-2013-0166, and paste them...
As mentioned by @Dominic-DallOsto in #135, we may want to parse (#113) Crossref `unstructuted_citation` references (see [here](https://www.crossref.org/documentation/content-registration/descriptive-metadata/references/#current-elements-for-citation-tagginga-id00178-href00178i-classfas-fa-linkia)).
Hi, all! I'm very well aware of @Dominic-DallOsto's pull requests, for this and other issues. I'm finishing my PhD thesis and I've been postponing this for weeks. Hopefully I'll be...
An additional gateway to a locally running instance of [Excite](https://excite.informatik.uni-stuttgart.de/) may be of interest to @cboulanger.