<title-group>

Title Group

Wrapper element to hold the various titles of structural elements such as book parts (both named and generic), Indexes, and Tables of Contents.

Remarks

This model differs from JATS article <title-group> in not starting with the privileged <article-title>, substituting the more generic element <title>.

Related Elements

The very similar element <book-title-group> is used only at the book level (inside <book-meta>).

Content Model

<!ELEMENT  title-group  %title-group-model;                          >

Expanded Content Model

(label?, title?, subtitle*, trans-title-group*, alt-title*, fn-group?)

Description

The following, in order:

This element may be contained in:

<book-part-meta>, <collection-meta>, <index>, <index-div>, <index-group>, <toc>, <toc-div>, <toc-group>

Example 1

As part of a book part

          
<book>
<book-meta>...</book-meta>
<front-matter>...</front-matter>
<book-body>
<book-part id="bid.2" book-part-type="chapter">
<book-part-meta>
<book-part-id book-part-id-type="doi">...</book-part-id>
<title-group>
<label>1</label>
<title>GenBank: The Nucleotide Sequence Database</title>
</title-group>
<contrib-group>
<contrib contrib-type="author">
<name><surname>Mizrachi</surname>
<given-names>Ilene</given-names></name>
</contrib>
</contrib-group>
<pub-history>
<date date-type="created" iso-8601-date="2002-10-09">
<day>09</day><month>10</month><year>2002</year>
</date>
<date date-type="updated" iso-8601-date="2004-07-27">
<day>27</day><month>07</month><year>2004</year>
</date>
</pub-history>
</book-part-meta>
<body>
<sec id="bid.3">...</sec>
</body>
<back>...</back>
</book-part>
</book-body>
</book>


        

Example 2

As part of appendices in the back of a book

          
...
<book-back>
<app-group>
<app id="bid.301">
<title>Appendix 1. TAXON nametypes.</title>
<sec id="bid.302">
<title>Scientific Name</title>
<p>Every node in the database is required to have ...</p>
...
</sec>
...
</app>
<app id="bid.317">
<title>Appendix 2. Functional classes of TAXON scientific names.</title>
...
</app>
<app id="bid.331">
<title>Appendix 3. Other TAXON data types.</title>
...
</app>
</app-group>
</book-back>
...


        

Example 3

As part of an acknowledgments section

          
...
<book-back>
<ack id="bid.394">
<title>Acknowledgments</title>
<p>We gratefully acknowledge the work of Vladimir Soussov,
as well as the entire NCBI Entrez team, especially Grisha
Starchenko, Vladimir Sirotinin, Alexey Iskhakov, Anton
Golikov, and Pramod Paranthaman. We thank Jim Ostell for
guidance, ...</p>
</ack>
<ref-list>...</ref-list>
</book-back>
...


        

Module

JATS-articlemeta1.ent