Graphical abstract
Capture the graphical abstract of an article, a book, or a book-part in an abstract element with an abstract-type attribute of "graphical" and a child p. Capture the fig element within the p and with an id attribute.
A graphical abstract must have a title element with the text content "Graphical Abstract", unless instructed otherwise.
A graphical abstract must contain a fig element. Within the fig element, capture the following:
- A label element
- A caption element
- A graphic element with an xlink:href attribute (see Graphics).
A graphical abstract may be used instead of, or in addition to a standard text-based abstract.
<abstract abstract-type="graphical">
<title>Graphical Abstract</title>
<p>
<fig id="ga1" position="float">
<label>Graphical Abstract</label>
<caption>
<p>Caption text.</p>
</caption>
<graphic xmlns:xlink="http://www.w3.org/1999/xlink"
xlink:href="doy178_ga.png"
mimetype="image"/>
</fig>
</p>
</abstract>