<?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>About the TEI</title>
        <author>Julia Flanders</author>
      </titleStmt>
      <publicationStmt>
        <date value="2005-02-25"/>
        <distributor>TEI-C</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>
        <pubPlace>Given at the winter 2005 TEI Workshop 2005-02-26/27 at the University of Illinois
          at Urbana-Champaign</pubPlace>
      </publicationStmt>
      <sourceDesc>
        <p>None, this TEI Lite P4 XML file is the source, although it is based on a previous slide
          set Julia had created in PowerPoint.</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" n="1">
        <head>What is Text Encoding?</head>
        <p>The process of describing textual information&hellip;
          <lb/>&hellip;explicitly&hellip; <lb/>&hellip;using markup <lb/>Text encoding
          is the transformation of textual content into data, using markup</p>
      </div>
      
      <div rend="slide" n="2">
        <head>Motives for text encoding</head>
        <list>
          <item>To store information for the long haul <list>
              <item>Protect against platform and software changes</item>
            </list>
          </item>
          <item>To analyse information <list>
              <item>Express/capture analytical viewpoints of the text</item>
              <item>Provide for processing</item>
            </list>
          </item>
          <item>To share information with others <list>
              <item>Allow for interchange of data</item>
              <item>Allow for meaningful discussions of encoding methods</item>
            </list>
          </item>
        </list>
      </div>
      
      <div rend="slide" n="3">
        <head>What is the TEI?</head>
        <list>
          <head>The TEI &hellip;</head>
          <item>is a membership organization</item>
          <item>exists to make your life better and easier, <emph>not</emph> worse and more
            difficult</item>
          <item>isn’t the answer to absolutely everything (just many things)</item>
        </list>
      </div>
      
      <div rend="slide" n="4">
        <head>What is the TEI’s Domain?</head>
        <list>
          <head>Primary sources: historical, literary, cultural, etc.</head>
          <item>Text archives</item>
          <item>Scholarly editions</item>
          <item>Digital libraries</item>
        </list>
        <list>
          <head>Research data</head>
          <item>Linguistic data</item>
          <item>Dictionaries</item>
          <item>Sociological data, qualitative analysis</item>
          <item>Any structured information</item>
        </list>
        <list>
          <head>Digital publications</head>
          <item>Academic writing</item>
          <item>Digital monographs</item>
          <item>Web publication</item>
        </list>
      </div>
    </body>
  </text>
</TEI.2>
