<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/css" href="./slides-tei.css"?>
<!DOCTYPE TEI.2 SYSTEM "../../../Lite/DTD/teixlite.dtd" [
<!ATTLIST figure
  width CDATA #IMPLIED
  height CDATA #IMPLIED
  url CDATA #IMPLIED >
<!ATTLIST xref url CDATA #IMPLIED>
<!-- Many browsers do not read an external DTD, so these entities are -->
<!-- declared here (even though they are also declared in -->
<!-- teixlite.dtd) so that those browsers won't throw an error-->
<!ENTITY hellip	"&#x2026;"> <!-- HORIZONTAL ELLIPSIS -->
<!ENTITY mdash	"&#x2014;"> <!-- EM DASH -->
<!ENTITY ndash	"&#x2013;"> <!-- EN DASH -->
]>
<TEI.2>
  <teiHeader>
    <fileDesc>
      <titleStmt>
        <title>The TEI Header</title>
        <author>Julia Flanders</author>
      </titleStmt>
      <publicationStmt>
        <date value="2005-02-25"/>
        <distributor>TEI-Consortium (via website)</distributor>
        <address>
          <addrLine>info@tei-c.org</addrLine>
        </address>
        <availability>
          <p>Copyleft 2005 by Julia Flanders and the
            Brown University Women Writers Project.</p>
        </availability>
      </publicationStmt>
	<notesStmt>
	  <note>This slide set was not used at the workshop</note>
	</notesStmt>
      <sourceDesc>
	<p>None, this TEI Lite P4 XML file is the source.</p>
      </sourceDesc>
    </fileDesc>
    <revisionDesc>
<change><date value="2005-02-28">Mon, 28 Feb 05</date>
	<respStmt><name>Syd Bauman</name>
	<resp>workshop co-presenter</resp></respStmt>
	<item>Updates for use on TEI website</item>
	</change>
    </revisionDesc>
  </teiHeader>
  <text>
    <body>

      <div rend="slide">
	<head>Four basic sections:</head>
	<p>&lt;fileDesc&gt;</p>
	<list type="unordered">
	  <item>Publication info about the electronic file and its source</item>
	  <item>The only mandatory header section</item>
	</list>
	<p>&lt;encodingDesc&gt;</p>
	<list type="unordered">
	  <item>Information about the encoding of the file</item>
	</list>
	<p>&lt;profileDesc&gt;</p>
	<list type="unordered">
	  <item>Information about the participants, people described in the file</item>
	</list>
	<p>&lt;revisionDesc&gt;</p>
	<list type="unordered">
	  <item>Information about the revision history of the file</item>
	</list>
      </div>
      <div rend="slide">
	<head>&lt;fileDesc&gt;</head>
	<p>3 mandatory elements:</p>
	<list type="unordered">
	  <item>&lt;titleStmt&gt;: title, author, other responsible parties</item>
	  <item>&lt;publicationStmt&gt;: publication info</item>
	  <item>&lt;sourceDesc&gt;: information about the source (if any) </item>
	</list>
	<p>Other optional elements:</p>
	<list type="unordered">
	  <item>&lt;notesStmt&gt;</item>
	  <item>&lt;extent&gt;</item>
	</list>
      </div>
      <div rend="slide">
	<head>&lt;sourceDesc&gt;</head>
	<p>Simple approach: &lt;bibl&gt;</p>
	<list type="unordered">
	  <item>Free prose description, with optional elements: &lt;author&gt;,
	    &lt;title&gt;, &lt;imprint&gt;, etc.</item>
	</list>
	<p>Library approach: &lt;biblStruct&gt;</p>
	<list type="unordered">
	  <item>Structured set of bibliographic elements</item>
	  <item>Specified ordering</item>
	</list>
	<p>TEI-ish approach: &lt;biblFull&gt;</p>
	<list type="unordered">
	  <item>Structured approach that mirrors the TEI &lt;fileDesc&gt;</item>
	  <item>Good for documenting things derived from electronic files</item>
	</list>
      </div>
      <div rend="slide">
	<head>&lt;encodingDesc&gt;</head>
	<p>A set of declarations describing the transcription, editing, and encoding of the text</p>
	<list type="unordered">
	  <item>&lt;projectDesc&gt;: info about the project</item>
	  <item>&lt;samplingDecl&gt;: how the data was chosen or sampled</item>
	  <item>&lt;editorialDecl&gt;: details of editing: hyphenation, regularization,
	    quotation, correction of errors</item>
	  <item>&lt;tagsDecl&gt;: what tags are used in the file, and how they are rendered</item>
	  <item>A few others which are more arcane�</item>
	</list>
      </div>
      <div rend="slide">
	<head>&lt;profileDesc&gt;</head>
	<p>Descriptive information about a corpus</p>
	<list type="unordered">
	  <item>&lt;creation&gt;: Its creation</item>
	  <item>&lt;textClass&gt;: classification of the text by some method</item>
	  <item>&lt;langUsage&gt;: the languages used in the text, using the
	    &lt;language&gt; element</item>
	  <item>&lt;particDesc&gt;: the identifiable speakers in the text (linguistic)</item>
	  <item>&lt;handList&gt;: the handwriting that appears in the text (esp. for
	    manuscripts, using the &lt;hand&gt; element</item>
	</list>
      </div>
      <div rend="slide">
	<head>&lt;revisionDesc&gt;</head>
	<p>Just a series of &lt;change&gt; elements</p>
	<p>Documenting relevant/meaningful changes to the file</p>
	<p>Good as a way of tracking workflow</p>
      </div>
    </body>
  </text>
 </TEI.2>
