Skip to content

Latest commit

 

History

History
54 lines (35 loc) · 1.63 KB

CONTRIBUTING.md

File metadata and controls

54 lines (35 loc) · 1.63 KB

scholar.js shows dynamically your citation count on your publication list.

Aim

Show your publication count for all your publications, from Google Scholar. See README.md for more information.

Installation (step-by-step)

  1. Install Node.js.

  2. Install Grunt.

  3. Clone the scholar.js repository

    git clone https://github.com/jlevallois/scholar.js.git
  4. Install dependencies

    npm install
  5. Monitor source files for changes

    grunt serve

Folder Structure

  • src/ Source of scholar.js
  • dist/ Minified version of scholar.js
  • test/ Test file to scholar.js

Contributing

Please keep the issue tracker limited to bug reports, feature requests and pull requests.

Bug Reports

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.

Pull Requests

  • 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)

License

All this work is under Creative Commons CC BY-NC-SA 4.0 license, see LICENSE.md

:octocat: