equal-contrib

Equal Contribution

Indicates whether or not all contributors contributed equally.

Remarks

If the contributor whom this attribute modifies contributed equally with all other contributors, this attribute should be set to “yes”; if his/her contribution was greater or lesser, then this attribute should be set to “no”.

With the Element

<contrib>
Value Meaning
no This contributor did not participate equally with all other contributors.
yes This contributor participated equally with all other contributors.
Restriction: @equal-contrib is an optional attribute; there is no default.

Example


...
<contrib contrib-type="author">
<name><surname initials="L">Lawrence</surname>
<given-names initials="SP">Sharon Peniston</given-names>
</name></contrib>
<contrib contrib-type="author" equal-contrib="no">
<name><surname initials="M">Miller</surname>
<given-names initials="DB">Donna Bunch</given-names>
</name></contrib>
...