Article metadata
Related articles (corrections, retractions, replies)
Element or context:
<related-article>
Note
The <related-article> element is used to link an article to a related article that already exists on the webiste. For example, if the article being processed is a retraction (@article-type="retraction"), then the <related-article> contains the link back to the article that is being retracted. For more information on @article-type, see Article.
Requirements:
- Contain the linking information to the related article within a <related-article> element
- Set attribute 'journal-id' on <related-article> to "facets" and attribute 'journal-id-type' to "publisher-id"
- Set attribute 'xlink:href' on <related-article> to the complete URL of the doi of the related article
- Set the attribute 'related-article-type' on <related-article> according to the following table:
If @article-type of the article being processed is.....
Set @related-article-type to....
correction
corrected-article
retraction
retracted-article
reply
editorial
Example:
<article article-type="correction">
....
<related-article related-article-type="corrected-article" xlink:href="doi:10.1139/facets-2011-007" journal-id-type="publisher-id" journal-id="facets"/>