substance / texture

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

Video supplements #1282

Open JGilbert-eLife opened 5 years ago

JGilbert-eLife commented 5 years ago

Description

eLife allows videos to be included as supplements to main figures.

User stories

Author

Production staff

But what if . . . ?

Consideration

XML requirements

Videos which are supplements to figures are captured in the same fig-group as the corresponding main figure.

<fig-group>
    <fig id="fig1" position="float">
        <label>Figure 1.</label>
        <caption>
            <title>...</title>
            <p>...</p>
        </caption>
        <graphic xlink:href="..." mimetype="application" mime-subtype="postscript"/>
    </fig>
    <media id="fig1video1" xlink:href="http://static-movie-usa.glencoesoftware.com/mp4/10.7554/839/6eb7150a5e63d806971b60e5c01a0ad2f1002d7b/elife-44431-fig1-video1.mp4" mimetype="video" mime-subtype="mp4">
        <label>Figure 1—video 1.</label>
        <caption>
                <title><italic>Tg(prox1a:tagRFP;pou4f3:gfp)</italic> during regeneration.</title>
                <p>A dividing <italic>prox1a</italic>-positive cell downregulates <italic>prox1a:tagRFP</italic> and upregulates the hair cell marker <italic>pou4f3:gfp.</italic></p>
        </caption>
    </media>
</fig-group>

They have every XML requirement that videos do.

Mock ups

Proposal