substance / texture

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

Acknowledgements #1288

Open JGilbert-eLife opened 5 years ago

JGilbert-eLife commented 5 years ago

Description

Acknowledgements is the section in the article in which authors thank other people for help and support during their work, acknowledge funders, make various disclaimers, and dedicate the work in a plain text statement. Formal tagging for items such as acknowledge funders is covered elsewhere.

User stories

Author

Erudit

But what if . . . ?

Consideration

XML requirements

Acknowledgements are captured as ack elements, placed in the back. An article may contain numerous ack elements for different translations of the same content (the ack containing a language which differs to the main article should have an appropriate @xml:lang attribute):

<back>
    <ack>
        <title>Remerciement</title>
        <p>Texte de remerciement.</p>
    </ack>
    <ack xml:lang="en">
        <title>Acknowledgement</title>
        <p>Ack text goes here.</p>
    </ack>
</back>

eLife allows the following child elements:

Aside from xref, ext-link, and inline-formula (which are allowed as descendants of ack in eLife content), acknowledgements in eLife articles typically contain quite simple content (paragraphs with text which may have some formatting).

Mock ups

Proposal