Presentation is loading. Please wait.

Presentation is loading. Please wait.

Introduction to XML and TEI for Digital Archives Entities, ROMA, the ODD, and Transcribing Manuscripts.

Similar presentations


Presentation on theme: "Introduction to XML and TEI for Digital Archives Entities, ROMA, the ODD, and Transcribing Manuscripts."— Presentation transcript:

1 Introduction to XML and TEI for Digital Archives Entities, ROMA, the ODD, and Transcribing Manuscripts

2 Character Entities Character entities are special characters not included in the basic ASCII set. These must be defined in a “DOCTYPE” declaration at the beginning of a document. Two characters that are predefined in XML (and must be transcribed as character entities so that they aren’t mistaken for markup) are “&” (“&”) and “<“ (“<”). <!DOCTYPE rootelement [ ]>

3 Character Entity Codes Character entities can be represented in a number of ways, most of which can be read by most browsers that display them. The simplest representation is a decimal representation, which takes the format Ӓ. Hexadecimal representations use the format ሴ. You can find lists of character entities online: http://www.w3schools.com/tags/ref_entities.asp And an exhaustive series of lists here: http://www.unicode.org/charts/

4 Marking Up Manuscripts There are a number of special tags designed to represent features in manuscripts. The most important of these are those tagging abbreviations, additions, and deletions. Abbreviations can be marked using an tag. Using this in combination with a tag and a tag permits one to expand the abbreviation. HMS Her Majesty’s Ship

5 Manuscript Additions and Deletions Manuscript additions are shown using (surprise surprise!) an tag. There are a number of useful attributes which can be added to this, most useful of which is the “place” attribute, used to indicate where the addition appears: Stuff added Manuscript deletions are shown in a similar fashion, using a tag. Stuff that’s been deleted

6 Combined Additions and Deletions Where additions and deletions occur together, as in a substitution of one word for another, they can be nested within a tag: hastle hassle

7 Indicating Responsibility There are a number of forms of “responsibility” that you may wish to indicate when tagging manuscripts. Most obviously, you may wish to indicate your best estimation as to the author of additions and deletions made to the manuscript. The best way to indicate responsibility is by using an “xml:id” attribute, which is set in the document header, inside a “profile description.” The element “provides a detailed description of non- bibliographic aspects of a text, specifically the languages and sublanguages used, the situation in which it was produced, the participants and their setting.”

8 Indicating Responsibility II The tag appears in the, which is in turn a child of the element. … <handNote xml:id=“RH" scribe=“RobertHooke" script="handwritten" medium=“pen“> the document's main hand, Robert Hooke …

9 Indicating Responsibility III Once you’ve established the identity of your “hands,” you can make abbreviated reference to this in your markup of the manuscript deletions and insertions. hastle hassle

10 Showing Restored Text In some instances, there may be an indication that deleted text has been “restored.” You can indicate this as well. out off This would indicate that the original deletion has been deemed acceptable after all, and is again a legitimate part of the “reading” of the text.


Download ppt "Introduction to XML and TEI for Digital Archives Entities, ROMA, the ODD, and Transcribing Manuscripts."

Similar presentations


Ads by Google