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

Source for citation numbers #23

Open
bfirsh opened this issue Feb 15, 2017 · 4 comments
Open

Source for citation numbers #23

bfirsh opened this issue Feb 15, 2017 · 4 comments

Comments

@bfirsh
Copy link

bfirsh commented Feb 15, 2017

Out of interest, where did you get the numbers for citations? Did you use any mechanism for discovering these papers, or was it purely your own knowledge?

@terryum
Copy link
Owner

terryum commented Feb 17, 2017

Not really. I hope I could find a way to automatically update the list of good papers, but there's not. I just searched papers and tracked their references.
For example, if I find a famous paper, I check the author's google citation page to see if he/she has more good papers. Also, I check the papers that cite the famous paper, also the papers that is cited by the famous papers. It's kinda infinite chains...haha.

@terrycafe520
Copy link

You have searched papers and tracked their references , and if your have the data such as H index ? I can write some code to show the data use chartjs tools.

@benthayer
Copy link

Seems like you're doing exactly what this algorithm does. I'll look into implementations tomorrow. https://en.m.wikipedia.org/wiki/HITS_algorithm

@aleksas
Copy link

aleksas commented Oct 1, 2017

You can use google scholar data. There is a project on GitHub to retrieve publication metadata - https://github.com/ckreibich/scholar.py.

Example of running script for a paper from the list:

python scholar.py -c 1 -t -A "Training very deep networks" --after=2015 --before=2017

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

6 participants
@bfirsh @aleksas @benthayer @terryum @terrycafe520 and others