Difference between revisions of "Team:NKU China/Parts"

 
(7 intermediate revisions by 2 users not shown)
Line 75: Line 75:
  
 
         #parts section table {
 
         #parts section table {
 +
            background-color:transparent;
 +
            color:white;
 
             margin:0 auto;
 
             margin:0 auto;
 
             border-collapse:collapse;
 
             border-collapse:collapse;
Line 86: Line 88:
  
 
         #parts section table td {
 
         #parts section table td {
 +
            vertical-align:middle;
 +
            background-color:transparent;
 
             text-align:center;
 
             text-align:center;
 
             padding:0.5rem 1rem;
 
             padding:0.5rem 1rem;
 
             border:0.05rem solid dodgerblue;
 
             border:0.05rem solid dodgerblue;
 +
        }
 +
 +
        #parts section table td:nth-child(3) {
 +
            text-align:left;
 +
            text-indent:2rem;
 
         }
 
         }
 
     </style>
 
     </style>
Line 99: Line 108:
 
<body id="dongzhuoer">
 
<body id="dongzhuoer">
 
     <div id="particles-js"></div>
 
     <div id="particles-js"></div>
     <script>
+
     <script src="https://2016.igem.org/Template:NKU_China/js/particlesJS?action=raw&ctype=text/javascript"></script>
        particlesJS('particles-js',
+
  {
+
      "particles": {
+
          "number": {
+
              "value": 100,
+
              "density": {
+
                  "enable": true,
+
                  "value_area": 800
+
              }
+
          },
+
          "color": {
+
              "value": "#0ff"
+
          },
+
          "shape": {
+
              "type": "circle",
+
              "stroke": {
+
                  "width": 0,
+
                  "color": "#000000"
+
              },
+
              "polygon": {
+
                  "nb_sides": 5
+
              },
+
              "image": {
+
                  "src": "img/github.svg",
+
                  "width": 100,
+
                  "height": 100
+
              }
+
          },
+
          "opacity": {
+
              "value": 0.4,
+
              "random": false,
+
              "anim": {
+
                  "enable": false,
+
                  "speed": 1,
+
                  "opacity_min": 0,
+
                  "sync": false
+
              }
+
          },
+
          "size": {
+
              "value": 5,
+
              "random": true,
+
              "anim": {
+
                  "enable": false,
+
                  "speed": 40,
+
                  "size_min": 0,
+
                  "sync": false
+
              }
+
          },
+
          "line_linked": {
+
              "enable": true,
+
              "distance": 150,
+
              "color": "#ff0",
+
              "opacity": 0.4,
+
              "width": 1
+
          },
+
          "move": {
+
              "enable": true,
+
              "speed": 6,
+
              "direction": "none",
+
              "random": false,
+
              "straight": false,
+
              "out_mode": "out",
+
              "attract": {
+
                  "enable": true,
+
                  "rotateX": 600,
+
                  "rotateY": 1200
+
              }
+
          }
+
      },
+
      "interactivity": {
+
          "detect_on": "canvas",
+
          "events": {
+
              "onhover": {
+
                  "enable": true,
+
                  "mode": ["grab", "bubble"]
+
              },
+
              "onclick": {
+
                  "enable": true,
+
                  "mode": ["push", "repulse"]
+
              },
+
              "resize": true
+
          },
+
          "modes": {
+
              "grab": {
+
                  "distance": 100,
+
                  "line_linked": {
+
                      "opacity": 0.75
+
                  }
+
              },
+
              "bubble": {
+
                  "distance": 100,
+
                  "size": 4,
+
                  "duration": 2,
+
                  "opacity": 8,
+
                  "speed": 5
+
              },
+
              "repulse": {
+
                  "distance": 200
+
              },
+
              "push": {
+
                  "particles_nb": 4
+
              },
+
              "remove": {
+
                  "particles_nb": 2
+
              }
+
          }
+
      },
+
      "retina_detect": true,
+
      "config_demo": {
+
          "hide_card": false,
+
          "background_color": "#b61924",
+
          "background_image": "",
+
          "background_position": "50% 50%",
+
          "background_repeat": "no-repeat",
+
          "background_size": "cover"
+
      }
+
  }
+
 
+
);
+
    </script>
+
 
     <div class="main" id="parts">
 
     <div class="main" id="parts">
 
         <div class="h1">Parts</div>
 
         <div class="h1">Parts</div>
Line 234: Line 123:
 
                     <td>BBa_K1981001</td>
 
                     <td>BBa_K1981001</td>
 
                     <td><i>lsrA</i></td>
 
                     <td><i>lsrA</i></td>
                     <td>Autoinducer 2 import ATP-binding protein LsrA</td>
+
                     <td>Autoinducer-2 import ATP-binding protein LsrA</td>
 
                 </tr>
 
                 </tr>
 
                 <tr>
 
                 <tr>
 
                     <td>BBa_K1981002</td>
 
                     <td>BBa_K1981002</td>
 
                     <td><i>lsrB</i></td>
 
                     <td><i>lsrB</i></td>
                     <td>Autoinducer 2-binding protein LsrB</td>
+
                     <td>Autoinducer-2-binding protein LsrB</td>
 
                 </tr>
 
                 </tr>
 
                 <tr>
 
                 <tr>
 
                     <td>BBa_K1981003</td>
 
                     <td>BBa_K1981003</td>
 
                     <td><i>lsrC</i></td>
 
                     <td><i>lsrC</i></td>
                     <td>Autoinducer 2 import system permease protein LsrC</td>
+
                     <td>Autoinducer-2 import system permease protein LsrC</td>
 
                 </tr>
 
                 </tr>
 
                 <tr>
 
                 <tr>
 
                     <td>BBa_K1981004</td>
 
                     <td>BBa_K1981004</td>
 
                     <td><i>lsrD</i></td>
 
                     <td><i>lsrD</i></td>
                     <td>Autoinducer 2 import system permease protein LsrD</td>
+
                     <td>Autoinducer-2 import system permease protein LsrD</td>
 
                 </tr>
 
                 </tr>
 
                 <tr>
 
                 <tr>
 
                     <td>BBa_K1981005</td>
 
                     <td>BBa_K1981005</td>
 
                     <td><i>lsrFG</i></td>
 
                     <td><i>lsrFG</i></td>
                     <td>A Protein complex involved in the degradation of phospho-AI-2</td>
+
                     <td>A protein complex involved in the degradation of phospho-AI-2</td>
 
                 </tr>
 
                 </tr>
 
                 <tr>
 
                 <tr>
Line 263: Line 152:
 
                 <tr>
 
                 <tr>
 
                     <td>BBa_K1981007</td>
 
                     <td>BBa_K1981007</td>
                     <td><i>luxS</i></td>
+
                     <td><i>mtn</i></td>
                     <td>S-ribosylhomocysteine lyase</td>
+
                     <td>5'-methylthioadenosine/S-adenosylhomocysteine nucleosidase</td>
 
                 </tr>
 
                 </tr>
 
                 <tr>
 
                 <tr>
 
                     <td>BBa_K1981008</td>
 
                     <td>BBa_K1981008</td>
                     <td><i>Mtn</i></td>
+
                     <td><i>luxS</i></td>
                     <td>5'-methylthioadenosine/S-adenosylhomocysteine nucleosidase</td>
+
                     <td>S-ribosylhomocysteine lyase</td>
 
                 </tr>
 
                 </tr>
 +
               
 
                 <tr>
 
                 <tr>
 
                     <td>BBa_K1981101</td>
 
                     <td>BBa_K1981101</td>
Line 278: Line 168:
 
                 <tr>
 
                 <tr>
 
                     <td>BBa_K1981201</td>
 
                     <td>BBa_K1981201</td>
                     <td>Autoinducer-2<br> Response Device A</td>
+
                     <td style="min-width:7rem;">Autoinducer-2<br> Response Device A</td>
                     <td>A composite part of which GFP expression  can directly respond<br> to AI-2 concentration in the nature or artificial environment</td>
+
                     <td>A composite part of which GFP expression  can directly respond<br> to AI-2 concentration in the natural or artificial environment</td>
 
                 </tr>
 
                 </tr>
 
                 <tr>
 
                 <tr>
 
                     <td>BBa_K1981202</td>
 
                     <td>BBa_K1981202</td>
 
                     <td>Autoinducer-2<br> Response Device B</td>
 
                     <td>Autoinducer-2<br> Response Device B</td>
                     <td>A composite part which has a tighter regulation and delayed<br> response compared to AI-2 response device A</td>
+
                     <td>A composite part which has a tighter regulation and delayed<br> response compared to AI-2 Response Device A</td>
 
                 </tr>
 
                 </tr>
 
             </table>
 
             </table>
Line 292: Line 182:
 
             <article>
 
             <article>
 
                 <div class="h3"><i>lsr</i> promoter of LuxS/AI-2 signaling pathway in <i>E. coli</i> (BBa_K1981101)</div>
 
                 <div class="h3"><i>lsr</i> promoter of LuxS/AI-2 signaling pathway in <i>E. coli</i> (BBa_K1981101)</div>
                 <div class="p">AI-2 is generated by many species of Gram-negative and Gram-positive bacteria. In a group of bacteria exemplified by E.coli MG1655, AI-2 response involves lsr gene clusters that encode lsrACDB, lsrK, lsrFG. plsr is the promoter of the lsr operon.</div>
+
                 <div class="p">AI-2 is generated by many species of Gram-negative and Gram-positive bacteria. In a group of bacteria exemplified by <i>E. coli</i> MG1655, AI-2 response involves <i>lsr</i> gene clusters that encode <i>lsrACDB</i>, <i>lsrK</i>, <i>lsrFG</i>. <i>plsr</i> is the promoter of the <i>lsr</i> operon.</div>
                 <div class="p">We isolated the promoter region of the lsr operon to regulate the expression of the report gene, GFP (BBa_E0040). In order to test the function of the lsr promoter, we transformed the plasmid pTrcHisB containing plsr with GFP gene at its downstream into E. coli MG1655 delta luxS. We directly add exogenous AI-2 into the culture. The final concentraton of AI-2 is 50&mu;M. Every one hour, optical density was measured and samples were harvested for HPLC analysis. As you can see, after induced by AI-2, the GFP expression is increased compared to control group.</div>
+
                 <div class="p">We isolated the promoter region of the <i>lsr</i> operon to regulate the expression of the report gene, GFP (BBa_E0040). In order to test the function of the <i>lsr</i> promoter, we transformed the plasmid pTrcHisB containing <i>plsr</i> with GFP gene at its downstream into <i>E. coli</i> MG1655 &Delta;luxS. We directly add exogenous AI-2 into the culture. The final concentraton of AI-2 is 50&mu;M. Every one hour, optical density was measured and samples were harvested for HPLC analysis. As you can see, after induced by AI-2, the GFP expression is increased compared to control group.</div>
 
                 <figure style="max-width:35rem;">
 
                 <figure style="max-width:35rem;">
 
                     <img src="https://static.igem.org/mediawiki/2016/c/cc/T--NKU_China--parts-1.png">
 
                     <img src="https://static.igem.org/mediawiki/2016/c/cc/T--NKU_China--parts-1.png">
                     <figcaption>Figure 1.1: GFP expression after promoter lsr is induced by exogenous AI-2</figcaption>
+
                     <figcaption>Figure 1.1: GFP expression after promoter <i>lsr</i> is induced by exogenous AI-2</figcaption>
 
                 </figure>
 
                 </figure>
                 <div class="p">Then we test whether promoter lsr can respond to different AI-2 concentration. We directly add exogenous AI-2 into the culture. The final concentraton of AI-2 is 50&mu;M, 40&mu;M, 30&mu;M, 20&mu;M, 10&mu;M, 0&mu;M. Every one hour, optical density was measured and samples were harvested for HPLC analysis. The result below shows that promoter lsr can respond to different AI-2 concentration resulting in different GFP expression.</div>
+
                 <div class="p">Then we test whether promoter <i>lsr</i> can respond to different AI-2 concentration. We directly add exogenous AI-2 into the culture. The final concentraton of AI-2 is 50&mu;M, 40&mu;M, 30&mu;M, 20&mu;M, 10&mu;M, 0&mu;M. Every one hour, optical density was measured and samples were harvested for HPLC analysis. The result below shows that promoter <i>lsr</i> can respond to different AI-2 concentration resulting in different GFP expression.</div>
 
                 <figure style="max-width:30rem;">
 
                 <figure style="max-width:30rem;">
 
                     <img src="https://static.igem.org/mediawiki/2016/2/2a/T--NKU_China--parts-2.jpg">
 
                     <img src="https://static.igem.org/mediawiki/2016/2/2a/T--NKU_China--parts-2.jpg">
Line 309: Line 199:
 
             <article>
 
             <article>
 
                 <div class="h3">Autoinducer-2 Response Device A</div>
 
                 <div class="h3">Autoinducer-2 Response Device A</div>
                 <div class="p">This composite part consists of the AI-2 (autoinducer-2) quorum sensor-inducible promoter BBa_K1981101, a GFP coding sequence BBa_E0040, a double terminator BBa_B0015. We firstly isolated promoter lsr from E.coli MG1655. GFP BBa_E0040 and double terminator BBa_B0015 are standard part offered by iGEM. Then we successfully constrcuted plsr+ GFP +double terminator by using homologous recombination technology.</div>
+
                 <div class="p">This composite part consists of the AI-2 (autoinducer-2) quorum sensor-inducible promoter BBa_K1981101, a GFP coding sequence BBa_E0040, a double terminator BBa_B0015. We firstly isolated promoter <i>lsr</i> from <i>E.coli</i> MG1655. GFP BBa_E0040 and double terminator BBa_B0015 are standard part offered by iGEM. Then we successfully constrcuted <i>plsr</i>+GFP+double terminator using homologous recombination technology.</div>
                 <div class="p">In AI-2 Response Device A, GFP expression is under the control of promoter, lsr. When phospho-AI-2 binds LsrR, expression of GFP ensues. The expression of GFP can directly response to the AI-2 level in the environment, which is an alternative way to reflect the AI-2 concentration in the nature or artificial environment.</div>
+
                 <div class="p">In AI-2 Response Device A, GFP expression is under the control of promoter, <i>lsr</i>. When phospho-AI-2 binds LsrR, expression of GFP ensues. The expression of GFP can directly respond to the AI-2 level in the environment, which is an alternative way to reflect the AI-2 concentration in the natural or artificial environment.</div>
 
                  
 
                  
 
                 <div class="p">We fisrtly tested whether AI-2 Response Device A can respond to different AI-2 concentration. We directly added exogenous AI-2 into the culture. The final concentraton of AI-2 is 50&mu;M, 40&mu;M, 30&mu;M, 20&mu;M, 10&mu;M, 0&mu;M. Every one hour, optical density was measured and samples were harvested for HPLC analysis. The result below shows that deicve can respond to different AI-2 concentration resulting in different GFP expression.</div>
 
                 <div class="p">We fisrtly tested whether AI-2 Response Device A can respond to different AI-2 concentration. We directly added exogenous AI-2 into the culture. The final concentraton of AI-2 is 50&mu;M, 40&mu;M, 30&mu;M, 20&mu;M, 10&mu;M, 0&mu;M. Every one hour, optical density was measured and samples were harvested for HPLC analysis. The result below shows that deicve can respond to different AI-2 concentration resulting in different GFP expression.</div>
Line 317: Line 207:
 
                     <figcaption>Figure 2.1: GFP expression of AI-2 Response Device A when add exogenous AI-2.</figcaption>
 
                     <figcaption>Figure 2.1: GFP expression of AI-2 Response Device A when add exogenous AI-2.</figcaption>
 
                 </figure>
 
                 </figure>
                 <div class="p">AI-2 Consumers was constructed by iGEM 2016 NKU_China by overexpression the components responsible for AI-2 uptake (lsrACDB), phosphorylation (lsrK), and degradation (lsrFG), which can directly absorb and degrade AI-2 in the nature or artificial environment. When E.coli consisting of AI-2 Response Device A are co-cultured with AI-2 Consumers, the GFP expression of AI-2 Response Device A is directly decreased compared to control group.</div>
+
                 <div class="p">AI-2 Consumers was constructed by iGEM 2016 NKU_China by overexpression the components responsible for AI-2 uptake (<i>lsrACDB</i>), phosphorylation (<i>lsrK</i>), and degradation (<i>lsrFG</i>), which can directly absorb and degrade AI-2 in the natural or artificial environment. When E.coli consisting of AI-2 Response Device A are co-cultured with AI-2 Consumers, the GFP expression of AI-2 Response Device A is significantly decreased compared to control group.</div>
 
                 <figure style="max-width:45rem;">
 
                 <figure style="max-width:45rem;">
 
                     <img src="https://static.igem.org/mediawiki/2016/6/65/T--NKU_China--parts-3.png">
 
                     <img src="https://static.igem.org/mediawiki/2016/6/65/T--NKU_China--parts-3.png">
                     <figcaption>Figure 1.2: GFP expression of AI-2 Response Device A when co-cultured with AI-2 Consumers.</figcaption>
+
                     <figcaption>Figure 2.2: GFP expression of AI-2 Response Device A when co-cultured with AI-2 Consumers.</figcaption>
 
                 </figure>
 
                 </figure>
                 <div class="p">AI-2 Suppliers was constructed by iGEM 2016 NKU_China by overexpression the components responsible for AI-2 production (luxS, mtn), which can directly supply and enrich the AI-2 molecular level in the nature or artificial environment. When E.coli consisting of AI-2 Response Device A are co-cultured with AI-2 Suppliers, the GFP expression of AI-2 Response Device A is directly increased compared to control group.</div>                 
+
                 <div class="p">AI-2 Suppliers was constructed by iGEM 2016 NKU_China by overexpressing the components responsible for AI-2 production (<i>luxS</i>, <i>mtn</i>), which can directly supply and enrich the AI-2 molecular level in the natural or artificial environment. When <i>E. coli</i> consisting of AI-2 Response Device A are co-cultured with AI-2 Suppliers, the GFP expression of AI-2 Response Device A is significantly increased compared to control group.</div>                 
 
                 <figure style="max-width:45rem;">
 
                 <figure style="max-width:45rem;">
 
                     <img src="https://static.igem.org/mediawiki/2016/4/40/T--NKU_China--parts-4.png">
 
                     <img src="https://static.igem.org/mediawiki/2016/4/40/T--NKU_China--parts-4.png">

Latest revision as of 03:25, 20 October 2016

Parts
Each part gives us new inspiration.
Part Submissions
Biobrick Part Description
BBa_K1981001 lsrA Autoinducer-2 import ATP-binding protein LsrA
BBa_K1981002 lsrB Autoinducer-2-binding protein LsrB
BBa_K1981003 lsrC Autoinducer-2 import system permease protein LsrC
BBa_K1981004 lsrD Autoinducer-2 import system permease protein LsrD
BBa_K1981005 lsrFG A protein complex involved in the degradation of phospho-AI-2
BBa_K1981006 lsrK Autoinducer-2 kinase
BBa_K1981007 mtn 5'-methylthioadenosine/S-adenosylhomocysteine nucleosidase
BBa_K1981008 luxS S-ribosylhomocysteine lyase
BBa_K1981101 plsr plsr is the promoter of the lsr operon
BBa_K1981201 Autoinducer-2
Response Device A
A composite part of which GFP expression can directly respond
to AI-2 concentration in the natural or artificial environment
BBa_K1981202 Autoinducer-2
Response Device B
A composite part which has a tighter regulation and delayed
response compared to AI-2 Response Device A
1. Best New Basic Part: BBa_K1981101
lsr promoter of LuxS/AI-2 signaling pathway in E. coli (BBa_K1981101)
AI-2 is generated by many species of Gram-negative and Gram-positive bacteria. In a group of bacteria exemplified by E. coli MG1655, AI-2 response involves lsr gene clusters that encode lsrACDB, lsrK, lsrFG. plsr is the promoter of the lsr operon.
We isolated the promoter region of the lsr operon to regulate the expression of the report gene, GFP (BBa_E0040). In order to test the function of the lsr promoter, we transformed the plasmid pTrcHisB containing plsr with GFP gene at its downstream into E. coli MG1655 ΔluxS. We directly add exogenous AI-2 into the culture. The final concentraton of AI-2 is 50μM. Every one hour, optical density was measured and samples were harvested for HPLC analysis. As you can see, after induced by AI-2, the GFP expression is increased compared to control group.
Figure 1.1: GFP expression after promoter lsr is induced by exogenous AI-2
Then we test whether promoter lsr can respond to different AI-2 concentration. We directly add exogenous AI-2 into the culture. The final concentraton of AI-2 is 50μM, 40μM, 30μM, 20μM, 10μM, 0μM. Every one hour, optical density was measured and samples were harvested for HPLC analysis. The result below shows that promoter lsr can respond to different AI-2 concentration resulting in different GFP expression.
Figure 1.2: GFP expression when add exogenous AI-2
2. Best New Composite Part: BBa_K1981201
Autoinducer-2 Response Device A
This composite part consists of the AI-2 (autoinducer-2) quorum sensor-inducible promoter BBa_K1981101, a GFP coding sequence BBa_E0040, a double terminator BBa_B0015. We firstly isolated promoter lsr from E.coli MG1655. GFP BBa_E0040 and double terminator BBa_B0015 are standard part offered by iGEM. Then we successfully constrcuted plsr+GFP+double terminator using homologous recombination technology.
In AI-2 Response Device A, GFP expression is under the control of promoter, lsr. When phospho-AI-2 binds LsrR, expression of GFP ensues. The expression of GFP can directly respond to the AI-2 level in the environment, which is an alternative way to reflect the AI-2 concentration in the natural or artificial environment.
We fisrtly tested whether AI-2 Response Device A can respond to different AI-2 concentration. We directly added exogenous AI-2 into the culture. The final concentraton of AI-2 is 50μM, 40μM, 30μM, 20μM, 10μM, 0μM. Every one hour, optical density was measured and samples were harvested for HPLC analysis. The result below shows that deicve can respond to different AI-2 concentration resulting in different GFP expression.
Figure 2.1: GFP expression of AI-2 Response Device A when add exogenous AI-2.
AI-2 Consumers was constructed by iGEM 2016 NKU_China by overexpression the components responsible for AI-2 uptake (lsrACDB), phosphorylation (lsrK), and degradation (lsrFG), which can directly absorb and degrade AI-2 in the natural or artificial environment. When E.coli consisting of AI-2 Response Device A are co-cultured with AI-2 Consumers, the GFP expression of AI-2 Response Device A is significantly decreased compared to control group.
Figure 2.2: GFP expression of AI-2 Response Device A when co-cultured with AI-2 Consumers.
AI-2 Suppliers was constructed by iGEM 2016 NKU_China by overexpressing the components responsible for AI-2 production (luxS, mtn), which can directly supply and enrich the AI-2 molecular level in the natural or artificial environment. When E. coli consisting of AI-2 Response Device A are co-cultured with AI-2 Suppliers, the GFP expression of AI-2 Response Device A is significantly increased compared to control group.
Figure 2.3: GFP expression of AI-2 Response Device A when co-cultured with AI-2 Suppliers.