Show your publication count for all your publications, from Google Scholar. See README.md for more information.
-
Install Node.js.
-
Install Grunt.
-
Clone the scholar.js repository
git clone https://github.com/jlevallois/scholar.js.git
-
Install dependencies
npm install
-
Monitor source files for changes
grunt serve
- src/ Source of scholar.js
- dist/ Minified version of scholar.js
- test/ Test file to scholar.js
Please keep the issue tracker limited to bug reports, feature requests and pull requests.
When reporting a bug make sure to include information about which browser you are on as well as the necessary steps to reproduce the issue. If possible please include a link to a sample presentation where the bug can be tested.
- Should follow the coding style of the file you work in, most importantly:
- Tabs to indent
- Single-quoted strings
- Should be made towards the dev branch
- Should be submitted from a feature/topic branch (not your master)
All this work is under Creative Commons CC BY-NC-SA 4.0 license, see LICENSE.md