Team:Tokyo Tech/Projects/making-rain/index.htm

From 2011.igem.org

(Difference between revisions)
 
(182 intermediate revisions not shown)
Line 34: Line 34:
list-style: none;
list-style: none;
float: left;
float: left;
-
height: 20px;
+
height: 30px;
width: 945px;
width: 945px;
}
}
Line 43: Line 43:
position:relative;
position:relative;
padding: 2px 15px 0 0;
padding: 2px 15px 0 0;
-
/* border-color: #EFEBEC;
 
-
border-width: 0;
 
-
border-left-width: 5px;
 
-
border-style: solid; */
 
}
}
Line 55: Line 51:
display: none;
display: none;
position: absolute;
position: absolute;
-
font-size: 14px;
+
font-size: 16px;
opacity: 0.8;
opacity: 0.8;
list-style: none;
list-style: none;
Line 75: Line 71:
}
}
-
body
+
body
{
{
background-color: #EFEBEC;
background-color: #EFEBEC;
color: #000000;
color: #000000;
 +
font-size: 13px;
}
}
Line 86: Line 83:
left: 0;
left: 0;
clear: both;
clear: both;
-
height: 180px;
+
height: 190px;
}
}
.main
.main
Line 106: Line 103:
h1, h2, h3, h4, h5, h6
h1, h2, h3, h4, h5, h6
{
{
-
background-color: #D09DE1;
+
background-color: #00508D;
-
color:#0D3430;
+
color:#FFFFFF;
text-align: left;
text-align: left;
}
}
-
h2
+
h2
{
{
text-indent: 1em;
text-indent: 1em;
-
}
 
-
 
-
h2+p
 
-
{
 
-
margin-left: 1em;
 
}
}
Line 124: Line 116:
{
{
text-indent: 2em;
text-indent: 2em;
-
}
 
-
 
-
h3+p
 
-
{
 
-
margin-left: 2em;
 
}
}
Line 135: Line 122:
text-indent: 3em;
text-indent: 3em;
}
}
-
+
 
-
h4+p
+
h5
 +
{
 +
text-indent: 4em;
 +
}
 +
 
 +
h6
{
{
-
margin-left: 3em;
+
text-indent: 5em;
}
}
Line 160: Line 152:
.name
.name
 +
{
 +
font-style: italic;
 +
}
 +
.gene
{
{
font-style: italic;
font-style: italic;
Line 166: Line 162:
p
p
{
{
-
text-indent: 0.5em;
+
text-indent: 2em;
}
}
Line 215: Line 211:
}
}
-
window.onload = function() {
+
function getElementsByClass() {
 +
    var classElements = new Array();
 +
    var allElements = document.getElementsByTagName("*");
 +
    for (i = 0 ; i < allElements.length; i++) {
 +
if (allElements[i].className == 'firstHeading') {
 +
    allElements[i].style.display = 'none';
 +
  // window.alert('発見。');
 +
}
 +
    }
 +
}
 +
 +
window.onload = function() {
 +
getElementsByClass();
var menu = window.document.getElementById('TopMenu');
var menu = window.document.getElementById('TopMenu');
if(menu==null)
if(menu==null)
Line 248: Line 256:
<!-- top box -->
<!-- top box -->
<div class="top">
<div class="top">
-
<img src="https://static.igem.org/mediawiki/2011/2/24/TokyoTech_TOPlogo.png" alt="Tokyo Tech 2011" width="965px" /><br />
+
<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,0,0" width="965" height="150" id="Yourfilename" align="">
 +
<param name="movie" value="https://static.igem.org/mediawiki/2011/4/4d/Header.swf">
 +
<param name="quality" value="high">
 +
<param name="bgcolor" value="#FFFFFF">
 +
<embed src="https://static.igem.org/mediawiki/2011/4/4d/Header.swf" quality="high" bgcolor="#FFFFFF" width="965" height="150" name="Yourfilename" align="" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer">
 +
</embed>
 +
</object>  
<!-- list of top menu -->
<!-- list of top menu -->
<div id="navigation">
<div id="navigation">
Line 255: Line 269:
<li id="menu_Project">
<li id="menu_Project">
-
Projects</a>
+
Project
<ul>
<ul>
-
<li><a href="https://2011.igem.org/Team:Tokyo_Tech/Projects/RPS-game/index.htm">RPS-game</a></li>
+
<li><a href="https://2011.igem.org/Team:Tokyo_Tech/Projects/RPS-game/index.htm">RPS-Game</a></li>
-
<li><a href="https://2011.igem.org/Team:Tokyo_Tech/Projects/making-rain/index.htm">rain</a></li>
+
<li><a href="https://2011.igem.org/Team:Tokyo_Tech/Projects/making-rain/index.htm">Make it Rain</a></li>
-
<li><a href="https://2011.igem.org/Team:Tokyo_Tech/Projects/Urea-cooler/index.htm">urea cooler</a></li>
+
<li><a href="https://2011.igem.org/Team:Tokyo_Tech/Projects/Urea-cooler/index.htm">Urea Coolers</a></li>
</ul>
</ul>
</li>
</li>
Line 268: Line 282:
Modeling
Modeling
<ul>
<ul>
-
<li><a href="https://2011.igem.org/Team:Tokyo_Tech/Modeling/RPS-game/RPS-game">RPS-game</a></li>
+
<li><a href="https://2011.igem.org/Team:Tokyo_Tech/Modeling/RPS-game/RPS-game">RPS-Game</a></li>
-
<li><a href="https://2011.igem.org/Team:Tokyo_Tech/Modeling/Urea-cooler/urea-cooler">urea cooler</a></li>
+
<li><a href="https://2011.igem.org/Team:Tokyo_Tech/Modeling/Urea-cooler/urea-cooler">Urea Coolers</a></li>
</ul>
</ul>
</li>
</li>
Line 278: Line 292:
<li id="menu_Extra">
<li id="menu_Extra">
-
Extra
+
More
-
<ul>
+
<ul style="width:210px;">
<li><a href="https://2011.igem.org/Team:Tokyo_Tech/Safety">Safety</a></li>
<li><a href="https://2011.igem.org/Team:Tokyo_Tech/Safety">Safety</a></li>
<li><a href="https://2011.igem.org/Team:Tokyo_Tech/Attribution_and_Contributions.htm">Attribution and Contributions</a></li>
<li><a href="https://2011.igem.org/Team:Tokyo_Tech/Attribution_and_Contributions.htm">Attribution and Contributions</a></li>
<li><a href="https://2011.igem.org/Team:Tokyo_Tech/notebook">NoteBook</a></li>
<li><a href="https://2011.igem.org/Team:Tokyo_Tech/notebook">NoteBook</a></li>
<li><a href="https://2011.igem.org/Team:Tokyo_Tech/team">Team</a></li>
<li><a href="https://2011.igem.org/Team:Tokyo_Tech/team">Team</a></li>
-
<li><a href="https://2011.igem.org/Team:Tokyo_Tech/Sponsers.htm">Sponsers</a></li>
+
<li><a href="https://2011.igem.org/Team:Tokyo_Tech/Sponsers.htm">Sponsors</a></li>
<li><a href="https://2011.igem.org/Team:Tokyo_Tech/Collaboration.htm">Collaboration</a></li>
<li><a href="https://2011.igem.org/Team:Tokyo_Tech/Collaboration.htm">Collaboration</a></li>
</ul>
</ul>
Line 298: Line 312:
<!-- left menu list -->
<!-- left menu list -->
-
<div style="min-height: 2500px; float: left;">
+
<div style="min-height: 3150px; float: left;">
<div id="LeftMenu">
<div id="LeftMenu">
<!--list of page menu: DO NOT WRITE LINKS NOT WRITTEN IN THIS PAGE -->
<!--list of page menu: DO NOT WRITE LINKS NOT WRITTEN IN THIS PAGE -->
-
<ol>
+
<ul>
-
<li><a href="#intro">Introduction</a></li>
+
<li><a href="#intro">1. Introduction</a></li>
-
<li><a href="#Res">Result</a></li>
+
<li><a href="#Res">2. Isoprene by <span class="name">E.coli</span></a></li>
-
<li><a href="#discus">Discussion</a></li>
+
                <li><a href="#rain">3. Discussion</a></li>
-
</ol>
+
 
 +
</ul>
</div>
</div>
</div>
</div>
Line 318: Line 333:
<p>
<p>
<p>
<p>
-
<img src="https://static.igem.org/mediawiki/2011/e/e8/TokyoTech_rain_Illust1.png" alt="Illust" style="float:right;" width=50% height=50%>
+
<img src="https://static.igem.org/mediawiki/2011/e/e8/TokyoTech_rain_Illust1.png" alt="Illust" style="float:right;" width="200px" />
-
Playing RPS with E. coli during summer was fun, but,  
+
Playing RPS with <span class="name">E. coli</span> during summer was fun, but,  
even if humans won, celebrations did not last long  
even if humans won, celebrations did not last long  
since we soon returned to complaining about the hot weather.   
since we soon returned to complaining about the hot weather.   
As a prize for humans who win in our RPS game, we designed an  
As a prize for humans who win in our RPS game, we designed an  
-
E. coli that can make it rain, making the hot summer more  
+
<span class="name">E. coli</span> that can make it rain, making the hot summer more  
fun and refreshing (let alone applications in agriculture).  
fun and refreshing (let alone applications in agriculture).  
</p>
</p>
-
<h2 id="intro" style="clear:both;">1.1 Introduction</h2>
+
<h2 id="intro" style="clear:both;">1. Introduction</h2>
 +
<p>
<p>
-
<p>
+
To make it rain we focus on the substance isoprene.  
-
To make it rain we focus on the substance isoprene.  
+
It has been observed that trees in tropical rainforests  
-
It has been observed that trees in tropical rainforests  
+
contribute to the formation of photo-smog aerosol in  
-
contribute to the formation of photo-smog aerosol  
+
the lower atmosphere by releasing isoprene (Paulson and Seinfeld, 1992).  
-
in the lower atmosphere by releasing isoprene  
+
The photo-oxidized isoprene acts as a condensation  
-
(Paulson and Seinfeld, 1992). The photo-oxidized isoprene  
+
nucleus [2], may cause rain even  
-
acts as a condensation nucleus [4], can cause shower
+
if it is present in very low concentrations.  
-
(make it rain) even if it si present in very low  
+
</p>
-
concentrations.  
+
-
</p>
+
<div align="center">
-
+
<img src="https://static.igem.org/mediawiki/2011/7/7c/Reaction-of-isoprene.png" alt="Fig.1" style="float:none;" width="800px" />
-
<img src="https://static.igem.org/mediawiki/2011/2/2f/TokyoTech_rain_fig1.png" alt="Fig.1" style="float:none;" width=75% height=75% />
+
<div class="graph_title">
<div class="graph_title">
-
Fig1. Isoprene photo-oxidation reaction
+
Fig. 1 Isoprene photo-oxidation reaction
</div>
</div>
 +
</div>
-
<p>
+
<p>
-
It is known that the enzyme isoprene synthase can  
+
It is known that the enzyme isoprene synthase can catalyze  
-
catalyze the conversion of dimethylallyl diphosphate
+
the conversion of dimethylallyl diphosphate(DMAPP) to  
-
(DMAPP) to isoprene. DMAPP is normally synthesized  
+
isoprene. DMAPP is normally synthesized by  
-
by E. coli, so the only thing we need to make our bacteria  
+
<span class="name">E. coli</span>, so the only thing we need  
-
synthetize isoprene is isoprene synthase.  
+
to make our bacteria synthetize isoprene is isoprene synthase.  
-
The isoprene synthase coding gene (ispS) has isolated
+
The isoprene synthase coding gene (<span class="gene">ispS</span>)  
-
from the tree poplar (Barbara Miller et al., 2001).  
+
is isolated from the tree poplar (Barbara Miller <i>et al</i>., 2001).  
-
E. coli introduce this gene released isoprene  
+
<span class="name">E. coli</span> introduced this gene  
-
into the air by diffusion [1]
+
released isoprene into the air by diffusion [1]  
-
</p>
+
</p>
-
+
-
<img src ="https://static.igem.org/mediawiki/2011/c/cd/TokyoTech_rain_fig2.png" alt="Fig.3" />
+
<div align="center">
 +
<img src="https://static.igem.org/mediawiki/2011/c/cd/TokyoTech_rain_fig2.png" width="658px" alt="Fig.3" />
<div class="graph_title">
<div class="graph_title">
-
Fig2. Formation of isoprene is catalyzed by isoprene synthase
+
Fig. 2 Formation of isoprene is catalyzed by isoprene synthase
</div>
</div>
 +
</div>
-
<p>
+
<p>
-
In this study, we tried to make E.coli synthetize isoprene
+
In this study, we made <span class="name">E. coli</span>
-
by the isoprene synthase on the standardized plasmid.
+
synthesize isoprene by introducing <span class="gene">ispS</span>.
-
Moreover we calculate that E.coli could produce
+
-
isoprene more effectively and faster than the trees in
+
-
the tropical rainforests.
+
-
It means that the amount of isoprene produced by our
+
-
E. coli is enough to form the secondary organic
+
-
aerosols and make it rain.
+
-
</p>
+
</p>
</p>
 +
<h2 id="Res">2. Isoprene by <span class="name">E. coli</span></h2>
-
<h2 id="Res">1.2 Result</h2>
 
<p>
<p>
-
<p>
+
To measure the amount of isoprene produced by <span class="name">E. coli</span> with the introduction of <span class="gene">ispS</span>, we constructed negative control PlacIQ
-
We constructed negative control RBS-ispS and sample  
+
and sample PlacIQ-RBS-<span class="gene">ispS</span>(<a href="http://partsregistry.org/wiki/index.php?title=Part:BBa_K649303">BBa_K649303</a>)
-
placIQ-RBS-ispS, using the placIQ promoter
+
, using the  
-
(BBa_I14032) and ispS. Gene ispS is extracted from the  
+
PlacIQ promoter and <span class="gene">ispS</span>.  
-
pMK backbone vector.(see more about our constructions)
+
Gene <span class="gene">ispS</span> is extracted from the pMK  
-
    </p>
+
backbone vector.
 +
(<a href="https://2011.igem.org/Team:Tokyo_Tech/Projects/making-rain/GC-Assay#Const">see more about our constructions</a>)
 +
</p>
-
<img src="https://static.igem.org/mediawiki/2011/9/90/TokyoTech_rainfig3.png" alt="Fig.2" width="80%" height="80%" style="float:none;" />
+
<div align="center">
 +
<img src="https://static.igem.org/mediawiki/2011/0/08/Rain-const.png" alt="Fig.3" width="500px" style="float:none;" />
<div class="graph_title">
<div class="graph_title">
-
Fig3. Construction of RBS-ispS and placIQ-RBS-ispS
+
Fig. 3 Constructions of PlacIQ and PlacIQ-RBS-<span class="gene">ispS</span>
</div>
</div>
 +
</div>
-
<p>
+
<p>
-
We also measured the amount of isoprene from E.coli by
+
We used Gas Chromotrography-Mass Spectrometry (GC-MS)
-
Gas Chromotrography-Mass Spectrometry (GC-MS).
+
                        to measure the amount of isoprene produced by
-
When using GC-MS, we injected a series of  
+
<span class="name">E. coli</span>. When using GC-MS, we firstly injected a series of chloroform-diluted  
-
chloroform-diluted liquid isoprene to draw the  
+
liquid isoprene to draw the calibration curve. Then the peaks of negative control(PlacIQ) and sample(PlacIQ-RBS-<i>ispS</i>) were detected at the retention time at 1.1 min. This is same to the retention time of the peak of authentic material isoprene. Therefore, we concluded  that our E.coli was producing isoprene as we expected.
-
calibration curve. To confirm if liquid isoprene produced
+
                                        </p>
-
by E. coli would be released as a gas, we diluted liquid
+
                <p>
-
isoprene in water and also in LB medium. In both cases,  
+
                        According to the calibration curve and peak areas, we calculated the isoprene produced by our <span class="name">E. coli</span> BL21 (DE3) with the introduction of <span class="name">ispS</span> is about 4.1×10<sup>-5</sup> mg/L, while negative control (PlacIQ) only produced one eighth of the sample.
-
we could confirm evaporated into the air
+
                        (<a href="https://2011.igem.org/Team:Tokyo_Tech/Projects/making-rain/GC-Assay#AP">see more about this work.</a>)
-
(see more about these experiments).
+
                </p>
-
</p>
+
                <p>
-
<p>
+
                <div align="center">
-
Unfortunately, the GC-MS instrument got broken just before
+
                        (a)
-
the wiki freeze. Therefore we were not able to conclude
+
                        <a href="https://static.igem.org/mediawiki/2011/a/a1/GS-MG_assay.png">
-
our experiments and report assay results. But we are
+
                        <img src="https://static.igem.org/mediawiki/2011/a/a1/GS-MG_assay.png" width="200px"/></a>
-
certainly able to use the GC-MS again and report our
+
                        (b)
-
results soon.
+
                        <img src="https://static.igem.org/mediawiki/2011/e/e4/Rain-fig4-2.jpg" alt="isprene-graph" width="400px" />
-
</p>
+
                </div>
-
</p>
+
                        <center>Fig. 4 isoprene detected by GC-MS (This work is done by Yuto Sugiuchi.)<br />
 +
(a)a-1:negative control(PlacIQ), a-2:sample(PlacIQ-RBS-<span class="gene">ispS</span>), a-3:authentic material                          <br />(b)The amount of isoprene detected in <span class="name">E. coli</span> extract.                        </center>
 +
                </p>      
 +
-
<h2 id="discus">Discussion</h2>
+
<h2 id="rain">3. Discussion</h2>
<p>
<p>
-
According to a paper (Zao Y et al. 2011),  
+
The reaction between isoprene and ozone has been studied to examine physical and chemical characteristics of the secondary organic aerosol formed. Aerosols is suspension of solid particles or liquid droplets in gas. The most common aerosol in the atmosphere are clouds, which normally consist of suspensions of water droplets or ice particles of greater density, and can later cause rain. According to those information, we designed an easy indoor experiment of reaction between isoprene and ozone, and confirmed that isoprene can make aerosol.The ozone-isoprene reaction was carried out in teflon bags. To facilitate the reaction, ultraviolet radiation was used. 20 mins after the reaction started, formation of aerosol was confirmed as shown the photos below.
-
E. coli BL21 (DE3) harboring isoprene synthase  will
+
<center>
-
accumulate around 94 [mg/batch-l] isoprene, while E. coli
+
<table>
-
with negative control will produce very little amounts of
+
<tr>
-
isoprene about 9 [mg/l]. The following calculations show that
+
<th>Isoprene -</th>
-
E.coli make a precipitation is feasible. If we culture this E.coli
+
<th>Isoprene +</th>
-
in 2L media set in 100m3(10m×5m×2m) space, the concentration of
+
</tr>
-
isoprene is 1.3ppm (=3.76[µg/l]). This concentration is more
+
<tr>
-
than the least requirement 0.2ppm (=0.56[µg/(air-l)]) to form
+
<td>
-
secondary organic aerosols in a reaction chamber[3], also
+
<img src="https://static.igem.org/mediawiki/2011/9/93/Aerosol2.png" alt="aerosol2" />
-
significantly higher than isoprene concentration in nature(~2ppb).  
+
</td>
-
We also designed an easy indoor experiment for aerosol formation
+
                        <td>
-
through ozone-oxidization of isoprene inside a Teflon bag.  
+
<img src="https://static.igem.org/mediawiki/2011/archive/c/c0/20111027081411%21Aerosol1.png" alt="aerosol1" />
-
We estimate that from 3ppm to 30ppm (8.35µg/l~83.5 µg/l)
+
</td>
-
isoprene in the Teflon bag likely to form aerosol can be  
+
</tr>
-
confirmed by our naked eyes.  
+
</table>
-
</p>
+
        </center>
-
+
 
-
<div>
+
<center>Fig. 7 aerosol formation</center>
-
Reference
+
 
-
[1] Yaru zhao, et al. Biosynthesis of isoprene in Escherichia coli via methylerythritol phosphate (MEP) pathway, Appl Microbiol Biothechnol(2011) 90:1915-1922
+
<p>
-
[2]Mattijs K. Julsing, et al. Functional analysis of genes involved in the biosynthesis of isoprene in Bacillus subtilis, Appl Microbiol Biothechnol(2007)75:1377-1384
+
The picture on the left shows that when isoprene was not present no aerosol was detected even when air, water and ozone were put together under reaction conditions. On the other hand, the picture on the right shows that when isoprene was used, it formed an aerosol (this became evident because the trajectory of the laser light was visible).
-
[3]Tadeusz E. Kleindienst, et al, Ozone-isoprene reaction: Re-examination of the formation of secondary organic aerosol, Geophysical research letters,(2006) vol.34
+
<a href="https://2011.igem.org/Team:Tokyo_Tech/Projects/making-rain/GC-Assay#aerosol">see more about this work.</a>
-
[4]O`Dowd, C.D. Aalto, K.Hameri, M.Kulmala, and Thorsten Hoffmann. Atmospheric particles form organic Vapours, Nature,2002.
+
</p>
-
</div>
+
<p>
 +
All in all, we confirmed that <span class="name">E. coli</span> with the insertion of <span class="gene">ispS</span> synthesizes isoprene and that isoprene makes aerosol. So our <span class="name">E. coli</span> will make it rain!  We also thoroughly concerned about the safety that might come up with the using of isoprene, <a href="https://2011.igem.org/Team:Tokyo_Tech/Safety">details can be seen here.</a>
 +
</p>
 +
 
 +
    <div style="margin: 5px;">
 +
<h2>Reference </h2>
 +
[1] Yaru zhao, <i>et al</i>., Biosynthesis of isoprene in <span class="name">Escherichia coli</span> via methylerythritol phosphate (MEP) pathway, Appl Microbiol Biothechnol(2011) 90:1915-1922<br />
 +
 +
[2] Leonardo Silva Santos, <i>et al</i>., Mimicking the atmospheric OH-radical-mediated photooxidation of isoprene: formation of cloud-condensation nuclei polyols monitored by electrospray ionization mass spectrometry, Rapid Communication in Mass Spectrometry, 2006<br />
 +
 +
</div>
</p>
</p>
Line 443: Line 471:
<!-- end of main contents -->
<!-- end of main contents -->
-
<!-- footer -->
 
-
<!--
 
-
<div class="footer">
 
-
<hr />
 
-
here is footer.
 
-
</div>
 
-
-->
 
-
<!-- end of footer -->
 
</p>
</p>
<!-- end of under contents -->
<!-- end of under contents -->
 +
 +
<div style="bottom: 0;left: 30; position:fixed; background-color: #000000; opacity:0.8;">
 +
<a onclick="scrollTo(0,0);return false;" onfocus="this.blur();" style="color:#FFFFFF;">Return to Page Top</a>
 +
</div>
<!-- DO NOT WRITE UNDER HERE -->
<!-- DO NOT WRITE UNDER HERE -->
</body>
</body>
</html>
</html>

Latest revision as of 03:43, 29 October 2011

Tokyo Tech 2011

Making it Rain

Illust Playing RPS with E. coli during summer was fun, but, even if humans won, celebrations did not last long since we soon returned to complaining about the hot weather. As a prize for humans who win in our RPS game, we designed an E. coli that can make it rain, making the hot summer more fun and refreshing (let alone applications in agriculture).

1. Introduction

To make it rain we focus on the substance isoprene. It has been observed that trees in tropical rainforests contribute to the formation of photo-smog aerosol in the lower atmosphere by releasing isoprene (Paulson and Seinfeld, 1992). The photo-oxidized isoprene acts as a condensation nucleus [2], may cause rain even if it is present in very low concentrations.

Fig.1
Fig. 1 Isoprene photo-oxidation reaction

It is known that the enzyme isoprene synthase can catalyze the conversion of dimethylallyl diphosphate(DMAPP) to isoprene. DMAPP is normally synthesized by E. coli, so the only thing we need to make our bacteria synthetize isoprene is isoprene synthase. The isoprene synthase coding gene (ispS) is isolated from the tree poplar (Barbara Miller et al., 2001). E. coli introduced this gene released isoprene into the air by diffusion [1]

Fig.3
Fig. 2 Formation of isoprene is catalyzed by isoprene synthase

In this study, we made E. coli synthesize isoprene by introducing ispS.

2. Isoprene by E. coli

To measure the amount of isoprene produced by E. coli with the introduction of ispS, we constructed negative control PlacIQ and sample PlacIQ-RBS-ispS(BBa_K649303) , using the PlacIQ promoter and ispS. Gene ispS is extracted from the pMK backbone vector. (see more about our constructions)

Fig.3
Fig. 3 Constructions of PlacIQ and PlacIQ-RBS-ispS

We used Gas Chromotrography-Mass Spectrometry (GC-MS) to measure the amount of isoprene produced by E. coli. When using GC-MS, we firstly injected a series of chloroform-diluted liquid isoprene to draw the calibration curve. Then the peaks of negative control(PlacIQ) and sample(PlacIQ-RBS-ispS) were detected at the retention time at 1.1 min. This is same to the retention time of the peak of authentic material isoprene. Therefore, we concluded that our E.coli was producing isoprene as we expected.

According to the calibration curve and peak areas, we calculated the isoprene produced by our E. coli BL21 (DE3) with the introduction of ispS is about 4.1×10-5 mg/L, while negative control (PlacIQ) only produced one eighth of the sample. (see more about this work.)

(a) (b) isprene-graph
Fig. 4 isoprene detected by GC-MS (This work is done by Yuto Sugiuchi.)
(a)a-1:negative control(PlacIQ), a-2:sample(PlacIQ-RBS-ispS), a-3:authentic material
(b)The amount of isoprene detected in E. coli extract.

3. Discussion

The reaction between isoprene and ozone has been studied to examine physical and chemical characteristics of the secondary organic aerosol formed. Aerosols is suspension of solid particles or liquid droplets in gas. The most common aerosol in the atmosphere are clouds, which normally consist of suspensions of water droplets or ice particles of greater density, and can later cause rain. According to those information, we designed an easy indoor experiment of reaction between isoprene and ozone, and confirmed that isoprene can make aerosol.The ozone-isoprene reaction was carried out in teflon bags. To facilitate the reaction, ultraviolet radiation was used. 20 mins after the reaction started, formation of aerosol was confirmed as shown the photos below.

Isoprene - Isoprene +
aerosol2 aerosol1
Fig. 7 aerosol formation

The picture on the left shows that when isoprene was not present no aerosol was detected even when air, water and ozone were put together under reaction conditions. On the other hand, the picture on the right shows that when isoprene was used, it formed an aerosol (this became evident because the trajectory of the laser light was visible). see more about this work.

All in all, we confirmed that E. coli with the insertion of ispS synthesizes isoprene and that isoprene makes aerosol. So our E. coli will make it rain! We also thoroughly concerned about the safety that might come up with the using of isoprene, details can be seen here.

Reference

[1] Yaru zhao, et al., Biosynthesis of isoprene in Escherichia coli via methylerythritol phosphate (MEP) pathway, Appl Microbiol Biothechnol(2011) 90:1915-1922
[2] Leonardo Silva Santos, et al., Mimicking the atmospheric OH-radical-mediated photooxidation of isoprene: formation of cloud-condensation nuclei polyols monitored by electrospray ionization mass spectrometry, Rapid Communication in Mass Spectrometry, 2006

Return to Page Top