Container element for information about a single author, editor, or other contributor.
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.
Affiliation. 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.
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.
<!ELEMENT contrib %contrib-model; >
((anonymous | collab | name | name-alternatives), (degrees)*, role?, on-behalf-of?, (aff | aff-alternatives)*, address*, email*, ext-link*, uri*, bio?, author-comment?)
The following, in order:
...
<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>Department of Health Care
for the Elderly, St Luke’s Hospital, Bradford BD5
0NA</aff>
</contrib>
...
</contrib-group>
...
</article-meta>
...
Issue-editors as <contrib>s
... <contrib-group> <contrib contrib-type="issue-editor"> <name><surname>Madison</surname> <given-names>Taylor</given-names></name> <role>Special Issue Editor</role> </contrib> <contrib contrib-type="issue-editor"> <name><surname>McKinley</surname> <given-names>Grant</given-names></name> <role>Special Issue Editor</role> </contrib> </contrib-group> ...
The name of a contributor given in 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> </contrib>
</contrib-group>
...
JATS-articlemeta0.ent