zhiyzuo / python-scopus

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

Keywords #19

Closed proctork closed 4 years ago

proctork commented 5 years ago

Is it possible to display the keywords for a given paper using pyscopus?

zhiyzuo commented 4 years ago

It seems like Scopus API does provide author keywords: https://dev.elsevier.com/guides/ScopusSearchViews.htm but I did not choose to parse that. you could easily add one line of code here in the function.

if you're still interested, please feel free to create a pull request :)