Compute scholarly metrics in Python with Pandas and NumPy
Project description
scholarmetrics
Compute scholarly metrics in Python with Pandas and NumPy.
Documentation: https://scholarmetrics.readthedocs.io.
Example
J.E. Hirsch’s h-index or Hirsch-index.
>>> from scholarmetrics import hindex
>>> citations = [6, 10, 5, 46, 0, 2]
>>> hindex(citations)
4
Contributing
Please see CONTRIBUTING.rst.
For a list of contributors see AUTHORS.rst.
License
MIT License, see LICENSE.
History
0.1.0 (2017-03-13)
First release on PyPI.
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
scholarmetrics-0.1.1.tar.gz
(27.5 kB
view hashes)