diegodlh / zotero-cita

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

Ignore ISBN for book chapters and conference papers #102

Open diegodlh opened 3 years ago

diegodlh commented 3 years ago

ISBN should be ignored for book chapters, as they refer to the book they belong to, not to the book chapter itself.

As a result, the Wikidata reconciliation service may return the QID for the book it belongs to, instead of the QID for the corresponding book chapter.

This could be addressed in the ItemWrapper class directly.

diegodlh commented 3 years ago

Same thing applies for Conference Papers. Any other?

diegodlh commented 2 years ago

In addition, this causes that multiple citations to different conference papers with different DOIs but with the same container ISBN can't be added to the same citing item, as described by @Dominic-DallOsto in #159. As mentioned there, this is related to #37.