libero / editor

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

Reporting standards #71

Open fred-atherden opened 4 years ago

fred-atherden commented 4 years ago

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>

Taken from: https://github.com/elifesciences/TextureRequirements/issues/62

NickDuf commented 4 years ago

See inVison file for design proposal