sul-dlss / sul_pub

SUL system for harvest and managing publications for Stanford CAP, with controlled API access.
http://cap.stanford.edu
Other
8 stars 3 forks source link

Store additional author identifiers and affiliations provided by PubMed data during harvests #58

Open mejackreed opened 8 years ago

mejackreed commented 8 years ago

From @darrenleeweber on May 22, 2016 15:17

See https://www.nlm.nih.gov/bsd/licensee/elements_descriptions.html, no. 20.

<Identifier Source="ORCID">0000000179841889</Identifier>
<AffiliationInfo>
<Affiliation>Harvard Medical School, Boston, Massachusetts</Affiliation>
<Identifier Source=”Ringgold”>123456</Identifier>
</AffiliationInfo>
<AffiliationInfo>
<Affiliation>Program on Regulation, Therapeutics, and Law, Division of Pharmacoepidemiology and Pharmacoeconomics, Department of Medicine, Brigham and Women's Hospital, Boston, Massachusetts</Affiliation>
</AffiliationInfo>
<AffiliationInfo>
<Affiliation>Beth Israel Deaconess Medical</Affiliation>
<Identifier Source=”Ringgold”>678922</Identifier>
</AffiliationInfo>

Copied from original issue: sul-dlss/sul-pub#437

mejackreed commented 8 years ago

From @peetucket on May 23, 2016 20:11

It could be useful to store this information.

Some options could be: a) add fields to the author of the pub_hash data (which is likely to happen anyway), b) add fields to Author or AuthorIdentity, and c) add a new table. I know this was possibly slated for another sprint series down the road.