Hi all,
I noticed in the OpenAlex web interface today that the count of results are getting rounded off and not displaying exact numbers. For example, type:article and years: 2019-2023 gives 32,380,000 in the web interface, but the same API call gives 32,380,779.
It seems there has been a change in the way numbers are reported in the web interface, possibly related to Kyle's recent Usage Updates and edits intended to reduce strain on the servers. I would like to request the web interface revert back to showing exact numbers for a query, as I use these values quite often. Assuming that anyone who wants the exact values will use the API (or know how to use it) is a mistake.
Thank you,
Eric
Eric Schares
Engineering & Collection Analysis Librarian
Iowa State University
150 Parks Library | Ames, IA 50011-2102
--
You received this message because you are subscribed to the Google Groups "OpenAlex Community" group.
To unsubscribe from this group and stop receiving emails from it, send an email to openalex-commun...@googlegroups.com.
To view this discussion visit https://groups.google.com/d/msgid/openalex-community/PH0PR04MB822635A42B2CD36EDBB2A505C7FC2%40PH0PR04MB8226.namprd04.prod.outlook.com.
To view this discussion visit https://groups.google.com/d/msgid/openalex-community/CAHRH3y5Kp9S26MbiUQNp-Rs0Mu%3DoyfxbDuaQFcwZDKLiarv7eg%40mail.gmail.com.
Thanks all. Apparently, I haven’t been very observant! I also sent this question to OpenAlex support and got a response that the web UI uses the toPrecision filter
to round to 4 significant digits, and it has for a few months now. That’s why Gabor saw values 9,999 and under not getting rounded, but those over 10k had a 0 as their last digit.
This was explained as not being done for performance reasons, but to avoid the illusion of precision where it doesn’t exist. The exact count of records returned by a filter fluctuates, and reporting an exact number can give users a false impression of certainty.
Thanks,
Eric
Eric Schares
Engineering & Collection Analysis Librarian
Iowa State University
150 Parks Library | Ames, IA 50011-2102
https://orcid.org/0000-0002-6292-8221
From: Eric Jeangirard <ejean...@gmail.com>
Sent: Thursday, February 13, 2025 10:19 AM
To: Bianca Kramer <bianca...@gmail.com>
Cc: Schares, Eric J [LIB] <esch...@iastate.edu>; openalex-...@googlegroups.com
Subject: Re: [openalex-community-group] Rounding counts of results in web interface
Hi !
The web UI does an API call that gets the exact figure, and then the UI does this rounding in javascript (cf screenshot below). So it seems to be an UI choice to do this rounding. Ideally, we could open an issue on https://github.com/ourresearch/openalex-gui but that does not seem to be doable.