Difference between revisions of "Team:HUST-China/Results"

(Prototype team page)
 
Line 1: Line 1:
{{HUST-China}}
+
<html lang="en">
<html>
+
<head>
 +
<meta charset="utf-8">
 +
<title>HillSide Multi purpose HTML5 Template</title>
 +
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
 +
<meta name="description" content="" />
 +
<meta name="author" content="http://webthemez.com" />
 +
<link rel="stylesheet" href="http://cdn.staticfile.org/twitter-bootstrap/3.3.7/css/bootstrap.min.css">
 +
  <script src="http://cdn.staticfile.org/jquery/2.1.1/jquery.min.js"></script>
 +
  <script src="http://cdn.staticfile.org/twitter-bootstrap/3.3.7/js/bootstrap.min.js"></script>
 +
<!-- css -->
 +
<link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet">
 +
<link rel="stylesheet" href="https://2018.igem.org/Team:HUST-China/materialize/css/materialize?action=raw&amp;ctype=text/css" media="screen,projection" />
 +
<link href="https://2018.igem.org/Team:HUST-China/css/bootstrap?action=raw&amp;ctype=text/css" rel="stylesheet" />
 +
<link href="https://2018.igem.org/Team:HUST-China/css/fancybox/jquery?action=raw&amp;ctype=text/css" rel="stylesheet">
 +
<link href="https://2018.igem.org/Team:HUST-China/css/flexslider?action=raw&amp;ctype=text/css" rel="stylesheet" />
 +
<!--slider-->
 +
<link rel="stylesheet" type="text/css" href="https://2018.igem.org/Team:HUST-China/css/zoomslider?action=raw&amp;ctype=text/css" />
  
 +
<link href="https://2018.igem.org/Team:HUST-China/css/font-awesome?action=raw&amp;ctype=text/css" rel="stylesheet" />
 +
<link href="https://2018.igem.org/Team:HUST-China/css/animate?action=raw&amp;ctype=text/css" rel="stylesheet" />
  
<div class="column full_size">
+
<link href="https://2018.igem.org/Team:HUST-China/css/style?action=raw&amp;ctype=text/css" rel="stylesheet" />
<h1>Results</h1>
+
<link href="https://2018.igem.org/Team:HUST-China/css/main?action=raw&amp;ctype=text/css" rel="stylesheet" />
<p>Here you can describe the results of your project and your future plans. </p>
+
<!-- Vendor Styles -->
</div>
+
<link href="https://2018.igem.org/Team:HUST-China/css/magnific-popup?action=raw&amp;ctype=text/css" rel="stylesheet">  
 +
<!-- Block Styles -->
 +
<link href="https://2018.igem.org/Team:HUST-China/css/gallery-1?action=raw&amp;ctype=text/css" rel="stylesheet">
 +
<!--slider-->
 +
<link rel="stylesheet" href="https://2018.igem.org/Team:HUST-China/css/menu-slider?action=raw&amp;ctype=text/css" type="text/css" />
 +
<style type="text/css">
 +
.red-content{
 +
  color:#ff0057;
 +
  font-weight: bold;
 +
}
 +
.content{
 +
  padding-top:30px;
 +
  font-weight: 600;
 +
}
 +
.content-text{
 +
  margin: 8px 0;
 +
}
  
 +
th{
 +
  text-align:center;
 +
  font-size:14px;
 +
  font-weight: 800;
 +
}
 +
td
 +
{
 +
    text-align:center;
 +
    font-size:14px;
 +
    font-weight: 500;
 +
}
 +
</style>
 +
<style type="text/css">
 +
.jR3DCarouselGallery,.jR3DCarouselGalleryCustomeTemplate {
 +
  margin: 0 auto; /* optional - if want to center align */
 +
}
 +
</style>
 +
<style>
 +
.jR3DCarouselGalleryCustomeTemplate .captions{
 +
  position: relative;
 +
  padding: 4px 0;
 +
  bottom: 27px;
 +
  background: #eeeeee;
 +
  display:block   
 +
}
 +
.jR3DCarouselGalleryCustomeTemplate a{
 +
  text-decoration: none;     
 +
}
 +
</style>
  
<div class="column third_size" >
+
<script type="text/javascript" src="https://cdnjs.cloudflare.com/ajax/libs/jquery/1.8.0/jquery-1.8.0.min.js"></script>
 +
<script src="https://2018.igem.org/Team:HUST-China/js/jquery?action=raw&amp;ctype=text/javascript"></script>
 +
<script src="https://2018.igem.org/Team:HUST-China/js/jR3DCarousel-min?action=raw&amp;ctype=text/javascript"></script>
 +
<!-- <script type="text/javascript" src="src/jR3DCarousel.js"></script> -->
  
<h3>What should this page contain?</h3>
+
<script type="text/javascript">
<ul>
+
$(document).ready(function(){
<li> Clearly and objectively describe the results of your work.</li>
+
  var slideImages = [ {src: '../jRCarousel/images/01.jpg'},
<li> Future plans for the project. </li>
+
                    {src: '../jRCarousel/images/02.jpg'},
<li> Considerations for replicating the experiments. </li>
+
                    {src: '../jRCarousel/images/03.jpg'},
</ul>
+
                    {src: '../jRCarousel/images/04.jpg'},
</div>
+
                    {src: '../jRCarousel/images/05.jpg'} ]
 +
  //var jR3DCarousel;
 +
 
 +
  jR3DCarousel = $('.jR3DCarouselGallery').jR3DCarousel({
 +
    width: 550,    /* largest allowed width */
 +
    height: 320,    /* largest allowed height */
 +
    slides: slideImages /* array of images source */
 +
  });
 +
 
 +
  var carouselCustomeTemplateProps =  {
 +
        width: 550,        /* largest allowed width */
 +
        height: 320,        /* largest allowed height */
 +
        slideLayout : 'fill',    /* "contain" (fit according to aspect ratio), "fill" (stretches object to fill) and "cover" (overflows box but maintains ratio) */
 +
        animation: 'slide3D',  /* slide | scroll | fade | zoomInSlide | zoomInScroll */
 +
        animationCurve: 'ease',
 +
        animationDuration: 1900,
 +
        animationInterval: 2000,
 +
        slideClass: 'jR3DCarouselCustomSlide',
 +
        autoplay: false,
 +
        controls: true,    /* control buttons */
 +
        navigation: ''      /* circles | squares | '' */,
 +
        perspective: 2200,
 +
        rotationDirection: 'ltr',
 +
        onSlideShow: slideShownCallback
 +
         
 +
    }
 +
  function slideShownCallback($slide){
 +
    console.log("Slide shown: ", $slide.find('img').attr('src'))
 +
  }
  
 +
  jR3DCarouselCustomeTemplate = $('.jR3DCarouselGalleryCustomeTemplate').jR3DCarousel(carouselCustomeTemplateProps);
  
 +
  })
 +
</script>
 +
 +
<!-- HTML5 shim, for IE6-8 support of HTML5 elements -->
 +
<!--[if lt IE 9]>
 +
      <script src="http://html5shim.googlecode.com/svn/trunk/html5.js"></script>
 +
    <![endif]-->
 +
</head>
 +
<body>
 +
<div id="wrapper" class="home-page">
 +
  <!-- start header -->
 +
  <header style="margin-top: 12px">
 +
        <div class="navbar navbar-default navbar-static-top">
 +
            <div class="container">
 +
                <div class="navbar-header">
 +
                    <button type="button" class="navbar-toggle" data-toggle="collapse" data-target=".navbar-collapse">
 +
                        <span class="icon-bar"></span>
 +
                        <span class="icon-bar"></span>
 +
                        <span class="icon-bar"></span>
 +
                    </button>
 +
                    <a class="navbar-brand" href="https://2018.igem.org/Team:HUST-China">
 +
                      <img style="height: 50px; width:auto;margin-top:-10px; padding:0;" src="https://static.igem.org/mediawiki/2018/c/cb/T--HUST-China--2018-menu-logo-white.png"></a>
 +
                    <a class="navbar-brand" href="https://2018.igem.org">
 +
                      <img style="height: 60px; width:auto; padding:0;margin-top: -13px;" src=" https://static.igem.org/mediawiki/2018/f/f0/T--UC_Davis--igemLogo.jpg"></a>
 +
                </div>
 +
                <div class="navbar-collapse collapse ">
 +
                    <ul class="nav navbar-nav">
 +
                      <li class="HillSide"><a class="waves-effect waves-dark" href="https://2018.igem.org/Team:HUST-China">Home</a></li>
 +
                      <li class="dropdown">
 +
                          <a href="#" data-toggle="dropdown" class="dropdown-toggle waves-effect waves-dark">PROJECT<b class="caret"></b></a>
 +
                          <ul class="dropdown-menu">
 +
                              <li><a class="waves-effect waves-dark" href="https://2018.igem.org/Team:HUST-China/project/background">Background</a></li>
 +
                              <li><a class="waves-effect waves-dark" href="https://2018.igem.org/Team:HUST-China/Description">Description</a></li>
 +
                              <li><a class="waves-effect waves-dark" href="https://2018.igem.org/Team:HUST-China/Applied Design">Applied Design</a></li>
 +
                              <li><a class="waves-effect waves-dark" href="https://2018.igem.org/Team:HUST-China/Safety">Safety</a></li>
 +
                              <li><a class="waves-effect waves-dark" href="https://2018.igem.org/Team:HUST-China/Demonstrate">Demonstrate</a></li>
 +
                          </ul>
 +
                      </li>
 +
                      <li class="dropdown">
 +
                          <a href="#" data-toggle="dropdown" class="dropdown-toggle waves-effect waves-dark">WETLAB<b class="caret"></b></a>
 +
                          <ul class="dropdown-menu">
 +
                              <li><a class="waves-effect waves-dark" href="https://2018.igem.org/Team:HUST-China/Experiments">Experiments</a></li>
 +
                              <li><a class="waves-effect waves-dark" href="https://2018.igem.org/Team:HUST-China/Results">Results</a></li>
 +
                              <li><a class="waves-effect waves-dark" href="https://2018.igem.org/Team:HUST-China/wetlab/protocols">Protocols</a></li>
 +
                              <li><a class="waves-effect waves-dark" href="https://2018.igem.org/Team:HUST-China/InterLab">Interlab</a></li>
 +
                              <li><a class="waves-effect waves-dark" href="https://2018.igem.org/Team:HUST-China/Notebook">Notebook</a></li>
 +
                          </ul>
 +
                      </li>
  
 +
                      <li class="dropdown">
 +
                          <a href="#" data-toggle="dropdown" class="dropdown-toggle waves-effect waves-dark">Model<b class="caret"></b></a>
 +
                          <ul class="dropdown-menu">
 +
                              <li><a class="waves-effect waves-dark" href="https://2018.igem.org/Team:HUST-China/Modeling overview">Modeling overview</a></li>
 +
                              <li><a class="waves-effect waves-dark" href="https://2018.igem.org/Team:HUST-China/Comparison between PSB">Comparison between PSB</a></li>
 +
                              <li><a class="waves-effect waves-dark" href="https://2018.igem.org/Team:HUST-China/Sort of three genes">Sort of three genes</a></li>
 +
                              <li><a class="waves-effect waves-dark" href="https://2018.igem.org/Team:HUST-China/Software">Intelligent device software</a></li>
 +
                          </ul>
 +
                      </li>
  
<div class="column two_thirds_size" >
 
<h3>Describe what your results mean </h3>
 
<ul>
 
<li> Interpretation of the results obtained during your project. Don't just show a plot/figure/graph/other, tell us what you think the data means. This is an important part of your project that the judges will look for. </li>
 
<li> Show data, but remember all measurement and characterization data must be on part pages in the Registry. </li>
 
<li> Consider including an analysis summary section to discuss what your results mean. Judges like to read what you think your data means, beyond all the data you have acquired during your project. </li>
 
</ul>
 
</div>
 
  
 +
                      <li class="dropdown">
 +
                          <a href="#" data-toggle="dropdown" class="dropdown-toggle waves-effect waves-dark">PARTS<b class="caret"></b></a>
 +
                          <ul class="dropdown-menu">
 +
                              <li><a class="waves-effect waves-dark" href="https://2018.igem.org/Team:HUST-China/Parts Overview">Parts Overview</a></li>
 +
                              <li><a class="waves-effect waves-dark" href="https://2018.igem.org/Team:HUST-China/Composite part">Composite part</a></li>
 +
                              <li><a class="waves-effect waves-dark" href="https://2018.igem.org/Team:HUST-China/Part collection">Part collection</a></li>
 +
                          </ul>
 +
                      </li>
 +
                      <li class="dropdown">
 +
                          <a href="#" data-toggle="dropdown" class="dropdown-toggle waves-effect waves-dark">HP<b class="caret"></b></a>
 +
                          <ul class="dropdown-menu">
 +
                              <li><a class="waves-effect waves-dark" href="https://2018.igem.org/Team:HUST-China/Collaborations">Human Practices</a></li>
 +
                              <li><a class="waves-effect waves-dark" href="https://2018.igem.org/Team:HUST-China/Education Engagement">Education&Engagement</a></li>
 +
                          </ul>
 +
                      </li>
 +
                      <li class="dropdown">
 +
                          <a href="#" data-toggle="dropdown" class="dropdown-toggle waves-effect waves-dark">TEAM<b class="caret"></b></a>
 +
                          <ul class="dropdown-menu">
 +
                              <li><a class="waves-effect waves-dark" href="https://2018.igem.org/Team:HUST-China/Team Members">Team Members</a></li>
 +
                              <li><a class="waves-effect waves-dark" href="https://2018.igem.org/Team:HUST-China/Collaborations">Collaborations</a></li>
 +
                              <li><a class="waves-effect waves-dark" href="https://2018.igem.org/Team:HUST-China/Attributions">Attributions</a></li>
 +
                          </ul>
 +
                      </li>
 +
                    </ul>
 +
                </div>
 +
            </div>
 +
        </div>
 +
  </header>
 +
  <!-- end header -->
 +
  <!--
 +
  <section class="section-padding gray-bg" style="margin:15px; padding:15px;">
 +
    <img class="img-responsive" src="https://static.igem.org/mediawiki/2018/2/2c/T--HUST-China--2018-menu-datu01.png">
 +
  </section>
 +
  -->
 +
<section id="inner-headline">
 +
  <div class="container">
 +
    <div class="row">
 +
      <div class="col-lg-12">
 +
        <h2 class="pageTitle">Results</h2>
 +
      </div>
 +
    </div>
 +
  </div>
 +
  </section>
  
<div class="clear extra_space"></div>
+
  <section class="content">
 +
  <div class="container">
 +
        <div class="row">
 +
            <div class="col-md-12 content-text">
 +
                <div class="about-logo">
 +
                  <h3><strong>Part1: <span class="red-content">Photosynthetic microorganism system</span></strong></h3>
 +
                </div>
 +
            </div>
 +
        </div>
 +
        <div class="row">
 +
            <div class="col-md-12 info-blocks">
 +
                <i class="icon-info-blocks material-icons hidden-xs"><img class="img-responsive" src="https://static.igem.org/mediawiki/2018/8/8d/T--HUST-China--2018-lanzao01.png"></i>
 +
                      <div class="info-blocks-in" style="background-color: #ffffff; border: 1px solid #eeeeee;border-radius:5px;">
 +
                              <h3><strong><span class="red-content">1.1 Synechocystis sp</span></strong></h3>
 +
                              <h3>1.1.1 Verification of transformation</h3>
 +
                              <p>pCK306 plasmid contains with yellow fluorescent protein. Therefore, to show pCK306 expresses successfully in Synechocystis sp. PCC 6803(cyanobacteria), we use fluorescence microscope to test whether it was transformed into bacteria or not. After cultivating for one week, we use 10μcyanobacteria cultivate dripping on the slides.</p>
  
 +
                            <div class="col-md-8 col-md-offset-1" style="text-align: center;">
 +
                                    <img class="img-responsive" src="https://static.igem.org/mediawiki/2018/c/cf/T--HUST-China--2018-result-YFP.png">
 +
                                    <p>Figure 1. Results of yellow fluorescent protein of pCK306 plasmid in Synechocystis PCC6803. L-Rhamose(1g/L) was added and after 36 hours, engineered bacteria showed it expressed successfully.</p>
 +
                            </div>
  
 +
                            <div class="col-md-12">
 +
                                <p>As we can see from figure 1, yellow fluorescent protein achieves expression, which indicates our transformation method works.</p>
 +
                            </div>
 +
           
 +
                          <div class="col-md-12">
 +
                            <h3>1.1.2 Verification of transformation </h3>
 +
                              <p><strong class="red-content">Affinity Chromatography</strong></p>
 +
                              <p>In addition to knowing transcription of the gene, we want to exhibit the expression of the protein, we insert 6Xhis-tag into lldP and did affinity chromatography to show we finally made it. The result is shown below:</p>
 +
                          </div>
  
<div class="column two_thirds_size" >
+
                          <div class="col-md-8 col-md-offset-1" style="text-align: center;">
<h3> Project Achievements </h3>
+
                                    <img class="img-responsive" src="https://static.igem.org/mediawiki/2018/6/68/T--HUST-China--2018-result-lldP.png">
 +
                                    <p>Figure 3b. There were nearly 0.2g bacteria used to testify the expression of lldP. After affinity chromatography, the protein was electrophoresed through SDS-PAGE. As the red box shows, lldP can be seen . Comparing to wild type, lldP is expressed in Synechocystis</p>
 +
                          </div>
  
<p>You can also include a list of bullet points (and links) of the successes and failures you have had over your summer. It is a quick reference page for the judges to see what you achieved during your summer.</p>
+
                          <div class="col-md-12">
 +
                                <p>Because of the slow growth of Synechocystis sp. PCC 6803 and time limitation, we did not have too much bacteria, so we only use nearly 0.2g of them to show whether lldP expressed. The color is pale but still can be seen. lldP expression succeeds.</p>
 +
                          </div>
 +
                          <div class="col-md-12">
 +
                            <h3>1.1.3 Detection of Lactate</h3>
 +
                              <p>Finally, we should testify that the whole circuit in Synechocystis sp. PCC 6803(cyanobacteria) works. So we did lactate detection experiment. After adding L-Rhamose(1g/L) for 72h, we use Lactic Acid assay kit, provided by Nanjing Jiancheng Bioengineering, to quantify lactate concentration. The result is shown below, all the cyanobacteria cultivates are converting to OD<sub>750</sub>=1.</p>
 +
                        </div>
 +
                        <div class="col-md-8 col-md-offset-1" style="text-align: center;">
 +
                                    <img class="img-responsive" src="https://static.igem.org/mediawiki/2018/8/8e/T--HUST-China--2018-result-003.png">
 +
                                    <p>Figure 3.  Lactate production of engineered Synechocystis PCC6803. Comparison of WT, ldhD-lldP, ldhDc-lldP, ldhDnARSdR-lldP, ldhDARSdR-lldP. Synechocystis grew for 7 days(OD=1), then L-Rhamose(1g/L) was added. After induced 72 hours, lactate concentration in culture supernatant has shown above.</p>
 +
                        </div>
 +
                          <div class="col-md-12">
 +
                              <p>The figure indicates that after transforming our circuit in bacteria, the production and releasing of lactate increase evidently, and ldhDARSdR-lldP is the most efficient one. In summary, our engineered bacteria, Synechocystis sp. PCC 6803(cyanobacteria), do achieve our goal to provide lactate to Shewanella.</p>
 +
                        </div>
 +
                    </div>     
 +
              </div>
 +
          </div>
 +
          <div class="row">
 +
            <div class="col-md-12 info-blocks">
 +
                <i class="icon-info-blocks material-icons hidden-xs"><img class="img-responsive" src="https://static.igem.org/mediawiki/2018/6/63/T--HUST-China--2018-zhaozehong01.png"></i>
 +
                <div class="info-blocks-in" style="background-color: #ffffff; border: 1px solid #eeeeee;border-radius:5px;">
 +
                        <h3><strong><span class="red-content">1.2 Rhodopseudomonas palustris (Rps)</span></strong></h3>
 +
                        <h3>1.2.1 Verification of gene expression</h3>
 +
                        <p>We transformed pMG105-PpckA-RBS-mleS-TT, pMG105-PpckA-RBS-lldP-TT, pMG105-PpckA-RBS-ldhA-TT, pMG105-PpckA-RBS-mleS-lldP-TT, pMG105-PpckA-RBS-lldP-RBS-ldhA-TT, pMG105-PpckA-RBS-ldhA-RBS-lldP-TT, pMG105-PpckA-RBS-mleS-RBS-lldP-RBS-ldhA-TT into the E.coli BL21. And then, we do Real-Time Quantitative PCR to verificate targeted gene (Figure 1).</p>
 +
                        <div class="col-md-12" style="text-align: center;">
 +
                              <div class="col-md-4">
 +
                                    <p>(A)</p>
 +
                                    <img class="img-responsive" src="https://static.igem.org/mediawiki/2018/d/d2/T--HUST-China--2018-result-zhaozehong-a.png">
 +
                              </div>
 +
                              <div class="col-md-4">
 +
                                    <p>(B)</p>
 +
                                    <img class="img-responsive" src="https://static.igem.org/mediawiki/2018/3/35/T--HUST-China--2018-result-zhaozehong-b.png">
 +
                              </div>
 +
                              <div class="col-md-4">
 +
                                    <p>(C)</p>
 +
                                    <img class="img-responsive" src="https://static.igem.org/mediawiki/2018/1/1f/T--HUST-China--2018-result-zhaozehong-c.png">
 +
                              </div>
 +
                              <p>Figure 1:(A). The expression level of mleS. (B). The epression level of lldP. (C). The expression of ldhA.</p>
 +
                        </div>
  
<ul>
+
                       
<li>A list of linked bullet points of the successful results during your project</li>
+
                        <div class="col-md-12">
<li>A list of linked bullet points of the unsuccessful results during your project. This is about being scientifically honest. If you worked on an area for a long time with no success, tell us so we know where you put your effort.</li>
+
                                <p>Figure 1 shows that our genes express successfully on mRNA level. </p>
</ul>
+
                        </div>
  
</div>
+
                        <div class="col-md-12">
 +
                            <h3>1.2.2 Detection of Lactate</h3>
 +
                              <p>We detect lactate production of every gene circuits in E.coli BL21 after incubating for 4h  (Figure 2). </p>
 +
                        </div>
 +
                        <div class="col-md-8 col-md-offset-1" style="text-align: center;">
 +
                                    <img class="img-responsive" src="https://static.igem.org/mediawiki/2018/0/02/T--HUST-China--2018-result-rusuan01.png">
 +
                                    <p>Figure 2 shows that our modification is effective. Every gene circuits can help strains produce lactate, and mleS-lldP-ldhA is the most efficient one. Therefore, our construction of gene circuits achieve the goal to help strains produce lactate.  </p>
 +
                        </div> 
 +
                        <!-------------------------------------------------------------------------->
 +
                       
 +
              </div>
  
  
  
<div class="column third_size" >
 
<div class="highlight decoration_A_full">
 
<h3>Inspiration</h3>
 
<p>See how other teams presented their results.</p>
 
<ul>
 
<li><a href="https://2014.igem.org/Team:TU_Darmstadt/Results/Pathway">2014 TU Darmstadt </a></li>
 
<li><a href="https://2014.igem.org/Team:Imperial/Results">2014 Imperial </a></li>
 
<li><a href="https://2014.igem.org/Team:Paris_Bettencourt/Results">2014 Paris Bettencourt </a></li>
 
</ul>
 
</div>
 
</div>
 
  
 +
            </div>
 +
          </div>
  
 +
          <div class="row">
 +
            <div class="col-md-12 content-text">
 +
                <div class="about-logo">
 +
                    <h3><strong>2 <span class="red-content">Electrogenic microorganism system</span></strong></h3>
 +
                  </div>
 +
              </div>
 +
          </div>
  
  
 +
          <div class="row">
 +
            <div class="col-md-12 info-blocks">
 +
                <i class="icon-info-blocks material-icons hidden-xs"><img class="img-responsive" src="https://static.igem.org/mediawiki/2018/0/0c/T--HUST-China--2018-xiwa01.png"></i>
 +
                      <div class="info-blocks-in" style="background-color: #ffffff; border: 1px solid #eeeeee;border-radius:5px;">
 +
                        <h3><strong><span class="red-content">Shewanella Oneidensis</span></strong></h3>
 +
                        <h3><strong>2.1 Lactate utilization</strong></h3>
 +
                        <p>Since lactate is the carbon source of Shewanella Oneidensis MR-1, overexpression of lactate dehydrogenase might help the bacteria to utilize lactate more efficiently and produce more electricity. We chose dld(encodes D-lactate dehydrogenase) and lldEFG(encodes L-lactate dehydrogenase) to overexpress in Shewanella Oneidensis MR-1.</p>
 +
                        <div class="col-md-12">
 +
                                <h3>2.1.1 Gene Expression</h3>
 +
                                <p>To demonstrate that the targeted genes are expressed by engineered Shewanella, we did Real-Time Quantitative PCR. </p>
 +
                        </div>
 +
                        <div class="col-md-8 col-md-offset-1" style="text-align: center;">
 +
                                    <img class="img-responsive" src="https://static.igem.org/mediawiki/2018/a/a1/T--HUST-China--2018-result-fig1.png">
 +
                                    <p>Figure 1:(A). The expression level of mleS. (B). The epression level of lldP. (C). The expression of ldhA.</p>
 +
                        </div>
  
 +
                            <div class="col-md-12">
 +
                                <p>As we can see from figure 1, dld could be overexpressed by engineered Shewanella. For further verification, we used the engineered bacteria to produce electricity.</p>
 +
                            </div>
 +
 +
                            <div class="col-md-12">
 +
                                <h3>2.1.2 Electrogenesis</h3>
 +
                                <p>By comparing the ability of producing electricity, we might find out whether pYYDT-dld and pYYDT-lldEFG could effectively help Shewanella to produce more electricity. </p>
 +
                            </div>
 +
 +
                            <div class="col-md-8 col-md-offset-1" style="text-align: center;">
 +
                                    <img class="img-responsive" src="https://static.igem.org/mediawiki/2018/5/5d/T--HUST-China--2018-result-fig2.png">
 +
                                    <p>Figure 2.The comparison of electricity production between engineered Shewanella. (A). Voltage output of WT and recombinant S. oneidensis.</p>
 +
                            </div> 
 +
 +
                            <div class="col-md-12">
 +
                                <p>It could be demonstrated that targeted genes could be expressed in the engineered cells. More lactate has been utilized by engineered bacteria, which helps to produce more electricty. </p>
 +
                            </div>
 +
 +
                            <div class="col-md-12">
 +
                                <h3><strong>2.2.2 NADH production</strong></h3>
 +
                                <p>NADH is an important part for electrogenesis as it is one of the most important electron carriers in the cell. We hypothesized that more NADH produced by the cell would cause more electricity to be generated. Thus, we chose gapA(encodes glyceraldehyde-3-phosphate dehydrogenase), mdh(encodes NAD-dependent malate dehydrogenase), pflB(encodes pyruvate formate-lyase) and fdh(encodes formate dehydrogenase) to overexpress in Shewanella Oneidensis MR-1.</p>
 +
                                <p class="red-content">(1). Gene Expression</p>
 +
                                <p>To demonstrate that the targeted genes are expressed by engineered Shewanella, we did Real-Time Quantitative PCR.</p>
 +
                            </div>
 +
                            <div class="col-md-12">
 +
                              <div class="col-md-12">
 +
                                  <div class="col-md-12">
 +
                                      <p>(A)</p>
 +
                                      <img class="img-responsive" src="https://static.igem.org/mediawiki/2018/b/bf/T--HUST-China--2018-result-fig3.png">
 +
                                  </div>
 +
                                  <div class="col-md-6">
 +
                                      <p>(B)</p>
 +
                                      <img class="img-responsive" src="https://static.igem.org/mediawiki/2018/8/86/T--HUST-China--2018-result-fig4.png">
 +
                                  </div>
 +
                                  <div class="col-md-6">
 +
                                      <p>(C)</p>
 +
                                      <img class="img-responsive" src="https://static.igem.org/mediawiki/2018/5/51/T--HUST-China--2018-result-fig5.png">
 +
                                  </div>
 +
                                  <div class="col-md-6">
 +
                                      <p>(D)</p>
 +
                                      <img class="img-responsive" src="https://static.igem.org/mediawiki/2018/a/a2/T--HUST-China--2018-result-fig6.png">
 +
                                  </div>
 +
                                  <div class="col-md-6">
 +
                                      <p>(E)</p>
 +
                                      <img class="img-responsive" src="https://static.igem.org/mediawiki/2018/f/f9/T--HUST-China--2018-result-fig7.png">
 +
                                  </div>
 +
                                  <div class="col-md-12">
 +
                                      <p>Figure 3. Relative expression level of targeted genes in engineered Shewanella Oneidensis MR-1. We chose gyrB(encodes DNA gyrase B) as the reference genes and 1 as the standard quantity. (A). The expression level of pYYDT-gapA, there was no signal in bacteria which contained pYYDT. (B). The expression level of pYYDT-mdh. (C). The expression level of pYYDT-gapA-mdh. (D). The expression level of pYYDT-pflB. (E). The expression level of pYYDT-pflB-fdh.</p>
 +
                                  </div>
 +
                                </div>
 +
                                <div class="col-md-12">
 +
                                    <p>As figure 3 shows, gapA, mdh, pflB and fdh could be overexpressed by engineered Shewanella. For further verification, we used the engineered bacteria to produce electricity.</p>
 +
                                </div>
 +
                                <div class="col-md-12">
 +
                                    <p class="red-content">(2). Electrogenesis</p>
 +
                                    <p>By comparing the ability of producing electricity, we might find out whether pYYDT-gapA-mdh and pYYDT-pflB-fdh could effectively help Shewanella to produce more electricity.</p>
 +
                                </div>
 +
                                <div class="col-md-8 col-md-offset-1" style="text-align: center;">
 +
                                    <img class="img-responsive" src="https://static.igem.org/mediawiki/2018/0/0d/T--HUST-China--2018-result-fig8.png">
 +
                                    <p>Figure 4. The comparison of electricity production between engineered Shewanella. (A). Voltage output of WT and recombinant S. oneidensis. </p>
 +
                                </div>
 +
                                <div class="col-md-12">
 +
                                    <p>It could be demonstrated that targeted genes could be expressed in the engineered cells. More NADH has been produced by engineered bacteria, which helps to produce more electricty.</p>
 +
                                </div>
 +
                               
 +
                            </div>     
 +
              </div>
 +
            </div>
 +
          </div>
 +
 +
          <div class="row">
 +
            <div class="col-md-12 content-text">
 +
                <div class="about-logo">
 +
                  <h3><strong>Part3: <span class="red-content">Whole design</span></strong></h3>
 +
                </div>
 +
            </div>
 +
        </div>
 +
 +
        <div class="row">
 +
            <div class="col-md-12 info-blocks">
 +
                <i class="icon-info-blocks material-icons hidden-xs"><img class="img-responsive" src="https://static.igem.org/mediawiki/2018/9/98/T--HUST-China--2018-coin17.png"></i>
 +
                      <div class="info-blocks-in" style="background-color: #ffffff; border: 1px solid #eeeeee;border-radius:5px;">
 +
                            <div class="col-md-12">
 +
                                <h3>3.1 Contrast the symbiotic effect of wild-type strains`</h3>
 +
                                <p>We tried to compare the effects of Synechocystis PCC6803 and Rhodopseudomonas palustris by constructing a MFC system.</p>
 +
                            </div>
 +
 +
                            <div class="col-md-8 col-md-offset-1" style="text-align: center;">
 +
                                    <img class="img-responsive" src="https://static.igem.org/mediawiki/2018/c/cc/T--HUST-China--2018-result-xiwachandian01.png">
 +
                                    <p>Figure 1. The comparison of electricity production between Synechocystis PCC6803 and Rhodopseudomonas palustris</p>
 +
                            </div> 
 +
 +
                            <div class="col-md-12">
 +
                                <p>The figure shows that the effect of Rhodopseudomonas palustris is better than Synechocystis PCC6803. We believe that the oxygen produced by Synechocystis PCC6803 mainly reduces the electricity production effect.</p>
 +
                            </div>
 +
 +
                            <!--------------------------------------------------->
 +
                            <div class="col-md-12">
 +
                                <h3>3.2 Functional verification of engineered Synechocystis PCC6803</h3>
 +
                            </div>
 +
 +
                            <div class="col-md-8 col-md-offset-1" style="text-align: center;">
 +
                                    <img class="img-responsive" src="https://static.igem.org/mediawiki/2018/2/22/T--HUST-China--2018-result-xiwachandian02.png">
 +
                                    <p>Figure 2. The comparison of electricity production between wild type and engineered Synechocystis PCC6803</p>
 +
                            </div> 
 +
 +
                            <div class="col-md-12">
 +
                                <p>In this figure we can find that the engineered Synechocystis PCC6803 shows its function in MFC system.</p>
 +
                            </div>
 +
 +
 +
                            <!--------------------------------------------------->
 +
                            <div class="col-md-12">
 +
                                <h3>3. The difference between carbon rods and carbon cloth</h3>
 +
                                <p>We used carbon rods as electrodes at first. However, we were told by our adviser that the carbon cloth might have better effect for electrogenesis since more bacteria could attach on it.</p>
 +
                            </div>
 +
 +
                            <div class="col-md-8 col-md-offset-1" style="text-align: center;">
 +
                                    <img class="img-responsive" src="https://static.igem.org/mediawiki/2018/2/25/T--HUST-China--2018-result-xiwachandian03.png">
 +
                                    <p>Figure 4. The comparison of electricity production between using carbon rod and carbon cloth as the electrode.</p>
 +
                            </div> 
 +
 +
                            <div class="col-md-12">
 +
                                <p>It is easy to draw the conclusion that the carbon cloth has better effect than carbon rods as electrode.</p>
 +
                            </div>
 +
 +
                            <!--------------------------------------------------->
 +
                            <div class="col-md-12">
 +
                                <h3>3.4 The influence of oxygen on electrogenesis</h3>
 +
                                <p>During searching, we found that Shewanella Oneidensis MR-1 had commonly been used in electrogenesis at anaerobic condition. Since we chose Synechocystis PCC6803 as the lactate producer, the oxygen produced by Synechocystis PCC6803 could not be avoided. So we did this group of electrogenesis experiment to find out whether the oxygen would have a negative influence on producing electricity.</p>
 +
                            </div>
 +
 +
                            <div class="col-md-8 col-md-offset-1" style="text-align: center;">
 +
                                    <img class="img-responsive" src="https://static.igem.org/mediawiki/2018/1/18/T--HUST-China--2018-result-xiwachandian04.png">
 +
                                    <p>Figure 5. The comparison of electricity production between anaerobic circumstance and aerobic circumstance.</p>
 +
                            </div> 
 +
 +
                            <div class="col-md-12">
 +
                                <p>Shewanella could produce more electricity at anaerobic circumstance, which means that Synechocystis PCC6803 is not an ideal lactate producer in this electrogenesis system.</p>
 +
                            </div>
 +
 +
 +
 +
 +
                      </div>
 +
            </div>
 +
        </div>
 +
 +
 +
    </div>     
 +
</section>
 +
                                                         
 +
  <footer>
 +
    <div class="container" >
 +
      <div class="row">
 +
          <div class="copyright col-md-12" style="text-align: center;color: gray; font-size: 14px;">
 +
              <span>
 +
                College of Life Science & Technology<br>
 +
                Huazhong University of Science and Technology<br>
 +
                Add: 1037 Luoyu Road, Wuhan, Hubei, China; P.C: 430074<br>
 +
                Copyright &copy;2018 Huazhong University of Science & Technology. Produced By </span><a href="https://2018.igem.org/Team:HUST-China" target="_blank" style="color:white;">HUST-China</a>
 +
          </div> 
 +
      </div>
 +
    </div>
 +
  </footer>
 +
</div>
 +
<a href="#" class="scrollup waves-effect waves-dark"><img class="img-responsive" src="https://static.igem.org/mediawiki/2018/7/79/T--HUST-China--2018-menu-return-top.png"></a>
 +
<!-- javascript
 +
    ================================================== -->
 +
<!-- Placed at the end of the document so the pages load faster -->
 +
<!--
 +
<script src="https://2018.igem.org/Team:HUST-China/js/jquery?action=raw&amp;ctype=text/javascript"></script>-->
 +
<script src="https://2018.igem.org/Team:HUST-China/js/jquery-easing-1-3?action=raw&amp;ctype=text/javascript"></script>
 +
<script src="https://2018.igem.org/Team:HUST-China/materialize/js/materialize-min?action=raw&amp;ctype=text/javascript"></script>
 +
<script src="https://2018.igem.org/Team:HUST-China/js/bootstrap-min?action=raw&amp;ctype=text/javascript"></script>
 +
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.1.3/js/bootstrap.min.js"></script>
 +
<script src="https://2018.igem.org/Team:HUST-China/js/jquery-fancybox-pack?action=raw&amp;ctype=text/javascript"></script>
 +
<script src="https://2018.igem.org/Team:HUST-China/js/jquery-fancybox-media?action=raw&amp;ctype=text/javascript"></script> 
 +
<script src="https://2018.igem.org/Team:HUST-China/js/jquery-flexslider?action=raw&amp;ctype=text/javascript"></script>
 +
<script src="https://2018.igem.org/Team:HUST-China/js/animate?action=raw&amp;ctype=text/javascript"></script>
 +
<!-- Vendor Scripts -->
 +
<script src="https://2018.igem.org/Team:HUST-China/js/modernizr-custom?action=raw&amp;ctype=text/javascript"></script>
 +
<script src="https://2018.igem.org/Team:HUST-China/js/Vendor-jquery-zoomslider?action=raw&amp;ctype=text/javascript"></script>
 +
<script src="https://2018.igem.org/Team:HUST-China/js/Vendor-jquery-isotope?action=raw&amp;ctype=text/javascript"></script>
 +
<script src="https://2018.igem.org/Team:HUST-China/js/Vendor-jquery-magnific-popup?action=raw&amp;ctype=text/javascript"></script>
 +
<script src="https://2018.igem.org/Team:HUST-China/js/Vendor-animate?action=raw&amp;ctype=text/javascript"></script>
 +
<script src="https://2018.igem.org/Team:HUST-China/js/Vendor-custom?action=raw&amp;ctype=text/javascript"></script>
 +
<script type="text/javascript">
 +
 
 +
</script>
 +
</body>
 
</html>
 
</html>

Revision as of 18:28, 17 October 2018

HillSide Multi purpose HTML5 Template

Results

1.1 Synechocystis sp

1.1.1 Verification of transformation

pCK306 plasmid contains with yellow fluorescent protein. Therefore, to show pCK306 expresses successfully in Synechocystis sp. PCC 6803(cyanobacteria), we use fluorescence microscope to test whether it was transformed into bacteria or not. After cultivating for one week, we use 10μcyanobacteria cultivate dripping on the slides.

Figure 1. Results of yellow fluorescent protein of pCK306 plasmid in Synechocystis PCC6803. L-Rhamose(1g/L) was added and after 36 hours, engineered bacteria showed it expressed successfully.

As we can see from figure 1, yellow fluorescent protein achieves expression, which indicates our transformation method works.

1.1.2 Verification of transformation

Affinity Chromatography

In addition to knowing transcription of the gene, we want to exhibit the expression of the protein, we insert 6Xhis-tag into lldP and did affinity chromatography to show we finally made it. The result is shown below:

Figure 3b. There were nearly 0.2g bacteria used to testify the expression of lldP. After affinity chromatography, the protein was electrophoresed through SDS-PAGE. As the red box shows, lldP can be seen . Comparing to wild type, lldP is expressed in Synechocystis

Because of the slow growth of Synechocystis sp. PCC 6803 and time limitation, we did not have too much bacteria, so we only use nearly 0.2g of them to show whether lldP expressed. The color is pale but still can be seen. lldP expression succeeds.

1.1.3 Detection of Lactate

Finally, we should testify that the whole circuit in Synechocystis sp. PCC 6803(cyanobacteria) works. So we did lactate detection experiment. After adding L-Rhamose(1g/L) for 72h, we use Lactic Acid assay kit, provided by Nanjing Jiancheng Bioengineering, to quantify lactate concentration. The result is shown below, all the cyanobacteria cultivates are converting to OD750=1.

Figure 3. Lactate production of engineered Synechocystis PCC6803. Comparison of WT, ldhD-lldP, ldhDc-lldP, ldhDnARSdR-lldP, ldhDARSdR-lldP. Synechocystis grew for 7 days(OD=1), then L-Rhamose(1g/L) was added. After induced 72 hours, lactate concentration in culture supernatant has shown above.

The figure indicates that after transforming our circuit in bacteria, the production and releasing of lactate increase evidently, and ldhDARSdR-lldP is the most efficient one. In summary, our engineered bacteria, Synechocystis sp. PCC 6803(cyanobacteria), do achieve our goal to provide lactate to Shewanella.

1.2 Rhodopseudomonas palustris (Rps)

1.2.1 Verification of gene expression

We transformed pMG105-PpckA-RBS-mleS-TT, pMG105-PpckA-RBS-lldP-TT, pMG105-PpckA-RBS-ldhA-TT, pMG105-PpckA-RBS-mleS-lldP-TT, pMG105-PpckA-RBS-lldP-RBS-ldhA-TT, pMG105-PpckA-RBS-ldhA-RBS-lldP-TT, pMG105-PpckA-RBS-mleS-RBS-lldP-RBS-ldhA-TT into the E.coli BL21. And then, we do Real-Time Quantitative PCR to verificate targeted gene (Figure 1).

(A)

(B)

(C)

Figure 1:(A). The expression level of mleS. (B). The epression level of lldP. (C). The expression of ldhA.

Figure 1 shows that our genes express successfully on mRNA level.

1.2.2 Detection of Lactate

We detect lactate production of every gene circuits in E.coli BL21 after incubating for 4h (Figure 2).

Figure 2 shows that our modification is effective. Every gene circuits can help strains produce lactate, and mleS-lldP-ldhA is the most efficient one. Therefore, our construction of gene circuits achieve the goal to help strains produce lactate.

Shewanella Oneidensis

2.1 Lactate utilization

Since lactate is the carbon source of Shewanella Oneidensis MR-1, overexpression of lactate dehydrogenase might help the bacteria to utilize lactate more efficiently and produce more electricity. We chose dld(encodes D-lactate dehydrogenase) and lldEFG(encodes L-lactate dehydrogenase) to overexpress in Shewanella Oneidensis MR-1.

2.1.1 Gene Expression

To demonstrate that the targeted genes are expressed by engineered Shewanella, we did Real-Time Quantitative PCR.

Figure 1:(A). The expression level of mleS. (B). The epression level of lldP. (C). The expression of ldhA.

As we can see from figure 1, dld could be overexpressed by engineered Shewanella. For further verification, we used the engineered bacteria to produce electricity.

2.1.2 Electrogenesis

By comparing the ability of producing electricity, we might find out whether pYYDT-dld and pYYDT-lldEFG could effectively help Shewanella to produce more electricity.

Figure 2.The comparison of electricity production between engineered Shewanella. (A). Voltage output of WT and recombinant S. oneidensis.

It could be demonstrated that targeted genes could be expressed in the engineered cells. More lactate has been utilized by engineered bacteria, which helps to produce more electricty.

2.2.2 NADH production

NADH is an important part for electrogenesis as it is one of the most important electron carriers in the cell. We hypothesized that more NADH produced by the cell would cause more electricity to be generated. Thus, we chose gapA(encodes glyceraldehyde-3-phosphate dehydrogenase), mdh(encodes NAD-dependent malate dehydrogenase), pflB(encodes pyruvate formate-lyase) and fdh(encodes formate dehydrogenase) to overexpress in Shewanella Oneidensis MR-1.

(1). Gene Expression

To demonstrate that the targeted genes are expressed by engineered Shewanella, we did Real-Time Quantitative PCR.

(A)

(B)

(C)

(D)

(E)

Figure 3. Relative expression level of targeted genes in engineered Shewanella Oneidensis MR-1. We chose gyrB(encodes DNA gyrase B) as the reference genes and 1 as the standard quantity. (A). The expression level of pYYDT-gapA, there was no signal in bacteria which contained pYYDT. (B). The expression level of pYYDT-mdh. (C). The expression level of pYYDT-gapA-mdh. (D). The expression level of pYYDT-pflB. (E). The expression level of pYYDT-pflB-fdh.

As figure 3 shows, gapA, mdh, pflB and fdh could be overexpressed by engineered Shewanella. For further verification, we used the engineered bacteria to produce electricity.

(2). Electrogenesis

By comparing the ability of producing electricity, we might find out whether pYYDT-gapA-mdh and pYYDT-pflB-fdh could effectively help Shewanella to produce more electricity.

Figure 4. The comparison of electricity production between engineered Shewanella. (A). Voltage output of WT and recombinant S. oneidensis.

It could be demonstrated that targeted genes could be expressed in the engineered cells. More NADH has been produced by engineered bacteria, which helps to produce more electricty.

3.1 Contrast the symbiotic effect of wild-type strains`

We tried to compare the effects of Synechocystis PCC6803 and Rhodopseudomonas palustris by constructing a MFC system.

Figure 1. The comparison of electricity production between Synechocystis PCC6803 and Rhodopseudomonas palustris

The figure shows that the effect of Rhodopseudomonas palustris is better than Synechocystis PCC6803. We believe that the oxygen produced by Synechocystis PCC6803 mainly reduces the electricity production effect.

3.2 Functional verification of engineered Synechocystis PCC6803

Figure 2. The comparison of electricity production between wild type and engineered Synechocystis PCC6803

In this figure we can find that the engineered Synechocystis PCC6803 shows its function in MFC system.

3. The difference between carbon rods and carbon cloth

We used carbon rods as electrodes at first. However, we were told by our adviser that the carbon cloth might have better effect for electrogenesis since more bacteria could attach on it.

Figure 4. The comparison of electricity production between using carbon rod and carbon cloth as the electrode.

It is easy to draw the conclusion that the carbon cloth has better effect than carbon rods as electrode.

3.4 The influence of oxygen on electrogenesis

During searching, we found that Shewanella Oneidensis MR-1 had commonly been used in electrogenesis at anaerobic condition. Since we chose Synechocystis PCC6803 as the lactate producer, the oxygen produced by Synechocystis PCC6803 could not be avoided. So we did this group of electrogenesis experiment to find out whether the oxygen would have a negative influence on producing electricity.

Figure 5. The comparison of electricity production between anaerobic circumstance and aerobic circumstance.

Shewanella could produce more electricity at anaerobic circumstance, which means that Synechocystis PCC6803 is not an ideal lactate producer in this electrogenesis system.