The first few days of training will be largely self-directed and spent reading introductory articles and completing tutotials about the Text Encoding Initiative (TEI) standard. Afterwards, we will hold a follow-up session and use the specific encoding guidelines developed for the project to which you have been assigned.
Readings
- Reference the readings list predefined in your internship wiki page.
Tutorials
- Intensive Introduction to TEI by Women Writers Project, Brown University (http://www.wwp.brown.edu/encoding/workshops/iu2009/schedule.html
)
- Review session 1-3
Sample Exercises
Conduct these sample exercises while undergoing the tutorial or afterwards
- Brief Genre Samples: Prose, Verse, Drama and Letters
- Example Encoding of Genres (all sample genres in one XML file)
Getting Started with the Sample Exercises
- Launch Oxygen editor (see Oxygen User Manual or the DLP's Tips to Using Oxygen for help with the editor)
- Select "File" from the menu bar
- Select "New" for new file
- When the dialog box appears, select "from templates"
- Scroll down and select TEI P5 All
- Now you have a basic TEI template to work with using the P5 All schema
- Encode each sample genre in a separate XML file (repeat steps 1-5 for the next sample)
- Copy and paste text from PDF document (easier than transcribing!)
Validate
This project uses a schema, which makes sure the XML document is well-structured. Your Oxygen editor automatically knows this information. The Oxygen editor will show you a green box towards the top-right of the editor if the file is valid or a red box if the file is invalid. As you are encoding, validate often to catch errors before they escalate
To validate and XML/TEI file already open in the Oxygen editor:
- Select the "validate document" icon (red checkmark)
- Or in the menus, select "Document" => "Validate" => "Validate Document"
If the file is valid, you will see:
- Green box towards the top-right of the editor
- Green box on the bottom of the editor that reads: "Document is valid"
If the file is invalid, you will see:
- Red box towards the top-right of the editor
- Red box on the bottom of the editor that reads: "Validation-failed. Errors: #"
- Error messages in a bottom pane
- Click on each error message to position the cursor near the error (often the error is somewhere before the cursor, often a line or more of code above)
- If the error message is cut off, right-click on the error message and select "Show message"
Once you fix the errors, re-validate the document.