<?xml version="1.0"?> 
<?xml-stylesheet type="text/css" href="teixlite.css"?>
<!DOCTYPE TEI.2 PUBLIC "-//TEI//DTD TEI Lite XML ver. 1//EN"
                       "../../../Lite/DTD/teixlite.dtd" [
  <!ATTLIST xref url CDATA #IMPLIED >
  <!ATTLIST xptr url CDATA #IMPLIED >
  ]>
<TEI.2>
  <teiHeader>
    <fileDesc>
      <titleStmt>
        <title>Materials from UIUC GSLIS TEI Workshop, 2003-10</title>
      </titleStmt>
      <publicationStmt>
        <p>For TEI website</p>  
      </publicationStmt>
      <sourceDesc>
        <p>No source: this is the original</p>
      </sourceDesc>
    </fileDesc>
    <revisionDesc>
<change><date value="2003-11-01">Sat, 01 Nov 03</date>
	<respStmt><name>Syd Bauman</name>
	<resp>co-presenter</resp></respStmt>
	<item>Minor update to section on jEdit instructions per K.
	  Hawkins.</item>
	</change>
<change><date value="2003-10-27">Mon, 27 Oct 03</date>
        <respStmt><name>Syd Bauman</name>
        <resp>workshop co-presenter</resp></respStmt>
        <item>created</item>
        </change>
    </revisionDesc>
  </teiHeader>
  <text>
    <front>
      <titlePage>
        <titlePart>Materials from UIUC GSLIS TEI Workshop</titlePart>
        <titlePart><date value="2003-10-25/26">Sat 25 &amp; Sun 26 Oct 03</date></titlePart>
        <docAuthor>Syd Bauman</docAuthor>
        <docAuthor>Julia Flanders</docAuthor>
        <docDate value="2003-10-27">Mon, 27 Oct 03</docDate>
      </titlePage>
    </front>
    <body>
      <p>This page has the files we used during the workshop. Several
        of the files have the extension <q>.tei</q>; you may need to
        change some configurations of your system in order for it to
        recognize this as an XML file. E.g., for editing with Emacs
        you would want to add something like
        <eg>(add-to-list 'auto-mode-alist '("\\.tei" . xml-mode))</eg>
        to your <code rend="code">.emacs</code> file.</p>
      <p>Many of the files off this page are <q>.dtd</q> or
        <q>.ent</q> or other non-HTML text files that many browsers
        can't display. You may have to download the links to disk and
        edit them with a text editor.</p>
      <div>
        <head>Set-up, testing, &amp; handouts</head>
        <list>
          <item>Kevin's instructions for installing jEdit are <xref
	    url="http://www.uiuc.edu/ro/asist/teifall03/teisoftware.html">available 
	    at UIUC</xref>; Kevin and Syd will likely try to fix it up some,
	    and then put the new &amp; improved version up somewhere
	    like <xref url="http://www.tei-c.org/Software/">the TEI
	      Software page</xref>.</item>
          <item>The little hello <xref url="./hellotei.xml">test file</xref></item>
          <item><xref url="./element_list">Element list</xref> handout</item>
        </list>
      </div>
      <div>
        <head>Slides</head>
        <p>The slides we used are written in TEI, and were transformed
          to HTML using <xref
            url="../../../Stylesheets/teic/">Sebastian's style
            sheets</xref>. Here are the TEI source files. Converting
          to HTML is left as an exercise for the reader.</p>
        <list>
          <item><xref url="./intro_to_markup.tei">Introduction to markup</xref></item>
          <item><xref url="./intro_to_TEI.tei">Introduction to TEI</xref></item>
          <item><xref url="./core_tags.tei">Core Tags</xref> (only
          slide #2 was used during the workshop)</item>
          <item><xref url="./resources.tei">Some TEI Resources</xref></item>
        </list>
      </div>
      <div>
        <head>Templates</head>
        <list>
          <item><xref url="./template_lite.xml">A TEI Lite</xref> template</item>
          <item>A template with a <xref
              url="./template_smallheader.xml">small header</xref></item> 
          <item>A template with a <xref
              url="./template_bigheader.xml">big header</xref> (This is
          the copy as it was modified during the workshop, as opposed
          to the one that we started with, which is on the CD.)</item>
        </list>
      </div>
      <div>
        <head>Exercises</head>
        <list>
          <item><title>Wednesday Morning, 3 A.M.</title> Jacket liner
            notes, in <xref url="./garfunkel.html">HTML</xref>,
            <xref url="./garfunkel.txt">plain text</xref>, and a link
            to <xref
            url="http://www.medialab.chalmers.se/guitar/garfunkel.html">the
            site where we found it</xref></item>
          <item>The file Syd created during the teiHeader
            exercise:<list>
              <item><xref url="./SGML_Handbook_exercise.tei">as it was
            at the workshop</xref> WARNING: as we were trying to
                demonstrate a variety of features of the
            <gi>teiHeader</gi> rapidly, there are several bizarre
            sections of this file that do not make sense anymore; I'm
            not even sure the file is valid.</item>
              <item><xref url="./SGML_Handbook_fixed.tei">improved
                  version</xref> with some inexplicable sections
                removed; valid.</item>
            </list>
          </item>
        </list>
      </div>
      <div>
        <head>Demos</head>
        <list>
          <item>Little <xref url="./revDesc.xslt">XSLT</xref> proof-of-concept</item>
        </list>
        <p>Based on the fictional document analysis exercise, we
        built a view of the TEI DTDs intended for 19th century
        scientific journals.</p>
        <list>
          <head>Extending TEI</head>
          <item>TEI extensions entity file, <xref url="./myExtns.ent">as generated by
          pizza chef</xref></item>
          <item>TEI extensions entity file, <xref
          url="./sciJour19C.ent">as modified for our purposes</xref></item>
          <item>TEI extensions DTD file, <xref url="./myExtns.dtd">as generated by
          pizza chef</xref></item>
          <item>TEI extensions DTD file, <xref
          url="./sciJour19C.dtd">as modified for our purposes</xref></item>
          <item>Flat, pre-baked, or pre-complied DTD <xref
          url="./myPizza.dtd">as
          generated by pizza chef</xref></item>
          <item>Flat, pre-baked, or pre-complied DTD <xref
          url="./sciJour19C_flat.dtd">as modified for our
          purposes</xref> NOTE: modification include adding comments
          (very important to do)
          and altering
          whitespace (useful for readability) &mdash; no changes that
          alter the declarations themselves at all</item>
          <item>Test file using <xref
          url="./template_sciJour19C.xml">traditional method</xref> of
          TEI DTD invocation</item>
          <item>Test file using <xref
          url="./template_sciJour19C_flat.xml">flattened DTD</xref></item>
        </list>
        <p>The two template files now have declarations for the entity
          (in this case, an SVG file) that actually stores the
          graphic of the formula, and a declaration for the notation in
          which that entity is stored. Note that if I had done this
          right, the notation declaration would be stored in the TEI
          extensions entity file <code>sciJour19C.ent</code>, and thus
          not need to be repeated at the top of the instance files.
          Since each issue of the journal would have its own formulas,
          it is probably quite reasonable to leave the declarations for
          the image entities themselves in the instances.</p>
      </div>
    </body>
  </text>
</TEI.2>
