ETHZ

From 2007.igem.org

(Difference between revisions)
m (fixed link to lab page.)
('''.:: New ones ::.''')
Line 86: Line 86:
=='''.:: To Do ::.'''==
=='''.:: To Do ::.'''==
====='''.:: New ones ::.'''=====
====='''.:: New ones ::.'''=====
-
 
<p><ul>
<p><ul>
<li> How about changing "educatETH <i>E.coli</i> to all italics <i>educatETH E.coli</i>
<li> How about changing "educatETH <i>E.coli</i> to all italics <i>educatETH E.coli</i>
Line 106: Line 105:
<li> Possibly remove Introduction heading altogether, and just start with the text.
<li> Possibly remove Introduction heading altogether, and just start with the text.
</ul></p>
</ul></p>
 +
*These two lines are kinda confusing...
 +
**" Main Page / Biology Pespective / Engineering Perspective / Meet the Team / Team Notes / Pictures!"
 +
**"Main Page / System Modeling / Simulations / System Implementation / Lab Notes / Meet the Team / Team Notes / Pictures!
 +
*<span style=color:red;>'''BTW, can we label the solved problems to <span style=color:blue;>blue <span style=color:red;>?'''
====='''.:: Old ones ::.'''=====
====='''.:: Old ones ::.'''=====

Revision as of 13:06, 18 October 2007

Eth zh logo 4.png
Main Page      Biology Pespective      Engineering Perspective      Meet the Team      Team Notes      Pictures!

Main Page      System Modeling      Simulations      System Implementation      Lab Notes      Meet the Team      Team Notes      Pictures!



.:: ETH Zurich - educatETH E.coli ::.

.:: Introduction ::.

It is the 3rd time the ETH Zurich takes part in International Genetically Engineered Machine Competition (iGEM). This year, our combined team of biologists and engineers has undertaken the task of educating E.coli !

Fig. 1: The ETH Zurich team undertook the task of engineering a learning mechanism for E.coli.
More specifically, in our project (Fig. 1), we are trying to create E.coli which have the ability to distinguish between two chemicals they may be exposed to after they have undergone a training phase.

Learning plays a major role for living organisms, as it enables them to survive by adapting to an ever-changing environment. Engineering a simple biological system which exhibits learning behavior is of great interest, as it can support our understanding of this procedure by comparison with natural systems. On the other hand, learning and memorizing plays an equally important role in engineering; from handwriting recognition on PDAs to plain logical circuits storing their binary state on computers, it can be found on numerous everyday life applications. Constructing a biological analogue of a simple memory as known from logic design can hopefully function as a biological building block from which more complex systems may be constructed. We therefore think that educatETH E.coli operates on an exciting interface between engineering and biology.

Stay in this page for an overview of how educatETH E.coli works, the motivation behind it and its possible future applications. If you want to see the biological design of our system and the parts that it consists of, or if you are interested in building it yourself and want to read the lab protocols, the Biology Perspective will be of interest to you. If you want to know more on how educatETH E.coli has been modeled and simulated, or on its equivalences to systems such as flip-flops and finite state machines, please visit the Engineering Perspective. You may also want to visit Meet the Team for information regarding the team and Pictures! for our photo gallery. Finally, in Team Notes you can read the notes exchanged by the team during preparation for the competition.

.:: Team Members ::.

KICK PEOPLE TO HAVE A PROPER LINK

As iGEM is a synthetic biology competition, the ETH Zurich team consists of balanced numbers of biology and engineering students. Our team members are:

For more information on the team members, follow the links or visit Meet the Team.


.:: E.coli Intelligence (E.I) - Specifications and analogies ::.

How can we make E.coli bacteria able to report us about their environment? Can we teach bacteria to tell if they have seen before a specific chemical?

Fig. 2: educatETH E.coli System

This problem is essentially broken down to constructing a toggle switch which can maintain the state it acquired during a training phase. In Logic Design, this is done using a JK flip-flop with a latch. With this approach, reporting in the testing phase may be implemented with AND gates using the state of the toggle and the current chemical as inputs.
(Want to read more about this? Visit the Engineering Perspective!)

Back to biology, a toggle switch has been successfully implemented in [1]. This toggle switch, however, changes states according to one input only as it has one operator site and therefore loses its previous state whenever the system is exposed to a different chemical. This means that it cannot memorize information. To overcome this, we modified the toggle switch in [1] using two operator sites. In this way, a second chemical acting as a “helper” substance present only in the training phase may be used so that the toggle maintains its state during testing.
(Want to see the biological design of our modified toggle? Visit the Biology Perspective!)

.:: A short system description ::.

educatETH E.coli is able to recognize between two chemical substances (aTC and IPTG) it has previously been exposed with help of an external chemical signal (AHL). In the first part of the training phase (“meeting”), the system is exposed to one of the two chemicals (aTC and IPTG) and AHL is added, causing a steady system behavior. In the second part of the training phase (“memorizing”), all chemicals but AHL are removed, allowing the system to maintain its state. Finally, in the testing phase (“recognizing”), the system is exposed to any of the two chemicals again. Via comparison of the toggle's steady state with the system response the new chemical causes, the system recognizes if it has been exposed to this chemical before or not. As seen on Table , four system states are possible in the testing phase. We chose to use two reporters to control which chemical educatETH E.coli is exposed to during the training phase (CFP for , YFP for ) and two others to control whether the system sees the same chemical as it did in the training phase (GFP) or not (RFP). Thus, the system response is determined uniquely.


Training
chemical
Testing
chemical
Fluorescence
during training
Fluorescence
during testing
aTc aTc YFP YFP
aTc IPTG YFP GFP
IPTG aTc CFP RFP
IPTG IPTG CFP CFP
.:: References ::.

[1]: Toggle Switch

.:: Acknowledgements ::.

.:: Links ::.

.:: To Do ::.

.:: New ones ::.

  • How about changing "educatETH E.coli to all italics educatETH E.coli
  • Change the name of p22cII to only cII (its a cI analog) p22 just means that it derives from the phage p22.
  • IMPORTANT: THE COLOURS ARE TOTALLY WRONG IN THE SIMULATION PART. Please refer to the table on the main page. Changed it just now, it was wrong before!!!
  • Change banner on top of page. Stefan: Can we please change the banner back to the old version?!? It was MUCH nicer.
  • Decide on headings type. I like larger headings more, I also like the horizontal line because it separates, put it only on Introduction for you to see how it is.
  • Possibly put table of contents.
  • Possibly take educatETH E.coli from Figure.
  • Change Figure 2.
  • Possibly change figure caption format from xxx (Fig. x) to Fig.x: xxx. Put second format on Figure 2 for all to check.
  • Fix table showing possible system states and reporters. Maybe with some color?
  • Put cross-reference on table.
  • Align table left
  • Add which reporters do what in paragraph.
  • Put (compressed!) team photo instead of Fig.1
  • Fix paragraph with system description, looks somehow bulky. Maybe italics or bold on important things?
  • Fix reference on toggle switch.
  • Possibly remove Introduction heading altogether, and just start with the text.

  • These two lines are kinda confusing...
    • " Main Page / Biology Pespective / Engineering Perspective / Meet the Team / Team Notes / Pictures!"
    • "Main Page / System Modeling / Simulations / System Implementation / Lab Notes / Meet the Team / Team Notes / Pictures!
  • BTW, can we label the solved problems to blue ?
.:: Old ones ::.

  • Need picture: Bacteria red, Bacteria Green, two pictures showing different exposure to chemicals (Sylke: see my presentation Sven will hold for me tonight (20.09) -> the FACS guy wants probes of our XFP expressing E.coli - the one who brings it to him can just put it under the microscope and take a few pictures for the wiki)
  • Need picture: Einstein ecoli (Sylke: does Stefan have the layer file?)
  • Stupidity: All E. Colis are equal, but our E. Colis are more equal than the others :D
  • Katerina: 2. If we have a separate "Meet the team" page (which is good that we have), we have to make sure that all data about each one of us (short bio+photo) appear also on each one's user page-the same version would be the best, in my opinion.
  • Katerina: 3. Figure 2, bottom right part needs to be a bit larger/more clear, in my opinion, as it's important. (Christos: If you click, then it becomes larger. Will have the same at the bio part as well... Should I make it bigger anyway? I will change it, it is wrong anyway :D)

Locations of visitors to this page Welcome to ETHz - iGEM07