adsabs / resolver_service

Linkout service to provide users with links to external resources such as publisher's full text, data links, etc.
MIT License
1 stars 5 forks source link

add AUTHOR_PDF to the list of esource types for backward compatibility when ARTICLE link_type is based in. #57

Open golnazads opened 4 years ago

golnazads commented 4 years ago

from slack implemented here https://github.com/adsabs/resolver_service/blob/master/resolversrv/views.py#L360. So if article is passed in, resolver checks for the esource in this order ['ADS_PDF', 'PUB_PDF', 'EPRINT_PDF']. Just noticed that you had included author, that is not included. Please let me know if I should include that. thank you.

aaccomazzi 9:14 AM Yes we should add AUTHOR_PDF, between "PUB_PDF" and "EPRINT_PDF". Thanks!