Team:UST Beijing/Footsteps

From 2014.igem.org

(Difference between revisions)
Line 7: Line 7:
     <meta name="author" content="">
     <meta name="author" content="">
-
     <title>USTB iGEM14 Home</title>
+
     <title>USTB iGEM14 Footsteps</title>
 +
 
 +
 
     <!-- Bootstrap core CSS -->
     <!-- Bootstrap core CSS -->
Line 13: Line 15:
     <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:UST_Beijing/bootstrap/bootstrap.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:UST_Beijing/bootstrap/docs.css?action=raw&ctype=text/css" rel="stylesheet">
 +
    <link href="https://2014.igem.org/Team:UST_Beijing/bootstrap/ihover.css?action=raw&ctype=text/css" rel="stylesheet">
Line 28: Line 31:
       width: 250px;
       width: 250px;
       height: 100px;
       height: 100px;
 +
    }
 +
 +
      /* Removes the mysterious margin of footer */
 +
    .bs-docs-footer {
 +
      margin-top: 0 !important;
 +
      border-top: 0 !important;
     }
     }
Line 102: Line 111:
-
       /* Customize the navbar*/
+
       /* Customize the navbar */
       /* Special class on .container surrounding .navbar, used for positioning it into place. */
       /* Special class on .container surrounding .navbar, used for positioning it into place. */
Line 130: Line 139:
       /* Carousel base class */
       /* Carousel base class */
 +
 +
      .fill {
 +
          width: 100%;
 +
          height: 100%;
 +
          background-position: center;
 +
          -webkit-background-size: cover;
 +
          -moz-background-size: cover;
 +
          background-size: cover;
 +
          -o-background-size: cover;
 +
      }
 +
       .carousel {
       .carousel {
-
         height: 650px;
+
         height: 550px;
         margin-bottom: 60px;
         margin-bottom: 60px;
       }
       }
Line 141: Line 161:
       /* Declare heights because of positioning of img element */
       /* Declare heights because of positioning of img element */
       .carousel .item {
       .carousel .item {
-
         height: 650px;
+
         height: 550px;
         background-color: #777;
         background-color: #777;
       }
       }
Line 149: Line 169:
         left: 0;
         left: 0;
         min-width: 100%;
         min-width: 100%;
-
         height: 650px;
+
         height: 550px;
       }
       }
Line 226: Line 246:
     </style>
     </style>
 +
 +
    <script>
 +
    $(document).ready(function () {
 +
        $('.carousel').carousel({
 +
            interval: 0
 +
        });
 +
 +
        var arrMessages = ["Red fluorescent protein, which is also called RFP, is widely used as indicator or reporter gene in iGEM and other researches because it is easy for observation and measurement. During our experiments, RFP was also used in our experiment design. Parts from igem delivered plates, BBa_J04450, pSB1AC3 (http://parts.igem.org/Part:BBa_J04450), is an expression vector with highly engineered RFP gene sequence. But in our experiment, we found some very interesting character of this part. After that, we repeated the same procedures to make eliminate possible operation errors which make us believe that the phenomenon we observed can be reproducible. Since temperature was the only factor that has influenced the expression rate of rfp, there are several possible mechanisms our team members have proposed to explain it. The first kind of opinion is that, under lower temperature, the cells’ metabolism rate is also lowered, which means slower rate of transcription and expression rate. When cells facing with such problems, they might choose to appropriate their limited energy and material to the expression of house-keeping genes. On the other hand, 28 centigrade temperature is probably not cold enough to cause too much survival pressures for bacteria but may induce some other change to the RFP gene transcription and expression. Long hairpin structure caused by long reverted repeat sequences might hinder the movement of ribosome along mRNA, which means the lower rate of expression. ",
 +
                          "In this paper published in 2006, researchers believe that the secondary structure near the start codon AUG of mRNA is essential form the expressing rate of human genes in Ecoli. Long hairpin structures near the start codon could form quickly after the initiation of transcription and become obstacles to ribosome movement along mRNA and then the elongation of peptide. This article make us believe that we should analyze the inverted repeats sequence especially the ones in the neighborhood of start codon. Then we used the software RNA structure and an online tool(http://rna.tbi.univie.ac.at) to predict the possible secondary structures in the RFP gene sequence. ",
 +
                          "Results from both online or software secondary structure prediction show that A lot of secondary structures exist in the gene sequence. Since RFP has been used in a wide range not only in igem competition, its expression rate instability could be a problem for its application. In previous igem competitions, RFP have been used as reporter gene of Arsenic reporter, which could the host bacteria as Arsenic concentration sensitive color indicator. If the expression rate is significantly interfered by temperature, its indicator utility could be limited. In order to eliminate the possible hairpin structures, new gene sequence should be designed. ",
 +
                          "In this article published in 2001, melting temperature of short paired DNA sequences, primers and target DNA sequences in PCR for example, can be influenced by many factors including the length of paired sequences, GC content and arrangement and cation concentration in the solution. The authors have also developed a series of mathematic formula to estimate the Tm of double DNA stands, which could be especially useful for primers design in PCR. What’s more, the article also gave us a hint that the addition of Dimethyl Sulfoxide can decrease the Tm of the double strand sequence. Such strategy inspire us to design a new experiment to confirm our hypothesis that the lower expression rate of RFP was caused by secondary structures of the mRNA.",
 +
                          "",
 +
                          "20C 72H 200rpm; 20 centigrade 16H, DMSO as labeled",
 +
                          "30C 72H 200rpm, 20C 16H, DMSO as labeled. Ecoli strain with psb1ac3-RFP plasmid was cultured in 2ml LB. There are two groups under different temperature 27centigrade(upper) and 37 centigrade(lower), respectively. The content of DMSO is 1%, 2%, 3%,4%, 5%, 6%, 7%, 8%, 9%, 10%, and 20%(just for second group), respectively. The results indicate that DMSO concentration at the 5-6% percent can successfully increase the expression rate of RFP. On the other hand, higher concentration of DMSO show toxicity to cells."]
 +
 +
        var $msg = $("#sticksCarouselMessage");
 +
        $('#myCarousel').on('slid.bs.carousel', function () {
 +
 +
            var text = "",
 +
                $active = $('div.active'),
 +
                index = $('div.item').index($active);
 +
 +
            $msg.text(arrMessages[index]);
 +
 +
        });
 +
    });
 +
    </script>
   </head>
   </head>
Line 248: Line 295:
             <div class="navbar-collapse collapse">
             <div class="navbar-collapse collapse">
               <ul class="nav navbar-nav">
               <ul class="nav navbar-nav">
-
                 <li class="active"><a href="https://2014.igem.org/Team:UST_Beijing">Home</a></li>
+
                 <li><a href="https://2014.igem.org/Team:UST_Beijing">Home</a></li>
                 <li><a href="https://2014.igem.org/Team:UST_Beijing/Team">Team</a></li>
                 <li><a href="https://2014.igem.org/Team:UST_Beijing/Team">Team</a></li>
                 <li><a href="https://2014.igem.org/Team:UST_Beijing/Project">Project</a></li>
                 <li><a href="https://2014.igem.org/Team:UST_Beijing/Project">Project</a></li>
Line 255: Line 302:
                 <li><a href="https://2014.igem.org/Team:UST_Beijing/Outreach">Outreach</a></li>
                 <li><a href="https://2014.igem.org/Team:UST_Beijing/Outreach">Outreach</a></li>
-
                 <li class="dropdown">
+
 
 +
                 <li class="active" class="dropdown">
                   <a href="#notebook" class="dropdown-toggle" data-toggle="dropdown">Notebook <span class="caret"></span></a>
                   <a href="#notebook" class="dropdown-toggle" data-toggle="dropdown">Notebook <span class="caret"></span></a>
                   <ul class="dropdown-menu" role="menu">
                   <ul class="dropdown-menu" role="menu">
Line 271: Line 319:
     </div>
     </div>
-
<!-- Carousel -->
+
 
 +
<!-- Carousel
     <div id="myCarousel" class="carousel slide" data-ride="carousel">
     <div id="myCarousel" class="carousel slide" data-ride="carousel">
       <div class="carousel-inner">
       <div class="carousel-inner">
-
         <div class="item active" style="background: url(https://static.igem.org/mediawiki/2014/3/35/Home_back2.jpg) no-repeat center center; background-size: cover;">
+
         <div class="item active" style="background: url(https://static.igem.org/mediawiki/2014/3/35/Home_back2.jpg) no-repeat center center; background-size: cover;"></div>
-
          <div class="container">
+
     </div>-->
-
            <div class="carousel-caption">
+
-
              <h1>Learn from ancestors.</h1>
+
-
              <p class="lead">An undesirable mutation deprived one of our beloved magics - providing vitamin C for ourselves. Fortunately, we might be able to pick it up from our ancestors.</p>
+
-
            </div>
+
-
          </div>
+
-
        </div>
+
-
     </div><!-- /.carousel -->
+
 +
<!-- Outreach Slideshow -->
-
<div class="bs-docs-featurette">
+
    <div class="bs-docs-featurette">
-
  <div class="container">
+
      <div class="container">
-
    <h2 class="bs-docs-featurette-title">Through evolution, we lost something.</h2>
+
        <h2 class="bs-docs-featurette-title">RFP Parts Evaluation</h2>
-
    <p class="lead">Looking back at the footsteps of evolution, we human being exploit our limits and potentials to adapt mercurial environment and harsh conditions. We have, however, lost some magical potentials in this process. The capability to generate vitamin C for ourselves is one of the lost magics. </p>
+
        <p class="lead">Evaluation and characterization of a highly engineered RFP gene (BBa_J04450): thermo sensitive expression pattern and secondary structure of mRNA.</p>
     <hr class="half-rule">
     <hr class="half-rule">
-
    <div class="row">
+
<!-- Full Page Image Background Carousel Header -->
-
      <div class="col-sm-4">
+
<div id="myCarousel" class="carousel slide">
-
         <img id="monkey" src="https://static.igem.org/mediawiki/2014/2/26/Monkey1.png" alt="" class="img-responsive">
+
    <!-- Indicators -->
-
        <h3>Ancestors</h3>
+
    <ol class="carousel-indicators">
-
         <p align="left">Mutations in L-gulono-gama-lactone oxidase(GLO) gene in many vertebrate species caused the lack of expression of GLO, which leads to a loss of capability to produce vitamin C. As a result of this mutation, many species including human being developed their dependence on food source vitamin C.</p>
+
        <li data-target="#myCarousel" data-slide-to="0" class="active"></li>
-
      </div>
+
        <li data-target="#myCarousel" data-slide-to="1"></li>
-
      <div class="col-sm-4">
+
        <li data-target="#myCarousel" data-slide-to="2"></li>
-
        <img id="human1" src="https://static.igem.org/mediawiki/2014/0/03/Monkey4.png" alt="" class="img-responsive">
+
        <li data-target="#myCarousel" data-slide-to="3"></li>
-
        <h3>We Human</h3>
+
        <li data-target="#myCarousel" data-slide-to="4"></li>
-
         <p align="left">Vitamin C has been playing a pivotal role in scavenging free radical and collagen synthesis. People with long-time insufficient ingestion of vitamin C, sailors for instance, could suffer from scurvy disease. To make matters worse, accumulation of free radical could be an important factor of aging.</p>
+
         <li data-target="#myCarousel" data-slide-to="5"></li>
-
      </div>
+
        <li data-target="#myCarousel" data-slide-to="6"></li>
-
      <div class="col-sm-4">
+
    </ol>
-
        <img id="human2" src="https://static.igem.org/mediawiki/2014/3/3d/Monkey3.png" alt="" class="img-responsive">
+
 
-
        <h3>Solutions?</h3>
+
    <!-- Wrapper for Slides -->
-
         <p align="left">The truth is, we lost the ability to provide an indispensable vitamin to ourselves. And here's what we are working around: can we find out a way to reactivate GLO gene and express functional GLO, hence pick up our long-lost magic? We've conducted cell-level experiments and evaluated their possible effects.</p>
+
    <div class="carousel-inner">
-
      </div>
+
        <div class="item active">
 +
            <!-- Set the first background image using inline CSS below. -->
 +
            <div class="fill" style="background-image:url('https://static.igem.org/mediawiki/2014/c/c5/Foot1.jpg');"></div>
 +
            <div class="carousel-caption">
 +
                <p></p>
 +
            </div>
 +
         </div>
 +
        <div class="item">
 +
            <!-- Set the second background image using inline CSS below. -->
 +
            <div class="fill" style="background-image:url('https://static.igem.org/mediawiki/2014/e/ee/Foot22.jpg');"></div>
 +
            <div class="carousel-caption">
 +
                <h2></h2>
 +
            </div>
 +
        </div>
 +
        <div class="item">
 +
            <!-- Set the third background image using inline CSS below. -->
 +
            <div class="fill" style="background-image:url('https://static.igem.org/mediawiki/2014/5/59/Foot3.jpg');"></div>
 +
            <div class="carousel-caption">
 +
                <h2></h2>
 +
            </div>
 +
         </div>
 +
        <div class="item">
 +
            <!-- Set the third background image using inline CSS below. -->
 +
            <div class="fill" style="background-image:url('https://static.igem.org/mediawiki/2014/9/96/Foot4.jpg');"></div>
 +
            <div class="carousel-caption">
 +
                <h2></h2>
 +
            </div>
 +
        </div>
 +
        <div class="item">
 +
            <!-- Set the third background image using inline CSS below. -->
 +
            <div class="fill" style="background-image:url('https://static.igem.org/mediawiki/2014/c/c2/Foot55.jpg');"></div>
 +
            <div class="carousel-caption">
 +
                <h2></h2>
 +
            </div>
 +
        </div>
 +
        <div class="item">
 +
            <!-- Set the third background image using inline CSS below. -->
 +
            <div class="fill" style="background-image:url('https://static.igem.org/mediawiki/2014/2/2e/Foot66.jpg');"></div>
 +
            <div class="carousel-caption">
 +
                <h2></h2>
 +
            </div>
 +
         </div>
 +
        <div class="item">
 +
            <!-- Set the third background image using inline CSS below. -->
 +
            <div class="fill" style="background-image:url('https://static.igem.org/mediawiki/2014/f/fe/Foot7.jpg');"></div>
 +
            <div class="carousel-caption">
 +
                <h2></h2>
 +
            </div>
 +
        </div>
     </div>
     </div>
 +
    <!-- Controls -->
 +
    <a class="left carousel-control" href="#myCarousel" data-slide="prev">
 +
        <span class="icon-prev"></span>
 +
    </a>
 +
    <a class="right carousel-control" href="#myCarousel" data-slide="next">
 +
        <span class="icon-next"></span>
 +
    </a>
   </div>
   </div>
-
</div>
 
 +
  <!--sticksCarousel-->
 +
  <p align="left" id="sticksCarouselMessage">Red fluorescent protein, which is also called RFP, is widely used as indicator or reporter gene in iGEM and other researches because it is easy for observation and measurement. During our experiments, RFP was also used in our experiment design. Parts from igem delivered plates, BBa_J04450, pSB1AC3 (http://parts.igem.org/Part:BBa_J04450), is an expression vector with highly engineered RFP gene sequence. But in our experiment, we found some very interesting character of this part. After that, we repeated the same procedures to make eliminate possible operation errors which make us believe that the phenomenon we observed can be reproducible. Since temperature was the only factor that has influenced the expression rate of rfp, there are several possible mechanisms our team members have proposed to explain it. The first kind of opinion is that, under lower temperature, the cells’ metabolism rate is also lowered, which means slower rate of transcription and expression rate. When cells facing with such problems, they might choose to appropriate their limited energy and material to the expression of house-keeping genes. On the other hand, 28 centigrade temperature is probably not cold enough to cause too much survival pressures for bacteria but may induce some other change to the RFP gene transcription and expression. Long hairpin structure caused by long reverted repeat sequences might hinder the movement of ribosome along mRNA, which means the lower rate of expression. </p>
-
<div class="bs-docs-featurette">
 
-
  <div class="container">
 
-
    <h2 class="bs-docs-featurette-title">The answer is fusion.</h2>
 
-
    <p class="lead">Lemur catta,also called Lemur, is a kind of monkey and one of the two species of anthropoids with full and functional GLO gene. Lemur could be a good source of GLO gene if intend to regain our capability of producing vitamin C, just like our ancestors. However, there's still a long way to go.</p>
 
-
    <div class="row">
+
</div>
-
 
+
-
      <div class="col-sm-4">
+
-
        <img src="https://static.igem.org/mediawiki/2014/b/b5/Monkeygene.png" alt="" class="img-responsive">
+
-
      </div>
+
-
 
+
-
      <div class="col-sm-4">
+
-
        <img src="https://static.igem.org/mediawiki/2014/2/23/Genefused.png" alt="" class="img-responsive">
+
-
      </div>
+
-
 
+
-
      <div class="col-sm-4">
+
-
          <img src="https://static.igem.org/mediawiki/2014/3/34/Humangene.png" alt="" class="img-responsive">
+
-
      </div>
+
-
 
+
-
      <hr class="half-rule">
+
-
 
+
-
 
+
-
      <a href="https://2014.igem.org/Team:UST_Beijing/Project" class="btn btn-outline btn-lg">View our project</a>
+
-
 
+
-
    </div>
+
-
  </div>
+
</div>
</div>
-
 
+
<!--   <div style="width:100%; height:45px; border:0; background-color: #ffffff;"></div> -->
-
<!--<div style="width:100%; height:40px; border:0; background-color: #ffffff;"></div> -->
+
-
 
+
Line 361: Line 434:
   </div>
   </div>
</footer>
</footer>
 +
<!-- Bootstrap core JavaScript -->
<!-- Bootstrap core JavaScript -->
-
    <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script>
+
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script>
-
    <script src="https://2014.igem.org/Team:UST_Beijing/bootstrap/bootstrap.js?action=raw"></script>
+
<script src="https://2014.igem.org/Team:UST_Beijing/bootstrap/bootstrap.js?action=raw"></script>
-
    <script src="https://2014.igem.org/Team:UST_Beijing/bootstrap/docs.js?action=raw"></script>
+
<script src="https://2014.igem.org/Team:UST_Beijing/bootstrap/docs.js?action=raw"></script>
-
  </body>
+
</body>
</html>
</html>

Revision as of 15:20, 16 October 2014

USTB iGEM14 Footsteps

RFP Parts Evaluation

Evaluation and characterization of a highly engineered RFP gene (BBa_J04450): thermo sensitive expression pattern and secondary structure of mRNA.


Red fluorescent protein, which is also called RFP, is widely used as indicator or reporter gene in iGEM and other researches because it is easy for observation and measurement. During our experiments, RFP was also used in our experiment design. Parts from igem delivered plates, BBa_J04450, pSB1AC3 (http://parts.igem.org/Part:BBa_J04450), is an expression vector with highly engineered RFP gene sequence. But in our experiment, we found some very interesting character of this part. After that, we repeated the same procedures to make eliminate possible operation errors which make us believe that the phenomenon we observed can be reproducible. Since temperature was the only factor that has influenced the expression rate of rfp, there are several possible mechanisms our team members have proposed to explain it. The first kind of opinion is that, under lower temperature, the cells’ metabolism rate is also lowered, which means slower rate of transcription and expression rate. When cells facing with such problems, they might choose to appropriate their limited energy and material to the expression of house-keeping genes. On the other hand, 28 centigrade temperature is probably not cold enough to cause too much survival pressures for bacteria but may induce some other change to the RFP gene transcription and expression. Long hairpin structure caused by long reverted repeat sequences might hinder the movement of ribosome along mRNA, which means the lower rate of expression.