Team:Tongji

From 2014.igem.org

(Difference between revisions)
 
(4 intermediate revisions not shown)
Line 1: Line 1:
-
 
<!-- <!DOCTYPE html> -->
<!-- <!DOCTYPE html> -->
<html lang="en">
<html lang="en">
Line 6: Line 5:
<!--End clear page-->
<!--End clear page-->
<head>
<head>
-
    <meta charset="utf-8">
+
  <meta charset="utf-8">
-
    <title>iGEM Tongji 2014</title>
+
 
-
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
+
  <title>iGEM Tongji 2014</title>
-
    <style>
+
  <meta name="viewport" content="width=device-width, initial-scale=1.0">
 +
 
 +
 
 +
  <!-- load css files -->
 +
  <link href="https://2014.igem.org/Team:Tongji/bootstrap_min_css?action=raw&ctype=text/css" rel="stylesheet">
 +
  <link href="https://2014.igem.org/Team:Tongji/bootstrap-responsive_min_css?action=raw&ctype=text/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*/
   /*Clear existing style*/
Line 19: Line 30:
   html, body {
   html, body {
     width: auto !important;
     width: auto !important;
-
/*   overflow-x: hidden !important;*/
+
    /*overflow-x: hidden !important;*/
     height: 100% !important;
     height: 100% !important;
   }
   }
   /*End claer*/
   /*End claer*/
-
</style>
 
-
    <!-- Le styles -->
 
-
  <link href="https://2014.igem.org/Team:Tongji/bootstrap_min_css?action=raw&ctype=text/css" rel="stylesheet">
 
-
  <link href="https://2014.igem.org/Team:Tongji/bootstrap-responsive_min_css?action=raw&ctype=text/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>
 
-
    <link href="https://2014.igem.org/Team:Tongji/prettify_css?action=raw&ctype=text/css" rel="stylesheet">
 
 +
      #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]-->
 +
    </head>
-
  </head>
 
-
 
-
    <body data-spy="scroll" data-target=".bs-docs-sidebar">
 
-
 
-
    <!-- Navbar
 
-
    ================================================== -->
 
     <body data-spy="scroll" data-target=".bs-docs-sidebar">
     <body data-spy="scroll" data-target=".bs-docs-sidebar">
Line 65: Line 185:
           <div class="nav-collapse collapse role="navigation>
           <div class="nav-collapse collapse role="navigation>
             <ul class="nav navbar-nav">
             <ul class="nav navbar-nav">
-
               <li class="">
+
               <li class="active">
                 <a  href="https://2014.igem.org/Team:Tongji">iGEM Tongji 2014</a>
                 <a  href="https://2014.igem.org/Team:Tongji">iGEM Tongji 2014</a>
               </li>
               </li>
Line 71: Line 191:
                 <a  href="https://2014.igem.org/Team:Tongji/project">Project</a>
                 <a  href="https://2014.igem.org/Team:Tongji/project">Project</a>
               </li>
               </li>
-
               <li class="active">
+
               <li class="">
                 <a  href="https://2014.igem.org/Team:Tongji/human-practice">Human Practice</a>
                 <a  href="https://2014.igem.org/Team:Tongji/human-practice">Human Practice</a>
               </li>
               </li>
Line 90: Line 210:
                 <a href="javascript:void(0)" class="dropdown-toggle" data-toggle="dropdown" >Language <b class="caret"></b></a>
                 <a href="javascript:void(0)" class="dropdown-toggle" data-toggle="dropdown" >Language <b class="caret"></b></a>
                 <ul  class="dropdown-menu" >
                 <ul  class="dropdown-menu" >
-
                   <li ><a  href="https://2014.igem.org/Team:Tongji"  target="_blank">English</a></li>
+
                   <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>
                   <li role="presentation"><a href="https://2014.igem.org/Team:Tongji-zh">中文</a></li>
                 </ul>
                 </ul>
Line 117: Line 237:
     </div>
     </div>
-
<!-- Subhead
 
-
  ================================================== -->
 
-
  <header class="jumbotron subhead" id="overview">
 
-
    <div class="container">
 
-
      <h1>Human Practice</h1>
 
-
      <p class="lead"></p>
 
-
    </div>
 
-
  </header>
 
-
  <div class="container">
 
-
    <!-- Docs nav
 
-
    ================================================== -->
 
-
    <div class="row">
 
-
      <div class="span3 bs-docs-sidebar">
 
-
        <ul class="nav nav-list bs-docs-sidenav">
 
-
          <li><a href="#download-bootstrap"><i class="icon-chevron-right"></i> Mini Showroom</a></li>
 
-
          <li><a href="#file-structure"><i class="icon-chevron-right"></i> Outreach</a></li>
 
-
          <li><a href="#contents"><i class="icon-chevron-right"></i> Prospective</a></li>
 
-
          <li><a href="#html-template"><i class="icon-chevron-right"></i> Video</a></li>
 
-
          <li><a href="#html-template2"><i class="icon-chevron-right"></i> Help another team</a></li>
 
-
        </ul>
 
-
      </div>
 
-
      <div class="span9">
 
 +
    <div class="container">
-
        <!-- Download
+
      <div class="marketing">
-
        ================================================== -->
+
        <hr class="soften">
-
        <section id="download-bootstrap">
+
-
          <div class="page-header">
+
-
            <h1>Mini Showroom</h1>
+
-
          </div>
+
-
          <p class="lead">临出发前在学校摆个摊。记录下来</p>
+
-
         
+
        <h1>Decolor Four</h1>
-
         </section>
+
         <p class="marketing-byline">M.  A.  X.  A.</p>
-
         <!-- File structure
+
         <hr class="soften">
-
        ================================================== -->
+
-
        <section id="file-structure">
+
-
          <div class="page-header">
+
-
            <h1>Outreach</h1>
+
-
          </div>
+
-
          <p class="lead">We tightly communicate with several iGEM teams to improve our idea and appreciate their work.</p>
+
-
          <h3>With Shanghai JiaoTong University</h3>
+
      </div>
-
          <div id="myCarousel" class="carousel slide">
+
-
            <ol class="carousel-indicators">
+
-
              <li data-target="#myCarousel" data-slide-to="0" class="active"></li>
+
-
              <li data-target="#myCarousel" data-slide-to="1"></li>
+
-
              <li data-target="#myCarousel" data-slide-to="2"></li>
+
-
              <li data-target="#myCarousel" data-slide-to="3"></li>
+
-
              <li data-target="#myCarousel" data-slide-to="4"></li>
+
-
              <li data-target="#myCarousel" data-slide-to="5"></li>
+
-
              <li data-target="#myCarousel" data-slide-to="6"></li>
+
-
              <li data-target="#myCarousel" data-slide-to="7"></li>
+
-
            </ol>
+
-
            <!-- Carousel items -->
+
    </div>
-
            <div class="carousel-inner">
+
-
              <div class="active item"><img src="https://static.igem.org/mediawiki/2014/8/82/SJTU1.jpg" alt="">
+
-
                <div class="carousel-caption">
+
-
                  <p>On 19th April, we invited SJTU to have a mini iGEM communication meeting with us.</p>
 
-
                </div>
 
-
              </div>
 
-
              <div class="item"><img src="https://static.igem.org/mediawiki/2014/2/2a/SJTU2.JPG" alt="">
 
-
                <div class="carousel-caption">
 
-
                  <p>Our guests helped analyse which project is significant to the reality and can be achieved.</p>
 
-
                </div>
 
-
              </div>
 
-
              <div class="item"><img src="https://static.igem.org/mediawiki/2014/f/f5/SJTU3.JPG" alt="">
 
-
                <div class="carousel-caption">
 
-
                  <p>Members from Tongji University shared their opinions upon the last year's iGEM projects.</p>
 
-
                </div>
 
-
              </div>
 
-
              <div class="item"><img src="https://static.igem.org/mediawiki/2014/b/b5/SJTU4.JPG" alt="">
 
-
                <div class="carousel-caption">
 
-
                  <p>What’s your expectation for iGEM? What should an iGEM team do? What’s the challenge? </p>
 
-
                </div>
 
-
              </div>
 
-
              <div class="item"><img src="https://static.igem.org/mediawiki/2014/a/ae/SJTU5.JPG" alt="">
 
-
                <div class="carousel-caption">
 
-
                  <p>What’s synthetic biology? How is it developing currently? What's the trend?</p>
 
-
                </div>
 
-
              </div>
 
-
              <div class="item"><img src="https://static.igem.org/mediawiki/2014/9/9c/SJTU6.JPG" alt="">
 
-
                <div class="carousel-caption">
 
-
                  <p>Members from Tongji University shared their opinions upon the last year's iGEM projects.</p>
 
-
                </div>
 
-
              </div>
 
-
              <div class="item"><img src="https://static.igem.org/mediawiki/2014/5/5b/SJTU7.JPG" alt="">
 
-
                <div class="carousel-caption">
 
-
                  <p>How to lead a team? How to work efficiently?</p>
 
-
                </div>
 
-
              </div>
 
-
              <div class="item"><img src="https://static.igem.org/mediawiki/2014/0/03/SJTU8.JPG" alt="">
 
-
                <div class="carousel-caption">
 
-
                  <p>Members from Tongji University shared their opinions upon the last year's iGEM projects.</p>
 
-
                </div>
 
-
              </div>
 
-
            </div>
 
-
            <!-- Carousel nav -->
 
-
            <a class="carousel-control left" href="#myCarousel" data-slide="prev">&lsaquo;</a>
 
-
            <a class="carousel-control right" href="#myCarousel" data-slide="next">&rsaquo;</a>
 
-
          </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>
 +
    <hr class="soften">
 +
    <!-- Marketing messaging and featurettes
 +
    ================================================== -->
 +
    <!-- Wrap the rest of the page in another container to center all the content. -->
 +
    <div class="container marketing">
-
          <br><br>
 
-
          <p class="lead">On 19th April, we invited members from Shanghai Jiao Tong University(SJTU) to have a mini iGEM communication meeting with us.</p>
 
-
          <p class="lead">During the meeting, SJTU introduced iGEM competition and synthetic biology, shared their experience in team management, and discussed some last year's iGEM projects .</p>
 
-
          <p class="lead">Thank SJTU for giving us a mini but meaningful iGEM communication meeting. We are looking forward to our further collaboration.</p>
 
-
         
 
 +
      <!-- START THE FEATURETTES -->
-
          <h3>With Fudan University</h3>
 
-
         
 
-
          <div id="myCarousel2" class="carousel slide">
 
-
            <ol class="carousel-indicators">
 
-
              <li data-target="#myCarousel2" data-slide-to="0" class="active"></li>
 
-
              <li data-target="#myCarousel2" data-slide-to="1"></li>
 
-
              <li data-target="#myCarousel2" data-slide-to="2"></li>
 
-
              <li data-target="#myCarousel2" data-slide-to="3"></li>
 
 +
      <div class="featurette">
 +
        <img class="featurette-image pull-right" src="https://static.igem.org/mediawiki/2014/a/a7/Browser-icon-chrome.png">
-
            </ol>
+
        <h2 class="featurette-heading">Eco <span class="muted">Friendly</span></h2>
-
            <!-- Carousel items -->
+
        <p class="lead">New process needs 20% less chloride detergent than traditional process, and lowers AOX levels of waste.</p>
-
            <div class="carousel-inner">
+
      </div>
-
              <div class="active item"><img src="https://static.igem.org/mediawiki/2014/d/d2/FDU2.JPG" alt="">
+
-
                <div class="carousel-caption">
+
-
                  <p>On 8th June, We had another communication meeting with team Fudan.</p>
+
-
                </div>
+
-
              </div>
+
-
              <div class="item"><img src="https://static.igem.org/mediawiki/2014/0/0c/FDU3.jpg" alt="">
+
-
                <div class="carousel-caption">
+
-
                  <p>Team Fudan's project idea was fantastic!</p>
+
-
                </div>
+
-
              </div>
+
-
              <div class="item"><img src="https://static.igem.org/mediawiki/2014/5/5f/FDU5.JPG" alt="">
+
-
                <div class="carousel-caption">
+
-
                  <p>They said they need certain vector in their project.</p>
+
-
                </div>
+
-
              </div>
+
-
              <div class="item"><img src="https://static.igem.org/mediawiki/2014/f/fc/FDU6.JPG" alt="">
+
-
                <div class="carousel-caption">
+
-
                  <p>We are happy to help them.</p>
+
-
                </div>
+
-
              </div>
+
-
            </div>
+
-
            <!-- Carousel nav -->
+
-
            <a class="carousel-control left" href="#myCarousel2" data-slide="prev">&lsaquo;</a>
+
-
            <a class="carousel-control right" href="#myCarousel2" data-slide="next">&rsaquo;</a>
+
-
          </div>
+
      <hr class="featurette-divider">
-
          <br><br>
+
      <div class="featurette">
-
          <p class="lead">On 8th June, We had another communication meeting with team Fudan. During our meeting, we introduced each other's project, and raised suggestion to the projects.</p>
+
        <img class="featurette-image pull-left" src="https://static.igem.org/mediawiki/2014/c/c3/Browser-icon-firefox.png">
-
          <p class="lead">At the end, team Fudan seeked <a href="./human-practice.html#html-template2">help</a> from us, and we did all we can to help them.</p>
+
        <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>
 +
      <hr class="featurette-divider">
 +
      <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>
 +
      <hr class="featurette-divider">
-
        </section>
+
      <!-- /END THE FEATURETTES -->
 +
     
 +
      <h1>NewsLetters</h1>
 +
      <p class="marketing-byline">Initiated By Xiamen University, providing news of different iGEM teams. We are inside as well.</p>
-
        <!-- Contents
 
-
        ================================================== -->
 
-
        <section id="contents">
 
-
          <div class="page-header">
 
-
            <h1>Prospective</h1>
 
-
          </div>
 
-
          <p class="lead">评估本项目在未来的经济价值、环保价值等。</p>
 
-
 
-
         
 
-
         
 
-
        </section>
 
-
 
-
 
-
 
-
        <!-- HTML template
 
-
        ================================================== -->
 
-
        <section id="html-template">
 
-
          <div class="page-header">
 
-
            <h1>Video</h1>
 
-
          </div>
 
-
          <p class="lead">You can watch our video on Youtube or Youku, or download from <a  onclick=window.parent.location.href="https://vimeo.com/108265800"><strong>vimeo</strong></a>. Please enjoy our video! </p>
 
-
          <div class="container span9">
 
-
            <a  class="thumbnail span4" onclick=window.parent.location.href="http://v.youku.com/v_show/id_XNzk4ODE3NDA0.html">
 
-
              <img  alt="260x120" src="assets/img/youku.png" style="width: 260px; height: 120px;">
 
-
            </a>
 
-
            <a  class="thumbnail span4" onclick=window.parent.location.href="http://youtu.be/gCHqclyXfXI">
 
-
              <img  alt="260x120" src="assets/img/youtube.png" style="width: 260px; height: 120px;">
 
-
            </a>
 
-
          </div>
 
-
          <br><br><br><br><br><br><br>
 
-
         
 
-
 
-
        </section>
 
-
 
-
 
-
        <!-- HTML template 2
 
-
        ================================================== -->
 
-
        <section id="html-template2">
 
-
          <div class="page-header">
 
-
            <h1>Help another team</h1>
 
-
          </div>
 
-
          <p class="lead">During this summer, we provided assistance within our capacity to <a  onclick=window.parent.location.href="https://2014.igem.org/Team:Fudan">Fudan</a>, another iGEM team.</p>
 
-
         
 
-
 
-
 
-
          <div id="myCarousel4" class="carousel slide">
 
-
            <ol class="carousel-indicators">
 
-
              <li data-target="#myCarousel4" data-slide-to="0" class="active"></li>
 
-
              <li data-target="#myCarousel4" data-slide-to="1"></li>
 
-
              <li data-target="#myCarousel4" data-slide-to="2"></li>
 
-
            </ol>
 
-
            <!-- Carousel items -->
 
-
            <div class="carousel-inner">
 
-
              <div class="active item"><img src="https://static.igem.org/mediawiki/2014/8/82/HelpFDU1.JPG" >
 
-
                <div class="carousel-caption">
 
-
                  <p>Our professor gave them instruction and resources</p>
 
-
                </div>
 
-
              </div>
 
-
 
-
              <div class="item"><img src="https://static.igem.org/mediawiki/2014/5/5b/HelpFDU2.jpg" >
 
-
                <div class="carousel-caption">
 
-
                  <p>Provide some significant information about cell cultivation</p>
 
-
                </div>
 
-
              </div>
 
-
              <div class="item"><img src="https://static.igem.org/mediawiki/2014/4/4a/HelpFDU3.jpg" >
 
-
                <div class="carousel-caption">
 
-
                  <p>Provide them with the plasmid vectors</p>
 
-
                </div>
 
-
              </div>
 
-
            </div>
 
-
            <!-- Carousel nav -->
 
-
            <a class="carousel-control left" href="#myCarousel4" data-slide="prev">&lsaquo;</a>
 
-
            <a class="carousel-control right" href="#myCarousel4" data-slide="next">&rsaquo;</a>
 
-
          </div>
 
-
          <br>
 
-
          <br>
 
-
          <p class="lead">We offer help to Fudan University on their iGEM project, including:</p>
 
-
 
-
          <table class="table table-hover">
 
-
            <thead>
 
-
              <tr>
 
-
                <th class="text span2">Assistance</th>
 
-
                <th class="text span2">Item</th>
 
-
                <th class="text">Detail</th>
 
-
 
-
              </tr>
 
-
            </thead>
 
-
            <tbody>
 
-
              <tr>
 
-
                <td><img src="https://static.igem.org/mediawiki/2014/2/2e/Star.png"><img src="https://static.igem.org/mediawiki/2014/2/2e/Star.png"><img src="https://static.igem.org/mediawiki/2014/2/2e/Star.png"></td>
 
-
                <td><div >Provide a plasmid vector named ‘fvw-tet-oskm’</div></td>
 
-
                <td><div >It is a plasmid containing the four Yamanaka factors(Oct4, Sox2, Klf4 and c-Myc), and the factors are connected with a T2A linker. It can be used to induce iPSCs.</div></td>
 
-
              </tr>
 
-
              <tr>
 
-
                <td><img src="https://static.igem.org/mediawiki/2014/2/2e/Star.png"><img src="https://static.igem.org/mediawiki/2014/2/2e/Star.png"><img src="https://static.igem.org/mediawiki/2014/2/2e/Star.png"></td>
 
-
                <td><div >Provide a plasmid vector named ‘fvw-tet-sox2’</div></td>
 
-
                <td><div >It is a plasmid containing the gene, Sox2. It can be used to induce neuron stem cells.</div></td>
 
-
              </tr>
 
-
              <tr>
 
-
                <td><img src="https://static.igem.org/mediawiki/2014/2/2e/Star.png"><img src="https://static.igem.org/mediawiki/2014/2/2e/Star.png"></td>
 
-
                <td><div >Provide some significant information about cell cultivation</div></td>
 
-
                <td><div >We provide the recipe of medium and the protocol for cultivating for neuron cells, iPSCs
 
-
                  and neuron stem cells.</div></td>
 
-
                </tr>
 
-
              <tr>
 
-
                  <td><img src="https://static.igem.org/mediawiki/2014/2/2e/Star.png"></td>
 
-
                  <td><div >Help to solve some detailed problems</div></td>
 
-
                  <td><div >We also help them to solve some detailed problems, such as helping to choose markers for iPSc screening and recommending kits and reagents for their experiments.</div></td>
 
-
              </tr>
 
-
            </tbody>       
 
-
 
-
          </table>
 
-
 
-
 
-
 
-
 
-
        </section>
 
 +
     
 +
      <!-- 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>
       </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>
 +
  <div class="span6">
 +
    <img src="https://static.igem.org/mediawiki/2014/1/13/Igem-2014-logo.png">
 +
  </div>
 +
</div>
 +
    </div>
-
     <!-- Footer
+
      
-
    ================================================== -->
+
     <footer class="footer">
     <footer class="footer">
       <div class="container">
       <div class="container">
Line 428: Line 364:
       </div>
       </div>
     </footer>
     </footer>
-
 
Line 442: Line 377:
     <script src="https://2014.igem.org/Team:Tongji/application_js?action=raw"></script>
     <script src="https://2014.igem.org/Team:Tongji/application_js?action=raw"></script>
-
 
-
    <script>
 
-
    $(function ()
 
-
      { $("#myCarousel").carousel();
 
-
    });
 
-
    </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