<related-article> Related Article Information
Usage/Remarks
- First, inside the article metadata (<article-meta>), where multiple <related-article> elements can name various related articles, and
- Second, in textual content throughout the article (as part of the Journal Article Link Class Elements).
- companion articles within the same issue (both sides of a controversy or the same subject for two audiences such as doctor and patient),
- a previous part of a multi-part article,
- a news item in the same issue that summarizes the article,
- a quiz on the material contained in the article,
- the article on which this letter or editorial comments, and
- the article for which this article is a correction or addendum.
Models and Context
May be contained in
Description
- Text, numbers, or special characters
- Emphasis Elements
- <journal-id> Journal Identifier
- <named-content> Named Special (Subject) Content
- <styled-content> Styled Special (Subject) Content
- <annotation> Annotation in a Citation
- <article-title> Article Title
- <chapter-title> Chapter Title in a Citation (deprecated)
- <collab> Collaborative (Group) Author (deprecated)
- <collab-alternatives> Collaboration Alternatives (deprecated)
- <collab-name> Collaborative (Group) Name
- <collab-name-alternatives> Collaborative (Group) Name Alternatives
- <collab-wrap> Collaborative (Group) Wrapper
- <comment> Comment in a Citation
- <conf-acronym> Conference Acronym
- <conf-date> Conference Date
- <conf-loc> Conference Location
- <conf-name> Conference Name
- <conf-sponsor> Conference Sponsor
- <data-title> Data Title
- <date> Date
- <date-in-citation> Date within a Citation
- <day> Day
- <edition> Edition Statement, Cited
- Linking Elements
- <elocation-id> Electronic Location Identifier
- <etal> Et Al.
- <fpage> First Page
- <gov> Government Report, Cited
- <institution> Institution Name: in an Address
- <institution-wrap> Institution Wrapper
- <isbn> ISBN
- <issn> ISSN International Standard Serial Number
- <issn-l> ISSN-L (Linking ISSN)
- <issue> Issue Number
- <issue-id> Issue Identifier
- <issue-part> Issue Part
- <issue-title> Issue Title
- <lpage> Last Page
- <month> Month
- <name> Name of Person
- <name-alternatives> Name Alternatives
- <object-id> Object Identifier
- <page-range> Page Ranges
- <part-title> Part Title in a Citation
- <patent> Patent Number, Cited
- <person-group> Person Group for a Cited Publication
- <pub-id> Publication Identifier for a Cited Publication
- <publisher-loc> Publisher’s Location
- <publisher-name> Publisher’s Name
- <role> Role or Function Title of Contributor
- <season> Season
- <series> Series
- <size> Size
- <source> Source
- <std> Standard, Cited (deprecated)
- <string-date> Date as a String
- <string-name> Name of Person (Unstructured)
- <supplement> Supplement Information
- <trans-source> Translated Source (deprecated)
- <trans-title> Translated Title (deprecated)
- <version> Version Statement
- <volume> Volume Number
- <volume-id> Volume Identifier
- <volume-series> Volume Series
- <year> Year
- Baseline Change Elements
Content Model
<!ELEMENT related-article (#PCDATA %related-article-elements;)* >
Expanded Content Model
(#PCDATA | bold | fixed-case | italic | monospace | overline | roman | sans-serif | sc | strike | underline | ruby | journal-id | named-content | styled-content | annotation | article-title | chapter-title | collab | collab-alternatives | collab-name | collab-name-alternatives | collab-wrap | comment | conf-acronym | conf-date | conf-loc | conf-name | conf-sponsor | data-title | date | date-in-citation | day | edition | email | elocation-id | etal | ext-link | fpage | gov | institution | institution-wrap | isbn | issn | issn-l | issue | issue-id | issue-part | issue-title | lpage | month | name | name-alternatives | object-id | page-range | part-title | patent | person-group | pub-id | publisher-loc | publisher-name | role | season | series | size | source | std | string-date | string-name | supplement | trans-source | trans-title | uri | version | volume | volume-id | volume-series | year | sub | sup)*
Tagged Samples
Link to correction in <article-meta>
<article dtd-version="1.4d1">
<front>
<article-meta>
<title-group>
<article-title>ABC of oxygen: Diving and oxygen</article-title>
</title-group>
<contrib-group>...</contrib-group>
...
<related-article xmlns:xlink="http://www.w3.org/1999/xlink"
related-article-type="corrected-article" xlink:href="9765173" vol="317"
page="996"/>
<abstract>...</abstract>
</article-meta>
</front>
...
</article>
Companion Article
... <article-meta> ... <permissions> <license license-type="open-access" xlink:href="http://creativecommons.org/licenses/by/2.0/"> <license-p>This is an open-access article distributed under the terms of the Creative Commons Attribution License, which permits unrestricted use, distribution, and reproduction in any medium, provided the original work is properly cited.</license-p> </license> </permissions> <related-article related-article-type="companion" xlink:title="synopsis" xlink:href="10.1371/journal.pbio.0020359" vol="2" page="e359"> <article-title>How to Make a Mother in Five Easy Steps</article-title> </related-article> ... </article-meta> ...