Open dasch124 opened 7 months ago
Let's go for:
<biblStruct>
…
<note type="dataCollection">
<date type="dataCollection" cert="low" notBefore-iso="1950-01-01" notAfter-iso="1959-12-31">1950s</date>
<date type="dataCollection" cert="low" notBefore-iso="1960-01-01" notAfter-iso="1969-12-31">1960s</date>
</note>
</biblStruct>
Vero will write an XSLT transformation which we can append to the jupyter notebook which does the Zotero export. Cf. https://github.com/wibarab/featuredb/blob/main/080_scripts_generic/vicav_zotero/fetch_generated_tei_and_process.ipynb
@dasch124 I wrote the stylesheet, but I wanted to make sure, why in the attributes on the new structure above ("notBefore-iso" and "notAfter") the "-iso" is attached only to "notBefore" and not "notAfter", is this on purpose?
@dasch124 I wrote the stylesheet, but I wanted to make sure, why in the attributes on the new structure above ("notBefore-iso" and "notAfter") the "-iso" is attached only to "notBefore" and not "notAfter", is this on purpose?
that was a glitch, I corrected the comment above
Cf. #42: Each bibliographic entry used for feature value observations will have a tag for the decade of data collection and the level of certainty in Zotero. This will come out as any other "normal" Zotero tag as
<note type="tag">
in the TEI export, however we probably want to make it more expressive.<biblStruct>
itself does not offer many choices. EitherOR: we can attach this to an
@ana
attribute on<biblStruct>
:and at the end of the document:
Neither of which I find very convincing, honestly. ... Other ideas, @charlymo @kisram @VeronikaEngler ?