<contrib>

Contributor

Definition

Wrapper element to contain the information (such as name and affiliation) about a single contributor to an article, for example, one author

Remarks

The linkage from a contributor to an affiliation should be made using the ID/IDREF mechanism. The id attribute of an <aff> element will be pointed to by one or more <contrib> elements.

Attributes

contrib-type Type of Contribution
corresp Corresponding Author
deceased Deceased
equal-contrib Equal Contribution
id Identifier
rid Reference to an Identifier
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.

Model Information

Content Model

<!ELEMENT  contrib      %contrib-model;                              >

Description

The following, in order:

This element may be contained in:

<contrib-group> Contributor Group

Tagged Example


...
<article-meta>
<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 Williams</given-names>
</name>
<role>research physiotherapist</role>
<aff id="StLukes">Department of Health Care
for the Elderly, St Luke&#x2019;s Hospital, Bradford BD5 
0NA</aff>
</contrib>
...
</contrib-group>
<permissions>
<copyright-statement>Copyright &#x00A9; 1999, British 
Medical Journal</copyright-statement>
<copyright-year>1999</copyright-year>
<copyright-holder>British Medical Journal</copyright-holder>
</permissions>
<abstract>
<p>To examine the effectiveness of day hospital attendance 
in prolonging independent living for elderly people.</p>
</abstract>
</article-meta>
... 


Module

articlemeta.ent