RJP43 / LiliElbe_EngagedLearners

Lili Elbe Digital Archive practicum - learning markup via an engaged markdown community. Visit our wiki!
http://bit.ly/ELEarners
27 stars 26 forks source link

Danish Letter 19310807 #19

Closed RJP43 closed 5 years ago

RJP43 commented 5 years ago

Source Materials:

19310807 Folder
MIWschema.rng

kschoen3 commented 5 years ago

Two validation issues show up on this document when checking the text. The first is that the text contains special characters that require editing. The second issue is that attribute name "data- transient" associated with an element type "meta" must be followed by the ' = ' character.

RJP43 commented 5 years ago

@kschoen3 Whoops, I think something has gone wonky with your schema association. We can work out tomorrow in class what went wrong or @amccann2 might try associating the schema and seeing what she can find. When I associate the project schema to your XML this is what I see:
Danish Letter 19310807 validation errors Notice in the screenshot above that there appears to be only one validation error in your XML when the schema is correctly associated. I applaud you for your attempt 👏 and encourage you to tag me using my handle (@RJP43) in this issue if you have questions.

amccann2 commented 5 years ago

Distinct People & Places < title>Letter to Maria Garland < persName key="lili">Lili Ilse Elvenes 3 < persName key="?">the professor 2 < persName ref="mb">Maiken Boysen 1 < persName ref="kj">Kristin Jacobsen 1 < persName ref="tnm">Tyler Monaghan 1

some are distinct as first and last name specific and others remain as something less descript. We see this in "garlandM" versus "the professor." It should also be noted that most are given an abbreviation of just initials, excluding Lili and Maria Garland -- this probably because these are characters from the text (not certain of this). I am having a hard time understanding where I can find a more extensive list of these/ how to look them up in the XML files. Perhaps I'm downloading the wrong file?

amccann2 commented 5 years ago

TEI Elements

2 elements featured in these XML elements are the < /div> < /div> AND

(and other similar pieces of markup) Translation TEI markup. This is used to distinguish parts of translated letters, or pieces of translated texts to differentiate where they begin and end, because we are trying to organize the languages of multiple different editions. there are also publication markups for editions with multiple chapters or sections this is what they look like in just plain TEI < /titleStmt> < editionStmt> < edition/> < /editionStmt> < publicationStmt> This is what they look like in our file: < publicationStmt> < p>Publication Information

< /publicationStmt> < sourceDesc> < p>Information about the source

< / sourceDesc> This information is essential because it allows us to search through multiple editions and translations for the differences in publications. here is it important to note that this is different than how we manage the different changes in chapters etc. I am not 100% certain if these are exactly what you were looking for.
kschoen3 commented 5 years ago

Distinct People & Places < title>Letter to Maria Garland < persName key="lili">Lili Ilse Elvenes 3 < persName key="?">the professor 2 < persName ref="mb">Maiken Boysen 1 < persName ref="kj">Kristin Jacobsen 1 < persName ref="tnm">Tyler Monaghan 1

some are distinct as first and last name specific and others remain as something less descript. We see this in "garlandM" versus "the professor." It should also be noted that most are given an abbreviation of just initials, excluding Lili and Maria Garland. I am having a hard time understanding where I can find a more extensive list of these/ how to look them up in the XML files. Perhaps I'm downloading the wrong file?

we found no place names

kschoen3 commented 5 years ago

<p style="valediction"> This is a paragraph attribute. It indicates the closing of a letter.

<p style="salutation">

Similar to the first one, this element indicates part of a letter. It indicates the greeting or opening of the letter. Both elements divide the text and specify information within the the paragraph.

amccann2 commented 5 years ago

When we went to associate the schema, @kschoen3 and myself (@amccann2) both received an error. We retried to schema association process with @RJP43 and she said she was not sure what this issue was. I am attaching a screenshot file that shows our schema line as well as the error that we encountered

schemaissue_schoen mccann screen shot 2019-02-19 at 3 39 28 pm
RJP43 commented 5 years ago

@kschoen3 and @amccann2 well done completing the TEI XML Exercise! :tada: I will be asking my fellow technical editor, on the project, if he can identify what went wrong with both of your schema associations and will report back on your issue here with info. as it comes in.

For the next assignment, your team will need to reference the latest file added to the Danish Letter 19310807 Archival Materials Folder 📂 -- a screenshot of the TEI header information provided by the project manager, Emily Datskou. As a team, you will work together to create a <teiHeader> element for Danish Letter 19310807 using the information provided by Emily, the existing XML encoding, photograph(s) of the letter (a.k.a the facsimile images), and the translation/transcription documents.
(⬆️ all available in your text's folder linked above ⬆️)

Be sure to reference the TEI Header Exercise in order to let each other, @ProfPLC, and I know what tasks you each are comfortable with completing by Tuesday (2/26) 📆. Please remember the main goals in all of our assignments are team communication 💬 and collaboration 👐.

_Note: the TEI header template is available in Thursday's lesson on Capturing Metadata and as a download-able XML file containing the template <teiHeader>._ Happy coding! 💻 😃

kschoen3 commented 5 years ago

<?xml version="1.0" encoding="UTF-8"?> <?xml-model href="http://www.tei-c.org/release/xml/tei/custom/schema/relaxng/tei_all.rng" type="application/xml" schematypens="http://relaxng.org/ns/structure/1.0"?> <?xml-model href="http://www.tei-c.org/release/xml/tei/custom/schema/relaxng/tei_all.rng" type="application/xml" schematypens="http://purl.oclc.org/dsdl/schematron"?>

Letter to <persName key="garlandM"><!--Maria Garland--></persName> <!--Include title of original work here.--> <!--Include translated title of original work here!--> Photographed August 16-17, 2017 by Pamela Caughie Images prepared from August to December, 2018 by Matthew Gallagher Transcription completed from <20> to , by Translation completed from <20> to , by Translation reviewed in to , by Encoding completed from to , by Encoding assistance and/or XML proofing completed by Rebecca J. Parker Assigned Spring 2019 Engaged Learner(s) XML transformed into HTML on by Rebecca J. Parker HTML proofing completed from to , by Loyola University Chicago Loyola's Center for Textual Studies and Digital Humanities Danish Arts Foundation Lili Elbe Digital Archive Chicago, IL, USA July 6th, 2019

Reproduced by courtesy of the in

Distributed under a Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International licence.

Some text here.

kschoen3 commented 5 years ago

here

hey Audrey, I filled in the necessary information to our header (probably with quite a few mistakes). let me know if you need any help with the next step because i'm not sure if i did all of this correctly.

amccann2 commented 5 years ago

@RJP43 @kschoen3 I have uploaded the document to our folder. I know that there are several issues within the XML document. I wasn't fully sure how to tackle this so I was hoping that we could sit down in class and discuss how to fix these bugs. -audrey

amccann2 commented 5 years ago

one of the TEI header < ClassCode > This is a classification of standards that would help us differentiate further between editions, letters, and languages. These classifications would be within the header and at the beginning of any specific text so that we can automatically search for the language, the format, and the edition/time of publication.

kschoen3 commented 5 years ago

I think that using <note> would be helpful in order to classify certain marks that the author of the letter includes in the text instead of including them just in the comment of description. Classifying the underlining, circling, emphasis on words, etc. in a systematic way would allow us to communicate more information about the documents.

kschoen3 commented 5 years ago

one of the TEI header < ClassCode > This is a classification of standards that would help us differentiate further between editions, letters, and languages. These classifications would be within the header and at the beginning of any specific text so that we can automatically search for the language, the format, and the edition/time of publication.

I think this is a good point of clarification. It would be interesting to find a way to further organize the letters that we have in the archive.

kschoen3 commented 5 years ago

@RJP43 @kschoen3 I have uploaded the document to our folder. I know that there are several issues within the XML document. I wasn't fully sure how to tackle this so I was hoping that we could sit down in class and discuss how to fix these bugs. -audrey

I looked over the XML file again as well and couldn't quite figure out where the issues were so I'm on the same page. 👍

amccann2 commented 5 years ago

I think that using <note> would be helpful in order to classify certain marks that the author of the letter includes in the text instead of including them just in the comment of description. Classifying the underlining, circling, emphasis on words, etc. in a systematic way would allow us to communicate more information about the documents.

@kschoen3 !! this is a great idea. It could be super helpful to clarify this, and would allow us to maintain the integrity of the original author's intent. There is a lot to be lost if we don't highlight the importance of small annotations.