diff options
author | bnewbold <bnewbold@robocracy.org> | 2017-01-14 19:52:15 -0800 |
---|---|---|
committer | bnewbold <bnewbold@robocracy.org> | 2017-01-14 19:52:56 -0800 |
commit | b6b328d1a47b97ae4988bf6d1091a5cfa81fb708 (patch) | |
tree | 45e463474398e2933774cb28e6083685ef629604 | |
parent | 3078a03c59ee93db8c74b78309770e14b1981aef (diff) | |
download | modelthing-b6b328d1a47b97ae4988bf6d1091a5cfa81fb708.tar.gz modelthing-b6b328d1a47b97ae4988bf6d1091a5cfa81fb708.zip |
update TODO and examples (aspirations!)
-rw-r--r-- | TODO | 15 | ||||
-rw-r--r-- | notes/list_of_examples.txt | 13 |
2 files changed, 23 insertions, 5 deletions
@@ -1,14 +1,16 @@ +- move create form to sandbox page? +- more descriptive edit page (link to modelica spec?) +- refactor model creation/editing into library routine + cleanups and fixes: -- refactor away metadata into just modelica and examples.toml -- proper error handling types/story - validate incomplete identifiers (?) - + => aka, check that identifiers match component list.. + => involves moving identifiers() to parser? +- remove parser from pub namespace (if it's still there...) - finish rebalance/resolve/rephrase for {x} => tests! -- switch to .mo files -- latex output - tangle demo - http://blog.littleredcomputer.net/math/odex/js/2016/04/03/lotka-volterra.html @@ -34,3 +36,6 @@ later: - rename to "modell-dinge"? - basic generation of python/julia code from model - elm explorer? +- https://siciarz.net/24-days-rust-git2/ +- a more fortress-like syntax +- #![deny(missing_docs)] diff --git a/notes/list_of_examples.txt b/notes/list_of_examples.txt index b8b416f..4793a24 100644 --- a/notes/list_of_examples.txt +++ b/notes/list_of_examples.txt @@ -1,4 +1,17 @@ +- https://en.wikipedia.org/wiki/Solow%E2%80%93Swan_model +- e = mc2 +- carnot's theorem ( W <= Q_H ( 1 - Tc/Th) +- maxwell's equations +- Riemann zeta function +- NOWAK'S EVOLVABILITY +- ISLAND BIOGEOGRAPHY +- compound interest +- nyquist frequency / limit +- shannon capacity +- tupper's self-referential formula + + Newer list: - https://en.wikipedia.org/wiki/Radioactive_decay#One-decay_process - https://en.wikipedia.org/wiki/Hodgkin%E2%80%93Huxley_model |