python-scopus icon indicating copy to clipboard operation
python-scopus copied to clipboard

PyScopus

Results 9 python-scopus issues
Sort by recently updated
recently updated
newest added

Hello, i dowloaded and install PyScopus as instructed, assigned a Scopus API key, but when i run the example provided below i get an error: search_df = scopus.search("KEY(interdisciplinary collaboration)", count=20)...

I would like to add the option to add the insttoken to the requests since I have one to increase the number of requests I can do in one week.

Hi, I used this code search_df = scopus.search("AFFIL(_uninamehere_)", count=30, view='STANDARD') but it seems it does not return the authors. May I know if there is any way I can fix...

This PR adds installation_requirements to setup.py and fixes the installation errors due to these requirements not being available during install time when setup.py is run. To fix this a static...

this should be very easy: after requests, retrieve information from the headers: ![image](https://user-images.githubusercontent.com/7501149/46645996-4d069f00-cb4d-11e8-8b7d-183b94bac9ce.png)

enhancement

I am using pyscopus, it works fine but I am having a problem identifying the authors of articles and especially tracing the abstract of the article after entering the scopus_id....

I am using PyScopus to extract information from Scopus website. When i run this particular code : "search_df = scopus.search("KEY(topic modelling)", count=30,view='STANDARD')" This should be the output: ![Screenshot (800)](https://github.com/zhiyzuo/python-scopus/assets/107951957/939755e0-10b4-4aa7-9439-7b7dc8b61f89) ![Screenshot...

author_result_df = scopus.search_author("AUTHLASTNAME(Zuo) and AUTHFIRST(Zhiya) and AFFIL(Iowa)") The above Code should provide the following output: ![Screenshot (804)](https://github.com/zhiyzuo/python-scopus/assets/107951957/08946f18-f9b7-47ad-988d-33dfb19b947a) But I am getting key error, why? ![Screenshot (805)](https://github.com/zhiyzuo/python-scopus/assets/107951957/39d4e3eb-cf9f-49af-b0c9-775d65729266)