zhiyzuo / python-scopus

PyScopus
http://zhiyzuo.github.io/python-scopus/
MIT License
23 stars 29 forks source link

search_author and retrieve_author work but not search_author_publication #25

Closed christinaangie closed 3 years ago

christinaangie commented 3 years ago

Following the quick start notebook (and using subscriber VPN), I am able to successfully run these two lines: author_result_df = scopus.search_author("AUTHLASTNAME(Zhao) and AUTHFIRST(Kang) and AFFIL(Iowa)") kang_info_dict = scopus.retrieve_author('36635367700')

but receive a KeyError: 'search-results' when I try kang_pub_df = scopus.search_author_publication('36635367700')