microsimulation / ijm-xml

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

aff placement in ijm-00012.xml, ijm-00017.xml, and ijm-00024.xml #145

Closed fred-atherden closed 5 years ago

fred-atherden commented 5 years ago

In ijm-00012.xml, ijm-00017.xml, and ijm-00024.xml affiliations have been placed as children of the contrib and xref-fed.

Example from ijm-00012.xml:

<contrib-group>
        <contrib contrib-type="author">
          <name>
            <surname>Williamson</surname>
            <given-names>Paul</given-names>
          </name>
          <xref ref-type="aff" rid="aff1">1</xref>
          <aff id="aff1">
            <label>1</label>
            <institution>University of Liverpool</institution>
            <country>United Kingdom</country>
          </aff>
        </contrib>
</contrib-group>

It should be one or the other. @Melissa37, do we want this to be changed so it's consistent across all IJM content? I mean of course changed to:

<contrib-group>
        <contrib contrib-type="author">
          <name>
            <surname>Williamson</surname>
            <given-names>Paul</given-names>
          </name>
          <xref ref-type="aff" rid="aff1">1</xref>
        </contrib>
        <aff id="aff1">
          <label>1</label>
          <institution>University of Liverpool</institution>
          <country>United Kingdom</country>
        </aff>
</contrib-group>
Melissa37 commented 5 years ago

@FAtherden-eLife Yes please, it should be consistent across the IJM corpus

fred-atherden commented 5 years ago

Thanks!

Vijayarajmurugesan commented 5 years ago

@FAtherden-eLife This is one fixed. I have uploaded the updated package to the below link:

https://exeterpremedia.exavault.com/share/view/1p0o7-84cs4vbg

Regards, Vijay

fred-atherden commented 5 years ago

Thanks