microsimulation / ijm-xml

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

ijm-00047.xml confproc reference bib10 #45

Closed gnott closed 5 years ago

gnott commented 5 years ago

Similar to issue https://github.com/microsimulation/ijm-xml/issues/44, bib10 in this XML does not have an articleTitle in the JSON output, which cause it to be deemed invalid.

Melissa37 commented 5 years ago

@Vijayarajmurugesan

<ref id="bib10">
                <element-citation publication-type="confproc">
                    <person-group person-group-type="author">
                        <name>
                            <surname>Harding</surname>
                            <given-names>A</given-names>
                        </name>
                    </person-group>
                    <year iso-8601-date="2007">2007</year>
                    <source>Challenges and opportunities of Dynamic Microsimulation
                        Modelling</source>
                    <conf-name>Plenary paper presented to the 1<sup>st</sup> General Conference of
                        the International Microsimulation Association</conf-name>
                    <conf-loc>Vienna</conf-loc>
                    <conf-date>21 august 2007</conf-date>
                    <ext-link ext-link-type="uri"
                        xlink:href="http://www.euro.centre.org/ima2007/programme/papers/Challenges Harding Paper.pdf"
                        >http://www.euro.centre.org/ima2007/programme/papers/Challenges Harding
                        Paper.pdf</ext-link>
                </element-citation>
            </ref>

Please change:

<source>Challenges and opportunities of Dynamic Microsimulation
                        Modelling</source>

To:

<article-title>Challenges and opportunities of Dynamic Microsimulation
                        Modelling</article-title>
Vijayarajmurugesan commented 5 years ago

@Melissa37 Fixed the issue and uploaded the package to an ftp site: https://exeterpremedia.exavault.com/share/view/1i5dm-9s6a5s81 Regards, Vijay

gnott commented 5 years ago

The <article-title> tag on this reference is producing valid JSON output, thanks Vijay!