Team:Edinburgh/Modeling

From 2012.igem.org

(Difference between revisions)
(Added nav menu.)
Line 1: Line 1:
{{:Team:Edinburgh/header}}
{{:Team:Edinburgh/header}}
 +
{{Team:Edinburgh/css/navigation-structure.css}}
 +
{{Team:Edinburgh/css/navigation-style.css}}
 +
<html>
<html>
<style type="text/css">
<style type="text/css">
-
/*structure*/
+
/*Some changes in the header*/
-
#modelling-middle{
+
#human-practices-page a:hover{
-
width:975px;
+
cursor: default;
-
margin-right:auto;
+
color: #cad8e5;
-
margin-left:auto;
+
-
border:none;
+
-
padding:10px;
+
}
}
-
 
+
#page-content{
-
/*style - header edit*/
+
background-color:#fff;
-
#modelling-page a{
+
border:1px solid #ccc;
-
background-color: #f2f2f2;
+
-
border-top-right-radius: 10px;
+
-
border-top-left-radius: 10px;
+
-
}
+
-
#modelling-page a,
+
-
#modelling-page a:visited,
+
-
#modelling-page a:hover{
+
-
color: #000;
+
-
}
+
-
#modelling-page a:hover{
+
-
cursor: default;
+
}
}
</style>
</style>
</html>
</html>
-
<div id="modelling-middle">
+
<div id="page-middle">
-
We are going to use both Kappa and MATLAB to model electron transfer from the cell. Descriptions to follow. "All models are wrong, but some can be useful."
+
<div id="page-navigation">
-
</div><!-- /modelling-middle -->
+
<ul>
 +
<li>
 +
<p>Kappa</p>
 +
</li>
 +
<li>
 +
<p>MATLAB</p>
 +
</li>
 +
</ul>
 +
</div><!-- /page-navigation -->
 +
<div id="page-content">
 +
<div class="text">
 +
<p class="normal-text">
 +
We are going to use both Kappa and MATLAB to model electron transfer from the cell. Descriptions to follow. "All models are wrong, but some can be useful."
 +
</p>
 +
</div><!-- /text -->
 +
</div><!-- /page-content -->
 +
</div><!-- /page-middle -->
 +
</html>

Revision as of 14:19, 12 September 2012

We are going to use both Kappa and MATLAB to model electron transfer from the cell. Descriptions to follow. "All models are wrong, but some can be useful."

</html>