substance / texture

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

Related articles #1337

Open JGilbert-eLife opened 5 years ago

JGilbert-eLife commented 5 years ago

Description

A related article link is used to connect an article to one or more articles with which it has some sort of relationship. This is used to denote co-submissions, article/commentary pairs and link a correction notice to the corrected article.

User stories

Author

  1. As an author, I want to be able to see if my article is linked to one or more additional articles.

Production staff

  1. As production staff, I want to be able to link two articles so that I can indicate they should be read together.
  2. As production staff, I want to be able to remove a related article link so that I can respond to changes in publication plans or correct errors.
  3. As production staff, I want to be able to see the type of related article link so that I can check this is correct.
  4. As production staff, I want to be able to change the type of link so that I can correct any errors.

But what if . . . ?

Consideration

XML requirements

Example:

<related-article ext-link-type="doi" id="ra1" related-article-type="commentary-article" xlink:href="10.7554/eLife.41770"/>

PKP (and others), may want to use the attribute xlink:title to provide further semantic information. For example:

<related-article related-article-type="companion" vol="2" page="e359"
xlink:title="synopsis" xlink:href="10.1371/journal.pbio.0020359">
<article-title>How to Make a Mother in Five Easy Steps</article-title>
</related-article>

Mock ups

Proposal