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: Funding Statement #21

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: Funding Statement 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 output: <funding-group> ... <funding-statement>The funders had no role in study design, data collection and interpretation, or the decision to submit the work for publication.</funding-statement> ... </funding-group>

Final XML requirement: <funding-group> ... <funding-statement>The funders had no role in study design, data collection and interpretation, or the decision to submit the work for publication.</funding-statement> ... </funding-group>

There are no differences but reference https://github.com/elifesciences/package-ejp-raw-output-zip/issues/7 for how the rest of the funding info will require manipulation.

Clarification needed and assumptions

Tasks

@gnott

Technical notes

@gnott

User interface / Wireframes

NA