<alt-title>

Alternate Title

An alternative or “different” version of an article title, usually created so that it can be processed in a special way, for example, a short version of the title for use in a Table of Contents, an ASCII-only title for display on restricted devices, a right-running-head title for a print publication, etc.

Remarks

Conversion Note: This element should not be used for either the translated title <trans-title> (which is an alternative version of a title in another language) or the subtitle <subtitle> (which is an addition to the title).

Attribute

alt-title-type Type of Alternate Title

Related Elements

There are several elements concerned with the title of an article, all contained within the container element <title-group> in the article metadata. 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. The <alt-title> is another version of an article title, usually created so that the title can be processed in a special way, for example, a short version of the title for use in a Table of Contents, an ASCII title, or a version of the title to be used in the right-running-head. The <trans-title-group> is also a container element, inside the <title-group>, that holds together a translated title (<trans-title>) and its translated subtitle (<trans-subtitle>). The translated title is a version of the title translated into a language other than the original language of publication, and the matching subtitle is a version of the subtitle translated into a language other than the original language.

Content Model

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

Expanded Content Model

(#PCDATA | email | ext-link | uri | inline-supplementary-material | related-article | related-object | hr | bold | italic | monospace | overline | overline-start | overline-end | roman | sans-serif | sc | strike | underline | underline-start | underline-end | alternatives | inline-graphic | private-char | chem-struct | inline-formula | tex-math | mml:math | abbrev | 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:

<title-group>

Example 1

Alternate title is for the running head

...
<title-group>
<article-title>Factors Influencing Primary Hypertension
in Children</article-title>
<alt-title alt-title-type="left-running-head">Australian
Journal of Pediatric Care</alt-title>
<alt-title alt-title-type="right-running-head">Factors
Influencing Primary Hypertension in Children</alt-title>
</title-group>
...

Example 2

...
<article-meta>
<article-categories>...</article-categories>
<title-group>
<article-title>Characterization of the Cryptic Lambdoid Prophage DLP12
of <italic>Escherichia coli</italic> and Overlap of the DLP12 Integrase
Gene with the tRNA Gene <italic>argU</italic></article-title>
<alt-title alt-title-type="short"><italic>E. COLI</italic> DLP12 AND OVERLAP of DLP12
<italic>int</italic> WITH <italic>argU</italic></alt-title>
</title-group>
<contrib-group>
<contrib contrib-type="author" corresp="no">
<name><surname>Lindsey</surname>
<given-names>David F.</given-names></name>
</contrib>
<contrib contrib-type="author" corresp="no" rid="fn1">
<name><surname>Mullin</surname>
<given-names>David A.</given-names></name>
</contrib>
...
</contrib-group>
<author-notes>
<fn id="fn1"><p>Present address:  Biology Department, Tulane University,
New Orleans, LA 70118</p></fn>
</author-notes>
</article-meta>
...

Module

articlemeta3.ent