Abstract

Capture Abstracts in an <abstract> element.

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 abstract-type="standard">
  <title>Abstract</title>
  <p>Introduction to Nonlinear Optics of Photonic Crystals and Metamaterials,
  Second Edition presents concise examples illustrating the basic principles
  of the field, embedding a discussion of current and future device
  applications in a theoretical account of the non-linear behaviour of light
  at nanoscale to produce an informative and authoritative introduction to the
  subject for students trying to advance rapidly amongst the vanguard of
  modern applied physics and engineering. Pitched at an accessible level, this
  survey of some of the most important fundamentals of the field is ideal for
  researchers, undergraduate and graduate students, as well as self-taught
  students looking to expand their field of interest. <list id="l1" list-type="bullet">
    <title>Key features</title>
    <list-item>
      <p>Provides reference to the current research literature to facilitate
    the reader with pursuing topics within the field.</p>
    </list-item>
    <list-item>
      <p>Suitable for self-study students.</p>
    </list-item>
    <list-item>
      <p>Includes concise presentations which focuses on the essential basic
    principle of the field.</p>
    </list-item>
    <list-item>
      <p>Discusses a review of current device applications.</p>
    </list-item>
    <list-item>
      <p>Presents the principles of photonic crystals and metamaterials and
    their applications at a basic level.</p>
    </list-item>
  </list>
</p>
</abstract>