Digitizing Medieval Archives
  • Introduction
  • Overview of the Course
  • Assignments
  • Lead a seminar
  • Readings
  • Week 1 & 2 - Setting Up
    • Signing Up
    • Using Twitter
    • Twitter Strategies
    • Twitter Abbreviations
  • Week 3 - Omeka
    • Dublin Core
  • Week 4 - Github
    • Markdown
    • Github
    • Turning Github into a website
    • Markdown II (Optional)
  • Week 5 - Writing Supports
    • Your first transcription
    • Getting prepared for Transkribus
  • Week 6 - Palæography
    • Distinguishing Late Medieval Scripts
    • Handwriting Analysis Tools
    • Installing Medieval Unicode
    • IRL Abbreviations
  • Week 7 - Abbreviations
    • Transcribing with Transkribus
    • Transcribing
    • Java 8
  • Week 8 - Codicology
    • Codicological Spreadsheet
  • Week 9 - Liturgical Genres
    • Medieval Liturgy - Basic Bibliography
  • Week 10 - Cataloguing
    • Template for Folio Cataloguing
  • Week 11 - Workday
  • Week 12 - Whetting your Digital Appetite
  • Week 13 - The Theory of the Digital
    • Github Project Boards
  • Week 14 - The Promise of DH
    • Criteria for Evaluating DH Projects
  • Week 15 - Capturing Manuscripts
    • How to take photos of documents
    • Image File Formats
  • Week 16 - IIIF
    • Our IIIF Images
    • Understanding IIIF Image Presentation
    • Using IIIF Manifests
  • Week 17 - IIIF Annotations
    • Annotations in Mirador
    • Annotations with Transkribus
  • Week 18 - Online Exhibits
  • Week 19 - TEI
    • Look at a TEI folio description
    • Digital Latin Library
    • TEI export from Transkribus
  • Week 20 - Accessibility and Longevity
  • Week 21 - Work
  • Week 22 - Work
  • Week 23 - Presentations I
  • Week 24 - Presentations II
  • Week 25 - End of the Line
  • About
Powered by GitBook
On this page
  1. Week 19 - TEI

Look at a TEI folio description

PreviousWeek 19 - TEINextDigital Latin Library

Last updated 6 years ago

Examples of TEI encoded Folio

  • Antiphonary folio located at the Beinecke Rare Book and Manuscript Library, catalogued on the .

  • sheet for the above Antiphonary folio.

Understanding TEI exercise

  1. For today's exercise follow the link to and download the TEI file for the manuscript fragment by pressing the "Download TEI Xml" tab.

  2. Locate the file on your desktop and open with Atom.

  3. Toggle "Soft Wrap" under the "View" menu option to make sure you can see all the text on your screen (i.e. to avoid really long lines of text scrolling to the right).

  4. The file defines what version of XML (line 1) and TEI (line 2) it is using and what particular standards it is applying. You will notice that the standards link back to version of TEI set up by Fragmentarium on the TEI standards page.

  5. From lines 3-76, you have the TEI header. From lines 77-81, you have the TEI text. Think of this as a sort of header = metadata about the folio, and the text block (here empty) as the transcription.

  6. The majority of the TEI header is taken up by the "File Description" <fileDesc> that contains several subheadings:

    1. Title (line 6)

    2. Edition (line 9)

    3. Publication Statement (lines 11-18)

      1. Publisher

      2. Availability

      3. Licence

    4. Source Description (lines 19-74)

      1. ms description (line 20...)

        1. Manuscript identifier (ie shelfmark by location and repository)

        2. Head (i.e. title of work by genre, as well as original date and location – here left blank)

        3. Physical Description here is again mostly left blank but indicates the possibilities of information you could input.

F-5xax-383.xml
          <physDesc>
            <objectDesc form="Fragment">
              <supportDesc>
                <support>
                  <material/>
                </support>
                <extent>
                  <dimensions type="leaf_orig"/>
                  <dimensions type="written_orig">
                    <width min="168" max="170">168 170</width>
                    <height min="270" max="271">270 271</height>
                  </dimensions>
                  <measure type="pageDimensions">Front pastedown has had ~30mm trimmed unevenly from bottom margin</measure>
                </extent>
              </supportDesc>
              <layoutDesc>
                <layout>
                  <dimensions type="line">
                    <height min="5" max="6">5 6</height>
                  </dimensions>
                </layout>
              </layoutDesc>
            </objectDesc>
            <decoDesc>
              <decoNote>The recto of the back pastedown features a 5-line initial P in red penwork filled with yellow (now faded), inhabited with vine motif on blue ground.&#13;
Rubricated initials. <persName/></decoNote>
            </decoDesc>
          </physDesc>

As you can see if you compare this to the , the description here is minimal - no discussion of music notation, palaeography etc. There is a lot that could be added, but the idea of Fragmentarium in this case is to offer a limited description that has already been established (taken largely from the reference book noted in line 68, "Hebbard, 2017").

Fragmentarium website
TEI xml
Fragmentarium
image