Graphical Abstract

Capture Graphical Abstracts in an <abstract> element. with an @abstract-type attribute of value graphical.

The <abstract> element must contain an empty child <title> element and a <fig> element containing the graphical abstract.

The <fig> element must contain a @id attribute containing a unique identifier for the figure and a child <graphic> element containing the reference to the image.

The graphic element must contain the following attributes:
  • @content-type containing the value online.
  • @id containing a unique identifier for the graphic.
  • @xlink:href containing the file name of the graphic.

Example

<abstract abstract-type="graphical">
  <title/>
  <p>
    <fig id="GA1">
      <graphic content-type="online" id="ecsspacc4d9-ga_on" xlink:href="ecsspacc4d9-ga.jpg"/>
    </fig>
  </p>
</abstract>