Team:Tongji

From 2014.igem.org

(Difference between revisions)
 
(33 intermediate revisions not shown)
Line 1: Line 1:
-
<!DOCTYPE html>
+
<!-- <!DOCTYPE html> -->
-
<html lang="zh-CN">
+
<html lang="en">
-
  <head>
+
<!--Important:clear page-->
-
    <meta charset="utf-8">
+
<script>   $('head').empty(); </script>
-
    <title>Bootstrap</title>
+
<!--End clear page-->
-
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
+
<head>
-
    <meta name="description" content="Bootstrap是Twitter推出的一个用于前端开发的开源工具包。它由Twitter的设计师Mark Otto和Jacob Thornton合作开发,是一个CSS/HTML框架。Bootstrap中文网致力于为广大国内开发者提供详尽的中文文档、代码实例等,助力开发者掌握并使用这一框架。">
+
  <meta charset="utf-8">
-
<meta name="keywords" content="Bootstrap,CSS,CSS框架,CSS framework,javascript,bootcss,bootstrap开发,bootstrap代码,bootstrap入门">
+
-
    <meta name="author" content="Bootstrap中文网">
+
-
    <!-- Le styles -->
+
  <title>iGEM Tongji 2014</title>
-
    <link href="http://cdn.bootcss.com/twitter-bootstrap/2.3.2/css/bootstrap.min.css" rel="stylesheet">
+
  <meta name="viewport" content="width=device-width, initial-scale=1.0">
-
    <link href="http://cdn.bootcss.com/twitter-bootstrap/2.3.2/css/bootstrap-responsive.min.css" rel="stylesheet">
+
 
-
    <link href="http://yuiuiuiuiui.cloud66-162.78host.com/assets/css/docs.css" rel="stylesheet">
+
 
-
<style>
+
  <!-- load css files -->
-
body{font-family:"ff-tisa-web-pro-1","ff-tisa-web-pro-2","Lucida Grande","Helvetica Neue",Helvetica,Arial,"Hiragino Sans GB","Hiragino Sans GB W3","Microsoft YaHei UI","Microsoft YaHei","WenQuanYi Micro Hei",sans-serif;}
+
  <link href="https://2014.igem.org/Team:Tongji/bootstrap_min_css?action=raw&ctype=text/css" rel="stylesheet">
-
</style>
+
  <link href="https://2014.igem.org/Team:Tongji/bootstrap-responsive_min_css?action=raw&ctype=text/css" rel="stylesheet">
-
     <link href="http://yuiuiuiuiui.cloud66-162.78host.com/assets/js/google-code-prettify/prettify.css" rel="stylesheet">
+
  <link href="https://2014.igem.org/Team:Tongji/docs_css?action=raw&ctype=text/css" rel="stylesheet">
 +
  <style>
 +
  body{font-family:"ff-tisa-web-pro-1","ff-tisa-web-pro-2","Lucida Grande","Helvetica Neue",Helvetica,Arial,"Hiragino Sans GB","Hiragino Sans GB W3","Microsoft YaHei UI","Microsoft YaHei","WenQuanYi Micro Hei",sans-serif;}
 +
  </style>
 +
 
 +
  <style>
 +
 
 +
  /*Clear existing style*/
 +
 
 +
 
 +
  #contentSub, #menubar, #footer-box, #siteSub, #catlinks, #search-controls, #p-logo, .printfooter, .firstHeading, .visualClear {
 +
     display:none;
 +
  }
 +
 
 +
  html, body {
 +
    width: auto !important;
 +
    /*overflow-x: hidden !important;*/
 +
    height: 100% !important;
 +
 
 +
  }
 +
  /*End claer*/
 +
 
 +
      #Big{display: block;}
 +
      #Small{display: none;}
 +
 
 +
 
 +
    body {
 +
 
 +
      color: #5a5a5a;
 +
    }
 +
 
 +
 
 +
 
 +
    /* MARKETING CONTENT
 +
    -------------------------------------------------- */
 +
 
 +
    /* Center align the text within the three columns below the carousel */
 +
    .marketing .span4 {
 +
      text-align: center;
 +
    }
 +
    .marketing h2 {
 +
      font-weight: normal;
 +
    }
 +
    .marketing .span4 p {
 +
      margin-left: 10px;
 +
      margin-right: 10px;
 +
    }
 +
 
 +
 
 +
    /* Featurettes
 +
    ------------------------- */
 +
 
 +
    .featurette-divider {
 +
      margin: 80px 0; /* Space out the Bootstrap <hr> more */
 +
    }
 +
    .featurette {
 +
      padding-top: 120px; /* Vertically center images part 1: add padding above and below text. */
 +
      overflow: hidden; /* Vertically center images part 2: clear their floats. */
 +
    }
 +
    .featurette-image {
 +
      margin-top: -120px; /* Vertically center images part 3: negative margin up the image the same amount of the padding to center it. */
 +
    }
 +
 
 +
    /* Give some space on the sides of the floated elements so text doesn't run right into it. */
 +
    .featurette-image.pull-left {
 +
      margin-right: 40px;
 +
    }
 +
    .featurette-image.pull-right {
 +
      margin-left: 40px;
 +
    }
 +
 
 +
    /* Thin out the marketing headings */
 +
    .featurette-heading {
 +
      font-size: 70px;
 +
      font-weight: 300;
 +
      line-height: 1;
 +
      letter-spacing: -1px;
 +
    }
 +
 
 +
 
 +
    .marketing p.lead {
 +
      font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
 +
      font-size: 30px;
 +
      line-height: 1.2;
 +
    }
 +
 
 +
 
 +
 
 +
    /* RESPONSIVE CSS
 +
    -------------------------------------------------- */
 +
 
 +
    @media (max-width: 979px) {
 +
 
 +
      .container.navbar-wrapper {
 +
        margin-bottom: 0;
 +
        width: auto;
 +
      }
 +
 
 +
 
 +
 
 +
      .featurette {
 +
        height: auto;
 +
        padding: 0;
 +
      }
 +
      .featurette-image.pull-left,
 +
      .featurette-image.pull-right {
 +
        display: block;
 +
        float: none;
 +
        max-width: 80%;
 +
        margin: 0 auto 20px;
 +
      }
 +
    }
 +
 
 +
 
 +
    @media (max-width: 767px) {
 +
 
 +
      #Big{display: none;}
 +
      #Small{display: block}
 +
 
 +
 
 +
      .marketing .span4 + .span4 {
 +
        margin-top: 40px;
 +
      }
 +
 
 +
      .featurette-heading {
 +
        font-size: 30px;
 +
      }
 +
      .featurette .lead {
 +
        font-size: 18px;
 +
        line-height: 1.5;
 +
      }
 +
      .marketing p.lead {
 +
        font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
 +
        font-size: 18px;
 +
        line-height: 1.5;
 +
      }
 +
 
 +
    }
 +
 
 +
 
 +
 
 +
    </style>
 +
 
 +
 
 +
    <link href="https://2014.igem.org/Team:Tongji/prettify_css?action=raw&ctype=text/css" rel="stylesheet">
     <!-- Le HTML5 shim, for IE6-8 support of HTML5 elements -->
     <!-- Le HTML5 shim, for IE6-8 support of HTML5 elements -->
     <!--[if lt IE 9]>
     <!--[if lt IE 9]>
       <script src="http://cdn.bootcss.com/html5shiv/3.7.0/html5shiv.min.js"></script>
       <script src="http://cdn.bootcss.com/html5shiv/3.7.0/html5shiv.min.js"></script>
-
    <![endif]-->
+
      <![endif]-->
-
    <!-- Le fav and touch icons -->
 
-
    <link rel="apple-touch-icon-precomposed" sizes="144x144" href="assets/ico/apple-touch-icon-144-precomposed.png">
 
-
    <link rel="apple-touch-icon-precomposed" sizes="114x114" href="assets/ico/apple-touch-icon-114-precomposed.png">
 
-
      <link rel="apple-touch-icon-precomposed" sizes="72x72" href="assets/ico/apple-touch-icon-72-precomposed.png">
 
-
                    <link rel="apple-touch-icon-precomposed" href="assets/ico/apple-touch-icon-57-precomposed.png">
 
-
                                  <link rel="shortcut icon" href="assets/ico/favicon.png">
 
-
  </head>
+
    </head>
-
  <body data-spy="scroll" data-target=".bs-docs-sidebar">
+
    <body data-spy="scroll" data-target=".bs-docs-sidebar">
     <!-- Navbar
     <!-- Navbar
Line 44: Line 180:
             <span class="icon-bar"></span>
             <span class="icon-bar"></span>
           </button>
           </button>
-
          <a class="brand" href="./index.html"><img src="http://yuiuiuiuiui.cloud66-162.78host.com/assets/img/Igemlogo_officiallogo.png"></a>
+
 
-
          <a class="brand" href="./index.html">Bootstrap</a>
+
 
-
         
+
 
-
           <div class="nav-collapse collapse">
+
           <div class="nav-collapse collapse role="navigation>
-
             <ul class="nav">
+
             <ul class="nav navbar-nav">
               <li class="active">
               <li class="active">
-
                 <a href="./index.html">首页</a>
+
                 <a href="https://2014.igem.org/Team:Tongji">iGEM Tongji 2014</a>
               </li>
               </li>
               <li class="">
               <li class="">
-
                 <a href="./getting-started.html">起步</a>
+
                 <a href="https://2014.igem.org/Team:Tongji/project">Project</a>
               </li>
               </li>
               <li class="">
               <li class="">
-
                 <a href="./scaffolding.html">脚手架</a>
+
                 <a href="https://2014.igem.org/Team:Tongji/human-practice">Human Practice</a>
               </li>
               </li>
               <li class="">
               <li class="">
-
                 <a href="./base-css.html">基本CSS样式</a>
+
                 <a href="https://2014.igem.org/Team:Tongji/lab-archives">Lab Archives</a>
               </li>
               </li>
               <li class="">
               <li class="">
-
                 <a href="./components.html">组件</a>
+
                 <a href="https://2014.igem.org/Team:Tongji/safety">Safety</a>
               </li>
               </li>
               <li class="">
               <li class="">
-
                 <a href="./javascript.html">JavaScript插件</a>
+
                 <a href="https://2014.igem.org/Team:Tongji/honors-room">Honors Room</a>
               </li>
               </li>
-
               <li class="">
+
 
-
                 <a href="./customize.html">定制</a>
+
 
 +
 
 +
 
 +
               <li class="dropdown">
 +
                 <a href="javascript:void(0)" class="dropdown-toggle" data-toggle="dropdown" >Language <b class="caret"></b></a>
 +
                <ul  class="dropdown-menu" >
 +
                  <li ><a  href="https://2014.igem.org/Team:Tongji"  >English</a></li>
 +
                  <li role="presentation"><a href="https://2014.igem.org/Team:Tongji-zh">中文</a></li>
 +
                </ul>
               </li>
               </li>
 +
 +
              <li class="dropdown">
 +
                <a href="javascript:void(0)" class="dropdown-toggle" data-toggle="dropdown" >iGEM Bar <b class="caret"></b></a>
 +
                <ul  class="dropdown-menu " >
 +
                  <li ><a  href="/wiki/index.php?title=Talk:Team:Tongji&amp;action=edit&amp;redlink=1">Discussion</a></li>
 +
                  <li ><a  href="/wiki/index.php?title=Team:Tongji&amp;action=edit">Edit</a></li>
 +
                  <li ><a  href="/wiki/index.php?title=Team:Tongji&amp;action=history">History</a></li>
 +
                  <li ><a  href="/Special:MovePage/Team:Tongji">Move</a></li>
 +
                  <li ><a  href="/wiki/index.php?title=Team:Tongji&amp;action=watch">Watch</a></li>
 +
                  <li class="divider"></li>
 +
                  <li ><a href="/wiki/index.php?title=Special:UserLogin&amp;returnto=Team:Tongji">Login</a></li>
 +
                  <li ><a href="https://igem.org/User_Information">Account</a></li>
 +
                  <li class="divider"></li>
 +
                  <li><a href="https://igem.org/Main_Page"><img src="https://static.igem.org/mediawiki/2014/d/d6/Igemlogo_officiallogo-small.png"></a></li>
 +
                </ul>
 +
              </li>             
 +
             </ul>
             </ul>
           </div>
           </div>
Line 76: Line 237:
     </div>
     </div>
-
<div class="jumbotron masthead">
 
-
  <div class="container">
 
-
    <h1>Bootstrap</h1>
 
-
    <p>简洁、直观、强悍的前端开发框架,让web开发更迅速、简单。</p>
 
-
    <p>
 
-
      <a href="http://getbootstrap.com/2.3.2/assets/bootstrap.zip" class="btn btn-primary btn-large" >下载Bootstrap</a>
 
-
    </p>
 
-
    <ul class="masthead-links">
 
-
      <li>
 
-
        <a href="http://github.com/twbs/bootstrap" >GitHub project</a>
 
-
      </li>
 
-
      <li>
 
-
        <a href="./getting-started.html#examples" >案例</a>
 
-
      </li>
 
-
      <li>
 
-
        <a href="./extend.html" >扩展</a>
 
-
      </li>
 
-
      <li>
 
-
        Version 2.3.2
 
-
      </li>
 
-
    </ul>
 
-
  </div>
 
-
</div>
 
-
<div class="bs-docs-social">
+
 
-
  <div class="container">
+
 
-
    <ul class="bs-docs-social-buttons">
+
 
-
<li><a href="http://v3.bootcss.com/" target="_blank">Bootstrap v3 中文文档</a></li>
+
 
-
      <li>
+
    <div class="container">
-
       
+
 
-
      </li>
+
      <div class="marketing">
-
       <li>
+
        <hr class="soften">
-
       
+
 
-
      </li>
+
        <h1>Decolor Four</h1>
-
      <li class="follow-btn">
+
        <p class="marketing-byline">M. A. X.  A.</p>
-
       
+
 
-
      </li>
+
 
-
      <li class="tweet-btn">
+
 
-
       
+
        <hr class="soften">
-
      </li>
+
 
-
     </ul>
+
      </div>
 +
 
 +
    </div>
 +
 
 +
 
 +
    <div class="container" id="Big">
 +
       <img  src="https://static.igem.org/mediawiki/2014/5/5d/Bottle.png">
 +
    </div>
 +
 
 +
<div class="row" id="Small">
 +
  <div class="span6">
 +
    <img src="https://static.igem.org/mediawiki/2014/7/75/Bottle-left.png">
 +
  </div>
 +
  <div class="span6">
 +
     <img src="https://static.igem.org/mediawiki/2014/6/67/Bottle-right.png">
   </div>
   </div>
</div>
</div>
 +
    <hr class="soften">
 +
    <!-- Marketing messaging and featurettes
 +
    ================================================== -->
 +
    <!-- Wrap the rest of the page in another container to center all the content. -->
-
<div class="container">
+
    <div class="container marketing">
-
  <div class="marketing">
 
-
    <h1>Bootstrap介绍。</h1>
 
-
    <p class="marketing-byline">需要为爱上Bootstrap找N多理由吗? 就在眼前。</p>
 
-
    <div class="row-fluid">
+
 
-
       <div class="span4">
+
 
-
         <img class="marketing-img" src="http://yuiuiuiuiui.cloud66-162.78host.com/assets/img/bs-docs-twitter-github.png">
+
      <!-- START THE FEATURETTES -->
-
         <h2>人人为我,我为人人。</h2>
+
 
-
        <p>由<a href="http://twitter.com/mdo">@mdo</a> 和 <a href="http://twitter.com/fat">@fat</a> 在Twitter工作时创建,Bootstrap使用 <a href="/lesscss.html">LESS CSS</a> 并用 <a href="http://nodejs.org">Node</a> 编译,托管在 <a href="http://github.com">GitHub</a> 上,方便大家使用这一框架构建更好的web应用。</p>
+
 
 +
 
 +
       <div class="featurette">
 +
         <img class="featurette-image pull-right" src="https://static.igem.org/mediawiki/2014/a/a7/Browser-icon-chrome.png">
 +
 
 +
         <h2 class="featurette-heading">Eco <span class="muted">Friendly</span></h2>
 +
        <p class="lead">New process needs 20% less chloride detergent than traditional process, and lowers AOX levels of waste.</p>
       </div>
       </div>
-
       <div class="span4">
+
 
-
         <img class="marketing-img" src="http://yuiuiuiuiui.cloud66-162.78host.com/assets/img/bs-docs-responsive-illustrations.png">
+
      <hr class="featurette-divider">
-
         <h2>任何人都可以使用。</h2>
+
 
-
         <p>Bootstrap不光为了看起来好看,而且在现代的桌面浏览器上有极佳的表现(包括IE7!)。在平板电脑和智能手机上面还有 <a href="./scaffolding.html#responsive">响应式CSS</a> 可以使用。</p>
+
       <div class="featurette">
 +
         <img class="featurette-image pull-left" src="https://static.igem.org/mediawiki/2014/c/c3/Browser-icon-firefox.png">
 +
         <h2 class="featurette-heading">Synergy<span class="muted"></span></h2>
 +
         <p class="lead">A combination of three enzymes work better than each single one. </p>
       </div>
       </div>
-
       <div class="span4">
+
 
-
         <img class="marketing-img" src="http://yuiuiuiuiui.cloud66-162.78host.com/assets/img/bs-docs-bootstrap-features.png">
+
      <hr class="featurette-divider">
-
         <h2>丰富的特色。</h2>
+
 
-
        <p>12列的响应式<a href="./scaffolding.html#grid">栅格结构</a>、丰富的组件、<a href="./javascript.html">JavaScript插件</a>、排版、表单控件,还有 <a href="./customize.html">基于web的定制工具</a>。</p>
+
       <div class="featurette">
 +
         <img class="featurette-image pull-right" src="https://static.igem.org/mediawiki/2014/4/43/Browser-icon-safari.png">
 +
         <h2 class="featurette-heading">Hot <span class="muted">Resistance</span></h2>
 +
        <p class="lead">Since coming from a thermophilic organism, these three enzymes can work even in 94.7°C!</p>
       </div>
       </div>
-
    </div>
 
-
    <hr class="soften">
+
      <hr class="featurette-divider">
-
    <h1>基于Bootstrap构建的网站。</h1>
+
       <!-- /END THE FEATURETTES -->
-
    <p class="marketing-byline">更多基于Bootstrap构建的网站列表,请 <a href="http://builtwithbootstrap.tumblr.com/" target="_blank">访问非官方的Tumblr网站</a> 或者 <a href="./getting-started.html#examples">看看下面的几个案例</a>。</p>
+
-
    <div class="row-fluid">
+
-
       <ul class="thumbnails example-sites">
+
-
        <li class="span3">
+
-
          <a class="thumbnail" href="http://soundready.fm/" target="_blank">
+
-
            <img src="http://yuiuiuiuiui.cloud66-162.78host.com/assets/img/example-sites/soundready.png" alt="SoundReady.fm">
+
-
          </a>
+
-
        </li>
+
-
        <li class="span3">
+
-
          <a class="thumbnail" href="http://kippt.com/" target="_blank">
+
-
            <img src="http://yuiuiuiuiui.cloud66-162.78host.com/assets/img/example-sites/kippt.png" alt="Kippt">
+
-
          </a>
+
-
        </li>
+
-
        <li class="span3">
+
-
          <a class="thumbnail" href="http://www.gathercontent.com/" target="_blank">
+
-
            <img src="http://yuiuiuiuiui.cloud66-162.78host.com/assets/img/example-sites/gathercontent.png" alt="Gather Content">
+
-
          </a>
+
-
        </li>
+
-
        <li class="span3">
+
-
          <a class="thumbnail" href="http://www.jshint.com/" target="_blank">
+
-
            <img src="http://yuiuiuiuiui.cloud66-162.78host.com/assets/img/example-sites/jshint.png" alt="JS Hint">
+
-
          </a>
+
-
        </li>
+
-
      </ul>
+
-
    </div>
+
-
  </div>
+
     
 +
      <h1>NewsLetters</h1>
 +
      <p class="marketing-byline">Initiated By Xiamen University, providing news of different iGEM teams. We are inside as well.</p>
 +
 +
 +
 +
     
 +
 +
      <!-- Three columns of text below the carousel -->
 +
      <div class="row">
 +
        <div class="span4">
 +
          <img class="img-circle" src="https://static.igem.org/mediawiki/2014/0/09/140.png">
 +
          <h2>Newsletter 1st</h2>
 +
          <p>From 28th JUL. to 10th AUG.</p>
 +
          <p><a class="btn"  onclick=window.parent.location.href="https://static.igem.org/mediawiki/2014/c/cc/IGEM_Newsletter_Issue_1.pdf">Download &raquo;</a></p>
 +
        </div><!-- /.span4 -->
 +
        <div class="span4">
 +
          <img class="img-circle" src="https://static.igem.org/mediawiki/2014/0/09/140.png">
 +
          <h2>Newsletter 2nd</h2>
 +
          <p>From 11th AUG. to 24th AUG.</p>
 +
          <p><a class="btn"  onclick=window.parent.location.href="https://static.igem.org/mediawiki/2014/9/97/IGEM_Newsletter_Issue_2.pdf">Download &raquo;</a></p>
 +
        </div><!-- /.span4 -->
 +
        <div class="span4">
 +
          <img class="img-circle" src="https://static.igem.org/mediawiki/2014/0/09/140.png">
 +
          <h2>Newsletter 3rd</h2>
 +
          <p>From 25th AUG. to 7th SEP.</p>
 +
          <p><a class="btn"  onclick=window.parent.location.href="https://static.igem.org/mediawiki/2014/4/4c/IGEM_Newsletter_Issue_3.pdf">Download &raquo;</a></p>
 +
        </div>
 +
      </div>
 +
 +
<hr class="featurette-divider">
 +
<div class="row">
 +
  <div class="span6">
 +
    <img src="https://static.igem.org/mediawiki/2014/6/6a/Tongji-logo.png">
 +
  </div>
 +
  <div class="span6">
 +
    <img src="https://static.igem.org/mediawiki/2014/1/13/Igem-2014-logo.png">
 +
  </div>
</div>
</div>
 +
    </div>
-
     <!-- Footer
+
      
-
    ================================================== -->
+
     <footer class="footer">
     <footer class="footer">
       <div class="container">
       <div class="container">
-
         <p>Designed and built with all the love in the world by <a href="http://twitter.com/mdo" target="_blank">@mdo</a> and <a href="http://twitter.com/fat" target="_blank">@fat</a>.</p>
+
         <p>Tongji University, 2014</p>
-
        <p>Code licensed under <a href="http://www.apache.org/licenses/LICENSE-2.0" target="_blank">Apache License v2.0</a>, documentation under <a href="http://creativecommons.org/licenses/by/3.0/">CC BY 3.0</a>.</p>
+
          
-
         <p><a href="http://glyphicons.com">Glyphicons Free</a> licensed under <a href="http://creativecommons.org/licenses/by/3.0/">CC BY 3.0</a>.</p>
+
-
        <ul class="footer-links">
+
-
          <li><a href="http://blog.getbootstrap.com">Blog</a></li>
+
-
          <li class="muted">&middot;</li>
+
-
          <li><a href="https://github.com/twbs/bootstrap/issues?state=open">Issues</a></li>
+
-
          <li class="muted">&middot;</li>
+
-
          <li><a href="https://github.com/twbs/bootstrap/releases">Changelog</a></li>
+
-
        </ul>
+
       </div>
       </div>
     </footer>
     </footer>
-
 
Line 203: Line 370:
     <!-- Placed at the end of the document so the pages load faster -->
     <!-- Placed at the end of the document so the pages load faster -->
      
      
-
     <script src="http://cdn.bootcss.com/jquery/1.10.2/jquery.min.js"></script>
+
     <script src="https://2014.igem.org/Team:Tongji/jquery_min_js?action=raw"></script>
-
     <script src="http://cdn.bootcss.com/twitter-bootstrap/2.3.2/js/bootstrap.min.js"></script>
+
     <script src="https://2014.igem.org/Team:Tongji/bootstrap_min_js?action=raw"></script>
-
 
+
-
    <script src="http://cdn.bootcss.com/holder/2.0/holder.min.js"></script>
+
-
    <script src="http://yuiuiuiuiui.cloud66-162.78host.com/assets/js/google-code-prettify/prettify.js"></script>
+
-
     <script src="http://yuiuiuiuiui.cloud66-162.78host.com/assets/js/application.js"></script>
+
     <script src="https://2014.igem.org/Team:Tongji/holder_min_js?action=raw"></script>
-
     <script type="text/javascript">
+
     <script src="https://2014.igem.org/Team:Tongji/prettify_js?action=raw"></script>
-
    var _bdhmProtocol = (("https:" == document.location.protocol) ? " https://" : " http://");
+
-
    document.write(unescape("%3Cscript src='" + _bdhmProtocol + "hm.baidu.com/h.js%3F3d8e7fc0de8a2a75f2ca3bfe128e6391' type='text/javascript'%3E%3C/script%3E"));
+
-
    </script>
+
 +
    <script src="https://2014.igem.org/Team:Tongji/application_js?action=raw"></script>
   </body>
   </body>
-
</html>
+
  </html>

Latest revision as of 17:42, 14 October 2014

iGEM Tongji 2014


Decolor Four



Eco Friendly

New process needs 20% less chloride detergent than traditional process, and lowers AOX levels of waste.


Synergy

A combination of three enzymes work better than each single one.


Hot Resistance

Since coming from a thermophilic organism, these three enzymes can work even in 94.7°C!


NewsLetters

Newsletter 1st

From 28th JUL. to 10th AUG.

Download »

Newsletter 2nd

From 11th AUG. to 24th AUG.

Download »

Newsletter 3rd

From 25th AUG. to 7th SEP.

Download »


Tongji University, 2014