Team:Tongji/human-practice

From 2014.igem.org

(Difference between revisions)
 
(21 intermediate revisions not shown)
Line 1: Line 1:
 +
<!-- <!DOCTYPE html> -->
<html lang="en">
<html lang="en">
-
<script>    $('head').empty();  $('body').empty().removeClass().css();</script>
+
<!--Important:clear page-->
-
  <head>
+
<script>    $('head').empty(); </script>
 +
<!--End clear page-->
 +
<head>
     <meta charset="utf-8">
     <meta charset="utf-8">
-
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
 
     <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>
 +
  /*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*/
 +
  /*Responsive SideBar Hidden*/
 +
  @media (max-width: 979px) {
 +
#NelsonSideBar{display: none;}
 +
  }
 +
  /*End Responsive SideBar Hidden*/
 +
</style>
     <!-- Le styles -->
     <!-- 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_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/bootstrap-responsive_min_css?action=raw&ctype=text/css" rel="stylesheet">
-
    <!-- <link href="https://2014.igem.org/Team:UST_Beijing/bootstrap/bootstrap.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">
-
    <!-- <link href="https://2014.igem.org/Team:UST_Beijing/bootstrap/docs.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>
<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;}
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>
 +
    <link href="https://2014.igem.org/Team:Tongji/prettify_css?action=raw&ctype=text/css" rel="stylesheet">
-
<style>
 
-
 
-
    /* GLOBAL STYLES
 
-
    -------------------------------------------------- */
 
-
    /* Padding below the footer and lighter body text */
 
-
 
-
    body {
 
-
     
 
-
      color: #5a5a5a;
 
-
    }
 
-
 
-
      /* Removes default elements */
 
-
    #contentSub, #footer-box, #sitesub, #catlinks, #search-controls, #p-logo, .printfooter, .firstHeading, .visualClear {
 
-
        display:none;
 
-
      }
 
-
 
-
      #top-section {
 
-
        border: none;
 
-
        height: 0px;
 
-
        margin: 0px;
 
-
      }
 
-
 
-
      #content {
 
-
        border: none;
 
-
        background: transparent;
 
-
        width: 100%;
 
-
        padding: 0px;
 
-
      }
 
-
 
-
      p {
 
-
        margin: 0px;
 
-
        padding: 0px;
 
-
      }
 
-
 
-
      body {
 
-
        margin: 0 0 0 0;
 
-
        padding: 0;
 
-
      }
 
-
 
-
      html, body {
 
-
        width: auto !important;
 
-
        overflow-x: hidden !important;
 
-
        height: 100% !important;
 
-
        -webkit-overflow-scrolling: touch;
 
-
      }
 
-
 
-
      #top-section {
 
-
        width: 1140px;
 
-
        height: 0;
 
-
        margin: 0 auto;
 
-
        padding: 0;
 
-
        border: none;
 
-
      }
 
-
 
-
      #menubar {
 
-
        font-size: 80%;
 
-
        top: 0px;
 
-
        margin: 0px;
 
-
      }
 
-
 
-
 
-
 
-
 
-
 
-
    /* 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;
 
-
      }
 
-
 
-
 
-
      .carousel .item {
 
-
        height: 500px;
 
-
      }
 
-
      .carousel img {
 
-
        width: auto;
 
-
        height: 500px;
 
-
      }
 
-
 
-
      .featurette {
 
-
        height: auto;
 
-
        padding: 0;
 
-
      }
 
-
      .featurette-image.pull-left,
 
-
      .featurette-image.pull-right {
 
-
        display: block;
 
-
        float: none;
 
-
        max-width: 40%;
 
-
        margin: 0 auto 20px;
 
-
      }
 
-
    }
 
-
 
-
 
-
    @media (max-width: 767px) {
 
-
 
-
 
-
 
-
      .carousel {
 
-
        margin-left: -20px;
 
-
        margin-right: -20px;
 
-
      }
 
-
      .carousel .container {
 
-
 
-
      }
 
-
      .carousel .item {
 
-
        height: 300px;
 
-
      }
 
-
      .carousel img {
 
-
        height: 300px;
 
-
      }
 
-
      .carousel-caption {
 
-
        width: 65%;
 
-
        padding: 0 70px;
 
-
        margin-top: 100px;
 
-
      }
 
-
      .carousel-caption h1 {
 
-
        font-size: 30px;
 
-
      }
 
-
      .carousel-caption .lead,
 
-
      .carousel-caption .btn {
 
-
        font-size: 18px;
 
-
      }
 
-
 
-
      .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 -->
Line 230: Line 45:
     <![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
 +
    ================================================== -->
 +
    <body data-spy="scroll" data-target=".bs-docs-sidebar">
     <!-- Navbar
     <!-- Navbar
Line 251: Line 65:
             <span class="icon-bar"></span>
             <span class="icon-bar"></span>
           </button>
           </button>
-
          <a class="brand"  onclick=window.parent.location.href="https://igem.org/Main_Page"><img src="https://static.igem.org/mediawiki/2014/d/d6/Igemlogo_officiallogo-small.png"></a>
+
 
-
          <!-- <a class="brand "  onclick=window.parent.location.href="https://2014.igem.org/Team:Tongji">Homepage</a> -->
+
-
       
+
           <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">
 
-
                <a  onclick=window.parent.location.href="https://2014.igem.org/Team:Tongji">iGEM Tongji 2014</a>
 
-
              </li>
 
               <li class="">
               <li class="">
-
                 <a  onclick=window.parent.location.href="https://2014.igem.org/Team:Tongji/project">Project</a>
+
                 <a  href="https://2014.igem.org/Team:Tongji">iGEM Tongji 2014</a>
               </li>
               </li>
               <li class="">
               <li class="">
-
                 <a  onclick=window.parent.location.href="https://2014.igem.org/Team:Tongji/human-practice">Human Practice</a>
+
                 <a  href="https://2014.igem.org/Team:Tongji/project">Project</a>
 +
              </li>
 +
              <li class="active">
 +
                <a  href="https://2014.igem.org/Team:Tongji/human-practice">Human Practice</a>
               </li>
               </li>
               <li class="">
               <li class="">
-
                 <a  onclick=window.parent.location.href="https://2014.igem.org/Team:Tongji/lab-archives">Lab Archives</a>
+
                 <a  href="https://2014.igem.org/Team:Tongji/lab-archives">Lab Archives</a>
               </li>
               </li>
               <li class="">
               <li class="">
-
                 <a  onclick=window.parent.location.href="https://2014.igem.org/Team:Tongji/safety">Safety</a>
+
                 <a  href="https://2014.igem.org/Team:Tongji/safety">Safety</a>
               </li>
               </li>
               <li class="">
               <li class="">
-
                 <a  onclick=window.parent.location.href="https://2014.igem.org/Team:Tongji/honors-room">Honors Room</a>
+
                 <a  href="https://2014.igem.org/Team:Tongji/honors-room">Honors Room</a>
               </li>
               </li>
Line 283: Line 95:
                 <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  onclick=window.parent.location.href="https://2014.igem.org/Team:Tongji"  target="_blank">English</a></li>
+
                   <li ><a  href="https://2014.igem.org/Team:Tongji/human-practice"  >English</a></li>
-
                   <li role="presentation"><a role="menuitem" tabindex="-1"  onclick=window.parent.location.href="https://2014.igem.org/Team:Tongji-zh">中文</a></li>
+
                   <li role="presentation"><a href="https://2014.igem.org/Team:Tongji/human-practice-zh">中文</a></li>
                 </ul>
                 </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/human-practice&amp;action=edit&amp;redlink=1">Discussion</a></li>
 +
                  <li ><a  href="/wiki/index.php?title=Team:Tongji/human-practice&amp;action=edit">Edit</a></li>
 +
                  <li ><a  href="/wiki/index.php?title=Team:Tongji/human-practice&amp;action=history">History</a></li>
 +
                  <li ><a  href="/Special:MovePage/Team:Tongji/human-practice">Move</a></li>
 +
                  <li ><a  href="/wiki/index.php?title=Team:Tongji/human-practice&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>
Line 294: Line 122:
     </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" id="NelsonSideBar">
 +
        <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="#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">
 
-
    <hr class="soften">
 
-
    <h1>Decolor Four</h1>
+
        <!-- Download
-
    <p class="marketing-byline">M.  A.  X. A.</p>
+
        ================================================== -->
 +
        <section id="download-bootstrap">
 +
          <div class="page-header">
 +
            <h1>Mini Showroom</h1>
 +
          </div>
 +
          <p class="lead">Available during iGEM Jamboree. Please stay tuned.</p>
-
   
+
         
 +
        </section>
-
    <hr class="soften">
 
-
  </div>
 
-
</div>
+
        <!-- 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>
 +
          <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>
 +
            <!-- 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>
-
    <!-- Carousel
 
-
    ================================================== -->
 
-
    <div class="container">
+
          <br><br>
-
      <img  src="https://static.igem.org/mediawiki/2014/5/5d/Bottle.png">
+
          <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>
-
    </div>
+
          <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>
-
    <hr class="soften">
+
          <p class="lead">Thank SJTU for giving us a mini but meaningful iGEM communication meeting. We are looking forward to our further collaboration.</p>
-
    <!-- Marketing messaging and featurettes
+
-
    ================================================== -->
+
-
    <!-- Wrap the rest of the page in another container to center all the content. -->
+
-
    <div class="container marketing">
+
         
 +
          <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>
-
      <!-- START THE FEATURETTES -->
 
-
   
+
            </ol>
 +
            <!-- 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>
-
      <div class="featurette">
+
          </div>
-
        <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>
+
          <br><br>
-
        <p class="lead">New process needs 20% less chloride detergent than traditional process, and lowers AOX levels of waste.</p>
+
          <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>
-
      </div>
+
          <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>
-
      <hr class="featurette-divider">
 
-
      <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">
+
         </section>
-
         <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">
 
-
      <!-- /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>
 
-
   
 
-
     
 
-
            <!-- 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="https://static.igem.org/mediawiki/2014/1/17/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="https://static.igem.org/mediawiki/2014/c/c2/Youtube-Tongji.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 href="https://2014.igem.org/Team:Fudan">Fudan</a>, another iGEM team. Fudan also <a id="Jin" href="#" rel="tooltip" data-placement="top" data-original-title="①In our wiki, we use the Bootstrap framework which was recommended by Zhu Liu in Team Fudan 
 +
            ②Team Fudan gave us guildance about how to deal with the iGEM package. 
 +
            ③We were persuaded out of our first idea by team Fudan. 
 +
            ④They told us the name of professors who studied thermal stability in Fudan when we said we need to optimize the thermal stability of our enzyme"><strong>help</strong></a> us.</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 412: Line 425:
       </div>
       </div>
     </footer>
     </footer>
 +
Line 425: Line 439:
     <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();
 +
    });
 +
    $(function ()
 +
    { $("#Jin").tooltip();
 +
    });
 +
    </script>
   </body>
   </body>
-
</html>
+
  </html>

Latest revision as of 05:47, 17 October 2014

iGEM Tongji 2014

Human Practice

Available during iGEM Jamboree. Please stay tuned.

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. Fudan also help us.



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