But who am I?
Its description is:
In this session the creation of scholarly editions will be introduced with an exploration of how the production of editions in the digital world has changed the requirements for a digital edition to be considered scholarly. The main standard in this area are the Guidelines of the Text Encoding Initiative (TEI), recommendations for encoding digital text from any time period, in any language and writing system. This session will give an overview of the TEI Guidelines and how they might be used to create a scholarly digital edition.
Its description is:
In this session the creation of scholarly editions will be introduced with an exploration of how the production of editions in the digital world has changed the requirements for a digital edition to be considered scholarly. The main standard in this area are the Guidelines of the Text Encoding Initiative (TEI), recommendations for encoding digital text from any time period, in any language and writing system. This session will give an overview of the TEI Guidelines and how they might be used to create a scholarly digital edition.
"A scholarly edition is the critical representation of historic documents."
(Sahle, 2016)
Representation: a whole spectrum of mediation between image facsimile and textual transcription
Critical: the application of scholarly knowledge and reasoning to the process of creating an edition
Documents: the non-abstract objects that are the subject of an edition
Historic: at a distance in time that their contents are not completely evident to the present-day reader
(Group Exercise)
Electronic scholarly editions are worth having. And therefore it is worth thinking about the form they should take.
Electronic scholarly editions should be accessible to the broadest audience possible. They should not require a particular type of computer, or a particular piece of software: unnecessary technical barriers to their use should be avoided.
Electronic scholarly editions should have relatively long lives: at least as long as printed editions. They should not become technically obsolete before they are intellectually obsolete.
Printed scholarly editions have developed their current forms in order to meet both intellectual requirements and to adapt to the characteristics of print publication. Electronic editions must meet the same intellectual needs. There is no reason to abandon traditional intellectual requirements merely because we are using a different medium to publish them.
On the other hand, many conventions or requirements of traditional print editions reflect not the demands of readers or scholarship, but the difficulties of conveying complex information on printed pages without confusing or fatiguing the reader, or the financial exigencies of modern scholarly publishing. Such requirements need not be taken over at all, and must not be taken over thoughtlessly, into electronic editions.
(See MLA Report)
Detailed recommendations including:
(See RIDE Checklist)
http://www.tei-c.org/
Markup is used in many different fields, for many different purposes: storing data, relating information, encoding understanding, preserving metadata
What can you tell about this text? (Assuming you don't know the language.)
Procedural Markup:
RED INK ON; print "-£1000"; RED INK OFF
Presentational Markup:
\textcolor{red}{-£1000}
Descriptive Markup:
< measure unit=" pounds" value=" -1000">
My current account is one thousand pounds in debt
</ measure>
Think about the uses for an italic font in any form of printed publication. Why might an author/publisher put some text into italics? What are they signalling about that text?
We can usually tell these types of things apart from context. If we want to use these categories, computers need to be told these things are different.
Some common uses include:
... and many more
XML is structured data represented as strings of text
XML looks like HTML, except that:
<element> Text </element>
<element attribute="value">
Text or child elements here
</element>
<element attribute="value"/>
"Opening Tag"
"Closing Tag"
"Empty Element"
Attribute and Value in Opening Tag
<?xml version="1.0" ?>
<root xmlns="http://namespace/">
<element attribute="value">
content
<childElement type="empty"/>
content
</element>
<!-- comment -->
</root>
<?xml version="1.0" encoding="utf-8" ?>
<div n="1">
<head>SCENE I. On a ship at sea: a
tempestuous noise of thunder and lightning heard.</head>
<stage>Enter a Master and a Boatswain</stage>
<sp>
<speaker>Master</speaker>
<ab>Boatswain!</ab>
</sp>
<sp>
<speaker>Boatswain</speaker>
<ab>Here, master: what cheer?</ab>
</sp>
<sp>
<speaker>Master</speaker>
<ab>Good, speak to the mariners: fall to't, yarely,</ab>
<ab>or we run ourselves aground: bestir, bestir.</ab>
</sp>
<stage>Exit</stage>
</div>
You can also be 'valid' which means you obey additional rules of a vocabulary like TEI about elements and attributes and where they can go.
<seg> <w>some</w> <hi>text</hi> </seg>
Mr <expan>William</expan>
<lb />
<expan>Shakespeare</expan>
Mr <choice>
<abbr>W<am rend="abbr-sup">m</am></abbr>
<expan>W<ex>illia</ex>m</expan>
</choice>
<lb />
<choice>
<abbr>Shakes<am rend="abbr-per">p</am>e</abbr>
<expan>Shakes<ex>pear</ex>e</expan>
</choice>
<app> an entry in a critical apparatus
<lem> (optional) a lemma or base text
<rdg> a single reading within a textual variation
The TEI takes a generalistic approach to overall text structure and this means it should be able to cope with texts of any size, language, date, complexity, writing system, or media.
This could be in any form: books, journals, manuscripts, postcards, letters, rolls of papyrus, clay tablets, web pages, gravestones, etc. and contain any type of text.
Punch Magazine: a variety of content forms
Holinshed's Chronicles: columns, marginal notes, woodcuts
First Folio:
forme-work, catchwords, decorative initials, etc.
Wilfred Owen: manuscripts, corrections, multiple versions
George Herbert: Graphic text layout, poetry
William Godwin's Diary: diary structure, abbreviated texts
Wilfred Owen: Letters, codewords
Print and Digital Dictionaries:
entries, sense, etymologies, quotations, etc.
Epigraphical Texts: partial letters, supplied text, physical description
WW1 Propaganda: font, colour, glyph substitution, image classification and metadata
Various writing systems: Unicode/non-Unicode characters, right-to-left, reversing lines, etc.
For the material given make a list of the textual phenomena that you think are important to mark up.
Pretend an authoritarian anti-intellectual government has come to power and, through a series of bad decisions, has to slash your project funding by 50%. What do you do?
Repeat the exercise.
Your Edition or Web Page Template
Embedded divisions of custom HTML elements
CETEIcean
JavaScript