-
I would like to retrieve the documents as you showed in the example python script. However, I always fail. Could you please let me know how I can get access to all the documents of an author? I only n…
ghost updated
5 years ago
-
Method __str__ gives the following error
AttributeError: 'ContentAffiliationRetrieval' object has no attribute 'name'
Atribute was renamed in scopus 1.x and should be
`s = '''{self.affiliation_na…
-
(EDIT March 8, 2019) Turns out what I proposed below is more-or-less RDF (glad to find out that people have already solved these sorts of problems for us!). We're now working on a proposal to offer an…
-
It would be really interesting if some of the API could return pandas Dataframes.
Moreover, I was not able to understand why in some case the hindex showed in the scopus page of an author is greate…
-
Hello,
I'm not sure whether this repo is appropriate or org-ref, but here's my idea:
It would be neat to save searches from for example crossref-lookup or other literature search tools and occasio…
-
hi
i am having a problem with your example query.
>>> from pyscopus import Scopus
>>> key='xxx_mykeyhere_xxxx'
>>> scopus = Scopus(key)
>>> search_df = scopus.search("KEY(interdisciplinary collab…
-
I am working with utf-8 encoded, multilingual text (mostly hebrew, english, russian, some other languages/charactersets). Trying to construct a dfm, I noticed that even if all text is read correctly i…
-
From stakagi@uchicago.edu:
> Hi, thank you for this wonderful package. I'm pretty new at Python, and I have got a problem with "scopus.search_author" part. it worked with your sample cord, but it d…
-
Hi Michael,
I try to use ScopusAbstract to get references(environment: python 3, MAC OS). The code looks like the following:
from scopus import ScopusAbstract
ab = ScopusAbstract("2-s2.0-849306…
-
Good day (again)! :)
Do you have any plans to write a python wrapper for the Scopus Analyzer API? For example:
https://www.scopus.com/term/analyzer.uri?src=s&sort=plf-f&sdt=cite&sot=cite&sl=18&cit…