Team:USTC-Software/home 4
From 2011.igem.org
(Difference between revisions)
(3 intermediate revisions not shown) | |||
Line 84: | Line 84: | ||
/* end of site title */ | /* end of site title */ | ||
- | /* | + | /* navigation */ |
ul { | ul { | ||
Line 164: | Line 164: | ||
#nav ul ul{ | #nav ul ul{ | ||
top:auto; | top:auto; | ||
- | + | } | |
#nav li ul ul { | #nav li ul ul { | ||
left:12em; | left:12em; | ||
margin:0px 0 0 10px; | margin:0px 0 0 10px; | ||
- | + | } | |
#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li:hover ul ul ul ul{ | #nav li:hover ul ul, #nav li:hover ul ul ul, #nav li:hover ul ul ul ul{ | ||
display:none; | display:none; | ||
- | + | } | |
#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li li li li:hover ul{ | #nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li li li li:hover ul{ | ||
display:block; | display:block; | ||
- | + | } | |
+ | |||
+ | /*end of navigation*/ | ||
+ | |||
+ | /* search */ | ||
+ | #header #search_box { | ||
+ | position: absolute; | ||
+ | width: 333px; | ||
+ | height: 53px; | ||
+ | bottom: 54px; | ||
+ | right: 16px; | ||
+ | background: url(https://static.igem.org/mediawiki/2011/1/15/USTC_Software_search.png) | ||
+ | } | ||
+ | |||
+ | #search_box form { | ||
+ | width: 280px; | ||
+ | height: 27px; | ||
+ | margin: 0; | ||
+ | padding: 25px 0 0 0; | ||
+ | } | ||
+ | |||
+ | #searchfield { | ||
+ | height: 17px; | ||
+ | width: 270px; | ||
+ | padding: 4px 5px 6px 5px; | ||
+ | color: #fff; | ||
+ | font-size: 12px; | ||
+ | font-variant: normal; | ||
+ | line-height: normal; | ||
+ | background: none; | ||
+ | border: none; | ||
+ | } | ||
+ | |||
+ | /* end of search */ | ||
+ | |||
+ | /*clock_box*/ | ||
+ | #header #clock_box { | ||
+ | position: absolute; | ||
+ | width: 320px; | ||
+ | height: 21px; | ||
+ | bottom: 85px; | ||
+ | right: 26px; | ||
+ | } | ||
+ | |||
+ | #clock_box form { | ||
+ | width: 280px; | ||
+ | height: 27px; | ||
+ | margin: 0; | ||
+ | padding: 25px 0 0 0; | ||
+ | } | ||
- | /*end of | + | /* end of clock_box*/ |
/* content_wrapper */ | /* content_wrapper */ | ||
Line 552: | Line 601: | ||
document.getElementById("clock").innerHTML = date; | document.getElementById("clock").innerHTML = date; | ||
} | } | ||
- | </ | + | </script> |
<!-- Javascript--> | <!-- Javascript--> | ||
Line 565: | Line 614: | ||
<h1><img src="https://static.igem.org/mediawiki/2011/b/b8/USTC_Software_iGEM_logo.jpg" alt="iGEM" width="173" height="150" /> </br> </br> USTC-Software </h1> | <h1><img src="https://static.igem.org/mediawiki/2011/b/b8/USTC_Software_iGEM_logo.jpg" alt="iGEM" width="173" height="150" /> </br> </br> USTC-Software </h1> | ||
</div> | </div> | ||
- | <!-- | + | <!-- navigation --> |
- | + | <ul id="nav"> | |
<li><a class="on" href="https://2011.igem.org/Team:USTC-Software">Home</a></li> | <li><a class="on" href="https://2011.igem.org/Team:USTC-Software">Home</a></li> | ||
<li><a href="https://2011.igem.org/Team:USTC-Software/project">Project</a> | <li><a href="https://2011.igem.org/Team:USTC-Software/project">Project</a> | ||
Line 597: | Line 646: | ||
<li><a href="https://2011.igem.org/Team:USTC-Software/acknowledgements">acknowledgements</a></li> | <li><a href="https://2011.igem.org/Team:USTC-Software/acknowledgements">acknowledgements</a></li> | ||
</ul> | </ul> | ||
- | + | </li> | |
<li><a class="last"href="https://2011.igem.org/Team:USTC-Software/human practice">Human practice</a> <!--current page--> | <li><a class="last"href="https://2011.igem.org/Team:USTC-Software/human practice">Human practice</a> <!--current page--> | ||
Line 606: | Line 655: | ||
</li> | </li> | ||
</ul> | </ul> | ||
- | <!-- // | + | <!-- // navigation --> |
- | + | ||
+ | |||
+ | <div id="search_box"> | ||
+ | |||
+ | <form action="http://www.google.com.hk/cse" id="cse-search-box" method="get" target="_blank" > | ||
+ | <input type="text" value="SEARCH..." name="q" size="10" id="searchfield" title="searchfield" onFocus="clearText(this)" onBlur="clearText(this)" /> | ||
+ | <input type="hidden" name="cx" value="012577055908532603606:zpok5ilqnda" /> | ||
+ | <input type="hidden" name="cof" value="FORID:10" /> | ||
+ | <input type="hidden" name="ie" value="UTF-8" /> | ||
+ | <input type="submit" name="sa" value="I'm Feeling Lucky" /> | ||
+ | </form> | ||
+ | |||
+ | <script src="http://www.google.com/jsapi" type="text/javascript"></script> | ||
+ | |||
+ | <script type="text/javascript"> | ||
+ | google.load('search', '1', {language : 'en', style : google.loader.themes.GREENSKY}); | ||
+ | google.setOnLoadCallback(function() { | ||
+ | var customSearchControl = new google.search.CustomSearchControl('012577055908532603606:zpok5ilqnda'); | ||
+ | customSearchControl.setResultSetSize(google.search.Search.FILTERED_CSE_RESULTSET); | ||
+ | customSearchControl.draw('cse'); | ||
+ | }, true); | ||
+ | </script> | ||
+ | |||
+ | </div> | ||
+ | |||
+ | |||
+ | |||
+ | <div id="clock_box"> | ||
+ | <script type=text/javascript> | ||
+ | document.write('<font id="clock" color="#000000"> </font>');setInterval('Clock()',1000);</script> | ||
+ | </div> | ||
+ | |||
+ | |||
<div class="cleaner"></div> | <div class="cleaner"></div> | ||
</div> <!-- end of header --> | </div> <!-- end of header --> | ||
Line 630: | Line 711: | ||
<div class="slider_item"> | <div class="slider_item"> | ||
<img src="https://static.igem.org/mediawiki/2011/6/61/USTC_Software_002.png" alt="big_img_2" width="920" height="600" align="absmiddle"/> | <img src="https://static.igem.org/mediawiki/2011/6/61/USTC_Software_002.png" alt="big_img_2" width="920" height="600" align="absmiddle"/> | ||
- | + | <h3>HEAD</h3> | |
<p>Sorry,this is an unfinished feature...</p> | <p>Sorry,this is an unfinished feature...</p> | ||
Line 637: | Line 718: | ||
</div> | </div> | ||
<div class="slider_item"> | <div class="slider_item"> | ||
- | <img src="https://static.igem.org/mediawiki/2011/f/f4/USTC_Software_003.png" alt="big_img_3" width=" | + | <img src="https://static.igem.org/mediawiki/2011/f/f4/USTC_Software_003.png" alt="big_img_3" width="921" height="620"/> |
- | <h3> | + | <h3>Where are we from?</h3> |
- | <p> | + | <p>The University of Science and Technology of China (USTC) is under the jurisdiction of the Chinese Academy of Sciences (CAS). |
+ | As a key university of the nation, it is noted for its advanced science and high technology programs, unique management studies and well-tailored disciplines in the humanities. | ||
+ | On May 11, the Nature Publishing Group released Nature Publishing Index 2010 China, remarking "a dramatic rise in the quality of research being published by China". University of Science and Technology of China is ranked 3rd of TOP 10 Institutions in Index 2010 China. | ||
+ | </p> | ||
- | + | <a href="http://en.ustc.edu.cn/about/">Read more...</a> | |
</div> | </div> | ||
Line 686: | Line 770: | ||
<h2>Project</h2> | <h2>Project</h2> | ||
- | <img src="https://static.igem.org/mediawiki/2011/f/fd/USTC_Software_image_05.jpg" alt="image" class="fl_image" /> | + | <img src="https://static.igem.org/mediawiki/2011/f/fd/USTC_Software_image_05.jpg" alt="image" width="365" class="fl_image" /> |
- | + | <p><span lang="EN-US" xml:lang="EN-US">USTC 2011 DRY TEAM as a one has worked diligently on designing and implementing a user friendly and interacting-prone software which will get nearer to biology reality and free synthetic biologist from considering unnecessary minutia as well as help both layman and expert draw deep understanding of the mechanism on how the gene circuit run.</span></p> | |
<div><span lang="EN-US" xml:lang="EN-US">We offer a visualizing tool which give insight into the dynamics of a biology network. User dominated parameter adjustment process is also provided to assist in getting the required behavior. In order to assess the network’s immunology to parameter perturbation, a PCA analysis approach is exploited to depict the structure of a 'good' behaved region. </span></div> | <div><span lang="EN-US" xml:lang="EN-US">We offer a visualizing tool which give insight into the dynamics of a biology network. User dominated parameter adjustment process is also provided to assist in getting the required behavior. In order to assess the network’s immunology to parameter perturbation, a PCA analysis approach is exploited to depict the structure of a 'good' behaved region. </span></div> | ||
<p class="em_text"><p class="intro"> <div class="button_01"> <a href="https://2011.igem.org/Team:USTC-Software/project">Details</a> </div> </p> </p> | <p class="em_text"><p class="intro"> <div class="button_01"> <a href="https://2011.igem.org/Team:USTC-Software/project">Details</a> </div> </p> </p> | ||
Line 704: | Line 788: | ||
</tr> | </tr> | ||
<tr> | <tr> | ||
- | <td height="144"><img src="https://static.igem.org/mediawiki/2011/1/11/USTC_Software_TAO_LOGO.png" width="564" height=" | + | <td height="144"><img src="https://static.igem.org/mediawiki/2011/1/11/USTC_Software_TAO_LOGO.png" width="564" height="120" /></td> |
<td><p align="center"><em><strong>Teaching Affair Office, USTC</strong></em></p></td> | <td><p align="center"><em><strong>Teaching Affair Office, USTC</strong></em></p></td> | ||
</tr> | </tr> | ||
<tr> | <tr> | ||
- | <td height="144"><img src="https://static.igem.org/mediawiki/2011/d/d3/USTC_Software_sols.png" width="576" height=" | + | <td height="144"><img src="https://static.igem.org/mediawiki/2011/d/d3/USTC_Software_sols.png" width="576" height="120" /></td> |
<td><p align="center"><strong><em>School of Life Sciences, USTC</em></strong></p></td> | <td><p align="center"><strong><em>School of Life Sciences, USTC</em></strong></p></td> | ||
</tr> | </tr> | ||
<tr> | <tr> | ||
- | <td height="144"><img src="https://static.igem.org/mediawiki/2011/e/ef/USTC_Software_ADGE_LOGO.png" width="576" height=" | + | <td height="144"><img src="https://static.igem.org/mediawiki/2011/e/ef/USTC_Software_ADGE_LOGO.png" width="576" height="120" /></td> |
<td><p align="center"><strong><em>Graduate School, USTC</em></strong></p></td> | <td><p align="center"><strong><em>Graduate School, USTC</em></strong></p></td> | ||
</tr> | </tr> | ||
</table> | </table> | ||
+ | <h2>Vistor</h2> | ||
+ | |||
+ | <div id="clustrmaps-widget"></div><script type="text/javascript">var _clustrmaps = {'url' : 'https://2011.igem.org/Team:USTC-Software', 'user' : 930921, 'server' : '4', 'id' : 'clustrmaps-widget', 'version' : 1, 'date' : '2011-09-13', 'lang' : 'zh', 'corners' : 'square' };(function (){ var s = document.createElement('script'); s.type = 'text/javascript'; s.async = true; s.src = 'http://www4.clustrmaps.com/counter/map.js'; var x = document.getElementsByTagName('script')[0]; x.parentNode.insertBefore(s, x);})();</script><noscript><a href="http://www4.clustrmaps.com/user/e30e3469"><img src="http://www4.clustrmaps.com/stats/maps-no_clusters/2011.igem.org-Team-USTC-Software-thumb.jpg" alt="Locations of visitors to this page" /></a></noscript> | ||
+ | |||
</div> <!-- end of content --> | </div> <!-- end of content --> |
Latest revision as of 06:27, 23 September 2011
USTC-Software
Lachesis
Team
Nothing gets done by itself so we formed a group of tireless and diligent students came from different faculties (all parts of USTC) and joined our forces at School of Life Sciences.
MoDeL
Sorry...
Huaman practice
Sorry...
Project
USTC 2011 DRY TEAM as a one has worked diligently on designing and implementing a user friendly and interacting-prone software which will get nearer to biology reality and free synthetic biologist from considering unnecessary minutia as well as help both layman and expert draw deep understanding of the mechanism on how the gene circuit run.
We offer a visualizing tool which give insight into the dynamics of a biology network. User dominated parameter adjustment process is also provided to assist in getting the required behavior. In order to assess the network’s immunology to parameter perturbation, a PCA analysis approach is exploited to depict the structure of a 'good' behaved region.
Sponsor
The University of Science and Technology of China Initiative Foundation |
|
Teaching Affair Office, USTC |
|
School of Life Sciences, USTC |
|
Graduate School, USTC |