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-type attribute with the value video
  • @id attribute containing a unique identifier for the figure
  • @position with the value float
The <fig> element must include the following child elements:
  • <label> with the content Video Abstract
  • <long-desc> containing a @content-type attribute with the value transcript and a @xlink:href attribute containing the file-name of the transcription text file.
  • <media> containing a @content-type attribute with the value video/mp4 , an id attribute containing a unique identifier for the media and a @xlink:href attribute 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>