-
First of all, I'd like to express my gratitude to the developers for making such a wonderful tool to explore Google Scholar! One question I have is how to scrape information on publications that received no citations in the "search_author" function, as it doesn't seem to fetch those kinds of papers. Thanks! |
Beta Was this translation helpful? Give feedback.
Replies: 4 comments 1 reply
-
Do you have an example? If we do not return these publications we should fix the code to also retrieve and return the 0 citation publications. |
Beta Was this translation helpful? Give feedback.
-
Yes, I was just searching this guy’s publication record (https://scholar.google.com.hk/citations?user=douXwx0AAAAJ&hl=en), but wasn’t able retrieve his zero citation papers.
…________________________________
From: Panos Ipeirotis ***@***.***>
Sent: Monday, April 4, 2022 2:08:06 PM
To: scholarly-python-package/scholarly ***@***.***>
Cc: Choi, Jaeho ***@***.***>; Author ***@***.***>
Subject: Re: [scholarly-python-package/scholarly] Retrieving articles with zero citations with "scholarly.search_author" (Discussion #410)
Do you have an example? If we do not return these publications we should fix the code to also retrieve and return the 0 citation publications.
—
Reply to this email directly, view it on GitHub<https://urldefense.com/v3/__https://github.com/scholarly-python-package/scholarly/discussions/410*discussioncomment-2502573__;Iw!!IBzWLUs!D4-Z7PHC-Ny7VAOX0WIpWa-MfEUiTSFcuBiI38CPqCs7GxFsNK3AhT-DO_wAC3XYSlcF9g$>, or unsubscribe<https://urldefense.com/v3/__https://github.com/notifications/unsubscribe-auth/AE6Q2ONCA3IJKIW3TNVCCTLVDMVYNANCNFSM5SQJWBXA__;!!IBzWLUs!D4-Z7PHC-Ny7VAOX0WIpWa-MfEUiTSFcuBiI38CPqCs7GxFsNK3AhT-DO_wAC3Wcq2VdgQ$>.
You are receiving this because you authored the thread.Message ID: ***@***.***>
|
Beta Was this translation helpful? Give feedback.
-
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
|
Beta Was this translation helpful? Give feedback.
-
I'm not aware of any bugs in the previous versions that was not fetching articles with 0 citations. This must have been mostly a transient, and you should expect all articles listed to be fetched. |
Beta Was this translation helpful? Give feedback.
Sorry, I was not able to reproduce:
returns