elifesciences / elife-pubmed-feed

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

Authors with multiple affiliations #33

Closed Melissa37 closed 8 years ago

Melissa37 commented 8 years ago

This is a new request to add to the workflow

http://www.ncbi.nlm.nih.gov/books/NBK3828/#publisherhelp.What_information_should_be

Example of an author with multiple affiliations:

<Author>
<FirstName>Frank</FirstName
<LastName>Davis</LastName>
<AffiliationInfo>
<Affiliation>Department of Human Genetics, University of California, Los Angeles, California 90095, USA</Affiliation>
</AffiliationInfo>  
<AffiliationInfo>
<Affiliation>Lewis Sigler Institute for Integrative Genomics, Princeton University, Princeton, New Jersey, 08544, USA</Affiliation> 
</AffiliationInfo>  
</Author>
Melissa37 commented 8 years ago

Is coded in, just needs releasing to live. Will add to the sample file too.

Melissa37 commented 8 years ago

Added sample: https://github.com/elifesciences/elife-pubmed-feed/blob/master/elife-2015-10-02-114700.xml

gnott commented 8 years ago

This is done and deployed in https://github.com/elifesciences/elife-poa-xml-generation/pull/211