-
-
Notifications
You must be signed in to change notification settings - Fork 13
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Cita doesn't support proceedings #224
Comments
Hi, @Futur3r! Thanks for your report. Zotero doesn't have a "proceedings" item type, but does have a "conference paper" item type, which maps to Wikidata's "conference paper" (Q23927052), defined as "document published as part of the proceedings of an academic conference". From this, it looks like a "proceedings" would be a collection of "conference papers". And it would make sense that a work cites a conference paper in a proceedings, instead of the entire proceedings. Does this make sense? Shouldn't these cites work targets in Wikidata you mention (such as Q115703103) be changed to instances of "conference paper" instead? |
Yes, it should, but the author cited the proceedings and not a single conference paper in these proceedings. And it's not the only one, I found that kind of citations sometimes and it's trickier when there is no Open Access version of the papers. So we could adapt Cita to the nature of the data ? |
Sorry for my delayed replies. Because of how Cita works (how the citation lists are saved, how cited items can be linked to items in the Zotero library, etc), I would not support cited item types which are not item types in Zotero. However, I don't mean we should continue ignoring cited items of types not supported. Instead, we may use a higher class which includes the type not supported. For example, for the "proceedings" case, we may use the generic "document" type. Issue #93 is closely related to this. So, if in Wikidata it says an item cites another of type "proceedings", Cita would import it as a citation of type "document". The other way round, if one adds a citation in Cita of type "document", it may be uploaded to Wikidata as a "cites work" statement to an element of type "work", and the user may then further refine this in Wikidata. |
Yes, having a default item type is better. I think Zotero use also the 'document' type as a default sometimes. |
Describe the bug
When synchronizing the references of an item, cita doesn't sync proceedings and shows an error
To Reproduce
Sync the citations of an item that cites proceedings, for example "Géographie, anthropologie et anarchie au XIXe siècle"
Expected behavior
Sure, there is no "proceedings" type in Zotero, but the reference could be sync with the "book" type and a tag in it's extra fields like "Type: proceedings" ?
Environment:
The text was updated successfully, but these errors were encountered: