Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/titipata/google_scholar_scoreboard
:corn: Real time citation scoreboard from Google Scholar [default for Kording lab]
https://github.com/titipata/google_scholar_scoreboard
Last synced: 15 days ago
JSON representation
:corn: Real time citation scoreboard from Google Scholar [default for Kording lab]
- Host: GitHub
- URL: https://github.com/titipata/google_scholar_scoreboard
- Owner: titipata
- Created: 2014-09-09T19:34:43.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2015-12-01T02:07:51.000Z (almost 9 years ago)
- Last Synced: 2023-02-26T00:32:18.814Z (over 1 year ago)
- Language: Python
- Homepage:
- Size: 184 KB
- Stars: 1
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Google Scholar Scoreboard
=========================Example code to create real time citation score board from Google Scholar. We create the scoreboard of citations of people in the lab (example is from [Kording Lab](http://klab.smpp.northwestern.edu/wiki/index.php5/Main_Page)). This version, we use ipython notebook to create the dash board.
You can explore our ipython notebook code with notebook viewer via this [link] (http://nbviewer.ipython.org/github/titipata/google_scholar_scoreboard/blob/master/Google%20Scholar%20-%20Kording%20Lab.ipynb)
Requirements
---------
- python 2.7
- ipython +notebook
- numpy >= 1.6
- lxml
- pygame
- pandas >= 0.10
- urllib2
- matplotlib
- python image library (PIL)Members
---------
- Titipat Achakulvisut
- Daniel AcunaThanks
---------
- Hugo Fernandes for advice and suggestionExample Scoreboard
---------
This is example picture of the scoreboard produced by matplotlib
![Alt text](https://github.com/titipata/google_scholar_scoreboard/blob/master/scoreboard_example.png "Example")