Difference between revisions of "Team:Mingdao/Safety"

 
(30 intermediate revisions by 5 users not shown)
Line 2: Line 2:
 
<html lang="en">
 
<html lang="en">
 
<head>
 
<head>
  <link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css">
 
  <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/4.3.1/css/bootstrap.min.css">
 
  <script src="https://ajax.googleapis.com/ajax/libs/jquery/3.4.1/jquery.min.js"></script>
 
  <script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.14.7/umd/popper.min.js"></script>
 
  <script src="https://maxcdn.bootstrapcdn.com/bootstrap/4.3.1/js/bootstrap.min.js"></script>
 
 
</head>
 
</head>
  
 
<style type="text/css">
 
<style type="text/css">
a.nav-link {
 
  font-size: 20px!important;
 
}
 
 
p {
 
p {
 
   font-size: 18px!important;
 
   font-size: 18px!important;
 
}
 
}
li {
+
nav ul li {
 
   font-size: 20px!important;
 
   font-size: 20px!important;
 
}
 
}
a.nav-link:hover {
+
.row li {
   -webkit-animation-name: bottom-appear; /* Safari 4.0 - 8.0 */
+
   font-size: 20px!important;
  -webkit-animation-duration: 0.5s; /* Safari 4.0 - 8.0 */
+
  animation-name: bottom-appear;
+
  animation-duration: 0.5s;
+
  border-bottom: 5px green solid;
+
 
}
 
}
 
+
h1{
/* Safari 4.0 - 8.0 */
+
   color:#007282!important;
@-webkit-keyframes bottom-qppear {
+
   from {border-bottom: 5px transparent solid;}
+
  to { border-bottom: 5px green solid;}
+
 
}
 
}
 
/* Standard syntax */
 
@keyframes bottom-appear {
 
  from {border-bottom: 5px transparent solid;}
 
  to { border-bottom: 5px green solid;}
 
}
 
 
/* Makes dropdown visible when hovered */
 
.dropdown:hover>.dropdown-menu {
 
  display: block;
 
}
 
 
 
</style>
 
</style>
  
Line 50: Line 23:
 
     <img src="https://static.igem.org/mediawiki/2019/c/cb/T--Mingdao--Safety1.png" class="img-fluid" alt="Responsive image" style="width:100%">
 
     <img src="https://static.igem.org/mediawiki/2019/c/cb/T--Mingdao--Safety1.png" class="img-fluid" alt="Responsive image" style="width:100%">
 
</div>
 
</div>
<nav class="navbar navbar-expand-lg navbar-light sticky-top" style="background-color: #c9e8e1;">
+
</body>
  <a class="navbar-brand" href="#">
+
</html>
    <img src="/docs/4.3/assets/brand/bootstrap-solid.svg" width="30" height="30" class="d-inline-block align-top" alt="">
+
{{:Team:Mingdao/navbar}}
    Bootstrap
+
<html>
  </a>
+
<body>
  <button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarSupportedContent" aria-controls="navbarSupportedContent" aria-expanded="false" aria-label="Toggle navigation">
+
    <span class="navbar-toggler-icon"></span>
+
  </button>
+
 
+
  <div class="collapse navbar-collapse" id="navbarSupportedContent">
+
    <ul class="navbar-nav mr-auto">
+
      <li class="nav-item">
+
        <a class="nav-link" href="https://2019.igem.org/Team:Mingdao">Home <i class="fa fa-home" aria-hidden="true"></i></a>
+
      </li>
+
      <li class="nav-item">
+
        <a class="nav-link" href="https://2019.igem.org/Team:Mingdao/Description">Project <i class="fa fa-file-word-o" aria-hidden="true"></i></a>
+
      </li>
+
      <li class="nav-item">
+
        <a class="nav-link" href="https://2019.igem.org/Team:Mingdao/Demonstrate">Experiment <i class="fa fa-flask" aria-hidden="true"></i></a>
+
      </li>
+
      <li class="nav-item">
+
        <a class="nav-link" href="https://2019.igem.org/Team:Mingdao/Model">Modeling <i class="fa fa-bar-chart" aria-hidden="true"></i></a>
+
      </li>
+
      <li class="nav-item">
+
        <a class="nav-link" href="https://2019.igem.org/Team:Mingdao/Applied_Design">Prototype <i class="fa fa-wrench" aria-hidden="true"></i></a>
+
      </li>
+
      <li class="nav-item dropdown">
+
        <a class="nav-link dropdown-toggle" href="https://2019.igem.org/Team:Mingdao/Parts" id="navbarDropdown" role="button" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
+
          Parts <i class="fa fa-puzzle-piece" aria-hidden="true"></i>
+
        </a>
+
        <div class="dropdown-menu" aria-labelledby="navbarDropdown">
+
          <a class="dropdown-item" href="https://2019.igem.org/Team:Mingdao/Basic_Part">Basic Parts</a>
+
          <a class="dropdown-item" href="https://2019.igem.org/Team:Mingdao/Composite_Part">Composite Parts</a>
+
          <a class="dropdown-item" href="https://2019.igem.org/Team:Mingdao/Part_Collection">Part Collection</a>
+
        </div>
+
      </li>
+
      <li class="nav-item dropdown active">
+
        <a class="nav-link dropdown-toggle" href="https://2019.igem.org/Team:Mingdao/Notebook" id="navbarDropdown" role="button" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
+
          Notebook <i class="fa fa-book" aria-hidden="true"></i>
+
        </a>
+
        <div class="dropdown-menu" aria-labelledby="navbarDropdown">
+
          <a class="dropdown-item" href="https://2019.igem.org/Team:Mingdao/Notebook">Notebook</a>
+
          <a class="dropdown-item" href="https://2019.igem.org/Team:Mingdao/Safety">Safety</a>
+
        </div>
+
      </li>
+
      <li class="nav-item dropdown">
+
        <a class="nav-link dropdown-toggle" href="https://2019.igem.org/Team:Mingdao/Human_Practices" id="navbarDropdown" role="button" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
+
          HP <i class="fa fa-handshake-o" aria-hidden="true"></i>
+
        </a>
+
        <div class="dropdown-menu" aria-labelledby="navbarDropdown">
+
          <a class="dropdown-item" href="https://2019.igem.org/Team:Mingdao/Human_Practices">Integrated Human Practices</a>
+
          <a class="dropdown-item" href="https://2019.igem.org/Team:Mingdao/Public_Engagement">Education and Public Engagement</a>
+
          <a class="dropdown-item" href="https://2019.igem.org/Team:Mingdao/Entrepreneurship">Entrepreneurship</a>
+
        </div>
+
      </li>
+
      <li class="nav-item dropdown">
+
        <a class="nav-link dropdown-toggle" href="#" id="navbarDropdown" role="button" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
+
          Team <i class="fa fa-user-circle" aria-hidden="true"></i>
+
        </a>
+
        <div class="dropdown-menu" aria-labelledby="navbarDropdown">
+
          <a class="dropdown-item" href="https://2019.igem.org/Team:Mingdao/Team">Members</a>
+
          <a class="dropdown-item" href="https://2019.igem.org/Team:Mingdao/Attributions">Attributions</a>
+
          <a class="dropdown-item" href="https://2019.igem.org/Team:Mingdao/Collaborations">Collaboration</a>
+
          <a class="dropdown-item" href="https://2019.igem.org/Team:Mingdao/InterLab">Interlab</a>
+
        </div>
+
      </li>
+
 
+
    </ul>
+
  </div>
+
</nav>
+
  
 
<div class="row background-white">
 
<div class="row background-white">
Line 189: Line 97:
 
<h1 id ="d-regula">Safety Regulations </h1>
 
<h1 id ="d-regula">Safety Regulations </h1>
 
<p>
 
<p>
All personnel receives a tour and are informed of the rules upon entering the lab, the main rules include:
+
All personnels received a tour around the lab and were informed of the rules upon entering the lab, the main rules include:
 
</p>
 
</p>
 
<ol>
 
<ol>
<li>No running, sudden moves within the lab.</li>
+
<li>No running or sudden movements in the lab.</li>
<li>No eating within the premises of the lab.</li>
+
<li>No eating in the lab.</li>
<li>All experiment waste must be thrown in a special bin then put through a machine for sterilization.</li>
+
<li>All experiment waste must be thrown in a designated bin, which will then be put through a machine for sterilization.</li>
 
<li>All pipettes must be sanitized after use.</li>
 
<li>All pipettes must be sanitized after use.</li>
<li>All equipment use must follow the using manual.</li>
+
<li>All equipment used must follow the user manual.</li>
<li>Performing experiments with a pipette while wearing a lab coat and gloves.</li>
+
<li>Experiments can only be performed with gloves and lab coats on.</li>
<li>To enter the laboratory, all personnel must wash hand, as well as wear full lab suits and shoes.</li>
+
<li>All personnel must wash their hand upon entry into the laboratory and wear suitbale clothings.</li>
 
</ol>
 
</ol>
  
Line 211: Line 119:
  
 
<p style="color:black; font-size:20px; margin-left:40px; text-align: center;">
 
<p style="color:black; font-size:20px; margin-left:40px; text-align: center;">
  <strong>The BIOLAB of Mingdao High School.</strong> </br>
+
  <strong>The BIOLAB at Mingdao High School.</strong> </br>
 
</br>
 
</br>
  
Line 217: Line 125:
 
<img class="center" src="https://static.igem.org/mediawiki/2019/b/b5/T--Mingdao--Safety-P2.jpg" alt="" style="width:60%">
 
<img class="center" src="https://static.igem.org/mediawiki/2019/b/b5/T--Mingdao--Safety-P2.jpg" alt="" style="width:60%">
 
<p style="color:black; font-size:20px; margin-left:40px; text-align: center;">
 
<p style="color:black; font-size:20px; margin-left:40px; text-align: center;">
<strong>Eating and Drinking are not Allowed in the Lab.</strong> </br>
+
<strong>Eating and Drinking are not allowed in the Lab.</strong> </br>
 
</br>
 
</br>
  
Line 229: Line 137:
 
<img class="center" src="https://static.igem.org/mediawiki/2019/d/dc/T--Mingdao--Safety-P5.jpeg" alt="" style="width:60%">
 
<img class="center" src="https://static.igem.org/mediawiki/2019/d/dc/T--Mingdao--Safety-P5.jpeg" alt="" style="width:60%">
 
<p style="color:black; font-size:20px; margin-left:40px; text-align: center;">
 
<p style="color:black; font-size:20px; margin-left:40px; text-align: center;">
<strong>Warning Signs are Posted in the LAB.</strong> </br>
+
<strong>Warning Signs are posted within the LAB.</strong> </br>
  
 
<p style="color:black; font-size:20px; margin-left:35px; text-align: center;">
 
<p style="color:black; font-size:20px; margin-left:35px; text-align: center;">
 
<img class="center" src="https://static.igem.org/mediawiki/2019/a/a1/T--Mingdao--Safety-P7.jpeg" alt="" style="width:60%">
 
<img class="center" src="https://static.igem.org/mediawiki/2019/a/a1/T--Mingdao--Safety-P7.jpeg" alt="" style="width:60%">
 
<p style="color:black; font-size:20px; margin-left:40px; text-align: center;">
 
<p style="color:black; font-size:20px; margin-left:40px; text-align: center;">
<strong>The Emergency Eyewash and Autoclave in the BIOLAB, MDHS.</strong> </br>
+
<strong>The Emergency Eyewash and Autoclave device in the BIOLAB, MDHS.</strong> </br>
  
 
</br>
 
</br>
Line 241: Line 149:
  
 
   <h1 id ="d-goal">Our Goal</h1>
 
   <h1 id ="d-goal">Our Goal</h1>
     <p>The high concentration of carbon dioxide in an enclosed space makes people feel sleepy and even dizzy. While driving, drivers may feel asleep, causing accidents to happen. To solve this problem, we plan to use the high photosynthesis efficiency of cyanobacteria to reduce the concentration of CO2. But the solubility of CO2 in water is not high, so we modified Bacillus spp. to produce carbonic anhydrase (CA) from human, which can increase the solubility of CO2 in water. Furthermore, to extend the application, we produce CYP2E1 from rabbits, which is used in xenobiotic metabolism, to eliminate benzene and chloroform. In sum, we built up an efficient microalgae purification system to improve indoor air quality using natural enzymes such as carbonic anhydrase and xenobiotic metabolic enzymes.
+
     <p>High concentration of carbon dioxide in an enclosed space can make people feel sleepy and even dizzy. While driving, drivers may fall asleep. Accidents might occur. To solve this problem, we plan to use the cyanobacteria with high photosynthetic efficiency to reduce the concentration of CO2. However, the solubility of CO2 in water is low, so we modified Bacillus spp. to produce human carbonic anhydrase (CA), which can increase the solubility of CO2 in water. Furthermore, to extend the application, we produced CYP2E1 from rabbits, which is used in xenobiotic metabolism, to eliminate benzene and chloroform. To sum up, we built up an efficient microalgae purification system to improve indoor air quality using natural enzymes such as carbonic anhydrase and xenobiotic metabolic enzymes.
 
   
 
   
 
   
 
   
Line 251: Line 159:
 
       <p>We use two kinds of algae: Synechococcus elongatus PCC 7942 (non-toxic lab strain, recognized as a safe organism and exists in nature) and Spirulina spp (edible food supplement), and they will not pose a threat even if it escapes from the lab.
 
       <p>We use two kinds of algae: Synechococcus elongatus PCC 7942 (non-toxic lab strain, recognized as a safe organism and exists in nature) and Spirulina spp (edible food supplement), and they will not pose a threat even if it escapes from the lab.
 
       </p>
 
       </p>
     <h6>Organisms Used As Chasses</h6>
+
     <h6>Organisms Used</h6>
 
       <ul><li>Escherichia coli: E.coli DH5 alpha </li>  
 
       <ul><li>Escherichia coli: E.coli DH5 alpha </li>  
 
               <li>Bacillus subtilis</li>
 
               <li>Bacillus subtilis</li>
 
       </ul>
 
       </ul>
     <h6>Risks of Chassis</h6>
+
     <h6>Risks of Organisms Used</h6>
       <p> Bacillus subtilis 168 (Generally Regarded As Safe) and E.coli strain are recognized as Biosafety Level 1 by US public Health Service Guidelines and pose less risk to humans, which are not known to consistently cause disease in immunocompetent adult humans, and present a minimal potential hazard to laboratory personnel and the environment.     
+
       <p> Bacillus subtilis 168 (Generally Regarded As Safe) and E.coli strain are recognized within the Biosafety Level 1 by the US Public Health Service Guidelines and pose a subtle risk to humans, and are not known to consistently cause disease in immunocompetent adult humans, and present a minimal potential hazard to laboratory personnel and the environment.     
 
       </p>
 
       </p>
 +
 +
 +
 +
    <h6> Parts Used and the Risk </h6>
 +
    <p> <B><font size="4" color="brown"> Basic parts information</font></B></p>
 +
<em> <b> <font size="4" color="green">Part: BBa_K2932000</font> </b></em>
 +
<p>
 +
Name: Carbonic anhydrase (KEGG: Synpcc7942_1388) / pSB1C3</br>
 +
Natural function of part: an enzyme catalyzing the interconversion between carbon dioxide/water and bicarbonate/hydrogen ions
 +
</br>
 +
Source: gDNA of Synechococcus elongatus PCC7942 </br>
 +
Usage: to increase CO2 dissolving rate </br>
 +
Species: Synechococcus elongatus PCC7942 </br>
 +
Risk Group: 1 </br>
 +
Risk to humans or environment: No
 +
Disease: No</br>
 +
      </p>
 +
 +
<em> <b> <font size="4" color="green">Part: BBa_K2932001</font> </b></em>
 +
<p>
 +
Name: Carbonic anhydrase (KEGG: Synpcc7942_1447)/ pSB1C3</br>
 +
Natural function of part: an enzyme catalyzing the interconversion between carbon dioxide/water and bicarbonate/hydrogen ions
 +
</br>
 +
Source: gDNA of Synechococcus elongatus PCC7942 </br>
 +
Usage: to increase CO2 dissolving rate </br>
 +
Species: Synechococcus elongatus PCC7942 </br>
 +
Risk Group: 1 </br>
 +
Risk to humans or environment: No
 +
Disease: No</br>
 +
      </p>
 +
<em> <b> <font size="4" color="green">Part: BBa_K2932002</font> </b></em>
 +
<p>
 +
Name: Carbonic anhydrase (human CAII) / pSB1C3</br>
 +
Natural function of part: an enzyme catalyzing the interconversion between carbon dioxide/water and bicarbonate/hydrogen ions
 +
</br>
 +
Source: a plasmid got from Addgene </br>
 +
Usage: to increase CO2 dissolving rate </br>
 +
Species: Homo sapiens (human) </br>
 +
Risk Group: No (Animals and plants have no risk group) </br>
 +
Risk to humans or environment: No
 +
Disease: No</br>
 +
      </p>
 +
<em> <b> <font size="4" color="green">Part: BBa_K2932003</font> </b></em>
 +
<p>
 +
Name: CYP2E1 / pSB1C3</br>
 +
Natural function of part: an enzyme catalyzing the xenobiotic metabolism including benzene, chloroform, etc.
 +
</br>
 +
Source: DNA synthesis by Twist Bioscience company </br>
 +
Usage: to eliminate Volatile organic compounds (VOCs) </br>
 +
Species: Oryctolagus cuniculus (rabbit) </br>
 +
Risk Group: No (Animals and plants have no risk group) </br>
 +
Disease: No</br>
 +
      </p>
 +
 +
  <p> <B><font size="4" color="brown"> Composite parts information</font></B></p>
 +
      <p> To express enzymes of CA or CYP2E1 in Bacillus subtilis 168, we make the following composite parts using a Bacillus promoter PliaI, which is controlled by the LiaRS antibiotic-inducible two-component system.
 +
      </p>
 +
 +
<em> <b> <font size="4" color="green">Part: BBa_K2932004</font> </b></em>
 +
<p>PliaI promoter (BBa_K823001) + RBS (BBa_B0034) + CA1388 (BBa_K2932000) + Terminator (BBa_B0015)</p>
 +
<em> <b> <font size="4" color="green">Part: BBa_K2932005</font> </b></em>
 +
<p>PliaI promoter (BBa_K823001) + RBS (BBa_B0034) + CA1447 (BBa_K2932001) + Terminator (BBa_B0015)</p>
 +
<em> <b> <font size="4" color="green">Part: BBa_K2932006</font> </b></em>
 +
<p>PliaI promoter (BBa_K823001) + RBS (BBa_B0034) + hCA (BBa_K2932002) + Terminator (BBa_B0015)</p>
 +
<em> <b> <font size="4" color="green">Part: BBa_K2932007</font> </b></em>
 +
<p>PliaI promoter (BBa_K823001) + RBS (BBa_B0034) + CYP2E1 (BBa_K2932003) + Terminator (BBa_B0015)</p>
 +
 
     <h6>Experiment Design</h6>
 
     <h6>Experiment Design</h6>
       <p>We set up a system containing algae, enzyme and culture media. We prepare the culture media with standard media of BG-11 or baking soda, liquid fertilizer, leaf fertilizer to adjust the ratio of composition and change the illuminance, temperature to find out the appropriate environment to optimize algal growth. We prepare raw lysates from Bacillus subtilis 168 producing CA or CYP2E1 by breaking down by 0.1 um glass beads, we didn’t further purify the specific enzymes and just used the total lysates as active biocatalysts. To test CO2 elimination by CA, we use indoor CO2 (500~1000 ppm) or CO2 tanks (2000 ppm and 100%) to provide the gases and analyze CO2 concentration with infrared CO2 sensor in a chemical hood. As to test chloroform, we asked NCTU-Formosa team to help in a specialized chemistry and engineering lab.
+
       <p>We set up a system containing algae, enzyme and culture media. We then prepared the culture media with standard media of BG-11 or baking soda, liquid fertilizer, leaf fertilizer to adjust the ratio of composition and change the illuminance, temperature to find out the appropriate environment to optimize algal growth. We prepare raw lysates from Bacillus subtilis 168 producing CA or CYP2E1 by breaking down by 0.1 um glass beads, we didn’t further purify the specific enzymes and just used the total lysates as active biocatalysts. To test CO2 elimination by CA, we use indoor CO2 (500~1000 ppm) or CO2 tanks (2000 ppm and 100%) to provide the gases and analyze CO2 concentration with infrared CO2 sensor in a chemical hood. As to test chloroform, we asked NCTU-Formosa team to help in a specialized chemistry and engineering lab.
 
       </p>
 
       </p>
 
     <h6>Risks of the Experiment</h6>
 
     <h6>Risks of the Experiment</h6>
       <p>Our experiment only compares the growth of algae under different conditions and the solubility of carbon dioxide, so it will not pose any danger. And for chloroform analysis, we collaborated with NCTU-Formosa team for help by experts and a specialized lab.
+
       <p>Our experiment only compares the growth of algae under different conditions and the solubility of carbon dioxide, so it will not pose any danger. For chloroform analysis, we collaborated with experts at the NCTU-Formosa team in a specialized lab.
 
       </p>
 
       </p>
 
     <h6>Project Usage</h6>
 
     <h6>Project Usage</h6>
 
         <ul>
 
         <ul>
           <li>In a consumer product that ordinary people buy</li>
+
           <li>A consumer product that can be bought by all people</li>
           <li>In a small enclosed device</li>
+
           <li>A small and enclosed device</li>
 
         </ul>
 
         </ul>
 
     <h6>Risks of Usage</h6>
 
     <h6>Risks of Usage</h6>
Line 275: Line 250:
 
     <h6>Biosafety Level 1 <i class="fa fa-flask" aria-hidden="true"></i> </h6>
 
     <h6>Biosafety Level 1 <i class="fa fa-flask" aria-hidden="true"></i> </h6>
 
     <h6>Expert Assistance</h6>
 
     <h6>Expert Assistance</h6>
     <p>Dr.Pei-Hong Chen will oversee us when we are doing the experiments. He had a PhD degree in Molecular Biology and is familiar with synthetic biology experiments. Also,he have instructed our school's iGEM teams for years. </p>
+
     <p>Dr.Pei-Hong Chen will oversee us when we are doing the experiments. He has a PhD degree in Molecular Biology and is familiar with synthetic biology experiments. In addition, he is highly familiar with iGEM due to his years of experience as our school's iGEM coach. </p>
 
     <h6>Guidnace of Risk Management </h6>
 
     <h6>Guidnace of Risk Management </h6>
     <p>We have lab skills and safety training by our instructor, Dr, Pei-Hong Chen, before working in the biotech laboratory. We always strictly followed the guidance of biological laboratory regulation at Taiwan given by Academia Sinica, the national academy of Taiwan. See the guide book <a href="https://biosafety.sinica.edu.tw/2e.html">here</a>.
+
     <p>We underwent trainings on lab skills and safety by our instructor, Dr, Pei-Hong Chen, before working in the biotech laboratory. We always strictly followed the guidance of biological laboratory regulation at Taiwan given by Academia Sinica, the national academy of Taiwan. See the guide book <a href="https://biosafety.sinica.edu.tw/2e.html">here</a>.
  
 
</p>
 
</p>
Line 285: Line 260:
 
   <li>Differences between biosafety levels</li>
 
   <li>Differences between biosafety levels</li>
 
   <li>Biosafety equipment (such as biosafety cabinets)</li>
 
   <li>Biosafety equipment (such as biosafety cabinets)</li>
   <li>Good microbial technique (such as lab practices)</li>
+
   <li>Good microbial techniques (such as lab practices)</li>
 
   <li>Disinfection and sterilization</li>
 
   <li>Disinfection and sterilization</li>
 
   <li>Emergency procedures</li>
 
   <li>Emergency procedures</li>
Line 313: Line 288:
 
     $("#regula-m-btn").click(function() {
 
     $("#regula-m-btn").click(function() {
 
       $('html, body').animate({
 
       $('html, body').animate({
           scrollTop: $("#d-regula").offset().top
+
           scrollTop: $("#d-regula").offset().top-70
 
       }, 700);
 
       }, 700);
 
     });
 
     });
Line 319: Line 294:
 
       $('html, body').animate({
 
       $('html, body').animate({
  
           scrollTop: $("#d-photo").offset().top
+
           scrollTop: $("#d-photo").offset().top-70
 
       }, 700);
 
       }, 700);
 
     });
 
     });
 
     $("#goal-c-btn").click(function() {
 
     $("#goal-c-btn").click(function() {
 
       $('html, body').animate({
 
       $('html, body').animate({
           scrollTop: $("#d-goal").offset().top
+
           scrollTop: $("#d-goal").offset().top-70
 
       }, 700);
 
       }, 700);
 
     });
 
     });
 
     $("#risk-s-btn").click(function() {
 
     $("#risk-s-btn").click(function() {
 
       $('html, body').animate({
 
       $('html, body').animate({
           scrollTop: $("#d-risk").offset().top
+
           scrollTop: $("#d-risk").offset().top-70
 
       }, 700);
 
       }, 700);
 
     });
 
     });
 
     $("#manage-t-btn").click(function() {
 
     $("#manage-t-btn").click(function() {
 
       $('html, body').animate({
 
       $('html, body').animate({
           scrollTop: $("#d-manage").offset().top
+
           scrollTop: $("#d-manage").offset().top-70
 
       }, 700);
 
       }, 700);
 
     });
 
     });
Line 347: Line 322:
 
             scroll_pos = $(this).scrollTop();
 
             scroll_pos = $(this).scrollTop();
  
             d_regula_pos = $("#d-regula").offset().top  
+
             d_regula_pos = $("#d-regula").offset().top -72
             d_photo_pos = $("#d-photo").offset().top  
+
             d_photo_pos = $("#d-photo").offset().top-72
             d_goal_pos = $("#d-goal").offset().top  
+
             d_goal_pos = $("#d-goal").offset().top-72
             d_risk_pos = $("#d-risk").offset().top  
+
             d_risk_pos = $("#d-risk").offset().top-72
             d_manage_pos = $("#d-manage").offset().top  
+
             d_manage_pos = $("#d-manage").offset().top-72
  
 
             // experiment
 
             // experiment

Latest revision as of 03:52, 22 October 2019

Responsive image

Safety Regulations

Lab Photos

Our Goal

Possible Risks

Risks Management

Safety Regulations

All personnels received a tour around the lab and were informed of the rules upon entering the lab, the main rules include:

  1. No running or sudden movements in the lab.
  2. No eating in the lab.
  3. All experiment waste must be thrown in a designated bin, which will then be put through a machine for sterilization.
  4. All pipettes must be sanitized after use.
  5. All equipment used must follow the user manual.
  6. Experiments can only be performed with gloves and lab coats on.
  7. All personnel must wash their hand upon entry into the laboratory and wear suitbale clothings.



Photos of the LAB:

The BIOLAB at Mingdao High School.

Eating and Drinking are not allowed in the Lab.

The Laminar Flow Clean Bench in the BIOLAB, MDHS.

Warning Signs are posted within the LAB.

The Emergency Eyewash and Autoclave device in the BIOLAB, MDHS.

Our Goal

High concentration of carbon dioxide in an enclosed space can make people feel sleepy and even dizzy. While driving, drivers may fall asleep. Accidents might occur. To solve this problem, we plan to use the cyanobacteria with high photosynthetic efficiency to reduce the concentration of CO2. However, the solubility of CO2 in water is low, so we modified Bacillus spp. to produce human carbonic anhydrase (CA), which can increase the solubility of CO2 in water. Furthermore, to extend the application, we produced CYP2E1 from rabbits, which is used in xenobiotic metabolism, to eliminate benzene and chloroform. To sum up, we built up an efficient microalgae purification system to improve indoor air quality using natural enzymes such as carbonic anhydrase and xenobiotic metabolic enzymes.

Possible Risks

Organisms Used

E. coli DH5alpha, Bacillus subtilis 168, Synechococcus elongatus PCC 7942, Spirulina spp.

Risks of Selected Organisms

We use two kinds of algae: Synechococcus elongatus PCC 7942 (non-toxic lab strain, recognized as a safe organism and exists in nature) and Spirulina spp (edible food supplement), and they will not pose a threat even if it escapes from the lab.

Organisms Used
  • Escherichia coli: E.coli DH5 alpha
  • Bacillus subtilis
Risks of Organisms Used

Bacillus subtilis 168 (Generally Regarded As Safe) and E.coli strain are recognized within the Biosafety Level 1 by the US Public Health Service Guidelines and pose a subtle risk to humans, and are not known to consistently cause disease in immunocompetent adult humans, and present a minimal potential hazard to laboratory personnel and the environment.

Parts Used and the Risk

Basic parts information

Part: BBa_K2932000

Name: Carbonic anhydrase (KEGG: Synpcc7942_1388) / pSB1C3
Natural function of part: an enzyme catalyzing the interconversion between carbon dioxide/water and bicarbonate/hydrogen ions
Source: gDNA of Synechococcus elongatus PCC7942
Usage: to increase CO2 dissolving rate
Species: Synechococcus elongatus PCC7942
Risk Group: 1
Risk to humans or environment: No Disease: No

Part: BBa_K2932001

Name: Carbonic anhydrase (KEGG: Synpcc7942_1447)/ pSB1C3
Natural function of part: an enzyme catalyzing the interconversion between carbon dioxide/water and bicarbonate/hydrogen ions
Source: gDNA of Synechococcus elongatus PCC7942
Usage: to increase CO2 dissolving rate
Species: Synechococcus elongatus PCC7942
Risk Group: 1
Risk to humans or environment: No Disease: No

Part: BBa_K2932002

Name: Carbonic anhydrase (human CAII) / pSB1C3
Natural function of part: an enzyme catalyzing the interconversion between carbon dioxide/water and bicarbonate/hydrogen ions
Source: a plasmid got from Addgene
Usage: to increase CO2 dissolving rate
Species: Homo sapiens (human)
Risk Group: No (Animals and plants have no risk group)
Risk to humans or environment: No Disease: No

Part: BBa_K2932003

Name: CYP2E1 / pSB1C3
Natural function of part: an enzyme catalyzing the xenobiotic metabolism including benzene, chloroform, etc.
Source: DNA synthesis by Twist Bioscience company
Usage: to eliminate Volatile organic compounds (VOCs)
Species: Oryctolagus cuniculus (rabbit)
Risk Group: No (Animals and plants have no risk group)
Disease: No

Composite parts information

To express enzymes of CA or CYP2E1 in Bacillus subtilis 168, we make the following composite parts using a Bacillus promoter PliaI, which is controlled by the LiaRS antibiotic-inducible two-component system.

Part: BBa_K2932004

PliaI promoter (BBa_K823001) + RBS (BBa_B0034) + CA1388 (BBa_K2932000) + Terminator (BBa_B0015)

Part: BBa_K2932005

PliaI promoter (BBa_K823001) + RBS (BBa_B0034) + CA1447 (BBa_K2932001) + Terminator (BBa_B0015)

Part: BBa_K2932006

PliaI promoter (BBa_K823001) + RBS (BBa_B0034) + hCA (BBa_K2932002) + Terminator (BBa_B0015)

Part: BBa_K2932007

PliaI promoter (BBa_K823001) + RBS (BBa_B0034) + CYP2E1 (BBa_K2932003) + Terminator (BBa_B0015)

Experiment Design

We set up a system containing algae, enzyme and culture media. We then prepared the culture media with standard media of BG-11 or baking soda, liquid fertilizer, leaf fertilizer to adjust the ratio of composition and change the illuminance, temperature to find out the appropriate environment to optimize algal growth. We prepare raw lysates from Bacillus subtilis 168 producing CA or CYP2E1 by breaking down by 0.1 um glass beads, we didn’t further purify the specific enzymes and just used the total lysates as active biocatalysts. To test CO2 elimination by CA, we use indoor CO2 (500~1000 ppm) or CO2 tanks (2000 ppm and 100%) to provide the gases and analyze CO2 concentration with infrared CO2 sensor in a chemical hood. As to test chloroform, we asked NCTU-Formosa team to help in a specialized chemistry and engineering lab.

Risks of the Experiment

Our experiment only compares the growth of algae under different conditions and the solubility of carbon dioxide, so it will not pose any danger. For chloroform analysis, we collaborated with experts at the NCTU-Formosa team in a specialized lab.

Project Usage
  • A consumer product that can be bought by all people
  • A small and enclosed device
Risks of Usage

The device we designed only contains two organisms and two kinds of enzyme currently: algae (edible Spirulina spp and lab strain Synechococcus elongatus PCC 7942) and enzymes (human carbonic anhydrase and rabbit CYP2E1). Even if the device is unfortunately broken, the former won't pose a threat to the environment. While the latter will be degraded naturally. Since the materials we use won't have any negative effect, safety, security or ethical risks won’t be considered.

Risks Management

Biosafety Level 1
Expert Assistance

Dr.Pei-Hong Chen will oversee us when we are doing the experiments. He has a PhD degree in Molecular Biology and is familiar with synthetic biology experiments. In addition, he is highly familiar with iGEM due to his years of experience as our school's iGEM coach.

Guidnace of Risk Management

We underwent trainings on lab skills and safety by our instructor, Dr, Pei-Hong Chen, before working in the biotech laboratory. We always strictly followed the guidance of biological laboratory regulation at Taiwan given by Academia Sinica, the national academy of Taiwan. See the guide book here.

Topics Learned
  • Lab access and rules (including appropriate clothing, eating and drinking, etc.
  • Responsible individuals (such as lab or departmental specialist or institutional biosafety officer)
  • Differences between biosafety levels
  • Biosafety equipment (such as biosafety cabinets)
  • Good microbial techniques (such as lab practices)
  • Disinfection and sterilization
  • Emergency procedures
  • Transport rules
  • Physical biosecurity
  • Personnel biosecurity
  • Dual-use and experiments of concern
  • Data biosecurity
  • Chemicals, fire and electrical safety
Work Areas
  • Open bench
  • Biosafety cabinet
Risk Management Tools
  • Accident reporting (measures to record any accidents)
  • Personal Protective Equipment (including lab coats, gloves, eye protection, etc)