◇◆
<article-meta> Article Metadata
Container element for information concerning the article that identifies or describes
the article.
Usage/Remarks
The article metadata (<article-meta>) is not part
of the body text or graphics of the article proper, but is part of the metadata front
matter that
serves to identify and describe the article. The metadata for an article may contain,
for example,
bibliographic data such as authorship, article title, and copyright information; or
descriptive material such as abstracts or keywords assigned to the article.
Models and Context
May be contained in
Description
The following, in order:
- <article-version> Article Current Version Status or Number, zero or one
- <title-group> Title Group, one or more
- <contrib-group> Contributor Group
- <content-language> Content Language, zero or more
- Any combination of:
- <permissions> Permissions, zero or more
- <self-uri> URI for This Same Article Online, zero or more
- Any combination of:
- <abstract> Abstract, one or more
- <kwd-group> Keyword Group, zero or more
- <funding-group> Funding Group, zero or more
- <support-group> Support Group, zero or more
- <conference> Conference Information, zero or more
Content Model
<!ELEMENT article-meta %article-meta-model; >
Expanded Content Model
(article-version?, title-group+, contrib-group, content-language*, (product | supplementary-material)*, permissions*, self-uri*, (related-article | related-object)*, (abstract)+, (kwd-group)*, funding-group*, support-group*, conference*)
Tagged Sample
Fairly complete article metadata sample
<article dtd-version="1.4"
xmlns:xlink="http://www.w3.org/1999/xlink"
xmlns:mml="http://www.w3.org/1998/Math/MathML">
<front>
<article-meta>
<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</given-names></name>
<role>research physiotherapist</role>
<aff>Department of Health Care for the Elderly,
St Luke’s Hospital, Bradford BD5 0NA</aff>
<author-comment>
<p>Competing interests: None declared.</p>
...
</author-comment>
</contrib>
...
</contrib-group>
...
<abstract>...</abstract>
<kwd-group>...</kwd-group>
</article-meta>
</front>
<body>...</body>
<back>...</back>
</article>