Metadata-Version: 2.2
Name: Kahi_impactu_post_cites_count
Version: 0.0.4a0
Summary: Kahi plugin post calculation of cites count for impactu
Home-page: https://github.com/colav/Kahi_plugins
Author: Colav
Author-email: colav@udea.edu.co
License: BSD
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: kahi
Dynamic: author
Dynamic: author-email
Dynamic: description
Dynamic: description-content-type
Dynamic: home-page
Dynamic: license
Dynamic: requires-dist
Dynamic: summary

<center><img src="https://raw.githubusercontent.com/colav/colav.github.io/master/img/Logo.png"/></center>

# Kahi impactu post citations count
This plugin helps to calculate the citations count for the impactu output.
The citations count is calculated for each institution, faculty, deparment, research group and author.


# Installation

## Dependencies
This package requires MongoDB to be installed and running and kahi already executed.

## Package
Install the package with the following command:
`pip install kahi_impactu_post_cites_count`


# Usage
example for workflow:

```
config:
  database_url: localhost:27017
  database_name: kahi
  log_database: kahi
  log_collection: log
workflow:
  impactu_post_cites_count:
    num_jobs: 12
    verbose: 5
```
# License
BSD-3-Clause License 

# Links
http://colav.udea.edu.co/



