Team:UT Dallas/Project

From 2013.igem.org

(Difference between revisions)
Line 5: Line 5:
Streptococcus mutans has been determined to be the primary contributor to dental plaque and in the formation of dental cavities. <i>S. mutans</i> is able to do this by converting sucrose into lactic acid, contributing to plaque formation. Their capability to rapidly ferment lactic acid under low pH levels helps create cavities in conjunction with adherence to the biofilm. In the oral cavity, biofilms cover a majority of the surfaces. Dextran is the polysaccharide matrix that anchors the bacteria together to create the optimal platform for creation of the biofilm. In order to create the most effective tooth-decay prevention device, we engineered new biobricks to exploit these characteristics of cavity formation due to <i>S. mutans</i>.  
Streptococcus mutans has been determined to be the primary contributor to dental plaque and in the formation of dental cavities. <i>S. mutans</i> is able to do this by converting sucrose into lactic acid, contributing to plaque formation. Their capability to rapidly ferment lactic acid under low pH levels helps create cavities in conjunction with adherence to the biofilm. In the oral cavity, biofilms cover a majority of the surfaces. Dextran is the polysaccharide matrix that anchors the bacteria together to create the optimal platform for creation of the biofilm. In order to create the most effective tooth-decay prevention device, we engineered new biobricks to exploit these characteristics of cavity formation due to <i>S. mutans</i>.  
-
<ul class="horizontal_ul">
+
<ul class="horizontal_ul" id='project_links'>
-
<li onclick="show_info('project_part1')">Sugar Sensor</li>
+
<li onclick="show_info('project_part1');change_color()">Sugar Sensor</li>
-
<li onclick="show_info('project_part3')">Com Sensor</li>
+
<li onclick="show_info('project_part3');change_color()">Com Sensor</li>
-
<li onclick="show_info('project_part2')">Dex and NspC</li>
+
<li onclick="show_info('project_part2');change_color()">Dex and NspC</li>
-
<li onclick="show_info('results')">Results</li>
+
<li onclick="show_info('results');change_color()">Results</li>
-
<li onclick="show_info('judging_form')">Judging Criteria</li>
+
<li onclick="show_info('judging_form');change_color()">Judging Criteria</li>
</ul>
</ul>
<div id='result_space'></div>
<div id='result_space'></div>
</div>  
</div>  
</html>
</html>
 +
<script>
 +
function change_color()
 +
{
 +
  $("#project_links li").css('color','#000000');
 +
  $(this).css('color','#ff7200');
 +
}
 +
</script>

Revision as of 01:20, 28 September 2013

Streptococcus mutans has been determined to be the primary contributor to dental plaque and in the formation of dental cavities. S. mutans is able to do this by converting sucrose into lactic acid, contributing to plaque formation. Their capability to rapidly ferment lactic acid under low pH levels helps create cavities in conjunction with adherence to the biofilm. In the oral cavity, biofilms cover a majority of the surfaces. Dextran is the polysaccharide matrix that anchors the bacteria together to create the optimal platform for creation of the biofilm. In order to create the most effective tooth-decay prevention device, we engineered new biobricks to exploit these characteristics of cavity formation due to S. mutans.
<script> function change_color() {

 $("#project_links li").css('color','#000000');
 $(this).css('color','#ff7200');

} </script>