Module 3: Prose
1. British Printed Images #
The next example contains Dr Malcolm Jones’ (University of Sheffield) description of printed images from early modern England, in the context of the project British Printed Images to 1700 by the Centre for Computing in the Humanities of King’s College, London.
This prose description of an image is wrapped in a <div> element, consisting of a <head> and multiple paragraphs. The first paragraph contains the image, with a pointer to its digital representation in the <graphic> element’s @url attribute. Notice how the @rend attribute is used to encode specific information for rendition of the image as a thumbnail. Although the caption of the image is encoded as bold text inside a <p>, it could as well have been encoded as <head>. The text contains a quote, marked as <q> and containing a poem, organised in line groups and lines. Inside the paragraphs, highlighted text is marked with <hi>, titles with <title>, and notes with <note>. For a discussion of these elements, see Module 1: Common Structure, Elements, and Attributes.
2. Charles Muller: <biblStruct> Examples #
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 <biblStruct>.
2.1. A Standard Published Manuscript #
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 <monogr> element. Notice, how the @level attribute on the <title> element indicates the status of this work as “monography” (by means of the "m" value).
2.2. An Article in a Volume #
When a bibliographic item is part of a larger bibliographic item, both can be described in a single <biblStruct> element. The details of the smallest bibliographic item (the article) are grouped in an <analytic> element. Notice, how the status of the article’s title is pointed out in the @level attribute on the <title> element: "a" for “analytic.”
The containing bibliographic item is described in the <monogr> element, with the usual bibliographic elements. Notice, how the scope of the article within the larger work is encoded with <biblScope>, whose unit of measurement is identified as "pages" in a @unit attribute.
2.3. An Article in a Journal #
The encoding of a journal article closely resembles that of an article in a volume: details of the article go in <analytic>, while those of the larger work are enclosed in <monogr>. Notice, how the status of journal title is identified by the "j" value for the title’s @level attribute. Here, the <biblScope> element is used both for identifying the pages on which the article appears (unit="page"), and the journal volume in which the article appears (unit="volume").
2.4. An Edited Volume #
The encoding of an edited volume closely resembles that of any other independently published work, only here the <editor> element is used instead of <author>.
2.5. An Unpublished Dissertation #
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 "u" for the @type attribute of the <title> element. Also, in the following example, the work’s status as Ph.D dissertation is pointed out in an extra <note> element inside <monogr>.
3. Emily Bronte: Wuthering Heights #
The following example is a fragment of Emily Bronte’s novel Wuthering Heights, encoded and made available by the University of Virginia Library, for their Text Collection. The work consists of two volumes, containing 34 chapters. These are encoded as numbered text divisions. Each volume is encoded as <div1 type="volume">; each chapter occurs one level deeper as <div2 type="chapter">. Structurally, the text is fairly simple, consisting mainly of paragraphs (<p>). Page breaks are encoded as <pb> elements, whose @n attributes record the number of the respective pages. The transcription contains one quoted song, encoded as a <q> element, in which each quoted song line occurs as <l>:
One more complex structure consists of an embedded epistle, concluding the 17th chapter. This is encoded as a <div3 type="epistle"> element. The text’s concluding formula “The End” is transcribed as <trailer> inside the last chapter.
4. Willa Cather: “Roll Call on the Prairies” #
The following example is an excerpt from Willa Carther’s “Roll Call on the Prairies” in The Red Cross Magazine, 1919. This prose account of life during the first World War in the plains of Nebraska is encoded in paragraphs. Page numbers occur in <pb> tags, with the actual page number as the value of the @n attribute.
This example contains the encoding of a picture in a <figure> element, grouping together a heading (<head>) and a description of the image (<figDesc>. The actual digital representation of the picture is pointed to with the <graphic> element, whose @url attribute carries the URL of the digital scan.
Notice that in this example, a couple of things could have been further encoded. The “foreign mail” phrase could be identified with a <soCalled> tag; the fragment “‘And in this country … pride,’” could be encoded as direct speech with a <q> element, either with or without retaining the quotation marks in the actual transcription.
5. Eric Lease Morgan: Clarence meets Alcuin #
The following example is a fragment of the essay Clarence meets Alcuin by Eric Lease Morgan, dealing with the application of “expert systems” on librarianship. This example features the concluding section to the prose essay. Notice how the author has used numbered divs to reflect the document structure, each with its own heading in a <head> element. Both subsections (properly encoded inside nesting <div2> elements) contain lists. The notes are listed in a numbered list, indicated by the "ordered" value for its @type attribute, while the numbering has been retained as actual contents of the list items. The bibliographical list is encoded as a bulleted list, for which the actual rendering of the bullets is probably left to the application processing the text.
Bibliography
- Bronte, Emily. 1847. Wuthering Heights. London: Thomas Cautley Newby, publisher. Encoded and made available by the University of Virginia Library, Text Collection at https://etext.lib.virginia.edu/toc/modeng/public/BroWuth.html.
- Cather, Willa. 1919. “Roll Call on the Prairies.” The Red Cross Magazine, 14 (July 1919). 27–31. Edited by Andrew Jewell. Lincoln: Center for Digital Research in the Humanities, University of Nebraska-Lincoln. Available online at https://cather.unl.edu/nf007.html.
- Jones, Malcolm. 2006. “Print of the month, September 2006.” British Printed Images to 1700. London: Centre for Computing in the Humanities, King’s College. Available online at https://web.archive.org/web/20160604002829/https://www.bpi1700.org.uk/research/printOfTheMonth/september2006.html.
- Morgan, Eric Lease. 1997). “Clarence meets Alcuin; or, expert systems are still an option in reference work.” In: The Cybrarian’s manual. Edited by P. Ensor. Chicago: American Library Association. 127–134. Available online at https://infomotions.com/musings/clarence-meets-alcuin/.
- Muller, Charles. s.d. “XML Technical Notes on the Yogācāra Bibliography.” Accompanying documentation for the Yogācāra Buddhism Research Association. Available online at https://www.acmuller.net/yogacara/bibliography/bibnotes.html.