<contrib-group>

Contributor Group

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

Remarks

Inside the element <book-meta>, the <contrib-group> element groups one or more contributors to a work such as authors, researchers, or photographers. Inside the element <book-part-meta>, the <contrib-group> element groups contributors to the individual book part, such as chapter editors, chapter authors, or special section editors.

Contributor groups may name primary authors, editors, sponsors, translators, illustrators, or any other role. 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”, “directors”, etc.

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:

<book-meta>, <book-part-meta>, <collab>, <collection-meta>, <sec-meta>, <supplement>, <toc-div>, <toc-entry>

Example

          
...
<book-meta>
...
<contrib-group>
<contrib contrib-type="author">
<name><surname>Genton</surname>
<given-names>Blaise</given-names></name>
<role>senior scientist</role>
<xref ref-type="aff">
<sup><italic>a</italic></sup>
</xref>
<xref ref-type="corresp" rid="cor1">&#x2010;</xref>
</contrib>
<contrib contrib-type="author">...</contrib>
</contrib-group>
<aff><sup><italic>a</italic>
</sup>Policlinique M&#x00E9;dicale Universitaire, 1005 Lausanne,
Switzerland, <sup><italic>b</italic>
</sup>Swiss Federal Office of Public Health, Bern,
Switzerland</aff>
<author-notes>
<fn fn-type="con">
<p>&#x2003; Contributors: VD'A was responsible for data entry,
management and analysis, interpretation of results, and writing
the manuscript. PL was responsible for clinical supervision, data
collection, and interpretation of results.</p>
</fn>
<corresp id="cor1">&#x2010; Correspondence to: B Genton
<email>Blaise.Genton@hospvd.ch</email></corresp>
</author-notes>
...
</book-meta>
...


        

Module

JATS-common1.ent