https://github.com/metasoarous/odum
Program for running simulations on Odum graphs
https://github.com/metasoarous/odum
clojurescript datascript ecology ecology-modelling
Last synced: about 1 year ago
JSON representation
Program for running simulations on Odum graphs
- Host: GitHub
- URL: https://github.com/metasoarous/odum
- Owner: metasoarous
- Created: 2017-05-05T17:06:36.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2017-05-07T16:17:39.000Z (about 9 years ago)
- Last Synced: 2025-03-23T20:43:44.927Z (about 1 year ago)
- Topics: clojurescript, datascript, ecology, ecology-modelling
- Language: Clojure
- Size: 49.8 KB
- Stars: 5
- Watchers: 4
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# odum
This is a tool for designing and analyzing Odum Diagrams (or graphs/networks).
See .
## Usage
Execute `lein repl` and when that finishes booting execute `(run)` from the REPL.
You should get some data loading on the client when you hit .
You should see some draggable nodes on an svg canvas.
When you click on the text, it will bring down a little form for editing the information for a node.
From there:
* check out `src/cljc/odum/db.cljc`, which has the db schema and default database, as well as some energy flow
simultation.
* then look at `src/cljs/odum/app.cljs`, which has the view code.
* have fun!
## Notes
This app was built using various parts of [Datsys](https://github.com/metasoarous/datsys).