substance / texture

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

Reporting standards #1291

Open fred-atherden opened 5 years ago

fred-atherden commented 5 years ago

Description

Reporting standards contain any details of a specific standard that the data being reported meets, usually in the form of a checklist.

User Stories

Author

Production staff

But what if . . . ?

Considerations

XML requirements

supplementary material with a specific label.

Captured as a supplementary-material in a back/sec[@sec-type="supplementary-material"] element. These have a child label whose value is 'Reporting Standards X.'.

<back>
     ...
     <sec sec-type="supplementary-material">
          <title>Additional files</title>
          <supplementary-material id="supp5">
               <label>Reporting Standards 1.</label>
               <caption>
                    <title>CONSORT extension for Pilot and Feasibility Trials Checklist.</title>
               </caption>
               <media mime-subtype="docx" mimetype="application" xlink:href="elife-31549-repstand1-v1.docx"/>
          </supplementary-material>
     </sec>
     ...
<back>

Mock ups

Proposal