Team:HZAU-China/Modeling
From 2013.igem.org
(Difference between revisions)
(Prototype team page) |
|||
Line 1: | Line 1: | ||
- | < | + | <html> |
+ | <style type="text/css"> | ||
+ | #secondpane {color:#fff; | ||
+ | width: 190px; | ||
+ | margin-left:5px; | ||
+ | } | ||
+ | .menu_list { | ||
+ | position:fixed;top:20px;} | ||
+ | .menu_head { | ||
+ | padding: 5px 10px; | ||
+ | cursor: pointer; | ||
+ | position: relative; | ||
+ | border:1px solid #fff; | ||
+ | margin:1px; | ||
+ | font-weight:bold; | ||
+ | background: #ffbe10; | ||
+ | color:#fff | ||
+ | } | ||
+ | .menu_head:hover | ||
+ | { | ||
+ | cursor: pointer; | ||
+ | color: #fff; | ||
+ | background: #d39f10; | ||
+ | text-decoration: none; | ||
+ | background-position: 0 0; | ||
+ | } | ||
+ | .menu_body { | ||
+ | display:none; | ||
+ | } | ||
+ | .menu_children { | ||
+ | background: #aaa; | ||
+ | cursor: pointer; | ||
+ | padding: 5px 10px; | ||
+ | font-size:12px; | ||
+ | border-top: 1px solid #fff; | ||
+ | border-bottom: 1px solid #fff; | ||
+ | border-left: 1px solid #fff; | ||
+ | border-right: 1px solid #fff; | ||
+ | } | ||
+ | .menu_body a{ | ||
+ | display:block; | ||
+ | color:#fff; | ||
+ | padding-left:10px; | ||
+ | font-weight:bold; | ||
+ | text-decoration:none; | ||
+ | } | ||
+ | .menu_children:hover{ | ||
+ | cursor: pointer; | ||
+ | color: #fff; | ||
+ | text-decoration:none; | ||
+ | background:#777777; | ||
+ | } | ||
- | < | + | </style> |
- | <div | + | <div style="float:left;"> |
- | <div id=" | + | <div id="secondpane"> <!--Code for menu starts here--> |
- | + | <p class="menu_head">Modeling Contents</p> | |
- | </div> | + | <div class="menu_body"> |
- | <div | + | <div class="menu_children"> |
- | + | <a href="">Protein Expression</a> | |
- | </div> | + | </div> |
- | <div | + | <div class="menu_children"> |
- | + | <a href="">HGTBass</a> | |
- | </div> | + | </div> |
+ | <div class="menu_children"> | ||
+ | <a href="">Optimum Beginning Time</a> | ||
+ | </div> | ||
+ | <div class="menu_children"> | ||
+ | <a href="">Questionnaire Modeling</a> | ||
+ | </div> | ||
+ | <div class="menu_children"> | ||
+ | <a href="">Detail Calculation and Results</a> | ||
+ | </div> | ||
+ | </div> | ||
+ | <p class="menu_head">In this page</p> | ||
+ | <div class="menu_body"> | ||
+ | <div class="menu_children"> | ||
+ | <a href="#Model_One_-_Protein_Expression_Prediction">Protein Expression Prediction</a> | ||
+ | </div> | ||
+ | <div class="menu_children"> | ||
+ | <a href="#Model_Two_-_HGT_Bass">HGT Bass</a> | ||
+ | </div> | ||
+ | <div class="menu_children"> | ||
+ | <a href="#Model_Three_-_Optimum_Beginning_Time">Optimum Beginning Time</a> | ||
+ | </div> | ||
+ | <div class="menu_children"> | ||
+ | <a href="#Model_Four_-_Questionnaire_Modeling">Questionnaire Modeling</a> | ||
+ | </div> | ||
+ | </div> | ||
+ | </div> <!--Code for menu ends here--> | ||
</div> | </div> | ||
</html> | </html> | ||
+ | <div id="text-content"> | ||
+ | |||
- | < | + | <br><center><span style="font-size:46px;font-family:Cambria;margin-top:10px">Models Overview</span></center> |
+ | <br> | ||
+ | =Model One - Protein Expression Prediction= | ||
+ | 例子 | ||
- | + | =Model Two - HGT Bass= | |
- | + | 例子 | |
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
+ | =Model Three - Optimum Beginning Time= | ||
+ | 例子 | ||
- | + | =Model Four - Questionnaire Modeling= | |
+ | 例子 |
Revision as of 08:26, 12 July 2013
Contents |
Model One - Protein Expression Prediction
例子
Model Two - HGT Bass
例子
Model Three - Optimum Beginning Time
例子