Difference between revisions of "Team:NTHU Taiwan/Results"

Line 1: Line 1:
 
<html>
 
<html>
  
 +
<style>
 +
/***************************************************** DEFAULT SETTINGS  ****************************************************/
 +
/* Clear the default wiki settings */
 +
#home_logo, #sideMenu { display:none; }
 +
#sideMenu, #top_title, .patrollink  {display:none;}
 +
#content { width:100%; padding:0px;  margin-top:-7px; margin-left:0px;}
 +
body {background-color:#f6f6e3;}
 +
#bodyContent {background-color:#f6f6e3;}
 +
#bodyContent h1, #bodyContent h2, #bodyContent h3, #bodyContent h4, #bodyContent h5 { margin-bottom: 0px; }
 +
 +
/**************************************************************** MENU ***************************************************************/
 +
/* Wrapper for the menu */
 +
 +
.igem_2017_menu_wrapper {
 +
border-bottom: 3px solid #c2dac0;
 +
background-color:#f6f6e3;
 +
font-family:'Open Sans', sans-serif;
 +
overflow: hidden;
 +
}
 +
 +
.igem_2017_menu_wrapper a { 
 +
float: left;
 +
font-size: 1.2em;
 +
color: #6c5070;
 +
text-align: center;
 +
padding: 25px 20px;
 +
text-decoration: none;
 +
}
 +
 +
.munu_img img{
 +
position: fixed;
 +
height: 9%;
 +
}
 +
 +
/* this hides the scrollbar to keep view consistency */
 +
.igem_2017_menu_wrappe::-webkit-scrollbar {
 +
display: none;
 +
}
 +
 +
.submenu_wrapper {
 +
float: left;
 +
  overflow: hidden;
 +
}
 +
 +
.submenu_wrapper .menu_button {
 +
letter-spacing: 1px;
 +
text-transform: uppercase;
 +
font-size: 1.2em;
 +
border: none;
 +
outline: none;
 +
color: #6c5070;
 +
padding: 25px 20px;
 +
background-color: inherit;
 +
}
 +
 +
.igem_2017_menu_wrapper a:hover, .submenu_wrapper:hover .menu_button {
 +
color: #DF6A6A;
 +
}
 +
 +
.submenu_button {
 +
display: none;
 +
position: absolute;
 +
background-color: rgba(246, 246, 227, 0.7);
 +
min-width: 160px;
 +
z-index: 1;
 +
}
 +
 +
.submenu_button a {
 +
float: none;
 +
color: #6c5070;
 +
padding: 8px 16px;
 +
text-decoration: none;
 +
display: block;
 +
text-align: left;
 +
}
 +
 +
.submenu_button a:hover {
 +
font-size: 1.3em;
 +
 +
}
 +
 +
.submenu_wrapper:hover .submenu_button {
 +
display: block;
 +
}
 +
 +
/*menu_wrapper left space*/
 +
.igem_2017_menu_wrapper .menu_right_margin {
 +
margin-left: 160px;
 +
}
 +
 +
/*menu_wrapper right space*/
 +
.igem_2017_menu_wrapper .menu_bottom_padding {
 +
width: 100%;
 +
height: 30px;
 +
float:left;
 +
}
 +
 +
/* styling for the menu button when it is the current page */
 +
.current_page {
 +
color:#df6a6a !important;
 +
}
 +
 +
/* when the page size is bigger than 800px, this show/hide control is hidden by default */
 +
.igem_2017_menu_wrapper #display_menu_control {
 +
display:none;
 +
text-align:center;
 +
}
 +
 +
 +
/***************************************************** CONTENT OF THE PAGE ****************************************************/
 +
/* Wrapper for the content */
 +
.igem_2017_content_wrapper {
 +
width: 100%;
 +
margin: 2%;
 +
display:block;
 +
float:left;
 +
font-family:'Open Sans', sans-serif;
 +
background-color: #F6F6E3;
 +
}
 +
 +
.igem_2017_content_wrapper hr{
 +
margin: auto;
 +
height: 3px;
 +
border: none;
 +
background-color: #DF6A6A;
 +
}
 +
 +
.igem_2017_content_wrapper img{
 +
margin: auto;
 +
display: block;
 +
padding: 50px 0px 0px 0px;
 +
float: center;
 +
}
 +
 +
.igem_2017_content_wrapper h1, .igem_2017_content_wrapper h2 .igem_2017_content_wrapper h3, .igem_2017_content_wrapper h4, .igem_2017_content_wrapper h5, .igem_2017_content_wrapper h6 {
 +
padding: 40px 0px 15px 0px;
 +
border-bottom: 0px;
 +
color: #2C2C2C;
 +
letter-spacing: 1px;
 +
 +
}
 +
 +
#pdf {
 +
width: 950px;
 +
height: 1200px;
 +
margin: 2em auto;
 +
padding-top: 20px;
 +
}
 +
 +
#pdf object {
 +
display: block;
 +
border: solid 2px #2c2c2c;
 +
}
 +
 +
/***************************************************** RESPONSIVE STYLING ****************************************************/
 +
 +
/* IF THE SCREEN IS LESS THAN 1200PX */
 +
@media only screen and (max-width: 1200px) {
 +
 +
#content {width:100%; }
 +
.igem_2017_menu_wrapper {width:100%; right:0;}
 +
.highlight {padding:10px 0px;}
 +
.igem_2017_menu_wrapper #display_menu_control { display:none; }
 +
#menu_content { display:block;}
 +
.menu_button.direct_to_page {padding-left: 17px;}
 +
 +
}
 +
 +
/* IF THE SCREEN IS LESS THAN 800PX */
 +
@media only screen and (max-width: 800px) {
 +
 +
.igem_2017_menu_wrapper { width:100%; height: 15%; position:relative; left:0%;}
 +
.igem_2017_content_wrapper {width:100%; margin-left:0px;}
 +
.column.half_size  {width:100%; }
 +
.column.full_size img, .column.half_size img {  width: 100%; padding: 10px 0px;}
 +
.highlight {padding:15px 5px;}
 +
.igem_2017_menu_wrapper #display_menu_control { display:block; }
 +
#menu_content { display:none;}
 +
.igem_2017_menu_wrapper .menu_button .expand_collapse_icon { width: 5%; }
 +
.menu_bottom_padding {display:none;}
 +
.menu_button.direct_to_page { padding-left: 36px; }
 +
}
 +
 +
</style>
 +
 +
 +
<head>
 +
 +
<!-- This tells the browser that your page is responsive -->
 +
<meta name="viewport" content="width=device-width, initial-scale=1">
 +
 +
</head>
 +
 +
<!-- <div class="munu_img">
 +
<a href="https://2017.igem.org/Team:NTHU_Taiwan">
 +
<img src="https://static.igem.org/mediawiki/2017/1/1f/T--NTHU_Taiwan--HOME--logo.png">
 +
</a>
 +
</div> -->
 +
 +
<div class="igem_2017_menu_wrapper" >
 +
<!-- this div is hidden by default and will only be displayed if the screen size is too small -->
 +
<div class="menu_button" id="display_menu_control">
 +
MENU 
 +
</div>
 +
 +
 +
<div id="menu_content">
 +
<a href="https://2017.igem.org/Team:NTHU_Taiwan">
 +
<div class="menu_button menu_right_margin">
 +
HOME
 +
</div>
 +
</a>
 +
 +
<div class="submenu_wrapper">
 +
<button class="menu_button">TEAM</button>
 +
<div class="submenu_button">
 +
<a href="https://2017.igem.org/Team:NTHU_Taiwan/Team">
 +
<div id="Team_page">
 +
Team
 +
</div>
 +
</a>
 +
<a href="https://2017.igem.org/Team:NTHU_Taiwan/Attributions">
 +
<div  id="Attributions_page">
 +
Attributions
 +
</div>
 +
</a>
 +
<a href="https://2017.igem.org/Team:NTHU_Taiwan/Collaborations">
 +
<div  id="Collaborations_page">
 +
Collaborations
 +
</div>
 +
</a>
 +
</div>
 +
</div>
 +
 +
<div class="submenu_wrapper">
 +
<button class="menu_button">PROJECT</button>
 +
<div class="submenu_button">
 +
<a href="https://2017.igem.org/Team:NTHU_Taiwan/Description">
 +
<div id="Description_page">
 +
Description
 +
</div>
 +
</a>
 +
<a href="https://2017.igem.org/Team:NTHU_Taiwan/Design">
 +
<div  id="Design_page">
 +
Design
 +
</div>
 +
</a>
 +
<a href="https://2017.igem.org/Team:NTHU_Taiwan/Contribution">
 +
<div  id="Contribution_page">
 +
Contribution
 +
</div>
 +
</a>
 +
<a href="https://2017.igem.org/Team:NTHU_Taiwan/Model">
 +
<div  id="Model_page">
 +
Model
 +
</div>
 +
</a>
 +
<a href="https://2017.igem.org/Team:NTHU_Taiwan/Results">
 +
<div  id="Results_page">
 +
Results
 +
</div>
 +
</a>
 +
<a href="https://2017.igem.org/Team:NTHU_Taiwan/Demonstrate">
 +
<div  id="Demonstrate_page">
 +
Demonstrate
 +
</div>
 +
</a>
 +
 +
</div>
 +
</div>
 +
 +
<div class="submenu_wrapper">
 +
<button class="menu_button">WET LAB</button>
 +
<div class="submenu_button">
 +
<a href="https://2017.igem.org/Team:NTHU_Taiwan/Experiments">
 +
<div  id="Experiments_page">
 +
Experiments
 +
</div>
 +
</a>
 +
<a href="#">
 +
<div  id="Protocol_page">
 +
Protocol
 +
</div>
 +
</a>
 +
<a href="https://2017.igem.org/Team:NTHU_Taiwan/Notebook">
 +
<div  id="Notebook_page">
 +
Notebook
 +
</div>
 +
</a>
 +
<a href="https://2017.igem.org/Team:NTHU_Taiwan/InterLab">
 +
<div  id="InterLab_page">
 +
InterLab
 +
</div>
 +
</a>
 +
</div>
 +
</div>
 +
 +
<div class="submenu_wrapper">
 +
<button class="menu_button">PARTS</button>
 +
<div class="submenu_button">
 +
<a href="https://2017.igem.org/Team:NTHU_Taiwan/Basic_Part">
 +
<div  id="Basic_Part_page">
 +
Basic Parts
 +
</div>
 +
</a>
 +
<a href="https://2017.igem.org/Team:NTHU_Taiwan/Composite_Part">
 +
<div  id="Composite_Part_page">
 +
Composite Parts
 +
</div>
 +
</a>
 +
<a href="https://2017.igem.org/Team:NTHU_Taiwan/Part_Collection">
 +
<div  id="Part_Collection_page">
 +
Part Collection
 +
</div>
 +
</a>
 +
</div>
 +
</div>
 +
 +
<a href="https://2017.igem.org/Team:NTHU_Taiwan/Safety">
 +
<div class="menu_button">
 +
SAFETY
 +
</div>
 +
</a>
 +
 +
<div class="submenu_wrapper">
 +
<button class="menu_button">HUMAN PRACTICES</button>
 +
<div class="submenu_button">
 +
<a href="https://2017.igem.org/Team:NTHU_Taiwan/HP/Silver">
 +
<div id="Silver_page">
 +
Silver HP
 +
</div>
 +
</a>
 +
<a href="https://2017.igem.org/Team:NTHU_Taiwan/HP/Gold_Integrated">
 +
<div  id="Gold_Integrated_page">
 +
Integrated and Gold
 +
</div>
 +
</a>
 +
<a href="https://2017.igem.org/Team:NTHU_Taiwan/Engagement">
 +
<div  id="Engagement_page">
 +
Public Engagement
 +
</div>
 +
</a>
 +
</div>
 +
</div>
 +
 +
<div class="submenu_wrapper">
 +
<button class="menu_button">AWARDS</button>
 +
<div class="submenu_button">
 +
<a href="https://2017.igem.org/Team:NTHU_Taiwan/Applied_Design">
 +
<div id="Applied_Design_page">
 +
Applied Design
 +
</div>
 +
</a>
 +
<a href="https://2017.igem.org/Team:NTHU_Taiwan/Entrepreneurship">
 +
<div  id="Entrepreneurship_page">
 +
Integrated Human Practices
 +
</div>
 +
</a>
 +
<a href="https://2017.igem.org/Team:NTHU_Taiwan/Hardware">
 +
<div  id="Hardware_page">
 +
Hardware
 +
</div>
 +
</a>
 +
<a href="https://2017.igem.org/Team:NTHU_Taiwan/Model">
 +
<div  id="Model_page">
 +
Model
 +
</div>
 +
</a>
 +
<a href="https://2017.igem.org/Team:NTHU_Taiwan/Software">
 +
<div  id="Software_page">
 +
Software
 +
</div>
 +
</a>
 +
<a href="#">
 +
<div>
 +
Criteria
 +
</div>
 +
</a>
 +
</div>
 +
</div>
 +
 +
<a href="https://igem.org/2017_Judging_Form?team=NTHU_Taiwan">
 +
<div class="menu_button">
 +
JUDGING FORM
 +
</div>
 +
</a>
 +
 +
</div>
 +
 +
</div>
 +
 +
 +
 +
<!-- start of content -->
 +
<div class="igem_2017_content_wrapper">
 +
<img width="25%" src="https://static.igem.org/mediawiki/2017/e/e2/T--NTHU_Taiwan--Notebook--Top.png">
 +
<div style="text-align: center">
 +
<h1 style="color:#DF6A6A">Wet Lab Note
 +
 +
</h1>
 +
<hr width="20%" />
 +
</div>
 
<p>
 
<p>
 
PART I Degradation
 
PART I Degradation
Line 253: Line 655:
 
</p>
 
</p>
  
 +
 +
</div>
  
 +
<script type="Text/JavaScript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.6/jquery.min.js"></script>
  
 +
<script>
  
</div>
+
// This is the jquery part of your template. 
 +
// Try not modify any of this code too much since it makes your menu work.
 +
 
 +
$(document).ready(function() {
 +
 
 +
$("#HQ_page").attr('id','');
 +
 
 +
// call the functions that control the menu
 +
menu_functionality();
 +
hide_show_menu();
 +
 
 +
 
 +
 
 +
//this function controls the expand and collapse buttons of the menu and changes the +/- symbols
 +
function menu_functionality() {
 +
 
 +
//when clicking on a "menu_button", it will change the "+/-" accordingly and it will show/hide the corresponding submenu
 +
$(".menu_button").click(function(){
 +
 
 +
// add or remove the class "open" , this class holds the "-"
 +
$(this).children().toggleClass("open");
 +
// show or hide the submenu
 +
$(this).next('.submenu_wrapper').fadeToggle(400);
 +
});
 +
 
 +
// when the screen size is smaller than 800px, the display_menu_control button appears and will show/hide the whole menu
 +
$("#display_menu_control").click(function(){
 +
$('#menu_content').fadeToggle(400);
 +
});
 +
 
 +
// call the current page highlight function
 +
highlight_current_page();
 +
}
 +
 
 +
 
 +
// call the highlight current page function to show it on the menu with a different background color
 +
function highlight_current_page() {
 +
 
 +
// select a page from the menu based on the id assigned to it and the current page name and add the class "current page" to make it change background color
 +
$("#"+  wgPageName.substring(wgPageName.lastIndexOf("/")+1, wgPageName.length ) + "_page").addClass("current_page");
 +
 
 +
// now that the current_page class has been added to a menu item, make the submenu fade in
 +
$(".current_page").parents(".submenu_wrapper").fadeIn(400);
 +
// change the +/- symbol of the corresponding menu button
 +
$(".current_page").parents(".submenu_wrapper").prev().children().toggleClass("open");
 +
 +
}
 +
 
 +
 
 +
 
 +
// allow button on the black menu bar to show/hide the side menu
 +
function hide_show_menu() {
 +
 +
// in case you preview mode is selected, the menu is hidden for better visibility
 +
if (window.location.href.indexOf("submit") >= 0) {
 +
$(".igem_2017_menu_wrapper").hide();
 +
}
 +
 
 +
// if the black menu bar has been loaded
 +
  if (document.getElementById('bars_item')) {
 +
 
 +
// when the "bars_item" has been clicked
 +
$("#bars_item").click(function() {
 +
$("#sideMenu").hide();
 +
 
 +
// show/hide the menu wrapper
 +
$(".igem_2017_menu_wrapper").fadeToggle("100");
 +
});
 +
  }
 +
 
 +
// because the black menu bars loads at a different time than the rest of the page, this function is set on a time out so it can run again in case it has not been loaded yet
 +
else {
 +
    setTimeout(hide_show_menu, 15);
 +
}
 +
}
 +
 
 +
 
 +
});
  
  
 +
</script>
  
 
</html>
 
</html>

Revision as of 21:09, 28 October 2017

Wet Lab Note


PART I Degradation

1. Cloning of Horseradish Peroxidase

To make sure the plasmid is cloned into E.coli BL-21 strain, we extracted the plasmid from transformed E.coli.(figure 1) We validated the gene by PCR with specific primers and then we examined the result with Agarose gel electrophoresis. A successful cloning was verified from the results of a PCR performed with designed specific primers according to the theoretically expected length of horseradish peroxidase(927bp).

Figure 1.

Figure 2. Primers for VR backbone:1,3,5 ;primers for monobody:2,4,6

2. Expression and purification of apo-HRP and refolded-HRP

To obtain functional horseradish peroxidase we need to purify the protein from E.coli, but this kind of protein does not have any function and it is called apoprotein. After the first time purification, we refolded the protein to construct the correct structure and then we activated the apo-HRP with hemin to produce the functional HRP. We examined the existence of this protein by SDS-PAGE after purification. (figure 3)

Figure 3. SDS-PAGE for purification of HRP

3. Functional test of Horseradish Peroxidase

To prove the degradation ability of HRP, we mixed 25 µg of HRP with 1 mM H2O2 and BPA or NP in the 1 mL water. The environment of degradation is suitable for HRP to degrade the phenolic compounds(40℃ and pH=6-7). After degradation for 24 hours, we denatured HRP by briefly heating up to 80℃ and use LC-PDA (Liquid Chromatography - Photodiode Array detector) to analysis the result of degradation.(figure 4 and 5)

Figure 4. The result of LC-PDA (BPA sample)

Figure 5. The result of LC-PDA (NP sample)

From the result of LC-PDA, we found that there are two extra peaks showing after degradation and these extra peaks represent the by-products from degradation. Unfortunately, we can’t know how much EDCs is degraded by HRP because:

(1) The peak of the by-products overlap the peak of EDCs and we can’t get the information of remained EDCs. (There is a by-product have a broad peak from 2.2 min to 3.5min and its intensity also much higher than the peak of EDCs)

(2) The quality of the column from LC isn’t good enough to separate the by-products from EDCs due to their similar molecular properties. (This LC can’t distinguish between BPA and NP so we estimated that it can’t distinguish the degraded by-product from BPA or NP as well.)

Moreover, we use the mass spectrum to prove HRP can degrade BPA and NP by the signals of the large molecular weight of by-products.(figure 6-9) We found that there are lots of additional peaks show up after degraded by HRP, and this result can prove our HRP can degrade BPA and NP.

figure 6 the mass spectrum of BPA

figure 7 the mass spectrum of BPA after degradation

figure 8 the mass spectrum of NP

figure 9 the mass spectrum of NP after degradation

PART II Detection

(1) Cloning of ER-alpha and monobody

We cloned the sequence of ER-alpha and Monobody into the vector, and then we transformed the plasmid into BL-21 competent cells, respectively.(Figure 10 and 11) After transformation, we extracted both plasmids from the cells and the vector was validated by gel electrophoresis.

Figure 10. E.coli with gene of monobody

Figure 11. E.coli with gene of ER-alpha

A successful cloning was verified from the results of a PCR performed with specifically designed primers according to the theoretically expected length of ER-alpha (2199bp) and Monobody (797bp).(Figure 12)

Figure 12 1 : RFP ( mRFP F-primer and mRFP R-primer ); 2 : IPTG (promoter) + INP + RFP2 (ER F-primer and ER R-primer ); 3 : IPTG (promoter) + INP + RFP 1 (ER F-primer and ER R-primer ) ; 4 : IPTG (promoter) + ER with red spot (ER F-primer and ER R-primer ); 5 : IPTG (promoter) + ER2 (ER F-primer and ER R-primer ); 6 : IPTG (promoter) + ER1 (ER F-primer and ER R-primer ); 7 : IPTG (promoter) + Monobody with red spot (Monobody F-primer and Monobody R-primer ); 8 : IPTG (promoter) + Monobody 2 (Monobody F-primer and Monobody R-primer ) ; 9 : IPTG (promoter) + Monobody 1 (Monobody F-primer and Monobody R-primer ); 10 : RFP ( VR primer and VF2 primer ); 11 : IPTG (promoter) + INP + RFP 2 ( VR primer and VF2 primer ); 12 : IPTG (promoter) + INP + RFP 1 ( VR primer and VF2 primer ); 13 : IPTG (promoter) + ER with red spot ( VR primer and VF2 primer ); 14 : IPTG (promoter) + ER2 ( VR primer and VF2 primer ); 15 : IPTG (promoter) + ER1 ( VR primer and VF2 primer ); 16 : IPTG (promoter) + Monobody with red spot ( VR primer and VF2 primer ); 17 : IPTG (promoter) + Monobody 2 ( VR primer and VF2 primer ); 18 : IPTG (promoter) + Monobody 1 ( VR primer and VF2 primer )

(2) Function of ice nucleation protein (INP)

We compared the difference between E.coli expressed RFP and RFP-INP(figure 13). After the lysis of culture expressing RFP-INP, most of RFP was on the fragments of the membrane. Due to the larger structure of plasma membrane, it is easily spin down. If RFP-INP is on the E.coli plasma membrane when we centrifuged the cell lysate, RFP-INP is spun down with the plasma membrane, and we see a red pellet.

On contract, after cell lysis of RFP expression E.coli, most of RFP suspended in the solution. Since the centrifugation force, we set in this experiment is not enough to spin down particles as small as RFP. We see RFP suspended in the supernatant even after centrifugation.

This experiment showed that INP can bring RFP to the membrane of E.coli, and this result proved the function of INP.

Figure 13. 1 : Fragments of E.coli with gene of RFP-INP ; 2: Fragments of E.coli with gene of RFP

(3) Characterization of detection system

To prove that our detection system can distinguish the sample has EDCs or not, we used IR spectrum to measure specific bonds on E.coli and verify the detection function.(Table 1)

Table 1. The IR signals for E.coli

In the beginning, we try to use live cells for the detection system. However, we found that all the samples have the information of E.coli. Showing that there is no difference between the sample with 5mM EDCs and the sample with no EDCs. (Figure 14)

Figure 14 The IR spectrum of samples in different conditions (live E.coli)

To decrease the activity of E.coli, we tried to freeze E.coli in -80℃ for 24 hours and use it after thawing on ice immediately. We found that there is a significant difference between the sample with 5mM EDCs and EDCs-free and the intensity of IR signals also decrease due to the reduction of mobility of E.coli.(Figure 15) This result can prove that our detection system can detect EDCs in the water.

Figure 15. The IR spectrum of samples in different conditions (freezed E.coli)

(4) Proof of concept : quantifying the amount of EDCs in the water

To prove our detection system can measure the concentration of EDCs, we use crystal violet to stain E.coli on the surface of gold and then observe the density of stained E.coli under microscope. Due to the surface tension force of water, there are lots of E.coli remained around the drop edge of sample, and we only observed the area in the middle of the sample to reduce the error. (Figure 16)

Figure 16 Tthe sample under 50X microscope

We observed the density of E.coli when the samples contained different concentration of BPA and NP from 5mM to 5nM (Figure 17 and 18). This result indicates that when the concentration of EDCs decreases, the density of E.coli will decrease as well.

Figure 17 The samples with different concentration of BPA under 500X microscope

Figure 18 The samples with different concentration of NP under 500X microscope

For the practical propose, we added trehalose (0.1M) to prevent ER-alpha from denaturing and increase the time of conservation. We also observed the density of E.coli with samples containing the different concentration of BPA and NP from 5mM to 5nM.(Figure 19 and 20) From the result of observation, we can find the similar tendency as the sample without trehalose.

Figure 19 The samples with different concentration of BPA in 0.1M trehalose under 500X microscope

Figure 20 the samples with different concentration of NP in 0.1M trehalose under 500X microscope

To clarify the relationship between the concentration of EDCs and the density of E.coli, we use image J to count the amount of E.coli on the surface. (Figure 21-24) From the results of imageJ, we can get the similar tendency as the result from the pictures of the microscope. However, the density of E.coli decreases in the presence of 0.1 M trehalose, and this result suggested that although trehalose can improve the time to store lyophilized E.coli, it can decrease the precision of our detection system.

Figure 21 Samples of BPA

Figure 22 Samples of NP

Figure 23 Samples of BPA in 0.1M trehalose

Figure 24 Samples of NP in 0.1M trehalose

(5) The limitation of our detection system

To further understand the limitation of the concentration that our system can achieve, we observed the density of E.coli in four different conditions of background. We find that when there are no EDCs in the sample, the density of E.coli is close to the concentration of EDCs below 5µM. Showing that our detection system can’t measure the concentration of EDCs less than 5µM.(Figure 25 and Table 2)

Figure 25 The background of 4 different conditions

Table 2. The amounts of E.coli in the 4 different backgrounds

Part III Future Work

1. Since we failed to express GFP and ER-alpha at the same time, we will try to construct the gene containing GFP and ER-alpha and express them together for the purpose of detection. (Figure 26)

Figure 26. Expression of GFP in the E.coli for detection.

2. Since we don’t have time to construct the detection system to measure the change of fluorescence or surface plasmon resonance, we will construct the detection system to estimate the concentration of EDCs in the water precisely. (Figure 27)

Figure 27. Using the change of fluorescence to estimate the precise concentration of EDCs in the water