Giter VIP home page Giter VIP logo

Comments (4)

larkvi avatar larkvi commented on June 20, 2024
  • If we are discarding the atom information, do we retain the atom revision histoy as part of revisionDesc?

For example:

    <atom:published>2015-02-16T11:42:01.515+02:00</atom:published>
    <atom:updated>2017-06-10T21:14:32.714+02:00</atom:updated>

as

<revisionDesc>
            <list>
                <item>
                    <date when="2015-02-16">16 Feb 2015</date>Source document originally published on Monasterium.net.</item>
                <item>
                    <date when="2017-06-10">10 June2017</date>Updated on Monasterium.net.</item>
            </list>
        </revisionDesc>

from cei2tei.

GVogeler avatar GVogeler commented on June 20, 2024

atom-wrapper contains some information on the edition process in MOM-CA. Usually only
<atom:id>, <atom:published>, <atom:updated>, atom:author/atom:email and atom:link are in use.
This could translate to tei:publicationStmt/tei:idno, teipublicationStmt/tei:date, tei:titleStmt/tei:editor and tei:notesStmt/tei:relatedItem, and of course, the tei:revisionDesc as you @larkvi describe above, I'd say.

from cei2tei.

GVogeler avatar GVogeler commented on June 20, 2024

Additionally we should consider if we use tei:sourceDesc to reference the original monasterium.net-publication or just stick to tei:notesStmt/tei:relatedItem/tei:ref (my current preference).

from cei2tei.

larkvi avatar larkvi commented on June 20, 2024

With All of this should be accounted for in the currrent version of the XSLT document.

from cei2tei.

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.