Difference between revisions of "Team:East Chapel Hill"

 
(101 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">
 +
<meta http-equiv="X-UA-Compatible" content="IE=edge">
 +
<meta name="viewport" content="width=device-width, initial-scale=1">
 +
<title>Home</title>
 +
    <!-- Bootstrap -->
 +
<link href="https://2018.igem.org/Template:East_Chapel_Hill rel="stylesheet">
 +
</head>
  
 +
<style>
 +
p.big {
 +
    line-height: 1.8;
 +
}
  
<div class="column full_size" >
+
.foo img:last-child{display:none}
 +
.foo:hover img:first-child{display:none}
 +
.foo:hover img:last-child{display:inline-block}
 +
}
  
<h3>Before you start</h3>
+
/*h2 {
<p> Please read the following pages:</p>
+
padding: 0;
<ul>
+
font-weight: 300;*/
<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>
+
h2 span {
<li> <a href="https://2018.igem.org/Resources/Template_Documentation">Template documentation</a></li>
+
margin-left: 1em;
</ul>
+
color: #aaa;
</div>
+
font-size: 85%;
 +
font-style: Optima;
 +
}
 +
</style>
 +
<style>
 +
button{border: 0; background-color: #D3D3D3
 +
}
 +
</style>
  
  
<div class="clear extra_space"></div>
+
<!-- Define p2 type -->  
<div class="line_divider"></div>
+
<style>
<div class="clear extra_space"></div>
+
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>
  
 +
<!-- Define h2 -->
 +
<style>
 +
h2 {
 +
  margin-top: 1em;
 +
            margin-bottom: 1em;
 +
            margin-left: 6em;
 +
            margin-right: 6em;
 +
            text-align: left;
 +
                font-size: 20px;
 +
}
 +
</style>
  
  
<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>
+
<!-- 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>
  
 +
    </ol>
  
 +
    <!-- Wrapper for slides -->
 +
    <div class="carousel-inner">
  
<div class="clear extra_space"></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="item">
 +
        <img src="https://static.igem.org/mediawiki/2018/9/90/T--East_Chapel_Hill--slide2.png"  style="width:100%;">
 +
      </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> Uploading pictures and files </h3>
 
<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>
 
  
 +
      <div class="item">
 +
        <img src="O"  style="width:100%;">
 +
      </div>
  
<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="item">
 +
        <img src="O" style="width:100%;">
 +
      </div>
  
<div class="button_link">
+
      <div class="item">
<a href="https://2018.igem.org/Special:Upload">
+
        <img src="O"  style="width:100%;">
UPLOAD FILES
+
      </div>
</a>
+
</div>
+
  
</div>
 
  
<div class="column full_size" >
+
        </div>
<h3> Wiki template information </h3>
+
      </div>
<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>
  
 +
 +
</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= "paragraph"  id="second">
 +
<div style="padding: 5% 10%;">
  
<div class="column full_size" >
+
<!-- PROJECT DESCRIPTION -->
<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">
+
<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.
<a href="https://2018.igem.org/wiki/index.php?title=Team:East_Chapel_Hill&action=edit">
+
<br></br>
EDIT PAGE
+
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. 
</a>
+
</p2>
</div>
+
</center></figure>
  
</div>
 
  
  
Line 79: Line 166:
  
  
<div class="clear extra_space"></div>
 
<div class="line_divider"></div>
 
<div class="clear extra_space"></div>
 
  
  
 
<div class="column full_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 full_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.