pybliometrics icon indicating copy to clipboard operation
pybliometrics copied to clipboard

Python-based API-Wrapper to access Scopus

Results 32 pybliometrics issues
Sort by recently updated
recently updated
newest added
trafficstars

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.,...

question

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...

question

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...

Enhancement
Effort: High
Backend

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...

wontfix
Effort: High
Backend

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...

Enhancement
Effort: High
Backend

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...

Effort: High
Backend

**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...

Enhancement
question

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...

Enhancement
Effort: High

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...

Enhancement
Effort: High