Difference between revisions of "LegacyFacsimileMarkup"
Dot.porter (talk | contribs) |
Dot.porter (talk | contribs) |
||
Line 1: | Line 1: | ||
− | |||
− | |||
This page includes some examples of different approaches for facsimile (image-based) markup. | This page includes some examples of different approaches for facsimile (image-based) markup. | ||
− | = | + | =Draft Recommendations for TEI Digital Facsimiles= |
http://users.ox.ac.uk/~lou/wip/digfax.html | http://users.ox.ac.uk/~lou/wip/digfax.html | ||
Line 22: | Line 20: | ||
*the desire to avoid special purpose rules which assume nonstandard or ad hoc processing rules. | *the desire to avoid special purpose rules which assume nonstandard or ad hoc processing rules. | ||
− | ====Transcription==== | + | ==Case 1: Transcription== |
+ | |||
+ | Updated to cite chapters in P5: | ||
+ | |||
+ | The content of a transcription should be marked up as a single <TEI> element using the standard TEI elements <text>, <body>, <div>, etc. from the TEI core tag sets. | ||
+ | |||
+ | Follow the Guidelines chapters 18 [http://www.tei-c.org/release/doc/tei-p5-doc/html/PH.html Transcription of Primary Resources] and 13 [http://www.tei-c.org/release/doc/tei-p5-doc/html/MS.html Manuscript Description]. | ||
+ | |||
+ | If the source contains "significant illustrative material", use <figure> (and children) from Guidelines chapter 22 [http://www.tei-c.org/release/doc/tei-p5-doc/html/FT.html Tables, Formulae, and Graphics] to insert illustrations in their proper location in the transcript. | ||
+ | |||
+ | <pre> | ||
+ | <lb n="12"/>feond mid his geferum eallum. Feollon þa ufon | ||
+ | <lb n="13"/>of heofnum þurhlonge swa þreo niht and da | ||
+ | <lb n="14"/>gas, þa englas of heofnum on helle, and heo ealle | ||
+ | <lb n="15"/>forsceop drihten to deoflum. | ||
+ | |||
+ | <figure> | ||
+ | <head>Fall of the Angels</head> | ||
+ | <figDesc>Above, God, cross-nimbed, beardless, and holding a closed book, accompanied by three angels, | ||
+ | turns and gestures toward three angels on the left, one of whom (Lucifer?) holds a palm frond | ||
+ | ...</figDesc> | ||
+ | </figure> | ||
+ | |||
+ | <pb n="17"/> | ||
+ | </pre> | ||
+ | |||
+ | ==Case 2: Digital Facsimile== | ||
+ | |||
+ | Should be marked as a separate <TEI> element. TEI structural tags may be used, but because of differences between textual structure and physical structure may cause overlapping elements they need not be used. | ||
+ | |||
+ | Each distinct image making up the facsimile should be encoded as a <figure> element, arranged in the normal reading sequence of the facsimile. | ||
+ | |||
+ | <pre> | ||
+ | <figure n="16"> | ||
+ | <figDesc>[Page 16: 15 lines of text followed by image of "Fall of Angels" (Ohlgren 16.11)]</figDesc> | ||
+ | </figure> | ||
+ | <figure n="17"> | ||
+ | <figDesc>[Page 17: 15 lines of text followed by image of "Fall of Angels" (Ohlgren 16.12)]</figDesc> | ||
+ | </figure> | ||
+ | </pre> | ||
+ | |||
+ | <figure> elements may be self-nested to show that one image logically contains others (in cases where two image fit together to form one larger image). | ||
− | + | <pre> | |
+ | <figure n="16"> | ||
+ | <figDesc> | ||
+ | <figure> | ||
+ | <figDesc>[Page 16: 15 lines of text (detail of upper part)]</figDesc> | ||
+ | </figure> | ||
+ | <figure> | ||
+ | <figDesc>[Page 16: Image of "Fall of Angels" (Ohlgren 16.11) (detail of lower part)</figDesc> | ||
+ | </figure> | ||
+ | </figDesc> | ||
+ | </figure> | ||
+ | </pre> |
Revision as of 21:01, 20 February 2006
This page includes some examples of different approaches for facsimile (image-based) markup.
Draft Recommendations for TEI Digital Facsimiles
http://users.ox.ac.uk/~lou/wip/digfax.html
This document, authored by Richard Gartner and Lou Burnard and last updated in 2001, outlines ways to use TEI to represent three types of digital objects:
- complete digital transcriptions of the content of manuscript or print originals (possibly including illustrations as well as text)
- collections of digitized page images (digital facsimiles) intended for use as surrogates for complete manuscript or print originals
- digital objects (digital editions) combining both page facsimiles and transcriptions, possibly also including layers of editorial annotation
The authors attempt to address these areas of concern:
- the need to distinguish images of a manuscript or print source from images located within it;
- the need to support multiple formats of a single image;
- the need to associate metadata at different levels (e.g. collection level, item level);
- the need to associate transcription and facsimile in a standard way;
- the need to define practices which can be used equally well in both SGML and XML environments;
- the desire to avoid special purpose rules which assume nonstandard or ad hoc processing rules.
Case 1: Transcription
Updated to cite chapters in P5:
The content of a transcription should be marked up as a single <TEI> element using the standard TEI elements <text>, <body>,
Follow the Guidelines chapters 18 Transcription of Primary Resources and 13 Manuscript Description.
If the source contains "significant illustrative material", use <figure> (and children) from Guidelines chapter 22 Tables, Formulae, and Graphics to insert illustrations in their proper location in the transcript.
<lb n="12"/>feond mid his geferum eallum. Feollon þa ufon <lb n="13"/>of heofnum þurhlonge swa þreo niht and da <lb n="14"/>gas, þa englas of heofnum on helle, and heo ealle <lb n="15"/>forsceop drihten to deoflum. <figure> <head>Fall of the Angels</head> <figDesc>Above, God, cross-nimbed, beardless, and holding a closed book, accompanied by three angels, turns and gestures toward three angels on the left, one of whom (Lucifer?) holds a palm frond ...</figDesc> </figure> <pb n="17"/>
Case 2: Digital Facsimile
Should be marked as a separate <TEI> element. TEI structural tags may be used, but because of differences between textual structure and physical structure may cause overlapping elements they need not be used.
Each distinct image making up the facsimile should be encoded as a <figure> element, arranged in the normal reading sequence of the facsimile.
<figure n="16"> <figDesc>[Page 16: 15 lines of text followed by image of "Fall of Angels" (Ohlgren 16.11)]</figDesc> </figure> <figure n="17"> <figDesc>[Page 17: 15 lines of text followed by image of "Fall of Angels" (Ohlgren 16.12)]</figDesc> </figure>
<figure> elements may be self-nested to show that one image logically contains others (in cases where two image fit together to form one larger image).
<figure n="16"> <figDesc> <figure> <figDesc>[Page 16: 15 lines of text (detail of upper part)]</figDesc> </figure> <figure> <figDesc>[Page 16: Image of "Fall of Angels" (Ohlgren 16.11) (detail of lower part)</figDesc> </figure> </figDesc> </figure>