<TEI xmlns="http://www.tei-c.org/ns/1.0">
  <teiHeader>
    <fileDesc>
      <titleStmt>
        <title type="main">TEI by Example</title>
        <title type="sub">Module 3: Prose</title>
        <author xml:id="RvdB">Ron Van den Branden</author>
        <editor xml:id="EV">Edward Vanhoutte</editor>
        <editor xml:id="MT">Melissa Terras</editor>
        <sponsor>Association for Literary and Linguistic Computing (ALLC)</sponsor>
        <sponsor>Centre for Data, Culture and Society, University of Edinburgh, UK</sponsor> 
        <sponsor>Centre for Digital Humanities (CDH), University College London, UK</sponsor>
        <sponsor>Centre for Computing in the Humanities (CCH), King’s College London, UK</sponsor>
        <sponsor>Centre for Scholarly Editing and Document Studies (CTB) , Royal Academy of Dutch Language and Literature, Belgium</sponsor>
        <funder>
          <address>
            <addrLine>Centre for Scholarly Editing and Document Studies (CTB)</addrLine>
            <addrLine>Royal Academy of Dutch Language and Literature</addrLine>
            <addrLine>Koningstraat 18</addrLine>
            <addrLine>9000 Gent</addrLine>
            <addrLine>Belgium</addrLine>
          </address>
          <email>ctb@kantl.be</email>
        </funder>
        <principal>Edward Vanhoutte</principal>
        <principal>Melissa Terras</principal>
      </titleStmt>
      <publicationStmt>
        <publisher>Centre for Scholarly Editing and Document Studies (CTB) , Royal Academy of Dutch Language and Literature, Belgium</publisher>
        <distributor>Centre for Scholarly Editing and Document Studies (CTB) , Royal Academy of Dutch Language and Literature, Belgium</distributor>
        <pubPlace>Gent</pubPlace>
        <address>
          <addrLine>Centre for Scholarly Editing and Document Studies (CTB)</addrLine>
          <addrLine>Royal Academy of Dutch Language and Literature</addrLine>
          <addrLine>Koningstraat 18</addrLine>
          <addrLine>9000 Gent</addrLine>
          <addrLine>Belgium</addrLine>
        </address>
        <availability status="free">
          <p>Licensed under a <ref target="http://creativecommons.org/licenses/by-sa/3.0/">Creative Commons Attribution ShareAlike 3.0 License</ref>
                    </p>
        </availability>
        <date when="2010-07-09">9 July 2010</date>
      </publicationStmt>
      <seriesStmt>
        <title>TEI by Example.</title>
        <respStmt>
          <name>Edward Vanhoutte</name>
          <resp>editor</resp>
        </respStmt>
        <respStmt>
          <name>Ron Van den Branden</name>
          <resp>editor</resp>
        </respStmt>
        <respStmt>
          <name>Melissa Terras</name>
          <resp>editor</resp>
        </respStmt>
      </seriesStmt>
      <sourceDesc>
        <p>Digitally born</p>
      </sourceDesc>
    </fileDesc>
    <encodingDesc>
      <projectDesc>
        <p>TEI by Example offers a series of freely available online tutorials walking individuals through the different stages in marking up a document in TEI (Text Encoding Initiative). Besides a general introduction to text encoding, step-by-step tutorial modules provide example-based introductions to eight different aspects of electronic text markup for the humanities. Each tutorial module is accompanied with a dedicated examples section, illustrating actual TEI encoding practise with real-life examples. The theory of the tutorial modules can be tested in interactive tests and exercises.</p>
      </projectDesc>
    </encodingDesc>
    <profileDesc>
      <langUsage>
        <language ident="en-GB">en-GB</language>
      </langUsage>
    </profileDesc>
    <revisionDesc>
      <change when="2020-06-28" who="#RvdB">integrated examples in a single file</change>
    </revisionDesc>
  </teiHeader>
  <text xml:id="TBED03v00" type="examples">
    <body>
            <div xml:id="biblStruct">
        <head>Charles Muller: <gi>biblStruct</gi> Examples</head>
        <p>In the technical documentation of the Yogācāra Bibliography, Charles Muller illustrates the encoding conventions used for the bibliographic encoding of different types of publications, using <gi>biblStruct</gi>.</p>
        <div xml:id="simple" type="example">
          <head>A Standard Published Manuscript</head>
          <p>As for any independently published work, the most common bibliographic facts of interest are the work’s author, title, place and date of publication, and publisher. These are encoded with their relevant TEI elements, and grouped in a <gi>monogr</gi> element. Notice, how the <att>level</att> attribute on the <gi>title</gi> element indicates the status of this work as <soCalled>monography</soCalled> (by means of the <val>m</val> value).</p>
          <figure xml:id="biblStruct-example1">
            <egXML xmlns="http://www.tei-c.org/ns/Examples">
              <biblStruct xml:id="lusthaus-2002">
                <monogr>
                  <author>Lusthaus, Dan</author>
                  <title level="m">Buddhist Phenomenology: A Philosophical Investigation of Yogācāra Buddhism and the Ch'eng Wei-shih Lun</title>
                  <imprint>
                    <pubPlace>London</pubPlace>
                    <publisher>RoutledgeCurzon</publisher>
                    <date>2002</date>
                  </imprint>
                </monogr>
              </biblStruct>
            </egXML>
            <head type="legend">A <gi>biblStruct</gi> encoding of a standard published manuscript (<ref type="bibl" target="#muller">Muller</ref>).</head>
          </figure>
        </div>
        <div xml:id="artVol" type="example">
          <head>An Article in a Volume</head>
          <p>When a bibliographic item is part of a larger bibliographic item, both can be described in a single <gi>biblStruct</gi> element. The details of the smallest bibliographic item (the article) are grouped in an <gi>analytic</gi> element. Notice, how the status of the article’s title is pointed out in the <att>level</att> attribute on the <gi>title</gi> element: <val>a</val> for <soCalled>analytic</soCalled>.</p>
          <p>The containing bibliographic item is described in the <gi>monogr</gi> element, with the usual bibliographic elements. Notice, how the scope of the article within the larger work is encoded with <gi>biblScope</gi>, whose unit of measurement is identified as <val>pages</val> in a <att>unit</att> attribute.</p>
          <figure xml:id="biblStruct-example2">
            <egXML xmlns="http://www.tei-c.org/ns/Examples">
              <biblStruct>
                <analytic>
                  <author>Weinstein, Stanley</author>
                  <title level="a">The Ālaya-vijñāna in Early Yogācāra Buddhism--a Comparison of the
                    Meaning in the Saṃdhinirmocana-sūtra and Vijñapti-mātratā-siddhi
                    of Dharmapāla</title>
                </analytic>
                <monogr>
                  <title level="m">Transactions of the
                    International Conference of Orientalists in
                    Japan</title>
                  <imprint>
                    <biblScope unit="page">46-58</biblScope>
                    <pubPlace>Tokyo</pubPlace>
                    <publisher>Toho Gakkai</publisher>
                    <date>1958</date>
                  </imprint>
                </monogr>
              </biblStruct>
            </egXML>
            <head type="legend">Adapted from a TEI P4 <gi>biblStruct</gi> encoding of an article in a volume (<ref type="bibl" target="#muller">Muller</ref>).</head>
          </figure>
        </div>
        <div xml:id="artJourn" type="example">
          <head>An Article in a Journal</head>
          <p>The encoding of a journal article closely resembles that of an article in a volume: details of the article go in <gi>analytic</gi>, while those of the larger work are enclosed in <gi>monogr</gi>. Notice, how the status of journal title is identified by the <val>j</val> value for the title’s <att>level</att> attribute. Here, the <gi>biblScope</gi> element is used both for identifying the pages on which the article appears (<code>unit="page"</code>), and the journal volume in which the article appears (<code>unit="volume"</code>).</p>
          <figure xml:id="biblStruct-example3">
            <egXML xmlns="http://www.tei-c.org/ns/Examples">
              <biblStruct xml:id="Sponberg-1979">
                <analytic>
                  <author>Sponberg, Alan</author>
                  <title level="a">Dynamic Liberation in Yogācāra Buddhism</title>
                </analytic>
                <monogr>
                  <title level="j">Journal of the International Association of Buddhist Studies</title>
                  <imprint>
                    <biblScope unit="volume">2(1)</biblScope>
                    <biblScope unit="page">44-64</biblScope>
                    <date>1979</date>
                  </imprint>
                </monogr>
              </biblStruct>
            </egXML>
            <head type="legend">Adapted from a TEI P4 <gi>biblStruct</gi> encoding of an article in a journal (<ref type="bibl" target="#muller">Muller</ref>).</head>
          </figure>
        </div>
        <div xml:id="editVol" type="example">
          <head>An Edited Volume</head>
          <p>The encoding of an edited volume closely resembles that of any other independently published work, only here the <gi>editor</gi> element is used instead of <gi>author</gi>.</p>
          <figure xml:id="biblStruct-example4">
            <egXML xmlns="http://www.tei-c.org/ns/Examples">
              <biblStruct xml:id="Kawamura-1978">
                <monogr>
                  <editor>Kawamura, Leslie</editor>
                  <title level="m">The Bodhisattva Doctrine in Buddhism</title>
                  <imprint>
                    <pubPlace>Canada</pubPlace>
                    <publisher>Wilfred Laurier University Press</publisher>
                    <date>1978</date>
                  </imprint>
                </monogr>
              </biblStruct>
            </egXML>
            <head type="legend">A <gi>biblStruct</gi> encoding of an edited volume (<ref type="bibl" target="#muller">Muller</ref>).</head>
          </figure>
        </div>
        <div xml:id="unpubDiss" type="example">
          <head>An Unpublished Dissertation</head>
          <p>For the bibliographic description of an unpublished dissertation, as much information as possible can be given in the usual places, while its unpublished status can be indicated with the value <val>u</val> for the <att>type</att> attribute of the <gi>title</gi> element. Also, in the following example, the work’s status as Ph.D dissertation is pointed out in an extra <gi>note</gi> element inside <gi>monogr</gi>.</p>
          <figure xml:id="biblStruct-example5">
            <egXML xmlns="http://www.tei-c.org/ns/Examples">
              <biblStruct xml:id="Anacker-1969">
                <monogr>
                  <author>Anacker, Stefan</author>
                  <title level="u">Vasubandhu: Three Aspects</title>
                  <note>Ph.D dissertation</note>
                  <imprint>
                    <publisher>University of Wisconsin</publisher>
                    <pubPlace>Madison</pubPlace>
                    <date>1969</date>
                  </imprint>
                </monogr>
              </biblStruct>
            </egXML>
            <head type="legend">A <gi>biblStruct</gi> encoding of an unpublished dissertation (<ref type="bibl" target="#muller">Muller</ref>).</head>
          </figure>
        </div>
      </div>
        </body>
    <back>
      <div type="bibliography">
        <listBibl>
          <bibl xml:id="bronte1847">
                        <author>Bronte, Emily</author>. <date>1847</date>. <title level="m">Wuthering Heights</title>. <pubPlace>London</pubPlace>: <publisher>Thomas Cautley Newby, publisher</publisher>. Encoded and made available by the University of Virginia Library, Text Collection at <ptr target="http://etext.lib.virginia.edu/toc/modeng/public/BroWuth.html"/>.</bibl>
          <bibl xml:id="cather1919">
                        <author>Cather, Willa</author>. <date>1919</date>. <title level="a">Roll Call on the Prairies</title>. <title level="j">The Red Cross Magazine</title>, <biblScope unit="issue">14</biblScope> (<date>July 1919</date>). <biblScope unit="page">27–31</biblScope>. Edited by <editor>Andrew Jewell</editor>. <pubPlace>Lincoln</pubPlace>: <publisher>Center for Digital Research in the Humanities, University of Nebraska-Lincoln</publisher>. Available online at         <ptr target="http://cather.unl.edu/nf007.html"/>.</bibl>
          <bibl xml:id="jones2006">
                        <author>Jones, Malcolm</author>. <date>2006</date>. <title level="a">Print of the month, September 2006</title>. <title level="s">British Printed Images to 1700</title>. <pubPlace>London</pubPlace>: <publisher>Centre for Computing in the Humanities, King’s College</publisher>. Available online at <ptr target="https://web.archive.org/web/20160604002829/http://www.bpi1700.org.uk/research/printOfTheMonth/september2006.html"/>.</bibl>
          <bibl xml:id="morgan1997">
                        <author>Morgan, Eric Lease</author>. <date>1997</date>). <title level="a">Clarence meets Alcuin; or, expert systems are still an option in reference work.</title> In: <title level="m">The Cybrarian’s manual</title>. Edited by <editor>P. Ensor</editor>. <pubPlace>Chicago</pubPlace>: <publisher>American Library Association</publisher>. <biblScope unit="page">127–134</biblScope>. Available online at <ptr target="http://infomotions.com/musings/clarence-meets-alcuin/"/>.</bibl>
          <bibl xml:id="muller">
                        <author>Muller, Charles</author>. <date>s.d.</date> <title level="u">XML Technical Notes on the Yogācāra Bibliography</title>. Accompanying documentation for the Yogācāra Buddhism Research Association. Available online at <ptr target="http://www.acmuller.net/yogacara/bibliography/bibnotes.html"/>.</bibl>
        </listBibl>
      </div>
    </back>
  </text>
  <!-- 
        $Date$
        $Id$  -->
</TEI>