examples:miscellaneous
Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
examples:miscellaneous [15:52 26.07.2013] – [Game of Life: Cellular Automata] Walter | examples:miscellaneous [18:13 18.08.2021] (current) – Moved to GitLab Pages Diego Jahn | ||
---|---|---|---|
Line 1: | Line 1: | ||
- | ~~NOTOC~~ | ||
- | ==== Miscellaneous models ==== | ||
- | === Minimal model === | ||
- | [{{ : | ||
- | ** Aim ** | ||
- | |||
- | This example does nothing - expect being the minimal valid Morpheus model. | ||
- | |||
- | Such a model is generated when choosing '' | ||
- | |||
- | ** Description ** | ||
- | |||
- | The basic model only includes the required nodes '' | ||
- | Their required nodes and attributes are added recursively, | ||
- | |||
- | ** Try it! ** | ||
- | |||
- | * Invalidate this minimal model by editing it (but keeping it well-formed). For example, remove '' | ||
- | |||
- | ** Model ** | ||
- | |||
- | ++++ Minimal.xml | | ||
- | <code xml model.xml> | ||
- | <?xml version=' | ||
- | < | ||
- | < | ||
- | < | ||
- | </ | ||
- | < | ||
- | <Lattice class=" | ||
- | <Size value=" | ||
- | </ | ||
- | </ | ||
- | < | ||
- | < | ||
- | < | ||
- | </ | ||
- | </ | ||
- | </ | ||
- | ++++ | ||
- | |||
- | ---- | ||
- | |||
- | ===== Game of Life: Cellular Automata ===== | ||
- | [{{ : | ||
- | {{vimeo> | ||
- | |||
- | === Introduction === | ||
- | This example models probably the best-known classic cellular automaton (CA) model: Conway' | ||
- | |||
- | It shows an alternative use of '' | ||
- | |||
- | === Model description === | ||
- | |||
- | In this model, the lattice is filled with cells of size 1. Each cell counts the number of neighboring cells that are ' | ||
- | |||
- | === Things to try === | ||
- | |||
- | * Change the '' | ||
- | |||
- | === Full model === | ||
- | |||
- | <code xml |h GameOfLife.xml |h> | ||
- | extern> | ||
- | </ | ||
- | \\ | ||
- | In Morpheus GUI: '' | ||
- | ---- | ||
- | ===== French Flag: Morphogen gradient ===== | ||
- | [{{ : | ||
- | |||
- | === Introduction === | ||
- | |||
- | This example shows Wolpert' | ||
- | |||
- | === Model description === | ||
- | |||
- | The model sets up a morphogen gradient in the x direction '' | ||
- | |||
- | The cells in '' | ||
- | |||
- | Note that this model is not time-dependent. '' | ||
- | |||
- | * Change the physical length of the domain by editing '' | ||
- | * Change the model such that the morphogen gradient is set up by production and diffusion, using '' | ||
- | | ||
- | === Full model === | ||
- | |||
- | <code xml |h FrenchFlag.xml |h> | ||
- | extern> | ||
- | </ | ||
- | \\ | ||
- | In Morpheus GUI: '' | ||
- | |||
- | |||
- | ---- |
examples/miscellaneous.1374846722.txt.gz · Last modified: 15:52 26.07.2013 by Walter