Difference between revisions of "Team:East Chapel Hill"

Line 28: Line 28:
 
<a class="next" onclick="plusSlides(1)">&#10095;</a>
 
<a class="next" onclick="plusSlides(1)">&#10095;</a>
  
<style>
 
/*SLIDESHOW*/
 
 
* {box-sizing: border-box}
 
body {font-family: Verdana, sans-serif; margin:0}
 
.mySlides {display: none}
 
img {vertical-align: middle;}
 
 
/* Slideshow container */
 
.slideshow-container {
 
  max-width: 1400px;
 
  float:left;
 
  margin:auto;
 
}
 
 
/* Next & previous buttons */
 
.prev, .next {
 
  cursor: pointer;
 
  position: absolute;
 
  top: 50%;
 
  width: auto;
 
  padding: 16px;
 
  margin-top: -22px;
 
  color: white;
 
  font-weight: bold;
 
  font-size: 18px;
 
  transition: 0.6s ease;
 
  border-radius: 0 3px 3px 0;
 
}
 
 
/* Position the "next button" to the right */
 
.next {
 
  right: 0;
 
  border-radius: 3px 0 0 3px;
 
}
 
 
/* On hover, add a black background color with a little bit see-through */
 
.prev:hover, .next:hover {
 
  background-color: rgba(0,0,0,0.8);
 
}
 
 
/* Caption text */
 
.text {
 
  color: #f2f2f2;
 
  font-size: 15px;
 
  padding: 8px 12px;
 
  position: absolute;
 
  bottom: 8px;
 
  width: 100%;
 
  text-align: center;
 
}
 
 
/* Number text (1/3 etc) */
 
.numbertext {
 
  color: #f2f2f2;
 
  font-size: 12px;
 
  padding: 8px 12px;
 
  position: absolute;
 
  top: 0;
 
}
 
 
/* The dots/bullets/indicators */
 
.dot {
 
  cursor: pointer;
 
  height: 15px;
 
  width: 15px;
 
  margin:auto;
 
  background-color: #bbb;
 
  border-radius: 50%;
 
  display: inline-block;
 
  transition: background-color 0.6s ease;
 
}
 
 
.active, .dot:hover {
 
  background-color: #717171;
 
}
 
 
/* Fading animation */
 
.fade {
 
  -webkit-animation-name: fade;
 
  -webkit-animation-duration: 1.5s;
 
  animation-name: fade;
 
  animation-duration: 1.5s;
 
}
 
 
@-webkit-keyframes fade {
 
  from {opacity: .4}
 
  to {opacity: 1}
 
}
 
 
@keyframes fade {
 
  from {opacity: .4}
 
  to {opacity: 1}
 
}
 
 
/* On smaller screens, decrease text size */
 
@media only screen and (max-width: 300px) {
 
  .prev, .next,.text {font-size: 11px}
 
}
 
  
 
</div>
 
</div>

Revision as of 14:02, 26 June 2018

1 / 3
Caption Text
2 / 3
Caption Two
3 / 3
Caption Three

Project Description

In many poor countries, excess concentrations of fluoride have entered water sources through erosion of sediment and minerals. These toxic concentrations, which are defined by the World Health Organization to be above 1.0mg/L, may result in an array of health complications. Fluoride has been known to induce cell stress, which in turn impairs the function of ameloblasts who are tasked with forming dental enamel. The resulting disease is dental fluorosis, which manifests in the teeth as porous and yellowed enamel. Other potential consequences of exposure to toxic fluoride levels include skeletal fluorosis, which may result in bone deformities, as well as impaired development.
Our project involves the development of an operon that will serve as a visual indicator of excess fluoride. We plan to develop and improve the operon created by last year’s iGEM team by experimenting with different fluoride riboswitches and promoters. We hope to find promoters that have an increased gene expression and riboswitches that have increased affinity to fluoride. This would allow for our operon to detect fluoride at levels even lower than 1.0mg/L, a significant improvement from the previous operon. Additionally, we may be able to find different riboswitches that function across a spectrum of fluoride concentrations. By combining them, we could potentially create an indicator that shows the actual amount of fluoride in the water, rather than one that only specifies if the concentrations are above a certain threshold.