◇◆
<related-article> Related Article Information
Description of a journal article related to the content but published separately.
May include a link to the related article.
Usage/Remarks
This element has 2 uses:
- 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).
Whether used in the metadata or within the text, <related-article> permits the description of all types of “related” references wherever these occur
in an article. The @related-article-type attribute can be used to name the type or purpose of the relationship. Examples include:
- 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
<aff>, <alt-title>, <answer>, <app>, <app-group>, <article-meta>, <article-title>, <attrib>, <bio>, <body>, <bold>, <boxed-text>, <comment>, <def-head>, <disp-quote>, <explanation>, <fixed-case>, <front-stub>, <glossary>, <italic>, <license-p>, <meta-value>, <monospace>, <named-content>, <notes>, <option>, <overline>, <p>, <product>, <question>, <question-preamble>, <ref-list>, <roman>, <sans-serif>, <sc>, <sec>, <see>, <see-also>, <strike>, <styled-content>, <sub>, <subtitle>, <sup>, <td>, <term>, <term-head>, <th>, <title>, <trans-subtitle>, <trans-title>, <underline>
Description
Any combination of:
- 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.4">
<front>
<journal-meta>...</journal-meta>
<article-meta>
<article-id>...</article-id>
<title-group>
<article-title>ABC of oxygen: Diving and oxygen</article-title>
</title-group>
<pub-date publication-format="print" date-type="pub" iso-8601-date="1999-03-27">
<day>27</day>
<month>03</month>
<year>1999</year>
</pub-date>
<volume>318</volume>
<issue>7187</issue>
<fpage>857</fpage>
<permissions>
<copyright-statement>Copyright © 1999, British
Medical Journal</copyright-statement>
<copyright-year>1999</copyright-year>
</permissions>
<related-article xmlns:xlink="http://www.w3.org/1999/xlink"
related-article-type="corrected-article" xlink:href="9765173" vol="317"
page="996"/>
</article-meta>
</front>
...
</article>
Companion Article
...
<article-meta>
...
<permissions>
<copyright-statement>Copyright: © 2004 Eichenberger
et al.</copyright-statement>
<copyright-year>2004</copyright-year>
<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>
...