Team:USTC-Software/home 4
From 2011.igem.org
(Difference between revisions)
m |
|||
(26 intermediate revisions not shown) | |||
Line 84: | Line 84: | ||
/* end of site title */ | /* end of site title */ | ||
- | /* | + | /* navigation */ |
ul { | ul { | ||
Line 133: | Line 133: | ||
#nav a:hover { | #nav a:hover { | ||
color:#fff; | color:#fff; | ||
- | + | background-image: url(https://static.igem.org/mediawiki/2011/0/00/USTC_Software_nav_button_bg.jpg); | |
- | + | background-position: bottom left; | |
} | } | ||
Line 148: | Line 148: | ||
top:3.8em; | top:3.8em; | ||
display:none; | display:none; | ||
- | + | z-index: 1; | |
} | } | ||
Line 154: | Line 154: | ||
width:9em; | width:9em; | ||
float:left; | float:left; | ||
- | + | background-color: #2e2e2e; | |
- | + | background-image: none !important; | |
} | } | ||
Line 179: | Line 179: | ||
} | } | ||
- | /*end of | + | /*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 clock_box*/ | ||
/* content_wrapper */ | /* content_wrapper */ | ||
Line 212: | Line 261: | ||
margin: 0 auto; | margin: 0 auto; | ||
background: url(https://static.igem.org/mediawiki/2011/a/a5/USTC_Software_content_bottom.jpg) no-repeat; | background: url(https://static.igem.org/mediawiki/2011/a/a5/USTC_Software_content_bottom.jpg) no-repeat; | ||
- | + | background-color: #a0c73f; | |
} | } | ||
Line 248: | Line 297: | ||
border: none; | border: none; | ||
} | } | ||
+ | |||
+ | #footer-box { background-color: transparent; border:none;} /*This is important!*/ | ||
#totop_box { | #totop_box { | ||
Line 289: | Line 340: | ||
.intro_box { | .intro_box { | ||
float: left; | float: left; | ||
- | width: | + | width: 282px; |
padding-bottom: 10px; | padding-bottom: 10px; | ||
border-bottom: 1px dotted #666; | border-bottom: 1px dotted #666; | ||
Line 329: | Line 380: | ||
.intro_box img { | .intro_box img { | ||
- | width: | + | width: 272px; |
- | height: | + | height: 168px; |
border: 5px solid #e6e0ce; | border: 5px solid #e6e0ce; | ||
- | + | margin-bottom: 10px; | |
} | } | ||
Line 350: | Line 401: | ||
.button_01 a:hover { | .button_01 a:hover { | ||
color: #fff; | color: #fff; | ||
- | + | background:url(./images/USTC_Software_button_hover.png) no-repeat; | |
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
} | } | ||
Line 441: | Line 419: | ||
.button_01 a:hover { | .button_01 a:hover { | ||
color: #fff; | color: #fff; | ||
- | + | background:url(https://static.igem.org/mediawiki/2011/c/c1/USTC_Software_button_hover.png) no-repeat; | |
} | } | ||
- | + | .cleaner { clear: both; width: 100%; height: 0px; font-size: 0px; } /**/ /*This is important!*/ | |
- | + | .cleaner_h30 { clear: both; width:100%; height: 30px; }/**/ | |
- | + | .cleaner_h40 { clear: both; width:100%; height: 40px; }/**/ | |
- | + | .margin_r10 { margin-right: 24px; }/**/ | |
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | } | + | |
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | . | + | |
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | } | + | |
- | + | ||
- | . | + | |
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | } | + | |
+ | .float_l { float: left; }/**/ | ||
+ | .float_r { float: right; }/**/ | ||
</style> | </style> | ||
Line 655: | Line 567: | ||
animationtype: 'slide', | animationtype: 'slide', | ||
speed: 'slow', | speed: 'slow', | ||
- | timeout: | + | timeout: 7000, |
type: 'random', | type: 'random', | ||
containerheight: '150px' | containerheight: '150px' | ||
Line 689: | Line 601: | ||
document.getElementById("clock").innerHTML = date; | document.getElementById("clock").innerHTML = date; | ||
} | } | ||
- | </ | + | </script> |
<!-- Javascript--> | <!-- Javascript--> | ||
Line 702: | 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 734: | 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 743: | 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> <!-- end of header --> | </div> <!-- end of header --> | ||
Line 755: | Line 698: | ||
<!-- Content wrap --> | <!-- Content wrap --> | ||
- | |||
<div> | <div> | ||
+ | <div id="left_content"> | ||
<div class="slider_item"> | <div class="slider_item"> | ||
<img src="https://static.igem.org/mediawiki/2011/3/31/USTC_Software_001.png" alt="big_img_1" width="920" height="600"/> | <img src="https://static.igem.org/mediawiki/2011/3/31/USTC_Software_001.png" alt="big_img_1" width="920" height="600"/> | ||
- | <h3> | + | <h3>What is iGEM?</h3> |
- | <p> | + | <p>The International Genetically Engineered Machine competition (iGEM) is the premiere undergraduate Synthetic Biology competition. Student teams are given a kit of biological parts at the beginning of the summer from the Registry of Standard Biological Parts. Working at their own schools over the summer, they use these parts and new parts of their own design to build biological systems and operate them in living cells. This project design and competition format is an exceptionally motivating and effective teaching method.</p> |
- | <a href=" | + | <a href="https://igem.org/About">Read more...</a> |
</div> | </div> | ||
<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 775: | 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> | ||
- | |||
</div> | </div> | ||
Line 793: | Line 738: | ||
<h1>Lachesis</h1> | <h1>Lachesis</h1> | ||
<!-- Content wrap --> | <!-- Content wrap --> | ||
- | |||
<div> | <div> | ||
- | + | ||
<div class="content_section"> | <div class="content_section"> | ||
- | + | ||
<div class="intro_box margin_r10"> | <div class="intro_box margin_r10"> | ||
Line 803: | Line 747: | ||
<img src="https://static.igem.org/mediawiki/2011/7/78/USTC_Software_image_02.jpg" alt="product" /> | <img src="https://static.igem.org/mediawiki/2011/7/78/USTC_Software_image_02.jpg" alt="product" /> | ||
- | <p class="intro"> | + | <p class="intro">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. <div class="button_01"> <a href="https://2011.igem.org/Team:USTC-Software/team">Details</a> </div> </p> </div> |
<div class="intro_box margin_r10"> | <div class="intro_box margin_r10"> | ||
Line 812: | Line 756: | ||
- | <div class="intro_box "> | + | <div class="intro_box margin_r10"> |
<h3>Huaman practice</h3> | <h3>Huaman practice</h3> | ||
<img src="https://static.igem.org/mediawiki/2011/3/3c/USTC_Software_image_04.jpg" alt="product" /> | <img src="https://static.igem.org/mediawiki/2011/3/3c/USTC_Software_image_04.jpg" alt="product" /> | ||
Line 826: | 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> | ||
</div> | </div> | ||
+ | <h2>Sponsor</h2> | ||
+ | |||
+ | <table width="895" height="718" border="0"> | ||
+ | <tr> | ||
+ | <td width="576" height="156"> | ||
+ | | ||
+ | <img src="https://static.igem.org/mediawiki/2011/b/ba/USTC_Software_IF_LOGO.jpg" width="265" height="225" align="middle" /></td> | ||
+ | <td width="309"><p align="center"><em><strong>The University of Science and Technology of China </strong></em></p> | ||
+ | <p align="center"><em><strong>Initiative Foundation</strong></em></p></td> | ||
+ | </tr> | ||
+ | <tr> | ||
+ | <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> | ||
+ | </tr> | ||
+ | <tr> | ||
+ | <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> | ||
+ | </tr> | ||
+ | <tr> | ||
+ | <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> | ||
+ | </tr> | ||
+ | </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 class="cleaner"></div> | |
- | + | ||
- | <div class="cleaner"></div | + | |
- | + | ||
- | <br/> <br/> <br/> | + | <br/> <br/> <br/> <br/> <br/> <br/> <br/> <br/> <br/> |
</div> | </div> | ||
Line 845: | Line 815: | ||
<div id="content_wrapper_bottom"></div> <!-- end of content_wrapper --> | <div id="content_wrapper_bottom"></div> <!-- end of content_wrapper --> | ||
+ | |||
<div id="mfooter"> | <div id="mfooter"> | ||
Line 868: | Line 839: | ||
</body> | </body> | ||
- | |||
</html> | </html> |
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 |