libero / editor

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

Author roles #88

Open fred-atherden opened 5 years ago

fred-atherden commented 5 years ago

Érudit allows authors to be assigned a role.

User Stories

Author

Production staff

Érudit

But what if . . . ?

Considerations

XML requirements

<contrib-group content-type="author">
  ...
  <contrib>
    <name>
      <surname>Einstein</surname>
      <given-names>Albert</given-names>
    </name>
    <email>albert@einstein.org</email>
    <role>researcher</role>
  </contrib>
  ...
</contrib-group>
...

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

NickDuf commented 4 years ago