Giter Site home page Giter Site logo

Comments (7)

Michael-E-Rose avatar Michael-E-Rose commented on May 29, 2024 1

According to the Scopus search, this DOI belongs to EID 2-s2.0-84973517467 - but it apparently doesn't exist! See here: https://www.scopus.com/record/display.uri?eid=2-s2.0-84973517467&origin=resultslist

So the Scopus API should actually return 404. It's a problem in the Scopus database, which should be reported.

I value tremendously when people come up with a PR, but in this case I am hesitant to accept it. The PR would cover an apparent mistake in the Scopus database.

from pybliometrics.

kosh-jp avatar kosh-jp commented on May 29, 2024

I have created my PR based on your previous modifications.
If you could change it I would appreciate it.

from pybliometrics.

kosh-jp avatar kosh-jp commented on May 29, 2024

I understand that PR is not appropriate.

Thank you for your reply and response!!

from pybliometrics.

astrochun avatar astrochun commented on May 29, 2024

I have a similar issue with another record, 85185347473. However, upon reviewing it, it seems that the record exists:

{'@_fa': 'true', 'identifier': 'SCOPUS_ID:85185347473', 'url': 'https://api.elsevier.com/content/abstract/scopus_id/85185347473', 'pcc': '0', 'lcc': '0', 'rangeCount': '0', 'rowTotal': '0'}
---------------------------------------------------------------------------
KeyError                                  Traceback (most recent call last)
...
     44 try:
---> 45     cites = [int(d['$']) for d in doc['cc']]
     46 except AttributeError:  # No citations
     47     cites = [0]*len(_years)

KeyError: 'cc'

https://www.scopus.com/record/display.uri?eid=2-s2.0-85185347473&origin=resultslist

from pybliometrics.

Michael-E-Rose avatar Michael-E-Rose commented on May 29, 2024

Interesting case: Scopus.com says, the article actually was cited. I wonder whether this is a bug in scopus? Because the other keys in the citation matrix are present, and 0. Anyways, going over these kind of inconsistencies and irregularities in the Scopus API is the job of pybliometrics ^^

from pybliometrics.

Michael-E-Rose avatar Michael-E-Rose commented on May 29, 2024

Let's hope this solves it

from pybliometrics.

astrochun avatar astrochun commented on May 29, 2024

Let's hope this solves it

Thanks. I'll wait for a new PyPI release to pull and try it out.

from pybliometrics.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.