microsimulation / ijm-xml

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

Title needs adding to <kwd-group kwd-group-type="jel-classification"> #154

Open fred-atherden opened 4 years ago

fred-atherden commented 4 years ago

A <title>JEL classification</title> element needs to be added as the first child of <kwd-group kwd-group-type="jel-classification"> in every article (containing these keywords).

i.e.

<kwd-group  kwd-group-type="jel-classification">
    <kwd>C25</kwd>
    <kwd>J22</kwd>
    <kwd>H22</kwd>
    <kwd>H24</kwd>
</kwd-group>

becomes

<kwd-group  kwd-group-type="jel-classification">
    <title>JEL classification</title>
    <kwd>C25</kwd>
    <kwd>J22</kwd>
    <kwd>H22</kwd>
    <kwd>H24</kwd>
</kwd-group>

[Edit: Updated because originally I had added the incorrect type of keyword group]