Collaborators
Capture collaborators using the collab element.
article-meta/contrib-group/contrib/collabFor each collab group under a single name, it must have a contrib-group element with a child contrib element that has a single collab child.
Group names in collab elements must a be the name of a specific group.
Generic names such as Document Reviewers
are not allowed. The group name must not
contain any additional text (e.g. on behalf of).
Capture the members of the group inside a contrib-group element as a child of the parent collab, after the name of the group.
Author initials must be separated with a space, not closed up and without punctuation.
Each contrib element must have a contrib-type with a
value of author
No other values of contrib-typeare allowed.
Group Contributor
<contrib-group> <contrib contrib-type="author"> <collab>Heart Research Group <contrib-group> <contrib contrib-type="author"> <name> <surname>Stark</surname> <given-names>Tony</given-names> </name> </contrib> <contrib contrib-type="author"> <name> <surname>Potts</surname> <given-names>Pepper M N</given-names> </name> </contrib> </contrib-group> </collab> </contrib> </contrib-group>