Skip to main content

Compute scholarly metrics in Python with Pandas and NumPy Edit

Project description

Compute scholarly metrics in Python with Pandas and NumPy.

Documentation: https://scholarmetrics.readthedocs.io.

https://img.shields.io/pypi/v/scholarmetrics.svg Documentation Status Code Climate Build Status

Examples

  • J.E. Hirsch’s h-index or Hirsch-index:

>>> from scholarmetrics import hindex
>>> citations = [6, 10, 5, 46, 0, 2]
>>> hindex(citations)
4
  • Euclidean index:

>>> from scholarmetrics import euclidean
>>> citations = [6, 10, 5, 46, 0, 2]
>>> euclidean(citations)
47.75981574503821

Contributing

Contributions welcome

Please see CONTRIBUTING.rst.

For a list of contributors see AUTHORS.rst.

License

MIT License, see LICENSE.

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.2.2.tar.gz (15.9 kB view hashes)

Uploaded Source

Built Distribution

scholarmetrics-0.2.2-py2.py3-none-any.whl (5.9 kB view hashes)

Uploaded Python 2 Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page