Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/metasoarous/odum
Program for running simulations on Odum graphs
https://github.com/metasoarous/odum
clojurescript datascript ecology ecology-modelling
Last synced: 24 days 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 (over 7 years ago)
- Default Branch: master
- Last Pushed: 2017-05-07T16:17:39.000Z (over 7 years ago)
- Last Synced: 2024-05-01T23:14:50.840Z (6 months ago)
- Topics: clojurescript, datascript, ecology, ecology-modelling
- Language: Clojure
- Size: 49.8 KB
- Stars: 5
- Watchers: 5
- 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).