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

 
(32 intermediate revisions by 4 users not shown)
Line 1: Line 1:
{{Testpage}}
+
{{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://2014.igem.org/Team:UNC-Chapel_Hill/StyleSheets/HomePage?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">Background</li><li id="Link1" class="SlideLink">Problem</li><li id="Link2" class="SlideLink">Tools</li><li id="Link3" class="SlideLink">Inspiration</li><li id="Link4" class="SlideLink">Solution</li><li id="Link5" class="SlideLink">Impact</li>
 
</ul>
 
</div>
 
  
 +
 +
<div id="colorstrip"></div>
  
 
<!--  Block of content 1 -->
 
<!--  Block of content 1 -->
Line 86: 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;">Diabetes Mellitus</h3>
+
 
<p>Diabetes mellitus is prevalent throughout the world especially in the United States and Mexico. Current methods of treatments have largely remained the same. Patients prick their fingers to draw blood in order for a device to report their blood glucose levels. After the device gives them that information, they administer the appropriate amount of insulin to themselves. There has yet to be a unified system for the sensing of blood glucose levels and insulin administration. As a solution, we propose the following:</p>
+
 
<p style="color:#56A0D3;">The UNC Chapel Hill team has devised a protein controlled system in which E coli detects high glucose levels in its environment, and in response release one of two proteins, insulin or glucagon-like peptide-1 <br><font color="black">(Find out more at our <a href="https://2014.igem.org/Team:UNC-Chapel_Hill/Project#background">project page</a>)</font> </p>
+
<h3 style="color:#56A0D3;">Background</h3>
 +
<p>
 +
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.
 +
</p>
 
</td>   
 
</td>   
  
Line 107: Line 64:
 
<!-- end of Block-->
 
<!-- end of Block-->
  
 +
<!--  Block of content 2 -->
 +
<table width="100%"  cellspacing="0" height="275px">
 +
<tr>
 +
<td  bgColor="#c9def2"></td>
 +
<td width="975px" align="center" bgColor="#c9def2" >
 +
 +
<table  width="975px"  cellspacing="0" height="275px">
 +
<tr>
 +
<td width="95%" bgColor="#c9def2"  rowspan="3" align="center">
 +
<!-- Content goes here -->
 +
 +
<h3 style="color:#56A0D3;">Motivation and Example System</h3>
 +
<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> 
 +
 +
 +
 +
 +
</table>
 +
</td>
 +
<td bgColor="#c9def2"></td>
 +
</tr>
 +
</table>
 +
<!-- end of Block-->
 +
 +
 +
<!--  Block of content 3 -->
 +
<table width="100%"  cellspacing="0" height="350px">
 +
<tr><td  bgColor="#f2f7fc"></td>
 +
<td width="975px" align="center" bgColor="#f2f7fc" >
 +
<table  width="975px"  cellspacing="0" height="350px">
 +
<tr>
 +
 +
<td width="95%" bgColor="#f2f7fc"  rowspan="3" align="center">
 +
 +
<!-- Content goes here -->
 +
 +
 +
<h3 style="color:#56A0D3;">Originality and Improvement</h3>
 +
<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> 
 +
 +
 +
 +
 +
</table>
 +
 +
 +
</td>
 +
<td bgColor="#f2f7fc"></td>
 +
</tr>
 +
</table>
 +
<!-- end of Block-->
  
  
 
<!--  Block of content 4 -->
 
<!--  Block of content 4 -->
<table width="100%"  cellspacing="0" height="500px">
+
<table width="100%"  cellspacing="0" height="200px">
 
<tr>
 
<tr>
 
<td  bgColor="#c9def2"></td>
 
<td  bgColor="#c9def2"></td>
 
<td width="975px" align="center" bgColor="#c9def2" >
 
<td width="975px" align="center" bgColor="#c9def2" >
  
<table  width="975px" cellspacing="0" height="500px">
+
<table  width="975px" cellspacing="0" height="200px">
 
<tr>
 
<tr>
 
<td width="95%" bgColor="#c9def2"  rowspan="3" align="center">  
 
<td width="95%" bgColor="#c9def2"  rowspan="3" align="center">  
 
<!-- Content goes here -->
 
<!-- Content goes here -->
  
<h3 style="color:#56A0D3;">Why did we choose this project?</h3>
+
<h3 style="color:#56A0D3;">Project Aim</h3>
<p>In the National Diabetes Statistics Report of 2014 released by the National Center for Chronic Disease Prevention and Health Promotion it was reported that 29.1 million Americans (9.3% of the US population) have diabetes mellitus. The cost both direct and indirect of diabetes treatment is estimated to be 245 billion dollars, and the disease remains the 7th leading cause of premature death in the United States. With the prevalence of diabetes mellitus in the US population the 2014 UNC Chapel Hill iGEM team as part of a University that prides itself in serving "North Carolina, the United States, and the world through teaching, research, and public service" felt an obligation to address this problem</p>
+
<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>
  
 
</td>   
 
</td>   
 +
</table>
 +
</td>
 +
<td bgColor="#c9def2"></td>
 +
</tr>
 +
</table>
 +
<!-- end of Block-->
  
 +
<!--  Block of content 5 -->
 +
<table width="100%"  cellspacing="0" height="200px">
 +
<tr><td  bgColor="#f2f7fc"></td>
 +
<td width="975px" align="center" bgColor="#f2f7fc" >
 +
<table  width="975px"  cellspacing="0" height="200px">
 +
<tr>
  
 +
<td width="95%" bgColor="#f2f7fc"  rowspan="3" align="center">
  
 +
<!-- Content goes here -->
  
 +
 +
<h3 style="color:#56A0D3;">References</h3>
 +
<p>1. "Diabetic Test Strips : Home Diagnostic Tests - Walmart.com." Walmart.com. Walmart, n.d. Web. 22 Apr. 2015. <br />
 +
 +
2. Nazario, Brunilda. "Normal Blood Sugar Levels Chart for Adults." WebMD. WebMD, 23 Oct. 2014. Web. 20 Apr. 2015. <br />
 +
 +
3. http://parts.igem.org/wiki/index.php?title=Part:BBa_K118011 <br />
 +
 +
4. http://parts.igem.org/wiki/index.php?title=Part:BBa_K861171
 +
</p>
 +
</td> 
 
</table>
 
</table>
 
</td>
 
</td>
<td bgColor="#c9def2"></td>
+
<td bgColor="#f2f7fc"></td>
 
</tr>
 
</tr>
 
</table>
 
</table>
 
<!-- end of Block-->
 
<!-- end of Block-->
 
  
  
 
<!-- 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>Here you can place the logos of your sponsors or other links!</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!