elifesciences / elife-vendor-workflow-config

capturing requriemtns and niggles for setting up the elife production workflow
0 stars 1 forks source link

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

Open Melissa37 opened 9 years ago

Melissa37 commented 9 years ago

If the item has a related article it is tagged in this manner. If there are more that one related articles, they are given IDs of "ra" that increase sequentially from 1.

The related-article-type changes depending on what the article is and what it is linking to. See examples below: Research to Research: <related-article related-article-type="article-reference" ext-link-type="doi" xlink:href="10.7554/eLife.01295" id="ra1"/>

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

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

Correction to Research: <related-article related-article-type="corrected-article" ext-link-type="doi" xlink:href="10.7554/eLife.00712" id="ra1"/>

The related article tagging can only be included if the other item is already published or is being published at the same time, otherwise the system cannot know what to link to. However, both items do not require the linking tag (although it is fine if they both do)

Melissa37 commented 9 years ago

id="ra1" will not exist and is being removed form the xml

JGilbert-eLife commented 9 years ago

The Research to Research XML is also used for Feature to Feature articles e.g. from 06793:

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

Melissa37 commented 9 years ago

Related article type "companion" - only to be used in xml for reproducibility project links. No other use as this is used to build the website pages

ghost commented 9 years ago

This is added in Bugzilla http://bugzilla.exetercs.com/show_bug.cgi?id=4261

Melissa37 commented 8 years ago

id="ra1" will not exist and is being removed form the xml

This CANNOT be removed as it then fails the PMC validation. Decision reversed

Melissa37 commented 8 years ago

Output from EJP:

<related-article ext-link-type="doi" id="ra1" related-article-type="in-this_issue" xlink:href="28-10-2015-SR-eLife-12677" />

This indicates: Research to Research:

JGilbert-eLife commented 8 years ago

Output from EJP:

<related-article ext-link-type="doi" id="ra1" related-article-type="commentary-article" xlink:href="15-02-2016-RA-eLife-15278" />

This indicates: Insight to Research

(This is the correct related-article-type, unlike the Research to Research, above)