<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: For some journals, articles are grouped into categories called subject groupings <subj-group>, and the category is shown in the article’s display or in print. 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 one of these larger subject areas, such as “Applied Math”, “Biology”, or “Chemistry”.

In some printed journals, as well as on websites such as the PubMed Central website, articles may be grouped or arranged under these subject headings (here are all the Essays, here are all the Biology articles, etc.).

Some journals divide articles into three layers of grouping, some into two, and some into only one. For example, a one-level grouping might be:

<subj-group>
<subject>Retraction</subject>
</subj-group>

or, as another example:

<subj-group>
<subject>Essay</subject>
</subj-group>

And a three-level grouping might be:

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

Articles may also be assigned to more than one grouping. For example, if an article is classified both as “Biochemistry” under “Biological Sciences” and as “Chemistry” under “Physical Sciences”, the <subj-group> container element will repeat to describe both groupings. For example:

<subj-group>
<subject>Articles</subject>
<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>
</subj-group>

Related Elements

Grouping Articles in Series: The related elements <series-title> and <series-text> are used for groupings of articles within one issue of a journal. For example, in some journals, articles are grouped into a series such as “From the Cover” and identified as part of a series. The <series-title> element names the series, and the <series-text> element provides textual descriptions (if any) describing the series.

Content Model

<!ELEMENT  article-categories    
                        %article-categories-model;                   >

Expanded Content Model

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

Description

The following, in order:

This element may be contained in:

<article-meta>, <front-stub>

Example 1

Article categories that are very like keywords

...
<article-categories>
<subj-group subj-group-type="kwd">
<subject content-type="neurosci">Cellular and Molecular
Biology</subject>
<subj-group>
<subject content-type="neurosci">Blood&ndash;brain
barrier</subject>
</subj-group>
</subj-group>
</article-categories>
...

Example 2

Categories for Table of Contents grouping

...
<article-categories>
<subj-group>
<subject>Departments</subject>
   <subj-group>
   <subject>Federal Court Decisions</subject>
      <subj-group>
      <subject>Supreme Court Opinions</subject>
         <subj-group>
         <subject>Criminal Procedure</subject>
            <subj-group>
            <subject>Fourth Amendment:  Search and Seizure</subject>
               <subj-group>
               <subject>Vehicle Passenger Rights: <italic>Brendlin v.
               California</italic></subject>
               </subj-group>
            </subj-group>
         </subj-group>
      </subj-group>
      <subj-group>
      <subject>4th Circuit Decisions</subject>
         <subj-group>
         <subject>Habeas Corpus</subject>
            <subj-group>
            <subject>Detaining U.S. Residents: <italic>Al-Marri v.
            Wright</italic></subject>
            </subj-group>
         </subj-group>
      </subj-group>
   </subj-group>

   <subj-group>
   <subject>Federal Law</subject>
      <subj-group>
      <subject>Changes to FISA Surveillance:  Protect America Act of
      2007</subject>
      </subj-group>
   </subj-group>

   <subj-group>
   <subject>Ethical Guidelines</subject>
      <subj-group>
      <subject>Protecting Client Confidences</subject>
         <subj-group>
         <subject>Potential for Identity Theft in Pleadings and
         Filings</subject>
            <subj-group>
            <subject>Drivers License Numbers</subject>
            </subj-group>
            <subj-group>
            <subject>Social Security Numbers</subject>
            </subj-group>
         </subj-group>
      </subj-group>
   </subj-group>

</subj-group>
</article-categories>
...

Example 3

<article>
<front>
<journal-meta>
...
</journal-meta>
<article-meta>
...
<article-id pub-id-type="pmid">11274384</article-id>
<article-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>
</article-categories>
<title-group>
...
</title-group>
...
</article-meta>
</front>
<body>
...
</body>
<back>
...
</back>
</article> 

Module

articlemeta3.ent