substance / texture

A visual editor for research.
MIT License
1k stars 83 forks source link

Article IDs #1332

Open JGilbert-eLife opened 5 years ago

JGilbert-eLife commented 5 years ago

Description

The unique identifiers for an article (internal publisher ID, DOIs etc)

User stories

  1. As an author, I should be able to see the article ID so that I can use it for reference in conversation with production staff.

Production staff

  1. As production staff, I should be able to see the DOI so that I know what it will be upon publication.
  2. As production staff, I should be able to edit the DOI so that I can correct any errors.

But what if . . . ?

Consideration

XML requirements

article-id elements with an appropriate @pub-id-type. Captured as a child of article-meta. eLife has two:

<article-id pub-id-type="publisher-id">12345</article-id>
<article-id pub-id-type="doi">10.7554/eLife.12345</article-id>

SciELO uses one:

<article-id pub-id-type="doi">10.1590/abd1806-4841.20197235 </article-id>

Érudit currently has none (added later on in the workflow using a different process)

Mock ups

Proposal