Standard Abstract

Capture a standard text abstract in an <abstract> element.

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

If the abstract has a title include it in a child <title> element.

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
  • ext-link
  • table-wrap
  • list

Example

<abstract abstract-type="standard">
  <title>Abstract</title>
  <p>We utilize the lattice Boltzmann method to conduct three-dimensional simulations of
incompressible flows in oscillating cubic lid-driven cavities. Our investigation
focuses on examining the impact of Reynolds number and oscillating frequency on the
flow field. Notably, we observe that the flow field can be adequately approximated as
two-dimensional within the low and intermediate Reynolds number range, but this
approximation is no longer valid for high Reynolds numbers. Additionally, we find that
high Reynolds numbers correspond to transient flow fields, while low and moderate
Reynolds numbers exhibit quasi-steady periodic flow fields. Our study holds
significant relevance for industrial processing applications, where the Reynolds
numbers and oscillating frequencies can be optimized to achieve a desired flow
field.</p>
</abstract>