Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Reason for difference in cite counts from get_citation_history and get_publications #16

Closed
patilv opened this issue Mar 7, 2015 · 2 comments

Comments

@patilv
Copy link

patilv commented Mar 7, 2015

Is there a reason why the count of cites using the two methods should be different? Thanks.
id="B7vSqZsAAAAJ"
citationsbyyear=get_citation_history(id)
sum(citationsbyyear$cites)
pubs=get_publications(id)
sum(pubs$cites)

@jkeirstead
Copy link
Owner

This is because get_publications currently only returns the 20 most cited publications (in the same way that Google Scholar does natively). If you want the two sums to match, you will have to download more publications. This is implemented on the develop branch; see also #13 and other closed issues.

@patilv
Copy link
Author

patilv commented Mar 9, 2015

Thanks

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants