Skip to content
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

Zotero export: missing abstract and conference title #44

Open
dasch124 opened this issue Nov 22, 2024 · 5 comments
Open

Zotero export: missing abstract and conference title #44

dasch124 opened this issue Nov 22, 2024 · 5 comments

Comments

@dasch124
Copy link
Contributor

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
Copy link
Contributor

kisram commented Nov 26, 2024

@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
Copy link
Contributor Author

dasch124 commented Nov 26, 2024

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

@kisram
Copy link
Contributor

kisram commented Nov 27, 2024

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

@kisram kisram closed this as completed Nov 27, 2024
@VeronikaEngler VeronikaEngler reopened this Dec 6, 2024
@VeronikaEngler
Copy link
Contributor

The zotero export is also missing the information for date and place in presentations.

@kisram
Copy link
Contributor

kisram commented Dec 9, 2024

@VeronikaEngler @dasch124 I can include those in a <date> and <placeName> element inside <meeting>, question is do we keep the meetingName as a text node or change that to an element ( <eventName>? <name>?) as well ?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants