You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I convert the ijm-00105.xml file to JSON output, there are validation errors due to the author affiliations do not have an institution name.
Looking at the XML file, I see institutions, like these:
<institution content-type="institution">
Max Planck Institute for Demographic Research Rostock
</institution>
...
<institution content-type="institution">
Leibniz Institute for Educational Trajectories Bamberg
</institution>
Due to how our conversion process works right now, the content-type="institution" is not an attribute recognised yet.
I will assign this to you please @Melissa37, because I'm not entirely sure whether the above tagging is desired. It is not the same as in the other XML files, however, and it will not show on the demo site without either XML content changes or parsing code changes.
The text was updated successfully, but these errors were encountered:
When I convert the
ijm-00105.xml
file to JSON output, there are validation errors due to the author affiliations do not have an institution name.Looking at the XML file, I see institutions, like these:
Due to how our conversion process works right now, the
content-type="institution"
is not an attribute recognised yet.I will assign this to you please @Melissa37, because I'm not entirely sure whether the above tagging is desired. It is not the same as in the other XML files, however, and it will not show on the demo site without either XML content changes or parsing code changes.
The text was updated successfully, but these errors were encountered: