Team:Groningen

From 2008.igem.org

(Difference between revisions)
 
(2 intermediate revisions not shown)
Line 1: Line 1:
<html>
<html>
-
 
<style type="text/css">
<style type="text/css">
-
@import url("http://work.nerbonne.org/igem2008/igemsite.css");
+
@import url("http://igemgroningen.nerbonne.org/igem2008/igemsite.css");
</style>
</style>
     <div id="header">
     <div id="header">
Line 23: Line 22:
           </li>
           </li>
           <li class="sub">
           <li class="sub">
-
             <a href="https://2008.igem.org/Team:Groningen/modeling.html"> Modeling </a>
+
             <a href=""> Modeling </a>
             <ul Class="L2">
             <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_SingleCell.html"> Single-cell </a></li>
Line 35: Line 34:
               <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#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/results.html#conclusion"> Conclusion </a></li>
 +
<li class="sub"><a href="https://2008.igem.org/Team:Groningen/iGEM_Criteria">iGEM Criteria</a></li>
             </ul>
             </ul>
           </li>
           </li>
           <li class="sub">
           <li class="sub">
-
             <a href="https://2008.igem.org/Team:Groningen/about.html">About</a>
+
             <a href="">About...</a>
             <ul class="L2">
             <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/team.html"> The Team </a></li>
Line 49: Line 49:
       </div>
       </div>
     </div>
     </div>
 +
<div id="home" class="location">
     <div id="view">
     <div id="view">
 +
    <div id="topbanner"></div>
     <div id="textblock">
     <div id="textblock">
       <h1>Conway’s Game of Life in real life</h1>
       <h1>Conway’s Game of Life in real life</h1>
Line 55: Line 57:
       <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>
       <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>
 +
    <div id="bottombanner"></div>
     </div>
     </div>
 +
</div>
<html>
<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.