documentation:course:module6
This is an old revision of the document!
Table of Contents
Module 6: Dictyostelium cluster formation & slug movement
Author: Fabian Rost
Aim
- this was planned as a one week project, students should develop a complex model
- teach them about biology: morphogenesis, cellular behavior, …
- teach them about mathematics: CPM, PDE, coupling
Description
- Step by step description of module
- Written such that other tutors can teach the same stuff
Paper
- Savill, N. J., & Hogeweg, P. (1997). Modelling morphogenesis: from single cells to crawling slugs. J. Theor. Biol, 184, 229-235. link
- Stan Marée (2002), From pattern formation to morphogenesis: multicellular coordination in Dictyostelium discoideum link
- Alberto Quintero, Mirko Myllykoski, Anna Igolkina, Alexandra Rohde O’Sullivan Freltoft, Nitya Dixit, Fabian Rost (2012), Morphogenesis and Dynamics of Multicellular Systems, link
Morpheus models
h MorpheusModel.xml |h
<MorpheusModel version="1"> <Description> <Title>Example-Model</Title> </Description> <Space> <Lattice class="linear"> <Size value="100 0 0"/> <BoundaryConditions> <Condition boundary="x" type="periodic"/> </BoundaryConditions> </Lattice> </Space> <Time> <StartTime value="0"/> <StopTime value="100"/> </Time> </MorpheusModel>
documentation/course/module6.1357901598.txt.gz · Last modified: 11:53 11.01.2013 by Fabian Rost