Team:Tongji

From 2014.igem.org

(Difference between revisions)
Line 1: Line 1:
 +
<!-- <!DOCTYPE html> -->
<html lang="en">
<html lang="en">
<!--Important:clear page-->
<!--Important:clear page-->
Line 5: Line 6:
<!--End clear page-->
<!--End clear page-->
<head>
<head>
-
  <meta charset="utf-8">
+
    <meta charset="utf-8">
-
 
+
    <title>iGEM Tongji 2014</title>
-
  <title>iGEM Tongji 2014</title>
+
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
-
  <meta name="viewport" content="width=device-width, initial-scale=1.0">
+
    <style>
-
 
+
-
 
+
-
  <!-- 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 30: Line 19:
   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">
-
 
-
 
-
 
-
    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) {
 
-
 
-
 
-
      .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="assets/js/google-code-prettify/prettify.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 181: Line 65:
           <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="active">
+
               <li class="">
                 <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 187: Line 71:
                 <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="">
+
               <li class="active">
                 <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 233: Line 117:
     </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">
 
-
      <div class="marketing">
+
        <!-- Download
-
        <hr class="soften">
+
        ================================================== -->
 +
        <section id="download-bootstrap">
 +
          <div class="page-header">
 +
            <h1>Mini Showroom</h1>
 +
          </div>
 +
          <p class="lead">临出发前在学校摆个摊。记录下来</p>
-
        <h1>Decolor Four</h1>
+
         
-
         <p class="marketing-byline">M.  A.  X.  A.</p>
+
         </section>
-
         <hr class="soften">
+
         <!-- File structure
 +
        ================================================== -->
 +
        <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>
-
      </div>
+
          <h3>With Shanghai JiaoTong University</h3>
 +
          <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>
-
    </div>
+
            <!-- Carousel items -->
 +
            <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">
 
-
      <img  src="https://static.igem.org/mediawiki/2014/5/5d/Bottle.png">
 
-
    </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">
+
            </ol>
-
        <img class="featurette-image pull-right" src="https://static.igem.org/mediawiki/2014/a/a7/Browser-icon-chrome.png">
+
            <!-- Carousel items -->
 +
            <div class="carousel-inner">
 +
              <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>
-
        <h2 class="featurette-heading">Eco <span class="muted">Friendly</span></h2>
+
          </div>
-
        <p class="lead">New process needs 20% less chloride detergent than traditional process, and lowers AOX levels of waste.</p>
+
-
      </div>
+
-
      <hr class="featurette-divider">
+
          <br><br>
 +
          <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>
 +
          <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>
-
      <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>
 
-
      <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>
+
        <!-- Contents
-
      <p class="marketing-byline">Initiated By Xiamen University, providing news of different iGEM teams. We are inside as well.</p>
+
        ================================================== -->
 +
        <section id="contents">
 +
          <div class="page-header">
 +
            <h1>Prospective</h1>
 +
          </div>
 +
          <p class="lead">评估本项目在未来的经济价值、环保价值等。</p>
 +
         
 +
         
 +
        </section>
-
     
 
-
      <!-- Three columns of text below the carousel -->
+
        <!-- HTML template
-
      <div class="row">
+
        ================================================== -->
-
         <div class="span4">
+
         <section id="html-template">
-
           <img class="img-circle" src="https://static.igem.org/mediawiki/2014/0/09/140.png">
+
           <div class="page-header">
-
          <h2>Newsletter 1st</h2>
+
            <h1>Video</h1>
-
           <p>From 28th JUL. to 10th AUG.</p>
+
           </div>
-
           <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>
+
           <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><!-- /.span4 -->
+
          <div class="container span9">
-
        <div class="span4">
+
            <class="thumbnail span4" onclick=window.parent.location.href="http://v.youku.com/v_show/id_XNzk4ODE3NDA0.html">
-
          <img class="img-circle" src="https://static.igem.org/mediawiki/2014/0/09/140.png">
+
              <img  alt="260x120" src="assets/img/youku.png" style="width: 260px; height: 120px;">
-
          <h2>Newsletter 2nd</h2>
+
            </a>
-
          <p>From 11th AUG. to 24th AUG.</p>
+
            <a class="thumbnail span4" onclick=window.parent.location.href="http://youtu.be/gCHqclyXfXI">
-
          <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>
+
              <img alt="260x120" src="assets/img/youtube.png" style="width: 260px; height: 120px;">
-
        </div><!-- /.span4 -->
+
            </a>
-
        <div class="span4">
+
          </div>
-
          <img class="img-circle" src="https://static.igem.org/mediawiki/2014/0/09/140.png">
+
           <br><br><br><br><br><br><br>
-
          <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>
+
 +
        </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>
 +
 +
 +
 +
      </div>
     </div>
     </div>
-
      
+
  </div>
 +
 
 +
 
 +
 
 +
     <!-- Footer
 +
    ================================================== -->
     <footer class="footer">
     <footer class="footer">
       <div class="container">
       <div class="container">
Line 345: Line 428:
       </div>
       </div>
     </footer>
     </footer>
 +
Line 358: Line 442:
     <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>

Revision as of 13:42, 13 October 2014

iGEM Tongji 2014

Human Practice

临出发前在学校摆个摊。记录下来

We tightly communicate with several iGEM teams to improve our idea and appreciate their work.

With Shanghai JiaoTong University



On 19th April, we invited members from Shanghai Jiao Tong University(SJTU) to have a mini iGEM communication meeting with us.

During the meeting, SJTU introduced iGEM competition and synthetic biology, shared their experience in team management, and discussed some last year's iGEM projects .

Thank SJTU for giving us a mini but meaningful iGEM communication meeting. We are looking forward to our further collaboration.

With Fudan University



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.

At the end, team Fudan seeked help from us, and we did all we can to help them.

评估本项目在未来的经济价值、环保价值等。

You can watch our video on Youtube or Youku, or download from vimeo. Please enjoy our video!








During this summer, we provided assistance within our capacity to Fudan, another iGEM team.



We offer help to Fudan University on their iGEM project, including:

Assistance Item Detail
Provide a plasmid vector named ‘fvw-tet-oskm’
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.
Provide a plasmid vector named ‘fvw-tet-sox2’
It is a plasmid containing the gene, Sox2. It can be used to induce neuron stem cells.
Provide some significant information about cell cultivation
We provide the recipe of medium and the protocol for cultivating for neuron cells, iPSCs and neuron stem cells.
Help to solve some detailed problems
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.

Tongji University, 2014