Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/alifeee/sheffield-transformed-graph

Graph visualisation for a local organisation noticeboard created at Sheffield Transformed, using SpringyJS.
https://github.com/alifeee/sheffield-transformed-graph

graph handlebars python springy undirected-graph

Last synced: about 2 months ago
JSON representation

Graph visualisation for a local organisation noticeboard created at Sheffield Transformed, using SpringyJS.

Awesome Lists containing this project

README

        

# Sheffield Transformed Graph

Graph visualisation for a local organisation noticeboard created at [Sheffield Transformed], using [SpringyJS].

(incomplete)

![screenshot of undirected graph showing a few organisations linked together](./images/graph.png)

[Sheffield Transformed]: https://www.sheffieldtransformed.org/
[SpringyJS]: http://getspringy.com/

## How to create webpage

The graph is a static webpage `index.html`, which is created via a [handlebars](https://handlebarsjs.com/) template using [Python](https://www.python.org/).

```bash
pip install -r requirements.txt
python render.py
```