zme1 / toscana

A repository to house research and web development for the Lega Toscana project, led by professor Lina Insana (Spring 2018) and professor Lorraine Denman (Fall 2018), and with consultation from members of the DH Advanced Praxis group at the University of Pittsburgh at Greensburg.
http://toscana.newtfire.org
3 stars 1 forks source link

TEI Header suggestions #5

Closed ebeshero closed 6 years ago

ebeshero commented 6 years ago

@zme1 I'm taking a look at your TEI header as requested. I think you can just call me and the Praxis group "consultants" on your project! Here's a rewrite for this line: https://github.com/zme1/toscana/blob/50a18ed6939c9f3d135c5809807f28374ce52461/TEI/meetingMinutes/meetingMinutes_vol1.xml#L23

 <respStmt>
               <resp>Consultants on project development: </resp>
               <persName ref="#bondarE">Elisa Beshero-Bondar</persName>
              <orgName>Spring 2018 DH Advanced Praxis Group</orgName>
               <orgName>Center for the Digital Text at the University of Pittsburgh, Greensburg</orgName>
            </respStmt>

I just tested the code in oXygen to make sure it's valid TEI and it appears so, so I'm just sending that back as a pull request.

<idno>
     <idno>2015.0079</idno> and <idno>2017.0123</idno>
</idno>

If those are catalog numbers you may want to isolate them later in distinct ways, and this format might all you to add some commentary about them, as in:

<idno>
      Minutes  of 1923-1924: <idno>2015.0079</idno> and Minutes after 1924:
 <idno>2017.0123</idno>
</idno>

(something like that?)

zme1 commented 6 years ago

I was hoping there was a workaround for the <idno> elements, but it never occurred to me to nest them inside each other in that way. I'll make these changes; they are all great suggestions! Thank you, as always.

ebeshero commented 6 years ago

@zme1 I just saved you the trouble! Because I wanted to see if my suggestions were valid TEI, I just made edits here: Here's the pull request: https://github.com/zme1/toscana/pull/6/commits/b55c4ca023c31a4b542c6a65960f6af6e66dbd6b

zme1 commented 6 years ago

Thank you!!!!