https://github.com/mjovanc/improving-animated-node-link-diagrams-scented-widgets
Bachelor Thesis Project - Improving Animated Node-Link Diagrams with Scented Widgets
https://github.com/mjovanc/improving-animated-node-link-diagrams-scented-widgets
d3 flask louvain-algorithm louvain-community-detection node-link node-link-diagrams scented-widgets
Last synced: 3 months ago
JSON representation
Bachelor Thesis Project - Improving Animated Node-Link Diagrams with Scented Widgets
- Host: GitHub
- URL: https://github.com/mjovanc/improving-animated-node-link-diagrams-scented-widgets
- Owner: mjovanc
- Created: 2024-03-23T08:24:17.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2024-09-17T16:07:03.000Z (10 months ago)
- Last Synced: 2025-03-28T17:09:11.527Z (3 months ago)
- Topics: d3, flask, louvain-algorithm, louvain-community-detection, node-link, node-link-diagrams, scented-widgets
- Language: JavaScript
- Homepage:
- Size: 1.35 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Improving Animated Node-Link Diagrams with Scented Widgets
## Installation guidelines
### Create, activate, and download dependencies with a virtual environment using venv
```bash
# Create a virtual environment named 'venv'
python -m venv venv# Activate the virtual environment on Windows
venv\Scripts\activate# Activate the virtual environment on macOS and Linux
source venv/bin/activate# Install requirements
pip install -r requirements.txt
```## Run server
```bash
python app.py
```Now it should be running on `http://localhost:8000`.
## Datasets
To be able to use this tool, you need to use datasets in the format of `X Y Z` following new line. X represents a node, Y represents a node and Z represents the time. X and Y therefor forms a relationship at that specific time. Data is represented with non-negative integers.
### Donwload sample datasets
- Primary School Dataset - https://gist.github.com/mjovanc/a035bcab2ee12dad6cd359aa0d2023a5
- High School Dataset - https://gist.github.com/mjovanc/47a195246f5dfdc18df47286d282b6d2