OUP BITS TCI

 

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>
Release ID:
20260603
ID:
graphical_abstract
Author:
buckmasm
Last changed:
Wed, 03 Jun 2026
Modified by:
buckmasm
Revision#:
3163