ETH 2006 Half adder

From 2006.igem.org

(Difference between revisions)
Jump to: navigation, search
m (Modeling Overview)
Line 1: Line 1:
back to → [[ETH Zurich 2006|ETH 2006 Main Page]] → [[ETH 2006 Meat Monitor|Meat Monitor idea]] → [[ETH 2006 Ideas|other project ideas]]
back to → [[ETH Zurich 2006|ETH 2006 Main Page]] → [[ETH 2006 Meat Monitor|Meat Monitor idea]] → [[ETH 2006 Ideas|other project ideas]]
 +
 +
==[[LAB WORK]]==
==TO DO's==
==TO DO's==

Revision as of 11:30, 26 September 2006

back to → ETH 2006 Main PageMeat Monitor ideaother project ideas

Contents

LAB WORK

TO DO's

  • Parts Model the whole System with Sensing, Pop's duplexer and Half adder (Marco and Franz)
  • Make a picture of the whole model with te different parts in it (Alexandra)
  • Finish AND and XOR Gates DNA (Marko and Sven) to order it
  • Read the literature on the XOR and AND Gates, check carefully for strains needed and compatibility of the parts (Who?)
  • OK Check wether the strains are available (Robert)
  • OK Model the IPTG Sensing device (Robert)
  • OK Ask for the Plasmid with the light sensing device (Olga)
  • Model whether a different strength of input is necessary for the AND and XOR Gates (Who?)
  • Finish modeling the second AND Gate and find a biological way to implement it and write the DNA and order it (Marco and Robert)
  • Prepare a protocol for parts assembly (Olga)
  • Assemble the different parts that can already be assembled (Arthur, Olga and Alexandra)
  • Make a drawing of the DNA to have an overview of which parts will be consecutively on the same DNA piece (Alexandra)
  • Find promoters for the Pops duplexer (2 promoters in total) (Michael)

Important: we should order the DNA as soon as possible then if we order it next week we would only have 2.5 weeks for testing our system

Idea: Pattern recognition

→ Illustration of the concepts:

Main Goal:

  • Write something with a chemical on a petri plate (like ETH for example)
  • Let Bacteria grow uniformly on the plate
  • Expose the plate to a picture (black and white) of the same pattern
  • Result:
    • Bacteria gets green when pattern on the plate and picture match (light and chemical)
    • Bacteria does not express fluorescent protein when pattern on the plate and picture match (no light and no chemical)
    • Bacteria gets red when pattern on the plate and picture do not match

From the ingenieur point of view

  • Half Adder
  • = opportunity to build an AND and an XOR Gate

From the biologist point of view

  • AND Gate: bacteria two hybrid system
  • XOR Gate: TEV and related protease to inactivate two similar transcription factors
  • a light sensible promoter (there are some, see here). The promotor used is on in the dark, so we can work in the light.
  • a chemical sensible promoter: IPTG

Modeling

Modeling Overview
Matlab scripts for ODE simulation
modular scripts
  • contains a createXXX() script for each module. the created module contains
    • function handles for reaction rates: r
    • stoichiometric matrix: N
    • constants (inside of the function handles)
    • state (concentration) changes (the ode dy values) can be computed by: N · r
  • modules can be connected using the createInOutConnector() script. the result is again a module, consisting of the connected basic modules.
  • sim_1_1 and sim_1_2 can be used to simulate modules with 1 input/1 output and 1 input/2 outputs respectively.
  • both basic modules and compound (connected) modules can be simulated
  • simulations contains the first samples, simulating
  • scripts: matlab_modules.zip (<0.1M)
old scripts

unzip the file, each zip file contains 2 files: sim_xxx.m and ode_xxx.m.

ode_xxx.m : contains the differential equations, i.e. the model
sim_xxx.m : sets the parameters, calls the simulator and plots the result (this is the one to run, but the other is also needed).

As a result of the meeting on August 17, we will from now on concentrate on the AND versions 2 and 3.

Sensoring

Parts

Reserved Parts in Registry

We have already reserved parts for the adder and the gates in the registry the description of which are still tentative:

Chemical Sensing Device

Suggestions for Chemical Sensing Device:

Old Stuff

Old models & stuff

Personal tools
Past/present/future years