elifesciences / elife-pubmed-feed

code to support uploading feeds to pubmed for POA articles and VOR articles
1 stars 4 forks source link

Add multiple affiliations for authors #62

Closed Melissa37 closed 6 years ago

Melissa37 commented 6 years ago

Are we doing this already Graham?

Can I submit multiple affiliations for one author?

Yes. Please see the following example:

FrankDavis Department of Human Genetics, University of California, Los Angeles, California 90095, USA Lewis Sigler Institute for Integrative Genomics, Princeton University, Princeton, New Jersey, 08544, USA
gnott commented 6 years ago

We are already submitting multiple affiliations per author, if it is provided in the XML, yes.

gnott commented 6 years ago

I will close this as done.

There is an example in the test cases (https://github.com/elifesciences/elife-pubmed-xml-generation/blob/develop/tests/test_data/elife-pubmed-02935-20170717071707.xml) from which I will include a snippet of here

<Author>
<FirstName>Jyoti</FirstName>
<LastName>Nangalia</LastName>
<AffiliationInfo>
<Affiliation>
Cancer Genome Project, Wellcome Trust Sanger Institute, Hinxton, United Kingdom
</Affiliation>
</AffiliationInfo>
<AffiliationInfo>
<Affiliation>
Cambridge University Hospitals NHS Foundation Trust, Cambridge, United Kingdom
</Affiliation>
</AffiliationInfo>
<AffiliationInfo>
<Affiliation>
Department of Haematology, University of Cambridge, Cambridge, United Kingdom
</Affiliation>
</AffiliationInfo>
</Author>

On PubMed, these show with multiple superscript ordinals, 1,2,3 like this image