/Artyk

Simple co-occurrence analysis matrix generation tool with GUI.

Primary LanguagePython

Artyk - Research Maker

This program generates co-occurrence matrix based on a data from spreadsheet file (xlsx, xls, csv). (Web of Science, Scopus, e.t.c.).

Use it with other programs such as NodeXL where you can import co-occurrence matrix and generate ocular data. (Graphs)

Screenshot:

Compilation (To create executable file)

  • download python
  • download the project
  • open terminal in project folder
  • run pip install -r requirements.txt
  • run python compile.py
  • wait, and check dist/ folder for the executable

Installation (To run using Python)

  • download python
  • download the project
  • open terminal in project folder
  • run pip install -r requirements.txt
  • run python main.py

Usage example (With NodeXL):