Difference between revisions of "Team:Stockholm/Modeling"

(added header and footer)
Line 1: Line 1:
{{:Team:Stockholm/header}}
+
{{:Team:Stockholm/navigation}}
  
 
<html>
 
<html>
 
<head>
 
<head>
<link rel="stylesheet" href="https://2015.igem.org/Team:stockholm/bootstrap.min.css?action=raw&ctype=text/css" type="text/css">
+
<link rel="stylesheet" href="https://2015.igem.org/Team:Stockholm/bootstrap?action=raw&ctype=text/css" type="text/css">
 
+
  <script src="https://2015.igem.org/Team:Stockholm/bootstrapjs?action=raw&ctype=text/javascript" type="text/javascript" ></script>
 +
  <script src="https://2015.igem.org/Team:Stockholm/jquery?action=raw&ctype=text/javascript" type="text/javascript" ></script>
 +
  <link rel="stylesheet" href="https://2015.igem.org/Team:Stockholm/hugicss?action=raw&ctype=text/css" type="text/css">
 
</head>
 
</head>
<Style type="text/css">
+
<body>
 +
<div class="container-fluid content-container">
  
.contentbox {
+
<div id="sticky-anchor"></div>
 
+
<div id="sticky">
  height: auto;
+
<ul class="nav nav-tabs pillnav">
  width: 1100px;
+
    <li role="presentation" class="active"><a href="#"><b> Results</b></a></li>
      
+
     <li role="presentation" class="dropdown anchor_link">
position: relative;
+
        <a class="dropdown-toggle" data-toggle="dropdown" href="#" role="button" aria-haspopup="true" aria-expanded="false">
     left: 12px;
+
            Lab results <span class="caret"></span>
top: -20px;
+
        </a>
}
+
        <ul class="dropdown-menu">
 +
            <li role="presentation" class="clickable anchor_link"><a href="#recognition">Recognition</a></li>
 +
            <li role="presentation" class="clickable anchor_link"><a href="#signaling">Signalling</a></li>
 +
            <li role="presentation" class="clickable anchor_link"><a href="#readout">Read-out</a></li>
 +
            <li role="presentation" class="clickable anchor_link"><a href="#interlab">Inter-lab measurements</a></li>
 +
        </ul>
 +
  </li>
 +
    <li role="presentation" class="clickable anchor_link"><a href="https://2015.igem.org/Team:Stockholm/Modeling">Modeling</a></li>
 +
     <li role="presentation" class="clickable anchor_link"><a href="https://2015.igem.org/Team:Stockholm/Medal">Medals</a></li>
 +
    <li role="presentation" class="clickable anchor_link"><a href="https://2015.igem.org/Team:Stockholm/Parts">Parts</a></li>
 +
    <li role="presentation" class="clickable anchor_link"><a href="https://2015.igem.org/Team:Stockholm/Protocols">Protocols</a></li>
 +
</ul>
 +
</div>
  
h1 {
 
font-family: "Trebuchet MS", Helvetica, sans-serif;
 
    font-size: 2.5em; /* 40px/16=2.5em */
 
}
 
  
h2 {
+
<script>
font-family: "Trebuchet MS", Helvetica, sans-serif;
+
function sticky_relocate() {
     font-size: 1.875em; /* 30px/16=1.875em */
+
    var window_top = $(window).scrollTop();
 +
     var div_top = $('#sticky-anchor').offset().top;
 +
    if (window_top > div_top) {
 +
        $('#sticky').addClass('stick');
 +
    } else {
 +
        $('#sticky').removeClass('stick');
 +
    }
 
}
 
}
  
p {
+
$(function () {
font-family: "Trebuchet MS", Helvetica, sans-serif;
+
     $(window).scroll(sticky_relocate);
     font-size: 0.875em; /* 14px/16=0.875em */ ;
+
    sticky_relocate();
text-align: justify;
+
});
}
+
</script>
</style>
+
<br><br><br><br>
+
<div class="contentbox">
+
 
+
<h2> Modeling</h2>
+
 
+
 
+
<div class="highlightBox">
+
<h4>Note</h4>
+
<p>In order to be considered for the <a href="https://2015.igem.org/Judging/Awards#SpecialPrizes">Best Model award</a>, you must fill out this page.</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>
+
Here are a few examples from previous teams:
+
</p>
+
<ul>
+
<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>
+
  
<h1><br></h1>
+
</body>
 
</html>
 
</html>
{{:Team:Stockholm/footer}}
+
{{:Team:Stockholm/newfooter}}

Revision as of 15:52, 16 September 2015