<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/css" href="../stylesheets/yaps-tei.css"?>
<?oxygen RNGSchema="../schema/yaps.rnc" type="compact"?>
<?oxygen SCHSchema="../schema/yaps.sch"?>
<TEI xmlns="http://www.wwp.brown.edu/ns/yaps/1.0" xmlns:xi="http://www.w3.org/2001/XInclude">
  <teiHeader>
    <fileDesc>
      <titleStmt>
        <title>Metadata and the TEI Header</title>
        <author>Julia Flanders</author>
	<author>Syd Bauman</author>
      </titleStmt>
      <editionStmt>
        <edition>Texas A &amp; M University</edition>
      </editionStmt>
      <publicationStmt>
        <distributor>Women Writers Project (via website)</distributor>
        <address>
          <addrLine>wwp@Brown.edu</addrLine>
        </address>
        <date when="2009-04-18"/>
        <availability status="restricted">
          <p>Copyright 2009 Syd Bauman, Julia Flanders, and Brown WWP</p>
	  <p>This TEI-encoded XML file is available under the terms of
	  the <ref target="http://creativecommons.org/licenses/by-sa/3.0/">Creative
	  Commons Attribution-ShareAlike 3.0 (Unported)</ref>
	  license.</p>
        </availability>
        <pubPlace>Providence, RI  USA</pubPlace>
      </publicationStmt>
      <sourceDesc>
        <p>This is the source.</p>
      </sourceDesc>
    </fileDesc>
  </teiHeader>
  <text>
    <presentation>
      <section>
	<head>Metadata Location</head>
	<slide>
	  <eg>&lt;?xml version="1.0" encoding="UTF-8"?>
&lt;TEI xmlns="http://www.tei-c.org/ns/1.0" xml:lang="en">
  <hi rend="class(red)">&lt;teiHeader>
    &lt;!-- most metadata goes here -->
  &lt;/teiHeader></hi>
  &lt;text>
    &lt;front>&lt;!-- transcribed title page, table of contents, etc. -->&lt;/front>
    &lt;body>&lt;!-- stuff we worked on yesterday goes here -->&lt;/body>
    &lt;back>
      &lt;!-- transcribed indices, colophon, glossary, etc. -->
      <hi rend="class(red)">&lt;div type="editorial">
        &lt;!-- metadata for which TEI does not provide a place in header -->
      &lt;/div></hi>
    &lt;/back>
  &lt;/text>
&lt;/TEI></eg>
	</slide>
      </section>

      <section>
	<head>TEI Header: most metadata</head>
	<slide>
	  <p>See <ref target="../../handouts/TEI_exercise/header_template.xml">header template</ref>.</p>
	</slide>
      </section>

      <section>
        <head>What is <term>contextual information?</term></head>
        <slide>
          <p>Information we know that is relevant to an understanding of the text:
          <list>
            <item>The identity of things named in the text: people, places, books, etc.</item>
            <item>Information about things named in the text: birth
            dates, geographical locations, date published, etc.</item>
            <item>Interpretive information: themes, keywords</item>
            <item>Normalization of measurements, dates, etc.</item>
          </list>
          </p>
        </slide>
        <lectureNote>
          <p>First, what do we mean by <term>contextual
          information?</term> There are often things that we know about
          the content of the text, which we want to be able to state
          explicitly to add value to the text or assist the reader in
          understanding it better. For example:
          <list>
            <item>Authority control: information about the identity of
            things named in the text: people, places, books, etc.</item>
            <item>Additional information about these things: birth
            dates, geographical locations, date published, etc.</item>
            <item>Interpretive information: the mechanism we used to classify the text as a whole can be used to apply interpretations to parts of the document</item>
            <item>Normalization of measurements: as we've already discussed.</item>
          </list>
          </p>
        </lectureNote>
      </section>

      <section>
        <head>Contextual information in the TEI</head>
	<slide>
	  <p>TEI provides structures for some common contextual information:
	  <list>
	    <item>persons (<term>prosopography</term> or <soCalled>personography</soCalled>)</item>
	    <item>places (<term>gazeteer</term> or <soCalled>placeography</soCalled>)</item>
	    <item>organizations (<soCalled>orgography</soCalled>)</item>
	    <item>books, etc. (<term>bibliography</term>)</item>
	    <item>names (<soCalled>nymography</soCalled>)</item>
	  </list></p>
	  <p>One can also make up generic &#x2019;ographies as the need arises:
	  <list>
	    <item>discography (LPs, CDs, etc.)</item>
	    <item>filmography (home movies or IMDB-like)</item>
	    <item>ossography (bones or maybe operating systems?)</item>
	  </list></p>
	</slide>
      </section>

      <section>
        <head>Personographic detail</head>
        <slide>
          <eg><![CDATA[<person xml:id="julia_flanders">
  <persName>Flanders, Julia Hammond</persName>
  <birth when="1965-02-21">
    <placeName ref="#l_new_york">New York</placeName>
  </birth>
  <death notBefore="2009"/>
  <affiliation from="2000">
    <orgName ref="#o_tei">Text Encoding Initiative Consortium</orgName>
  </affiliation>
  <education evidence="external"><name>Madison High School</name></education>
  <faith>undecided</faith>
  <langKnowledge>
    <langKnown tag="en">first language</langKnown>
    <langKnown tag="fr">reading, writing, speaking</langKnown>
    <langKnown tag="la">slight reading knowledge</langKnown>
  </langKnowledge>
  <nationality>US citizen</nationality>
  <occupation from="2000" evidence="external">Director, Women Writers Project</occupation>
  <residence from="2001-11-01"><placeName ref="#l_smithfield">Smithfield, RI</placeName></residence>
  <residence from="1989-09-01" to="2001-10-31"><placeName ref="#l_providence">Providence, RI</placeName></residence>
  <event when="2005-06-01">
    <p>Completed PhD</p>
  </event>
  <trait type="eye_color">
    <label>eye color</label>
    <desc>green</desc>
  </trait>
  <state type="marital_status">
    <label>marital status</label>
    <desc>partnered</desc>
  </state>
</person>]]> </eg>
        </slide>
      </section>

      <section>
	<head>Example generic &#x2019;ography</head>
	<slide>
	  <eg><![CDATA[<div type="editorial">
  <list type="filmography">
    <item xml:id="f_raiders">
      <bibl>
        <title>Raiders of the Lost Ark</title>
        <respStmt>
          <resp>director</resp>
          <persName type="director">Steven Spielberg</persName>
        </respStmt>
        <date when="1981"/>
      </bibl>
      <desc>First in a series of action-adventure movies
        detailing the career of Indiana Jones ... </desc>
      <ptr type="IMDB"
        target="http://www.imdb.com/title/tt0082971/"/>
    </item>
    <item xml:id="f_children">
      <bibl>
        <title>Children of a Lesser God</title>
        <respStmt>
          <resp>director</resp>
          <persName type="director">Randa Haines</persName>
        </respStmt>
        <date when="1986"/>
      </bibl>
      <desc>Film adaptation of the Broadway play of the same
        name ... </desc>
      <ptr type="IMDB"
        target="http://www.imdb.com/title/tt0090830/"/>
    </item>
  </list>
</div>]]></eg>
	</slide>
      </section>

    </presentation>
  </text>
</TEI>
