<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, copyright year, and publication date; or descriptive material such as abstracts or keywords assigned to the article.
Attributes

Base Attributes

Models and Context
May be contained in
Description
Content Model
<!ELEMENT  article-meta %article-meta-model;                         >
Expanded Content Model

(article-version?, title-group, contrib-group, (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.3"
  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&#x2019;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>
Related Resources