microsimulation / ijm-xml

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

ijm-00111.xml bib11 validation #49

Closed gnott closed 5 years ago

gnott commented 5 years ago

Reference bib11 is type working-paper which is not supported for display on the demo site. Is there a more suitable type of reference to use? Or, I may need to find a way to convert it to type unknown.

Melissa37 commented 5 years ago

@Vijayarajmurugesan

Please change bib11 to publication-type="report"

<ref id="bib11">
                <element-citation publication-type="working-paper">
                    <person-group person-group-type="author">
                        <name>
                            <surname>Morrison</surname>
                            <given-names>R</given-names>
                        </name>
                    </person-group>
                    <year iso-8601-date="2008">2008</year>
                    <source>Validation of longitudinal models: DYNACAN practices and
                        plans. APPSIM Working Papers No. 8</source>
                    <publisher-name>National Centre for Social and Economic Modelling, University on
                        Canberra</publisher-name>
                </element-citation>
            </ref>

I have noticed that the numbered sections have been split between <label> and <title> again. Please can you move the labels into the titles?

<sec id="s1">s
            <title>1. Introduction</title>
Vijayarajmurugesan commented 5 years ago

@Melissa37 This is fixed

gnott commented 5 years ago

I tested the resupplied 00111 article and it is valid, thanks @Vijayarajmurugesan!