idea to try Scopus API client
epogrebnyak opened this issue · 2 comments
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
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.
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).