pybliometrics
pybliometrics copied to clipboard
Python-based API-Wrapper to access Scopus
I'm making a Python script to get info about the author country. I think the API might have a strange behaviour that is: each time an AuthorSearch is made, e.g.,...
Hello, I have a API Key and it works with some command and doesn't work with others. For example: `s = ScopusSearch('ISSN(1532-849X) AND PUBYEAR IS 2010',subscriber=False) print(s.results)` Works well and...
Hello, I saw in your comments last year that you would consider developing scival's API functions. So far, I haven't seen your relevant updates. I don't know whether you want...
pybliometrics version: 3.2.0 Affected classes: Base, Retrieval, Search (All superclasses) Occasionally Scopus' internal servers will raise an "Internal Server Exception", status code: 500 - this occurs seemingly at random, and...
I am trying to download the *time series* of an author's publication count and H-index. On [this question](https://stackoverflow.com/questions/68963469/download-h-index-time-series-from-scopus-or-orcid/68967902#68967902) the answer was: > Unfortunatly, Scopus does not provide a timeseries of...
For any of the data entities (i.e. AuthorRetrieval, ContentAffiliationRetrieval, AbstractRetrieval, and conceivably also the search types) it would be helpful to include a property/method that indicates whether a local data...
**Question?** First of all, thank you very much for this project and your effort! Can pybliometrics (in theory) use another database than Scopus? In some fields, e.g. both Scopus and...
Apologies if this is perhaps out-of-scope of this project but have you considered adding an option to set a database for caching the files? Perhaps something like MongoDB? This would...
This looks like a nice project. I think I'll stick with yours, but if my initial approach using `async` could be helpful I thought I'd flag that for discussion. [Request...
As a team of scientometricians, my colleagues and me are considering to share our `~/.scopus/scopus_search/` directories to avoid redownloading data and to parallelise multiple downloads for a single project. In...