Kahi plugin to insert and update works from Web of Science
Project description
Kahi ranking udea works plugin
Kahi will use this plugin to insert or update the works information from ranking office file from University of Antioquia.
Description
Plugin that read the information from a file with papers published and reported to the ranking office at University of Antioquia to update or insert the information of the research products in CoLav's database format.
Installation
You could download the repository from github. Go into the folder where the setup.py is located and run
pip3 install .
From the package you can install by running
pip3 install Kahi_openalex_subjects
Similarity support
To process works without doi, similarity is mandaroty. Then a elastic search server must be running. The plugin will use the server to find the most similar works in the database. To deply it please read https://github.com/colav/Chia/tree/main/elasticsaerch and follow the instructions.
Docker and docker-compose are required to deploy the server.
if you only wants to process works with doi, you can skip this step and remove the es_index, es_url, es_user and es_password from the yaml file.
But it is mandatory to put ranking_udea_works/doi
in the yaml file.
Usage
To use this plugin you must have kahi installed in your system and construct a yaml file such as
config:
database_url: localhost:27017
database_name: kahi
log_database: kahi
log_collection: log
workflow:
ranking_udea_works/doi:
es_index: kahi_es
es_url: http://localhost:9200
es_user: elastic
es_password: colav
file_path: udea/produccion 2018-2022 al 27 oct 2022.xlsx
ranking_udea_works:
es_index: kahi_es
es_url: http://localhost:9200
es_user: elastic
es_password: colav
file_path: udea/produccion 2018-2022 al 27 oct 2022.xlsx
- WARNING *. This process could take several hours
License
BSD-3-Clause License
Links
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Hashes for kahi_ranking_udea_works-0.1.4b0.tar.gz
Algorithm | Hash digest | |
---|---|---|
SHA256 | 542965a3c0667cd15d3e2da02fae57606544a59941ff6b59acac9515b5e88515 |
|
MD5 | 1220df2b43fd5a2c38d30e9d678f8daf |
|
BLAKE2b-256 | 38c065344fd5e21807aba6e80cad3fcb73bdf1629ce823f56250875a9d0c752b |
Hashes for Kahi_ranking_udea_works-0.1.4b0-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | ad9a23d6472923756389975a2ea12ac69ec96aae72cff5e360ef60d2cf4e5e53 |
|
MD5 | 7939dc6ac28d85d1315bfef0b7714f22 |
|
BLAKE2b-256 | dbf66addb2948676ce2e009a1da577feb702447e695ad7ace96c1644d1cfcecc |