Difference between revisions of "Team:SDU-Denmark/Model"

(Prototype team page)
 
Line 1: Line 1:
{{SDU-Denmark}}
+
{{SDU-Denmark-topmenu}}
 +
{{SDU-Denmark-top}}
 +
{{SDU-Denmark-middle}}
 
<html>
 
<html>
 +
<div class="container-fluid">
 +
<div class="row">
 +
<div id="page" class="col-lg-8 col-lg-push-2 col-md-10">
 +
    <div class="row">
 +
    <div class="col-sm-11 col-sm-push-1" >
 +
        <h2>Model</h2><hr>
 +
    </div>
 +
    </div> <!-- END ROW-->
 +
    <div class="row">
 +
    <div class="col-sm-11 col-sm-push-1" >
 +
<!----------CONTENT--------------------------------->
  
 +
<!--- END CONTENT------------------------------------>
 +
</div> <!-- END COL-11 -->
 +
</div> <!-- END ROW-->
 +
<div class="row team"> <!-- FOOTER AND LINK TO NEXT PAGE -------------------------------------------------->
 +
        <div class="footer col-sm-11 col-sm-push-1">
 +
            <a class="pull-left" target="blank" href="https://www.facebook.com/IGEMSyddanskuniversitet/?fref=ts">
 +
                <img id="facebook" src="https://static.igem.org/mediawiki/2016/a/a2/T--SDU-Denmark--facebook.png">
 +
            </a>
 +
            <a class="pull-left" target="blank" href="https://twitter.com/sdu_igem"><img id="twitter"
 +
                src="https://static.igem.org/mediawiki/2016/1/18/T--SDU-Denmark--twitter.png">
 +
            </a>
 +
            <a class="pull-right" href="https://2016.igem.org/Team:SDU-Denmark" src="#"><img id=nextpage src="https://static.igem.org/mediawiki/2016/f/fd/T--SDU-Denmark--nextarrow.png">
 +
            </a>
 +
        </div>
 +
    </div> <!--END ROW --> <!-- END FOOTER --------------------------------------------------------------->
 +
</div> <!-- END PAGE-->
 +
</html>
 +
{{SDU-Denmark-menu}}
 +
<html>
 +
    <style>
 +
      @media (min-width: 960px){
 +
            #model{margin-left:-10%; padding-left:15%;width:105%;}
 +
        }
 +
    </style>
 +
    <script>
 +
        flag = $('#sideaccordion').find('#side6');
  
<div class="column full_size judges-will-not-evaluate">
+
//Expand or collapse this panel
<h3>★  ALERT! </h3>
+
sidesubmenu = $(flag).find('.sidesubmenu');
<p>This page is used by the judges to evaluate your team for the <a href="https://2016.igem.org/Judging/Awards#SpecialPrizes">Best Model award</a>. </p>
+
sidesubmenu.show();
 
+
 
+
<p> Delete this box in order to be evaluated for this medal. See more information at <a href="https://2016.igem.org/Judging/Pages_for_Awards/Instructions"> Instructions for Pages for awards</a>.</p>
+
</div>
+
 
+
 
+
 
+
 
+
 
+
 
+
 
+
<div class="column full_size">
+
<h2> Modeling</h2>
+
<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>
+
 
+
 
+
<h5> Inspiration </h5>
+
<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>
+
  
 +
//Hide the other panels
 +
$(".sidesubmenu").not(sidesubmenu).hide();
 +
 +
 +
    </script>
 +
</div> <!---- .row END -->
 +
</div> <!---- .container-fluid END -->
 
</html>
 
</html>

Revision as of 20:05, 4 October 2016

Model