Related articles
Capture related articles in a related-article element
If an article has a related article it must be captured in related-article element as part of the article-meta.
If an article has multiple related articles, capture each one in a separate related-article element.
Where Article A is about (or refers to) Article B, capture the related-article element(s) in Article A only. For example, for a correction, add the related-article element to the correction notice, but do not add a link in the corrected article.
The following attributes are required:
- related-article-type="[The related article type]"
- ext-link-type="doi"
- xlink:href ="[The related article doi]"
The value of related-article-type must be matched by an appropriate value of
/article/@article-type
See the table below for valid values for both:
related-article-type | Allowed values of /article/@article-type
|
Placement of related-article element |
---|---|---|
commentary |
|
In editorial/letter/discussion/article-commentary |
companion | [any] | |
corrected-article |
correction
|
In the correction notice |
letter |
reply
|
In the reply |
retracted-article |
retraction
|
In the retraction notice |
object-of-concern |
expression-of-concern
|
In the expression of concern notice |
addendum |
addendum
|
In the addendum |
update-to-article |
[any]
|
In the update |
To capture related article links in the body see Related Article Links in Body.
Single related article
<related-article related-article-type="corrected-article" ext-link-type="doi" id="ra1" xlink:href="10.1093/abbs/gmw025"/>
Multiple related articles
<related-article related-article-type="companion" ext-link-type="doi" id="ra1" xlink:href="10.1093/cww/cww025"/> <related-article related-article-type="companion" ext-link-type="doi" id="ra2" xlink:href="10.1111/tb00605"/>