Difference between revisions of "Team:BostonU/Model"

(Prototype team page)
 
 
(22 intermediate revisions by 3 users not shown)
Line 1: Line 1:
{{BostonU}}
+
{{BU17_template_global}}
 +
{{BU17_template_menubar}}
 
<html>
 
<html>
 +
<head>
 +
<script src="https://ajax.aspnetcdn.com/ajax/jQuery/jquery-3.2.1.min.js"></script>
 +
<link href="https://fonts.googleapis.com/css?family=Roboto+Condensed:300,400,700|Roboto:400,900" rel="stylesheet">
 +
<style>
 +
#top_menu_inside ul li > a { /* RECOLORS IGEM MENU */
 +
color: #a9a9a9 !important;
 +
}
 +
.menu-type {
 +
font-family: 'Roboto Condensed', sans-serif;
 +
letter-spacing: 5 pt !important;
 +
font-size: 14pt !important;
 +
text-align: center;
 +
text-decoration: none !important;
 +
text-transform: uppercase;
 +
font-weight: 700;
 +
-webkit-font-smoothing: antialiased;
 +
font-smoothing: antialiased;
 +
}
 +
.wide-heading-type {
 +
font-family: 'Roboto', sans-serif;
 +
font-size: 24pt !important;
 +
letter-spacing: 5pt !important;
 +
text-align: center;
 +
text-decoration: none !important;
 +
text-transform: uppercase;
 +
font-weight: bold;
 +
-webkit-font-smoothing: antialiased;
 +
font-smoothing: antialiased;
 +
}
 +
.body-type {
 +
font-family: 'Roboto', sans-serif;
 +
font-size: 16pt !important;
 +
text-decoration: none !important;
 +
line-height: 2;
 +
-webkit-font-smoothing: antialiased;
 +
font-smoothing: antialiased;
 +
}
 +
.caption-type {
 +
font-family: 'Roboto', sans-serif;
 +
font-size: 18pt !important;
 +
text-decoration: none !important;
 +
-webkit-font-smoothing: antialiased;
 +
font-smoothing: antialiased;
 +
}
 +
.inline-heading-type {
 +
font-family: 'Roboto', sans-serif !important;
 +
font-size: 20pt !important;
 +
font-weight: bold !important;
 +
text-decoration: none !important;
 +
line-height: 2 pt !important;
 +
-webkit-font-smoothing: antialiased;
 +
font-smoothing: antialiased;
 +
}
 +
.float-left {
 +
float: left !important;
 +
}
 +
.float-right {
 +
float: right !important;
 +
}
 +
.align-right {
 +
text-align: right !important;
 +
}
 +
.align-center {
 +
text-align: center !important;
 +
}
 +
.indented {
 +
text-indent: 80px;
 +
}
 +
.mainwrap {
 +
width: 90%;
 +
max-width: 960px;
 +
min-width: 360px;
 +
margin: 0 auto;
 +
top:0;
 +
display: none;
 +
}
 +
body {
 +
background-image: url("https://static.igem.org/mediawiki/2017/c/c7/T--BostonU--SaiPipetting2.jpg");
 +
background-repeat: no-repeat;
 +
    background-attachment: fixed;
 +
-webkit-background-size: cover;
 +
-moz-background-size: cover;
 +
-o-background-size: cover;
 +
background-size: cover !important;
 +
}
 +
#backgroundimage1 {
 +
margin-top: -85px;
 +
background-image: url("#");
 +
background-repeat: no-repeat;
 +
    background-attachment: cover;
 +
-webkit-background-size: cover;
 +
-moz-background-size: cover;
 +
-o-background-size: cover;
 +
background-size: cover !important;
 +
height: 360px;
 +
width: 100%;
 +
align-content:center;
 +
text-align:center
 +
vertical-align:middle;
 +
}
 +
#backgroundimage1 p {
 +
top: 40%;
 +
color: #FEFEFE;
 +
position: relative;
 +
}
 +
.background-gradient-down {
 +
height: 360px;
 +
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#efefee+0,efefee+100&0+0,1+100 */
 +
background: -moz-linear-gradient(top, rgba(239,239,238,0) 0%, rgba(239,239,238,1) 100%); /* FF3.6-15 */
 +
background: -webkit-linear-gradient(top, rgba(239,239,238,0) 0%,rgba(239,239,238,1) 100%); /* Chrome10-25,Safari5.1-6 */
 +
background: linear-gradient(to bottom, rgba(239,239,238,0) 0%,rgba(239,239,238,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
 +
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00efefee', endColorstr='#efefee',GradientType=0 ); /* IE6-9 */
 +
}
 +
.background-gradient-up {
 +
height: 360px;
 +
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#efefee+0,efefee+100&1+0,0+100 */
 +
background: -moz-linear-gradient(top, rgba(239,239,238,1) 0%, rgba(239,239,238,0) 100%); /* FF3.6-15 */
 +
background: -webkit-linear-gradient(top, rgba(239,239,238,1) 0%,rgba(239,239,238,0) 100%); /* Chrome10-25,Safari5.1-6 */
 +
background: linear-gradient(to bottom, rgba(239,239,238,1) 0%,rgba(239,239,238,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
 +
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#efefee', endColorstr='#00efefee',GradientType=0 ); /* IE6-9 */
 +
}
 +
.background-gradient-both {
 +
height: 360px;
 +
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#efefee+0,efefee+50,efefee+100&1+0,0+50,1+100 */
 +
background: -moz-linear-gradient(top, rgba(239,239,238,1) 0%, rgba(239,239,238,0) 50%, rgba(239,239,238,1) 100%); /* FF3.6-15 */
 +
background: -webkit-linear-gradient(top, rgba(239,239,238,1) 0%,rgba(239,239,238,0) 50%,rgba(239,239,238,1) 100%); /* Chrome10-25,Safari5.1-6 */
 +
background: linear-gradient(to bottom, rgba(239,239,238,1) 0%,rgba(239,239,238,0) 50%,rgba(239,239,238,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
 +
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#efefee', endColorstr='#efefee',GradientType=0 ); /* IE6-9 */
 +
}
 +
#panel1 {
 +
background: #EFEFEE;
 +
width: 100%;
 +
color: #1d1d1d;
 +
z-index: 1;
 +
}
 +
#backgroundimage2 {
 +
background-image: url("#");
 +
background-repeat: no-repeat;
 +
    background-attachment: cover;
 +
-webkit-background-size: cover;
 +
-moz-background-size: cover;
 +
-o-background-size: cover;
 +
background-size: cover !important;
 +
height: 360px;
 +
width: 100%;
 +
position: relative;
 +
}
 +
#backgroundimage2 p {
 +
top: 40%;
 +
color: #8C181B;
 +
}
 +
#protocol-accordion .ui-accordion-content  {
 +
background: #FFFFFF;
 +
color: #A9A9A9;
 +
border-radius: 20px;
 +
}
 +
#protocol-accordion .ui-accordion-content > * {
 +
  margin: 0;
 +
  padding: 40px;
 +
}
 +
.link-slideup {
 +
position: relative;
 +
overflow: hidden;
 +
-webkit-backface-visibility: hidden;
 +
backface-visibility: hidden;
 +
}
 +
.link-slideup a {
 +
position: relative;
 +
display: inline-block;
 +
outline: none;
 +
color: #D45B5C;
 +
vertical-align: bottom;
 +
text-decoration: none;
 +
white-space: nowrap;
 +
}
 +
.link-slideup a::before, .link-slideup a::after {
 +
pointer-events: none;
 +
-webkit-backface-visibility: hidden;
 +
backface-visibility: hidden;
 +
}
 +
.link-slideup a {
 +
overflow: hidden;
 +
font-weight: 500;
 +
}
 +
.link-slideup a::before {
 +
position: absolute;
 +
top: 0;
 +
left: 0;
 +
z-index: -1;
 +
width: 100%;
 +
height: 100%;
 +
background-color: #A9A9A9;
 +
opacity: 1;
 +
content: '';
 +
-webkit-transition: -webkit-transform 0.2s;
 +
transition: transform 0.2s;
 +
-webkit-transform: translateY(95%);
 +
transform: translateY(95%);
 +
opacity: 0.3;
 +
}
 +
.link-slideup a:hover::before, .link-slideup a:focus::before {
 +
-webkit-transform: translateY(0);
 +
transform: translateY(0);
 +
}
 +
.figwrap {
 +
background: #FFFFFF;
 +
width: 80%;
 +
border-radius: 5pt;
 +
align-content:center;
 +
}
 +
.figwrap img {
 +
width: 80%;
 +
padding: 0 5%;
 +
}
 +
.figwrap p {
 +
padding: 0 5%;
 +
}
 +
</style>
 +
</head>
 +
<body>
 +
<div id="backgroundimage1"><div class="background-gradient-down">
 +
  <p class="wide-heading-type mainwrap align-center">MODELING</p>
 +
</div></div>
 +
<div id="panel1" class="link-slideup">
 +
  <p class="body-type mainwrap">Initially, there was not a defined relationship between the concentration of DNA added to the cell-free batches we made and protein expression. The maximum amount of DNA that our in-house cell free can handle was also undefined. Part of this is due to the variety in capabilities of a particular ‘batch’ of cell-free, even if the same protocol is used. Modeling this relationship allows us to maximize expression when performing experiments that use many different pieces of interacting DNA; such as in later tests where a plasmid containing a toehold switch driving a recombinase interacts with a reporter plasmid. </p>
 +
  <p class="body-type mainwrap">&nbsp;</p>
 +
<p class="body-type mainwrap">We collected data on the fluorescence from a plasmid containing constitutive deGFP. The plasmid was added to the cell free reaction at 10 nM, 20 nM, 30 nM, and 40 nM. There was also a reaction with no DNA. The resulting data can be seen in Figure 1. </p>
 +
  <p class="body-type mainwrap">&nbsp;</p>
  
 +
  <div class="figwrap mainwrap body-type">
 +
  <img src="https://static.igem.org/mediawiki/2017/6/60/T--BostonU--MaxDNAData.png"></img>
 +
  <p class="body-type"><strong>Figure 1.</strong>This figure shows fluorescence from constitutive deGFP plasmids at 10 nM, 20 nM, 30 nM, and 40 nM concentrations as well as a reaction containing no DNA. </p>
 +
  </div>
 +
  <p class="body-type mainwrap">&nbsp;</p>
  
<div class="column full_size judges-will-not-evaluate">
+
  <p class="body-type mainwrap"> Initially we planned on modeling this capacity with a single logistic curve. The results of this initial model are shown in figure 2.</p>
<h3>★  ALERT! </h3>
+
  <p class="body-type mainwrap">&nbsp;</p>
<p>This page is used by the judges to evaluate your team for the <a href="https://2017.igem.org/Judging/Medals">medal criterion</a> or <a href="https://2017.igem.org/Judging/Awards"> award listed above</a>. </p>
+
<p> Delete this box in order to be evaluated for this medal criterion and/or award. See more information at <a href="https://2017.igem.org/Judging/Pages_for_Awards"> Instructions for Pages for awards</a>.</p>
+
</div>
+
<div class="clear"></div>
+
  
<div class="column full_size">
+
<div class="figwrap mainwrap body-type">
<h1> Modeling</h1>
+
  <img src="https://static.igem.org/mediawiki/2017/1/12/T--BostonU--UniphasticModel.png"></img>
 +
  <p class="body-type"><strong>Figure 2.</strong>Model of cell free saturation from Figure 1 data based off of a single logistic curve. </p>
 +
  </div>
  
<p>Mathematical models and computer simulations provide a great way to describe the function and operation of BioBrick Parts and Devices. Synthetic Biology is an engineering discipline, and part of engineering is simulation and modeling to determine the behavior of your design before you build it. Designing and simulating can be iterated many times in a computer before moving to the lab. This award is for teams who build a model of their system and use it to inform system design or simulate expected behavior in conjunction with experiments in the wetlab.</p>
+
  <p class="body-type mainwrap"> After looking at the data more closely, we determined that a more complex curve was required and fit a bell shaped dose response curve. A bell shaped dose response curve is the sum of two dose response curves. Here, low concentrations of DNA stimulate gene expression while high concentrations inhibit gene expression. </p>
 +
  <p class="body-type mainwrap">&nbsp;</p>
  
</div>
+
  <div class="figwrap mainwrap body-type">
<div class="clear"></div>
+
  <img src="https://static.igem.org/mediawiki/2017/9/91/BostonU_Biphasic_Model_With_Parameters.png"></img>
 +
  <p class="body-type"><strong>Figure 3.</strong>Adapted model of cell free saturation from Figure 1 data using a double dosage response curve. </p>
 +
  </div>
 +
  <p class="body-type mainwrap">&nbsp;</p>
 +
  <p class="body-type mainwrap">&nbsp;</p>
  
<div class="column half_size">
+
  <p class="body-type mainwrap"> From this information, we see that the maximal levels of expression are achieved around 20 nM concentrations of DNA. In the future, when possible we aim to achieve the highest levels of expression by adding no more than 20 nM concentrations of total DNA in the system. For example, when testing plasmid toehold deGFP expression in response to a plasmid trigger, we had to ensure that we did not oversaturate our cell free system. We tuned the concentrations and volumes of these plasmids added in response to the results from this model. </p>
<h3> Gold Medal Criterion #3</h3>
+
  <p class="body-type mainwrap">&nbsp;</p>
<p>
+
To complete for the gold medal criterion #3, please describe your work on this page and fill out the description on your <a href="https://2017.igem.org/Judging/Judging_Form">judging form</a>. To achieve this medal criterion, you must convince the judges that your team has gained insight into your project from modeling. You may not convince the judges if your model does not have an effect on your project design or implementation.  
+
</p>
+
  
<p>
+
  <p class="body-type mainwrap"> We believe that the activity shown by our model may be a result of molecular activity of the cell-free machinery. This has been dubbed 'burn-out' by some researchers and it is when the amount of DNA that is added to a cell-free system is so great that it overwhelms one or more key proteins within the transcription translation pathway. There is not currently any available literature on this subject, but as the use of bacterial cell-free systems becomes more common we expected this issue to be studied in further depth. </p>
Please see the <a href="https://2017.igem.org/Judging/Medals"> 2017 Medals Page</a> for more information.
+
  <p class="body-type mainwrap">&nbsp;</p>
</p>
+
</div>
+
 
+
<div class="column half_size">
+
<h3>Best Model Special Prize</h3>
+
 
+
<p>
+
To compete for the <a href="https://2017.igem.org/Judging/Awards">Best Model prize</a>, please describe your work on this page  and also fill out the description on the <a href="https://2017.igem.org/Judging/Judging_Form">judging form</a>. Please note you can compete for both the gold medal criterion #3 and the best model prize with this page.  
+
<br><br>
+
You must also delete the message box on the top of this page to be eligible for the Best Model Prize.
+
</p>
+
  
 
</div>
 
</div>
<div class="clear"></div>
+
<div id="backgroundimage2"><div class="background-gradient-up">
 
+
</div></div>
<div class="column full_size">
+
<script> /* THIS MAKES ANY WRAPPED ELEMENT ON THE PAGE FADE IN */
<h5> Inspiration </h5>
+
$(document).ready(function () {
<p>
+
    $('.mainwrap').fadeIn(1000);
Here are a few examples from previous teams:
+
});
</p>
+
</script>
<ul>
+
</body>
<li><a href="https://2016.igem.org/Team:Manchester/Model">Manchester 2016</a></li>
+
<li><a href="https://2016.igem.org/Team:TU_Delft/Model">TU Delft 2016  </li>
+
<li><a href="https://2014.igem.org/Team:ETH_Zurich/modeling/overview">ETH Zurich 2014</a></li>
+
<li><a href="https://2014.igem.org/Team:Waterloo/Math_Book">Waterloo 2014</a></li>
+
</ul>
+
 
+
 
+
</div>
+
 
+
 
</html>
 
</html>

Latest revision as of 17:09, 1 November 2017

MODELING