<TEI xmlns="http://www.tei-c.org/ns/1.0">
  <teiHeader>
    <fileDesc>
      <titleStmt>
        <title type="main">TEI by Example</title>
        <title type="sub">Module 1: Common Structure and Elements</title>
        <author xml:id="RvdB">Ron Van den Branden</author>
        <editor xml:id="EV">Edward Vanhoutte</editor>
        <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="2010-07-09" who="#RvdB">release</change>    
      <change when="2010-07-08" who="#EV">creation</change>                
    </revisionDesc>
  </teiHeader>
  <text xml:id="TBED01v00" type="exercises">
    <body>
            <head>Module 1: Common Structure and Elements</head>
            <p>Have a close look at the following excerpt from <title level="m">Huckleberry Finn</title> (<ref type="bibl" target="#twain1859">Twain 1859</ref>):
        <figure xml:id="twain-example">
          <eg>
          Then the king begins to work his jaw again, and says how him and his nieces would be glad if 
          a few of the main principal friends of the family would take supper here with them this evening,
          and help set up with the ashes of the diseased; and says if his poor brother laying yonder could speak
          he knows who he would name, for they was names that was very dear to him, and mentioned often in his letters;
          and so he will name the same, to wit, as follows, vizz.:—Rev. Mr. Hobson, and Deacon Lot Hovey, and Mr. Ben Rucker,
          and Abner Shackleford, and Levi Bell, and Dr. Robinson, and their wives, and the widow Bartley.</eg>
          <head type="legend">A fragment of <title level="m">Huckleberry Finn</title>.</head>
        </figure>
      </p>
            <list rend="ordered" xml:id="assignment">
        <item>Encode this text as a paragraph of prose.</item>
        <item>Indicate that this paragraph is written in English.</item>
        <item>Indicate that this is paragraph no. 9.</item>
        <item>Encode <q>Mr.</q> and <q>Dr.</q> as abbreviations with their corresponding expansions.</item>
        <item>Encode all the names with the appropriate tag and <att>type</att> attribute.</item>
        <item>Add a footnote to the paragraph quoting the bibliographical information given in the  bibliography further on.</item>
      </list>
        </body>
    <back>
      <div type="bibliography">
        <listBibl>
          <bibl xml:id="twain1859">
                        <author>Twain, Mark</author>. <date>1859</date>. <title level="m">Huckleberry Finn</title>. <pubPlace>London</pubPlace>: <publisher>John Murray</publisher>. Part 5, Chapter XXV. Text freely available on Gutenberg Project at <ref target="https://www.gutenberg.org/files/76/76-h/76-h.htm"/>.</bibl>
        </listBibl>        
      </div>
    </back>
  </text>
  <!-- 
        $Date: 2020-07-08 02:33:20 +0200 (Wed, 08 Jul 2020) $
        $Id: TBED01v00.xml 425 2020-07-08 00:33:20Z ron.vandenbranden $  -->
  
</TEI>