Video Abstract
Capture Video Abstracts in an <abstract> element with an
@abstract-type attribute of value video
.
The <abstract> element must include a child
<title> element with the content Video Abstract
.
The
<abstract> element must also include a child
<fig> element wrapped in a <p> with
the following attributes:-
@fig-typeattribute with the valuevideo
-
@idattribute containing a unique identifier for the figure @positionwith the valuefloat
The
<fig> element must include the following child elements:<label>with the contentVideo Abstract
<long-desc>containing a@content-typeattribute with the valuetranscript
and a@xlink:hrefattribute containing the file-name of the transcription text file.<media>containing a@content-typeattribute with the valuevideo/mp4
, an id attribute containing a unique identifier for the media and a@xlink:hrefattribute containing the file-name of the video file.
Example
<abstract abstract-type="video">
<title>Video Abstract</title>
<p>
<fig fig-type="video" id="video-abstract-fig" position="float">
<label>Video Abstract</label>
<long-desc content-type="transcript" xlink:href="abstract-transcript-mafaa8d0dva.txt"/>
<media content-type="video/mp4" id="video_abstract" xlink:href="abstract-video-mafaa8d0dva.mp4"/>
</fig>
</p>
</abstract>