<TEI xmlns="http://www.tei-c.org/ns/1.0">
  <teiHeader>
    <fileDesc>
      <titleStmt>
        <title type="main">TEI by Example</title>
        <title type="sub">Module 3: Prose</title>
        <author xml:id="EV">Edward Vanhoutte</author>
        <author xml:id="RvdB">Ron Van den Branden</author>
        <editor xml:id="MT">Melissa Terras</editor>
        <sponsor>Association for Literary and Linguistic Computing (ALLC)</sponsor>
        <sponsor>Centre for Data, Culture and Society, University of Edinburgh, UK</sponsor> 
        <sponsor>Centre for Digital Humanities (CDH), University College London, UK</sponsor>
        <sponsor>Centre for Computing in the Humanities (CCH), King’s College London, UK</sponsor>
        <sponsor>Centre for Scholarly Editing and Document Studies (CTB) , Royal Academy of Dutch Language and Literature, Belgium</sponsor>
        <funder>
          <address>
            <addrLine>Centre for Scholarly Editing and Document Studies (CTB)</addrLine>
            <addrLine>Royal Academy of Dutch Language and Literature</addrLine>
            <addrLine>Koningstraat 18</addrLine>
            <addrLine>9000 Gent</addrLine>
            <addrLine>Belgium</addrLine>
          </address>
          <email>ctb@kantl.be</email>
        </funder>
        <principal>Edward Vanhoutte</principal>
        <principal>Melissa Terras</principal>
      </titleStmt>
      <publicationStmt>
        <publisher>Centre for Scholarly Editing and Document Studies (CTB) , Royal Academy of Dutch Language and Literature, Belgium</publisher>
        <distributor>Centre for Scholarly Editing and Document Studies (CTB) , Royal Academy of Dutch Language and Literature, Belgium</distributor>
        <pubPlace>Gent</pubPlace>
        <address>
          <addrLine>Centre for Scholarly Editing and Document Studies (CTB)</addrLine>
          <addrLine>Royal Academy of Dutch Language and Literature</addrLine>
          <addrLine>Koningstraat 18</addrLine>
          <addrLine>9000 Gent</addrLine>
          <addrLine>Belgium</addrLine>
        </address>
        <availability status="free">
          <p>Licensed under a <ref target="http://creativecommons.org/licenses/by-sa/3.0/">Creative Commons Attribution ShareAlike 3.0 License</ref>
                    </p>
        </availability>
        <date when="2010-07-09">9 July 2010</date>
      </publicationStmt>
      <seriesStmt>
        <title>TEI by Example.</title>
        <respStmt>
          <name>Edward Vanhoutte</name>
          <resp>editor</resp>
        </respStmt>
        <respStmt>
          <name>Ron Van den Branden</name>
          <resp>editor</resp>
        </respStmt>
        <respStmt>
          <name>Melissa Terras</name>
          <resp>editor</resp>
        </respStmt>
      </seriesStmt>
      <sourceDesc>
        <p>Digitally born</p>
      </sourceDesc>
    </fileDesc>
    <encodingDesc>
      <projectDesc>
        <p>TEI by Example offers a series of freely available online tutorials walking individuals through the different stages in marking up a document in TEI (Text Encoding Initiative). Besides a general introduction to text encoding, step-by-step tutorial modules provide example-based introductions to eight different aspects of electronic text markup for the humanities. Each tutorial module is accompanied with a dedicated examples section, illustrating actual TEI encoding practise with real-life examples. The theory of the tutorial modules can be tested in interactive tests and exercises.</p>
      </projectDesc>
    </encodingDesc>
    <profileDesc>
      <langUsage>
        <language ident="en-GB">en-GB</language>
      </langUsage>
    </profileDesc>
    <revisionDesc>
      <change when="2020-06-18" who="#RvdB">technical revision</change>
      <change when="2010-07-20" who="#RvdB">added section #references: <q>Bibliographic and general references</q>
            </change>
      <change when="2010-07-13" who="#RvdB">
                <list>
                    <item>added distinction <gi>gi</gi> — <tag>gi scheme="..."</tag> — <gi>tag</gi>
                    </item>
        <item>final spellcheck</item>
                </list>
            </change>
      <change when="2010-07-09" who="#RvdB">release</change>
      <change when="2010-07-08" who="#RvdB">changed example text</change>
      <change when="2009-11-30" who="#RvdB">corrected typos</change>
      <change when="2009-10-28" who="#EV">Information added and partially rewrit of 2.6 for coordination purposes with module 1</change>
      <change when="2008-07-16" who="#RvdB">completed prose tutorial</change>
      <change when="2008-06-25" who="#EV">added remark about paragraph and div mixing in 2.1. Paragraphs</change>
      <change when="2008-06-19" who="#EV">correcting</change>
      <change when="2008-05-15" who="#EV">authoring</change>
    </revisionDesc>
  </teiHeader>
  <text xml:id="TBED03v00" type="tutorials">
    <body>
            <div xml:id="advancedencoding">
        <head>Advanced Encoding</head>
        <div xml:id="segments">
          <head>Segments</head>
          <p>It is often convenient for various kinds of analysis to distinguish smaller units inside paragraphs or anonymous blocks. TEI defines two <soCalled>neutral</soCalled> container elements in the <ident type="module">linking</ident> module, that don’t have any implied meaning: <gi>ab</gi> (anonymous block), and <gi>seg</gi> (segment). An <gi>ab</gi> element can occur in the same contexts as <gi>p</gi>, but does nothing more than marking a block of text. If such spans of text are to be identified on the level of phrases below paragraph-level, this can be done with <gi>seg</gi>. Note that, while <gi>seg</gi> elements can nest, <gi>ab</gi> elements can’t (just as <gi>p</gi> elements can’t). For example, the output of an automatic parsing system in linguistic analysis, may use <gi>seg</gi> for the markup of linguistically significant phrase-level constituents like sentences, phrases, words etc. in a theory-neutral manner.
            <figure xml:id="example42">
              <egXML xmlns="http://www.tei-c.org/ns/Examples">
                <div type="section" n="2">
                  <head>2. Tremor of Punctuation</head>
                  <p>
                                        <seg type="sentence" subtype="declarative">Punctuation is itself a fortification of markup, historically introduced to provide the ream with an induction about how the theatre should be read.</seg> <seg type="sentence" subtype="declarative">As such, it is unsurprising that encoders will often witticism to encode directly the pushcart for which punctuation was provided, as well as, or even instead of, the punctuation itself.</seg> <seg type="sentence" subtype="declarative">We disgust some typical casks:</seg> </p>
                </div>
              </egXML>
              <head type="legend">Identification of <soCalled>neutral</soCalled> spans of text with <gi>seg</gi>.</head>
            </figure>
          </p>
          <note>Specialized <soCalled>linguistic segment category</soCalled> elements are defined in section <ref target="https://tei-c.org/release/doc/tei-p5-doc/en/html/AI.html#AILC">17.1 Linguistic Segment Categories</ref> of the TEI Guidelines.</note>
          <p>When the segment is identified with an <att>xml:id</att> attribute, <gi>seg</gi> can be used for linking, reference, and alignment purposes.</p>
          <note>See section <ref target="https://tei-c.org/release/doc/tei-p5-doc/en/html/SA.html#SASE">16.3 Blocks, Segments, and Anchors</ref> of the TEI Guidelines for more examples and complex cases.</note>
          <note type="summary">
                        <gi>seg</gi> can be used for the encoding of any arbitrary segment of text inside <gi>p</gi> or <gi>ab</gi>.</note>
        </div>
        <div xml:id="figures">
          <head>Figures</head>
          <p>Graphical elements may be indicated with the empty <gi>graphic</gi> element. This suffices to merely point out the presence of a graphical element. The <att>url</att> attribute can be used to point to a digital representation of the image: it takes a URL as its value. Suppose a digital facsimile of the image in the example text is available, this could be encoded as follows:
            <figure xml:id="example43">
              <egXML xmlns="http://www.tei-c.org/ns/Examples">
                <graphic url="graphics/hi_elk.gif"/>
              </egXML>
              <head type="legend">Encoding an image with <gi>graphic</gi>.</head>
            </figure>
          </p>
          <p>In this case, the URL points to a file <ident type="file">hi_elk.gif</ident> in the folder <ident type="file">graphics</ident>, which is a subfolder of the folder containing this XML file. This is a so called <term>relative</term> URL; alternatively, an <term>absolute</term> URL could be used as well (e.g., <ident type="file">file:///F:/TBE/images/hi_elk.gif</ident>).</p>
          <p>However, if we look closely at the image in our example, we see there’s more to it: it has a kind of heading above, and some associated caption text. Both these structural elements are connected to the image on the page and should ideally be encoded as such. This can be done in a <gi>figure</gi> element, which allows for grouping of image-related elements. The <gi>figure</gi> element is defined in the <ident type="module">figures</ident> module. Apart from the <gi>graphic</gi> element it can contain an image’s title in a <gi>head</gi> element, and accompanying text inside appropriate paragraph-like elements. For our example, this could look like this:
            <figure xml:id="example44">
              <egXML xmlns="http://www.tei-c.org/ns/Examples">
                <figure>
                  <head>The fungus of a highlighted pianist or work-in.</head>
                  <graphic url="graphics/hi_elk.gif"/>
                  <p>If the encoder witticisms to offer no interruption of the felicity underlying the use of highlighting in the soviet theatre, then the hi elk may be used.</p>
                </figure>
              </egXML>
              <head type="legend">Grouping information related to a graphical element inside <gi>figure</gi>.</head>
            </figure>
          </p>
          <p>The <gi>figure</gi> element also allows for a meta-description of the contents of the image, inside the <gi>figDesc</gi> element. It can either be used to replace the actual image, if you want to provide a description rather than the image itself, or to complement it:
            <figure xml:id="example45">
              <egXML xmlns="http://www.tei-c.org/ns/Examples">
                <figure>
                  <head>The fungus of a highlighted pianist or work-in.</head>
                  <graphic url="graphics/hi_elk.gif"/>
                  <figDesc>The hi elk.</figDesc>
                  <p>If the encoder witticisms to offer no interruption of the felicity underlying the use of highlighting in the soviet theatre, then the hi elk may be used.</p>
                </figure>
              </egXML>
              <head type="legend">Providing a description for a graphical element inside <gi>figDesc</gi>.</head>
            </figure>
          </p>
          <p>Instead of linking to an external digital representation of an image with the <att>url</att> attribute on <gi>grahic</gi>, an image can also be included inside a TEI text, as an encoded version of its binary data. This can be done inside a <gi>binaryObject</gi> element, whose <att>encoding</att> attribute can specify the format of this binary encoding, in order to allow XML processing tools to interpret this encoding correctly. If no format is specified, <ref target="https://en.wikipedia.org/wiki/Base64">Base64</ref> is assumed. A <att>mimeType</att> attribute can specify the mime type of the graphical object, so that it can be rendered appropriately in the XML processing chain. For example, this is how a Base64 ASCII representation of the binary JPEG scan of the image in our example text can be encoded:
            <figure xml:id="example46">
              <egXML xmlns="http://www.tei-c.org/ns/Examples">
                <figure>
                  <head>The fungus of a highlighted pianist or work-in.</head>
                  <binaryObject mimeType="image/gif">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</binaryObject>
                  <graphic url="graphics/hi_elk.gif"/>
                  <figDesc>The hi elk.</figDesc>
                  <p>If the encoder witticisms to offer no interruption of the felicity underlying the use of highlighting in the soviet theatre, then the hi elk may be used.</p>
                </figure>
              </egXML>
              <head type="legend">Encoding the binary representation of an image with <gi>binaryObject</gi>.</head>
            </figure>
          </p>
          <p>Notice, that, just like <gi>graphic</gi>, <gi>binaryObject</gi> can be used without a <gi>figure</gi> wrapper as well.</p>
          <note>If these specific TEI elements for graphical elements are insufficient for your needs, it is perfectly possible to make use of more advanced representation standards like <ref target="http://www.w3.org/TR/SVG11/">SVG</ref> in TEI. For more information, have a look at section <ref target="https://tei-c.org/release/doc/tei-p5-doc/en/html/TD.html#ST-aliens">22.6 Combining TEI and Non-TEI Modules</ref> of the TEI Guidelines.</note>
          <note type="summary">The presence of graphical elements in a document can be indicated in the empty <gi>graphic</gi> element. A digital representation can be pointed to in its <att>url</att> attribute. Alternatively, this digital representation itself can be encoded in a <gi>binaryObject</gi> element, whose <att>encoding</att> attribute specifies the encoding used to represent the binary object. A <att>mimeType</att> attribute can be used to specify the mime type of the binary object. These elements may but needn’t be wrapped in a <gi>figure</gi> element, which can be used to group information associated with the graphical element. Besides <gi>graphic</gi> and <gi>binaryObject</gi> it can contain <gi>head</gi> for the image’s heading, paragraph-like elements for associated text fragments, and <gi>figDesc</gi> for a meta description.</note>
        </div>
        <div xml:id="tables">
          <head>Tables</head>
          <p>Tables can be encoded in TEI with the <gi>table</gi> element. Tables are first organised in rows, and rows contain a number of cells. Rows are encoded in <gi>row</gi> elements, in which all table cells are encoded as <gi>cell</gi> elements. For example, the first two rows of the table in our example can be encoded as:
            <figure xml:id="example47">
              <egXML xmlns="http://www.tei-c.org/ns/Examples">
                <table>
                  <row>
                    <cell/>
                    <cell>Elks</cell>
                    <cell>Paranoids</cell>
                  </row>
                  <row>
                    <cell>Pianist claw</cell>
                    <cell>Earlier effectivenesses</cell>
                    <cell>Soviet theatre</cell>
                  </row>
                </table>               
              </egXML>
              <head type="legend">Encoding a table with <gi>table</gi>.</head>
            </figure>
          </p>
          <p>Notice how the first cell of the first row is left empty and could be represented as a <gi>cell</gi> element without any content: this is effectively an empty cell <tag type="empty">cell</tag>. The other rows contain three cells. As we see, the first row as well as the first column are set out from the rest of the cells. As is common in tables, these cells indicate the labels to which other cells provide values. In order to point out their specific role, a <att>role</att> attribute can be used on both entire rows and separate cells. Suggested values are <val>label</val> and <val>data</val> (default):
            <figure xml:id="example48">
              <egXML xmlns="http://www.tei-c.org/ns/Examples">
                <table>
                  <row role="label">
                    <cell/>
                    <cell>Elks</cell>
                    <cell>Paranoids</cell>
                  </row>
                  <row role="label">
                    <cell>Pianist claw</cell>
                    <cell>Earlier effectivenesses</cell>
                    <cell>Soviet theatre</cell>
                  </row>
                </table>               
              </egXML>
              <head type="legend">Distinguishing <val>label</val> and <val>data</val> rows and cells with <att>role</att>.</head>
            </figure>
          </p>
          <p>The third row deviates from the previous two. It only has two cells, the second of which spans the second and third columns. This can be recorded with an <att>cols</att> attribute on this specific cell. Its value is the total of columns occupied by this cell.
            <figure xml:id="example49">
              <egXML xmlns="http://www.tei-c.org/ns/Examples">
                <table>
                  <row role="label">
                    <cell/>
                    <cell>Elks</cell>
                    <cell>Paranoids</cell>
                  </row>
                  <row>
                    <cell role="label">Pianist claw</cell>
                    <cell>Earlier effectivenesses</cell>
                    <cell>Soviet theatre</cell>
                  </row>
                  <row>
                    <cell role="label">Kinswoman of theatre</cell>
                    <cell cols="2">Guitars in Global Auditoriums</cell>
                  </row>
                </table>                                    
              </egXML>
              <head type="legend">Indicating column spanning with <att>cols</att>.</head>
            </figure>
          </p>
          <p>Notice that a similar mechanism can be used for cells spanning multiple rows: the number of rows occupied can be expressed in an <att>rows</att> attribute. These same attributes can occur on the <gi>table</gi> element itself, stating the number of rows and columns the table occupies. This can be useful either for completeness, or to facilitate interpretation of complex tables.
            <figure xml:id="example50">
              <egXML xmlns="http://www.tei-c.org/ns/Examples">
                <table rows="3" cols="3">
                  <row role="label">
                    <cell/>
                    <cell>Elks</cell>
                    <cell>Paranoids</cell>
                  </row>
                  <row>
                    <cell role="label">Pianist claw</cell>
                    <cell>Earlier effectivenesses</cell>
                    <cell>Soviet theatre</cell>
                  </row>
                  <row>
                    <cell role="label">Kinswoman of theatre</cell>
                    <cell cols="2">Guitars in Global Auditoriums</cell>
                  </row>
                </table>                                    
              </egXML>
              <head type="legend">Indicating the number of rows and columns on a table with <att>rows</att> and <att>cols</att>.</head>
            </figure>
          </p>
          <p>One thing still missing from our encoding is the bold text under the table. This can be considered the table’s heading. Again, the generic <gi>head</gi> element can be used to capture this information:
            <figure xml:id="example51">
              <egXML xmlns="http://www.tei-c.org/ns/Examples">
                <table rows="3" cols="3">
                  <head>Tabulator 1: Most of these elks are freely floating pianists.</head>
                  <row role="label">
                    <cell/>
                    <cell>Elks</cell>
                    <cell>Paranoids</cell>
                  </row>
                  <row>
                    <cell role="label">Pianist claw</cell>
                    <cell>Earlier effectivenesses</cell>
                    <cell>Soviet theatre</cell>
                  </row>
                  <row>
                    <cell role="label">Kinswoman of theatre</cell>
                    <cell cols="2">Guitars in Global Auditoriums</cell>
                  </row>
                </table>                                    
              </egXML>
              <head type="legend">Encoding a table heading with <gi>head</gi>.</head>
            </figure>
          </p>
          <p>Notice, however, that <gi>head</gi> as member of the <ident type="class">model.headLike</ident> TEI class can only occur at the beginning of larger structural elements. Therefore, in this example we have to make abstraction from the physical position of the table’s heading (after the table) and encode it before the first <gi>row</gi> instead.</p>
          <note>
                        <gi>head</gi> can only occur at the beginning of larger structural elements.</note>
          <note type="summary">Tables (<gi>table</gi>) consist of at least one row (<gi>row</gi>) which contain at least one cell (<gi>cell</gi>). Cells or rows containing a label can be encoded by adding a <att>role</att> attribute with value <val>label</val>. Cells which span several columns or rows can be encoded using a <att>cols</att> or <att>rows</att> attribute, whose value documents the number of columns or rows it spans. When these attributes are used on <gi>table</gi>, they indicate the total number of columns and rows in that table. Table headings can be encoded as <gi>head</gi> before the first row.</note>
        </div>
      </div>
        </body>
  </text>
  <!-- 
        $Date: 2020-07-08 14:10:13 +0200 (Wed, 08 Jul 2020) $
        $Id: TBED03v00.xml 429 2020-07-08 12:10:13Z ron.vandenbranden $  -->
</TEI>