Team:Groningen/Project

From 2008.igem.org

(Difference between revisions)
(Prototype team page)
(Project Details)
 
(86 intermediate revisions not shown)
Line 1: Line 1:
-
<!-- *** What falls between these lines is the Alert Box!  You can remove it from your pages once you have read and understood the alert *** -->
+
__NOTOC__
 +
<div style="width: 700px; margin-left: 15px; float:right;">  <html><!-- main content div --></html>
-
<html>
 
-
<div id="box" style="width: 700px; margin-left: 137px; padding: 5px; border: 3px solid #000; background-color: #fe2b33;">
 
-
<div id="template" style="text-align: center; font-weight: bold; font-size: large; color: #f6f6f6; padding: 5px;">
 
-
This is a template page. READ THESE INSTRUCTIONS.
 
-
</div>
 
-
<div id="instructions" style="text-align: center; font-weight: normal; font-size: small; color: #f6f6f6; padding: 5px;">
 
-
You are provided with this team page template with which to start the iGEM season.  You may choose to personalize it to fit your team but keep the same "look." Or you may choose to take your team wiki to a different level and design your own wiki.  You can find some examples <a href="https://2008.igem.org/Help:Template/Examples">HERE</a>.
 
-
</div>
 
-
<div id="warning" style="text-align: center; font-weight: bold; font-size: small; color: #f6f6f6; padding: 5px;">
 
-
You <strong>MUST</strong> have a team description page, a project abstract, a complete project description, and a lab notebook.  PLEASE keep all of your pages within your Team:Example namespace. 
 
-
</div>
 
-
</div>
 
-
</html>
 
-
 
-
<!-- *** End of the alert box *** -->
 
-
 
-
 
-
 
-
{|align="justify"
 
-
|You can write a background of your team here.  Give us a background of your team, the members, etc.  Or tell us more about something of your choosing.
 
-
|[[Image:Example_logo.png|200px|right|frame]]
 
-
|-
 
-
|
 
-
''Tell us more about your project.  Give us background.  Use this is the abstract of your project.  Be descriptive but concise (1-2 paragraphs)''
 
-
|[[Image:Team.png|right|frame|Your team picture]]
 
-
|-
 
-
|
 
-
|align="center"|[[Team:Groningen | Team Example 2]]
 
-
|}
 
-
 
-
<!--- The Mission, Experiments --->
 
-
 
-
{| style="color:#1b2c8a;background-color:#0c6;" cellpadding="3" cellspacing="1" border="1" bordercolor="#fff" width="62%" align="center"
 
-
!align="center"|[[Team:Groningen|Home]]
 
-
!align="center"|[[Team:Groningen/Team|The Team]]
 
-
!align="center"|[[Team:Groningen/Project|The Project]]
 
-
!align="center"|[[Team:Groningen/Parts|Parts Submitted to the Registry]]
 
-
!align="center"|[[Team:Groningen/Modeling|Modeling]]
 
-
!align="center"|[[Team:Groningen/Notebook|Notebook]]
 
-
|}
 
-
(''Or you can choose different headings.  But you must have a team page, a project page, and a notebook page.'')
 
-
 
-
 
-
 
-
== '''Overall project''' ==
 
-
 
-
Your abstract
 
 +
''This year is the first year the University of Groningen is joining the iGEM competition. Our team – The Groningen Transformers – will focus on cell-cell signal systems, cellular automata and the Conway’s Game of Life!''
 +
='''Overall project'''=
 +
[[Image:Lifegame.jpg|right|frame|An example pattern which can be created with Conway's game of life]]
 +
Since we have a multidisciplinary team we choose a project where lab work and modeling have to work together, for example by measuring parameters and optimizing our model every day. In our brainstorm sessions we all agreed that it would be fun to create a system in Escherichia coli which could repeat itself after one initial pulse.
 +
A cellular automata is a system in which rules are applied to cells and their neighbors in a two dimensional grid. We would like to create patterns and behaviors with simple rules. It is very important that complex behavior can be produced by simple rules.
 +
A very interesting example of a cellular automata is the Game of Life, invented by the mathematician John Conway in 1970. In this game grid cells can be live or dead. The most common rules are: with 2 or 3 neighbors a grid cell stays alive, with more or less it dies and with 3 neighbors a grid cell becomes alive. See figure x.
 +
It will be a great challenge to make this game with a biological system. We already thought of a combination of bio bricks (link floor met parts voor ons systeem) and the necessary parts we have to add ourselves. Because this project is quite ambitious we will first try to make the subparts for the system.
 +
The value of this game for biology is that we can synchronize cells better. Nowadays synchronization can be done by nitrogen starvation for example.
== Project Details==
== Project Details==
 +
In Conway's game of life cells have two states, in our case GFP expression or no GFP expression. Therefore we need a interval switch. We make this with a HSL/cI hybrid promoter that can be activated by a low HSL concentration; producing GFP and a promoter which will be switched on at higher HSL concentration; producing cI to block the first promoter, see figure x. This quorum sensing system was first discovered in Vibrio fischeri [Greenberg, 1999). The cells have to send HSL molecules to other cells. This interval switch makes the cells either ‘dead’; no GFP expression or ‘alive’; GFP expression and  thereby forming our pattern on a two dimensional grid.
 +
The devices we need to play the Conway's game of life in a cell or colony are:
 +
*An interval device - Here cells need to know from its neighbors if they are 'dead' or 'alive', and when alive if its not overcrowded.
 +
*A sender device - Cells need to let others known in what state they are: 'dead' or 'alive'.
 +
*A receiver device - Cells need to obtain and process information from their neighbors.
 +
*A reset function - After it gets overcrowded around one cell, it needs to reset, become 'dead'.
 +
In the Registry of Standard Parts a lot of biobricks are involved in the [http://partsregistry.org/AHL <font color=#dd0000>AHL quorum sensing</font color>] system of ''Vibrio fischeri''. For our system this was really helpful, since we did not want to use a cell-cell signal system which would interfere with ''E. coli's'' own quorum sensing system. We could use these bricks to create a system where cells will communicate with eachother and sense it at the same time. Moreover quite some other repressors and activators are present in the Registry. We chose to use the parts from the Registry as basic elements in the system. For some specific features we need to make and add them ourselves.
 +
<div id='Grid-system'>
 +
{| style="color:black; font:black" width="700px" align="left" frame="white"
 +
|[[Image:Grid.jpg|500px]]
 +
|
 +
This image depicts an example of an simple physical setup which could be used to "play" Conway's game of life. The green and white circles indicate colonies. HSL (the signal) can diffuse through the solid agar plates. The colonies should be able to act on the signal, and turn 'on' (green) or 'off' (white).
 +
|
 +
|}
 +
</div>
 +
==The Experiments==
-
=== Part 2 ===
 
 +
=== Part 3 ===
-
=== The Experiments ===
 
 +
== Results ==
-
=== Part 3 ===
 
 +
</div><!-- CLOSE main content div -->
 +
[[Image:ruglog.png|200px|left]]
-
== Results ==
+
<div id='left-sidebar'>
 +
{| style="color:white;background-color:#dd0000;link:white;" cellpadding="5" cellspacing="2" border="1" bordercolor="white" width="25%" align="left"
 +
|align="left"|[[Team:Groningen|<font color=white>Home</font>]]
 +
|-
 +
|align="left"|[[Team:Groningen/Team|<font color=white>The Team</font>]]
 +
|-
 +
|align="left"|[[Team:Groningen/Project|<font color=white>The Project</font>]]
 +
|-
 +
|align="left"|[[Team:Groningen/Parts|<font color=white>Parts</font>]]
 +
|-
 +
|align="left"|[[Team:Groningen/Modeling|<font color=white>Modeling</font>]]
 +
|-
 +
|align="left"|[[Team:Groningen/Notebook|<font color=white>Notebook</font>]]
 +
|}
 +
</div>
 +
[[Image:Gr_martini.jpg|left|frame|The Martini tower of Groningen]]

Latest revision as of 11:28, 16 September 2008



This year is the first year the University of Groningen is joining the iGEM competition. Our team – The Groningen Transformers – will focus on cell-cell signal systems, cellular automata and the Conway’s Game of Life!

Overall project

An example pattern which can be created with Conway's game of life

Since we have a multidisciplinary team we choose a project where lab work and modeling have to work together, for example by measuring parameters and optimizing our model every day. In our brainstorm sessions we all agreed that it would be fun to create a system in Escherichia coli which could repeat itself after one initial pulse. A cellular automata is a system in which rules are applied to cells and their neighbors in a two dimensional grid. We would like to create patterns and behaviors with simple rules. It is very important that complex behavior can be produced by simple rules. A very interesting example of a cellular automata is the Game of Life, invented by the mathematician John Conway in 1970. In this game grid cells can be live or dead. The most common rules are: with 2 or 3 neighbors a grid cell stays alive, with more or less it dies and with 3 neighbors a grid cell becomes alive. See figure x.

It will be a great challenge to make this game with a biological system. We already thought of a combination of bio bricks (link floor met parts voor ons systeem) and the necessary parts we have to add ourselves. Because this project is quite ambitious we will first try to make the subparts for the system.

The value of this game for biology is that we can synchronize cells better. Nowadays synchronization can be done by nitrogen starvation for example.

Project Details

In Conway's game of life cells have two states, in our case GFP expression or no GFP expression. Therefore we need a interval switch. We make this with a HSL/cI hybrid promoter that can be activated by a low HSL concentration; producing GFP and a promoter which will be switched on at higher HSL concentration; producing cI to block the first promoter, see figure x. This quorum sensing system was first discovered in Vibrio fischeri [Greenberg, 1999). The cells have to send HSL molecules to other cells. This interval switch makes the cells either ‘dead’; no GFP expression or ‘alive’; GFP expression and thereby forming our pattern on a two dimensional grid.

The devices we need to play the Conway's game of life in a cell or colony are:

  • An interval device - Here cells need to know from its neighbors if they are 'dead' or 'alive', and when alive if its not overcrowded.
  • A sender device - Cells need to let others known in what state they are: 'dead' or 'alive'.
  • A receiver device - Cells need to obtain and process information from their neighbors.
  • A reset function - After it gets overcrowded around one cell, it needs to reset, become 'dead'.

In the Registry of Standard Parts a lot of biobricks are involved in the [http://partsregistry.org/AHL AHL quorum sensing] system of Vibrio fischeri. For our system this was really helpful, since we did not want to use a cell-cell signal system which would interfere with E. coli's own quorum sensing system. We could use these bricks to create a system where cells will communicate with eachother and sense it at the same time. Moreover quite some other repressors and activators are present in the Registry. We chose to use the parts from the Registry as basic elements in the system. For some specific features we need to make and add them ourselves.

Grid.jpg

This image depicts an example of an simple physical setup which could be used to "play" Conway's game of life. The green and white circles indicate colonies. HSL (the signal) can diffuse through the solid agar plates. The colonies should be able to act on the signal, and turn 'on' (green) or 'off' (white).

The Experiments

Part 3

Results

Ruglog.png
The Martini tower of Groningen