Difference between revisions of "Team:SDSZ-China/Parts"

 
(11 intermediate revisions by 3 users not shown)
Line 3: Line 3:
  
 
<head>
 
<head>
<title>Project</title>
+
    <title>Project</title>
  
<style type='text/css'>
+
    <style type='text/css'>
#top_title, #sideMenu {
+
        #top_title, #sideMenu {
display: none;
+
            display: none;
}
+
        }
  
#content {
+
        #content {
width: 100%;
+
            width: 100%;
margin: 0;
+
            margin: 0;
padding: 0;
+
            padding: 0;
background: #f3f4f4;
+
            background: #f3f4f4;
}
+
        }
  
p {
+
        p {
font-family: Lato !important;
+
            font-family: Lato !important;
font-size: 17px !important
+
            font-size: 17px !important
}
+
        }
  
h1 {
+
        h1 {
font-size: 40 -px !important;
+
            font-size: 40 -px !important;
}
+
        }
  
body {
+
        body {
font-family: Lato !important;
+
            font-family: Lato !important;
}
+
        }
  
h3 {
+
        h3 {
font-size: 25 -px;
+
            font-size: 25 -px;
}
+
        }
  
#bg {
+
        #bg {
position: fixed;
+
            position: fixed;
z-index: -1;
+
            z-index: -1;
top: 0;
+
            top: 0;
left: 0;
+
            left: 0;
}
+
        }
</style>
+
    </style>
<link href='http://fonts.googleapis.com/css?family=Lato' rel='stylesheet' type='text/css'>
+
    <link href='http://fonts.googleapis.com/css?family=Lato' rel='stylesheet' type='text/css'>
<!-- 最新版本的 Bootstrap 核心 CSS 文件 -->
+
    <!-- 最新版本的 Bootstrap 核心 CSS 文件 -->
<link rel="stylesheet" href="https://cdn.bootcss.com/bootstrap/3.3.7/css/bootstrap.min.css"
+
    <link rel="stylesheet" href="https://cdn.bootcss.com/bootstrap/3.3.7/css/bootstrap.min.css"
  integrity="sha384-BVYiiSIFeK1dGmJRAkycuHAHRg32OmUcww7on3RYdg4Va+PmSTsz/K68vbdEjh4u" crossorigin="anonymous">
+
          integrity="sha384-BVYiiSIFeK1dGmJRAkycuHAHRg32OmUcww7on3RYdg4Va+PmSTsz/K68vbdEjh4u" crossorigin="anonymous">
  
  
<script>localStorage.clear();</script>
+
    <script>localStorage.clear();</script>
<!-- 最新的 Bootstrap 核心 JavaScript 文件 -->
+
    <!-- 最新的 Bootstrap 核心 JavaScript 文件 -->
<script src="https://cdn.bootcss.com/bootstrap/3.3.7/js/bootstrap.min.js"
+
    <script src="https://cdn.bootcss.com/bootstrap/3.3.7/js/bootstrap.min.js"
integrity="sha384-Tc5IQib027qvyjSMfHjOMaLkfuWVxZxUPnCJA7l2mCWNIpG9mGCD8wGNIcPD7Txa"
+
            integrity="sha384-Tc5IQib027qvyjSMfHjOMaLkfuWVxZxUPnCJA7l2mCWNIpG9mGCD8wGNIcPD7Txa"
crossorigin="anonymous"></script>
+
            crossorigin="anonymous"></script>
  
<script type="text/javascript" async
+
    <script type="text/javascript" async
src="https://cdn.mathjax.org/mathjax/latest/MathJax.js?config=TeX-MML-AM_CHTML"></script>
+
            src="https://cdn.mathjax.org/mathjax/latest/MathJax.js?config=TeX-MML-AM_CHTML"></script>
<script type="text/x-mathjax-config">
+
    <script type="text/x-mathjax-config">
MathJax.Hub.Config({tex2jax: {inlineMath: [['$','$'], ['\\(','\\)']]}});
+
        MathJax.Hub.Config({tex2jax: {inlineMath: [['$','$'], ['\\(','\\)']]}});
  
  
  
</script>
+
   
 +
   
 +
   
 +
    </script>
  
<script type="text/javascript">
+
    <script type="text/javascript">
  
$(document).ready(function () {
+
        $(document).ready(function () {
$("#category_navbar a").on('click', function (event) {
+
            $("#category_navbar a").on('click', function (event) {
// Make sure this.hash has a value before overriding default behavior
+
                // Make sure this.hash has a value before overriding default behavior
if (this.hash !== "") {
+
                if (this.hash !== "") {
// Prevent default anchor click behavior
+
                    // Prevent default anchor click behavior
event.preventDefault();
+
                    event.preventDefault();
  
// Store hash0
+
                    // Store hash0
var hash = this.hash;
+
                    var hash = this.hash;
  
// Using jQuery's animate() method to add smooth page scroll
+
                    // Using jQuery's animate() method to add smooth page scroll
// The optional number (800) specifies the number of milliseconds it takes to scroll to the specified area
+
                    // The optional number (800) specifies the number of milliseconds it takes to scroll to the specified area
$('html, body').animate({
+
                    $('html, body').animate({
scrollTop: $(hash).offset().top
+
                        scrollTop: $(hash).offset().top
}, 800, function () {
+
                    }, 800, function () {
  
// Add hash (#) to URL when done scrolling (default click behavior)
+
                        // Add hash (#) to URL when done scrolling (default click behavior)
window.location.hash = hash;
+
                        window.location.hash = hash;
});
+
                    });
}  // End if
+
                }  // End if
});
+
            });
});
+
        });
  
  
</script>
+
    </script>
  
 
</head>
 
</head>
Line 98: Line 101:
  
  
<div class="row card" id='bodycontainer' class='row'>
+
    <div class="row card" id='bodycontainer' class='row'>
  
<nav class="navbar navbar-default navbar-static-top">
+
        <nav class="navbar navbar-default navbar-static-top">
<!-- Brand and toggle get grouped for better mobile display -->
+
            <!-- Brand and toggle get grouped for better mobile display -->
<div class="navbar-header">
+
            <div class="navbar-header">
<button type="button" class="navbar-toggle collapsed" data-toggle="collapse"
+
                <button type="button" class="navbar-toggle collapsed" data-toggle="collapse"
data-target="#bs-example-navbar-collapse-1" aria-expanded="false">
+
                        data-target="#bs-example-navbar-collapse-1" aria-expanded="false">
<span class="sr-only">Toggle navigation</span>
+
                    <span class="sr-only">Toggle navigation</span>
<span class="icon-bar"></span>
+
                    <span class="icon-bar"></span>
<span class="icon-bar"></span>
+
                    <span class="icon-bar"></span>
<span class="icon-bar"></span>
+
                    <span class="icon-bar"></span>
</button>
+
                </button>
<a class="navbar-brand" href="#"><img src="https://static.igem.org/mediawiki/2017/8/8c/%E5%91%80%E5%95%8A%E5%93%88.jpeg" width="100"></a>
+
                <a class="navbar-brand" href="#"><img
</div>
+
                        src="https://static.igem.org/mediawiki/2017/8/8c/%E5%91%80%E5%95%8A%E5%93%88.jpeg" width="100"></a>
 +
            </div>
  
<!-- Collect the nav links, forms, and other content for toggling -->
+
            <!-- Collect the nav links, forms, and other content for toggling -->
<div class="collapse navbar-collapse" id="bs-example-navbar-collapse-1">
+
            <div class="collapse navbar-collapse" id="bs-example-navbar-collapse-1">
<ul class="nav navbar-nav">
+
                <ul class="nav navbar-nav">
<li><a href="/Team:SDSZ-China">Home</a></li>
+
                    <li><a href="/Team:SDSZ-China">Home</a></li>
<li><a href="/Team:SDSZ-China/Project">Project</a></li>
+
                    <li><a href="/Team:SDSZ-China/Project">Project</a></li>
<li><a href="/Team:SDSZ-China/Experiment">Experiment</a></li>
+
                    <li><a href="/Team:SDSZ-China/Experiment">Experiment</a></li>
<li><a href="/Team:SDSZ-China/Parts">Parts</a></li>
+
                    <li><a href="/Team:SDSZ-China/Parts">Parts</a></li>
<li><a href="/Team:SDSZ-China/Human_Practices">Human Practices</a></li>
+
                    <li><a href="/Team:SDSZ-China/Human_Practices">Human Practices</a></li>
<li><a href="/Team:SDSZ-China/Safety">Safety</a></li>
+
                    <li><a href="/Team:SDSZ-China/Safety">Safety</a></li>
</ul>
+
                    <li><a href="/Team:SDSZ-China/Hardware">Hardware</a></li>
<ul class="nav navbar-nav navbar-right">
+
                </ul>
<li><a href="/Team:SDSZ-China/Team">Team and attributions</a></li>
+
                <ul class="nav navbar-nav navbar-right">
<li><a href="#">By SDSZ</a></li>
+
                    <li><a href="/Team:SDSZ-China/Team">Team and attributions</a></li>
</ul>
+
                    <li><a href="#">By SDSZ</a></li>
</div><!-- /.navbar-collapse -->
+
                </ul>
</nav>
+
            </div><!-- /.navbar-collapse -->
 +
        </nav>
  
  
<div class="col-sm-2" style='padding-left:5% padding-right:10%'>
+
        <div class="col-sm-2" style='padding-left:5% padding-right:10%'>
<div id="category_navbar">
+
            <div id="category_navbar">
<ul class="nav nav-list" data-spy="affix" data-offset-top="160"
+
                <ul class="nav nav-list" data-spy="affix" data-offset-top="160"
style='-webkit-transform: translateZ(0);width:160px;margin-left:0'>
+
                    style='-webkit-transform: translateZ(0);width:160px;margin-left:0'>
<li><a href="#Parts">Parts</a></li>
+
                    <li><a href="#Parts">Parts</a></li>
</ul>
+
                    <li><a href="#Contribution">Contribution</a></li>
</div>
+
                </ul>
 +
            </div>
  
</div>
+
        </div>
  
<div class="col-sm-10" style="padding-right:5%">
+
        <div class="col-sm-10" style="padding-right:5%">
  
<div class="row">
+
            <h1 id="Parts">Parts</h1>
<div class="col-sm-12">
+
            <div>
<h1 id="Parts">Parts</h1>
+
                <table>
</html>
+
                    <thead>
<groupparts>iGEM17 SDSZ-China</groupparts>
+
                    <tr>
 +
                        <th>Name</th>
 +
                        <th>Type</th>
 +
                        <th>Description</th>
 +
                        <th>Designer</th>
 +
                        <th>Length</th>
 +
                    </tr>
 +
                    </thead>
 +
                    <tbody>
 +
                    <tr>
 +
                        <td><a href='http://parts.igem.org/wiki/index.php?title=Part:BBa_K2239001'>BBa_K2239001</a></td>
 +
                        <td>Generator</td>
 +
                        <td>ChBD-7alphaHSDH</td>
 +
                        <td>Ruohong Wang</td>
 +
                        <td>1089</td>
 +
                    </tr>
 +
                    <tr>
 +
                        <td><a href='http://parts.igem.org/wiki/index.php?title=Part:BBa_K2239002'>BBa_K2239002</a></td>
 +
                        <td>Generator</td>
 +
                        <td>ChBD-7betaHSDH</td>
 +
                        <td>Ruohong Wang</td>
 +
                        <td>1179</td>
 +
                    </tr>
 +
                    <tr>
 +
                        <td><a href='http://parts.igem.org/wiki/index.php?title=Part:BBa_K2239003'>BBa_K2239003</a></td>
 +
                        <td>Generator</td>
 +
                        <td>ChBD-LDH</td>
 +
                        <td>Ruohong Wang</td>
 +
                        <td>1323</td>
 +
                    </tr>
 +
                    <tr>
 +
                        <td><a href='http://parts.igem.org/wiki/index.php?title=Part:BBa_K2239004'>BBa_K2239004</a></td>
 +
                        <td>Generator</td>
 +
                        <td>ChBD-GDH</td>
 +
                        <td>Ruohong Wang</td>
 +
                        <td>1107</td>
 +
                    </tr>
 +
                    <tr>
 +
                        <td><a href='http://parts.igem.org/wiki/index.php?title=Part:BBa_K2239005'>BBa_K2239005</a></td>
 +
                        <td>Generator</td>
 +
                        <td>ChBD-GFP</td>
 +
                        <td>Ruohong Wang</td>
 +
                        <td>1047</td>
 +
                    </tr>
 +
                    <tr>
 +
                        <td><a href='http://parts.igem.org/wiki/index.php?title=Part:BBa_K2239006'>BBa_K2239006</a></td>
 +
                        <td>Generator</td>
 +
                        <td>CBD-7alphaHSDH</td>
 +
                        <td>Ruohong Wang</td>
 +
                        <td>1080</td>
 +
                    </tr>
 +
                    <tr>
 +
                        <td><a href='http://parts.igem.org/wiki/index.php?title=Part:BBa_K2239007'>BBa_K2239007</a></td>
 +
                        <td>Generator</td>
 +
                        <td>CBD-7betaHSDH</td>
 +
                        <td>Ruohong Wang</td>
 +
                        <td>1170</td>
 +
                    </tr>
 +
                    <tr>
 +
                        <td><a href='http://parts.igem.org/wiki/index.php?title=Part:BBa_K2239008'>BBa_K2239008</a></td>
 +
                        <td>Generator</td>
 +
                        <td>CBD-LDH</td>
 +
                        <td>Ruohong Wang</td>
 +
                        <td>1314</td>
 +
                    </tr>
 +
                    <tr>
 +
                        <td><a href='http://parts.igem.org/wiki/index.php?title=Part:BBa_K2239009'>BBa_K2239009</a></td>
 +
                        <td>Generator</td>
 +
                        <td>CBD-GDH</td>
 +
                        <td>Ruohong Wang</td>
 +
                        <td>1098</td>
 +
                    </tr>
 +
                    <tr>
 +
                        <td><a href='http://parts.igem.org/wiki/index.php?title=Part:BBa_K2239010'>BBa_K2239010</a></td>
 +
                        <td>Generator</td>
 +
                        <td>CBD-GFP</td>
 +
                        <td>Ruohong Wang</td>
 +
                        <td>1038</td>
 +
                    </tr>
 +
                    <tr>
 +
                        <td><a href='http://parts.igem.org/wiki/index.php?title=Part:BBa_K2239011'>BBa_K2239011</a></td>
 +
                        <td>Coding</td>
 +
                        <td>7alpha-HSDH</td>
 +
                        <td>Ruohong Wang</td>
 +
                        <td>780</td>
 +
                    </tr>
 +
                    <tr>
 +
                        <td><a href='http://parts.igem.org/wiki/index.php?title=Part:BBa_K2239012'>BBa_K2239012</a></td>
 +
                        <td>Coding</td>
 +
                        <td>7beta-HSDH</td>
 +
                        <td>Ruohong Wang</td>
 +
                        <td>870</td>
 +
                    </tr>
 +
                    <tr>
 +
                        <td><a href='http://parts.igem.org/wiki/index.php?title=Part:BBa_K2239013'>BBa_K2239013</a></td>
 +
                        <td>Coding</td>
 +
                        <td>GFP</td>
 +
                        <td>Ruohong Wang</td>
 +
                        <td>738</td>
 +
                    </tr>
 +
                    <tr>
 +
                        <td><a href='http://parts.igem.org/wiki/index.php?title=Part:BBa_K2239014'>BBa_K2239014</a></td>
 +
                        <td>Coding</td>
 +
                        <td>GDH (glucose dehydrogenas)</td>
 +
                        <td>Ruohong Wang</td>
 +
                        <td>798</td>
 +
                    </tr>
 +
                    <tr>
 +
                        <td><a href='http://parts.igem.org/wiki/index.php?title=Part:BBa_K2239015'>BBa_K2239015</a></td>
 +
                        <td>Coding</td>
 +
                        <td>LDH ( lactate dehydrogenase)</td>
 +
                        <td>Ruohong Wang</td>
 +
                        <td>1014</td>
 +
                    </tr>
 +
                    </tbody>
 +
                </table>
 +
            </div>
  
<html>
+
            <h1 id="Contribution">Contribution</h1>
</div>
+
            <p>We improved the description of CBD and ChBD on previous part pages.</p>
 +
            <h2>Proof of the CBD function</h2>
 +
            <p>The resulted solution after expression is mixed with a gauze piece, and the green color on gauze is
 +
                recorded. Then the gauze is washed three times using ddH2O, but the green fluorescent on it is not
 +
                significantly reduced, proving that the CDB is well functioned. In comparison, no green fluorescent is
 +
                left after washing the gauze mixed with GFP-ChBD (Chintin binding domain).</p>
 +
            <div class="row">
 +
                <figure class="col-sm-3"><div class="thumbnail"><img src='https://static.igem.org/mediawiki/2017/f/f4/1_CBD.png'
 +
                                              alt='https://static.igem.org/mediawiki/2017/f/f4/1_CBD.png'/>
 +
                    <p>[Fig. 1. GFP-CBD on gauze before washing]</p></div></figure>
 +
                <figure class="col-sm-3"><div class="thumbnail"><img src='https://static.igem.org/mediawiki/2017/d/de/2_CBD.png'
 +
                                              alt='https://static.igem.org/mediawiki/2017/d/de/2_CBD.png'/>
 +
                    <p>[Fig. 2. GFP-CBD on gauze after washing]</p></div></figure>
 +
                <figure class="col-sm-3"><div class="thumbnail"><img src='https://static.igem.org/mediawiki/2017/7/70/3_CBD.png'
 +
                                              alt='https://static.igem.org/mediawiki/2017/7/70/3_CBD.png'/>
 +
                    <p>[Fig. 3. GFP-ChBD on gauze before washing]</p></div></figure>
 +
                <figure class="col-sm-3"><div class="thumbnail"><img src='https://static.igem.org/mediawiki/2017/1/13/4_CBD.png'
 +
                                              alt='https://static.igem.org/mediawiki/2017/1/13/4_CBD.png'/>
 +
                    <p>[Fig. 4. GFP-ChBD on gauze after washing]</p></div></figure>
 +
            </div>
 +
            <h2>Proof of the ChBD function</h2>
 +
            <p>The resulted solution after expression is mixed with chitin powder. Also, the solution with GFP-ChBD but
 +
                without chitin, solution with the presence of GFP and chitin, and water in comparison, are
 +
                presented.</p>
 +
            <p>Tube 3 contains GFP-ChBD, with a significant green color in the solution. After adding chitin powder
 +
                inside the tube, the color in the solution disappears and shows on the chitin powder, as presented in
 +
                tube 2. It proves that the ChBD successfully binds the GFP onto the chitin powder. In contrast, the
 +
                color of the solution is not changed when adding chitin powder into the GFP solution without ChBD. As a
 +
                result, the ChBD is well functioned.</p>
 +
            <p></p>
 +
            <div class="row">
 +
                <figure class="col-sm-3"><div class="thumbnail">
 +
                    <img src='https://static.igem.org/mediawiki/2017/0/07/5_CBD.png'
 +
                        alt='https://static.igem.org/mediawiki/2017/0/07/5_CBD.png'/>
 +
                    <p>[Fig.5 ChBD function: tube1, GFP and chitin; tube2, GFP-ChBD and chitin; tube3, GFP-ChBD; tube4,
 +
                        water]</p></div></figure>
 +
                <p></p>
  
<br>
+
            </div>
<br>
+
</div>
+
  
<br>
 
<br>
 
<br>
 
</div>
 
</div>
 
  
<div class="backgroundpic">
+
            <br>
<img src="https://static.igem.org/mediawiki/2017/e/e3/%E8%83%8C%E6%99%AF2jpeg.jpeg" width="100%"
+
            <br>
height="100%" id="bg" alt="">
+
            <br>
</div>
+
        </div>
 +
    </div>
 +
 
 +
    <div class="backgroundpic">
 +
        <img src="https://static.igem.org/mediawiki/2017/e/e3/%E8%83%8C%E6%99%AF2jpeg.jpeg" width="100%"
 +
            height="100%" id="bg" alt="">
 +
    </div>
 
</div>
 
</div>
  

Latest revision as of 03:49, 2 November 2017


Project

Parts

Name Type Description Designer Length
BBa_K2239001 Generator ChBD-7alphaHSDH Ruohong Wang 1089
BBa_K2239002 Generator ChBD-7betaHSDH Ruohong Wang 1179
BBa_K2239003 Generator ChBD-LDH Ruohong Wang 1323
BBa_K2239004 Generator ChBD-GDH Ruohong Wang 1107
BBa_K2239005 Generator ChBD-GFP Ruohong Wang 1047
BBa_K2239006 Generator CBD-7alphaHSDH Ruohong Wang 1080
BBa_K2239007 Generator CBD-7betaHSDH Ruohong Wang 1170
BBa_K2239008 Generator CBD-LDH Ruohong Wang 1314
BBa_K2239009 Generator CBD-GDH Ruohong Wang 1098
BBa_K2239010 Generator CBD-GFP Ruohong Wang 1038
BBa_K2239011 Coding 7alpha-HSDH Ruohong Wang 780
BBa_K2239012 Coding 7beta-HSDH Ruohong Wang 870
BBa_K2239013 Coding GFP Ruohong Wang 738
BBa_K2239014 Coding GDH (glucose dehydrogenas) Ruohong Wang 798
BBa_K2239015 Coding LDH ( lactate dehydrogenase) Ruohong Wang 1014

Contribution

We improved the description of CBD and ChBD on previous part pages.

Proof of the CBD function

The resulted solution after expression is mixed with a gauze piece, and the green color on gauze is recorded. Then the gauze is washed three times using ddH2O, but the green fluorescent on it is not significantly reduced, proving that the CDB is well functioned. In comparison, no green fluorescent is left after washing the gauze mixed with GFP-ChBD (Chintin binding domain).

https://static.igem.org/mediawiki/2017/f/f4/1_CBD.png

[Fig. 1. GFP-CBD on gauze before washing]

https://static.igem.org/mediawiki/2017/d/de/2_CBD.png

[Fig. 2. GFP-CBD on gauze after washing]

https://static.igem.org/mediawiki/2017/7/70/3_CBD.png

[Fig. 3. GFP-ChBD on gauze before washing]

https://static.igem.org/mediawiki/2017/1/13/4_CBD.png

[Fig. 4. GFP-ChBD on gauze after washing]

Proof of the ChBD function

The resulted solution after expression is mixed with chitin powder. Also, the solution with GFP-ChBD but without chitin, solution with the presence of GFP and chitin, and water in comparison, are presented.

Tube 3 contains GFP-ChBD, with a significant green color in the solution. After adding chitin powder inside the tube, the color in the solution disappears and shows on the chitin powder, as presented in tube 2. It proves that the ChBD successfully binds the GFP onto the chitin powder. In contrast, the color of the solution is not changed when adding chitin powder into the GFP solution without ChBD. As a result, the ChBD is well functioned.

https://static.igem.org/mediawiki/2017/0/07/5_CBD.png

[Fig.5 ChBD function: tube1, GFP and chitin; tube2, GFP-ChBD and chitin; tube3, GFP-ChBD; tube4, water]