libero / editor

Expedite your production workflow with our open tools and management system
MIT License
10 stars 0 forks source link

Publication dates #47

Open fred-atherden opened 5 years ago

fred-atherden commented 5 years ago

The dates for an article's publication events, covering preprints, accepted manuscript publication/ePub ahead of print, version of record publication, updated version publication etc.

User Stories

Author

Production staff

But what if . . . ?

Considerations

(These are based on Journal Article Versions guidelines:

XML requirements

eLife captures publication date in two ways, both as a direct child of article-meta. The first is using <pub-date publication-format="appropriate-value" date-type="pub">

<pub-date publication-format="electronic" date-type="pub">
          <day>09</day>
          <month>04</month>
          <year>2019</year>
</pub-date>

eLife doesn't, but some publishers also use season inside pub-date, such as:

<pub-date publication-format="print" date-type="pub">
          <season>April</season>
          <year>2019</year>
</pub-date>

or

<pub-date publication-format="print" date-type="pub">
          <season>April</season>
          <day>09</day>
          <month>04</month>
          <year>2019</year>
</pub-date>

In addition to this, SciELO and Erudit use <pub-date date-type="collection">. eLife uses this as well but it is no longer a requirement for PMC and so we can remove it from our XML.

<pub-date date-type="collection">
          <year>2019</year>
</pub-date>

Different @pub-type values may be used - for example:

<pub-date pub-type="ppub">
          <month>1</month>
          <year>2014</year>
</pub-date>
<pub-date pub-type="epub-original">
          <day>30</day>
          <month>1</month>
          <year>2014</year>
</pub-date>
<pub-date pub-type="epub">
          <day>31</day>
          <month>1</month>
          <year>2014</year>
</pub-date>
<pub-date publication-format="electronic" date-type="pub" iso-8601-date="2018-02-06">
          <day>06</day>
          <month>02</month>
          <year>2018</year>
</pub-date>
<pub-date pub-type="collection">
          <year>2018</year>
</pub-date>

All article publication history information is included in the pub-history element (which is included as a child of the article-meta). Each publication event is included in an event element which contains a description, event-desc, and a date.

<article-meta>
     ...
     <pub-history>
         <event event-type="pre-print">
             <event-desc> This article was originally published as a <ext-link ext-link-type="uri"  xlink:href="https://doi.org/10.1101/118356">preprint</ext-link> on bioRxiv.</event-desc>
             <article-id pub-id-type="doi" assigning-authority="crossref">https://doi.org/10.1101/118356</article-id>
             <date iso-8601-date="2017-03-24">
                 <day>24</day>
                 <month>03</month>
                 <year>2017</year>
             </date>
         </event>
<event event-type="accepted-manuscript">
             <event-desc> This article was published as an <ext-link ext-link-type="uri"  xlink:href="https://elifesciences.org/articles/46313v1">accepted manuscript</ext-link> previously.</event-desc>
             <date iso-8601-date="2019-06-21">
                 <day>21</day>
                 <month>06</month>
                 <year>2019</year>
             </date>
         </event>
<event event-type="version-of-record">
             <event-desc> This article was published previously at <ext-link ext-link-type="uri"  xlink:href="https://elifesciences.org/articles/46313v2"> but has been updated to correct an error that was introduced in the proofing process which resulted in the mix up of the images for Figure 3's supplements.</event-desc>
             <date iso-8601-date="2019-07-08">
                 <day>08</day>
                 <month>07</month>
                 <year>2019</year>
             </date>
         </event>
     </pub-history>
     ...
</article-meta>

N.B. - this tagging is only available in JATS archive DTD V1.2 (the inclusion of <event> in <history>).

Example of pub-history and pub-date change in one article

Accepted Manuscript Publication (PoA)
<article-meta>
    ...
    <pub-date date-type="publication" publication-format="electronic"><day>24</day><month>06</month><year>2019</year></pub-date>
    ...
    <pub-history>
        <event event-type="pre-print">
            <event-desc> This article was originally published as a <ext-link ext-link-type="uri"  xlink:href="https://doi.org/10.1101/118356">preprint</ext-link> on bioRxiv.</event-desc>
            <article-id pub-id-type="doi" assigning-authority="crossref">https://doi.org/10.1101/118356</article-id>
            <date iso-8601-date="2017-03-24">
                <day>24</day>
                <month>03</month>
                <year>2017</year>
            </date>
        </event>
    </pub-history>
    ...
</article-meta>
Version of Record (VoR)
<article-meta>
    ...
    <pub-date date-type="publication" publication-format="electronic"><day>24</day><month>06</month><year>2019</year></pub-date>
    <pub-date date-type="publication" publication-format="electronic"><day>08</day><month>07</month><year>2019</year></pub-date>
    ...
    <pub-history>
        <event event-type="pre-print">
            <event-desc> This article was originally published as a <ext-link ext-link-type="uri"  xlink:href="https://doi.org/10.1101/118356">preprint</ext-link> on bioRxiv.</event-desc>
            <article-id pub-id-type="doi" assigning-authority="crossref">https://doi.org/10.1101/118356</article-id>
            <date iso-8601-date="2017-03-24">
                <day>24</day>
                <month>03</month>
                <year>2017</year>
            </date>
        </event>
        <event event-type="accepted-manuscript">
            <event-desc> This article was published as an <ext-link ext-link-type="uri"  xlink:href="https://elifesciences.org/articles/46313v1">accepted manuscript</ext-link> previously.</event-desc>
            <date iso-8601-date="2019-06-24">
                <day>24</day>
                <month>06</month>
                <year>2019</year>
            </date>
        </event>
    </pub-history>
    ...
</article-meta>
New version VoR
<article-meta>
    ...
    <pub-date date-type="publication" publication-format="electronic"><day>24</day><month>06</month><year>2019</year></pub-date>
    <pub-date date-type="publication" publication-format="electronic"><day>16</day><month>07</month><year>2019</year></pub-date>
    ...
    <pub-history>
        <event event-type="pre-print">
            <event-desc> This article was originally published as a <ext-link ext-link-type="uri"  xlink:href="https://doi.org/10.1101/118356">preprint</ext-link> on bioRxiv.</event-desc>
            <article-id pub-id-type="doi" assigning-authority="crossref">https://doi.org/10.1101/118356</article-id>
            <date iso-8601-date="2017-03-24">
                <day>24</day>
                <month>03</month>
                <year>2017</year>
            </date>
        </event>
        <event event-type="accepted-manuscript">
            <event-desc> This article was published as an <ext-link ext-link-type="uri"  xlink:href="https://elifesciences.org/articles/46313v1">accepted manuscript</ext-link> previously.</event-desc>
            <date iso-8601-date="2019-06-24">
                <day>24</day>
                <month>06</month>
                <year>2019</year>
            </date>
        </event>
        <event event-type="version-of-record">
            <event-desc>This article published previously at <ext-link ext-link-type="uri"  xlink:href="https://elifesciences.org/articles/46313v1"> contained an error that was introduced in the proofing process which resulted in the mix up of the images for Figure 3's supplements.</event-desc>
            <date iso-8601-date="2019-07-08">
                <day>08</day>
                <month>07</month>
                <year>2019</year>
            </date>
        </event>
    </pub-history>
    ...
</article-meta>

Taken from: https://github.com/elifesciences/TextureRequirements/issues/35

NickDuf commented 5 years ago

Dates are available in Texture but are insufficient to answer eLifes user stories

fred-atherden commented 4 years ago

@Melissa37 should the article-id contain the full doi.org type URL? Or should it contain the PID itself, i.e. <article-id pub-id-type="doi" assigning-authority="crossref">10.1101/118356</article-id> instead of <article-id pub-id-type="doi" assigning-authority="crossref">https://doi.org/10.1101/118356</article-id>?

Melissa37 commented 4 years ago

@FAtherden-eLife can we pend this one? The JATS4R rec is out of date as new tagging was added to the DTD as a result of this rec but the JATS4R working group has not re-done the work to account for that. It's old, so there might be renewed interest and ideas

fred-atherden commented 4 years ago

@Melissa37 OK thanks - would it be worth @NickDuf, holding off on related design work then?

Melissa37 commented 4 years ago

Yes deffo - this is not needed for Insights

Cheers

Melissa Harrison Head of Production Operations

Tel: +44 1223 855340

http://elifesciences.org

On Mon, Feb 17, 2020 at 3:25 PM FAtherden-eLife notifications@github.com wrote:

@Melissa37 https://github.com/Melissa37 OK thanks - would it be worth @NickDuf https://github.com/NickDuf, holding off on related design work then?

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/libero/editor/issues/47?email_source=notifications&email_token=ABOFQJFVAOCPVUBCOAGP7MLRDKT6DA5CNFSM4INUCXYKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEL6ZM5Y#issuecomment-587044471, or unsubscribe https://github.com/notifications/unsubscribe-auth/ABOFQJE3V437TX3PGF6YDQDRDKT6DANCNFSM4INUCXYA .

-- eLife Sciences Publications, Ltd is a limited liability non-profit non-stock corporation incorporated in the State of Delaware, USA, with company number 5030732, and is registered in the UK with company number FC030576 and branch number BR015634 at the address Westbrook Centre, Milton Road, Cambridge, CB4 1YG.