Documentation for the IOP Publishing specific implementation of JATS 1.3 for article content.
Capture the article body content in a <body> element.
<body>
Capture the doctype and encoding for an article as below.
The root element for an article is a <article> element.
<article>
Capture metadata about an article in a <front> element.
<front>
Capture sections in a <sec> element.
<sec>
Capture paragraphs using <p> elements.
<p>
Capture figures using a <fig> element
<fig>
Capture tables inside a <table> element child of a <table-wrap> element.
<table>
<table-wrap>
Capture links internal to the article in a <xref> element.
<xref>
Capture Lists in a <list> element.
<list>
Capture inline mathematical content in a <inline-formula> element.
<inline-formula>
Capture block mathematical content in a <disp-formula> element.
<disp-formula>
Capture boxed text content inside a <boxed-text> element.
<boxed-text>
Capture footnotes for an article in a <fn> element.
<fn>
Capture formal statements such as theorems, proofs and remarks in a <statement> element.
<statement>
Capture text where spacing has to be preserved (e.g. computer code) in a <preformat> element.
<preformat>
Capture extracts or quoted passages using a <disp-quote> element.
<disp-quote>
Capture inline links to dataset using a <named-content> element.
<named-content>
Capture inline links to objects using a <named-content> element.
Capture inline supplementary data in a <inline-supplementary-material> element.
<inline-supplementary-material>
Capture glossary, nomenclature or list of symbols in a <def-list> element.
<def-list>
Capture reference lists, appendices and other back matter in a <back> element.
<back>
List of current schematron validation rules