Calgary/evoGEM introduction

From 2007.igem.org

(Difference between revisions)
Line 38: Line 38:
.links td:hover {
.links td:hover {
-
background-color:#0000FF;
+
background-color:#0066CC;
}
}
Line 50: Line 50:
a.mainLinks:hover {
a.mainLinks:hover {
text-decoration:none;
text-decoration:none;
-
background-color:#0000FF;
+
background-color:#0066CC;
}
}
Line 74: Line 74:
<table class="links" >
<table class="links" >
   <tr>
   <tr>
-
     <td align="center"  ><a class="mainLinks" href="https://2007.igem.org/Calgary/evoGEM_introduction" title="Introduction to EvoGEM" >Introduction to EvoGEM</a> </td>
+
     <td align="center" bgcolor="#0066CC"  ><a class="mainLinks" href="https://2007.igem.org/Calgary/evoGEM_introduction" title="Introduction to EvoGEM" >Introduction to EvoGEM</a> </td>
-
     <td align="center" ><a class="mainLinks" href="" title="Project Description">Project Description</a> </td>
+
     <td align="center" ><a class="mainLinks" href="https://2007.igem.org/Calgary/evoGEM_projectDesign" title="Project Design">Project Design</a> </td>
-
     <td align="center" ><a class="mainLinks" href="" title="Results" >Final Results of EvoGEM</a> </td>
+
     <td align="center" ><a class="mainLinks" href="https://2007.igem.org/Calgary/evoGEM_results" title="Results" >Final Results of EvoGEM</a> </td>
</table>
</table>
<p><b>ABSTRACT</b></p>
<p><b>ABSTRACT</b></p>

Revision as of 11:23, 26 October 2007

back to U of C Homepage Check out evoGEM

ABSTRACT

Evolutionary design has been a tool that was used for many accomplishments. In this project the power of evolutionary programming is harnessed to produce viable genetic circuits. That is, strings of DNA that, like a program encoded in a cell, dictate a novel behavior for a bacterium. The application developed, EvoGEM, will be built upon in an attempt to create a more powerful tool that would capture the behavior that can fountain from a swarm based design. Swarm de- sign and evolutionary design are used in this model in order to create an application that can find genetic circuits that would produce a desired behavior before these are tested in a lab. Not only will such a tool be a stepping stone in developing more powerful models that can test designs in silico (virtually) before they are tested in vivo (in a living orgranism), but it will also allow for development of such designs.

The main goal for this project will be to develop EvoGEM to use evolutionary design,effecient mutation operators on these circuits and an effecient fitness function that can solve the relatively simple problem of synthesizing a requested molecule considering the existing bio-bricks. The problem can be easy or more challenging depending on whether or not the molecule is the result of a pathway. The system would be designed to solve both possibilities.