Skip to content

Retrieving articles with zero citations with "scholarly.search_author" #410

Answered by ipeirotis
davidcx89 asked this question in Q&A
Discussion options

You must be logged in to vote

Sorry, I was not able to reproduce:

from scholarly import scholarly

author = scholarly.search_author_id('douXwx0AAAAJ')
author = scholarly.fill(author, sections = ['publications'])
scholarly.pprint(author)

returns

{
    'affiliation': 'Assistant professor, The Hong Kong University of Science and '
    'Technology',
    'citedby': 135,
    'email_domain': '@ust.hk',
    'filled': False,
    'homepage': 'http://www.yonghoon-lee.com/',
    'interests': ['Social networks', 'reputation', 'and careers'],
    'name': 'Yonghoon G. LEE',
    'organization': 9568810911513724267,
    'publications': [{
            'author_pub_id': 'douXwx0AAAAJ:9yKSN-GCB0IC',
            'bib': {
                'p…

Replies: 4 comments 1 reply

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
1 reply
@davidcx89
Comment options

Answer selected by davidcx89
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants