<?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 xref url CDATA #IMPLIED >
  <!ATTLIST xptr url CDATA #IMPLIED >
  <!-- just for some browsers that don't read DTD: -->
  <!ENTITY mdash  "&#x2014;">
  <!ENTITY hellip "&#x2026;">
]>
<TEI.2>
  <teiHeader>
    <fileDesc>
      <titleStmt>
        <title>TEI Guidelines P5</title>
        <author>Syd Bauman</author>
      </titleStmt>
      <publicationStmt>
        <date value="2005-02-28"/>
        <distributor>TEI-Consortium (via website)</distributor>
        <address>
          <addrLine>info@tei-c.org</addrLine>
        </address>
        <availability>
          <p>Copyleft 2005 by Syd Bauman 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>This talk is based heavily on the P5 talk Julia &amp; I
          gave at <xref
            url="http://www.wheatonma.edu/KACC/tei/jan05/janSched.html"><title>Exploring 
              Applications of the Text Encoding Initiative for Small
              Liberal Arts Colleges </title> Workshop follow-up
            session 2005-01-21</xref> at Wheaton College in Norton, MA
          (USA).</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>
<change><date value="2005-02-26">Sat, 26 Feb 05</date>
        <respStmt><name>Syd Bauman</name>
        <resp>author</resp></respStmt>
        <item>created, based on the Berkeley talk's TEI source
          file.</item>
      </change>
    </revisionDesc>
  </teiHeader>
  <text>
    <front>
      <titlePage>
        <docTitle>
          <titlePart type="main">TEI Guidelines P5</titlePart>
        </docTitle>
        <docAuthor>Syd Bauman</docAuthor>
        <docDate>2005-02-27</docDate>
      </titlePage>
    </front>
    <body>
      <div rend="slide">
        <head>Why P5?</head>
        <p>The next release of the TEI Guidelines (P5) has three aims:
          <list type="gloss">
            <label>Interoperability</label>
            <item>taking advantage of the work done by others
            </item>
            <label>Expansion</label>
            <item>addressing areas as yet untamed</item>
            <label>Internal audit</label>
            <item>cleaning up the accretions of a decade</item>
          </list>
        </p>
      </div>
      <div rend="slide">
        <head>Interoperability</head>
        <p>A lot of other people have been working in this area since
          1987</p>
        <p>TEI P5 must fit into a joined-up digital world, along with
          <list>
            <item>W3C standards (XPointer, XInclude, <ident
                type="attrName">xml:id</ident>, <ident
                type="attrName">xml:lang</ident>)</item>
            <item>Unicode (ISO 10646) character encoding</item>
            <item>Specialized markup vocabularies (MathML, SVG,
              DocBook, etc.)</item>
            <item>Other metadata schemas (METS, EAD, etc.)</item>
            <item>Other conceptual models (CIDOC CRM)</item>
          </list>
        </p>
      </div>
      <div rend="slide">
        <head>Expansion</head>
        <p>New areas that particular communities have requested,
          including<list>
            <item>manuscript description</item>
            <item>prosopographic information</item>
            <item>physical bibliography</item>
            <item>expanded discussion of solutions to overlapping
              hierarchies</item>
          </list>
        </p>
      </div>
      <div rend="slide">
        <head>Cleanup</head>
        <list>
          <item>Some parts of TEI were successfully experimental
            (e.g., the extended pointer syntax, corpus metadata)
            &hellip;</item>
          <item>&hellip; but others were just experimental, and have
            been overtaken by events (e.g. writing system declaration,
            feature structures, terminology)</item>
          <item>Lots of other minor improvements to be made.</item>
        </list>
      </div>
      <div rend="slide">
        <head>P5: what's new and different (1)</head>
        <list>
          <item>Schemas</item>
          <item>Internal Structure and Documentation &mdash; ODD and
            customizations</item>
          <item>New Chapter on Manuscript Description</item>
          <item>Major Updates<list>
              <item>Character Sets &amp; Language
                Identification</item>
              <item>Feature Structures &amp; Feature Structure
                Declarations</item>
              <item>Terminological Databases</item>
              <item>Pointing</item>
            </list></item>
        </list>
      </div>
      <div rend="slide">
        <head>P5: what's new and different (2)</head>
        <list>
          <item>Less Major Updates<list>
              <item>Dictionaries (?)</item>
              <item>Multiple Hierarchies</item>
              <item>Support for Graphics and Multimedia</item>
              <item>Support for Stand-off Markup</item>
              <item>Letters (ala <xref
                  url="http://www.kantl.be/ctb/project/dalf/">DALF</xref>) 
                (?)</item>
              <item>Prosopography (?)</item>
              <item>Physical Bibliography (collation, page
                description)</item>
            </list>
          </item>
          <item>War on Attributes</item>
        </list>
      </div>
      <div rend="slide">
        <head>Backward Compatible &mdash; not!</head>
        <list>
          <item>No P4 document will be valid against a P5
            schema.</item>
          <item>Straightfoward conversion of document instances from
            P4 to P5 should be almost completely automatable.</item>
          <item>Converting tool chain will be much harder, although
            still pretty easy in many cases.</item>
          <item>Converting customizations will likely not be
            automatable at all.</item>
          <item>Taking advantage of new features involves
            thought.</item>
        </list>
      </div>
      <div rend="slide">
        <head>P4 or P5?</head>
        <p>Should you use P4 or P5?
          <list>
            <item>last year, P4</item>
            <item>next year, P5</item>
            <item>this year, it depends how adventurous you are</item>
          </list>
        </p>
        <p>Cost of keeping up with P5 progress vs. cost of upgrading from P4 to P5.</p>
        <p>P4 should be supported (bug fixes, pizza chef) for at least
          5 years after P5 is out. Expertise may exist for even
          longer.</p>
      </div>
      <div rend="slide">
        <head>Where is P5?</head>
        <p><emph rend="bold">On your CD!</emph></p>
        <list>
          <head>P5 in the Public Eye</head>
          <item><xref url="http://www.tei-c.org/P5/">P5 information
              page</xref></item>
          <item><xref
              url="http://sourceforge.net/project/showfiles.php?group_id=106328&amp;package_id=141127">P5 
              (currently alpha pre-release)</xref> on
            Sourceforge</item>
          <item><xref
              url="http://tei.oucs.ox.ac.uk/Roma/">Roma</xref>, the P5
            version of the <xref
              url="http://www.tei-c.org/pizza.html">Pizza
              Chef</xref></item>
        </list>
        <list>
          <head>Other TEI Links of Interest</head>
          <item><xref url="http://sourceforge.net/projects/tei/">TEI
              Sourceforge page</xref></item>
          <item><xref url="http://tei.sourceforge.net/">Sourceforge
              TEI page</xref></item>
          <item>TEI P5 <xref
              url="http://sourceforge.net/tracker/?atid=644065&amp;group_id=106328&amp;func=browse">feature 
              requests</xref> on Sourceforge</item>
        </list>
      </div>
    </body>
  </text>
</TEI.2>
