substance / texture

A visual editor for research.
MIT License
1k stars 83 forks source link

On Behalf of #1279

Open JGilbert-eLife opened 5 years ago

JGilbert-eLife commented 5 years ago

Description

An 'on behalf of statement' appears at the end of the author list stating that the authors are writing on behalf of a larger group.

User stories

Author

Production staff

But what if . . . ?

Consideration

XML requirements

A on-behalf-of element, the content of which is usually just a normal string (but may be mixed-content), is placed as a sibling to an author, in the contrib-group e.g.

<contrib-group>
     ...
     <contrib contrib-type="author">
          <name>
               <surname>Atherden</surname>
               <given-names>Frederick P</given-names>
          </name>
          ...
     </contrib>
     <on-behalf-of>on behalf of the Canadian Critical Care Translational Biology Group</on-behalf-of>
</contrib-group>

Mock ups

Proposal