Team:USTC-Software/home 4

From 2011.igem.org

(Difference between revisions)
 
(21 intermediate revisions not shown)
Line 84: Line 84:
/* end of site title */
/* end of site title */
-
/* ---------- Navigation ---------- */
+
/* 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 nav*/
+
/* end of clock_box*/
/* content_wrapper */
/* content_wrapper */
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: 190px;
+
width: 282px;
padding-bottom: 10px;
padding-bottom: 10px;
border-bottom: 1px dotted #666;
border-bottom: 1px dotted #666;
Line 300: Line 351:
}
}
-
#content .intro_box p {
+
#content .product_box p {
padding: 0;
padding: 0;
margin: 0 0 5px 0;
margin: 0 0 5px 0;
}
}
-
#content .intro_box a {
+
#content .product_box a {
color: #000000;
color: #000000;
font-weight: bold;
font-weight: bold;
Line 329: Line 380:
.intro_box img {
.intro_box img {
-
width: 180px;
+
width: 272px;
-
height: 100px;
+
height: 168px;
border: 5px solid #e6e0ce;
border: 5px solid #e6e0ce;
         margin-bottom: 10px;
         margin-bottom: 10px;
Line 351: Line 402:
color: #fff;
color: #fff;
         background:url(./images/USTC_Software_button_hover.png) no-repeat;
         background:url(./images/USTC_Software_button_hover.png) no-repeat;
-
}
 
-
 
-
#sidebar {
 
-
float: right;
 
-
width: 280px;
 
-
padding: 0;
 
-
background: url(./images/USTC_Software_sidebar.jpg) repeat-y;
 
-
}
 
-
 
-
#sidebar .sidebar_section {
 
-
margin-bottom: 30px;
 
-
}
 
-
 
-
#sidebar .sidebar_section_content {
 
-
}
 
-
 
-
#sidebar h2 {
 
-
color: #3a5909;
 
-
font-size: 24px;
 
-
padding: 0 0 60px 20px;
 
-
background: url(./images/USTC_Software_header_bg.png) no-repeat bottom left;
 
-
}
 
-
 
-
#sidebar .categories_list {
 
-
margin: 0;
 
-
padding: 0;
 
-
list-style: none;
 
-
}
 
-
 
-
#sidebar .categories_list li {
 
-
padding: 0;
 
-
margin: 0;
 
-
}
 
-
 
-
.categories_list li a {
 
-
display: block;
 
-
color: #201f1c;
 
-
padding: 5px 0 5px 20px;
 
-
background: url(./images/USTC_Software_list.png) center left no-repeat;
 
-
}
 
-
.categories_list li a:hover {
 
-
color: #537c11;
 
-
text-decoration: none;
 
-
}
 
-
 
-
.sidebar_section label {
 
-
display: block;
 
-
margin-bottom: 10px;
 
-
}
 
-
 
-
.sidebar_section #input_field {
 
-
height: 20px;
 
-
width: 233px;
 
-
padding: 0 5px;
 
-
margin-bottom: 10px;
 
-
color: #000000;
 
-
font-size: 12px;
 
-
font-variant: normal;
 
-
line-height: normal;
 
-
}
 
-
 
-
.sidebar_section #submit_btn{
 
-
float: right;
 
-
height: 30px;
 
-
width: 80px;
 
-
margin: 0px;
 
-
padding: 3px 0 15px 0;
 
-
cursor: pointer;
 
-
font-size: 12px;
 
-
text-align: center;
 
-
vertical-align: bottom;
 
-
white-space: pre;
 
-
outline: none;
 
}
}
Line 444: Line 422:
}
}
-
#sidebar {
+
.cleaner { clear: both; width: 100%; height: 0px; font-size: 0px; } /**/  /*This is important!*/
-
float: right;
+
.cleaner_h30 { clear: both; width:100%; height: 30px; }/**/
-
width: 280px;
+
.cleaner_h40 { clear: both; width:100%; height: 40px; }/**/
-
padding: 0;
+
.margin_r10 { margin-right: 24px; }/**/
-
background: url(./images/USTC_Software_sidebar.jpg) repeat-y;
+
-
}
+
-
 
+
-
#sidebar .sidebar_section {
+
-
margin-bottom: 30px;
+
-
}
+
-
 
+
-
#sidebar .sidebar_section_content {
+
-
}
+
-
 
+
-
#sidebar h2 {
+
-
color: #3a5909;
+
-
font-size: 24px;
+
-
padding: 0 0 60px 20px;
+
-
background: url(./images/USTC_Software_header_bg.png) no-repeat bottom left;
+
-
}
+
-
 
+
-
#sidebar .categories_list {
+
-
margin: 0;
+
-
padding: 0;
+
-
list-style: none;
+
-
}
+
-
 
+
-
#sidebar .categories_list li {
+
-
padding: 0;
+
-
margin: 0;
+
-
}
+
-
 
+
-
.categories_list li a {
+
-
display: block;
+
-
color: #201f1c;
+
-
padding: 5px 0 5px 20px;
+
-
background: url(./images/USTC_Software_list.png) center left no-repeat;
+
-
}
+
-
.categories_list li a:hover {
+
-
color: #537c11;
+
-
text-decoration: none;
+
-
}
+
-
 
+
-
.sidebar_section label {
+
-
display: block;
+
-
margin-bottom: 10px;
+
-
}
+
-
 
+
-
.sidebar_section #input_field {
+
-
height: 20px;
+
-
width: 233px;
+
-
padding: 0 5px;
+
-
margin-bottom: 10px;
+
-
color: #000000;
+
-
font-size: 12px;
+
-
font-variant: normal;
+
-
line-height: normal;
+
-
}
+
-
 
+
-
.sidebar_section #submit_btn{
+
-
float: right;
+
-
height: 30px;
+
-
width: 80px;
+
-
margin: 0px;
+
-
padding: 3px 0 15px 0;
+
-
cursor: pointer;
+
-
font-size: 12px;
+
-
text-align: center;
+
-
vertical-align: bottom;
+
-
white-space: pre;
+
-
outline: none;
+
-
}
+
 +
.float_l { float: left; }/**/
 +
.float_r { float:  right; }/**/
</style>
</style>
Line 655: Line 567:
animationtype: 'slide',  
animationtype: 'slide',  
speed: 'slow',
speed: 'slow',
-
timeout: 4000,
+
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>
+
</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 -->
+
  <!-- navigation -->
-
<ul id="nav">
+
  <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>
    
    
   <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 -->
+
<!-- // 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 759: Line 703:
<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>HEAD</h3>
+
        <h3>What is iGEM?</h3>
-
<p>Sorry,this is an unfinished feature...</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="#">Read more...</a>   
+
                   <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>
+
                <h3>HEAD</h3>
<p>Sorry,this is an unfinished feature...</p>
<p>Sorry,this is an unfinished feature...</p>
Line 774: 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="922" height="600"/>
+
<img src="https://static.igem.org/mediawiki/2011/f/f4/USTC_Software_003.png" alt="big_img_3" width="921" height="620"/>
-
<h3>HEAD</h3>
+
                <h3>Where are we from?</h3>
-
<p>Sorry,this is an unfinished feature...</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="#">Read more...</a>
+
  <a href="http://en.ustc.edu.cn/about/">Read more...</a>
  </div>
  </div>
Line 800: 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">Sorry...  <div class="button_01"> <a href="https://2011.igem.org/Team:USTC-Software/team">Details</a> </div> </p> </div>
+
               <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 809: 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 823: 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>
+
    <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&rsquo;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&rsquo;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>
-
 
+
-
    </div> <!-- end of content -->
+
 +
<table width="895" height="718" border="0">
 +
  <tr>
 +
    <td width="576" height="156">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
 +
                                &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
 +
                              <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>  

Latest revision as of 06:27, 23 September 2011


Team:USTC-Software - 2011.igem.org

big_img_1

What is iGEM?

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.

Read more...
big_img_2

HEAD

Sorry,this is an unfinished feature...

Read more...
big_img_3

Where are we from?

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.

Read more...






























Lachesis

Team

product

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

product

Sorry...

Huaman practice

product

Sorry...

Project

image

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

Vistor