Team:Groningen
From 2008.igem.org
(82 intermediate revisions not shown) | |||
Line 1: | Line 1: | ||
- | + | <html> | |
- | < | + | <style type="text/css"> |
+ | @import url("http://igemgroningen.nerbonne.org/igem2008/igemsite.css"); | ||
+ | </style> | ||
+ | <div id="header"> | ||
+ | <img src="https://static.igem.org/mediawiki/2008/c/cd/Groningen2008_Banner.jpg" id="banner"/> | ||
+ | <div id="menu"> | ||
+ | <ul class="L1"> | ||
+ | <li> | ||
+ | <a href="https://2008.igem.org/Team:Groningen">Home</a> | ||
+ | </li> | ||
+ | <li> | ||
+ | <a href="https://2008.igem.org/Team:Groningen/Introduction">Introduction</a> | ||
+ | </li> | ||
+ | <li class="sub"> | ||
+ | <a href="https://2008.igem.org/Team:Groningen/design.html">Design</a> | ||
+ | <ul class="L2"> | ||
+ | <li class="sub"><a href="https://2008.igem.org/Team:Groningen/design.html#interval_switch">Interval Switch</a></li> | ||
+ | <li class="sub"><a href="https://2008.igem.org/Team:Groningen/design.html#genetic_circuit">Genetic Circuit</a></li> | ||
+ | <li class="sub"><a href="https://2008.igem.org/Team:Groningen/design.html#physical_system">Physical System</a></li> | ||
+ | </ul> | ||
+ | </li> | ||
+ | <li class="sub"> | ||
+ | <a href=""> Modeling </a> | ||
+ | <ul Class="L2"> | ||
+ | <li class="sub"><a href="https://2008.igem.org/Team:Groningen/modeling_SingleCell.html"> Single-cell </a></li> | ||
+ | <li class="sub"><a href="https://2008.igem.org/Team:Groningen/modeling_Spatial.html"> Spatial model </a></li> | ||
+ | <li class="sub"><a href="https://2008.igem.org/Team:Groningen/modeling_files.html">Model Files</a></li> | ||
+ | </ul> | ||
+ | </li> | ||
+ | <li class="sub"> | ||
+ | <a href="https://2008.igem.org/Team:Groningen/results.html">Results</a> | ||
+ | <ul class="L2"> | ||
+ | <li class="sub"><a href="https://2008.igem.org/Team:Groningen/results.html#results"> Results </a></li> | ||
+ | <li class="sub"><a href="https://2008.igem.org/Team:Groningen/results.html#conclusion"> Conclusion </a></li> | ||
+ | <li class="sub"><a href="https://2008.igem.org/Team:Groningen/iGEM_Criteria">iGEM Criteria</a></li> | ||
+ | </ul> | ||
+ | </li> | ||
+ | <li class="sub"> | ||
+ | <a href="">About...</a> | ||
+ | <ul class="L2"> | ||
+ | <li class="sub"><a href="https://2008.igem.org/Team:Groningen/team.html"> The Team </a></li> | ||
+ | <li class="sub"><a href="https://2008.igem.org/Team:Groningen/rug.html"> Groningen University </a></li> | ||
+ | <li class="sub"><a href="https://2008.igem.org/Team:Groningen/references.html"> References </a></li> | ||
+ | <li class="sub"><a href="https://2008.igem.org/Team:Groningen/acknowledgements.html"> Acknowledgements </a></li> | ||
+ | </ul> | ||
+ | </li> | ||
+ | </ul> | ||
+ | </div> | ||
+ | </div> | ||
+ | <div id="home" class="location"> | ||
+ | <div id="view"> | ||
+ | <div id="topbanner"></div> | ||
+ | <div id="textblock"> | ||
+ | <h1>Conway’s Game of Life in real life</h1> | ||
+ | |||
+ | <p>Conway’s Game of Life is a simple cellular automaton famous for generating complex ‘life-like’ patterns. The goal of this project is to explore the possibility of implementing cellular automata, particularly the Game of Life, as a regular spatial arrangement of bacteria. Communicating the number of neighbors is implemented using the well-known Homoserine Lactone (HSL) quorum sensing system. A novel component is the circuit implementing the automaton’s ruleset, to determine the state to switch to upon detecting ‘too few’, ‘enough’ or ‘too many’ neighbors. This ‘interval switch’ was designed and implemented by altering the binding site affinity of the signal molecule complexes to correspond to the levels of HSL coming from the neighbors. Finally, the ON state of the cells is indicated by GFP production and production of new HSL signals, and the OFF state by their absence. The system was implemented partially in vivo and we have developed in silico models.</p> | ||
+ | </div> | ||
+ | <div id="bottombanner"></div> | ||
+ | </div> | ||
+ | </div> | ||
- | + | <html> | |
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | < | + | |
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + |
Latest revision as of 03:56, 30 October 2008
Conway’s Game of Life in real life
Conway’s Game of Life is a simple cellular automaton famous for generating complex ‘life-like’ patterns. The goal of this project is to explore the possibility of implementing cellular automata, particularly the Game of Life, as a regular spatial arrangement of bacteria. Communicating the number of neighbors is implemented using the well-known Homoserine Lactone (HSL) quorum sensing system. A novel component is the circuit implementing the automaton’s ruleset, to determine the state to switch to upon detecting ‘too few’, ‘enough’ or ‘too many’ neighbors. This ‘interval switch’ was designed and implemented by altering the binding site affinity of the signal molecule complexes to correspond to the levels of HSL coming from the neighbors. Finally, the ON state of the cells is indicated by GFP production and production of new HSL signals, and the OFF state by their absence. The system was implemented partially in vivo and we have developed in silico models.