Difference between revisions of "Team:Mingdao/Safety"

(Prototype team page)
 
Line 1: Line 1:
 
{{Mingdao}}
 
{{Mingdao}}
<html>
+
<html lang="en">
 +
  <head>
 +
    <meta charset="UTF-8">
 +
    <link href='https://fonts.googleapis.com/css?family=Arizonia' rel='stylesheet'>
 +
    <link href='https://fonts.googleapis.com/css?family=Open+Sans' rel='stylesheet'>
 +
    <title>Description</title>
 +
  </head>
  
 +
<style type="text/css">
  
<div class="column full_size">
+
* {
 +
  margin: 0;
 +
  padding: 0;
 +
  box-sizing: border-box; }
  
<h1> Safety </h1>
+
body {
<p>Please visit the <a href="https://2019.igem.org/Safety">Safety Hub</a> to find this year's safety requirements & deadlines, and to learn about safe & responsible research in iGEM.</p>
+
  width: 100%;
 +
  margin: 0;
 +
  padding: 0;
 +
  font-family: 'Ubuntu' !important; }
  
<p>On this page of your wiki, you should write about how you are addressing any safety issues in your project. The wiki is a place where you can <strong>go beyond the questions on the safety forms</strong>, and write about whatever safety topics are most interesting in your project. (You do not need to copy your safety forms onto this wiki page.)</p>
 
  
</div>
+
.bg-container {
 +
  background-attachment: fixed;
 +
  background-color: white;
 +
  margin-top:5px;
 +
  overflow: scroll;
 +
  position: relative;
 +
  background-image: url();
 +
  background-repeat: no-repeat;
 +
  background-size: 100%;
  
 +
}
  
<div class="column two_thirds_size">
+
.my-main-container {
<h3>Safe Project Design</h3>
+
  width: 100%;
 +
  padding: 0%;
 +
 
 +
}
  
<p>Does your project include any safety features? Have you made certain decisions about the design to reduce risks? Write about them here! For example:</p>
+
.main-content {
 +
  background-color: black;
 +
  width: 100%;
 +
  margin-left: 0%;
 +
  padding: 50px;
 +
  min-height: 150vh;
 +
  z-index: 10; }
  
<ul>
+
.text-area {
<li>Choosing a non-pathogenic chassis</li>
+
  margin-bottom: 80px; }
<li>Choosing parts that will not harm humans / animals / plants</li>
+
  .text-area h1 {
<li>Substituting safer materials for dangerous materials in a proof-of-concept experiment</li>
+
    font-size: 130px;
<li>Including an "induced lethality" or "kill-switch" device</li>
+
    font-weight: 700;
</ul>
+
    font-family: 'Arizonia' !important;
 +
    text-align: center;
 +
    margin-bottom: 1rem; }
 +
  .text-area p {
 +
    font-size: 22px;
 +
    font-weight: 500; }
  
</div>
+
.m-block img {
 +
  width: 100%; }
  
<div class="column third_size">
+
.path-btns {
<h3>Safe Lab Work</h3>
+
  position: fixed;
 +
  width: 250px;
 +
  top: 100px;
 +
  left: 225px; }
 +
  .path-btns .path-dot {
 +
    width: 25px;
 +
    height: 25px;
 +
    border-radius: 50%;
 +
    position: absolute;
 +
    background-color: #fff;
 +
    top: 5px;
 +
    left: 27px;
 +
    border: 5px solid #385e66;
 +
    cursor: pointer; }
 +
    .path-btns .path-dot.active {
 +
      background-color: #385e66; }
 +
    .path-btns .path-dot:hover {
 +
      transition: all .3s;
 +
      transform: scale(1.2); }
  
<p>What safety procedures do you use every day in the lab? Did you perform any unusual experiments, or face any unusual safety issues? Write about them here!</p>
 
  
 +
.path {
 +
  height: 100px;
 +
  display: flex; }
 +
  .path .pathSvg {
 +
    display: block; }
 +
  .path .pathWord {
 +
    padding-right: 10%; }
 +
  .path .path-btn {
 +
    cursor: pointer;
 +
    fill: #fff; }
 +
    .path .path-btn.path-active {
 +
      fill: #385e66; }
 +
  .path .path-word-sm {
 +
    font-size: 12px; }
 +
#HQ_page .path .pathWord p {
 +
      font-weight: 700;
 +
      text-align: left !important;
 +
      font-size: 16px;
 +
}
 +
#HQ_page .text-area p {
 +
  font-size: 22px;
 +
  font-family: 'Ubuntu';
 +
  font-weight: 500; }
 +
img.center {
 +
  display: block;
 +
  margin: 0 auto; }
  
 +
.text-area h2{
 +
    text-align: center;
 +
    margin-bottom: 2rem !important;
 +
    margin-top: 2rem;
 +
    color: black!important;
 +
    font-size: 60px;
 +
    font-weight:bold;
 +
    font-family:serif;
 +
}
 +
  .text-area h3{
 +
  text-align: left;
 +
  margin-bottom: 2rem !important;
 +
  margin-top: 2rem;
 +
  color: #4682B4  !important;
 +
  font-size: 28px;
 +
  font-weight:bold;
 +
}
 +
//hot紅色區塊
 +
.fig_icon{
 +
    position: absolute;//設為絕對定位(absolute)
 +
    font-weight: bold;
 +
    font-size:8;
 +
    top: 40%;
 +
    bottom: 0px;
 +
    left: 50px;
 +
    right : 0px; //右邊上面都設0,則出現在右上方
 +
    color: white;
 +
    display: block;
 +
    background: red;
 +
    width: 110px;
 +
    height: 40px;
 +
    text-align: center;
 +
z-index:1;
 +
}
 +
.fig_icon1{
 +
    position: absolute;//設為絕對定位(absolute)
 +
    font-weight: bold;
 +
    font-size:50;
 +
    top: 85%;
 +
    bottom: 0px;
 +
    left: 40px;
 +
    right : 0px; //右邊上面都設0,則出現在右上方
 +
    color: white;
 +
    display: block;
 +
 +
    width: 110px;
 +
    height: 30px;
 +
    text-align: center;
 +
 
 +
}
 +
.top {
 +
  position: fixed;
 +
  right: 50px;
 +
  bottom: 50px;
 +
  height: 50px;
 +
  width: 50px;
 +
  cursor: pointer; }
 +
  .top img {
 +
    width: 100%; }
 +
img.pic {
 +
  display: block !important;
 +
  margin: 40px auto !important;
 +
}
 +
.top-picture{
 +
  z-index:1;
 +
}
 +
 +
 +
video {
 +
            position:relative;
 +
            width: 100%;
 +
            height:auto;
 +
            margin: 20px auto !important;
 +
          }
 +
 +
</style>
 +
 +
<body>
 +
    <div class="bg-container" style="max-height:none;">
 +
 +
<p style="color:black; font-size:50px; text-align: center;">
 +
<strong>Project Description </strong></p>
 +
 +
<p style="color:black; font-size:30px;">
 +
<strong><u>Problem:</u></strong>
 +
</br>
 +
<p style="text-indent:2em; color:black; font-size:20px;">
 +
High concentration of carbon dioxide in enclosed space make people feel sleepy and even dizzy.This can even result in</br>
 +
<p style="color:black; font-size:20px; margin-left:40px;">
 +
(1) fell asleep during class.</br>
 +
(2) driver may fell asleep, causing accident to happen.</br>
 +
</p>
 +
</br>
 +
 +
<p style="tcolor:black; font-size:30px;">
 +
<strong><u>CO​2​ analysis:</u></strong> </br></p>
 +
<p style="text-indent:2em; color:black; font-size:20px;">
 +
In order to prove the seriousness , we measure the CO​2​ concentration in enclosed spaces and analysis the results.</br>
 +
<p style="color:black; font-size:20px; margin-left:40px;">
 +
If the concentration of CO​2​ is between :</br>
 +
<p style="color:black; font-size:20px; margin-left:40px;">
 +
● 350~1000 ppm, the air is fresh</br>
 +
● 1000~2000 ppm, people feel the air turbid and start feeling drowsy</br>
 +
● 2000~5000 ppm,people feel headache,lethargy, sluggishness, heart beat
 +
hasten, mild nausea</br>
 +
● above 5000 ppm, it may cause severe hypoxia, coma..</br>
 +
</p>
 +
</br>
 +
 +
<img class="center" src="https://static.igem.org/mediawiki/2019/d/dc/T--Mingdao--Description-P1.jpeg" alt="" style="width:60%">
 +
 +
<p style="color:black; font-size:20px; margin-left:40px; text-align: center;">
 +
<strong>picture(1)</strong> </br>
 +
<p style="text-indent:2em; color:black; font-size:20px; margin-left:80px;">
 +
picture (1) is the result of our measure in a simple single room (only one person inside an enclosed space with air condition on .) According to the picture, the concentration had reached to 1000 ppm in a hour. While the subject felt asleep, it slowly declined(We speculate CO​2​ may leak out from the gaps, and the rate of venting is bigger than the rate of producing.) Until getting up next day, the speed of breathing was back to normal.</br>
 +
</br>
 +
<p style="color:black; font-size:20px; margin-left:35px; text-align: center;">
 +
<img class="center" src="https://static.igem.org/mediawiki/2019/b/b2/T--Mingdao--Description-P2.jpeg" alt="" style="width:60%">
 +
<p style="color:black; font-size:20px; margin-left:40px; text-align: center;">
 +
<strong>picture(2)</strong> </br>
 +
<p style="text-indent:2em; color:black; font-size:20px; margin-left:80px;">
 +
picture(2) is the result in a regular car with four people in. In eleven minutes, the concentration in the car had increased from 2353 ppm to 4660 ppm.</br>
 +
<p style="text-indent:2em; color:black; font-size:20px; margin-left:80px;">
 +
The result shows if staying in a unventilated room for a long time will have bad influences to our health. (the more people there are, the more CO​2​ is produced.It may increase the rate of CO​2​ production and make the problem even worse.)
 +
The problem of excessive CO​2​ concentration is indeed widely exists in our daily life and may have badly influenced our health.So it is important for people to solve these problems. </br>
 +
</br>
 +
 +
</br>
 +
<p style="color:black; font-size:30px;">
 +
<strong><u>Current method: </u></strong> </br>
 +
<p style="text-indent:2em; color:black; font-size:20px;">
 +
we have gone to National Chung Hsing University, Taichung, Taiwan to search for current methods and come up with a better way.
 +
</br>
 +
<img class="center" src="https://static.igem.org/mediawiki/2019/6/65/T--Mingdao--Description-P3.jpeg" alt="" style="width:60%">
 +
</br>
 +
 +
<p style="color:black; font-size:20px; margin-left:40px;">
 +
 +
<strong>Physics-Physical absorption: </strong> </br>
 +
<p style="color:black; font-size:20px; margin-left:80px;">
 +
(1) Using organic or inorganic solvents(For example: Propylene Carbonate,, and ocean water.) as absorbents</br>
 +
(2) Using solid absorbents, such as carbon or Zeollte to absorb carbon dioxide.</br>
 +
● Disadvantages:</br>
 +
(1) The absorption is deteriorated due to the sulfide, causing the number of regeneration to lessen.</br>
 +
(2) The absorption isn't effective </br>
 +
 +
 +
 +
</br>
 +
<p style="color:black; font-size:20px; margin-left:40px;">
 +
<strong>Chemistry-​Chemical absorption:</strong></br>
 +
<p style="color:black; font-size:20px; margin-left:80px;">
 +
● The chemical reaction between the absorbent and carbon dioxide is used to recycle CO​2​,and the reverse reaction is used to regenerate the absorbent.</br>
 +
● Disadvantage:There are many operational variables, making it more cumbersome to operate.</br>
 +
 +
</br>
 +
<p style="color:black; font-size:20px; margin-left:40px;">
 +
<strong>Biology-biological absorption:</strong></br>
 +
<p style="color:black; font-size:20px; margin-left:80px;">
 +
● Taking advantage of photosynthesis in plants.</br>
 +
● Disadvantages:</br>
 +
(1)The efficiency is low</br>
 +
(2)The caring is time-consuming.</br>
 +
(3)The growing condition of the plants are unpredictable</br>
 +
 +
<p style="color:black; font-size:20px; margin-left:40px;">
 +
<strong>Our approach:</strong></br>
 +
<p style="text-indent:2em; color:black; font-size:20px; margin-left:40px;">
 +
Since the solubility of CO​2​ is low in water, we combine biology and chemistry method, inserting the gene that can produce carbonic anhydrase(CA, which can increase the solubility of CO​2​ in water) into ​<I>bacillus subtilis</I>. T​hen use light and high photosynthesis efficiency algae to purify the water quality.</br>
 +
</p>
 +
 +
<p style="color:black; font-size:20px; margin-left:40px;">
 +
<strong>Comparison:</strong></br>
 +
<p style="text-indent:2em; color:black; font-size:20px; margin-left:40px;">
 +
Physics and chemical methods must be done in lab, while our approach can be used in any place. The physics method needs very large space in the application place especially, comparing to our device, it’s light and portable.</br>
 +
 +
<table border="1"
 +
cellpadding="10">
 +
  <tr>
 +
  <th>  </th>
 +
    <th>Requirement </th>
 +
    <th>Advantage</th>
 +
    <th>Disadvantage</th>
 +
  </tr>
 +
  <tr>
 +
  <th  align="center">Physical absorption</th>
 +
  <td width="20%">(1) high pressure</br>(2) low temperature</td>
 +
  <td width="30%">(1) can be used again</br>(2) the higher the pressure is, (low temperature) the higher the efficiency is</th>
 +
  <td width="30%">(1) demand is difficult to meet</br>(2) only suitable for places with high CO2 pressure</td>
 +
  </tr>
 +
  <tr>
 +
  <th  align="center">Chemical absorption</th>
 +
  <td>chemicals</td>
 +
  <td>high efficiency</th>
 +
  <td>(1) can’t be used repeatedly</br>(2) by products is corrosive</td>
 +
  </tr>
 +
<tr>
 +
  <th  align="center">Biological absorption</th>
 +
  <td>(1) sunlight</br>(2) air </br>(3) water</td>
 +
  <td>(1) environmental friendly</br>(2) low risk</th>
 +
  <td>(1) low efficiency</br>(2) caring is required</td>
 +
  </tr>
 +
<tr>
 +
  <th  align="center">Our approach</th>
 +
  <td>electricity</td>
 +
  <td>(1) portable</br>(2) easy to clean</br>(3) increasing the solubility of CO​2 ​in water</th>
 +
  <td>need to clean every day</td>
 +
  </tr>
 +
</table>
 +
</br>
 +
 +
<p style="color:black; font-size:30px;">
 +
<strong><u>Experiment design: </u></strong> </br>
 +
<p style="text-indent:2em; color:black; font-size:20px;">
 +
We use Bacillus to secrete enzymes out of the bacteria to achieve continuous production of CA enzyme without destroying the cell wall. As for algae, we choose cyanobacteria to match the appropriate temperature and illuminance to achieve better result.</br>
 +
<p style="color:black; font-size:20px; margin-left:40px;">
 +
<strong>Procedure:</strong></br>
 +
1. Insert the gene that can produce carbonic anhydrase(CA) into ​<I>bacillus subtilis</I> </br>
 +
2. Use light and high photosynthesis efficiency algae to purify the water quality.
 +
</br>
 +
 +
</br>
 +
<p style="color:black; font-size:30px;">
 +
<strong><u>Gene cloning: </u></strong>
 +
</br>
 +
<p style="color:black; font-size:20px; margin-left:40px;">
 +
<strong>Part collection:</strong></br>
 +
<p style="color:black; font-size:20px; margin-left:80px;">
 +
 +
<strong>pBS0EP​liaI ​ promoter / pBS0E </strong></br>
 +
<strong>BGSCID: ​<a href="http://www.bgsc.org/getdetail.php?bgscid=ECE742">ECE742</a></strong></strong></br>
 +
PliaI is an inducible promoter from B. subtilis, and it was first developed in <a href="https://www.ncbi.nlm.nih.gov/pubmed/24295448">The Bacillus BioBrick Box 2.0​</a>.We have got this part from BGSC(​<a href="http://www.bgsc.org/">http://www.bgsc.org/​</a>).</br></br> 
 +
 +
<strong>shine dalgarno / pSB1C3</strong></br>
 +
Sequence:AAAGGAGGAA</br>
 +
It’s within the primer we designed to replicate the CA (Synpcc1792_1388 & Sypcc1447) sequence.</br></br>
 +
 +
<strong>CA (​<a href="https://www.genome.jp/dbget-bin/www_bget?syf:Synpcc7942_1388">Synpcc7942_1388​ </a>& ​<a href="https://www.genome.jp/dbget-bin/www_bget?syf:Synpcc7942_1447">Synpcc7942_1447​</a>)</strong></br>
 +
We have got the algae which has the CA sequence from National Chiao Tung University, Taiwan. With PCR(Polymerase chain reaction), the CA part is able to connect with the primer. To compare the different rate of dissolving carbon dioxide, we used Synpcc7942_1388 & Synpcc7942_1447 sequence respectively.</br></br>
 +
 +
<strong>Terminator / pSB1C3 </strong></br>
 +
<strong>part: ​<a href="http://parts.igem.org/Part:BBa_B0015">BBa_B0015</a></strong></br>
 +
This is the most commonly used terminator in gene cloning with the consisting of Double terminator BBa_B0010 and BBa_B0012. We also get this part from iGEM Jamboree in its Spring 2019 Distribution-2019 Kit Plate 3.
 +
</br>
 +
<img class="center" src="https://static.igem.org/mediawiki/2019/c/ca/T--Mingdao--Description-P4.jpeg" alt="" style="width:60%">
 +
</br>
 +
<p style="color:black; font-size:30px;">
 +
 +
<strong><u>Expected results: </u></strong> </br>
 +
<p style=" color:black; font-size:20px; margin-left:40px;">
 +
● reduce the concentration of CO​2​ in enclosed space efficiently</br>
 +
● portable</br>
 +
● moderately sized</br>
 +
● intelligence control is available (IoT)</br>
 +
● algae in the device can be used again
 +
 +
</br>
 +
 +
</br>
 +
<p style="color:black; font-size:30px;">
 +
<strong><u>Conclusion: </u></strong> </br>
 +
<p style="text-indent:2em; color:black; font-size:20px;">
 +
In order to solve the high concentration of carbon dioxide in enclosed space, we invented our product to deal with the problem simply (without special equipments). The followings are the methods and the advantages of our device.
 +
</br>
 +
 +
</br>
 +
<p style="color:black; font-size:30px;">
 +
<strong><u>Application: </u></strong> </br>
 +
<p style="text-indent:2em; color:black; font-size:20px;">
 +
Since our device is portable, it can be used everywhere.The followings are the places that often contains high CO​2 ​concentration and can be easily improve by using our device.</br>
 +
<p style=" color:black; font-size:20px; margin-left:40px;">
 +
● public transportation</br>
 +
● classroom</br>
 +
● gym</br>
 +
● office</br>
 +
● cafeteria</br>
 +
● house
 +
</br>
 +
 +
</br>
 +
<p style="color:black; font-size:30px;">
 +
<strong><u>Signification:</u> </strong> </br>
 +
<p style=" color:black; font-size:20px; margin-left:40px;">
 +
● Differ from physics or chemistry way, our product can work without special experimental equipments </br>
 +
● Portable and can be used everywhere </br>
 +
● The device operates in a circulation way and is easy to clean up. </br>
 +
● The algae we produce can be used in different aspects(ex.fertilizer) </br>
 +
● Improve indoor air quality in an environmentally friendly way
 +
</br>
 +
 +
</br>
 +
<p style="color:black; font-size:30px;">
 +
<strong><u>Product design: </u></strong>
 +
</br></br>
 +
<img class="center" src="https://static.igem.org/mediawiki/2019/3/39/T--Mingdao--Description-P5.jpeg" alt="" style="width: 60%; margin-bottom: 20px;">
 +
</br>
 +
<p style="color:black; font-size:30px;">
 +
<strong><u>Reference: </u></strong> </br>
 +
<p style="text-indent:2em; color:black; font-size:20px;">
 +
Chen, P.H., Liu, H.L., Chen, Y.J., Cheng, H., Lin, W.L., Yeh, C.H., Chang, C.H., 2012. Enhancing CO2 bio-mitigation by genetic engineering of cyanobacteria. Energy and Environmental Science 5, 8318–8327.
 +
</br>
 +
 +
</p>
 +
 +
  </div>
 +
 +
  </body>
 +
  
 
</html>
 
</html>

Revision as of 03:34, 27 June 2019

Description

Project Description

Problem:

High concentration of carbon dioxide in enclosed space make people feel sleepy and even dizzy.This can even result in

(1) fell asleep during class.
(2) driver may fell asleep, causing accident to happen.


CO​2​ analysis:

In order to prove the seriousness , we measure the CO​2​ concentration in enclosed spaces and analysis the results.

If the concentration of CO​2​ is between :

● 350~1000 ppm, the air is fresh
● 1000~2000 ppm, people feel the air turbid and start feeling drowsy
● 2000~5000 ppm,people feel headache,lethargy, sluggishness, heart beat hasten, mild nausea
● above 5000 ppm, it may cause severe hypoxia, coma..


picture(1)

picture (1) is the result of our measure in a simple single room (only one person inside an enclosed space with air condition on .) According to the picture, the concentration had reached to 1000 ppm in a hour. While the subject felt asleep, it slowly declined(We speculate CO​2​ may leak out from the gaps, and the rate of venting is bigger than the rate of producing.) Until getting up next day, the speed of breathing was back to normal.

picture(2)

picture(2) is the result in a regular car with four people in. In eleven minutes, the concentration in the car had increased from 2353 ppm to 4660 ppm.

The result shows if staying in a unventilated room for a long time will have bad influences to our health. (the more people there are, the more CO​2​ is produced.It may increase the rate of CO​2​ production and make the problem even worse.) The problem of excessive CO​2​ concentration is indeed widely exists in our daily life and may have badly influenced our health.So it is important for people to solve these problems.


Current method:

we have gone to National Chung Hsing University, Taichung, Taiwan to search for current methods and come up with a better way.

Physics-Physical absorption:

(1) Using organic or inorganic solvents(For example: Propylene Carbonate,, and ocean water.) as absorbents
(2) Using solid absorbents, such as carbon or Zeollte to absorb carbon dioxide.
● Disadvantages:
(1) The absorption is deteriorated due to the sulfide, causing the number of regeneration to lessen.
(2) The absorption isn't effective

Chemistry-​Chemical absorption:

● The chemical reaction between the absorbent and carbon dioxide is used to recycle CO​2​,and the reverse reaction is used to regenerate the absorbent.
● Disadvantage:There are many operational variables, making it more cumbersome to operate.

Biology-biological absorption:

● Taking advantage of photosynthesis in plants.
● Disadvantages:
(1)The efficiency is low
(2)The caring is time-consuming.
(3)The growing condition of the plants are unpredictable

Our approach:

Since the solubility of CO​2​ is low in water, we combine biology and chemistry method, inserting the gene that can produce carbonic anhydrase(CA, which can increase the solubility of CO​2​ in water) into ​bacillus subtilis. T​hen use light and high photosynthesis efficiency algae to purify the water quality.

Comparison:

Physics and chemical methods must be done in lab, while our approach can be used in any place. The physics method needs very large space in the application place especially, comparing to our device, it’s light and portable.

Requirement Advantage Disadvantage
Physical absorption (1) high pressure
(2) low temperature
(1) can be used again
(2) the higher the pressure is, (low temperature) the higher the efficiency is
(1) demand is difficult to meet
(2) only suitable for places with high CO2 pressure
Chemical absorption chemicals high efficiency (1) can’t be used repeatedly
(2) by products is corrosive
Biological absorption (1) sunlight
(2) air
(3) water
(1) environmental friendly
(2) low risk
(1) low efficiency
(2) caring is required
Our approach electricity (1) portable
(2) easy to clean
(3) increasing the solubility of CO​2 ​in water
need to clean every day

Experiment design:

We use Bacillus to secrete enzymes out of the bacteria to achieve continuous production of CA enzyme without destroying the cell wall. As for algae, we choose cyanobacteria to match the appropriate temperature and illuminance to achieve better result.

Procedure:
1. Insert the gene that can produce carbonic anhydrase(CA) into ​bacillus subtilis
2. Use light and high photosynthesis efficiency algae to purify the water quality.

Gene cloning:

Part collection:

pBS0EP​liaI ​ promoter / pBS0E
BGSCID: ​ECE742
PliaI is an inducible promoter from B. subtilis, and it was first developed in The Bacillus BioBrick Box 2.0​.We have got this part from BGSC(​http://www.bgsc.org/​).

shine dalgarno / pSB1C3
Sequence:AAAGGAGGAA
It’s within the primer we designed to replicate the CA (Synpcc1792_1388 & Sypcc1447) sequence.

CA (​Synpcc7942_1388​ & ​Synpcc7942_1447​)
We have got the algae which has the CA sequence from National Chiao Tung University, Taiwan. With PCR(Polymerase chain reaction), the CA part is able to connect with the primer. To compare the different rate of dissolving carbon dioxide, we used Synpcc7942_1388 & Synpcc7942_1447 sequence respectively.

Terminator / pSB1C3
part: ​BBa_B0015
This is the most commonly used terminator in gene cloning with the consisting of Double terminator BBa_B0010 and BBa_B0012. We also get this part from iGEM Jamboree in its Spring 2019 Distribution-2019 Kit Plate 3.

Expected results:

● reduce the concentration of CO​2​ in enclosed space efficiently
● portable
● moderately sized
● intelligence control is available (IoT)
● algae in the device can be used again

Conclusion:

In order to solve the high concentration of carbon dioxide in enclosed space, we invented our product to deal with the problem simply (without special equipments). The followings are the methods and the advantages of our device.

Application:

Since our device is portable, it can be used everywhere.The followings are the places that often contains high CO​2 ​concentration and can be easily improve by using our device.

● public transportation
● classroom
● gym
● office
● cafeteria
● house

Signification:

● Differ from physics or chemistry way, our product can work without special experimental equipments
● Portable and can be used everywhere
● The device operates in a circulation way and is easy to clean up.
● The algae we produce can be used in different aspects(ex.fertilizer)
● Improve indoor air quality in an environmentally friendly way

Product design:


Reference:

Chen, P.H., Liu, H.L., Chen, Y.J., Cheng, H., Lin, W.L., Yeh, C.H., Chang, C.H., 2012. Enhancing CO2 bio-mitigation by genetic engineering of cyanobacteria. Energy and Environmental Science 5, 8318–8327.