Page tree

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.



Keep in mind that this is work in progress and scheduled for the 2023 R3 release of brill.com.

Cadmore allows for media files (audio and video) to be hosted on their servers and be embedded in the full XML content of publications on brill.com. The following tagging has been agreed upon (identical for JATS and BITS):

Code Block
languagexml
titleTagging of Cadmore content
<p><fig specific-use="cadmore" position="float" orientation="portrait">
                        <alternatives>
                            <media xmlns:xlink="http://www.w3.org/1999/xlink"
                                xlink:href="https://stream.cadmore.media/player/xf85485d0f85485d0-6d42-4183-b0c6-6baed6f29ccd" content-type="media/mp4"
                                position="float" orientation="portrait"/>
                            <supplementary-material specific-use="search-transcript" position="float"
                                orientation="portrait">
                                <speech>
                                    <speaker/>
                                    <p>
                                        <list>
                                            <list-item>
                                                <label>00:00:00:000</label>
                                                <p>[MUSIC PLAYING]</p>
                                            </list-item>
                                            <list-item>
                                                <label>00:00:02:928</label>
                                                <p>null</p>
                                            </list-item>
                                        </list>
                                    </p>
                                </speech>
                                <speech>
                                    <speaker>SPEAKER</speaker>
                                    <p>
                                        <list>
                                            <list-item>
                                                <label>00:00:19:032</label>
                                                <p>This video demonstrates the multimodal treatment</p>
                                            </list-item>
                                            <list-item>
                                                <label>00:00:22:250</label>
                                                <p>of a pediatric posterior fossa arteriovenous
                                                    malformation,</p>
                                            </list-item>
                                            <list-item>
                                                <label>00:00:26:120</label>
                                                <p>employing both endovascular and microsurgical
                                                    techniques.</p>
                                            </list-item>
                                        </list>
                                    </p>
                                </speech>
                            </supplementary-material>
                        </alternatives>
                    </fig></p>   

Note that fig[@speficic-use='cadmore']/media[@content-type][@xlink:href] is mandatory and media/@xlink:href should contain the link to the resource on Cadmore.