From b6b328d1a47b97ae4988bf6d1091a5cfa81fb708 Mon Sep 17 00:00:00 2001 From: bnewbold Date: Sat, 14 Jan 2017 19:52:15 -0800 Subject: update TODO and examples (aspirations!) --- TODO | 15 ++++++++++----- notes/list_of_examples.txt | 13 +++++++++++++ 2 files changed, 23 insertions(+), 5 deletions(-) diff --git a/TODO b/TODO index b102500..84cb3da 100644 --- a/TODO +++ b/TODO @@ -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 -- cgit v1.2.3