<TEI xmlns="http://www.tei-c.org/ns/1.0">
  <teiHeader>
    <fileDesc>
      <titleStmt>
        <title type="main">TEI by Example</title>
        <title type="sub">Module 2: The TEI Header</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 practice 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-19" who="#RvdB">technical revision</change>
      <change when="2010-07-14" who="#RvdB">corrected significant typo (<gi>biblStruct</gi> for <gi>biblFull</gi>), removed <gi>ref</gi> around <gi>gi</gi>
            </change>
      <change when="2010-07-09" who="#RvdB">release</change>
      <change when="2009-09-28" who="#RvdB">corrected typos + examples</change>
      <change when="2009-08-18" who="#RvdB">creation</change>
    </revisionDesc>
  </teiHeader>
  <text xml:id="TBED02v00" type="examples">
    <body>
            <div type="example" xml:id="whitman">
        <head>Walt Whitman: <title level="a">After the Argument</title>
                </head>
        <p>This example contains the TEI header of the digital edition of a manuscript draft of <title level="a">After the Argument</title>, a poem by Walt Whitman. It was encoded and made available by the Walt Whitman Archive.</p>
        <p>This TEI header contains a detailed description of the electronic text in <gi>fileDesc</gi>. Apart from the required subsections, the edition of the electronic text is identified briefly in <gi>editionStmt</gi>. The <gi>notesStmt</gi> element contains a general remark about the dating of the manuscript.</p>
        <p>Besides the file description, the header contains a detailed account of the file’s history in <gi>revisionDesc</gi>.</p>
        <p>Functioning as the header of a manuscript transcription, however, one would have expected at least an <gi>encodingDesc</gi>, documenting how the electronic version relates to the source text. When this text is seen in isolation, this header falls short in explaining the editorial choices (that are referred to, however, in the <gi>revisionDesc</gi>). Of course, this text probably features in the wider context of the Walt Whitman Archive, where uniform encoding practices were used for all texts. Still, without repeating boilerplate information in each text of the archive, it would have made sense to provide an <gi>editorialDecl</gi> section with at least pointers to the external documentation of these practices available at <ptr target="http://www.whitmanarchive.org/about/editorial.html"/> and <ptr target="http://www.whitmanarchive.org/mediawiki/index.php/Whitman_Encoding_Guidelines"/>. Furthermore, as the transcription is fairly detailed in the recording of editorial phenomena (additions, deletions, substitutions), identification of the different document hands in <gi>profileDesc</gi> could have made sense.</p>
        <p>(Of course, these are only minor remarks, relative to the quality of the surrounding documentation of the archive in which this text is embedded. Yet, even if such external documentation exists, it makes sense to provide pointers in the document.)</p>
        <figure xml:id="whitman-example">
          <egXML xmlns="http://www.tei-c.org/ns/Examples">
            <teiHeader>
              <fileDesc>
                <titleStmt>
                  <title level="m" type="main">After the Argument</title>
                  <title level="m" type="sub">a machine readable transcription</title>
                  <author>Walt Whitman</author>
                  <editor>Ken Price</editor>
                  <editor>Ed Folsom</editor>
                  <respStmt>
                    <resp>Transcription and encoding</resp>
                    <persName xml:id="nhg">Nicole Gray</persName>
                                        <persName xml:id="aj">Andrew Jewell</persName>
                                        <persName xml:id="kmp">Kenneth M. Price</persName>
                                        <persName xml:id="bb">Brett Barney</persName>
                                        <persName xml:id="zb">Zach Bajaber</persName>
                                        <persName xml:id="nk">Nick Krauter</persName>
                                        <persName xml:id="ms">Melissa Sinner</persName>
                    <persName xml:id="jsc">Justin St. Clair</persName>
                    
                  </respStmt>
                  <sponsor>The Institute for Advanced Technology in the Humanities</sponsor>
                  <sponsor>University of Iowa</sponsor>
                  <sponsor>University of Nebraska-Lincoln</sponsor>
                  <funder>The National Endowment for the Humanities</funder>
                  <funder>The United States Department of Education</funder>
                </titleStmt>
                <editionStmt>
                  <edition>
                    <date>2002</date>
                  </edition>
                </editionStmt>
                <publicationStmt>
                  <distributor>The Walt Whitman Archive</distributor>
                  <idno>loc.00001</idno>
                  <address>
                    <addrLine>The Institute for Advanced Technology in the Humanities</addrLine>
                    <addrLine>Alderman Library</addrLine>
                    <addrLine>University of Virginia</addrLine>
                    <addrLine>P.O. Box 400115</addrLine>
                    <addrLine>Charlottesville, VA 22904-4115</addrLine>
                    <addrLine>whitman@jefferson.village.virginia.edu</addrLine>
                  </address>
                  <availability>
                    <p>The text of the original item is in the public domain. The text encoding and editorial notes were created and/or prepared by the <hi rend="italic">Walt Whitman Archive</hi> and are licensed under a <ref target="https://creativecommons.org/licenses/by/4.0/">Creative Commons Attribution 4.0 International License</ref> (CC BY 4.0). Any reuse of the material should credit the <hi rend="italic">Walt Whitman Archive</hi>.</p>
                  </availability>
                </publicationStmt>
                <notesStmt>
                  <note type="project" target="#dat1">"After the Argument" was published first in <hi rend="italic">Lippincott's
                    Magazine</hi>, <date when="1891-03">March, 1891</date>. This manuscript was likely written in <date notBefore="1890" notAfter="1891">1890 or early 1891</date>, shortly before the poem's
                    publication.</note>
                </notesStmt>
                <sourceDesc>
                  <bibl>
                    <author>Walt Whitman</author>
                    <title>After the Argument</title>
                    <date xml:id="dat1" cert="high" notBefore="1890" notAfter="1891-03">1890 or 1891</date>
                    <orgName xml:id="loc">The Charles E. Feinberg Collection of the Papers of Walt Whitman, 1839–1919, Library of Congress, Washington, D.C.</orgName>
                    
                    <note type="project">Transcribed from <hi rend="italic">The Walt Whitman Archive I: Whitman Manuscripts at the Library of Congress</hi>, ed. Joel Myerson (New York: Garland, 1993), 1:121; 
                      <hi rend="italic">Major American Authors on CD-Rom: Walt Whitman</hi> (Westport, CT:
                      Primary Source Media, 1997). The transcription was then checked against digital images of the original.</note>
                  </bibl>
                </sourceDesc>
              </fileDesc>
              <revisionDesc>
                <change when="2015-05-07" who="#nhg">corrected</change>
                <change when="2015-05-06" who="#nhg">converted, added schematron declaration</change>
                <change when="2006-08-02" who="#nk">Added third digit to leaf numbers</change>
                <change when="2004-11-18" who="#kmp">Addition of Date and Work Markup</change>
                <change when="2004-11-18" who="#aj">Addition of Date and Work Markup</change>
                <change when="2004-07-20" who="#bb">Updated closer/signature</change>
                <change when="2003-10-02" who="#bb">Conversion to camel-case</change>
                <change when="2002-09-09" who="#bb">Blessed</change>
                <change when="2002-08-01" who="#zb">Updated to current practice</change>
                <change when="2002-01-01" who="#kmp">Checked by editor</change>
                <change when="2002-01-01" who="#bb">Revised</change>
                <change when="2001-01-01" who="#ms">Encoded</change>
                <change when="2000-01-01" who="#jsc">Transcribed</change>
              </revisionDesc>
            </teiHeader>
          </egXML>
          <head type="legend">Encoding of a manuscript of Walt Whitman’s poem <title level="a">After the Argument </title> (<ref type="bibl" target="#whitman1890">1890</ref>). TEI XML source available from <ptr target="https://whitmanarchive.org/manuscripts/tei/loc.00001.xml"/>.</head>
        </figure>
      </div>
        </body>
    <back>
      <div type="bibliography">
        <listBibl>
          <bibl xml:id="erasmus1872">
                        <author>Erasmus, Desiderius</author>. <date>1867-1872</date>. <title level="m">Desiderii Erasmi Roterodami colloquia familiaria</title>. <pubPlace>Lipsiae</pubPlace>: <publisher>sumptibus Ottonis Holtze</publisher>. Encoded and made available by the Stoa Consortium, University of Kentucky at <ptr target="https://web.archive.org/web/20160220004338/http://www.stoa.org/hopper/text.jsp?doc=Stoa:text:2003.02.0006"/>.</bibl>
          <bibl xml:id="higginson1885">
                        <author>Higginson, Thomas Wentworth</author>. <date>1885</date>. <title level="u">Letter of November 7, 1885</title>. Encoded and made available by  the Lincoln Electronic Text Center of the University of Nebraska at <ptr target="http://higginson.unl.edu/letters/LC1885k07.html"/>.</bibl>
          <bibl xml:id="islam2004">
                        <editor>Islam, Mubina</editor>. <date>2004</date>. <title level="u">A Selection of Sonnets: electronic edition encoded in XML with a TEI DTD</title>. Unpublished Master’s Dissertation, <pubPlace>London</pubPlace>: <publisher>University College London</publisher>.</bibl>
          <bibl xml:id="marlowe1616">
                        <author>Marlowe, Christopher</author>. <date>1616</date>. <title level="m">The Tragedie of Doctor Faustus</title>. Encoded and made available by the Perseus Digital Library. Available online at <ptr target="http://www.perseus.tufts.edu/hopper/text?doc=Perseus:text:1999.03.0011"/>.</bibl>
          <bibl xml:id="shakespeare1978">
                        <author>Shakespeare, William</author>. <date>1978</date>. <title level="m">The Complete Works of William Shakespeare</title>. Edited by <editor>Alexander, Peter</editor>. <pubPlace>London</pubPlace>: <publisher>Collins</publisher>.</bibl>
          <bibl xml:id="whitman1890">
                        <author>Whitman, Walt</author>. <date>1890</date>. <title level="u">After the Argument</title>. Manuscript encoded and made available by the Walt Whitman Archive at <ptr target="http://www.whitmanarchive.org/manuscripts/transcriptions/loc.00001.html"/>.</bibl>
          <bibl xml:id="wilde1930">
                        <author>Wilde, Oscar</author>. <date>1930</date>. <title level="a">The Importance of Being Earnest</title>. In: <title level="m">Plays, Prose Writings and Poems</title>. <pubPlace>London</pubPlace>: <publisher>Everyman</publisher>. Encoded and made available by CELT: Corpus of Electronic Texts: a project of University College, Cork. Available online at <ptr target="http://www.ucc.ie/celt/published/E850003-002/"/>.</bibl>
        </listBibl>
      </div>
    </back>
  </text>
  <!-- 
        $Date$
        $Id$  -->
</TEI>