https://github.com/ssciwr/moufang-exhibition
https://github.com/ssciwr/moufang-exhibition
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/ssciwr/moufang-exhibition
- Owner: ssciwr
- License: mit
- Created: 2023-06-01T14:43:22.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-06-06T11:50:00.000Z (over 2 years ago)
- Last Synced: 2025-03-02T17:03:47.275Z (8 months ago)
- Language: Python
- Size: 1.51 MB
- Stars: 1
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Franz Moufang - The Social Network
This is a network visualization based on `dash-cytoscape` for the art exhibition [THE SOCIAL NETWORK. Die Gästebücher des Kunstsammlers Franz Moufang](https://www.uni-heidelberg.de/de/veranstaltungen/the-social-network-die-gaestebuecher-des-kunstsammlers-franz-moufang-2023-06-09) in the Kunstverein Heidelberg.
## How to install and run
The web app needs to be served locally or over the internet.
Requirements:
* Python + Pip
Instructions:
```bash
python -m pip install -r requirements.txt
python app.py
```
If you need to serve this in the production environment, you should stop the previously running
`gunicorn` process by identifying its PID with `ps ax | grep gunicorn` and `kill` it. Then, in
the `moufang-exhibition` directory do:
```bash
nohup gunicorn app:server -b :8000 &
```
## License
The code in `app.py` is licensed under the MIT license. The data in `data.json` is licensed t.b.d.