<article-title>

Article Title

Full title of a cited article.

Remarks

Usage: The <article-title> element is part of bibliographic reference metadata inside bibliographic citations (<element-citation> and <mixed-citation>), where it contains the full title of a cited journal article.

The title is nearly always in the original language of publication, but a publisher or archive might choose to place all article titles in one language, such as English, and use the translated title element to hold the original title (<trans-title>).

Subtitle: Within a bibliographic reference citation, the subtitle cannot be preserved separately as this Tag Set identifies no cited-subtitle elements.

For references using either the <element-citation>, which does not permit untagged text, there are two choices:

For references using the <mixed-citation>, there are two choices:

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

id Document Internal Identifier
xml:base Base
xml:lang Language

Content Model

<!ELEMENT  article-title
                        (#PCDATA %article-title-elements;)*          >

Expanded Content Model

(#PCDATA | email | ext-link | uri | inline-supplementary-material | related-article | related-object | hr | bold | fixed-case | italic | monospace | overline | overline-start | overline-end | roman | sans-serif | sc | strike | underline | underline-start | underline-end | ruby | alternatives | inline-graphic | private-char | chem-struct | inline-formula | tex-math | mml:math | abbrev | index-term | index-term-range-end | milestone-end | milestone-start | named-content | styled-content | fn | target | xref | sub | sup | x | break)*

Description

Any combination of:

This element may be contained in:

<element-citation>, <mixed-citation>, <product>, <related-article>, <related-object>

Example 1

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>1992</year>). 
&#x201C;<article-title>Evaluating scour at bridges</article-title>.&#x201D; 
<source><italic>Hydr. Engrg. Circular No. 18</italic></source>: 
<italic>FHWA-IP-90-017</italic>, <institution>Office of Engineering, 
Bridge Div.</institution>, Washington, D.C. </mixed-citation> 
</ref>
...

Example 2

The same bibliographic reference shown in element-style (punctuation and spacing removed) and in mixed-style (punctuation and spacing preserved):

    
...
<ref>
<element-citation publication-type="journal" publication-format="print">
<name><surname>Llanos De La Torre Quiralte</surname>
<given-names>M</given-names></name>
<name><surname>Garijo Ayestaran</surname>
<given-names>M</given-names></name>
<name><surname>Poch Olive</surname>
<given-names>ML</given-names></name>
<article-title xml:lang="es">Evolucion de la mortalidad
infantil de La Rioja (1980-1998)</article-title>
<trans-title xml:lang="en">Evolution of the infant
mortality rate in la Rioja in Spain
(1980-1998)</trans-title>
<source>An Esp Pediatr</source>
<year iso-8601-date="2001-11">2001</year>
<month>Nov</month>
<volume>55</volume>
<issue>5</issue>
<fpage>413</fpage>
<lpage>420</lpage>
<comment>Figura 3, Tendencia de mortalidad infantil
[Figure 3, Trends in infant mortality]; p. 418.
Spanish</comment>
</element-citation>
</ref>
...

   
    
...
<ref>
<mixed-citation publication-type="journal" publication-format="print">
<string-name><surname>Llanos De La Torre Quiralte</surname>
<given-names>M</given-names></string-name>,
<string-name><surname>Garijo Ayestaran</surname>
<given-names>M</given-names></string-name>,
<string-name><surname>Poch Olive</surname>
<given-names>ML</given-names></string-name>.
<article-title xml:lang="es">Evolucion de la mortalidad
infantil de La Rioja (1980-1998)</article-title>
[<trans-title xml:lang="en">Evolution of the infant
mortality rate in la Rioja in Spain
(1980-1998)</trans-title>]. <source>An Esp Pediatr</source>.
<year iso-8601-date="2001-11">2001</year>
<month>Nov</month>;<volume>55</volume>(<issue>5</issue>):
<fpage>413</fpage>-<lpage>420</lpage>. Figura 3, Tendencia
de mortalidad infantil [Figure 3, Trends in infant
mortality]; p. 418. Spanish.</mixed-citation>
</ref>
...