-
Notifications
You must be signed in to change notification settings - Fork 129
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Feature Request] SciVal Author Metrics #203
Comments
It looks like it works with But nevertheless the entire API seems not to be implemented in pybliometrics? |
Tapping into the SciVal API would indeed by nice. It would be a new submodule, where users do |
We recently implemented a rough version of the SciVal Publications API in pybliometrics (innodatalab/pybliometrics@7374d86) and plan to add data wrangling for more convenient access to attributes soon. If the intention is to create a separate submodule for SciVal, would our implementation be unsuitable for a pull request? |
Hi guys! Yes, my goal is to have it as a submodule. That's most transparent and fits the logic. But the class you created totally fits in there! I have not checked the SciVal API(s), but from your code it looks like a lot can from pybliometrics.scopus can be reused. In May I will have more time; then I will work on the SciVal submodule. |
Actually, a PR from your side would be a good start. In the spirit of credit where credit is due, your code can/should form the basis of the |
Hi guys! Can you turn innodatalab@7374d86 into a PR? This assures proper credit attribution :) We make sure to keep improving it! |
Hi team, Thank you for the great work in this project. Can I please request an update on the proposed scival sub module? I am interested in using this API to get Publication Metrics - https://dev.elsevier.com/scival.html#!/SciVal_Publication_Lookup_API/publicationMetrics Please advise, I am happy to submit a PR. Kind regards |
Hi @montypanday ! A PR to access SciVal would be wonderful! It was never high on my priority since we got everything we ever needed via Scopus. In #331 I have just accepted the extension for ScienceDirect APIs. This involved a refactoring of the backend; i.e. things needed for ScienceDirect and Scopus have been moved one level up. |
Thank you for sharing the information on the new accepted feature. It is a great change and will greatly simplify this proposed change. I will share an PR soon. Kind regards |
I am trying to download the time series of an author's publication count and H-index.
On this question the answer was:
But Elsevier told me that I can use the Author Lookup API for the purpose.
In effect the documentation states there is a
https://api.elsevier.com/analytics/scival/author/metrics
resource which has a
metricTypes
that acceptsCitationCount
andHIndices
.Can it be used to download the time series of the H-index of an author?
The text was updated successfully, but these errors were encountered: