Difference between revisions of "Team:HKUST-Rice"

 
(217 intermediate revisions by 10 users not shown)
Line 1: Line 1:
 
{{HKUST-Rice}}
 
{{HKUST-Rice}}
[[File:Team_HKUST-Rice_banner.jpg|banner]]
+
<html>
<html>
+
<head>
<h2> Welcome to iGEM 2015! </h2>
+
 
<p>Your team has been approved and you are ready to start the iGEM season! </p>
+
 
 +
                <style type="text/css">
 +
 
 +
#quicklink {
 +
padding-left: 8%;
 +
padding-bottom: 30px;
 +
width: 92%;
 +
                                min-height: 300px;
 +
float: left;
 +
background-color: #1b1c3a;
 +
font-family: "Trebuchet MS", Helvetica, sans-serif;
 +
}
 +
 
 +
 
 +
/*Set up height place holder for the banner*/
 +
#bannerContainer {
 +
                                width: 100%;
 +
                                height:550px;
 +
overflow:hidden;
 +
margin: 0px;
 +
text-align:center;
 +
}
 +
 
 +
 
 +
div.project_row a{
 +
color:#5570b0;
 +
 +
}
 +
 
 +
</style>
 +
 
 +
 
 +
            <!--<style>
 +
  <div id="titleContainer">
 +
<br>
 +
                                <image src="https://static.igem.org/mediawiki/2015/d/d4/Logo.jpg" style="width: 100px; height: 100px; float: left;">
 +
 
 +
<p style="font-size:40px;color:#FFFFFF;line-height:1em;">  Potassium, Nitrate and Phosphate Biosensor </font><br>
 +
                                <font size= "5"> HKUST-Rice iGEM Team </font></p>
 +
             
 +
 +
</div>-->
 +
           
 +
<style type="text/css">
 +
#Slider {
 +
position: relative;
 +
width: 100%;
 +
height: 550px;
 +
display: none;
 +
}
 +
 
 +
#Slider .Slides {
 +
width: 100%;
 +
height: 550px;
 +
margin-top:0px;
 +
background-size: 100%;
 +
        background-repeat:no-repeat;
 +
}
 +
 
 +
#Slider #Slide0 {
 +
background-image: url(https://static.igem.org/mediawiki/2015/7/7f/HKUST-Rice15_first_slider.png);
 +
}
 +
 
 +
#Slider #Slide1 {
 +
background-image: url(https://static.igem.org/mediawiki/2015/c/c6/Team_HKUST-Rice_2015_overviewslider.jpg);
 +
        display: none;
 +
}
 +
 
 +
        #Slider #Slide2 {
 +
background-image: url(https://static.igem.org/mediawiki/2015/f/f3/Team_HKUST-Rice_2015_potassiumslider.jpg);
 +
        display: none;
 +
}
 +
 
 +
#Slider #Slide3 {
 +
background-image: url(https://static.igem.org/mediawiki/2015/5/58/Team_HKUST-Rice_2015_phosphateslider.jpg);
 +
display: none;
 +
}
 +
 
 +
#Slider #Slide4 {
 +
background-image: url(https://static.igem.org/mediawiki/2015/8/89/Team_HKUST-Rice_2015_nitrateslider.jpg);
 +
display: none;
 +
}
 +
 
 +
#Slider #Slide5 {
 +
background-image: url(https://static.igem.org/mediawiki/2015/b/b2/HKUST-Rice15_coexpression_slider.png);
 +
display: none;
 +
}
 +
 
 +
#Slider #Slide6 {
 +
background-image: url(https://static.igem.org/mediawiki/2015/4/4e/HKUSt-RICE_human_practice.jpg);
 +
display: none;
 +
}
 +
 
 +
#Slider .SideBar {
 +
position: absolute;
 +
top: 0;
 +
width: 100px;
 +
z-index: 1;
 +
}
 +
 
 +
#Slider #LeftBar {
 +
left: 0;
 +
}
 +
 
 +
#Slider #RightBar {
 +
right: 0;
 +
}
 +
 
 +
#Slider #LeftArrow {
 +
position: absolute;
 +
width: 70px;
 +
height: 80px;
 +
margin-left: 30px;
 +
        margin-top: 60px;
 +
background: url(https://static.igem.org/mediawiki/2015/e/ea/HKUST-Rice15_leftarrow.png) top no-repeat;
 +
        background-size: 70px auto;
 +
}
 +
 
 +
#Slider #RightArrow {
 +
position: absolute;
 +
width: 70px;
 +
height: 80px;
 +
margin-right: 30px;
 +
        margin-top: 60px;
 +
background: url(https://static.igem.org/mediawiki/2015/7/7a/HKUST-Rice15_rightarrow.png) top no-repeat;
 +
        background-size: 60px auto;
 +
}
 +
 
 +
#Slider #LeftArrow:hover, #Slider #RightArrow:hover {
 +
    opacity: 0.7;
 +
    filter: alpha(opacity=80); /* For IE8 and earlier */
 +
}
 +
                </style>
 +
<script>
 +
$(document).ready(function() {
 +
//Display slider for Javascript users
 +
$('#Slider').css('display', 'block');
 +
 +
//Set height of slider (16/5 ratio)
 +
$('#Slider').css('height', ($('body').width() / 3.2));
 +
 +
//Position right/left arrows
 +
var BarHeight = $('#Slider').height();
 +
$('#LeftBar, #RightBar').css('height', BarHeight);
 +
$('#LeftArrow, #RightArrow').css('top', (BarHeight-60)/2);
 +
 
 +
//Repeats for window resize
 +
$(window).resize(function() {
 +
$('#Slider').css('height', ($('body').width() / 3.2));
 +
 +
var BarHeight = $('#Slider').height();
 +
$('#LeftBar, #RightBar').css('height', BarHeight);
 +
$('#LeftArrow, #RightArrow').css('top', (BarHeight-60)/2);
 +
});
 +
 +
var TotalSlides = $('.Slides').length;
 +
var CurrentSlide = 0;
 +
 
 +
$('#RightArrow').click(function() {
 +
CurrentSlide = ++CurrentSlide % TotalSlides;
 +
changeSlide(CurrentSlide);
 +
});
 +
 +
$('#LeftArrow').click(function() {
 +
CurrentSlide = (CurrentSlide + TotalSlides - 1) % TotalSlides;
 +
changeSlide(CurrentSlide);
 +
});
 +
 +
$('.SlideLink').click(function() {
 +
var ClickedSlide = $(this).attr('id');
 +
CurrentSlide = parseInt(ClickedSlide.replace('Link', ''));
 +
changeSlide(CurrentSlide);
 +
});
 +
 +
function changeSlide(num){
 +
var SlideID = '#Slide' + num;
 +
$('.Slides').css('display', 'none');
 +
$(SlideID).css('display', 'block');
 +
}
 +
});
 +
</script>
 +
<link rel="stylesheet" href="https://2015.igem.org/Template:HKUST-Rice/CSS?action=raw&ctype=text/css" type="text/css" />
 +
</head>
 +
 +
<body>
 +
 
 +
<div id="bannerContainer" style="display: block; height: 550px; position: relative;margin-top: 6.2%;">
 +
<div id="Slider" >
 +
<div id="Slide0" class="Slides current"></div>
 +
<div id="Slide1" class="Slides"></div>
 +
<div id="Slide2" class="Slides"></div>
 +
<div id="Slide3" class="Slides"></div>
 +
<div id="Slide4" class="Slides"></div>
 +
                                <div id="Slide5" class="Slides"></div>
 +
                                <div id="Slide6" class="Slides"></div>
 +
 +
<div id="LeftBar" class="SideBar"><div id="LeftArrow"></div></div>
 +
<div id="RightBar" class="SideBar"><div id="RightArrow"></div></div>
 +
 +
</div>
 +
<a href=" #scroll"><img class="button" src="https://static.igem.org/mediawiki/2015/c/ce/HKUST-Rice15_bannerarrow.jpg" style="width: 4%; height: auto; margin-top: 3.5%; position: absolute; z-index: 999; left:48%; "></a>
 +
        </div>
 +
 
 +
 
 +
 
 +
 +
<div class= "project_superrow">
 +
<div id= "page_title"><h1 id="scroll">Project Description</h1>
 +
        </div>
 +
 
 +
<div class= "project_content">
 +
<div class= "project_row">
 +
<p>Nitrogen (N), phosphorus (P) and potassium (K) are three essential macronutrients needed for healthy plant growth. By creating a biological sensor that can quickly provide the status of these macronutrients in the soil, we can provide farmers with the tools to monitor and respond to potential nutrition deficiencies.
 +
In previous iGEM projects, nitrate- and phosphate-responsive promoters have been utilized extensively. However, a potassium-responsive promoter was still lacking. Our team submitted the first ever potassium-sensing promoter to the Part Registry, in addition to  providing more comprehensive characterization data for the existing phosphate- and nitrate-responsive promoters. Our biological sensors are constructed in <i>E. coli</i>,  to detect NPK levels in the surrounding environment and produce a measurable level of reporter protein. To simulate the expression of multiple sensors in a single system, we characterized the effects of a parallel sensors system, in contrast to a single output system.</p>
 +
  <p style=" text-align: right"><a class=" learn" href="https://2015.igem.org/Team:HKUST-Rice/Description"> Learn more ... </a></p>
 +
</div>
 +
 
 +
<div class= "project_row">
 +
<hr class="para">
 +
<h1>The Journey of HKUST-Rice iGEM team </h1>
 +
 
 +
<p>The HKUST-Rice iGEM team is the first transcontinental team in iGEM, comprising of <a href ="https://2015.igem.org/Team:HKUST-Rice/Team"> 31 student members</a>- 18 from the Hong Kong University of Science and Technology and 13 from Rice University. The benefit of forming a large joint team is that we have members coming from different disciplines who contribute different perspectives to the project. This has enabled us to tackle a broad subject matter effectively.
 +
 
 +
<p>Taking the native metabolic pathway found in <i>E. coli</i>, we have designed a <a href ="https://2015.igem.org/Team:HKUST-Rice/Potassium_Sensor" >potassium ion (K<sup>+</sup>) regulated construct</a> and a <a href ="https://2015.igem.org/Team:HKUST-Rice/Nitrate_Sensor_PdcuS" >nitrate-(NO<sub>3</sub><sup>-</sup>) regulated construct</a> that could potentially report the K<sup>+</sup> and NO<sub>3</sub><sup>-</sup> level in soil. Since previous iGEM teams have also worked on <a href ="https://2015.igem.org/Team:HKUST-Rice/Nitrate_Sensor_PyeaR" >nitrate-regulated promoters</a> and<a href ="https://2015.igem.org/Team:HKUST-Rice/Phosphate_Sensor" > phosphate-regulated promoters</a>, our team utilized these promoters and further characterized them in order to provide more information on these promoters.</p>
 +
 +
<p>In addition, we characterized the effects of a <a href ="https://2015.igem.org/Team:HKUST-Rice/Expression" >parallel sensors system</a>, in contrast to a single output system, in order to predict the expression of multiple outputs in a single system.</p>
 +
 +
<p>When it comes to the real application method of our biosensors, our team considered two factors- biological <a href ="https://2015.igem.org/Team:HKUST-Rice/Safety" >safety</a> and feasibility. Biological safety is our priority, especially since the practical application of our project is related to the agricultural business. In our plan of applying the biosensor, we chose to deliver the biosensor in a <a href ="https://2015.igem.org/Team:HKUST-Rice/Application#pp" >cell-free system</a>, which has no capability to sustain itself in the wild. However, after factoring in the feasibility, we think that delivering our biosensor in <a href ="https://2015.igem.org/Team:HKUST-Rice/Application#cc" >common soil bacteria</a> will be more practical. Hence we perform proof-of-concept experiments to demonstrate our idea. </p>
 +
<p>Besides lab work, we also engaged the community- introducing synthetic biology to the younger community by <a href ="https://2015.igem.org/Team:HKUST-Rice/Practices_Debate" >debating</a> and interacting with and  <a href ="https://2015.igem.org/Team:HKUST-Rice/Practices_ExploratoryResearch" >gathering the community's perception</a> regarding biosensors and genetic engineering technology. Through engagement with the community, we gained valuable feedback and comments which we then used to improve our design. </p>
 +
</div>
 +
 
 +
<img src="https://static.igem.org/mediawiki/2015/7/7e/HKUST-Rice15_titlebackground2.jpg" style="width: 100%; height: 100px;">
 +
</div>
 +
 
 +
 
 +
<div id="quicklink">
 +
<a href= "https://2015.igem.org/Team:HKUST-Rice/Nitrate_Sensor_PdcuS"><image class="button" src="https://static.igem.org/mediawiki/2015/4/4f/Team_HKUST-Rice_2015_N.png" style="width: 30%; position: relevant; left: 3%"></a>
 +
 
 +
<a href= "https://2015.igem.org/Team:HKUST-Rice/Phosphate_Sensor"><image class="button" src="https://static.igem.org/mediawiki/2015/3/3b/Team_HKUST-Rice_2015_P.png" style="width: 30%; position: relevant; left: 35%"></a>
 +
 
 +
<a href= "https://2015.igem.org/Team:HKUST-Rice/Potassium_Sensor"><image class="button" src="https://static.igem.org/mediawiki/2015/0/02/Team_HKUST-Rice_2015_K.png" style="width: 30%; position: relevant; left: 67%"></a>
 +
 
 +
<a href= "https://2015.igem.org/Team:HKUST-Rice/Practices"><image class="button" src="https://static.igem.org/mediawiki/2015/b/bf/Team-2015-HKUST-Rice-new_human_practice.png" style="width: 30%; position: relevant; left: 3%"></a>
 +
 
 +
<a href= "https://2015.igem.org/Team:HKUST-Rice/Expression"><image class="button" src="https://static.igem.org/mediawiki/2015/8/83/Team_HKUST-Rice_2015_ParallelSensorsexpression_0918.png" style="width: 30%; position: relevant; left: 35%"></a>
 +
 
 +
<a href=" https://2015.igem.org/Team:HKUST-Rice/Application"><image class="button" src="https://static.igem.org/mediawiki/2015/0/03/Team_HKUST-Rice15_applicationbutton.png" style="width: 30%; position: relevant; left: 67%"></a>
 +
 
 +
</div>
 +
 
 +
 
 +
</div> <!--These are the closing tags for div id="mainContainer" and div id="contentContainer". The corresponding opening tags appear in the template that is {{included}} at the top of this page.-->
 +
 
 +
</body>
 +
 
 +
 
 +
<!--
 +
<h3><ins>Background and Significance</ins></h3>
 +
</div>
 +
 
 +
<h3> Welcome to iGEM 2015! </h3>
 +
<p><h4>Your team has been approved and you are ready to start the iGEM season!</h4></p>
  
 
<h4>Before you start: </h4>
 
<h4>Before you start: </h4>
<p> Please read the following pages:</p>
+
<p><h4>Please read the following pages:</h4></p>
 
<ul>
 
<ul>
 
<li>  <a href="https://2015.igem.org/Requirements">Requirements page </a> </li>
 
<li>  <a href="https://2015.igem.org/Requirements">Requirements page </a> </li>
Line 14: Line 275:
 
<div class="highlightBox">
 
<div class="highlightBox">
 
<h4> Styling your wiki </h4>
 
<h4> Styling your wiki </h4>
<p>You may style this page as you like or you can simply leave the style as it is. You can easily keep the styling and edit the content of these default wiki pages with your project information and completely fulfill the requirement to document your project.</p>
+
<p><h4>You may style this page as you like or you can simply leave the style as it is. You can easily keep the styling and edit the content of these default wiki pages with your project information and completely fulfill the requirement to document your project.</h4></p>
<p>While you may not win Best Wiki with this styling, your team is still eligible for all other awards. This default wiki meets the requirements, it improves navigability and ease of use for visitors, and you should not feel it is necessary to style beyond what has been provided.</p>  
+
<p><h4>While you may not win Best Wiki with this styling, your team is still eligible for all other awards. This default wiki meets the requirements, it improves navigability and ease of use for visitors, and you should not feel it is necessary to style beyond what has been provided.</h4></p>  
 
</div>
 
</div>
  
 
<h4> Editing your wiki </h4>
 
<h4> Editing your wiki </h4>
<p>On this page you can document your project, introduce your team members, document your progress and share your iGEM experience with the rest of the world! </p>  
+
<p><h4>On this page you can document your project, introduce your team members, document your progress and share your iGEM experience with the rest of the world!</h4></p>  
<p> <a href="https://2015.igem.org/wiki/index.php?title=Team:HKUST-Rice&action=edit"> Click here to edit this page! </a></p>
+
<p><h4> <a href="https://2015.igem.org/wiki/index.php?title=Team:HKUST-Rice&action=edit"> Click here to edit this page! </a></h4></p>
<p>See tips on how to edit your wiki on the <a href="https://2015.igem.org/TemplatesforTeams_Code_Documentation">Template Documentation</a> page.</p>  
+
<p><h4>See tips on how to edit your wiki on the <a href="https://2015.igem.org/TemplatesforTeams_Code_Documentation">Template Documentation</a> page.</h4></p>  
  
  
 
<h4>Templates </h4>
 
<h4>Templates </h4>
<p> This year we have created templates for teams to use freely. More information on how to use and edit the templates can be found on the  
+
<p><h4>This year we have created templates for teams to use freely. More information on how to use and edit the templates can be found on the  
<a href="https://2015.igem.org/TemplatesforTeams_Code_Documentation">Template Documentation </a> page.</p>  
+
<a href="https://2015.igem.org/TemplatesforTeams_Code_Documentation">Template Documentation </a> page.</h4></p>  
  
  
 
<h4>Tips</h4>
 
<h4>Tips</h4>
<p>This wiki will be your team’s first interaction with the rest of the world, so here are a few tips to help you get started: </p>
+
<p><h4>This wiki will be your team’s first interaction with the rest of the world, so here are a few tips to help you get started:</h4></p>
 
<ul>
 
<ul>
 
<li>State your accomplishments! Tell people what you have achieved from the start. </li>
 
<li>State your accomplishments! Tell people what you have achieved from the start. </li>
Line 43: Line 304:
  
 
<h4>Inspiration</h4>
 
<h4>Inspiration</h4>
<p> You can also view other team wikis for inspiration! Here are some examples:</p>
+
<p><h4> You can also view other team wikis for inspiration! Here are some examples:</h4></p>
 
<ul>
 
<ul>
 
<li> <a href="https://2014.igem.org/Team:SDU-Denmark/"> 2014 SDU Denmark </a> </li>
 
<li> <a href="https://2014.igem.org/Team:SDU-Denmark/"> 2014 SDU Denmark </a> </li>
Line 54: Line 315:
  
 
<h4> Uploading pictures and files </h4>
 
<h4> Uploading pictures and files </h4>
<p> You can upload your pictures and files to the iGEM 2015 server. Remember to keep all your pictures and files within your team's namespace or at least include your team's name in the file name. <br />
+
<p> <h4>You can upload your pictures and files to the iGEM 2015 server. Remember to keep all your pictures and files within your team's namespace or at least include your team's name in the file name. <br />
When you upload, set the "Destination Filename" to <code>Team:YourOfficialTeamName/NameOfFile.jpg</code>. (If you don't do this, someone else might upload a different file with the same "Destination Filename", and your file would be erased!)</p>
+
When you upload, set the "Destination Filename" to <code>Team:YourOfficialTeamName/NameOfFile.jpg</code>. (If you don't do this, someone else might upload a different file with the same "Destination Filename", and your file would be erased!)</h4></p>
  
 
<a href="https://2015.igem.org/Special:Upload">CLICK HERE TO UPLOAD FILES</a>
 
<a href="https://2015.igem.org/Special:Upload">CLICK HERE TO UPLOAD FILES</a>
 +
-->
  
 
 
</div></div> <!--These are the closing tags for div id="mainContainer" and div id="contentContainer". The corresponding opening tags appear in the template that is {{included}} at the top of this page.-->
 
  
 
</html>
 
</html>
 +
{{HKUST-Rice Directory}}

Latest revision as of 03:16, 19 September 2015

Project Description

Nitrogen (N), phosphorus (P) and potassium (K) are three essential macronutrients needed for healthy plant growth. By creating a biological sensor that can quickly provide the status of these macronutrients in the soil, we can provide farmers with the tools to monitor and respond to potential nutrition deficiencies. In previous iGEM projects, nitrate- and phosphate-responsive promoters have been utilized extensively. However, a potassium-responsive promoter was still lacking. Our team submitted the first ever potassium-sensing promoter to the Part Registry, in addition to providing more comprehensive characterization data for the existing phosphate- and nitrate-responsive promoters. Our biological sensors are constructed in E. coli, to detect NPK levels in the surrounding environment and produce a measurable level of reporter protein. To simulate the expression of multiple sensors in a single system, we characterized the effects of a parallel sensors system, in contrast to a single output system.

Learn more ...


The Journey of HKUST-Rice iGEM team

The HKUST-Rice iGEM team is the first transcontinental team in iGEM, comprising of 31 student members- 18 from the Hong Kong University of Science and Technology and 13 from Rice University. The benefit of forming a large joint team is that we have members coming from different disciplines who contribute different perspectives to the project. This has enabled us to tackle a broad subject matter effectively.

Taking the native metabolic pathway found in E. coli, we have designed a potassium ion (K+) regulated construct and a nitrate-(NO3-) regulated construct that could potentially report the K+ and NO3- level in soil. Since previous iGEM teams have also worked on nitrate-regulated promoters and phosphate-regulated promoters, our team utilized these promoters and further characterized them in order to provide more information on these promoters.

In addition, we characterized the effects of a parallel sensors system, in contrast to a single output system, in order to predict the expression of multiple outputs in a single system.

When it comes to the real application method of our biosensors, our team considered two factors- biological safety and feasibility. Biological safety is our priority, especially since the practical application of our project is related to the agricultural business. In our plan of applying the biosensor, we chose to deliver the biosensor in a cell-free system, which has no capability to sustain itself in the wild. However, after factoring in the feasibility, we think that delivering our biosensor in common soil bacteria will be more practical. Hence we perform proof-of-concept experiments to demonstrate our idea.

Besides lab work, we also engaged the community- introducing synthetic biology to the younger community by debating and interacting with and gathering the community's perception regarding biosensors and genetic engineering technology. Through engagement with the community, we gained valuable feedback and comments which we then used to improve our design.