aboutsummaryrefslogtreecommitdiffstats
path: root/examples/lotka_volterra/metadata.toml
diff options
context:
space:
mode:
authorbnewbold <bnewbold@robocracy.org>2016-12-25 23:36:35 -0800
committerbnewbold <bnewbold@robocracy.org>2016-12-25 23:36:39 -0800
commit4bdf3106e13576e1b46a1d5e2e841ebc61045ee1 (patch)
tree8796266af0f1555feafad5720ede6a83dbfd54a5 /examples/lotka_volterra/metadata.toml
parent3e3f933595f64083e41433075e66aa275af66c6c (diff)
downloadmodelthing-4bdf3106e13576e1b46a1d5e2e841ebc61045ee1.tar.gz
modelthing-4bdf3106e13576e1b46a1d5e2e841ebc61045ee1.zip
remove variables from metadata files
Plan here is to make these examples only.
Diffstat (limited to 'examples/lotka_volterra/metadata.toml')
-rw-r--r--examples/lotka_volterra/metadata.toml31
1 files changed, 0 insertions, 31 deletions
diff --git a/examples/lotka_volterra/metadata.toml b/examples/lotka_volterra/metadata.toml
index 7ebc215..9753537 100644
--- a/examples/lotka_volterra/metadata.toml
+++ b/examples/lotka_volterra/metadata.toml
@@ -3,37 +3,6 @@
name-en = "Lotka–Volterra equations"
description-en = "Predator-Prey Model"
-[variables]
-
- [variables.t]
- type = 'time' # or "independent"?
-
- [variables.x]
- type = 'state'
-
- [variables.y]
- type = 'state'
-
- [variables.alpha]
- type = 'parameter'
- latex = '\alpha'
- unicode = 'α'
-
- [variables.beta]
- type = 'parameter'
- latex = '\beta'
- unicode = 'β'
-
- [variables.delta]
- type = 'parameter'
- latex = '\delta'
- unicode = 'δ'
-
- [variables.gamma]
- type = 'parameter'
- latex = '\gamma'
- unicode = 'γ'
-
[examples]
[examples.mathworld]