Featured Video and Audio
Capture a featured video or audio in a supplementary-material
element with a content-type attribute of value featured-video
or
featured-audio
as appropriate. The supplementary-material
element must have a graphic child and a media
child.
Within the supplementary-material capture:
- an optional label element if a label is provided
- a caption element (if a caption is available)
- a graphic element with xlink:href attribute whose value is the filename for the TOC thumbnail image
- a media element containing the identifier of the media file (see Inline multimedia content)
Only one piece of featured content (image, video or audio) can be tagged in an article.
If the video/audio should also appear in the body, capture it in a fig element with attribute fig-type="featured-video" or fig-type="featured-audio" as appropriate. Capture a graphic element within the fig with a reference to the TOC thumbnail image.
Featured Video
<supplementary-material content-type="featured-video" id="ivab278_video1"> <caption> <p>Optional caption text.</p> </caption> <graphic xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="ivab278_video1.png" mimetype="image"/> <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">ivab278media1</object-id> <object-id pub-id-type="videoid">1111111111111</object-id> </media> </supplementary-material>
Featured Audio
<supplementary-material content-type="featured-audio" id="ivab278_audio1"> <caption> <p>Optional caption text.</p> </caption> <graphic xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="ivab278_audio1.png" mimetype="image"/> <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">ivab278media1</object-id> <object-id pub-id-type="videoid">1111111111111</object-id> </media> </supplementary-material>
Within the body
<fig id="ivab278_audio1" fig-type="featured-audio" orientation="portrait" position="float"> <object-id pub-id-type="doi">10.1093/icvts/ivab278_audio1</object-id> <caption> <p>Optional caption text.</p> </caption> <graphic xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="ivab278_audio1.png" mimetype="image"/> <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">ivab278media1</object-id> <object-id pub-id-type="videoid">1111111111111</object-id> </media> </fig>