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: <contrib-group> @content-type="author" #7

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: Author related metadata 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

Sample EJP output: <contrib-group><contrib contrib-type="author" corresp="yes" id="author-24343"><name><surname>Cembrowski</surname><given-names>Mark S</given-names></name><ext-link ext-link-type="orcid">http://orcid.org/0000-0001-8275-7362</ext-link><aff><addr-line><named-content content-type="department"></named-content></addr-line><institution>Janelia Research Campus, Howard Hughes Medical Institute</institution><addr-line><named-content content-type="city">Ashburn</named-content></addr-line><country>United States</country><email>cembrowskim@janelia.hhmi.org</email></aff></contrib> ... <funding-group><award-group><principal-award-recipient>author-24343</principal-award-recipient><funding-source id="http://dx.doi.org/10.13039/100000011">Howard Hughes Medical Institute (HHMI)</funding-source><award-id></award-id> ... <fn-group><fn fn-type="con" id="author-24343">Conceptualization, Data curation, Software, Formal analysis, Validation, Investigation, Visualization, Methodology, Writing&#8212;original draft, Writing&#8212;review and editing, </fn> ... <fn-group><fn fn-type="conflict" id="author-24343">none</fn>

Author word file screenshot: screenshot 2018-11-01 at 13 24 57

Final XML example: <contrib-group><contrib contrib-type="author" corresp="yes" id="author-24343"><name><surname>Cembrowski</surname><given-names>Mark S</given-names></name><contrib-id contrib-id-type="orcid" authenticated="true">http://orcid.org/0000-0001-8275-7362</contrib-id> <email>m.harrison@elifesciences.org</email><xref ref-type="aff" rid="aff1">1</xref><xref ref-type="other" rid="fund1"/><xref ref-type="fn" rid="conf1"/><xref ref-type="fn" rid="con1"/> ... <aff id="aff1"><label>1</label><institution>Janelia Research Campus, Howard Hughes Medical Institute</institution><addr-line><named-content content-type="city">Ashburn</named-content></addr-line><country>United States</country></aff> ... <funding-group><award-group id="fund1"><funding-source><institution-wrap><institution-id institution-id-type="FundRef">https://dx.doi.org/10.13039/100000011</institution-id><institution>Howard Hughes Medical Institute</institution></institution-wrap></funding-source><principal-award-recipient><name><surname>Cembrowski</surname><given-names>Mark S</given-names></name></principal-award-recipient></award-group> ... <fn-group content-type="competing-interest"><title>Competing interests</title><fn fn-type="COI-statement" id="conf1"><p>No competing interests declared</p></fn> ... <fn-group content-type="author-contribution"><title>Author contributions</title><fn fn-type="con" id="con1"><p>Conceptualization, Data curation, Software, Formal analysis, Validation, Investigation, Visualization, Methodology, Writing original draft, Writing review and editing</p></fn>

Other items: Equal contributions: <xref ref-type="fn" rid="equal-contrib1">&#x2020;</xref> Present addresses <xref ref-type="fn" rid="pa1">&#167;</xref> Datasets: <xref ref-type="other" rid="dataset1"/>

Assumptions

Clarification needed


Tasks

Where to start @gnott ?! This issue needs to be broken down

Technical notes

@gnott

User interface / Wireframes

NA

@eLifeProduction @de-code @gnott

Melissa37 commented 5 years ago

Competing interests moved to a new issue as we are not JATS4R compliant

lsh-0 commented 3 years ago

xpub has been dismantled, can this issue be closed or replaced/updated?