Metadata-Version: 2.2
Name: Kahi_impactu_postcalculations
Version: 0.1.3
Summary: Kahi plugin post processing calculations 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
Requires-Dist: pymongo
Requires-Dist: spacy
Requires-Dist: joblib
Requires-Dist: datetime
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 postcalculations
This plugin helps to calculate netwoks, top words and some other stuff from the impactu output.

# Description
Supports the calculation of the following metrics:
- Co-authorship network 
  - affiliations
  - authors 
- Top words for 
  - affiliations 
  - authors

# Installation

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

## Package
To install the package, run the following command:
`pip install kahi_impactu_postcalculations
`


# Usage

example for workflow:

```
config:
  database_url: localhost:27017
  database_name: kahi
  log_database: kahi
  log_collection: log
workflow:
  impactu_postcalculations:
    database_url: localhost:27017
    database_name: kahi_calculations
    backend: multiprocessing
    n_jobs: 6
    verbose: 5
    author_count: 6 #use this with warning, maybe the network is too big and it can not be saved in MongoDB
```


# License
BSD-3-Clause License 

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



