<contrib-group>

Contributor Group

Container element for information concerning a grouping of contributors, such as primary authors. These are contributors who worked individually, not as a group.

Remarks

Not to be confused with <collab>, which is used for groups of authors who are credited under a single name, either as a collaboration in the strictest sense, or when an organization, institution, or a corporation is given as a contributor.

Attributes

content-type Type of Content
id Identifier

Related Elements

This element is for grouping contributors in the metadata of a book or book component such as a chapter. The <person-group> element performs a similar function of grouping contributors, such as authors and editors, within bibliographic references (<mixed-citation>).

Content Model

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

Expanded Content Model

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

Description

The following, in order:

This element may be contained in:

<book-meta>, <book-part-meta>, <collab>, <sec-meta>, <supplement>

Example

<book>
<book-meta>
<book-id pub-id-type="other">handbook</book-id>
<book-title-group>
<book-title>The NCBI Handbook</book-title>
</book-title-group>
<edition>1<sup>st</sup></edition>
<contrib-group>
<contrib contrib-type="editor" rid="bid.m.1">
<name><surname>McEntyre</surname>
<given-names>Jo</given-names></name>
</contrib>
<contrib contrib-type="editor" rid="bid.m.1">
<name><surname>Ostell</surname>
<given-names>Jim</given-names></name>
</contrib>
</contrib-group>
<aff id="bid.m.1">
<institution>National Center for Biotechnology Information
(NCBI), National Library of Medicine, National Institutes
of Health</institution>,
<addr-line>Bethesda, MD 20892-6510</addr-line>
</aff>
<publisher>
<publisher-name>National Center for Biotechnology Information
(NCBI), National Library of Medicine, National Institutes
of Health</publisher-name>
<publisher-loc>Bethesda, MD</publisher-loc></publisher>
<pub-date><month>11</month><year>2002</year></pub-date>
<counts>
<fig-count count="98"/>
<table-count count="40"/>
<equation-count count="0"/>
<ref-count count="115"/>
<page-count count="532"/>
<word-count count="149852"/>
</counts>
</book-meta>
<book-front>...</book-front>
<body>...</body>
<back>...</back>
</book>

Module

articlemeta3.ent