substance / texture

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

Source data #1294

Open fred-atherden opened 5 years ago

fred-atherden commented 5 years ago

Description

Source data for the whole article.

User Stories

Author

Production staff

But what if . . . ?

Considerations

XML requirements

Captured as a supplementary-material in back/sec[@sec-type="supplementary-material"] element. The value of the label is 'Source data X.'

<back>
     ...
     <sec sec-type="supplementary-material">
          <title>Additional files</title>
          ...
         <supplementary-material id="sdata1">
               <label>Source data 1.</label>
               <caption>
                    <title>RNA-seq data from dense aging time course.</title>
               </caption>
               <media mime-subtype="xlsx" mimetype="application" xlink:href="elife-39911-data1-v3.xlsx"/>
          </supplementary-material>
          <supplementary-material id="sdata2">
               <label>Source data 2.</label>
               <caption>
                    <title>MATLAB file containing resampled bilateral FOF model fits.</title>
               </caption>
               <media mime-subtype="mat" mimetype="application" xlink:href="elife-39911-data2-v3.mat"/>
          </supplementary-material>
          ...
     </sec>
     ...
<back>

Mock ups

Proposal