Skip to content
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

Improve Altmetric badge support #183

Closed
alanorth opened this issue Jul 21, 2023 · 2 comments
Closed

Improve Altmetric badge support #183

alanorth opened this issue Jul 21, 2023 · 2 comments
Labels

Comments

@alanorth
Copy link
Member

OpenRXV currently only checks for Altmetric scores / badges associated with Handles, which causes it to miss some scores. For example, the CGSpace item 10568/118261 has an Altmetric score for its DOI, but not for the Handle itself:

When drawing the Altmetric badge in the CGSpace item view we check the DOI first, then the Handle.

@alanorth alanorth added P-medium Medium priority improvement labels Jul 21, 2023
@alanorth
Copy link
Member Author

It turns out that the issue, as described, is only a small part of the problem: checking an item's DOI and it's Handle when displaying a badge.

The bigger problem is the API limitations when harvesting handle prefixes. The free API will not let you go past page 100!

We have ~14,000 Handles with attention scores, so we cannot retrieve them all using the free API. We are looking into using the Explorer API with our API key.

@alanorth
Copy link
Member Author

As of #185 we now use the Explorer API with our paid API key and can retrieve all of our handles with attention scores.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant