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

Separating work titles, rubrics, and abbreviations #982

Closed nathangibson closed 7 years ago

nathangibson commented 7 years ago

Currently all bibl/title elements of works come under the "Titles" heading. Can we have the following headers and sections instead?

Titles /TEI/text/body/bibl/title[not(@type=('initial-rubric','final-rubric','abbreviation'))]

Initial Rubrics /TEI/text/body/bibl/title[@type='initial-rubric']

Final Rubrics /TEI/text/body/bibl/title[@type='final-rubric']

Abbreviations /TEI/text/body/bibl/title[@type='abbreviation']

The odd file now contains these title types with their glosses (in singular form).

wsalesky commented 7 years ago

@nathangibson Can I have some test records?

nathangibson commented 7 years ago

Sure, http://wwwb.library.vanderbilt.edu/work/1 has abbreviation and final-rubric, and http://wwwb.library.vanderbilt.edu/work/9501 has initial-rubric. Thanks!

wsalesky commented 7 years ago

@nathangibson How does this look? http://wwwb.library.vanderbilt.edu/work/1 http://wwwb.library.vanderbilt.edu/work/9501

nathangibson commented 7 years ago

Great, thanks! I forgot to ask for them in a specific order. I'm putting this on the docket for feedback from the others on Wed, so we could decide the order then.

nathangibson commented 7 years ago

We want move all initial rubrics and final rubrics out of identity box to where prologue etc. is.

wsalesky commented 7 years ago

Above or below the relationships? example: http://wwwb.library.vanderbilt.edu/work/9501

Above or below this section: 'Lives of the Eastern Saints contains 59 works.'

Thanks!

nathangibson commented 7 years ago

Above. Also above Prologues, Incipits, and Explicits. Thanks!

wsalesky commented 7 years ago

Done.