csp logo

Instructions for using this documentation

Article XML Requirements

Article Objects

ID Syntaxes

File-Naming Conventions

Full-text Examples

DTD

Article metadata

Article subject categories

Element or context:

<subj-group> <compound-subject><compound-subject-part>


NOTE: The subject categories referred to here do not include subject "sections". Sections are no longer being captured in the XML.

Requirements:

  1. Use a subject category code (see the table below) to represent a subject category. This code should be captured within <compound-subject-part> with attribute 'content-type' set to "code" (see the example)
  2. On the parent <subj-group>, use subj-group-type="subjects"
  3. For articles that contain more than one subject category, capture each category in a separate parent <compound-subject> (see the example)

Subject category

Subject category code <conpound-subject-part>

Anatomy and Biomechanics anatomy-and-biomechanics
Anatomy and Physiologyanatomy-and-physiology
Astronomical Sciencesastronomical-sciences
Atmospheric and Climate Sciencesatmospheric-and-climate-sciences
Cell and Developmental Biologycell-and-developmental-biology
Chemistrychemistry
Clinical Sciencesclinical-sciences
Conservation and Sustainabilityconservation-and-sustainability
Data Science Applicationsdata-science-applications
Data Science Theory and Methodsdata-science-theory-and-methods
Ecology and Evolutionecology-and-evolution
Engineeringengineering
Epidemiologyepidemiology
Ethics ethics
Genetics and Genomicsgenetics-and-genomics
Geosciencesgeosciences
Marine and Aquatic Sciencesmarine-and-aquatic-sciences
Materials Sciencematerials-science
Mathematics and Statisticsmathematics-and-statistics
Mental Healthmental-health
Microbiology microbiologymicrobiology
Neuroscienceneuroscience
Nutrition, Sport, and Exercise Sciencesnutrition-sport-and-exercise-sciences
Pharmacologypharmacology
Physics physics
Plant and Agricultural Sciencesplant-and-agricultural-sciences
Psychologypsychology
Public Healthpublic-health
Research Data Managementresearch-data-management
Science and Policyscience-and-policy
Science and Societyscience-and-society
Science Communicationscience-communication
Science Educationscience-education
Technologytechnology
Theory and Methodstheory-and-methods
Zoologyzoology

 

Example:

<article-categories>
...
<subj-group subj-group-type="paper-type">
	<compound-subject>
		<compound-subject-part content-type="code">perspective</compound-subject-part>
	</compound-subject>
</subj-group>


<subj-group subj-group-type="subjects">
	<compound-subject>
		<compound-subject-part content-type="code">ethics</compound-subject-part>
</compound-subject>
	<compound-subject>
		<compound-subject-part content-type="code">science-education</compound-subject-part>
</compound-subject>
</subj-group>

...
</article-categories>