Abstract

If present capture Abstracts in an <abstract> element.

Note: Abstracts are not currently in use on special issues. This documentation will be updated once the use of Abstracts is confirmed.

The <abstract> must contain a @abstract-type attribute with the value of standard.

The abstract element must include a child <title> element. If no title for the abstract is provided in the source content then set the text value to Abstract.

The content of the abstract must be captured in one or more child <p> elements. If the source content has sections in the abstract then capture those using <sec> elements.

Figures, lists or other content must always be captured as a child of a <p> element.

The allowed children of a <p> element within <abstract> are:
  • bold
  • italic
  • monospace
  • sc
  • sub
  • sup
  • underline
  • inline-formula
  • disp-formula
  • xref
  • fn
  • inline-graphic
  • graphic
  • fig
  • ext-link
  • table-wrap
  • list

Example

<abstract>
  <p><bold> Guest Editors</bold>: <list list-type="simple">
    <list-item>
      <p>Mónica Lira-Cantú, ICN2, Spain</p>
    </list-item>
    <list-item>
      <p>Jinsong Huang, University of North Carolina at Chapel Hill,
    USA</p>
    </list-item>
    <list-item>
      <p>Yulia Galagan, National Taiwan University, Taiwan</p>
    </list-item>
    <list-item>
      <p>Aldo Di Carlo, University of Rome "Tor Vergata", Italy</p>
    </list-item>
    <list-item>
      <p>Annalisa Bruno, NTU, Singapore and ENEA, Italy</p>
    </list-item>
    <list-item>
      <p>Yehao Deng, Chongqing University, China</p>
    </list-item>
  </list>
</p>
</abstract>