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

tei:seriesStmt and tei:titleStmt #574

Open davidamichelson opened 8 years ago

davidamichelson commented 8 years ago

Hi @wsalesky So, working on revising the titleStmt for records that are in more than one module. Should we just eliminate all titles that are not tei:title @level="a" ?

For example, right now we would need to list `Shemʿon bar Ṣabbaʿe — <foreign xml:lang="syr">ܫܡܥܘܢ ܒܪ ܨܒܥ̈ܐ</foreign>

A Guide to Syriac Authors Qadishe: A Guide to the Syriac Saints The Syriac Biographical Dictionary Gateway to the Syriac Saints` The @level="s" are already in the seriesStmt and we could put the @leve="m" there too. Any thoughts? FYI our past thoughts on seriesStmt: https://github.com/srophe/srophe-eXist-app/issues/453
wsalesky commented 8 years ago

You can, I will need to make some xquery edits, but nothing to major. It probably makes more sense to eliminate the repetition.

nathangibson commented 8 years ago

@davidamichelson What would it look like to include the volume titles inside the seriesStmt? biblScope allows title and idno inside -- thus as follows? <seriesStmt> <title level="s">The Syriac Biographical Dictionary</title> ... <biblScope unit="vol" from="1" to="1"> <title level="m">Qadishe: A Guide to the Syriac Saints</title> <idno type="URI">http://syriaca.org/q</idno> </biblScope> <biblScope unit="vol" from="2" to="2"> <title level="m">A Guide to Syriac Authors</title> <idno type="URI">http://syriaca.org/authors</idno> </biblScope>

nathangibson commented 8 years ago

See https://github.com/srophe/srophe-app-data/blob/nathangibson-2016-05-20/data/persons/tei/9.xml#L128 for an example of the above suggestion.

davidamichelson commented 8 years ago

We are thinking about adopting this, will discuss on Wednesday.

wsalesky commented 8 years ago

This needs to happen before I can correct the issues with the persons browse by type: http://wwwb.library.vanderbilt.edu/exist/apps/srophe/persons/browse.html?view=type&sort=A

nathangibson commented 8 years ago

I think we are set on adopting this. I'll put it on Thursday's agenda to be sure.

davidamichelson commented 8 years ago

Make sure all Saints, Authors, and BHSE have series stmts. Persons and Works in general.

davidamichelson commented 8 years ago

Person 44 may be a correct example.