Collaborations

Capture a collaboration group in a <contrib> element child of <contrib-group>.

Each <contrib> must have a @contrib-type attribute. The only allowed values for this attribute are author or editor.

Each <contrib> representing a collaboration group must have a child <collab> element containing the name of the collaboration group.

The contributor's associated affiliation, footnote or biography information must be explicitly linked using an <xref> element (See Contributor Cross References).

If the collaboration text contains any connective text before or after the collab name itself such on behalf of then wrap that text in <named-content >element with a @content-type attribute of value pre for text before the collab name or post for text after the collab.

Example

<contrib contrib-type="author">
  <collab><named-content content-type="pre">on behalf
of</named-content> DUNE collaboration</collab>
  <xref ref-type="aff" rid="affiliation01">1</xref>
</contrib>