IACPouembout
IACPouembout

Reputation: 1

Bibliography management : retrieve the corresponding authors

I have a bibliography dataframe, with article titles, authors, journals and DOI (example below)

noms_prenoms_des_auteurs titre_de_larticle reference_de_larticle_doi
SOEWARTO J, CARRICONDE F, HUGOT N, BOCS S, HAMELIN C, ET MAGGIA L Impact of Austropuccinia psidii in New Caledonia, a biodiversity hotspot https://doi.org/10.1111/efp.12402
THIBAULT M, VIDAL E, POTTER M, DYER E, ET BRESCIA F The red-vented bulbul (Pycnonotus cafer): serious pest or understudied invader? https://doi.org/10.1007/s10530-017-1521-2

I want to retrieve the corresponding author for each article.

My first plan was to scraping on web (by extract text or mail icon), but the html class are not the same for each site, and some sites seems to forbid scraping.

Do you have any idea to retrieve this information ? Maybe with bibliography management packages ? (RefManage, rcrossref...).

Thanks for your answers !

Upvotes: 0

Views: 66

Answers (0)

Related Questions