Container element for one or more contributors and information about those contributors.
Inside the element <article-meta>, the <contrib-group> element groups individual contributors to a document such as authors, researchers, or photographers. Inside the element <journal-id>, the <contrib-group> element groups contributors to the whole journal, above the level of an article, such as section editors or journal editors, or special issue editors.
Contributor groups may name primary authors, editors, sponsors, translators, illustrators, etc. The members of the group are contributors who worked individually, not as a group. The @content-type attribute should be used to name the type of contributor, “authors”, “editors”, “translators”, etc.
If issue contributors (as opposed to contributors to a particular article), are part of the metadata for an article, they should be listed in a separate <contrib-group> with a @content-type attribute value such as “issue-editors”, typically inside the <journal-meta>.
<!ELEMENT contrib-group %contrib-group-model; >
(contrib+, (address | aff | aff-alternatives | author-comment | bio | email | ext-link | on-behalf-of | role | uri | xref)*)
The following, in order:
<article-meta>, <collab>, <front-stub>, <journal-meta>, <sec-meta>, <supplement>
...
<article-meta>
<article-id pub-id-type="pmid">...</article-id>
<title-group>...</title-group>
<contrib-group>
<contrib contrib-type="author">
<name><surname>Forster</surname>
<given-names>Anne Williams</given-names>
</name>
<role>research physiotherapist</role>
<xref ref-type="aff" rid="StLukes"/>
</contrib>
<contrib contrib-type="author">
<name><surname>Young</surname>
<given-names>John G.</given-names></name>
<role>consultant physician</role>
<xref ref-type="aff" rid="RoyalInf"/>
<author-comment><p>on behalf of the Day Hospital
Group</p></author-comment>
</contrib>
</contrib-group>
<aff id="StLukes">Department of Health Care
for the Elderly, St Luke’s Hospital, Bradford BD5
0NA</aff>
<aff id="RoyalInf">Academic Section
of Geriatric Medicine, Royal Infirmary, Glasgow
G4 0SF</aff>
<pub-date pub-type="pub" iso-8601-date="1999-03-27">
...</pub-date>
...
</article-meta>
...
JATS-articlemeta1.ent