Difference between revisions of "Team:East Chapel Hill"

 
(105 intermediate revisions by 5 users not shown)
Line 1: Line 1:
 
{{East_Chapel_Hill}}
 
{{East_Chapel_Hill}}
 
<html>
 
<html>
 +
<script src="https://ajax.googleapis.com/ajax/libs/jquery/2.1.4/jquery.min.js"></script>
 +
<script src="https://github.com/kswedberg/jquery-smooth-scroll/blob/master/jquery.smooth-scroll.min.js"></script>
 +
<script>
 +
$('.smooth').on('click', function() {
 +
    $.smoothScroll({
 +
        scrollElement: $('body'),
 +
        scrollTarget: '#' + this.id
 +
    });
 +
   
 +
    return false;
 +
});
 +
</script>
  
<body>
+
<head>  
 
+
<meta charset="UTF-8">
<div class="slideshow-container">
+
<meta http-equiv="X-UA-Compatible" content="IE=edge">
 
+
<meta name="viewport" content="width=device-width, initial-scale=1">
<div class="mySlides fade">
+
<title>Home</title>
  <div class="numbertext">1 / 3</div>
+
    <!-- Bootstrap -->
  <img src="img_nature_wide.jpg" style="width:100%">
+
<link href="https://2018.igem.org/Template:East_Chapel_Hill rel="stylesheet">
  <div class="text">Caption Text</div>
+
</head>
</div>
+
 
+
<div class="mySlides fade">
+
  <div class="numbertext">2 / 3</div>
+
  <img src="img_snow_wide.jpg" style="width:100%">
+
  <div class="text">Caption Two</div>
+
</div>
+
 
+
<div class="mySlides fade">
+
  <div class="numbertext">3 / 3</div>
+
  <img src="img_mountains_wide.jpg" style="width:100%">
+
  <div class="text">Caption Three</div>
+
</div>
+
 
+
<a class="prev" onclick="plusSlides(-1)">&#10094;</a>
+
<a class="next" onclick="plusSlides(1)">&#10095;</a>
+
 
+
</div>
+
<br>
+
 
+
<div style="text-align:center">
+
  <span class="dot" onclick="currentSlide(1)"></span>
+
  <span class="dot" onclick="currentSlide(2)"></span>
+
  <span class="dot" onclick="currentSlide(3)"></span>  
+
</div>
+
 
+
<script>
+
var slideIndex = 1;
+
showSlides(slideIndex);
+
  
function plusSlides(n) {
+
<style>
  showSlides(slideIndex += n);
+
p.big {
 +
    line-height: 1.8;
 
}
 
}
  
function currentSlide(n) {
+
.foo img:last-child{display:none}
  showSlides(slideIndex = n);
+
.foo:hover img:first-child{display:none}
 +
.foo:hover img:last-child{display:inline-block}
 
}
 
}
  
function showSlides(n) {
+
/*h2 {
  var i;
+
padding: 0;
  var slides = document.getElementsByClassName("mySlides");
+
font-weight: 300;*/
  var dots = document.getElementsByClassName("dot");
+
  if (n > slides.length) {slideIndex = 1}   
+
  if (n < 1) {slideIndex = slides.length}
+
  for (i = 0; i < slides.length; i++) {
+
      slides[i].style.display = "none"; 
+
  }
+
  for (i = 0; i < dots.length; i++) {
+
      dots[i].className = dots[i].className.replace(" active", "");
+
  }
+
  slides[slideIndex-1].style.display = "block"; 
+
  dots[slideIndex-1].className += " active";
+
 
}
 
}
</script>
+
h2 span {
 +
margin-left: 1em;
 +
color: #aaa;
 +
font-size: 85%;
 +
font-style: Optima;
 +
}
 +
</style>
 +
<style>
 +
button{border: 0; background-color: #D3D3D3
 +
}
 +
</style>
  
</body>
 
  
 +
<!-- Define p2 type -->
 +
<style>
 +
p2 {
 +
    display: block;
 +
    margin-top: 1em;
 +
    margin-bottom: 1em;
 +
    margin-left: 5em;
 +
    margin-right: 5em;
 +
}
 +
</style>
 +
<!-- Define horizontal bar type -->
 +
<style>
 +
hr {
 +
border: 2px solid;
 +
margin-right: 80px;
 +
margin-left:80px;
 +
}
 +
</style>
  
<div class="column full_size" >
+
<!-- Define h2 -->  
<h1> Welcome to iGEM 2018! </h1>
+
<style>  
<p>Your team has been approved and you are ready to start the iGEM season! </p>
+
h2 {
 +
  margin-top: 1em;
 +
            margin-bottom: 1em;
 +
            margin-left: 6em;
 +
            margin-right: 6em;
 +
            text-align: left;
 +
                font-size: 20px;
 +
}
 +
</style>
  
  
<img src="http://placehold.it/1080x320/c4baba/e4dede">
 
 
  
</div>  
+
<!-- CONTENT BEGINS HERE -->
 +
<body>
  
 +
<!-- slides -->
 +
<div id="myCarousel" class="carousel slide" data-ride="carousel" style="margin-top:60px;">
 +
    <!-- Indicators -->
 +
    <ol class="carousel-indicators">
 +
      <li data-target="#myCarousel" data-slide-to="0" class="active"></li>
 +
      <li data-target="#myCarousel" data-slide-to="1"></li>
 +
      <li data-target="#myCarousel" data-slide-to="2"></li>
  
<div class="column full_size" >
+
    </ol>
  
<h3>Before you start</h3>
+
    <!-- Wrapper for slides -->
<p> Please read the following pages:</p>
+
    <div class="carousel-inner">
<ul>
+
<li>  <a href="https://2018.igem.org/Competition">Competition Hub</a> </li>
+
<li> <a href="https://2018.igem.org/Competition/Deliverables/Wiki">Wiki Requirements page</a></li>
+
<li> <a href="https://2018.igem.org/Resources/Template_Documentation">Template documentation</a></li>
+
</ul>
+
</div>
+
  
 +
      <div class="item active">
 +
        <img src="https://static.igem.org/mediawiki/2018/archive/b/b6/20181018002849%21T--East_Chapel_Hill--slide1.png"  style="width:100%;">
 +
        <div class="carousel-caption">
 +
        </div>
 +
      </div>
  
<div class="clear extra_space"></div>
+
      <div class="item">
<div class="line_divider"></div>
+
        <img src="https://static.igem.org/mediawiki/2018/9/90/T--East_Chapel_Hill--slide2.png"  style="width:100%;">
<div class="clear extra_space"></div>
+
      </div>
 +
 
 +
      <div class="item">
 +
        <img src="https://static.igem.org/mediawiki/2018/4/41/T--East_Chapel_Hill--slide3.png"  style="width:100%;">
 +
      </div>
  
 +
      <div class="item">
 +
        <img src="O"  style="width:100%;">
 +
      </div>
  
  
<div class="column full_size" >
 
<h3> Styling your wiki </h3>
 
<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>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>
 
  
</div>
+
      <div class="item">
 +
        <img src="O"  style="width:100%;">
 +
      </div>
  
 +
      <div class="item">
 +
        <img src="O"  style="width:100%;">
 +
      </div>
  
 +
      <div class="item">
 +
        <img src="O"  style="width:100%;">
 +
      </div>
  
  
<div class="clear extra_space"></div>
+
        </div>
 +
      </div>
  
 +
    </div>
  
 +
 +
</video>
 +
</div> </center>
 +
<!--
 +
<p></p><p></p>
 +
-->
 +
<br>
 +
<hr>
 +
<h1><p2>Improving the Efficacy of Riboswitch Based Sensor for Visual Detection of Excess Fluoride in Water</h1></p2>
 +
<hr>
 +
<!--
  
<div class="column third_size" >
+
-->
 +
<div class= "paragraph"  id="second">
 +
<div style="padding: 5% 10%;">
  
<h3> Uploading pictures and files </h3>
+
<!-- PROJECT DESCRIPTION -->
<p> You must upload any pictures and files to the iGEM 2018 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. </p>
+
  
 +
<p2> Scientists around the world have recognized fluoride as a markedly beneficial resource for protecting tooth enamel from decay. However, excess fluoride can also have an adverse effect on human health. A significant problem arises when excess amounts of fluoride infiltrate drinking water. High fluoride concentrations can have devastating impacts on dental health, especially those of children, and eventually lead to hypomineralization and dental fluorosis.
 +
<br></br>
 +
To address this challenge, we aim to first develop an efficient, user-friendly, and cost-sensitive fluoride biosensor using previously characterized fluoride riboswitches. Last year, we developed an operon whose riboswitch was only activated when bound to fluoride. This fluoride-specific activation allowed for selective transcription of the chloramphenicol acetyltransferase (CAT) gene. Bacteria that can express the CAT gene have a resistance to the chloramphenicol antibiotic, and can survive in the presence of chloramphenicol. Consequently, the presence of fluoride allows for bacterial growth in the presence of chloramphenicol. However, this system was not able to detect concentrations low enough to prove useful in realistic applications. This summer, we focused on testing various promoters and riboswitch sequences to reduce the detection threshold and improve the efficacy of our previous operon. 
 +
</p2>
 +
</center></figure>
  
<p>When you upload, set the "Destination Filename" to <b> T--YourOfficialTeamName--NameOfFile.jpg</b>. (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>
 
  
<div class="button_link">
 
<a href="https://2018.igem.org/Special:Upload">
 
UPLOAD FILES
 
</a>
 
</div>
 
  
</div>
 
  
<div class="column third_size" >
 
<h3> Wiki template information </h3>
 
<p>We have created these wiki template pages to help you get started and to help you think about how your team will be evaluated. You can find a list of all the pages tied to awards here at the <a href="https://2018.igem.org/Judging/Pages_for_Awards">Pages for awards</a> link. You must edit these pages to be evaluated for medals and awards, but ultimately the design, layout, style and all other elements of your team wiki is up to you!</p>
 
  
</div>
 
  
  
  
<div class="column third_size" >
 
<div class="highlight decoration_B_full">
 
<h3> Editing your wiki </h3>
 
<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>Use WikiTools - Edit in the black menu bar to edit this page</p>
 
 
<div class="button_link">
 
<a href="https://2018.igem.org/wiki/index.php?title=Team:East_Chapel_Hill&action=edit">
 
EDIT PAGE
 
</a>
 
</div>
 
 
</div>
 
 
 
 
 
 
<div class="clear extra_space"></div>
 
<div class="line_divider"></div>
 
<div class="clear extra_space"></div>
 
 
 
 
<div class="column two_thirds_size" >
 
<h3>Tips</h3>
 
<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>
 
<ul>
 
<li>State your accomplishments! Tell people what you have achieved from the start. </li>
 
<li>Be clear about what you are doing and how you plan to do this.</li>
 
<li>You have a global audience! Consider the different backgrounds that your users come from.</li>
 
<li>Make sure information is easy to find; nothing should be more than 3 clicks away.  </li>
 
<li>Avoid using very small fonts and low contrast colors; information should be easy to read.  </li>
 
<li>Start documenting your project as early as possible; don’t leave anything to the last minute before the Wiki Freeze. For a complete list of deadlines visit the <a href="https://2018.igem.org/Calendar">iGEM 2018 calendar</a> </li>
 
<li>Have lots of fun! </li>
 
</ul>
 
</div>
 
 
 
<div class="column third_size">
 
<div class="highlight decoration_A_full">
 
<h3>Inspiration</h3>
 
<p> You can also view other team wikis for inspiration! Here are some examples:</p>
 
<ul>
 
<li> <a href="https://2014.igem.org/Team:SDU-Denmark/"> 2014 SDU Denmark </a> </li>
 
<li> <a href="https://2014.igem.org/Team:Aalto-Helsinki">2014 Aalto-Helsinki</a> </li>
 
<li> <a href="https://2014.igem.org/Team:LMU-Munich">2014 LMU-Munich</a> </li>
 
<li> <a href="https://2014.igem.org/Team:Michigan"> 2014 Michigan</a></li>
 
<li> <a href="https://2014.igem.org/Team:ITESM-Guadalajara">2014 ITESM-Guadalajara </a></li>
 
<li> <a href="https://2014.igem.org/Team:SCU-China"> 2014 SCU-China </a></li>
 
</ul>
 
</div>
 
</div>
 
  
  
  
  
 +
</body>
 
</html>
 
</html>

Latest revision as of 02:27, 18 October 2018

Home


Improving the Efficacy of Riboswitch Based Sensor for Visual Detection of Excess Fluoride in Water


Scientists around the world have recognized fluoride as a markedly beneficial resource for protecting tooth enamel from decay. However, excess fluoride can also have an adverse effect on human health. A significant problem arises when excess amounts of fluoride infiltrate drinking water. High fluoride concentrations can have devastating impacts on dental health, especially those of children, and eventually lead to hypomineralization and dental fluorosis.

To address this challenge, we aim to first develop an efficient, user-friendly, and cost-sensitive fluoride biosensor using previously characterized fluoride riboswitches. Last year, we developed an operon whose riboswitch was only activated when bound to fluoride. This fluoride-specific activation allowed for selective transcription of the chloramphenicol acetyltransferase (CAT) gene. Bacteria that can express the CAT gene have a resistance to the chloramphenicol antibiotic, and can survive in the presence of chloramphenicol. Consequently, the presence of fluoride allows for bacterial growth in the presence of chloramphenicol. However, this system was not able to detect concentrations low enough to prove useful in realistic applications. This summer, we focused on testing various promoters and riboswitch sequences to reduce the detection threshold and improve the efficacy of our previous operon.