◇◆
<article> Article
A journal article.
Usage/Remarks
This element can be used to describe not only typical journal articles (research articles)
but also much of the non-article content within a journal, such as book and product
reviews, editorials, commentaries, obituaries, and news summaries.
Attributes
Namespaces
xmlns:ali (fixed value = http://www.niso.org/schemas/ali/1.0/)
xmlns:mml (fixed value = http://www.w3.org/1998/Math/MathML)
xmlns:xlink (fixed value = http://www.w3.org/1999/xlink)
xmlns:xsi (fixed value = http://www.w3.org/2001/XMLSchema-instance)
Miscellaneous non-JATS-specific Attributes
Models and Context
This top-level element may not be contained in any other elements.
Description
The following, in order:
- <processing-meta> Processing Metadata, zero or one
- <front> Front Matter
- <body> Body of the Document, zero or one
- <back> Back Matter, zero or one
- <floats-group> Floating Element Group, zero or one
- Any one of:
- <sub-article> Sub-article, zero or more
- <response> Response, zero or more
Content Model
<!ELEMENT article %article-full-model; >
Expanded Content Model
(processing-meta?, front, body?, back?, floats-group?, (sub-article* | response*))
Tagged Samples
Article with front matter, body, and back matter
<article dtd-version="1.4">
<front>
<journal-meta>
<journal-id journal-id-type="pmc">BMJ</journal-id>
<journal-id journal-id-type="pubmed">BMJ</journal-id>
<journal-id journal-id-type="publisher">BR MED J</journal-id>
<journal-title-group>
<abbrev-journal-title>BR MED J</abbrev-journal-title>
</journal-title-group>
<issn>0959-8138</issn>
<publisher>
<publisher-name>British Medical Journal</publisher-name>
</publisher>
</journal-meta>
<article-meta>
<article-id pub-id-type="pmid">10092260</article-id>
<title-group>
<article-title>Systematic review of day hospital care for elderly
people</article-title>
</title-group>
<contrib-group>
<contrib contrib-type="author">
<name><surname>Forster</surname>
<given-names>Anne Williams</given-names></name>
<role>research physiotherapist</role>
<xref ref-type="aff" rid="StLuke"/>
</contrib>
<contrib contrib-type="author">
<name><surname>Young</surname>
<given-names>John G.</given-names></name>
<role>consultant physician</role>
<xref ref-type="aff" rid="StLuke"/>
</contrib>
<contrib contrib-type="author">
<name><surname>Langhorne</surname>
<given-names>Peter Parker ("Spider")</given-names></name>
<role>senior lecturer</role>
<xref ref-type="aff" rid="StLuke"/>
</contrib>
</contrib-group>
<aff id="StLuke">...</aff>
<author-notes>
<fn fn-type="con">
<p>Contributors: AF planned and initiated the
review, ...</p>
</fn>
<fn>
<p>Correspondence to: Dr Forster
<email>a.forster@leeds.ac.uk</email></p>
</fn>
</author-notes>
<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>837</fpage>
<lpage>841</lpage>
<history>
<date date-type="accepted" iso-8601-date="1999-01-29">
<day>29</day><month>01</month><year>1999</year>
</date>
</history>
<permissions>
<copyright-statement>Copyright © 1999, British Medical
Journal</copyright-statement>
<copyright-year>1999</copyright-year>
</permissions>
<abstract>...</abstract>
</article-meta>
</front>
<body>...</body>
<back>...</back>
</article>
Samples article attributes
<article dtd-version="1.4" xml:lang="en"
article-type="research-article"
specific-use="export-for-online"
xmlns:mml="http://www.w3.org/1998/Math/MathML"
xmlns:xlink="http://www.w3.org/1999/xlink"
xmlns:ali="http://www.niso.org/schemas/ali/1.0/">
...
</article>
<article dtd-version="1.4" xml:lang="en"
article-type="commentary"
specific-use="export-for-online"
xmlns:mml="http://www.w3.org/1998/Math/MathML"
xmlns:xlink="http://www.w3.org/1999/xlink"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
...
</article>
<article dtd-version="1.4" xml:lang="en"
article-type="tutorial"
xmlns:mml="http://www.w3.org/1998/Math/MathML"
xmlns:xlink="http://www.w3.org/1999/xlink"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
>
...
</article>
With <processing-meta>
<article dtd-version="1.4" xml:lang="mul"
article-type="editorial" >
<processing-meta lang-grouping="yes"
tagset-family="jats"
base-tagset="archiving"
mathml-version="2.0"
table-model="xhtml">...</processing-meta>
<front>...
<article-meta>...
<content-language>fr</content-language>
<content-language>en</content-language>...
</article-meta>
</front>
<body>...</body>
<back>...</back>
</article>
<article dtd-version="1.4" xml:lang="en"
article-type="research-article"
xmlns:mml="http://www.w3.org/1998/Math/MathML"
xmlns:xlink="http://www.w3.org/1999/xlink"
xmlns:ali="http://www.niso.org/schemas/ali/1.0/"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
>
<processing-meta
tagset-family="jats"
base-tagset="archiving"
mathml-version="3.0"
table-model="both">...</processing-meta>
<front>...</front>
<body>...</body>
<back>...</back>
</article>