Inline multimedia content
Capture inline (embedded) video content in a media element
within a fig element with a fig-type attribute with a
value of video
or audio
as appropriate.
Capture the fig element according to the placement indicator in the manuscript, or (if there is no such indicator) after the paragraph in which it is cited.
Upload video/audio files to Brightcove prior to submitting the XML to the platform. The instructions for uploading video/audio Brightcove can be found in the Reference Library, in the Uploading videos to Brightcove document.
Capture the following within the fig element:
- The fig id.
- The video/audio DOI captured in an object-id element with a
pub-id-type attribute with a value of
doi
. - A label element containing the label for the item, in the format
Video 1
orAudio 1
. - A caption element.
- A media element with a
content-type attribute with a value of
brightcove
, a mimetype attribute with a value ofvideo
oraudio
as appropriate, and a xlink:href attribute with a value of the video url.
The video/audio DOI consists of the DOI of the containing book or journal article, followed
by _
, followed by the label for the item (with any white space characters removed).
For a journal article, the video/audio url begins
https://players.brightcove.net/1611106596001/default_default/index.html?videoId=
,
followed by the Brightcove video id.
For a book, the video/audio url begins
https://players.brightcove.net/1579648260001/default_default/index.html?videoId=
,
followed by the Brightcove video id.
Within the media element, capture two object-id child elements:
- A object-id pub-id-type="referenceid" element containing the file name (minus extension) of the asset. This must match the Reference ID in Brightcove exactly.
- A object-id pub-id-type="videoid" element containing the Brightcove ID of the video/audio asset.
Inline video content
<fig id="bty101-video1" fig-type="video"> <object-id pub-id-type="doi">10.1093/ejcts/ezx152_video1</object-id> <label>Video 1</label> <caption> <p>A video of the trained dog during the testing phase.</p> </caption> <media content-type="brightcove" mimetype="video" xlink:href="https://players.brightcove.net/1611106596001/default_default/index.html?videoId=5520140456001"> <object-id pub-id-type="referenceid">ezx152media1</object-id> <object-id pub-id-type="videoid">5520140456001</object-id> </media> </fig>
Inline audio content
<fig id="bty102-audio1" fig-type="audio"> <object-id pub-id-type="doi">10.1093/ohr/ohu030_audioexcerpt1</object-id> <label>Audio 1</label> <caption> <p>Morales Introducing Tours / (0:39) issues in Madison schools</p> </caption> <media content-type="brightcove" mimetype="audio" xlink:href="https://players.brightcove.net/1611106596001/default_default/index.html?videoId=5637834826001"> <object-id pub-id-type="referenceid">ohu030.audio1</object-id> <object-id pub-id-type="videoid">5637834826001</object-id> </media> </fig>
Inline multimedia content (non-platform)
For inline multimedia without an online platform output, capture the following within the fig element:
- The fig id.
- A label element if present.
- A caption element if present.
- A media element with a mimetype attribute
with a value of
video
oraudio
as appropriate, and a xlink:href attribute with a value of the the file name of the asset, including its extension..
<fig id="he101-audio-1" fig-type="audio"> <label>Listening Exercise 1</label> <caption> <p>The Cannonball Adderley Quintet, "Mercy, Mercy, Mercy"</p> </caption> <media mimetype="audio" xlink:href="he101-audio-1.mp3"/> </fig>