Multimedia abstract
Capture a video or audio abstract of an article 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.
Within the abstract element capture a title element.
Use the value Video Abstract
or Audio Abstract
unless instructed
otherwise.
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>Optional 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>Optional 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>