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

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

Contributions welcome

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 Distributions

No source distribution files available for this release.See tutorial on generating distribution archives.

Built Distributions

scholarmetrics-0.1.0-py2.py3-none-any.whl (4.7 kB view hashes)

Uploaded Python 2 Python 3

scholarmetrics-0.1.0-py2.7.egg (4.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