<contrib>

Contributor

Container element for information about a single author, editor, or other contributor.

Remarks

Types of Contributors. The element <contrib> can be used for many roles besides authors, for example, editors, special issue editors, photographers, illustrators, directors, etc. The @contrib-type attribute placed on the <contrib> element, or the <role> element used within the <contrib> element, may be used to describe the contribution.

Best Practice: Use <xref> to point to the institution (<aff>), the corresponding information (<corresp>), or any author footnotes in the author note group.

Anonymous: The name of a contributor that is being withheld or is not known may be recorded using the EMPTY element <anonymous>, which is expected to cause text such an “Anonymous” or “anon.” to be generated for display or print.

Elsevier Conversion Note: For users of the Elsevier Tag Sets, when the ranking or importance of authors has been marked as a note (for example, using <ranking>), the ranking information may be encoded in the <role> element. Thus, the Elsevier-tagged text:

  <ranking><sup>*</sup></ranking>
  

would be converted to:

  <role><sup>*</sup></role>
  

Attributes

contrib-type Type of Contribution
corresp Corresponding Author
deceased Deceased
equal-contrib Equal Contribution
id Identifier
rid Reference to an Identifier
specific-use Specific Use
xlink:actuate Actuating the Link
xlink:href Href (Linking Mechanism)
xlink:role Role of the Link
xlink:show Showing the Link
xlink:title Title of the Link
xlink:type Type of Link
xmlns:xlink XLink Namespace Declaration

Related Elements

Use the <collab> element for contributions by organizations or groups of people. Use the <on-behalf-of> element within the contributor information to indicate that a person has written as a representative of (on behalf of) an organization or group.

Content Model

<!ELEMENT  contrib      %contrib-model;                              >

Expanded Content Model

(contrib-id | anonymous | collab | collab-alternatives | name | name-alternatives | string-name | degrees | address | aff | aff-alternatives | author-comment | bio | email | etal | ext-link | fn | on-behalf-of | role | uri | xref | x)*

Description

Any combination of:

This element may be contained in:

<contrib-group>, <sig-block>

Example 1

          
...
<contrib-group>
<contrib contrib-type="editor">
<name><surname>Madison</surname>
<given-names>Taylor</given-names></name>
<role>Special Issue Editor</role>
</contrib>
<contrib contrib-type="editor">
<name><surname>McKinley</surname>
<given-names>Grant</given-names></name>
<role>Special Issue Editor</role>
</contrib>
</contrib-group>
...


        

Example 2

          
...
<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" rid="aff-0234234927">
<sup><italic>a</italic></sup>
</xref>
</contrib>
<contrib contrib-type="author">...</contrib>
</contrib-group>
<aff id="aff-0234234927"><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>
...
</book-meta>
...


        

Example 3

The name of a contributor given several script/language combinations:

          
...
<contrib-group>
<contrib contrib-type="author">
<name-alternatives>
<name name-style="eastern" xml:lang="ja-Jpan">
<surname>中西</surname>
<given-names>秀彦</given-names>
</name>
<name name-style="western" xml:lang="en">
<surname>Nakanishi</surname>
<given-names>Hidehiko</given-names>
</name>
<name name-style="eastern" xml:lang="ja-Kana">
<surname>ナカニシ</surname>
<given-names>ヒデヒコ</given-names>
</name>
</name-alternatives>
<xref ref-type="aff" rid="aff2">&ast;&ast;</xref>
</contrib>
<aff-alternatives id="aff2">
<aff id="aff-ja">
<institution xml:lang="ja-Jpan">国立言語学博物館</institution>
</aff>
<aff id="aff-en">
 <institution xml:lang="en">National Museum of 
  Linguistics</institution>
</aff>
</aff-alternatives>
</contrib-group>
...

        

Module

JATS-common1.ent