<subject>

Subject Grouping Name

Definition

Name of one subject (or topic) used to describe a chapter, module, or unit (all considered book parts). Such topics (and groupings of topics) are used, typically, to provide headings for groups of articles in a printed, or online, generated Table of Contents.

Remarks

For some journals, articles are grouped into categories which this tag set calls <subject>s, which may be grouped in to <subj-group>. These subject categories are typically shown in the print or display of an article. Sometimes the grouping or category refers to the type of article, such as “Essay”, “Commentary”, or “Article”. Sometimes the grouping refers to subject areas, such as “Physical Sciences”, “Biological Sciences”, or “Social Sciences”. Sometimes the grouping refers to topics within the larger subject areas, such as “Applied Math”, “Biology”, or “Chemistry”. For example, a three-level grouping might be:

<subj-group>
<subject>Biological Sciences</subject>

<subj-group>
<subject>Entomology</subject>
</subj-group>
</subj-group>

And a one-level grouping might be:

<subj-group>
<subject>Physical Science</subject>
</subj-group>

Book parts may also be assigned to more than one grouping. For example, if a book part is classified as “Biochemistry” under “Biological Sciences” and “Chemistry” under “Physical Sciences”, the <subj-group> wrapper may repeat. For example:

<subj-group>
<subject>Biological Sciences</subject>

<subj-group>
<subject>Biochemistry</subject>
</subj-group>
</subj-group>

<subj-group>
<subject>Physical Sciences</subject>

<subj-group>
<subject>Chemistry</subject>
</subj-group>
</subj-group>

Attribute

content-type Type of Content

Model Information

Content Model

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

Description

Any combination of:

This element may be contained in:

<subj-group> Subject Group

Tagged Example


<book>
<book-meta>...</book-meta>
<book-front>...</book-front>
<body>
<book-part id="bid.2" book-part-type="chapter" book-part-number="1">
<book-part-meta>
<book-part-categories>
<subj-group>
<subject>Physical Sciences</subject>
<subj-group>
<subject>Chemistry</subject>
</subj-group>
</subj-group>
<subj-group>
<subject>Biological Sciences</subject>
<subj-group>
<subject>Biophysics</subject>
</subj-group>
</subj-group>
</book-part-categories>
<title-group>
<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>
<history>...</history>
</book-part-meta>
<body>
<sec id="bid.3">...</sec>
</body>
<back>...</back>
</book-part>
</body>
</book>

Module

articlemeta.ent