libero / editor

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

Ethics #66

Open fred-atherden opened 5 years ago

fred-atherden commented 5 years ago

Ethics are statements on any animal or human experimentation carried out as part of the work being reported.

User Stories

Author

Production staff

But what if . . . ?

Considerations

XML requirements

Currently under JATS4R discussion. Recommendations to be released shortly. The below has taken the most recent findings of the JATS4R sub-group into account.

Ethics should be captured in a sec[@sec-type="ethics-statement"], which in turn is captured as the in the additional information section. The individual <p> elements for each type of ethics should contain the attribute @content-type which should always begin with ethics-, eLife has elected to use ethics-approval-human and ethics-approval-animal. These should be in order, with humans first then animals (if both are necessary).

<sec sec-type="additional-information">
    ...
     <sec sec-type="ethics-statement">
        <title>Ethics</title>
        <p content-type="ethics-approval-human">Human subjects: Fresh tissue samples were obtained upon informed consent from patients undergoing surgery at the Gynecology Division of the European Institute of Oncology (Milan). Sample collection was performed under the protocol number R789-IEO approved by the Ethics Committee of the European Institute of Oncology.</p>
        <p content-type="ethics-approval-animal">Animal experimentation: All animal studies were performed following a  protocol approved by the fully authorized animal facility of European  Institute of Oncology and by the Italian Ministry of Health (as required by the Italian Law) (IACUCs number 1256/2015) and in accordance to EU directive 2010/63. Mouse tissues were obtained from Karolinska Institutet (Stockholm, Sweden) and IRCCS San Raffaele Scientific Institute (Milan, Italy), in  accordance with Institutional Animal Care and Use Committees.</p>
     </sec>
</sec>

The p/@content-type values should be set in the configuration and can be added, removed changed etc.

https://github.com/elifesciences/TextureRequirements/issues/57

NickDuf commented 4 years ago

See inVision design proposal