dhimmel / scopus

User-friendly Scopus and Journal Metrics data
27 stars 8 forks source link

idea to try Scopus API client #4

Open epogrebnyak opened 3 years ago

epogrebnyak commented 3 years ago

HI @dhimmel - I made a lightweight Scopus API client, maybe it is useful for anything in this repo? Maybe a double-check on information retrieved?

The client can retrieve journal information based on ISSN or electronic ISSN, works with key from the publisher, repo here: https://gitlab.com/epogrebnyak/scopus

dhimmel commented 3 years ago

Nice! Thanks for letting us know.

API sounds useful should a user want the most recent data for a subset of all journals.

Will leave this issue open so interested users might find it easier.

epogrebnyak commented 3 years ago

Good! maybe some one will have a clever use of both. For API client one need to know the issn/e_issn, so the dataset you presented is needed as a base dataset.

To make picture complete - there are more advanced clients than mine, such as https://pybliometrics.readthedocs.io/en/stable/ (but I think the one at Gitlab is very simple and tweakable).