There are a several types of document titles that can possibly be encoded in the metadata of an XML essay. Titles are found listed within the teiHeader -> fileDesc -> titleStmt, along with the author's name. The titles are differentiated by their "type" attribute. For example, the full title of an essay would be marked up in the following way:
<TEI.2>
   <teiHeader lang="eng">
     <fileDesc>
       <titleStmt>
         <title lang="eng" level="a" type="full">The Three provinces of Mṅa’-ris: Traditional Accounts of Ancient Western Tibet</title>
         <title lang="eng" level="a" type="brief">The Three provinces of Mṅa’-ris</title>
         …
       </titleStmt>
       …
     </fileDesc>
     …
   </teiHeader lang="eng">
   …
 </TEI.2>
The following values can be used for the title’s "type" attribute are:
<title type="citation"><![CDATA[Review of <i>Thundering Falcon: An Inquiry into the History and Cult of Khra ’brug, Tibet’s First Buddhist Temple</i>, by Per K. Sørensen et al.]]></title>
<title lang="eng" level="a" type="browser">Monks, by José Cabezón</title>
Note: In the JIATS essays, the markup of the scholarly and popular versions of the title have been separated into two different title elements without a type attribute but with differing rend attributes. <title rend="s"> refers to the scholarly (i.e. Wylie) version of the title. <title rend="p"> refers to the popular (i.e. phonetic) version of the title. This form of the markup is still supported for JIATS essays only.