<alt-title>
Alternate Title
An alternative or different version of the title of a work.
Remarks
Usage: The alternative version of the title of a work is typically created so that the title can be processed in a specific 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 left-running-head title for a print publication, etc.
Best Practice: 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).
Attributes
Content Model
<!ELEMENT alt-title (#PCDATA %alt-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 | milestone-end | milestone-start | named-content | styled-content | fn | target | xref | sub | sup | x | break)*
Description
Any combination of:
- Text, numbers, or special characters
- Linking Elements
- <inline-supplementary-material> Inline Supplementary Material Metadata
- Related Material Elements
- <hr> Horizontal Rule
- Emphasis Elements
- <bold> Bold
- <fixed-case> Fixed Case
- <italic> Italic
- <monospace> Monospace Text (Typewriter Text)
- <overline> Overline
- <overline-start> Overline Start
- <overline-end> Overline End
- <roman> Roman
- <sans-serif> Sans Serif
- <sc> Small Caps
- <strike> Strike Through
- <underline> Underline
- <underline-start> Underline Start
- <underline-end> Underline End
- <ruby> Ruby Annotation Wrapper
- <alternatives> Alternatives For Processing
- Inline Display Elements
- <chem-struct> Chemical Structure (Display)
- <inline-formula> Formula, Inline
- Math Elements
- Other Inline Elements
- <fn> Footnote
- <target> Target of an Internal Link
- <xref> X (cross) Reference
- Baseline Change Elements
- <x> X - Generated Text and Punctuation
- <break> Line Break
This element may be contained in:
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="right-running-head">Factors
in Primary Hypertension (Children)</alt-title>
</title-group>
...
Example 2
Alternate title a short version for a Table of Contents:
...
<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>
...