microsimulation / ijm-xml

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

<disp-quote> in <p> elements #182

Open fred-atherden opened 4 years ago

fred-atherden commented 4 years ago

There are 15 articles delivered thus far containing <disp-quote>s which have been captured as children of <p> elements:

Please ensure that <disp-quote> is only captured as a child of one of the following elements:

For example:

<sec>
...
<p>The surveyed models differ considerably in the number of processes that have been modelled and therefore in comprehensiveness. Comprehensiveness and complexity comes at the price of making it difficult to interpret results and to separate out the impact of individual processes. Zaidi and Rake conclude in this context that the effectiveness and suitability of a dynamic microsimulation model has to be judged in relation to the purpose for which the model was built; they summarize this statement in the first of their 12 lessons:
<disp-quote>
<p>“A successful model requires clear objectives. From these objectives, model builders can identify the processes which are essential to the model and design a developmental strategy for the model, whereby other processes are incorporated over the longer term.” (<xref ref-type="bibr" rid="bib55">Zaidi and Rake, 2001</xref>:18).</p>
</disp-quote>
</p>
</sec>

should instead be captured as:

<sec>
...
<p>The surveyed models differ considerably in the number of processes that have been modelled and therefore in comprehensiveness. Comprehensiveness and complexity comes at the price of making it difficult to interpret results and to separate out the impact of individual processes. Zaidi and Rake conclude in this context that the effectiveness and suitability of a dynamic microsimulation model has to be judged in relation to the purpose for which the model was built; they summarize this statement in the first of their 12 lessons:</p>
<disp-quote>
<p>“A successful model requires clear objectives. From these objectives, model builders can identify the processes which are essential to the model and design a developmental strategy for the model, whereby other processes are incorporated over the longer term.” (<xref ref-type="bibr" rid="bib55">Zaidi and Rake, 2001</xref>:18).</p>
</disp-quote>
</sec>