Introduction to TEI text structure
Textual Editing in the�Digital Age
Tiago Sousa Garcia
tiago.sousa-garcia@newcastle.ac.uk
Workshop Plug: Introduction to Stylometry
Textual Editing in the Digital Age
This lecture
Textual Editing in the Digital Age
Why do TEI documents have a structure?
Textual Editing in the Digital Age
Why do TEI documents have a structure?
Textual Editing in the Digital Age
WIP TEI structure
Textual Editing in the Digital Age
Let’s build a TEI document as we go along
What is the structure of a TEI document?
Data
Textual Editing in the Digital Age
<TEI>
<teiHeader>
<text>
<facsimile>
<sourceDoc>
<body>
<front>
<back>
<fileDesc>
<titleStmt>
<publicationStmt>
<sourceDesc>
Metadata
TEI structure
Textual Editing in the Digital Age
TEI structure
Textual Editing in the Digital Age
What if I don’t have a single document but a series of documents gathered together?
TEI structure
Textual Editing in the Digital Age
<TEI>
<teiHeader>
<text>
<facsimile>
<sourceDoc>
<body>
<front>
<back>
<fileDesc>
<titleStmt>
<publicationStmt>
<sourceDesc>
<TEI>
<teiHeader>
<text>
<facsimile>
<sourceDoc>
<body>
<front>
<back>
<fileDesc>
<titleStmt>
<publicationStmt>
<sourceDesc>
<teiCorpus>
...
TEI structure
Textual Editing in the Digital Age
What is the structure of a TEI document?
Textual Editing in the Digital Age
<TEI>
<teiHeader>
<text>
<facsimile>
<sourceDoc>
<body>
<front>
<back>
<fileDesc>
<titleStmt>
<publicationStmt>
<sourceDesc>
<teiHeader>
What is it?
Textual Editing in the Digital Age
<teiHeader>
Textual Editing in the Digital Age
WIP TEI structure
Textual Editing in the Digital Age
<fileDesc>
What is it?
Textual Editing in the Digital Age
<fileDesc>
Textual Editing in the Digital Age
What is the structure of a <teiHeader>?
Textual Editing in the Digital Age
<teiHeader>
<fileDesc>
<encodingDesc>
<profileDesc>
<titleStmt>
<publicationStmt>
<sourceDesc>
<xenoData>
<revisionDesc>
<editionStmt>
<extent>
<seriesStmt>
<notesStmt>
(more here)
(more here)
(more here)
(more here)
<encodingDesc>
Textual Editing in the Digital Age
What is the structure of a <teiHeader>?
Textual Editing in the Digital Age
<teiHeader>
<fileDesc>
<encodingDesc>
<profileDesc>
<titleStmt>
<publicationStmt>
<sourceDesc>
<xenoData>
<revisionDesc>
<editionStmt>
<extent>
<seriesStmt>
<notesStmt>
(more here)
(more here)
(more here)
(more here)
<profileDesc>
Textual Editing in the Digital Age
What is the structure of a <teiHeader>?
Textual Editing in the Digital Age
<teiHeader>
<fileDesc>
<encodingDesc>
<profileDesc>
<titleStmt>
<publicationStmt>
<sourceDesc>
<xenoData>
<revisionDesc>
<editionStmt>
<extent>
<seriesStmt>
<notesStmt>
(more here)
(more here)
(more here)
(more here)
<revsionDesc>
Textual Editing in the Digital Age
WIP TEI structure
Textual Editing in the Digital Age
What is the structure of a TEI document?
Textual Editing in the Digital Age
<TEI>
<teiHeader>
<text>
<facsimile>
<sourceDoc>
<body>
<front>
<back>
<fileDesc>
<titleStmt>
<publicationStmt>
<sourceDesc>
✓
WIP TEI structure
Textual Editing in the Digital Age
<text>
What is it?
Textual Editing in the Digital Age
<text>
Textual Editing in the Digital Age
Composite <text>
Textual Editing in the Digital Age
<text>
<body>
<front>
<back>
<text>
<body>
<front>
<back>
<text>
<body>
<front>
<back>
<group>
<text>
<front>
<back>
Composite <text>
Textual Editing in the Digital Age
Inside the <text>: <front>, <body>, and <back>
Textual Editing in the Digital Age
<front>
<back>
<body>
text
paratext
<front>
What is it?
Textual Editing in the Digital Age
<front>
Textual Editing in the Digital Age
<back>
What is it?
Textual Editing in the Digital Age
<back>
Textual Editing in the Digital Age
Of course there are elements that allow you to mark index entries in the body of the text and auto-generate a very detailed index
<body>
What is it?
Textual Editing in the Digital Age
<body>
Textual Editing in the Digital Age
<body>
Textual Editing in the Digital Age
<body>
Textual Editing in the Digital Age
Global attributes
What is it?
Textual Editing in the Digital Age
Inside the <text>: <front>, <body>, and <back>
Textual Editing in the Digital Age
<front>
<back>
<body>
WIP TEI structure
Textual Editing in the Digital Age
Our TEI structure is now complete!
To recap:
Textual Editing in the Digital Age
I want to know more!
Textual Editing in the Digital Age
Let’s practice!