<TEI xmlns="http://www.tei-c.org/ns/1.0">
  <teiHeader>
    <fileDesc>
      <titleStmt>
        <title type="main">TEI by Example</title>
        <title type="sub">Module 4: Poetry</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="2007-12-17" who="#RvdB">creation</change>                
    </revisionDesc>
  </teiHeader>
  <text xml:id="TBED04v00" type="exercises">
    <body>
            <head>Module 4: Poetry</head>
            <p>Given the following poem:
        <figure xml:id="browning-example">
          <eg>
            How do I love thee? Let me count the ways.
            I love thee to the depth and breadth and height
            My soul can reach, when feeling out of sight
            For the ends of Being and ideal Grace.
            
            I love thee to the level of everyday's
            Most quiet need, by sun and candle-light.
            I love thee freely, as men strive for Right;
            I love thee purely, as they turn from Praise.
            
            I love thee with a passion put to use
            In my old griefs, and with my childhood's faith.
            I love thee with a love I seemed to lose
            With my lost saints,—I love thee with the breath,
            Smiles, tears, of all my life!—and, if God choose,
            I shall but love thee better after death.
          </eg>
          <head type="legend">A transcription from Elizabeth Barrett Browning’s sonnet nr. 43 from the cycle <title level="m">Sonnets from the Portugese</title> (<ref type="bibl" target="#browning1902">Browning 1902</ref>). Available from <ptr target="https://archive.org/details/fromportusonnets00browrich"/>.</head>
        </figure>
      </p>
            <list rend="ordered" xml:id="assignment">
        <item>Structure the lines into lines and line groups</item>
        <item>Indicate the rhyming words</item>
        <item>Indicate the rhyme patterns</item>
        <item>Indicate enjambements and caesurae</item>
        <item>Perform a metrical analysis</item>
        <item>Given that Elisabeth Barrett Browning wrote this poem in ca. 1845, and that this particular example comes from a 1902 edition of <title level="m">Sonnets of the Portugese</title>, published in Boston by Small and Maynard. Could you complete the transcription to a full TEI document?</item>
      </list>
        </body>
    <back>
      <div type="bibliography">
        <listBibl>
          <bibl xml:id="browning1902">
                        <author>Browning, Elizabeth Barrett</author>. <date>1902</date>. <title level="m">Sonnets of the Portugese</title>. <pubPlace>Boston</pubPlace>, <publisher>Small and Maynard</publisher>.</bibl>
        </listBibl>
      </div>
    </back>
  </text>
  <!-- 
        $Date: 2020-07-08 02:33:20 +0200 (Wed, 08 Jul 2020) $
        $Id: TBED04v00.xml 425 2020-07-08 00:33:20Z ron.vandenbranden $  -->
</TEI>