Closed raffaem closed 4 years ago
I found out AuthorRetrieval .identifier
and .historical_identifier
objects!
Yes, and I also wanted to point at https://pybliometrics.readthedocs.io/en/stable/tips.html#database-updates.
The reason that the old IDs still work is that Scopus forwards from the merged profiles. Using the .identifier
property of a fresh AuthorRetrieval()
object you can find out whether the current ID is the same as the one you used. pybliometrics will throw some kind of warning if that's not the case.
For the Scopus Search API no such validation test is possible.
I think the following author changed his SCOPUS ID for some reason.
But ScopusSearch returns the search results even if you pass the old ID. The problem is that the publications report the new ID.
Moreover, AuthorRetrieval works with both the old and the new ID.
I would expect some more consistent behavior (like ScopusSearch and AuthorRetrieval to stop working under the old ID).
Is there some way to retrieve the new ID from the old one?