substance / texture

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

Author competing interests #1277

Open JGilbert-eLife opened 5 years ago

JGilbert-eLife commented 5 years ago

Description

A statement of any conflicts of interest an author may have.

User stories

Author

Production staff

But what if . . . ?

Consideration

XML requirements

Each distinct competing interests statement should be captured as a fn[@fn-type="COI-statement"] in the author-notes. These are then linked to from the appropriate author(s) using an xref

<article-meta>
    ...
    <contrib-group content-type="authors">
        <contrib>
            <name>
                <surname>Gilbert</surname>
                <given-names>James F</given-names>
            </name>
            <xref ref-type="fn" rid="conf1"/>
        </contrib>
        <contrib>
            <name>
                <surname>Atherden</surname>
                <given-names>Frederick P</given-names>
            </name>
            <xref ref-type="fn" rid="conf1"/>
        </contrib>
        <contrib>
            <name>
                <surname>Zoolander</surname>
            </name>
            <xref ref-type="fn" rid="conf2"/>
            ...
        </contrib>
        ...
    </contrib-group>
    ...
    <author-notes>
        <fn fn-type="COI-statement" id="conf1">
            <p>Is an employee of eLife. No other competing interests exist</p>
        </fn>
        <fn fn-type="COI-statement" id="conf2">
            <p>No competing interests declared</p>
        </fn>
        …
    </author-notes>
    ...
</article-meta>

Mock ups

Proposal