started vortrag & deps, added results of simulation
This commit is contained in:
6
vortrag/img/compound_example.neato
Normal file
6
vortrag/img/compound_example.neato
Normal file
@ -0,0 +1,6 @@
|
||||
digraph compound {
|
||||
|
||||
"Magic Dust";
|
||||
"Toxin" [style=filled, fillcolor="0,1,0.9"];
|
||||
|
||||
}
|
BIN
vortrag/img/compound_example.png
Normal file
BIN
vortrag/img/compound_example.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 7.2 KiB |
BIN
vortrag/img/environment.tree.png
Normal file
BIN
vortrag/img/environment.tree.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 223 KiB |
6
vortrag/img/enzyme_example.neato
Normal file
6
vortrag/img/enzyme_example.neato
Normal file
@ -0,0 +1,6 @@
|
||||
digraph compound {
|
||||
|
||||
"Magic Dust" -> "Toxin" [label="Enzyme ",len=2];
|
||||
"Toxin" [style=filled, fillcolor="0,1,0.9"];
|
||||
|
||||
}
|
BIN
vortrag/img/enzyme_example.png
Normal file
BIN
vortrag/img/enzyme_example.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 8.6 KiB |
8
vortrag/img/predator_example.neato
Normal file
8
vortrag/img/predator_example.neato
Normal file
@ -0,0 +1,8 @@
|
||||
digraph compound {
|
||||
|
||||
"Magic Dust" -> "Toxin" [label="Enzyme ",len=2];
|
||||
"Toxin" [style=filled, fillcolor="0,1,0.9"];
|
||||
"Predator" [style=filled, fillcolor="0.66,0.1,0.9"];
|
||||
"Predator" -> "Toxin" [label="is killed by", len=2];
|
||||
|
||||
}
|
BIN
vortrag/img/predator_example.png
Normal file
BIN
vortrag/img/predator_example.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 16 KiB |
Reference in New Issue
Block a user