Skip to main content

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.

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.

History

0.2.0 (2017-04-04)

  • Implement gindex (#2) and euclidian (#3).

0.1.1 (2017-04-04)

  • Use versioneer for versioning.

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

Uploaded Source

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