Difference between revisions of "Team:UNC-Chapel Hill"

 
(15 intermediate revisions by 3 users not shown)
Line 1: Line 1:
 +
{{UNC-CSS/Main}}
 
{{:Team:UNC-Chapel_Hill/practicemenu}}
 
{{:Team:UNC-Chapel_Hill/practicemenu}}
  
 
<html>
 
<html>
 +
<style>
 +
#colorstrip{
 +
    width: 100%; height: 30px;
 +
    border-style: solid;
 +
    border-color: #56A0D3;
 +
    background-color: #56A0D3;
 +
}
 +
</style>
  
<!-- First block of content -->
+
<div id = "colorstrip"></div>
 +
   
 +
</html>
 +
{{UNC-Chapel_Hill/carousel}}
 +
<html>
  
 +
<!-- First block of content -->
 +
<div class = spacer> </spacer>
 
<!-- end of first block -->
 
<!-- end of first block -->
  
 
<head>
 
<head>
<link href="https://2015.igem.org/Template:UNC-Chapel_Hill/CSS?action=raw&ctype=text/css" rel="stylesheet">
+
<link href="https://2015.igem.org/Template:UNC-Chapel_Hill/CSS?action=raw&ctype=text/css" rel="stylesheet">
<script>
+
</head>
$(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() -  $('#BottomLinks').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() -  $('#BottomLinks').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>
 
</head>
 
 
<body>
 
<section id="HomePageContent">
 
<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="LeftBar" class="SideBar"><div id="LeftArrow"></div></div>
 
<div id="RightBar" class="SideBar"><div id="RightArrow"></div></div>
 
<ul id="BottomLinks">
 
<li id="Link0" class="SlideLink">Intro</li><li id="Link1" class="SlideLink">Problem</li><li id="Link3" class="SlideLink">Inspiration</li><li id="Link4" class="SlideLink">Solution</li><li id="Link5" class="SlideLink">Impact</li><li id="Link2" class="SlideLink">Team</li>
 
</ul>
 
</div>
 
  
 +
 +
<div id="colorstrip"></div>
  
 
<!--  Block of content 1 -->
 
<!--  Block of content 1 -->
Line 84: Line 39:
  
 
<td width="95%" bgColor="#f2f7fc"  rowspan="3" align="center">  
 
<td width="95%" bgColor="#f2f7fc"  rowspan="3" align="center">  
 +
  
 
<!-- Content goes here -->
 
<!-- Content goes here -->
 +
 +
  
  
 
<h3 style="color:#56A0D3;">Background</h3>
 
<h3 style="color:#56A0D3;">Background</h3>
 
<p>
 
<p>
Type-1 diabetes is a disease that affects the production of insulin in the body, requiring strenuous monitoring of glucose levels in order to prevent severe symptoms eventually ending in death. With the rise of solutions to produce insulin reminiscent of synthetic biology, the production of insulin is no longer problematic in developed countries; however, glucose monitoring is and continues to be a source of financial trouble for many people with Type-1 diabetes.  
+
Type 1 diabetes affects the production of insulin in the body, requiring continual monitoring of blood glucose levels in order to prevent the worsening of symptoms, which in many cases lead to death. With the development of solutions to produce supplemental insulin emerging, the production of insulin is no longer problematic in developed countries. However, glucose monitoring is and continues to be a source of financial trouble for many people with Type 1 diabetes. The current method for measuring blood sugar levels in diabetics utilizes a blood sugar monitor and expensive testing strips. The most basic can cost at least of $30.00 and test strips $1.38 each (One Touch Ultra)<sup>1</sup>, and when taken into account that diabetics must test their blood at least five times a day with these non reusable strips, the glucose monitoring equipment can cost at a minimum $2500 a year. In addition, insulin costs may be much higher, creating an even bigger burden.
    The current solution for measuring blood sugar involves the use of a blood sugar monitor and expensive test strips. The problem with this system is that it is expensive, monitors cost from 10 to 50$ and test stips-1.38 $/strip (One Touch Ultra)<sup>1</sup>. Furthermore, diabetics are recommended to take their blood sugar at least five times a day and these test strips are not reusable. This means the approximate cost of glucose monitoring is 2528.5$ per year (assuming new glucose monitor every three years). In addition, for developing countries, this cost does not reflect the cost of insulin, which may be an even greater burden to persons suffering Type-1 diabetes.  
+
 
</p>
 
</p>
 
</td>   
 
</td>   
Line 118: Line 75:
 
<!-- Content goes here -->
 
<!-- Content goes here -->
  
<h3 style="color:#56A0D3;">Our Solution</h3>
+
<h3 style="color:#56A0D3;">Motivation and Example System</h3>
<p>We will attempt to construct a synthetic biological system not dependent on expensive and non-reusable test strips, inspired by the durable nature of cells and ability to detect chemical changes in the environment. We plan to assemble a 3-part reporter system specific to diabetes-relevant levels of glucose in the blood, ranging from 30 ng/dL to 300 ng/dL<sup>2</sup>. Our system will utilize iGEM registry chromoproteins, which will allow for easy visual characterization and hence prevent the need for patients to have equipment outside of a standard fridge.</p>
+
<p>Through the development of a novel glucose sensing system in which glucose-responsive promoters drive the expression of three reporter chromoproteins, it will allow for the quantization of glucose concentration based on fluorescence emitted by the cell. With each chromoprotein linked to a different promoter with unique glucose sensitivities, each wavelength will correspond to a specific concentration of glucose. In conjunction with preexisting parts, we designed four novel glucose-sensitive promoters and tested their ability to drive expression of reporter chromoproteins at various concentrations.
 +
</p>
  
 
</td>   
 
</td>   
Line 147: Line 105:
  
 
<h3 style="color:#56A0D3;">Originality and Improvement</h3>
 
<h3 style="color:#56A0D3;">Originality and Improvement</h3>
<p>Glucose-related reporter systems are not a new concept to iGEM, as is apparent from the 2011 Missouri Miners team, who tested an OmpR-based reporter system; the 2008 Edinburgh team, who constructed a synthetic cAMP reporter system; and WHU China 2012, who created a repressible cAMP reporter system. However, a three-part multi-color system is novel and would solve the qualitative characterization flaw inherent in one-color systems, especially those utilizing chromoproteins. Additionally, as Edinburgh’s cAMP inducible promoter<sup>3</sup> and WHU China’s cAMP repressible promoter<sup>4</sup> offer levels of sensitivity close to what we wish to achieve, we will seek to improve the existing characterization of those parts.</p>
+
<p>
 +
While glucose sensitive reporter systems are not a new to concept to iGEM, our novel three-color system revolutionizes the creation of sensing systems. This would solve the qualitative characterization flaw inherent in the current one-color systems, especially those utilizing chromoproteins. Our sensor has cut sites before and after each promoter, allowing the interchange of various promoters depending on what the user wants to measure. This customization allows for the three-color system to be applied into other fields where sensitive measurement is of vital importance.  
 +
</p>
 
</td>   
 
</td>   
  
Line 174: Line 134:
 
<!-- Content goes here -->
 
<!-- Content goes here -->
  
<h3 style="color:#56A0D3;">Additional Endeavors</h3>
+
<h3 style="color:#56A0D3;">Project Aim</h3>
<p>In addition to our project and characterization goals, we will seek to model how our system can be used effectively in the real world and educate the community in order to further the possibility of this model becoming a reality. We also hope to have a lot of fun doing it!
+
<p>In order to turn our three-color glucose sensor into a more viable solution, more characterization of the system will be necessary. This will allow for better identification of concentrations based on the fluorescence. While our project’s intended application was the detection of glucose concentrations, we believe its greatest utility is in its versatility towards other sensing systems. By changing out the promoters, it will allow for the cell to become sensitive to other chemicals and be used to calculate concentration.
 
</p>
 
</p>
  
Line 217: Line 177:
  
 
<!-- Final block of content -->
 
<!-- Final block of content -->
<table  id="firstblock" width="100%" cellspacing="0" height="200px">
+
<table  width="100%" align = "center" cellspacing="0" height="200px">
 +
<tr>
 +
<td width="100%" align="center" bgColor="#FFFFFF" >
 +
<h3 style="color:#56A0D3 text-align:center">Special thanks to all of our sponsers!</h3>
 +
</td>
 +
</tr>
 +
 
 
<tr>
 
<tr>
<td  bgColor="#FFFFFF"></td>
 
 
<td width="975px" align="center" bgColor="#FFFFFF" >
 
<td width="975px" align="center" bgColor="#FFFFFF" >
 
+
<img src ="https://static.igem.org/mediawiki/2015/d/de/Unc-sponsers.png">
<p>We will list all of our important sponsors here!</p>
+
  
 
</td>
 
</td>
<td bgColor="#FFFFFF"></td>
 
 
</tr>
 
</tr>
 
</table>
 
</table>
 +
 
<!-- end of final block -->
 
<!-- end of final block -->
  

Latest revision as of 03:01, 19 September 2015

Background

Type 1 diabetes affects the production of insulin in the body, requiring continual monitoring of blood glucose levels in order to prevent the worsening of symptoms, which in many cases lead to death. With the development of solutions to produce supplemental insulin emerging, the production of insulin is no longer problematic in developed countries. However, glucose monitoring is and continues to be a source of financial trouble for many people with Type 1 diabetes. The current method for measuring blood sugar levels in diabetics utilizes a blood sugar monitor and expensive testing strips. The most basic can cost at least of $30.00 and test strips $1.38 each (One Touch Ultra)1, and when taken into account that diabetics must test their blood at least five times a day with these non reusable strips, the glucose monitoring equipment can cost at a minimum $2500 a year. In addition, insulin costs may be much higher, creating an even bigger burden.

Motivation and Example System

Through the development of a novel glucose sensing system in which glucose-responsive promoters drive the expression of three reporter chromoproteins, it will allow for the quantization of glucose concentration based on fluorescence emitted by the cell. With each chromoprotein linked to a different promoter with unique glucose sensitivities, each wavelength will correspond to a specific concentration of glucose. In conjunction with preexisting parts, we designed four novel glucose-sensitive promoters and tested their ability to drive expression of reporter chromoproteins at various concentrations.

Originality and Improvement

While glucose sensitive reporter systems are not a new to concept to iGEM, our novel three-color system revolutionizes the creation of sensing systems. This would solve the qualitative characterization flaw inherent in the current one-color systems, especially those utilizing chromoproteins. Our sensor has cut sites before and after each promoter, allowing the interchange of various promoters depending on what the user wants to measure. This customization allows for the three-color system to be applied into other fields where sensitive measurement is of vital importance.

Project Aim

In order to turn our three-color glucose sensor into a more viable solution, more characterization of the system will be necessary. This will allow for better identification of concentrations based on the fluorescence. While our project’s intended application was the detection of glucose concentrations, we believe its greatest utility is in its versatility towards other sensing systems. By changing out the promoters, it will allow for the cell to become sensitive to other chemicals and be used to calculate concentration.

References

1. "Diabetic Test Strips : Home Diagnostic Tests - Walmart.com." Walmart.com. Walmart, n.d. Web. 22 Apr. 2015.
2. Nazario, Brunilda. "Normal Blood Sugar Levels Chart for Adults." WebMD. WebMD, 23 Oct. 2014. Web. 20 Apr. 2015.
3. http://parts.igem.org/wiki/index.php?title=Part:BBa_K118011
4. http://parts.igem.org/wiki/index.php?title=Part:BBa_K861171

Special thanks to all of our sponsers!