libero / editor

Expedite your production workflow with our open tools and management system
MIT License
10 stars 0 forks source link

Author affiliations #28

Open fred-atherden opened 5 years ago

fred-atherden commented 5 years ago

Structured affiliation information (department, institution, city, country).

User Stories

Author

Production staff

But what if . . . ?

Considerations

XML requirements

<contrib-group content-type="author">
       <contrib contrib-type="author">
              <name>
                     <surname>Surname</surname>
                     <given-names>First-name Middle name</given-names>
              </name>
              <xref ref-type="aff" rid="aff1">1</xref>
              <xref ref-type="aff" rid="aff2">2</xref>
              ...
       </contrib>
       <aff id="aff1">
              <label>1</label>
              <institution>Department of Production, eLife</institution>
              <city>Cambridge</city>
              <state>Cambridgeshire</state>
              <country country="GB">United Kingdom</country>
       </aff>
       <aff id="aff2">
              <label>2</label>
              <institution>Department of Technology, eLife</institution>
              <city>Cambridge</city>
              <country country="GB">United Kingdom</country>
       </aff>       
</contrib-group>      

The value of the country attribute should be one of the ISO_3166-1 2 letter country codes, although the text inside the country element does not need to follow the respective English name in that list.

Editor also needs to account for affiliations that can be broken down using orgdivX and orgname values for @content-type. For example:

<aff id="aff1">
      <institution content-type="orgname">German Primate Center GmbH</institution>
      <institution content-type="orgdiv1">Neurobiology Laboratory</institution>
      <city>Göttingen</city>
      <country>Germany</country>
</aff>

Taken from: https://github.com/elifesciences/TextureRequirements/issues/14

JGilbert-eLife commented 5 years ago

Something we didn't talk about - states. There is a tag for this <state> but I'm not sure if we want to use it. We occasionally get authors complain we don't include this information, but we decided from the get go not to do so.

Something to revisit?

Melissa37 commented 5 years ago

Something we didn't talk about - states. There is a tag for this but I'm not sure if we want to use it. We occasionally get authors complain we don't include this information, but we decided from the get go not to do so.

Good point, I think one of our deputy editors is very keen to introduce this. My problem is that it would be US-focussed only. We could sound out the data and editorial teams?

JGilbert-eLife commented 5 years ago

Not just US - affs from China and Japan could also include this.

And yes, I think sounding out those teams is a good idea.

NickDuf commented 5 years ago