microsimulation / ijm-xml

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

Use of <string-name> in references #153

Open fred-atherden opened 5 years ago

fred-atherden commented 5 years ago

The below IJM articles contain element-citations with descendant (or child!) string-name elements. These need to replaced with name.

Example from ijm-00003.xml

<ref id="bib1">
    <element-citation publication-type="report">
        <person-group person-group-type="author">
            <string-name>
                <surname>Berkel</surname>
                <given-names>B</given-names>
            </string-name>
            <string-name>
                <surname>Börsch-Supan</surname>
                <given-names>A</given-names>
            </string-name>
        </person-group>
        <year iso-8601-date="2003">2003</year>
        <source>Pension Reform in Germany: The impact on Retirement Decisions. NBER Working Paper No 9913</source>
        <publisher-name>National Bureau of Economic Research</publisher-name>
        <string-date>
            <month>August</month>
            <year iso-8601-date="2003">2003</year>
        </string-date>
    </element-citation>
</ref>

In addition there are two element-citations in ijm-00093.xml with string-name as a direct child of element-citation which is incorrect and needs fixing (see below). Assuming these should be tagged using name in a person-group[@person-group-type="editor"]. Example

<ref id="bib38">
    <element-citation publication-type="book">
        <person-group person-group-type="author">
            <string-name>
                <surname>Clancy</surname>
                <given-names>D</given-names>
            </string-name>
            <string-name>
                <surname>Breen</surname>
                <given-names>J</given-names>
            </string-name>
            <string-name>
                <surname>Butler</surname>
                <given-names>AM</given-names>
            </string-name>
            <string-name>
                <surname>Morrissey</surname>
                <given-names>K</given-names>
            </string-name>
            <string-name>
                <surname>O&#x2019;Donoghue</surname>
                <given-names>C</given-names>
            </string-name>
            <string-name>
                <surname>Thorne</surname>
                <given-names>F</given-names>
            </string-name>
        </person-group>
        <year iso-8601-date="2013">2013</year>
        <chapter-title>Modelling the location economics of biomass production for electricity
            generation</chapter-title>
        <string-name>
            <surname>O&#x2019;Donoghue</surname>
            <given-names>C</given-names>
        </string-name>
        <string-name>
            <surname>Hynes</surname>
            <given-names>S</given-names>
        </string-name>
        <string-name>
            <surname>Morrissey</surname>
            <given-names>K</given-names>
        </string-name>
        <string-name>
            <surname>Ballas</surname>
            <given-names>D</given-names>
        </string-name>
        <string-name>
            <surname>Clarke</surname>
            <given-names>G</given-names>
        </string-name>
        <source>Modelling the Local Economy: A Simulation Approach</source>
        <publisher-name>Springer Verlag</publisher-name>
    </element-citation>
</ref>

CC @Melissa37