<article-title>
Article Title
Full title of an article.
Remarks
Usage: 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.
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 | chem-struct | inline-formula | abbrev | named-content | styled-content | fn | target | xref | sub | sup | break)*
Description
Any combination of:
- Text, numbers, or special characters
- Linking Elements
- Emphasis Elements
- <alternatives> Alternatives For Processing
- Inline Display Elements
- <chem-struct> Chemical Structure (Display)
- <inline-formula> Formula, Inline
- Other Inline Elements
- <fn> Footnote
- <target> Target of an Internal Link
- <xref> X (cross) Reference
- Baseline Change Elements
- <break> Line Break
This element may be contained in:
Example 1
In article metadata:
<article dtd-version="1.1d3">
<front>
<article-meta>
<title-group>
<article-title>Systematic review of day hospital care for
elderly people</article-title>
</title-group>
<contrib-group>...</contrib-group>
<permissions>
<copyright-year>1999</copyright-year>
</permissions>
<abstract>...</abstract>
...</article-meta>
</front>
...</article>
Example 2
In a mixed-style bibliographic reference (punctuation and spacing preserved):
...
<ref id="c25">
<mixed-citation publication-type="report" publisher-type="government">
<collab>Federal Highway Administration</collab> (FHWA).
(<year iso-8601-date="1992">1992</year>). “<article-title>Evaluating
scour at bridges</article-title>.” <source><italic>Hydr. Engrg. Circular
No. 18</italic></source>: <gov><italic>FHWA-IP-90-017</italic></gov>,
<institution>Office of Engineering, Bridge Div.</institution>, Washington,
D.C. </mixed-citation>
</ref>
...
Example 3
The same bibliographic reference shown in element-style (punctuation and spacing removed) and in mixed-style (punctuation and spacing preserved):
...
<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>
...
...
<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>–<lpage>584</lpage>.
<pub-id pub-id-type="publisher-id">WES-6772889</pub-id>.
</mixed-citation>
</ref>
...</ref-list>
...</back>
...