<contrib>

Contributor

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

Attributes

contrib-type Type of Contribution
corresp Corresponding Author
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

Expanded Content Model

((anonymous | collab | string-name | address | aff | bio | etal | ext-link | fn | on-behalf-of | role | xref)*)

Description

Any one of:

This element may be contained in:

<contrib-group>

Example

...
<article-meta>
...
<title-group>
...</title-group>
<contrib-group content-type="primary-authors">
<contrib rid="aff1" contrib-type="author" corresp="no">
<string-name><given-names>Laura B.</given-names> <surname>Kasper</surname></string-name>
</contrib>
<contrib rid="aff2 corr1" contrib-type="author" corresp="yes">
<string-name><given-names>Clara E.</given-names> <surname>Hill</surname></string-name>
</contrib>
...
<aff id="aff1">Counseling and Personnel Services, College of Education, University of Maryland</aff>
<aff id="aff2">Department of Psychology, University of Maryland</aff>
</contrib-group>
<author-notes>
<corresp id="corr1">
<addr-line>Clara E. Hill, Department of Psychology, University of Maryland, College 
Park, MD 20742</addr-line>
<ext-link specific-use="live" xlink:href="mailto:hill@psyc.umd.edu"
 ext-link-type="email">hill@psyc.umd.edu</ext-link>
</corresp>
</author-notes>
...
</article-meta>
...

Module

articlemeta3.ent