<article-categories>

Article Grouping Data

Container element for elements that may be used to group articles into related clusters, e.g., by subject matter or by series (For intended use, see Remarks below.)

Remarks

Subject Groupings: In some journals, articles are 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 printed journals, as well as 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>

Expanded Content Model

(subj-group*, series-title*, series-text?)

Description

The following, in order:

This element may be contained in:

<article-meta>

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