Article metadata
Article paper types
Element or context:
<subj-group> <compound-subject><compound-subject-part>
Note
The paper type is the kind of article, and is not necessarily the same thing as the value for attribute 'article-type' on <article>. For which @article-type values go with which paper types, see <article>.
Requirements:
- Use a paper type code (see the table below) to represent a paper type. This code should be captured within <compound-subject-part> with attribute 'content-type' set to "code" (see the example)
- On the parent <subj-group>, use subj-group-type="paper-type".
Paper type |
Paper type code for <conpound-subject-part> |
---|---|
Research Article |
research-article |
Comment |
comment |
Communication |
communication |
Corrigendum |
corrigendum |
Editorial |
editorial |
Note |
note |
Perspective |
perspective |
Publisher's message |
publisher-message |
Reply |
reply |
Retraction |
retraction |
Review Article |
review-article |
Science Applications Forum |
science-applications-forum |
Example:
<article article-type="note">
...
<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-part content-type="code">public-health</compound-subject-part>
</compound-subject>
</subj-group>
...
</article-categories>