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

 
(34 intermediate revisions by 4 users not shown)
Line 1: Line 1:
{{:Team:TECHNION-ISRAEL/navbar}}
+
{{:Team:TECHNION-ISRAEL/navbar}}
 +
 
 +
<html lang="en">
 +
<head>
 +
<!-- Title for the page & metadata  -->
 +
<title>Model</title>
 +
 +
<meta charset="utf-8">
 +
<meta name="viewport" content="width=device-width, initial-scale=1">
 +
 +
<script>
 +
window.addEventListener("hashchange", function() { scrollBy(0, -130) })
 +
</script>
 +
 +
<script>
 +
 
 +
//up arrow:
 +
$(document).ready(function(){
 +
$(window).scroll(function () {
 +
if ($(this).scrollTop() > 350) {
 +
$('#back-to-top').fadeIn();
 +
} else {
 +
$('#back-to-top').fadeOut();
 +
}
 +
});
 +
// scroll body to 0px on click
 +
$('#back-to-top').click(function () {
 +
$('#back-to-top').tooltip('hide');
 +
$('body,html').animate({
 +
scrollTop: 0
 +
}, 800);
 +
return false;
 +
});
 +
 +
$('#back-to-top').tooltip('show');
  
<html lang="en">
 
<head>
 
<!-- Title for the page & metadata  -->
 
<title>Model</title>
 
 
 
<meta charset="utf-8">
+
+
});
<style>
+
 
body {  
+
</script>
background-image: url("https://static.igem.org/mediawiki/2017/a/af/T--TECHNION-ISRAEL--background-new.png");
+
<style>
background-size: 100%;
+
.bottom-column
}
+
{
</style>
+
    float: none;
 +
    display: table-cell;
 +
    vertical-align: bottom;
 +
}
 +
</style>
 +
 
 
</head>
+
</head>
+
<body>
+
<br>
+
<div class = "container-fluid">
+
<div class= "row">
+
<br>
+
<br>
+
 
 
<h1> Model </h1>
+
<body>
<br>
+
<br>
+
<img src="https://static.igem.org/mediawiki/2017/a/af/T--TECHNION-ISRAEL--co-model.png" class="cover" alt=""  style= "width:25% ; margin: auto;">
+
 
<br>
 
<br>
 +
<div class = "container-fluid">
 
 
<div class =  "col-md-offset-1 col-md-10" >
+
<h1> Model </h1>
<div class =  "col-md-offset-1 col-md-5" >
+
<br>
 +
<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>
 +
<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>
<div class =  "col-md-5" >
+
 +
<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>
 +
 
 
+
<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>
 +
 +
<br>
 +
 
</div>
 
</div>
</body>
+
</div>
</html>
+
</div>
{{:Team:TECHNION-ISRAEL/sponsors}}
+
</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>
 +
</html>
 +
{{: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