microsimulation / ijm-xml

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

ijm-00015.xml validation of references #30

Closed gnott closed 5 years ago

gnott commented 5 years ago

Checking JSON schema validation of output from file ijm-00015.xml. There are a number of references of type "report" which have no title in the JSON output, and this is invalidate according to the schema.

These references have no <article-title>, which if it could be added, the references would be valid report type references:

bib10
bib12
bib13
bib16
bib23
bib25

bib10 has a non-numeric ISO year:

<year iso-8601-date="2006b">2006b</year>
Melissa37 commented 5 years ago

@Vijayarajmurugesan Please convert:

bib10

<article-title>Regional Dimensions: Creating Synthetic Small-area Microdata and Spatial
      Microsimulation Models</article-title>
     <series>Technical Paper no. 33</series>

To:

      Microsimulation Models. Technical Paper no. 33</source>

bib12

<article-title>Regional Dimensions: Preparation of 1998&#x2013;99 HES for Reweighting to
      Small-area Benchmarks</article-title>
     <series>Technical Paper no. 34</series>

To:

<source>Regional Dimensions: Preparation of 1998&#x2013;99 HES for Reweighting to
      Small-area Benchmarks. Technical Paper no. 34</source>

bib13:

<article-title>Future Demand for Long-Term Care, 2001 to 2031: Projections of Demand for Older
      People in England</article-title>
     <series>PSSRU discussion paper 1980</series>

To:

<source>Future Demand for Long-Term Care, 2001 to 2031: Projections of Demand for Older
      People in England. PSSRU discussion paper 1980</source>

bib16:

<article-title>Spatial Equity in the Distribution of Aged Care Services</article-title>
     <series>Welfare Division Working Paper no. 25</series>

To:

<source>Spatial Equity in the Distribution of Aged Care Services. Welfare Division Working Paper no. 25</source>

bib23:

<article-title>The Dubbo Study of the Health of the Elderly 1988 &#x2013; 2002: An
      Epidemiological study of Hospitals &amp; Residential Care</article-title>
     <series>Australian Health Policy Institute Commissioned Paper Series 2003/06</series>

To:

<source>The Dubbo Study of the Health of the Elderly 1988 &#x2013; 2002: An
      Epidemiological study of Hospitals &amp; Residential Care. Australian Health Policy Institute Commissioned Paper Series 2003/06</source>

bib25:

<article-title>Projecting the Impact of Changes to the Health of Older
      Australians</article-title>

To:

<source>Projecting the Impact of Changes to the Health of Older
      Australians</source>
Melissa37 commented 5 years ago

@Vijayarajmurugesan

bib10 has a non-numeric ISO year:

<year iso-8601-date="2006b">2006b</year>

Change to:

bib10 has a non-numeric ISO year:

<year iso-8601-date="2006">2006b</year>

gnott commented 5 years ago

If I may also request please,

<person-group> is present in the references and I cannot convert these with no person-group-type attribute.

Vijayarajmurugesan commented 5 years ago

@Melissa37 I have fixed all the above feedback points. Please find the updated files for the below path: https://exeterpremedia.exavault.com/share/view/1i5dm-9s6a5s81 Regards, Vijay

Melissa37 commented 5 years ago

thanks

gnott commented 5 years ago

All the references look good on this article, and JSON title values are populated from the <source> of the report references. Thanks Vijay!