Team:Tokyo Tech/Projects/making-rain/GC-Assay

From 2011.igem.org

(Difference between revisions)
 
(155 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 55: Line 55:
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 79: Line 79:
background-color: #EFEBEC;
background-color: #EFEBEC;
color: #000000;
color: #000000;
 +
font-size:13px;
}
}
Line 86: Line 87:
left: 0;
left: 0;
clear: both;
clear: both;
-
height: 180px;
+
height: 190px;
}
}
.main
.main
Line 106: Line 107:
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;
Line 120: Line 121:
text-indent: 2em;
text-indent: 2em;
}
}
-
+
 
h4
h4
{
{
text-indent: 3em;
text-indent: 3em;
 +
}
 +
 +
h5
 +
{
 +
text-indent: 4em;
 +
}
 +
 +
h6
 +
{
 +
text-indent: 5em;
}
}
Line 145: Line 156:
.name
.name
 +
{
 +
font-style: italic;
 +
}
 +
 +
.gene
{
{
font-style: italic;
font-style: italic;
Line 151: Line 167:
p
p
{
{
-
text-indent: 0.5em;
+
text-indent: 2em;
}
}
Line 207: Line 223:
}
}
-
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 240: Line 268:
<!-- 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 247: Line 281:
<li id="menu_Project">
<li id="menu_Project">
-
Projects
+
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>
-
<li id="menu_data_page">Data page</li>
+
<li id="menu_data_page"><a href="https://2011.igem.org/Team:Tokyo_Tech/DataPage.htm">Data page</a></li>
<li id="menu_Modeling">
<li id="menu_Modeling">
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</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</li>
</ul>
</ul>
</li>
</li>
-
<li id="menu_HumanPractice"><a href="https://2011.igem.org/Team:Tokyo_Tech/HumanPractice.htm">Human Practice</a></li>
+
<li id="menu_Human Practice"><a href="https://2011.igem.org/Team:Tokyo_Tech/HumanPractice.htm">Human Practice</a></li>
<li id="menu_Sitemap"><a href="https://2011.igem.org/Team:Tokyo_Tech/sitemap.htm">Sitemap</a></li>
<li id="menu_Sitemap"><a href="https://2011.igem.org/Team:Tokyo_Tech/sitemap.htm">Sitemap</a></li>
<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/Attributions_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 285: Line 319:
</div>
</div>
<!-- end of top box -->
<!-- end of top box -->
 +
<!-- under contents -->
<!-- under contents -->
Line 290: Line 325:
<!-- left menu list -->
<!-- left menu list -->
-
<div style="min-height: 2000px; float: left;">
+
<div style="min-height: 3250px; 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 -->
<ul>
<ul>
-
<li>
+
<li><a href="#const">1. Construction</a></li>
-
<a href="#GC-MS">GC-MS</a>
+
<li><a href="#AP">2. Assay Preparation</a></li>
-
</li>
+
<li><a href="#Em-isp">3. Assay Method by <i>E. coli</i></a></li>
-
<li>
+
<li><a href="#aerosol">4. Aerosol formation</a></li>
-
<a href="#QA">Quantitative Analysis</a>
+
-
<ul>
+
-
<li><a href="#QA-method">Method</a></li>
+
-
<li><a href="#QA-Result">Result</a></li>
+
-
<li><a href="#QA-discus">Discussion</a></li>
+
-
</ul>
+
-
</li>
+
-
<li>
+
-
<a href="#Em-isp">Emission of Isoprene in Water</a>
+
-
<ul>
+
-
<li><a href="#Em-isp-method">Method</a></li>
+
-
<li><a href="#Em-isp-Result">Result</a></li>
+
-
<li><a href="#Em-isp-discus">Discussion</a></li>
+
-
</ul>
+
-
</li>
+
-
<li>
+
-
<a href="#Assay">Assay Isoprene from <span class="">E. coli</span></a>
+
-
<ul>
+
-
<li><a href="#Assay-method">Method</a></li>
+
-
<li><a href="#Assay-Result">Result</a></li>
+
-
<li><a href="#Assay-discus">Discussion</a></li>
+
-
</ul>
+
-
</li>
+
</ul>
</ul>
</div>
</div>
Line 327: Line 339:
<!-- main contents -->
<!-- main contents -->
<div class="main">
<div class="main">
-
<!-- ############ Wrote main contents here ############### -->
+
<!-- ############ Write main contents here ############### -->
<!-- page title -->
<!-- page title -->
<h1> Rain details  </h1>
<h1> Rain details  </h1>
-
<h2> Construction </h2>
+
<h2 id="const"> 1. Construction </h2>
-
<p>The gene ispS with RBS on pMK was obtained from Gene Arts. </p><br />
+
       
 +
<p>
 +
We obtained the gene <span class="gene">ispS</span> (on pMK) from Gene Arts.  
 +
</p>
-
<div align="center">
+
<div align="center">
-
<img src="https://static.igem.org/mediawiki/2011/6/60/Rain_constcution_third_layer.png" alt="construction" /></div><br />
+
<img src="https://static.igem.org/mediawiki/2011/f/f1/IspS1.png" alt="construction" width="600"/>
 +
</div><br />
 +
        <center>Fig. 1 construction for <span class="gene">ispS</span> parts</center>
 +
<p>
 +
It was difficult to excise <span class="gene">ispS</span> gene from pMK by cutting between EcoRI and PstI site, EcoRI and SpeI site, or XbaI and PstI site, because the length of pMK from which <span class="gene">ispS</span> was excised were as long as the length of <span class="gene">ispS</span>. So, we cut the pMK at NcoI site to make different length and ligated into the pSB3K3 including lacIQ promoter. Finally, we cut out PlacIQ-<span class="gene">ispS</span> and ligated it into pSB1C3 backbone vector.(<a href="http://partsregistry.org/wiki/index.php?title=Part:BBa_K649303">BBa_K649303</a>)
 +
</p><br />
 +
<h2 id="AP">2. Assay Preparation </h2>
 +
 +
<p>
 +
To measure the amount of isoprene produced by our <span class="name">E. coli</span>, we used electron-ionization Gas Chromatography-Mass Spectrometry equipment (GC-MS, QP-2010, SHIMADZU, Japan). Analytes were separated by a nonpolar column (Rtx-1MS: Length 30 m, ID 0.25 mm film thickness 0.5 &micro;m, USA) working in a constant flow mode (2.99 mL min<sup>-1</sup>). The temperature program was chosen as follows: 40&deg;C for 7 min, increase to 280&deg;C at rate of 10&deg;C min<sup>-1</sup>, 280&deg;C for 5 min. The mass spectrometer worked in SIM mode, m/z 67.
 +
</p><br />
 +
        <p>       
 +
        <center><img src="https://static.igem.org/mediawiki/2011/3/3d/111028GCMS.JPG" alt="assay"width="300" height="200" /></center><br />
 +
<center>Fig. 2 GC-MS</center>
 +
        </p>
-
 
-
 
-
<p>It was difficult to extract ispS gene from backbone vector by cutting between neither EcoRI and PstI site, nor EcoRI and SpeI site, nor XbaI and PstI site because the rest of gene ispS was as long as ispS. So, we cut the pMK at NcoI site to make linear plasmid. Then this was cut and ligated into the pSB3K3 including lacIQ promoter. Finally, we cut PlacIQ-RBS-ispS and ligated into pSB1C3 backbone vector.</p><br />
+
<p>
-
<h2>Assay Preparation </h2>
+
We made dilution series of liquid isoprene (Wako Pure Chemical Industries, Ltd, Japan) diluted in chloroform(diluted 10<sup>2</sup>,10<sup>3</sup>,10<sup>4</sup>,10<sup>5</sup>,10<sup>6</sup>,10<sup>7</sup>-fold). The undiluted isoprene solution 1 &micro;L is 0.654 mg. We injected diluted isoprene into GC-MS, and draw a calibration curve (Fig. 3). If X (x=logX) represents the area of isoprene's peak and Y (y=logY) represents the amount of isoprene [mg], the calibration curve is described by the equation &ldquo;Y = 10<sup>-7.9</sup> &times; X<sup>0.89</sup>&rdquo;.
-
<p>In order to assay the amount of isoprene produced by our <span class="name">E.coli</span>, we use the Gas chromatography-mass spectrometry (GC-MS, QP-2010, SHIMADZU, Japan) for measurement. The MS uses an electron ionization method and quadrupole. Analytes were separated using a nonpolar column (Rtx-1MS: Length 30 m, ID 0.25 mm film thickness 0.5 &micro;m, USA) working in a constant flow mode (2.99 mL min<sup>-1</sup>). The temperature program was chosen as follows: 40℃ for 7 min, increase to 280℃ at rate of 10℃ min<sup>-1</sup>, 280℃ for 5 min. The mass spectrometer worked in SIM mode, m/z 67. The retention time of isoprene is very short (about 1.06-1.10 min). But thanks to MS, isoprene could be identified.</p><br />
+
</p>
-
+
-
<table style="float:right;">
+
-
<tr>
+
-
<td><img src="https://static.igem.org/mediawiki/2011/6/6b/Rain_assay_Fig_1.png" alt="assay" /></td>
+
-
</tr>
+
-
<tr>
+
-
<td style="text-align:center;">Fig.1  Dilution series of liquid isoprene diluted in chloroform were injected into GC-MS. <br />
+
-
Let area be the vertical axis, and amount of isoprene itself ([mg]) the horizontal axis.</td>
+
-
</tr>
+
-
</table>
+
-
 
+
-
<p>We firstly made dilution series (diluted 10<sup>2</sup>,10<sup>3</sup>,10<sup>4</sup>,10<sup>5</sup>,10<sup>6</sup>,10<sup>7</sup> times) of liquid isoprene (Wako Pure Chemical Industries, Ltd, Japan) diluted in chloroform. The undiluted isoprene solution 1[&micro;L] is 0.654[mg]. We injected diluted isoprene into GC-MS, and draw a calibration curve (Fig.1).</p><br />
+
-
<p style="clear:both">Since we obtained data with high variability, the calibration curve could not be drawn precisely. We gave up the idea of quantitative analysis and decided to analyze at the level of an order of magnitude.</p><br />
+
        <p>      
-
+
        <center><img src="https://static.igem.org/mediawiki/2011/d/de/Isp-kenryou.jpg" alt="assay" /></center><br />
-
<h2>Isoprene in Solvent</h2>
+
<center>Fig. 3 calibration curve</center>
-
<p>We then experimented in various conditions to make sure that isoprene can emit from water and LB medium. Headspace gas was sampled though an adsorbing material (mini-PAT including Tenax: Japan Analytical Industry Co., Ltd) and injected into GC-MS.</p><br />
+
        </p>
-
+
-
<table border="1" style="text-align:center;">
+
<h2 id="Em-isp">3. Assay Method by <span class="name">E. coli</span></h2>
-
<caption>
+
-
+
<p>
-
</caption>
+
        <div align="center">
-
<tr class="topline">
+
<img src="https://static.igem.org/mediawiki/2011/7/74/Isoprene_sample2.png" width="250px" />
-
<th>number</th>
+
</div><br />
-
<th>container</th>
+
        <center>
-
<th>solvent</th>
+
                Fig. 4 constraction for assay
-
<th>isoprene[mg]</th>
+
        </center>
-
<th>sampling[mL]</th>
+
-
<th>Condition from dripping isoprene to sampling</th>
+
-
</tr>
+
-
<tr>
+
-
<th>1</th>
+
-
<td>15 mL centrifuge tube</td>
+
-
<td>None</td>
+
-
<td>6.54</td>
+
-
<td>15</td>
+
-
<td>room temperature, 20 minutes</td>
+
-
</tr>
+
-
<tr>
+
-
<th>2</th>
+
-
<td>500 mL flask</td>
+
-
<td>Water 100 mL</td>
+
-
<td>13.1</td>
+
-
<td>50</td>
+
-
<td>room temperature, 20 minutes</td>
+
-
</tr>
+
-
<tr>
+
-
<th>3</th>
+
-
<td>500 mL flask</td>
+
-
<td>Water 100 mL</td>
+
-
<td>13.1</td>
+
-
<td>50</td>
+
-
<td>37℃, 20 minutes</td>
+
-
</tr>
+
-
<tr>
+
-
<th>4</th>
+
-
<td>500 mL flask</td>
+
-
<td>LB medium 100 mL</td>
+
-
<td>13.1</td>
+
-
<td>50</td>
+
-
<td>37℃, 20 minutes</td>
+
-
</tr>
+
-
<tr>
+
-
<th>5</th>
+
-
<td>500 mL flask</td>
+
-
<td>LB medium 100 mL</td>
+
-
<td>0</td>
+
-
<td>50</td>
+
-
<td>37℃, culture, 6 hours</td>
+
-
</tr>
+
-
<tr>
+
-
<th>6</th>
+
-
<td>500 mL flask</td>
+
-
<td>LB medium 100 mL</td>
+
-
<td>0</td>
+
-
<td>50</td>
+
-
<td>37℃, 6 hours + <span class="name">E.coli</span>(BL-21)</td>
+
-
</tr>
+
-
</table>
+
-
<p>Table.1 Different conditions that used in samples` headspace gas of solvent including isoprene or LB media with <span class="name">E.coli</span> or none. The condition is from dripping to sampling.  
+
-
</p><br />
+
-
<p>  
+
        </p>
-
As a result the peak area was about one thousandth of expectable area by calibration data at experiment No.1-4, drip isoprene. The peak area’s retention time was same as that of isoprene at experiment No.5 (no isoprene, LB medium only), though the area was much less than those of No.1-4.</p> <br />
+
        <p>
 +
Each bacterial sample was grown in a 500 mL flask containing 100 mL LB media. Cultures were grown at 37&deg;C and then induced by 0.5 mM IPTG when OD<sub>600</sub> reached 0.6. After 4 hours of induction, 50 mL of headspace gas was taken by absorbing material (mini-PAT including Tenax: Japan Analytical Industry Co., Ltd) and injected into GC-MS.
 +
</p>
 +
<p>
 +
                <div align="center">
 +
                       
 +
                        <img src="https://static.igem.org/mediawiki/2011/4/41/111028zairyo_rain.JPG" alt="isoprene_ex" width="320" height="240"/></a>
 +
                       
 +
                        <img src="https://static.igem.org/mediawiki/2011/2/2f/111028sampling.JPG" alt="isoprene_ex" width="180" height="240" />
 +
                       
 +
                        <img src="https://static.igem.org/mediawiki/2011/2/24/111028gaschunyu.JPG" alt="isoprene_ex" width="180" height="240" />
-
<table style="float:left;">
+
                </div>
-
<tr><td><img src="https://static.igem.org/mediawiki/2011/9/98/Peak_Area_11titech.jpg" alt="assay" /></td></tr>
+
                        <center>Fig. 5 Assay Method
-
<tr><td style="text-align:center;">Fig.2</td></tr>
+
                                <br /> </center>
-
</table>
+
                </p>      
-
<p>We wondered whether the adsorbing material was saturated with isoprene at experiment No.1-4 and isoprene still existed in silicon tube at experiment No.5. So we considered that firstly the tube needed to be used only once and then thrown away. Secondly, Headspace gas of dilution series of liquid isoprene diluted in chloroform in water needed to be sampled.</p><br />
+
-
<h2>Assay Method (unoperation)</h2>
+
<p>
-
<p>Both E.coli were grown in separate 500ml flasks containing 100ml LB media. Cultures were grown at 37℃ and then induced using 0.5mM IPTG at OD600 of 0.6 reached. After 34 hours of induction, 50ml of headspace gas samples were taken using absorbing material (mini-PAT including Tenax: Japan Analytical Industry Co., Ltd) and injected into GC-MS.</p><br/>
+
We calculated the amount of isoprene production, using the calibration data we obtained above.
-
+
</p>
-
+
<div align="center">
 +
<img src="https://static.igem.org/mediawiki/2011/e/e4/Rain-fig4-2.jpg" alt="isprene-graph" width="450px" />
 +
</div>
 +
<center>
 +
Fig. 6 The amount of isoprene detected in <span class="name">E. coli</span> extract.  
 +
</center>
 +
 
 +
<h2 id="aerosol"> 4.Aerosol formation</h2>
 +
<p>
 +
To do the ozone-isoprene reaction, we used teflon bag as a container for the reaction. Firstly ozone was produce by the ozone generator as the following photo. After measured the concentration of ozone, we used big syringe, injected a certain amount of ozone into the bag. Then using small size of syringe we injected isoprene and water into the bags. We could see that isoprene evaporated immediately. Finally because ultraviolet radiation helps the reaction, we put the teflon bags into clean bench and turned the UV on.
 +
</p>
 +
<div align="center">
 +
<img src="https://static.igem.org/mediawiki/2011/8/82/Ozone.JPG" width="450px" />
 +
</div>
 +
<br/>
 +
<center>
 +
Fig. 7 Method of aerosol formation experiment
 +
</center>
<!-- ############ End of main contents ############ -->
<!-- ############ End of main contents ############ -->

Latest revision as of 03:46, 29 October 2011

Tokyo Tech 2011

Rain details

1. Construction

We obtained the gene ispS (on pMK) from Gene Arts.

construction

Fig. 1 construction for ispS parts

It was difficult to excise ispS gene from pMK by cutting between EcoRI and PstI site, EcoRI and SpeI site, or XbaI and PstI site, because the length of pMK from which ispS was excised were as long as the length of ispS. So, we cut the pMK at NcoI site to make different length and ligated into the pSB3K3 including lacIQ promoter. Finally, we cut out PlacIQ-ispS and ligated it into pSB1C3 backbone vector.(BBa_K649303)


2. Assay Preparation

To measure the amount of isoprene produced by our E. coli, we used electron-ionization Gas Chromatography-Mass Spectrometry equipment (GC-MS, QP-2010, SHIMADZU, Japan). Analytes were separated by a nonpolar column (Rtx-1MS: Length 30 m, ID 0.25 mm film thickness 0.5 µm, USA) working in a constant flow mode (2.99 mL min-1). The temperature program was chosen as follows: 40°C for 7 min, increase to 280°C at rate of 10°C min-1, 280°C for 5 min. The mass spectrometer worked in SIM mode, m/z 67.


assay

Fig. 2 GC-MS

We made dilution series of liquid isoprene (Wako Pure Chemical Industries, Ltd, Japan) diluted in chloroform(diluted 102,103,104,105,106,107-fold). The undiluted isoprene solution 1 µL is 0.654 mg. We injected diluted isoprene into GC-MS, and draw a calibration curve (Fig. 3). If X (x=logX) represents the area of isoprene's peak and Y (y=logY) represents the amount of isoprene [mg], the calibration curve is described by the equation “Y = 10-7.9 × X0.89”.

assay

Fig. 3 calibration curve

3. Assay Method by E. coli


Fig. 4 constraction for assay

Each bacterial sample was grown in a 500 mL flask containing 100 mL LB media. Cultures were grown at 37°C and then induced by 0.5 mM IPTG when OD600 reached 0.6. After 4 hours of induction, 50 mL of headspace gas was taken by absorbing material (mini-PAT including Tenax: Japan Analytical Industry Co., Ltd) and injected into GC-MS.

isoprene_ex isoprene_ex isoprene_ex
Fig. 5 Assay Method

We calculated the amount of isoprene production, using the calibration data we obtained above.

isprene-graph
Fig. 6 The amount of isoprene detected in E. coli extract.

4.Aerosol formation

To do the ozone-isoprene reaction, we used teflon bag as a container for the reaction. Firstly ozone was produce by the ozone generator as the following photo. After measured the concentration of ozone, we used big syringe, injected a certain amount of ozone into the bag. Then using small size of syringe we injected isoprene and water into the bags. We could see that isoprene evaporated immediately. Finally because ultraviolet radiation helps the reaction, we put the teflon bags into clean bench and turned the UV on.


Fig. 7 Method of aerosol formation experiment