<contrib-group>

Contributor Group

Container element for one or more contributors and information about those contributors.

Remarks

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>.

Attributes

content-type Type of Content
id Identifier
specific-use Specific Use

Related Elements

The element <contrib-group> is a metadata element. The <person-group> element performs a similar function of grouping individual contributors, such as authors and editors, within a bibliographic reference (<element-citation> or <mixed-citation>).

The <contrib-group> should not be confused with the element <collab>, in which individuals are not named as contributors because the contribution was made by the group as a whole, for example, a report which has a laboratory or department as the official author.

Content Model

<!ELEMENT  contrib-group
                        %contrib-group-model;                        >

Expanded Content Model

(contrib | address | aff | aff-alternatives | author-comment | bio | email | etal | ext-link | fn | on-behalf-of | role | uri | xref | x)+

Description

One or more of any of:

This element may be contained in:

<article-meta>, <collab>, <front-stub>, <journal-meta>, <sec-meta>, <supplement>

Example

This example shows a <contrib-group> with two author contributors:

...
<article-meta>
<article-id pub-id-type="pmid">10092260</article-id>
<article-categories>...</article-categories>
<title-group><article-title>Systematic review of day hospital care for elderly
people</article-title></title-group>
<contrib-group>
<contrib contrib-type="author"><name><surname>Forster</surname><given-names>Anne</given-names></name>
<role>research physiotherapist</role><xref
ref-type="aff"><sup><italic>a</italic></sup></xref></contrib>
<contrib contrib-type="author">
<name><surname>Young</surname><given-names>John</given-names></name>
<role>consultant physician</role><xref ref-type="aff">
<sup><italic>a</italic></sup></xref>
</contrib>
<contrib contrib-type="author">
<name><surname>Langhorne</surname><given-names>Peter</given-names></name>
<role>senior lecturer</role><xref ref-type="aff"><sup><italic>b</italic></sup></xref>
<author-comment><p>on behalf of the
Day Hospital Group</p></author-comment></contrib></contrib-group>
<aff><sup><italic>a</italic></sup>Department of Health Care for the Elderly, St
Luke&#x2019;s Hospital, Bradford BD5 0NA, <sup><italic>b</italic></sup>Academic Section
of Geriatric Medicine, Royal Infirmary, Glasgow G4 0SF</aff>
...
</article-meta>
...

 

Module

JATS-articlemeta1.ent