jam-schema / jams

Journal Article Metadata Schema
Creative Commons Zero v1.0 Universal
32 stars 5 forks source link

multiple institution #36

Closed jcolomb closed 2 years ago

jcolomb commented 2 years ago

see example in jats4r:

    <aff id="aff1"><label>a</label>
        <institution-wrap><institution-id institution-id-type=”ringgold”>1812</institution-id><institution>Harvard University</institution></institution-wrap>
            <institution-wrap><institution-id institution-id-type=”ringgold”>2188</institution-id><institution>Harvard Law School</institution></institution-wrap>
                <city>Cambridge</city>, <state>MA</state> <postal-code>02138</postal-code>, <country @country=”us”>United States</country>
    </aff>

how to handle that in yaml, does it need PID to be under institution (i.e. a tab is missing in v1) @crsh any clue ?

jcolomb commented 2 years ago

see #40 it should work, although it makes the yaml more complex to write.