microsimulation / ijm-xml

XML files for the International Journal of Microsimulation
MIT License
0 stars 0 forks source link

Appendices captured using <sec> in 00129 and 00149 #166

Open fred-atherden opened 4 years ago

fred-atherden commented 4 years ago

Articles 00129 and 00149 each have an appendix, which has been captured using sec, when they should be captured using app. Please fix.

00129

<back>
    <sec sec-type="annex" id="s7">
        <title>Annex</title>
        <table-wrap id="tablea1" position="float"> ... </table-wrap>
    </sec>
</back>

00149

<back>
    <sec id="A8">
        <title>Appendix</title>
        <table-wrap id="tableA1" position="float"> ... </table-wrap>
        ...
    </sec>
</back>