Team:UTK-Knoxville

From 2014.igem.org

(Difference between revisions)
(Prototype team page)
 
(25 intermediate revisions not shown)
Line 1: Line 1:
-
{{CSS/Main}}
+
<html lang="en">
 +
<head>
 +
<meta content="en-us" http-equiv="Content-Language" />
 +
<meta content="text/html; charset=utf-8" http-equiv="Content-Type" />
 +
<style>
 +
html
 +
#top-section {
 +
height: 0px;
 +
border-top: none;
 +
border-left: none;
 +
border-right: none;
 +
}
 +
body {background: #999999;}
 +
#footer-box {display:none;}
 +
#contentSub,  .firstHeading, #footer-box, #catlinks, #p-logo {
 +
    display:none;}
 +
#top-section {
 +
    border: none;
 +
    height: 0px;}
 +
#content {
 +
    border: none;
 +
    background:#999999;}
 +
.firstHeading { display: none; }
 +
</style>
-
<html>
+
<style>
 +
.back{
 +
background-color:#333333;
 +
width:100%;
 +
height:100%;
 +
}
 +
.banner{
 +
background-image: url('https://static.igem.org/mediawiki/2014/0/0d/BannerIdea2.png');
 +
/*background-color:#f77f00;*/
 +
width:100%;
 +
height:150px;
 +
align:center;
 +
overflow:hidden;
 +
border:none;
 +
margin:auto;
 +
}
 +
.banner td{
 +
border:none;
 +
text-align:center;
 +
        text-decoration:none;
 +
        padding-top:0px;
 +
}
 +
 +
.utlogo{
 +
align:left;
 +
display:inline-block;
 +
}
 +
#BannerText p{
 +
  font-family:"Franklin Gothic Medium", "Arial Narrow", Arial, sans-serif;
 +
  /* font-size:15ems;*/
 +
  color:#000000;
 +
  text-align:center;
 +
  display:inline-block;
 +
  margin:auto;
 +
  vertical-align:middle;
 +
  padding:auto;
 +
}
 +
 +
div.igemlogo img{
 +
height: 75pt;
 +
width: 80pt;
 +
position:inherit;
 +
    float:right;
 +
    display:inline-block;    
 +
    }
 +
   
 +
    td#title{
 +
padding:auto;
 +
        font-size:2.4em;
 +
        font-weight:bold;
 +
    }
 +
   
 +
</style>
-
<!--main content -->
+
</head>
-
<table width="70%" align="center">
+
 +
<body bgcolor=#999999>
-
<!--welcome box -->
+
<!-- Top of the page:  
-
<tr>
+
needs Banner with link to igem website and then a navbar -->
-
<td style="border:1px solid black;" colspan="3" align="center" height="150px" bgColor=#FF404B>
+
-
<h1 >WELCOME TO iGEM 2014! </h1>
+
-
<p>Your team has been approved and you are ready to start the iGEM season!
+
-
<br>On this page you can document your project, introduce your team members, document your progress <br> and share your iGEM experience with the rest of the world! </p>
+
-
<br>
+
-
<p style="color:#E7E7E7"> <a href="https://2014.igem.org/wiki/index.php?title=Team:UTK-Knoxville&action=edit"style="color:#FFFFFF"> Click here  to edit this page!</a> </p>
+
-
</td>
+
-
</tr>
+
-
<tr> <td colspan="3" height="5px"> </td></tr>
+
<div class="banner" style="height: 153px">
-
<!-- end welcome box -->
+
<table class="banner" border="none" height="154px" style="width: 98%">
-
<tr>  
+
<tbody>
 +
<tr>
 +
<td class="utlogo" style="width: 149px">
 +
<div class="utlogo">
 +
<img alt="University of Tennessee" src="https://static.igem.org/mediawiki/2014/d/de/Smokey.jpg" height="149" width="151" />
 +
</div>
 +
</td>
 +
<td id="title">
 +
<div id="BannerText" style="margin:auto;">
 +
<p id="title">Design Construction and Characterization<br>of Modular Chimeric Biosensors</p>
 +
</div>
 +
</td>
 +
<td>
 +
<div class="igemlogo">
 +
<a href="https://2014.igem.org/Main_Page">
 +
<img src="https://static.igem.org/mediawiki/igem.org/9/94/Igemlogo_officiallogo.png" />
 +
</a>
 +
</div>
 +
</td>
 +
  </tr>
 +
</tbody>
 +
</table>
 +
</div>
 +
<!-- The F***ing banner is done
 +
-----------------------------------------------------------------------------------------------------------------------
 +
THIS IS THE NAVBAR -->
 +
<style>
 +
.navbar{
 +
background-color:#ff9932;
 +
width:100%; /*#f77f00*/
 +
height:auto;
 +
margin-top:7px;
 +
        margin-bottom:7px;
 +
}
-
<!--navigation menu -->
+
.navbar li{
-
<td align="center" colspan="3">
+
display:inline-block;
 +
text-decoration:none;
 +
text-align:center;
 +
}
-
<table  width="100%">
+
.button{
-
<tr heigth="15px"></tr>
+
padding-right:10px;
-
<tr heigth="75px">
+
padding-left:10px;
 +
-
<td style="border:1px solid black;" align="center" height ="45px" onMouseOver="this.bgColor='#d3d3d3'" onMouseOut="this.bgColor='#e7e7e7'" bgColor=#e7e7e7> 
+
}
-
<a href="https://2014.igem.org/Team:UTK-Knoxville"style="color:#000000">Home </a> </td>
+
.button a{
 +
padding-right:20px;
 +
padding-left:20px;
 +
padding-top:10px;
 +
padding-bottom:10px;
 +
    display:inline-block;
 +
    text-decoration:none;
 +
    color:white;
 +
    font-family:Arial, Helvetica, sans-serif;
 +
    font-size:14pt;
 +
    border-right: 1px white;
 +
    border-left: 1px white; 
 +
}
-
<td style="border:1px solid black;" align="center" height ="45px" onMouseOver="this.bgColor='#d3d3d3'" onMouseOut="this.bgColor='#e7e7e7'" bgColor=#e7e7e7>
+
.button a:hover{
-
<a href="https://2014.igem.org/Team:UTK-Knoxville/Team"style="color:#000000"> Team </a> </td>
+
background-color:#444444;
 +
}
 +
</style>
-
<td style="border:1px solid black;" align="center"  height ="45px"  onMouseOver="this.bgColor='#d3d3d3'" onMouseOut="this.bgColor='#e7e7e7'" bgColor=#e7e7e7>
 
-
<a href="https://igem.org/Team.cgi?year=2014&team_name=UTK-Knoxville"style="color:#000000"> Official Team Profile </a></td>
 
-
<td style="border:1px solid black" align="center" height ="45px" onMouseOver="this.bgColor='#d3d3d3'" onMouseOut="this.bgColor='#e7e7e7'" bgColor=#e7e7e7>
+
<div class="navbar">
-
<a href="https://2014.igem.org/Team:UTK-Knoxville/Project"style="color:#000000"> Project</a></td>
+
<center>
 +
  <ul>
 +
<li><div class="button">
 +
<a href="https://2014.igem.org/Team:UTK-Knoxville">
 +
Home
 +
</a>
 +
</div></li>
 +
 +
<li><div class="button">
 +
<a href="https://2014.igem.org/Team:UTK-Knoxville/Team">
 +
Team
 +
  </a>
 +
 +
</div></li>
 +
 +
 +
<li><div class="button">
 +
<a href="https://2014.igem.org/Team:UTK-Knoxville/Project">
 +
  Project
 +
  </a>
 +
</div></li>
 +
 +
<li><div class="button">
 +
 +
<a href="https://2014.igem.org/Team:UTK-Knoxville/Parts">
 +
  Parts
 +
  </a>
 +
 +
</div></li>
 +
 +
<li><div class="button">
 +
 +
<a href="https://2014.igem.org/Team:UTK-Knoxville/Notebook">
 +
    Notebook
 +
    </a>
 +
</div></li>
 +
 +
<li><div class="button">
 +
 +
<a href="https://2014.igem.org/Team:UTK-Knoxville/Safety">
 +
Safety
 +
</a>
 +
    </div></li>
 +
   
 +
    <li><div class="button">
 +
   
 +
  <a href="https://2014.igem.org/Team:UTK-Knoxville/oUTreach">
 +
  oUTreach
 +
  </a>
 +
</div> </li>
 +
</ul>
 +
  </center>
 +
</div>
 +
<!-- Banner completed
 +
-----------------------------------------------------------------------------------------------------------------
-
<td style="border:1px solid black;" align="center"  height ="45px" onMouseOver="this.bgColor='#d3d3d3'" onMouseOut="this.bgColor='#e7e7e7'" bgColor=#e7e7e7>
+
MAIN PAGE
-
<a href="https://2014.igem.org/Team:UTK-Knoxville/Parts"style="color:#000000"> Parts</a></td>
+
-->
-
<td style="border:1px solid black;" align="center" height ="45px" onMouseOver="this.bgColor='#d3d3d3'" onMouseOut="this.bgColor='#e7e7e7'" bgColor=#e7e7e7>
+
<style>
-
<a href="https://2014.igem.org/Team:UTK-Knoxville/Modeling"style="color:#000000"> Modeling</a></td>
+
-
<td style="border:1px solid black;" align="center" height ="45px" onMouseOver="this.bgColor='#d3d3d3'" onMouseOut="this.bgColor='#e7e7e7'" bgColor=#e7e7e7> 
+
.page{
-
<a href="https://2014.igem.org/Team:UTK-Knoxville/Notebook"style="color:#000000"> Notebook</a></td>
+
width:100%;
 +
font-family: Verdana, sans-serif;
 +
margin-left:auto;
 +
margin-right:auto;
 +
background-color:white;
 +
}
 +
.page p{
 +
padding-left:5px;
 +
padding-right:5px;
 +
margin-left:20px;
 +
margin-right:20px;
 +
}
 +
.page h1 {
 +
padding-left:5px;
 +
padding-right:5px;
 +
margin-left:20px;
 +
margin-right:20px;
 +
}
 +
.page #rfp img{
 +
padding-right:20px;
 +
}
-
<td style="border:1px solid black;" align="center"  height ="45px" onMouseOver="this.bgColor='#d3d3d3'" onMouseOut="this.bgColor='#e7e7e7'" bgColor=#e7e7e7>
+
.page img#UTK{
-
<a href="https://2014.igem.org/Team:UTK-Knoxville/Safety"style=" color:#000000"> Safety </a></td>
+
    display:block;
 +
    margin-left:auto;
 +
    margin-right:auto;
 +
    width:500px;
 +
    height:200px;
 +
   
 +
   
 +
 +
}
-
<td style="border:1px solid black;" align="center"  height ="45px" onMouseOver="this.bgColor='#d3d3d3'" onMouseOut="this.bgColor='#e7e7e7'" bgColor=#e7e7e7>  
+
</style>
-
<a href="https://2014.igem.org/Team:UTK-Knoxville/Attributions"style="color:#000000"> Attributions </a></td>
+
<br>
 +
<div class="page">
-
<td align ="center"> <a href="https://2014.igem.org/Main_Page"> <img src="https://static.igem.org/mediawiki/igem.org/6/60/Igemlogo_300px.png" width="55px"></a> </td>
+
<h1>Abstract</h1>
-
</tr>
+
<!--<hr>-->
-
</table>
+
<img id="RFP" src="https://static.igem.org/mediawiki/2014/f/f6/Rfp-ecoli.png" align="right" />
-
 
+
<p>&nbsp;&nbsp;A major problem in modern biology is a lack of well understood microbial sensors and one limitation in
-
<!--end navigation menu -->
+
metabolic engineering is an inability to control dynamic cell metabolism. Our project provides a solution
-
</tr>
+
to both problems with synthetic biology via a synthetic sensing scaffold. There are no standardized
-
 
+
platforms for sensor characterization today, and as synthetic biology grows, so does the need to develop
-
 
+
standards for the creation of genetic construct. The completion of this project provides a high throughput
-
</tr>
+
method of developing a library of microbial sensors, a mechanism for controlling cell metabolism based on
-
+
environmental conditions, and a standardized platform for the design and characterization of synthetic sensing
-
 
+
circuits.<br><br>
-
 
+
&nbsp; &nbsp; &nbsp;This project aims to introduce a “plug-and-play” method for sensing circuits, and to provide a protocol for
-
 
+
characterizing novel sensors. A two-plasmid system, with a sensor and reporter, is employed in our standard.
-
 
+
The sensor is created by generating a chimera between a sensing gene and a histidine kinase, which activates a  
-
</td>
+
transcriptional regulation protein. This protein controls the activity of the reporter. This upregulated reporter
-
 
+
with a fluorescent protein will respond by fluorescing in the presence of our target due to sensor activity.<br><br>  
-
<tr> <td colspan="3"  height="15px"> </td></tr>
+
&nbsp;&nbsp;&nbsp;A wide range of sensing domains can be used and characterized in this manner, making this system highly modular.  
-
<tr><td bgColor="#e7e7e7" colspan="3" height="1px"> </tr>
+
This modularity leads to high throughput sensor characterization, which can be used with both known and unknown sensing domains.
-
<tr> <td colspan="3"  height="5px"> </td></tr>
+
A successful biosensor circuit platform helps bridge the gap in today’s protocols, modeling the work that should
-
 
+
be done in all aspects of the field of synthetic biology, not only in biosensor construction.</p>
-
 
+
<br>
-
<!--requirements section -->
+
-
<tr><td colspan="3"> <h3> Requirements </h3></td></tr>
+
-
<tr>
+
-
<td width="45%"  valign="top">
+
-
 
+
-
<p> Please be sure to keep these links, your audience will want to find your: </p>
+
-
 
+
-
<!-- Links to other team pages -->
+
-
<ul>
+
-
<li><a href="https://2014.igem.org/Team:UTK-Knoxville">Home</a> </li>
+
-
<li><a href="https://2014.igem.org/Team:UTK-Knoxville/Team">Team</a> </li>
+
-
<li><a href="https://igem.org/Team.cgi?year=2013&team_name=UTK-Knoxville">Official Team Profile</a> </li>
+
-
<li><a href="https://2014.igem.org/Team:UTK-Knoxville/Project">Project</a> </li>
+
-
<li><a href="https://2014.igem.org/Team:UTK-Knoxville/Parts">Parts</a> </li>
+
-
<li><a href="https://2014.igem.org/Team:UTK-Knoxville/Modeling">Modeling</a> </li>
+
-
<li><a href="https://2014.igem.org/Team:UTK-Knoxville/Notebook">Notebook</a> </li>
+
-
<li><a href="https://2014.igem.org/Team:UTK-Knoxville/Safety">Safety</a> </li>
+
-
<li><a href="https://2014.igem.org/Team:UTK-Knoxville/Attributions">Attributions</a> </li>
+
-
 
+
-
</ul>
+
-
 
+
-
</td>
+
-
 
+
-
<td > </td>
+
-
<td width="45%">
+
-
 
+
-
<p>There are a few wiki requirements teams must follow:</p>
+
-
<ul>
+
-
<li>All pages, images and files must be hosted on the <a href ="https://2014.igem.org/Special:Upload">  2014.igem.org server</a>. </li>
+
-
<li>All pages must be created under the team’s name space.</li>
+
-
<li>As part of your documentation, keep the links from the menu to the left. </li>
+
-
<li>Do not use flash in wiki code. </li>
+
-
<li>The <a href="https://static.igem.org/mediawiki/igem.org/6/60/Igemlogo_300px.png"> iGEM logo </a> should be placed on the upper part of every page and should link to <a href="https://2014.igem.org/Main_Page">2014.igem.org</a>.</li>
+
-
</ul>
+
-
<p>Visit the <a href="https://2014.igem.org/Wiki_How-To"> Wiki How To page </a> for a complete list of requirements, tips and other useful information. </p>
+
-
 
+
-
</td>
+
-
</tr>
+
-
 
+
-
<tr> <td colspan="3" height="15px"> </td></tr>
+
<img id="UTK"alt="UTK" src="https://static.igem.org/mediawiki/2014/8/88/UTK.png" />
-
<tr><td bgColor="#e7e7e7" colspan="3" height="1"> </tr>
+
-
<!--tips  -->
 
-
<tr><td colspan="3" > <h3> Tips  </h3></td></tr>
 
-
<tr>
 
-
<td width="45%" valign="top">
 
-
<p>We are currently working on providing teams with some easy to use design templates.
 
-
<br> In the meantime you can also view other team wikis for inspiration! Here are some very good examples</p>
 
-
<ul>
 
-
<li> <a href="https://2013.igem.org/Team:SDU-Denmark/"> 2013 SDU Denmark </a> </li>
 
-
<li> <a href="https://2013.igem.org/Team:SYSU-China">2013 SYSU China</a> </li>
 
-
<li> <a href="https://2013.igem.org/Team:Shenzhen_BGIC_ATCG"> 2013 Shenxhen BGIG ATCG </a></li>
 
-
<li> <a href="https://2013.igem.org/Team:Colombia_Uniandes">2013 Colombia Unianades </a></li>
 
-
<li> <a href="https://2013.igem.org/Team:Lethbridge">2013 Lethbridge</a></li>
 
-
</ul>
 
-
<p>For a full wiki list, you can visit <a href="https://igem.org/Team_Wikis?year=2013">iGEM 2013 web sites </a> and <a href="https://igem.org/Team_Wikis?year=2012">iGEM 2012 web sites</a>  lists. </p>
+
</div>
-
</td>
+
-
<td> </td>
+
<!-- end of page -->
-
<td width="45%">  
+
-
<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>
+
</body>
-
<ul>
+
</html>
-
<li>State your accomplishments! Tell people what you have achieved from the start. </li>
+
-
<li>Be clear about what you are doing and what you plan to do.</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="">iGEM 2013 calendar</a> </li>
+
-
<li>Have lots of fun! </li>
+
-
</ul>
+
-
</br>
+
-
</td>
+
-
</tr>
+
-
</table>
+

Latest revision as of 21:27, 15 July 2014


Abstract

  A major problem in modern biology is a lack of well understood microbial sensors and one limitation in metabolic engineering is an inability to control dynamic cell metabolism. Our project provides a solution to both problems with synthetic biology via a synthetic sensing scaffold. There are no standardized platforms for sensor characterization today, and as synthetic biology grows, so does the need to develop standards for the creation of genetic construct. The completion of this project provides a high throughput method of developing a library of microbial sensors, a mechanism for controlling cell metabolism based on environmental conditions, and a standardized platform for the design and characterization of synthetic sensing circuits.

     This project aims to introduce a “plug-and-play” method for sensing circuits, and to provide a protocol for characterizing novel sensors. A two-plasmid system, with a sensor and reporter, is employed in our standard. The sensor is created by generating a chimera between a sensing gene and a histidine kinase, which activates a transcriptional regulation protein. This protein controls the activity of the reporter. This upregulated reporter with a fluorescent protein will respond by fluorescing in the presence of our target due to sensor activity.

   A wide range of sensing domains can be used and characterized in this manner, making this system highly modular. This modularity leads to high throughput sensor characterization, which can be used with both known and unknown sensing domains. A successful biosensor circuit platform helps bridge the gap in today’s protocols, modeling the work that should be done in all aspects of the field of synthetic biology, not only in biosensor construction.


UTK