-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
transcr.: THIRD COLUMN basics #136
Comments
feat:improved text structure for notes in facsimile/surface #136
FYI |
Thanks. |
General info
source for page info:
TEI/facsimile[@corresp="#DWkonJer"]/surface
surface/@xml:id
points at page the surface info is referring to. Contents are to be shown in info column and correspond to 2nd column (via highlighting when mousover).Here is the key-value list for change attribute values:
#edACE - these elements aren't treated anyway
#typewriter2 - shouldn't be treated too, because it's only on a nonWitness-page
#inkOnProofKK - "Tinte, schwarz (Karl Kraus)"
#pencilOnProof - "Bleistift"
#pencilOnProofKK - "Bleistift (vermutl. Karl Kraus)"
#undefined - wird eliminiert
#inkOnProof - wird ergänzt, "Tinte, schwarz"
#redOnProof - "Buntstift, rot"
#typewriter - "Schreibmaschine"
Treatment of elements
@type="pagination"
: Line "Paginierung "+ text node + @corresp in () (key value list follows)surface/@corresp
points toTEI/teiHeader//item/@xml:id
, chose text nodenote[@type="change" or @type="printInstruction"]
, add subtitle "Weitere Textschichten" with expand/collapse button. (Like in reading version)Display (for now, key-value-list follows):
@type="change"
-@corresp
as attribute valueDisplay
@type="printInstruction"
as "Markierung für den Druck der Fackel Nr. 890: " + text nodemake it
Markierung für den Druck der Fackel Nr. 890: vertikale Linie Links (xxx), vertikale Linie Rechts (xxx), doppelte vertikale Linie rechts (xxx)
.Instead of "xxx" add the string corresponding to the change value.
If there is at least one
note[@type="tpqBase" or @type="tpqBase"]/text()
, add subtitle "Datierung (terminus post quem)"note[@type="tpqBase"]
add line "Grundschicht: " + text() + "(zitierter Text)". Add highlighting mechanism with quote element identified innote/corresp
note[@type="tpqAdd"]
add line "Hs. Ergänzung:" + text() + "(zitierter Text)". Add highlighting mechanism with quote element identified innote/@corresp
yyyy-mm-dd
todd. mm. yyyy
, trimming leading 0s.If there is at least one
note[@type="delQuote" or @type="delPers"]
, add subtitle "Anmerkung"note[@type="delQuote"]
, add line "Eliminierter Verweis auf " + short quote like in reading version of text referred to in@corresp
; short quote works as link to "Register der Intertexte"note[@type="delPers"]
, add line "Eliminierter Verweis auf" + person short version like in reading version of person referred to in@corresp
; person short version works as link to "Personenregister"note/@target
The text was updated successfully, but these errors were encountered: