You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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. Either
<biblStruct>
…
<notetype="dataCollection">The data of this publication was collected in the <datetype="dataCollection"cert="low"notBefore-iso="1950-01-01"notAfter="1959-12-31">1950s</date> and <datetype="dataCollection"cert="low"notBefore-iso="1960-01-01"notAfter="1969-12-31">1960s</date>.
</note>
</biblStruct>
OR: we can attach this to an @ana attribute on <biblStruct>:
<interpxml:id="d1950s"><desc>The data of this publication was collected in the <datetype="dataCollection"cert="low"notBefore-iso="1950-01-01"notAfter="1959-12-31">1950s</date></desc></interp>
@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?
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 ?
The text was updated successfully, but these errors were encountered: