|
|
(19 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 *** -->
| |
- |
| |
- |
| |
| {{CSS/Main}} | | {{CSS/Main}} |
| + | {{:Team:Northwestern/Templates/Reset}} |
| + | {{Team:Northwestern/Template/nav_only}} |
| + | {{Team:Northwestern/Template/bootstrap/orange}} |
| | | |
| | | |
| <html> | | <html> |
- | | + | <head> |
- | <!--main content --> | + | <style> |
- | <table width="70%" align="center"> | + | .jumbotron { |
- | | + | margin-top:-10px; |
- | | + | background-image: url('https://static.igem.org/mediawiki/2014/5/59/IMG_5339.jpg'); |
- | <!--welcome box -->
| + | background-size: 100%; |
- | <tr>
| + | background-repeat: no-repeat; |
- | <td style="border:1px solid black;" colspan="3" align="center" height="150px" bgColor=#FF404B>
| + | background-attachment: fixed; |
- | <h1 >WELCOME TO iGEM 2014! </h1>
| + | height: 380px; |
- | <p>Your team has been approved and you are ready to start the iGEM season!
| + | } |
- | <br>On this page you can document your project, introduce your team members, document your progress <br> and share your iGEM experience with the rest of the world! </p>
| + | </style> |
- | <br>
| + | </head> |
- | <p style="color:#E7E7E7"> <a href="https://2014.igem.org/wiki/index.php?title=Team:Northwestern/Modeling&action=edit"style="color:#FFFFFF"> Click here to edit this page!</a> </p>
| + | <body> |
- | </td>
| + | <div class="animated fadeIn"> |
- | </tr>
| + | <div class="jumbotron"> |
- | | + | <div class="container"> |
- | <tr> <td colspan="3" height="5px"> </td></tr>
| + | <h1>Modeling</h1> |
- | <!-- end welcome box -->
| + | </div> |
- | <tr>
| + | </div> |
- | | + | </div> |
- | <!--navigation menu -->
| + | |
- | <td align="center" colspan="3">
| + | |
- | | + | |
- | <table width="100%">
| + | |
- | <tr heigth="15px"></tr>
| + | |
- | <tr heigth="75px">
| + | |
- | | + | |
- | | + | |
- | <td style="border:1px solid black;" align="center" height ="45px" onMouseOver="this.bgColor='#d3d3d3'" onMouseOut="this.bgColor='#e7e7e7'" bgColor=#e7e7e7>
| + | |
- | <a href="https://2014.igem.org/Team:Northwestern"style="color:#000000">Home </a> </td>
| + | |
- | | + | |
- | <td style="border:1px solid black;" align="center" height ="45px" onMouseOver="this.bgColor='#d3d3d3'" onMouseOut="this.bgColor='#e7e7e7'" bgColor=#e7e7e7>
| + | |
- | <a href="https://2014.igem.org/Team:Northwestern/Team"style="color:#000000"> Team </a> </td>
| + | |
- | | + | |
- | <td style="border:1px solid black;" align="center" height ="45px" onMouseOver="this.bgColor='#d3d3d3'" onMouseOut="this.bgColor='#e7e7e7'" bgColor=#e7e7e7>
| + | |
- | <a href="https://igem.org/Team.cgi?year=2014&team_name=Northwestern"style="color:#000000"> Official Team Profile </a></td>
| + | |
- | | + | |
- | <td style="border:1px solid black" align="center" height ="45px" onMouseOver="this.bgColor='#d3d3d3'" onMouseOut="this.bgColor='#e7e7e7'" bgColor=#e7e7e7>
| + | |
- | <a href="https://2014.igem.org/Team:Northwestern/Project"style="color:#000000"> Project</a></td>
| + | |
- | | + | |
- | <td style="border:1px solid black;" align="center" height ="45px" onMouseOver="this.bgColor='#d3d3d3'" onMouseOut="this.bgColor='#e7e7e7'" bgColor=#e7e7e7>
| + | |
- | <a href="https://2014.igem.org/Team:Northwestern/Parts"style="color:#000000"> Parts</a></td>
| + | |
- | | + | |
- | <td style="border:1px solid black;" align="center" height ="45px" onMouseOver="this.bgColor='#d3d3d3'" onMouseOut="this.bgColor='#e7e7e7'" bgColor=#e7e7e7>
| + | |
- | <a href="https://2014.igem.org/Team:Northwestern/Modeling"style="color:#000000"> Modeling</a></td>
| + | |
- | | + | |
- | <td style="border:1px solid black;" align="center" height ="45px" onMouseOver="this.bgColor='#d3d3d3'" onMouseOut="this.bgColor='#e7e7e7'" bgColor=#e7e7e7>
| + | |
- | <a href="https://2014.igem.org/Team:Northwestern/Notebook"style="color:#000000"> Notebook</a></td>
| + | |
- | | + | |
- | <td style="border:1px solid black;" align="center" height ="45px" onMouseOver="this.bgColor='#d3d3d3'" onMouseOut="this.bgColor='#e7e7e7'" bgColor=#e7e7e7>
| + | |
- | <a href="https://2014.igem.org/Team:Northwestern/Safety"style=" color:#000000"> Safety </a></td>
| + | |
- | | + | |
- | <td style="border:1px solid black;" align="center" height ="45px" onMouseOver="this.bgColor='#d3d3d3'" onMouseOut="this.bgColor='#e7e7e7'" bgColor=#e7e7e7> | + | |
- | <a href="https://2014.igem.org/Team:Northwestern/Attributions"style="color:#000000"> Attributions </a></td>
| + | |
- | | + | |
- | | + | |
- | <td align ="center"> <a href="https://2014.igem.org/Main_Page"> <img src="https://static.igem.org/mediawiki/igem.org/6/60/Igemlogo_300px.png" width="55px"></a> </td> | + | |
- | </tr> | + | |
- | </table> | + | |
- | </tr>
| + | |
- | </tr>
| + | |
- | </td>
| + | |
- | | + | |
- | | + | |
- | <tr> <td colspan="3" height="15px"> </td></tr>
| + | |
- | <tr><td bgColor="#e7e7e7" colspan="3" height="1px"> </tr> | + | |
- | <tr> <td colspan="3" height="5px"> </td></tr> | + | |
- | | + | |
- | | + | |
- | <!--modeling content --> | + | |
- | <tr><td colspan="3"> <h3>Modeling</h3></td></tr>
| + | |
- | </tr> | + | |
| | | |
| | | |
- | <tr> | + | <div class="container"> |
- | <td width="45%" valign="top"> | + | <img class="thumbnail" src="https://static.igem.org/mediawiki/2014/b/bd/Modeling1.png"/> |
- | <p>If you choose to create a model during your project, please write about it here. Modeling is not an essential part of iGEM, but we encourage any and all teams to model some aspect of their project. See previous "Best Model" awards for more information.</p>
| + | |
- | </td>
| + | |
| | | |
- | <td></td> | + | <p> |
- | <td></td>
| + | The objective of our math model is to propose a way that experimental data obtained through use of our RFP-Spinach aptamer construct in a cell-free system can be used to better characterize genetic parts. Above is a series of graphs of the theoretical underpinnings on why we believe that our system can be used to give better quantitative measurement than current methods. Due to our ability to control inputs such as the amount T7 polymerase we put into our system, with proper knowledge of the decay rate of T7 polymerase, the activity of a promoter could be defined as the slope of a graph of [RNA]/[T7].</p> |
- | </tr> | + | |
| | | |
| + | <p>Our systems ability to also monitor both [RNA] and [DNA] real time allows us to create a power-law relation of [DNA]/[RNA] vs Time as show above. We hope that further experimentation in the future will be able to improve upon our foundation.</p> |
| | | |
- | </table> | + | </div> |
| + | </body> |
| </html> | | </html> |
The objective of our math model is to propose a way that experimental data obtained through use of our RFP-Spinach aptamer construct in a cell-free system can be used to better characterize genetic parts. Above is a series of graphs of the theoretical underpinnings on why we believe that our system can be used to give better quantitative measurement than current methods. Due to our ability to control inputs such as the amount T7 polymerase we put into our system, with proper knowledge of the decay rate of T7 polymerase, the activity of a promoter could be defined as the slope of a graph of [RNA]/[T7].
Our systems ability to also monitor both [RNA] and [DNA] real time allows us to create a power-law relation of [DNA]/[RNA] vs Time as show above. We hope that further experimentation in the future will be able to improve upon our foundation.