<contrib-group>¶
| Appears in | Frequency | 
|---|---|
| Zero or more times | |
| Zero or more times | 
Contains the group of elements related to the contributions in the drafting of the article. The most frequent contributors are personal authors, institutions and research groups.
Inside <article-meta>, the attribute @content-type is not mandatory, but once used the allowed values are:
| Value | 
|---|
| author | 
| editor | 
Inside <journal-meta>, the attribute @content-type is not mandatory, but once used the allowed values are:
| Value | 
|---|
| editor | 
| manager | 
Note
The elements <aff> and <element-aff-alternatives> are not allowed in <contrib-group>
Note
Some of the refered rules are based on JATS4M specifications.
Examples:
Example in <article-meta>:¶
...
<article-meta>
  ...
  <contrib-group content-type="author">
    <contrib contrib-type="person">
      <name>
        <surname>Arrighi</surname>
        <given-names>Laurence</given-names>
      </name>
      <xref ref-type="aff" rid="aff1"/>
    </contrib>
    <contrib contrib-type="person">
      <name>
        <surname>Violette</surname>
        <given-names>Isabelle</given-names>
      </name>
      <xref ref-type="aff" rid="aff1"/>
    </contrib>
  </contrib-group>
  ...
</article-meta>
...
Example in <journal-meta>:¶
...
<journal-meta>
  <contrib-group content-type="manager">
    <contrib contrib-type="person">
      <name>
        <surname>Jolicoeur</surname>
        <given-names>Serge</given-names>
      </name>
      <role>director</role>
    </contrib>
  </contrib-group>
  <contrib-group content-type="editor">
    <contrib contrib-type="person">
      <name>
        <surname>Léger</surname>
        <given-names>Catherine</given-names>
      </name>
      <role>redacteur chef</role>
    </contrib>
    <contrib contrib-type="person">
      <name>
        <surname>LeBlanc</surname>
        <given-names>Matthieu</given-names>
      </name>
      <role>redacteur chef</role>
    </contrib>
    <contrib contrib-type="person">
      <name>
        <surname>Arrighi</surname>
        <given-names>Laurence</given-names>
      </name>
      <role>redacteur chef</role>
    </contrib>
    <contrib contrib-type="person">
      <name>
        <surname>Violette</surname>
        <given-names>Isabelle</given-names>
      </name>
      <role>redacteur chef</role>
    </contrib>
  </contrib-group>
  ...
</journal-meta>
...