substance / texture

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

Bio #1272

Open fred-atherden opened 5 years ago

fred-atherden commented 5 years ago

Description

A human readable biography (bio) displayed for an author or non-author contributor.

User Stories

Author

Production staff

Considerations

XML requirements

bio element is used. It is captured as a child of the contrib. The bio contains a p, which is simple sentence.

<article-meta>
    ...
    <contrib-group>
        <contrib contrib-type="author">
            <name>
                <surname>Atherden</surname>
                <given-names>Frederick P</given-names>
            </name>
            ...
            <bio><p><bold>Frederick P Atherden</bold> is in the Production Department, <ext-link xlink:href="https://elifesciences.org/">eLife Sciences Publications</ext-link></p></bio>
        </contrib>
        ...
    </contrib-group>
    …
</article-meta>

Some publishers may need multiple bios for one author, which contains translations of the same content:

<contrib>
  ...
  <bio xml:lang="fr">
    <p>Bio note en Français</p>
  <bio>
  <bio xml:lang="en">
    <p>Bio note in English</p>
  <bio>
  ...
</contrib>

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.

fabiobatalha commented 5 years ago

User Stories

The same user stories for authors applies for the production staff. Including add and and removed bio notes.

fred-atherden commented 5 years ago

The same user stories for authors applies for the production staff. Including add and and removed bio notes.

@fabiobatalha this applies to all tickets - there is an assumption that production staff can do everything that authors can. This saves us writing out duplicate user stories!

Apologies if that wasn't made clearer