-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Revised Watlington Hill code #1
Comments
PS: The spiffy new file is even sporting new curly quotes and curly apostrophes in the element contents. (We have to use straight quotes in attribute values, but we want to be using curlies where we can for the body of Mitford's text.) We're not doing that everywhere yet, but this is a start! |
What remains to be done? I think there's more contextual annotation (the stuff we were discussing with our serendipitous correspondent from Watlington Hill for example). Also, (as I wrote over on Box), among other things, the existing app elements will need to be modified like we discussed to pinpoint the moments of divergence more precisely (around specific words rather than whole lines following TEI P5's parallel segmentation model in the TEI Guidelines). Check the |
Thanks much for this work, Elisa. I think I should be able to get back to
this around mid October.
Jim
…On Tue, Sep 25, 2018 at 9:24 PM Elisa Beshero-Bondar < ***@***.***> wrote:
@KellieDC <https://github.com/KellieDC> @jamesrovira
<https://github.com/jamesrovira> @lmwilson <https://github.com/lmwilson>
I've (at last) revised the encoding of Watlington Hill as we discussed this
summer. I'll save the new copy in Box, but it's also here in this DM_poetry
repository (a new GitHub repository in our DigitalMitford organization),
and the filename is the same as it's always been: WatlingtonHill.xml.
The new file changes a few of the elements around (I replaced <div
type="section"> with <lg type="section"> for example, and <head> elements
inside those old div elements are now <label> elements. This permits us
to nest sections of the poem inside a single <app>, which we needed for
that added section in the middle of the 1827 poem. The <app> elements are
streamlined/simplified across the file now...I've removed the unnecessary
<app> elements that indicated where the two witnesses agreed since we
only need them to indicate moments of divergence.
The new file is the first in our project to officially be schema-checked
by our new ODD-generated schema! (This is a customization of the TEI that I
finally made for our project in August, and I've been testing it.) It seems
to be working as expected--and it should be a little more easy to work with
adding @ref and @corresp attributes that point at site index or proposed
site index entries. As you're in progress with those, you get gentle
warnings in yellow rather than red angry oXygen error indicators, and the
only red error messages are now signaled on outright serious errors. (I'm
hoping our project error messages are a little clearer now, too.) And best
of all, as you go to fill in values for @ref and @corresp, you'll get a
drop-down menu in oXygen to choose which value is most appropriate. You'll
probably still want to doublecheck against the real site index at
http://digitalmitford.org/si.xml , but in most cases you're likely to
find values for things like Scott's Marmion right away b/c of our
super-clear human-readable xml:ids! :-) Like our old project schema line,
this is pointing to an online file on GitHub, so just leave the purple
lines at the top of the file alone and as long as you're connected to the
internet you'll be schema-checked.
@jamesrovira <https://github.com/jamesrovira> This is now ready, I think,
for you and @KellieDC <https://github.com/KellieDC> to keep on going.
Take a look through it and let me know if you have any questions about the
new encoding.
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#1>, or mute the thread
<https://github.com/notifications/unsubscribe-auth/Amn1TptyJqRsglWFJoNMLWUUoK4yCFQpks5uetdqgaJpZM4W5vWw>
.
--
Dr. James Rovira <http://www.jamesrovira.com/>
- Reading and History
<https://interpretationtheoryhistory.wordpress.com/> (Lexington Books,
under contract)
- Rock and Romanticism: Post-Punk, Goth, and Metal as Dark Romanticisms
<https://www.palgrave.com/us/book/9783319726878> (Palgrave Macmillan,
May 2018)
- Rock and Romanticism: Blake, Wordsworth, and Rock from Dylan to U2
<https://jamesrovira.com/rock-and-romanticism-blake-wordsworth-and-rock-from-dylan-to-u2/>
(Lexington
Books, February 2018)
- Assembling the Marvel Cinematic Universe: Essays on the Social,
Cultural, and Geopolitical Domains
<https://mcfarlandbooks.com/product/assembling-the-marvel-cinematic-universe/>,
Chapter 8 (McFarland Books, 2018)
- Kierkegaard, Literature, and the Arts
<http://www.nupress.northwestern.edu/content/kierkegaard-literature-and-arts>,
Chapter 12 (Northwestern UP, 2018)
- Blake and Kierkegaard: Creation and Anxiety
<http://jamesrovira.com/blake-and-kierkegaard-creation-and-anxiety/>
(Continuum,
2010)
Active CFPs
- Women in Rock/ Women in Romanticism
<https://rockandromanticism.wordpress.com/call-for-papers-rock-and-romanticism-women-in-rock-women-in-romanticism/>,
edited anthology
- David Bowie and Romanticism
<https://rockandromanticism.wordpress.com/call-for-papers-rock-and-romanticism/>,
edited anthology
|
@KellieDC @jamesrovira @lmwilson I've (at last) revised the encoding of Watlington Hill as we discussed this summer. I'll save the new copy in Box, but it's also here in this DM_poetry repository (a new GitHub repository in our DigitalMitford organization), and the filename is the same as it's always been: WatlingtonHill.xml. It's here: https://github.com/DigitalMitford/DM_poetry/blob/master/WatlingtonHill.xml
The new file changes a few of the elements around (I replaced
<div type="section">
with<lg type="section">
for example, and<head>
elements inside those old div elements are now<label>
elements. This permits us to nest sections of the poem inside a single<app>
, which we needed for that added section in the middle of the 1827 poem. The<app>
elements are streamlined/simplified across the file now...I've removed the unnecessary<app>
elements that indicated where the two witnesses agreed since we only need them to indicate moments of divergence.The new file is the first in our project to officially be schema-checked by our new ODD-generated schema! (This is a customization of the TEI that I finally made for our project in August, and I've been testing it.) It seems to be working as expected--and it should be a little more easy to work with adding
@ref
and@corresp
attributes that point at site index or proposed site index entries. As you're in progress with those, you get gentle warnings in yellow rather than red angry oXygen error indicators, and the only red error messages are now signaled on outright serious errors. (I'm hoping our project error messages are a little clearer now, too.) And best of all, as you go to fill in values for@ref
and@corresp
, you'll get a drop-down menu in oXygen to choose which value is most appropriate. You'll probably still want to doublecheck against the real site index at http://digitalmitford.org/si.xml , but in most cases you're likely to find values for things like Scott's Marmion right away b/c of our super-clear human-readable xml:ids! :-) Like our old project schema line, this is pointing to an online file on GitHub, so just leave the purple lines at the top of the file alone and as long as you're connected to the internet you'll be schema-checked.@jamesrovira This is now ready, I think, for you and @KellieDC to keep on going. Take a look through it and let me know if you have any questions about the new encoding.
The text was updated successfully, but these errors were encountered: