wibarab / featuredb

WIBARAB is a project in the field of Arabic dialectology. It consists of various regional sub-projects (four PhD projects) and a large database about bedouin-type dialects of Arabic. The Feature Database will be the main point of integrating the results of the sub-projects. In this repository we collect the primary data of the database in TEI/XML.
Other
1 stars 0 forks source link

Zotero export: missing abstract and conference title #44

Closed dasch124 closed 2 days ago

dasch124 commented 1 week ago

Evidently, the TEI serialization of Zotero eats up the "abstract" and "meeting name" fields. The data however is in the JSON export. Sine the jupyter notebook already downloads both the JSON and TEI export, I suppose, we could add those to the TEI export file. Kinga, could you please look into this?

Examples:

https://api.zotero.org/groups/2165756/items/JR9RHV84?format=tei https://api.zotero.org/groups/2165756/items/JR9RHV84?format=json https://api.zotero.org/groups/2165756/items/LNLBBI6F?format=json

kisram commented 3 days ago

@dasch124 I can put the meeting name field in a <meeting> element inside the <biblStruct>, but what about the abstract field? Note type abstract? the <abstract> element is for something else and I couldn't find another suitable element that would be allowed inside <biblStruct>

dasch124 commented 3 days ago

yes, I'm fine with <note type="abstract"> Thank you!

kisram commented 2 days ago

Done. I inserted the <meeting> element at the beginning of <monogr>, because this works for all cases.