csp logo

Instructions for using this documentation

Issue XML Requirements

Article XML Requirements

Article Objects

ID Syntaxes

File-Naming Conventions

Full-text Examples

DTD

Article object

Math statements (lemmas, proofs, hypotheses, postulates, corollaries)

Element or context:

<statement>

Requirements:

  1. Contain the statement within <statement>
  2. If the statement has a label (e.g., "lemma 1") then use <label>
  3. If the statement contains a title or caption, then ontain the caption within <caption><p>
  4. Include any math (inline or displayed equations as either images or mathML, according to instructions from CSP

Examples

A displayed formula as an image only

A theorem

<statement>
<label>Statement 1.</label> <caption><p>A lemma on error</p></caption <p>The error measurement chosen for comparison is the mean percentage error of the back-casted wind data compared to the measured met tower data. The mean percentage error (MPE) is given by <disp-formula id="eq006"><label>(6)</label><mml:math display="block" overflow="scroll" altimg="tcsme-2017-0041eq6.gif"> .....</mml:math> <italic>X<sub>t</sub></italic> is the measured (met tower) wind speed at time <italic>t</italic>, and <italic>F<sub>t</sub></italic> is the back-casted wind
speed based on the historical MERRA-2 data and the relationship between the MERRA-2
data and the measured wind speed over the initial study interval.</p> </statement>