Difference between revisions of "Team:TECHNION-ISRAEL/Model"

 
(7 intermediate revisions by 2 users not shown)
Line 8: Line 8:
 
<meta charset="utf-8">
 
<meta charset="utf-8">
 
<meta name="viewport" content="width=device-width, initial-scale=1">
 
<meta name="viewport" content="width=device-width, initial-scale=1">
+
 
<script>
 
<script>
 
window.addEventListener("hashchange", function() { scrollBy(0, -130) })
 
window.addEventListener("hashchange", function() { scrollBy(0, -130) })
Line 36: Line 36:
  
 
 
$(window).scroll(function () {
+
if ($(this).scrollTop() > 350) {
+
$('.side').fadeIn();
+
} else {
+
$('.side').fadeOut();
+
}
+
return false;
+
});
+
 
});
 
});
  
 
</script>
 
</script>
+
<style>
 +
.bottom-column
 +
{
 +
    float: none;
 +
    display: table-cell;
 +
    vertical-align: bottom;
 +
}
 +
</style>
 
 
<style>
 
 
 
ul {
 
list-style-image: none;}
 
 
 
.model-list {
 
line-height:35px;
 
font-size: 18px;
 
}
 
 
.model-ul {
 
line-height:35px;
 
font-size: 18px;
 
list-style-type: circle;
 
}
 
 
.model-ul>li {
 
list-style-type: inherit;
 
}
 
 
.inner-model>li {
 
list-style-type: inherit;
 
}
 
.inner-model {
 
line-height:35px;
 
font-size: 18px;
 
list-style-type: disc;
 
}
 
 
.modelimg {
 
border-radius:25px ;
 
width: 100%;
 
margin:auto;
 
display:block;
 
}
 
 
.collar{
 
  float: right;
 
  width: 30%;
 
  margin-left: 40px;
 
  margin-bottom: 10px;
 
  border-radius:25px
 
  }
 
</style>
 
 
</head>
 
</head>
 
 
Line 99: Line 55:
 
<br>
 
<br>
 
<div class = "container-fluid">
 
<div class = "container-fluid">
<div class= "row">
+
 
<h1> Model </h1>
 
<h1> Model </h1>
+
<br>
<img src="https://static.igem.org/mediawiki/2017/7/75/T--TECHNION-ISRAEL--model_header.png" class="cover" alt=""  style= "width:15% ; margin: auto;">
+
<img src="https://static.igem.org/mediawiki/2017/7/75/T--TECHNION-ISRAEL--model_header.png" class="cover" alt=""  style= "width:18% ; margin: auto;">
 
<br>
 
<br>
 
<br>
 
<br>
+
<br>
 +
<div class= "row">
 +
<div class =  "col-md-offset-2 col-md-8" >
 +
<div class= "row">
 +
<div class =  "col-md-12" ><p>
 +
Modelling is an important part of any project within iGEM. As part of our project, we decided to model two separate systems: We created a kinetic model for the Tolerance Assay Model, and collaborated with team Edinburgh UG in order to model a potential “Kill Switch.”
 +
<br>
 +
Each of these models provided us with important information that directly impacted our general design and our wet-lab experiments.
 +
</p>
  
 +
</div>
 +
</div>
 +
 +
<div class="row">
 +
<br>
 +
<div class="col-md-12">
 +
<img class="no-rad" src="https://static.igem.org/mediawiki/2017/e/ed/T--TECHNION-ISRAEL--motekush.png" alt = "" style= "width: 125px; float:right;">
 +
</div>
 +
</div>
 +
<br>
 +
<div class="row ">
 +
<div class =  "col-md-offset-1 col-md-10" >
 +
<div class="row ">
 +
<div class="col-md-offset-2 col-md-3 bottom-column">
 +
<a href="https://2017.igem.org/Team:TECHNION-ISRAEL/Assay_Model">
 +
<img src="https://static.igem.org/mediawiki/2017/6/6d/T--TECHNION-ISRAEL--model_intro_2.png" class="no-rad" alt=""  style= "width: 65%; margin: auto;">
 +
</a>
 +
</div>
 
 
<div class =  "col-md-offset-2 col-md-8" >
 
 
 
</div>
+
<div class="col-md-offset-1 col-md-3 bottom-column">
+
<a href="https://2017.igem.org/Team:TECHNION-ISRAEL/ModelCRE">
 +
<img src="https://static.igem.org/mediawiki/2017/4/46/T--TECHNION-ISRAEL--model_intro_1.png" class="no-rad" alt=""  style= "width:40%; margin: auto;">
 +
</a>
 +
</div>
 
</div>
 
</div>
 
</div>
 
</div>
+
</div>
<a id="back-to-top" href="#" class="btn btn-lg back-to-top" role="button" title="Up" data-toggle="tooltip" data-placement="left"><img src="https://static.igem.org/mediawiki/2016/5/5a/T--Technion_Israel--up_arrow.png" alt=""></a>
+
 +
<br>
 +
 
 +
</div>
 +
</div>
 +
</div>
 +
</div>
 +
 +
<a id="back-to-top" href="#" class="btn btn-lg back-to-top" role="button"><img src="https://static.igem.org/mediawiki/2017/f/f9/T--TECHNION-ISRAEL--newUpAB.png" alt=""></a>
 +
 
  
 
</body>
 
</body>
 
</html>
 
</html>
 
{{:Team:TECHNION-ISRAEL/sponsors}}
 
{{:Team:TECHNION-ISRAEL/sponsors}}

Latest revision as of 02:23, 2 November 2017

navbar

Model

Model





Modelling is an important part of any project within iGEM. As part of our project, we decided to model two separate systems: We created a kinetic model for the Tolerance Assay Model, and collaborated with team Edinburgh UG in order to model a potential “Kill Switch.”
Each of these models provided us with important information that directly impacted our general design and our wet-lab experiments.




My First Website