Multimedia (audio/video) abstract
Capture a video or audio abstract of an article, book, or book part
in an abstract element with an abstract-type
attribute of video
or audio
as appropriate and a child
p containing a fig element for the
media object.
An audio abstract must have a title element with the text content "Audio Abstract", unless instructed otherwise. A video abstract must have a title element with the text content "Video Abstract", unless instructed otherwise.
A multimedia abstract must contain a fig element. Within the fig element, capture the following:
- A label element, with text content "Audio Abstract" for audio abstracts or "Video Abstract" for video abstracts
- A caption element
- A media element with an xlink:href attribute (see Inline multimedia content).
If a transcript of the asset is provided, link the resource to it by using the xref element with the following attributes:
- rid, with a value corresponding to the transcript id;
- ref-type="custom";
- custom-type="transcript".
A multimedia abstract may be used instead of, or in addition to, a standard text-based abstract.
Video Abstract
The label element for the media object has the value
Video Abstract
.
<abstract abstract-type="video">
<title>Video Abstract</title>
<p>
<fig id="XXXXXXX" fig-type="video" orientation="portrait" position="float">
<object-id pub-id-type="doi">10.1093/XXXXX/XXX111_video1</object-id>
<label>Video Abstract</label>
<caption>
<p>Caption text.</p>
</caption>
<media content-type="brightcove" mimetype="video" xlink:href="https://players.brightcove.net/1611106596001/default_default/index.html?videoId=1111111111111">
<object-id pub-id-type="referenceid">XXX111media1</object-id>
<object-id pub-id-type="videoid">1111111111111</object-id>
</media>
</fig>
</p>
</abstract>
Audio Abstract
The label element for the media object has the value
Audio Abstract
.
<abstract abstract-type="audio">
<title>Audio Abstract</title>
<p>
<fig id="XXXXXXX" fig-type="audio" orientation="portrait" position="float">
<object-id pub-id-type="doi">10.1093/XXXXX/XXX111_audio1</object-id>
<label>Audio Abstract</label>
<caption>
<p>Caption text.</p>
</caption>
<media content-type="brightcove" mimetype="audio" xlink:href="https://players.brightcove.net/1611106596001/default_default/index.html?videoId=1111111111111">
<object-id pub-id-type="referenceid">XXX111media1</object-id>
<object-id pub-id-type="videoid">1111111111111</object-id>
</media>
</fig>
</p>
</abstract>