Difference between revisions of "Team:NJAU China/Modeling"

(Prototype team page)
 
Line 1: Line 1:
{{NJAU_China}}
+
{{NJAU_China/CSS/nav}}
 
<html>
 
<html>
 +
<meta charset="utf-8">
 +
<title>Team:NJAU_CHINA/Modeling</title>
  
<h2> Modeling</h2>
+
<style type"text/css">
 
+
.nav{
 
+
width:100%;
<div class="highlightBox">
+
position:fixed;
<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>
+
margin:0;
 
+
padding:0;
 
+
}
<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>
+
#modle{
 
+
width:auto;
<p>
+
height:310px;
Here are a few examples from previous teams:
+
}
</p>
+
#linklist{
<ul>
+
width:950px;
<li><a href="https://2014.igem.org/Team:ETH_Zurich/modeling/overview">ETH Zurich 2014</a></li>
+
height:310px;
<li><a href="https://2014.igem.org/Team:Waterloo/Math_Book">Waterloo 2014</a></li>
+
margin:0 auto;
</ul>
+
}
 
+
#linklist li{
 
+
list-style-type:none;
</div>
+
float:left;
 
+
margin-left:10px;
 +
 +
}
 +
#linklist li a{
 +
width:300px;
 +
height:300px;
 +
display:block;
 +
border:2px solid #CFC;
 +
}
 +
#linklist li a img{
 +
width:300px;
 +
height:300px;
 +
}
 +
#linklist li a:hover{
 +
border:2px solid #C9C;
 +
 +
}
 +
</style>
 +
<body>
 +
<div id="modle">
 +
<div id="linklist">
 +
<ul>
 +
<li><a href="#"><img src="#"></a></li>
 +
<li><a href="#"><img src="#"></a></li>
 +
<li><a href="#"><img src="#"></a></li>
 +
</ul>
 +
</div>
 +
</div
 +
</body>
 
</html>
 
</html>

Revision as of 12:36, 18 September 2015

Team:NJAU_CHINA/Modeling