<article-title> Article Title

Full title of an article.

Usage/Remarks

The <article-title> element is used in two contexts: as a part of the metadata concerning the article itself and as part of bibliographic reference metadata inside bibliographic citations (<element-citation> and <mixed-citation>), where it contains the full title of a cited journal article.
Related Elements
There are two elements concerned with the title of an article, all contained within the container element <title-group> in the article metadata (<article-meta>):
  • The <article-title> is the full title of the article in the original language of the document.
  • The <subtitle> is a subordinate or auxiliary title that adds information to the full title or modifies the full title.
Best Practice in Citations: Although this Tag Set cannot enforce either practice, retrieval performance will be enhanced if the subtitle for all cited material is consistently placed within the <article-title> element for journal articles and within the <source> element for book titles, proceedings titles, and other documents. When marked as either a <named-content> or left as untagged text, the subtitle is easy to lose to searching. It is also not always easy to identify, particularly with historical or foreign material, which part of a multipart title is the main title and which the subtitle.
Attributes

Base Attributes

Models and Context
May be contained in
Description
Content Model
<!ELEMENT  article-title
                        (#PCDATA %article-title-elements;)*          >
Expanded Content Model

(#PCDATA | email | ext-link | uri | bold | fixed-case | italic | monospace | overline | roman | sans-serif | sc | strike | underline | ruby | alternatives | inline-graphic | inline-media | chem-struct | inline-formula | mml:math | abbrev | index-term | index-term-range-end | named-content | styled-content | fn | target | xref | sub | sup | break)*

Tagged Samples
<article-meta>
<article dtd-version="1.3">
 <front>
  <article-meta>
   <title-group>
    <article-title>Systematic review of day hospital care for
     elderly people</article-title>
   </title-group>
   <contrib-group>...</contrib-group>
   ...
   <abstract>...</abstract>
   <kwd-group>...</kwd-group>
  </article-meta>
 </front>
 ...
</article>
In citations
Mixed citation
...
<back>
 ...
 <ref-list>
  ...
  <ref id="B8">
   <mixed-citation>
    <string-name><surname>Weissert</surname>,
    <given-names>W</given-names></string-name>,
    <string-name><surname>Livieratos</surname>,
    <given-names>B</given-names></string-name>.
    <article-title>Effects and costs of day-care
    services for the chronically ill: a randomized
    experiment</article-title>. <source>Medical Care</source>
    <year iso-8601-date="1980">1980</year>; <volume>18</volume>:
    <fpage>567</fpage>&ndash;<lpage>584</lpage>.
    <pub-id pub-id-type="publisher-id">WES-6772889</pub-id>.
   </mixed-citation>
  </ref>
  ...
 </ref-list>
 ...
</back>
...
Element citation
...
<back>
 ...
 <ref-list>
  ...
  <ref id="B8">
   <element-citation>
    <person-group person-group-type="author">
     <name><surname>Weissert</surname>
      <given-names>W</given-names></name>
     <name><surname>Livieratos</surname>
      <given-names>B</given-names></name>
    </person-group>
    <article-title>Effects and costs of day-care
     services for the chronically ill: a randomized
     experiment</article-title>
    <source>Medical Care</source>
    <year iso-8601-date="1980">1980</year>
    <volume>18</volume>
    <fpage>567</fpage>
    <lpage>584</lpage>
    <pub-id pub-id-type="publisher-id">WES-6772889</pub-id>
   </element-citation>
  </ref>
  ...
 </ref-list>
 ...
</back>
...
Related Resources