Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Submission history (submitted, accepted) #1343

Open
fred-atherden opened this issue Jul 12, 2019 · 1 comment
Open

Submission history (submitted, accepted) #1343

fred-atherden opened this issue Jul 12, 2019 · 1 comment
Assignees
Labels
feature-request A formal Texture feature specification

Comments

@fred-atherden
Copy link
Collaborator

fred-atherden commented Jul 12, 2019

Description

The history of an article prior to publication.

User Stories

Author

  1. As an author, I want to be able to see the history dates associated with my article so that I am aware of this information ahead of publication.

Production staff

But what if . . . ?

Considerations

  • Standard dates included in this section are:
    • received (the date the article was submitted to a journal)
    • revision received (the date the revised, post-peer review article was received by the journal)
    • accepted (the date the article was accepted for publication)
  • eLife does not expect to have to edit these kinds of dates in Texture as they should capture set dates from the submission and review processes.
  • Currently, SciELO doesn't pre-publication dates, but it is possible they will in the future.
  • Érudti also does not deal with these dates at the moment.

XML requirements

All article submission history information is included in the history element, which is included as a child of the article-meta. This contains the appropriate dates, with the appropriate child elements and values.

<article-meta>
     ...
     <history>
          <date date-type="received" iso-8601-date="2016-03-01">
               <day>01</day>
               <month>03</month>
               <year>2016</year>
          </date>
          <date date-type="accepted" iso-8601-date="2016-04-01">
               <day>01</day>
               <month>04</month>
               <year>2016</year>
          </date>
     </history>
     ...
</article-meta>

SciELO example, which includes a revised date (iso-date attribute is not included in this example, but SciELO are happy for this to be mandated):

...
<history>
     <date date-type="received">
          <day>20</day>
          <month>10</month>
          <year>2014</year>
     </date>
     <date date-type="rev-recd">
          <day>06</day>
          <month>12</month>
          <year>2014</year>
     </date>
     <date date-type="accepted">
          <day>14</day>
          <month>07</month>
          <year>2015</year>
     </date>
</history>
...

Mock ups

Proposal

@fred-atherden fred-atherden added the feature-request A formal Texture feature specification label Jul 12, 2019
@fred-atherden
Copy link
Collaborator Author

Note - feedback on this ticket was not received from PKP.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature-request A formal Texture feature specification
Projects
None yet
Development

No branches or pull requests

4 participants