srophe / srophe-eXist-app

DEPRECATED eXist code for Syriaca.org: The Syriac Reference Portal
GNU General Public License v3.0
10 stars 11 forks source link

SPEAR Visualization: Notes on Factoid pages #1160

Closed dlschwartz closed 4 years ago

dlschwartz commented 5 years ago

@wsalesky It is possible for factoids to contain one or more discursive notes where the encoder can make comments and highlight things like errors in the primary source text. This has been in the data for some time but never visualized. See example here. These notes nest directly under div. They can be treated like footnotes basically.

In addition to an un-typed note like the example above, there are also three @type elements used on notes: incerta, dubia, errata.

I think we can handle this more or less like we do in the Gazetteer: http://syriaca.org/place/78.html. I'm thinking the text could the appropriate option below:

I'd appreciate your insights on how to include the bibliography when a bibl element is present.

wsalesky commented 4 years ago

@dlschwartz Is there a SPEAR record I can look at that has notes encoded?

dlschwartz commented 4 years ago

@wsalesky

Un-typed note: https://github.com/srophe/draft-data/blob/master/data/spear/SPEAR_updates/tei/3038.xml#L387

Typed note: https://github.com/srophe/draft-data/blob/master/data/spear/SPEAR_updates/tei/794.xml#L352

wsalesky commented 4 years ago

@dlschwartz I have added this, I think we may want to change the display so it adds a footnote to the note with a link to the bibl element, currently (with the default stylesheets) it is outputting as:

Screen Shot 2019-10-04 at 9 45 18 AM
dlschwartz commented 4 years ago

@wsalesky I like what you've made here and the suggestions for development as well. Thanks.

wsalesky commented 4 years ago

Done.