Hello,
I am a new and enthusiastic user of the EuropePMC API, specifically I am accessing data through the europepmc R package.
I've encountered a fairly common situation where only the first author's extended details, including affiliation, are available in the $author_details section when retrieving a PMID record. I understand that this is due to how the information is stored in MEDLINE. In at least some of these cases, affiliation data are available for all authors within the free full text (see screenshot), and as such I would expect to retrieve the additional details when calling the PMCID record. However, I am still only getting the first author details, example:
foo <- epmc_details('PMC3720634', data_src = 'pmc')
Given that these details must be somewhere in order to render the web page, are they accessible in another way through the API? Last resort I will copy-and-paste, but I would love a programmatic solution!
Best,
Jeremy
CTO, HemOnc.org LLC