<subject>

Subject Grouping Name

Name of one subject or topic used to describe an article. Such topics and groupings of topics are typically used to provide headings for groups of articles in a printed, or online, generated Table of Contents or for running heads.

Remarks

Subject Groupings: Articles may be grouped into categories called subject groupings <subj-group>, and the category is shown in the article’s display heading and/or in the Table of Contents. The grouping or category (tagged as a <subject> inside a <subj-group>) may refer to the type of article or type of subject, for example, an article could be associated with any of the following categories:

In some online sites such as the PubMed Central website, articles are grouped or arranged under these subject headings (here is all the Poetry, here are all the Practice Reviews, etc.).

These subjects can be nested, with articles under three layers of grouping, or two, and some with only one. For example, a one-level grouping might be:

<subj-group>
<subject>Articles</subject>
</subj-group>

or, as another example:

<subj-group>
<subject>Poetry</subject>
</subj-group>

And a two-level grouping might look like this:

<subj-group>
<subject>Articles</subject>
<subj-group>
<subject>Other Topics</subject>
</subj-group>
</subj-group>

or, as another example:

<subj-group>
<subject>Special Section</subject>
<subj-group>
<subject>Resources for Enhancing Alzheimer’s Caregiver Health (REACH)s</subject>
</subj-group>
</subj-group>

Attribute

content-type Type of Content

Expanded Content Model

(#PCDATA | ext-link | break | related-article | inline-supplementary-material | bold | italic | monospace | overline | roman | sans-serif | sc | strike | underline | alternatives | inline-graphic | mml:math | fn | target | xref | sub | sup)*

Description

Any combination of:

This element may be contained in:

<subj-group>

Example

...
<front>
<journal-meta>...</journal-meta>
<article-meta>
<article-id pub-id-type="apaID">pst_45_3_281</article-id>
<article-id pub-id-type="doi">10.1037/a0013305</article-id>
<article-id pub-id-type="pi-uid">2008-13167-001</article-id>
<article-categories>
<subj-group subj-group-type="toc-heading">
<subject>Regular Articles</subject>
</subj-group>
</article-categories>
<title-group>
<article-title>THERAPIST IMMEDIACY IN BRIEF PSYCHOTHERAPY: CASE STUDY I</article-title>
</title-group>
<contrib-group>...</contrib-group>
...
<pub-date pub-type="online">
<string-date><month number="7">July</month> <day>7</day>, <year>2008</year></string-date>
</pub-date>
<pub-date pub-type="print">
<string-date><month number="9">September</month> <year>2008</year></string-date>
</pub-date>
<volume>45</volume>
<issue>3</issue>
<fpage>281</fpage>
<lpage>297</lpage>
<permissions copyright-status="active">...</permissions>
<abstract xml:lang="en">...</abstract>
<kwd-group xml:lang="en">...</kwd-group>
</article-meta>
</front>
...

Module

articlemeta3.ent