Team:Groningen

From 2008.igem.org

(Difference between revisions)
Line 1: Line 1:
<html>
<html>
-
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
+
 
-
<html>
+
-
  <head>
+
-
    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
+
-
    <!--[if lt IE 7]><script src="http://ie7-js.googlecode.com/svn/version/2.0(beta3)/IE7.js" type="text/javascript"></script><![endif]-->
+
-
    <!--[if lt IE 8]><script src="http://ie7-js.googlecode.com/svn/version/2.0(beta3)/IE8.js" type="text/javascript"></script><![endif]-->
+
-
    <link rel="stylesheet" type="text/css" href="igemsite.css">
+
-
  </head>
+
-
  <body>
+
<style type="text/css">
<style type="text/css">
* {margin: 0; padding: 0; border: 0;}
* {margin: 0; padding: 0; border: 0;}
Line 146: Line 138:
     </div>
     </div>
     </div>
     </div>
-
  </body>
+
 
-
</html>
+
<html>
<html>

Revision as of 01:11, 29 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.