Team:LCG-UNAM-Mexico/Project

From 2009.igem.org

(Difference between revisions)
(Prototype team page)
 
(8 intermediate revisions not shown)
Line 1: Line 1:
-
{|align="justify"
+
{{Template:LCG_top_Netscape}}<!--Do not remove the first and last lines in this page!-->
-
|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]]
+
-
|-
+
-
|
+
-
''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]]
+
-
|-
+
-
|
+
-
|align="center"|[[Team:LCG-UNAM-Mexico | Team Example 2]]
+
-
|}
+
-
<!--- The Mission, Experiments --->
+
{|
 +
|-valign="top" border="0"
 +
|width="900px" style="padding: 0 20px 0 0;"|
-
{| style="color:#1b2c8a;background-color:#0c6;" cellpadding="3" cellspacing="1" border="1" bordercolor="#fff" width="62%" align="center"
 
-
!align="center"|[[Team:LCG-UNAM-Mexico|Home]]
 
-
!align="center"|[[Team:LCG-UNAM-Mexico/Team|The Team]]
 
-
!align="center"|[[Team:LCG-UNAM-Mexico/Project|The Project]]
 
-
!align="center"|[[Team:LCG-UNAM-Mexico/Parts|Parts Submitted to the Registry]]
 
-
!align="center"|[[Team:LCG-UNAM-Mexico/Modeling|Modeling]]
 
-
!align="center"|[[Team:LCG-UNAM-Mexico/Notebook|Notebook]]
 
-
|}
 
-
(''Or you can choose different headings.  But you must have a team page, a project page, and a notebook page.'')
 
 +
='''The Project'''=
-
== '''Overall project''' ==
+
Bacteriophage infection represents a common matter in science and industry. We propose to contend with such infections at a population level by triggering a defense system delivered by an engineered version of the satellite phage P4. This phage will be produced into an E. coli strain which harbors some genes from the helper phage P2 that are used for complementing and completing P4 life cycle, hence creating a production line of our version of P4.
-
Your abstract
+
This will enable phage production and subsequent delivery of the defense system into wild-type E. coli and possibly other bacterial host strains.
 +
The defense will consist of DNA and RNA degradation by toxins which will be activated
 +
by T3 or T7 RNA-Polymerases and transcribed fast enough to stop phage assembly and scattering in the environment.
 +
Moreover, the system includes the spread of a quorum sensing signal, hence "warning" the population to prepare against further T3 or T7 infection.
 +
<br>
 +
Furthermore, we will implement a stochastic [[Team:LCG-UNAM-Mexico: | multi-scale model]]. The model will simulate the behaviour at the intracellular scale using [[Team:LCG-UNAM-Mexico:Molecular model | stochastic molecular simulations]] and at the populations scale using a [[Team:LCG-UNAM-Mexico:CA | Cellular Automata]] and a [[Team:LCG-UNAM-Mexico:odes | system of ODE's]]. <br>
 +
|}
 +
<html>
 +
<header>
 +
<script language="JavaScript">
 +
function mouseOver_parts(){
 +
document.getElementById("parts").src ="https://static.igem.org/mediawiki/2009/a/aa/Parts_b.png";
 +
}
 +
function mouseOut_parts(){
 +
document.getElementById("parts").src ="https://static.igem.org/mediawiki/2009/a/a4/Parts_a.png";
 +
}
-
== Project Details==
+
function mouseOver_res(){
-
 
+
document.getElementById("res").src ="https://static.igem.org/mediawiki/2009/3/35/Resources_b.png";
-
 
+
}
-
 
+
function mouseOut_res(){
-
 
+
document.getElementById("res").src ="https://static.igem.org/mediawiki/2009/9/93/Resources_a.png";
-
 
+
}
-
=== Part 2 ===
+
-
 
+
-
 
+
-
 
+
-
 
+
-
=== The Experiments ===
+
function mouseOver_des(){
 +
document.getElementById("des").src ="https://static.igem.org/mediawiki/2009/2/2a/Description_b.png";
 +
}
 +
function mouseOut_des(){
 +
document.getElementById("des").src ="https://static.igem.org/mediawiki/2009/3/3e/Description_a.png";
 +
}
 +
</script>
 +
</header>
 +
<body>
 +
<br><br><a href="https://2009.igem.org/Team:LCG-UNAM-Mexico/Description" ><img border="0" width="600" src="https://static.igem.org/mediawiki/2009/3/3e/Description_a.png" id="des" onmouseover="mouseOver_des()" onmouseout="mouseOut_des()"></a>
 +
<br><br><a href="https://2009.igem.org/Team:LCG-UNAM-Mexico/Parts" ><img border="0" width="600" src="https://static.igem.org/mediawiki/2009/a/a4/Parts_a.png" id="parts" onmouseover="mouseOver_parts()" onmouseout="mouseOut_parts()"></a>
 +
<br><br><a href="https://2009.igem.org/Team:LCG-UNAM-Mexico/Resources" ><img border="0" width="600" src="https://static.igem.org/mediawiki/2009/9/93/Resources_a.png" id="res" onmouseover="mouseOver_res()" onmouseout="mouseOut_res()"></a>
-
=== Part 3 ===
+
</body>
 +
</html>
-
== Results ==
+
<!--Do not remove the first and last lines in this page!-->{{Template:LCG_bottom_Netscape}}

Latest revision as of 21:30, 19 October 2009


The Project

Bacteriophage infection represents a common matter in science and industry. We propose to contend with such infections at a population level by triggering a defense system delivered by an engineered version of the satellite phage P4. This phage will be produced into an E. coli strain which harbors some genes from the helper phage P2 that are used for complementing and completing P4 life cycle, hence creating a production line of our version of P4.

This will enable phage production and subsequent delivery of the defense system into wild-type E. coli and possibly other bacterial host strains.

The defense will consist of DNA and RNA degradation by toxins which will be activated by T3 or T7 RNA-Polymerases and transcribed fast enough to stop phage assembly and scattering in the environment.

Moreover, the system includes the spread of a quorum sensing signal, hence "warning" the population to prepare against further T3 or T7 infection.
Furthermore, we will implement a stochastic multi-scale model. The model will simulate the behaviour at the intracellular scale using stochastic molecular simulations and at the populations scale using a Cellular Automata and a system of ODE's.










Locations of visitors to this page