-
I use the school vpn, add proxy (the IP of the school website) in the config, and execute the following code
```
from pybliometrics.scopus import ScopusSearch
s=ScopusSearch('ISSN(1532-849X) AND PU…
-
The exception pybliometrics.scopus.exception.Scopus429Error comes when I made small changes in request.
The query below works well
`ScopusSearch('TITLE-ABS-KEY( educat* OR learn* OR teach OR …
-
I struggled quite a bit with citation_retrieval(), until I realized that the logic of the arguments is completely different:
in these two, you specify which type of identifier as a serate argument:…
-
```
Please enter your API Key(s), obtained from http://dev.elsevier.com/myapikey.html. Separate multiple keys by comma:
XXXXXXXXXXXXXXXXXXX
API Keys are sufficient for most users. If you have an …
-
Thanks for this wonderful package. I am trying to extract full reference lists, yet AbstractRetrieval only returns 40. This should have been solved by #154 but at least for me, these parameters don't …
-
DSpace-CRIS (built/maintained by 4Science) has a number of [Live Import sources](https://wiki.lyrasis.org/display/DSDOC7x/Live+Import+from+external+sources) which are not yet available in DSpace core.…
-
After a discussion on openalexR and other packages ([microdemic](https://github.com/ropensci/microdemic) and [fulltext](https://github.com/ropensci/fulltext)), @yjunechoe suggested we implement a func…
-
Thanks again for all your great work in maintaining pybliometrics, it is excellent!
I'd like to suggest the option to pull data from the FreeToRead fields from the Scopus Search API. I think this i…
rreka updated
2 years ago
-
I have pybliometrics 3.1.0:
```
$ python3
Python 3.10.0 (default, Oct 4 2021, 00:00:00) [GCC 11.2.1 20210728 (Red Hat 11.2.1-1)] on linux
Type "help", "copyright", "credits" or "license" for more…
-
I'm getting the following error when trying to use the `retrieve_citation` method.
I'm using python 3.
I know my API key is still valid since other calls work. I'm basically using the code from the …