<subtitle>

Document Subtitle

Subordinate part of a title for a document or document component.

Remarks

In Metadata: In the book metadata (<book-meta>) the book title and subtitle are identified separately and tagged with two different elements, the <book-title> element and <subtitle> element. In the metadata for a book component (<book-part-meta>), the title of the book component and the subtitle are also identified separately and tagged with two different elements, the <title> element and the <subtitle> element.

In Citations: Within a bibliographic reference citation, the subtitle of a document cannot be preserved separately as this Tag Set identifies no cited-subtitle elements. How the subtitle should be tagged depends on how the citation is tagged.

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

For references tagged with the <mixed-citation> element, there are three 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 books, proceedings, reports, 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

content-type Type of Content
specific-use Specific Use
xml:lang Language

Related Elements

There are several elements concerned with the title of a book or the title of a book component. Such titles are contained within either the container element <book-title-group> (inside the <book-meta> ) or the container element <title-group> (inside book parts, Tables of Contents, Indexes, et al.):

Content Model

<!ELEMENT  subtitle     (#PCDATA %subtitle-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 | 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:

<abstract>, <ack>, <app>, <app-group>, <bio>, <book-title-group>, <notes>, <sec>, <title-group>, <toc-entry>, <trans-abstract>, <verse-group>

Example

          
...
<book-meta>
<book-id>...</book-id>
<book-title-group>
<book-title>Sequence - Evolution - Function</book-title>
<subtitle>Computational Approaches in Comparative Genomics</subtitle>
</book-title-group>
...
<publisher>
<publisher-name>Kluwer Academic Publishers</publisher-name>
<publisher-loc>Norwell, MA</publisher-loc></publisher>
<permissions>
<copyright-statement>&copy; 2003 by Kluwer Academic Publishers.</copyright-statement>
<copyright-year>2003</copyright-year>
</permissions>
<abstract>...</abstract>
</book-meta>
...


        

Module

JATS-articlemeta1.ent