elifesciences / package-ejp-raw-output-zip

Transform article raw zip files from EJP to a more consistent output.
MIT License
0 stars 1 forks source link

EJP XML manifest items to convert: History dates #17

Open Melissa37 opened 5 years ago

Melissa37 commented 5 years ago

Problem / Motivation

WHO: Production/Production Vendor WHEN: Between Export from EJP/xPub and delivery to production vendor WHERE: In eLife bot processes WHAT: History dates WHY: We'd be giving the vendor clean metadata with fewer conversion requirements and it gets us closer to the end goal of converting author word files to JATS XML for publication

Proposed solution

EJP sample export XML: <history><date date-type="accepted"><day>01</day><month>10</month><year>2018</year></date><date date-type="received"><day>28</day><month>6</month><year>2018</year></date></history>

Sample Final XML: <history><date date-type="accepted" iso-8601-date="2018-10-01"><day>01</day><month>10</month><year>2018</year></date><date date-type="received" iso-8601-date="2018-06-28"><day>28</day><month>6</month><year>2018</year></date></history>

Differences: Final XMLcontains @iso-8601-date

Clarification needed and assumptions

NA


Tasks

Technical notes

@gnott

User interface / Wireframes

NA