As part of the hackathon, you’ll learn how to cite texts, pages of the manuscript and images using URN notation.
We’ll use the following URNs in our collaborative editions:
urn:cite2:ecod:bern88imgs.v1:
urn:cite2:mid:bern88pages.v1:
urn:cts:latinLit:phi0881.phi003.bern88:
urn:cts:hcmidlatin:scholia.aratea.bern88:
We will allow periods, commas, high stops (raised dots), and question marks
A nice electronic Lewis-Short lexicon, one of the main scholarly lexica of Latin (from Furman University).
bash
shell in your terminalCommands you’ll need:
cd
(“Change Directory”): change your shell to a new folderpwd
(“Print Working Directorty”): show what folder your terminal is currently inMake sure your terminal is in the right folder (use pwd
)
Start the testing environment: sbt console
Our editions allow the following TEI elements:
Basic organizational structure
div
: organize your sections in divisions. Use the @n
attribute to name it.
p
: within your div
, organize your text in paragraphs
Identifying what’s legible
unclear
: if you’re uncertain what the text says
gap
: if something is missing
Identifying content that needs to be treated specially
num
: numbers written numerically
persName
: proper names of persons
placeName
: proper names of places
If you have an abbreviation, you should identify it and how it should be expanded:
abbr
: abbreviation
expan
: full version (supplied by you)
Group these two together by wrapping them in a choice
element.