libero / editor

Expedite your production workflow with our open tools and management system
MIT License
10 stars 0 forks source link

On Behalf of #33

Open fred-atherden opened 5 years ago

fred-atherden commented 5 years ago

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 . . . ?

Considerations

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 content-type="author">
     ...
     <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>

Taken from: https://github.com/elifesciences/TextureRequirements/issues/19

NickDuf commented 5 years ago

See inVision for design proposal