Closed MennaRempt closed 1 year ago
Right now we have two download options: Excel and Json. So when we add a third option, it is time to change the download button a little bit. First doing that... ... okay, that took some time, but this is now working.
Add handling of dtype==tei
in ManuscriptDownload
, get_data()
Add templates: tei-template.xml
, tei-additional.xml
, tei-msitem.xml
, tei-contents.xml
See: https://msdesc.github.io/consolidated-tei-schema/msdesc.html
Not all Passim's fields are currently processed into the TEI-XML download. Some might not be included anyway. But how should the following fields be processed with regard to the TEI-P5 standard?
<msItem>
).<listBibl>
item. Should the manuscript-level bibliographic references be processed in here?<msItem>
One possibility would be to put each sermon into its own <msPart>
element, but that may be too far. And using <msFrag>
would also not be very much 'standard'.
Note: we will continue the discussion on this topic in 2022
Suggested amendments to the XML-TEI description of MSS, to include the Gryson/Clavis codes: (NB. 'grégoire' should not be used as a label, but the labels already in use in the database for the signatures should be used, i.e. 'Gryson', 'Clavis' and 'Other code')
Comments by Iris: The solution for identification under ‘title’ (as posted in June) seems useful (
The relevant code is in seeker/views.py, view ManuscriptDownload
(so it's not just downloading one sermon, but a manuscript consisting of a number of sermons).
The XML templates is in seeker/tei-template.xml
author
:
(ascr.
author name )
@cert
attribute<author></author>
XML code is added@key
attribute with the Passim-internal ID of the authortitle
:
<title>
statements@type
attributes: gryson
, passim
, gr
, ot
, cl
rubric
:
tei-msitem.xml
template, but it is only used when there is a subtitle
field specified in the SermonDescr
Add the possibility to download manuscript descriptions in XML-TEI.