substance / texture

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

Author roles #1271

Open fred-atherden opened 5 years ago

fred-atherden commented 5 years ago

Description

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

Mock ups

This is not required, but if you have mock ups of what you would like to see please provide them here.

Proposal

This will be added by the Texture team after the feature request is discussed and agreed.