Git Product home page Git Product logo

Comments (10)

jamescummings avatar jamescummings commented on June 27, 2024

Yeah, same problem as the persName issue, with the same question. I'll treat them alike.

from medieval-mss.

jamescummings avatar jamescummings commented on June 27, 2024

Ok, this is done in my script. I notice a related issue where there are lots of <persName> inside <name type="corporate">. I've not found one yet that I would call a person. Am I right that these should just disappear?
i.e.

<name type="corporate" role="formerOwner"><persName>Merton College</persName></name>

become

<orgName role="formerOwner">Merton College</name>

from medieval-mss.

holfordm avatar holfordm commented on June 27, 2024

from medieval-mss.

jamescummings avatar jamescummings commented on June 27, 2024

Should I be getting rid of persName inside author? Most of the time there is only a persName (if there is one) in 7 cases it is also got another element there (often title.... which seems weird to me) i.e.

<author ref="http://viaf.org/viaf/99942145">
       <persName>Livy</persName>
       <title>Ab urbe condita</title>
 </author>

Should I try to move title outside of author? i.e.

<author ref="http://viaf.org/viaf/99942145">Livy</author>
<title>Ab urbe condita</title>

from medieval-mss.

holfordm avatar holfordm commented on June 27, 2024

from medieval-mss.

jamescummings avatar jamescummings commented on June 27, 2024

Easy enough to add to the conversion a rule for author elements that have a title that moves it outside, and a rule for title elements inside author elements that makes them (otherwise) vanish. So no worries... just wanted to check it was the right thing to do.

from medieval-mss.

holfordm avatar holfordm commented on June 27, 2024

Might be worth me double checking in case there are other elements in there as well? e.g. note?

from medieval-mss.

jamescummings avatar jamescummings commented on June 27, 2024

Notes inside author don't really bother me.... but titles inside author are just nonsensical in my opinion. So I'm running the conversion again with that updated and hopefully the persName and orgName things straightened out.

from medieval-mss.

holfordm avatar holfordm commented on June 27, 2024

from medieval-mss.

jamescummings avatar jamescummings commented on June 27, 2024

I believe this is done, so I'm closing it. re-open if it is still a problem.

from medieval-mss.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.