Difference between revisions of "Team:UC San Diego/Description"

Line 1: Line 1:
{{UC_San_Diego/Navbar}}
 
 
 
<html>
 
<html>
 +
    <head>
 +
        <meta charset="utf-8">
 +
        <meta http-equiv="X-UA-Compatible" content="IE=edge">
 +
        <title>Project</title>
 +
        <meta name="description" content="">
 +
        <meta name="viewport" content="width=device-width, initial-scale=1">
 +
 +
 +
<style type="text/css">
 +
 +
 +
/* WIKI SETTINGS*/
 +
 +
/* Hide first heading */
 +
.firstHeading {
 +
display: none;
 +
}
 +
 +
/*-- Remove borders, float content left and remove padding/margin */
 +
#globalWrapper, #content{
 +
background-color: transparent;
 +
border: 0px;
 +
float: center;
 +
                                width: 101%;
 +
margin-left: -3px;
 +
margin-top: -8px;
 +
padding: auto;
 +
padding-top: auto;
 +
}
 +
 +
/*left align Black Menu Bar */
 +
#top_menu_inside {
 +
margin-left: 0px;
 +
}
 +
</style>
 +
 +
 +
        <link rel="stylesheet" href="https://2015.igem.org/Team:UC_San_Diego/bootstrap.min.css?action=raw&amp;ctype=text/css">
 +
<link href="http://maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css" rel="stylesheet"> <!-- Font Awesome -->
 +
        <link rel="stylesheet" href="https://2015.igem.org/Team:UC_San_Diego/style.css?action=raw&amp;ctype=text/css">
 +
        <script src="https://2015.igem.org/Team:UC_San_Diego/modernizr-2.6.2.js?action=raw&amp;ctype=text/js"></script>
 +
 +
  <link rel="stylesheet" href="//code.jquery.com/ui/1.11.4/themes/smoothness/jquery-ui.css">
 +
  <script src="//code.jquery.com/jquery-1.10.2.js"></script>
 +
  <script src="//code.jquery.com/ui/1.11.4/jquery-ui.js"></script>
 +
  <style>
 +
  /* IE has layout issues when sorting (see #5413) */
 +
  .group { zoom: 1 }
 +
  </style>
 +
 +
 +
    </head>
 +
    <body>
 +
 +
    <div class="header" id="top">
 +
        <nav class="navbar navbar-inverse" role="navigation">
 +
          <div class="container">
 +
              <div class="navbar-header">
 +
                  <button type="button" id="nav-toggle" class="navbar-toggle" data-toggle="collapse" data-target="#main-nav">
 +
                    <span class="sr-only">Toggle navigation</span>
 +
                    <span class="icon-bar"></span>
 +
                    <span class="icon-bar"></span>
 +
                    <span class="icon-bar"></span>
 +
                  </button>
 +
                  <a href="https://2015.igem.org/Team:UC_San_Diego" class="navbar-brand">UCSD iGEM</a>
 +
              </div>
 +
 +
 +
              <!--/.navbar-header-->
 +
              <div id="main-nav" class="collapse navbar-collapse">
 +
                <ul class="nav navbar-nav navbar-right">
 +
                  <li><a href="#"><span>Project <i class="fa fa-caret-down"></i></span></a>
 +
                    <ul class="sub-menu">
 +
                      <li><a href="https://2015.igem.org/Team:UC_San_Diego/Module">Module</a></li>
 +
                      <li><a href="https://2015.igem.org/Team:UC_San_Diego/Parts">Parts</a></li>
 +
                      <li><a href="https://2015.igem.org/Team:UC_San_Diego/Results">Results</a></li>
 +
                      <li><a href="https://2015.igem.org/Team:UC_San_Diego/Applications">Applications</a></li>
 +
                      <li><a href="https://2015.igem.org/Team:UC_San_Diego/Safety">Safety</a></li>
 +
                    </ul>
 +
                  <li><a href="https://2015.igem.org/Team:UC_San_Diego/Wetlab">Wet Lab <i class="fa fa-caret-down"></i></a>
 +
                    <ul class="sub-menu">
 +
                      <li><a href="https://2015.igem.org/Team:UC_San_Diego/Wetlab#protocols">Protocols</a></li>
 +
                      <li><a href="https://2015.igem.org/Team:UC_San_Diego/Wetlab#data">Data</a></li>
 +
                    </ul>
 +
                  <li><a href="https://2015.igem.org/Team:UC_San_Diego/Modeling">Modeling <i class="fa fa-caret-down"></i></a>
 +
                    <ul class="sub-menu">
 +
                      <li><a href="https://2015.igem.org/Team:UC_San_Diego/Modeling#deterministic">Deterministic</a></li>
 +
                      <li><a href="https://2015.igem.org/Team:UC_San_Diego/Modeling#metacon">Metabolic Control</a></li>
 +
                    </ul>
 +
                  <li><a href="https://2015.igem.org/Team:UC_San_Diego/Team">Team <i class="fa fa-caret-down"></i></a>
 +
                    <ul class="sub-menu">
 +
                      <li><a href="https://2015.igem.org/Team:UC_San_Diego/Attributions">Attributions</a></li>
 +
                    </ul>
 +
                  <li><a href="https://2015.igem.org/Team:UC_San_Diego/Measurement">Interlab</a></li>
 +
                  <li><a href="https://2015.igem.org/Team:UC_San_Diego/Practices">Human Practices <i class="fa fa-caret-down"></i></a>
 +
                    <ul class="sub-menu">
 +
                      <li><a href="https://2015.igem.org/Team:UC_San_Diego/Practices#synbio">synbio.UCSD</a></li>
 +
                      <li><a href="https://2015.igem.org/Team:UC_San_Diego/Practices#hs">High School</a></li>
 +
                    </ul>
 +
                  <li><a href="https://2015.igem.org/Team:UC_San_Diego/Collaboration">Collaboration</a></li>
 +
                  <li><a href="https://2015.igem.org/Team:UC_San_Diego/Notebook">Notebook</a></li>
 +
                </ul>
 +
              </div>
 +
              </div>
 +
              <!--/.navbar-collapse-->
 +
      </div>
 +
      <!--/.container-->
 +
      </nav>
 +
          <!--/.navbar-->
 +
    </div>
 +
    <!--/.header-->
 +
 +
 
       <div id="heading-pages">
 
       <div id="heading-pages">
 
           <div>
 
           <div>

Revision as of 23:34, 14 July 2015

Project

post header

Project Description

Uses of Luciferase

The lux system’s bioluminescent reaction has been the subject of intense research. It is most often used as a reporter for gene expression and for tracking animal cells in vivo, and has more recently been utilized in synthetic biology for biosensor construction. As a result, it offers a powerful tool to researchers seeking to monitor a wide variety of biological and chemical processes.

About the Lux System

The luminescent output of the lux system is jointly controlled by the activity of luciferase and a substrate-producing enzymatic complex. Firefly luminescence is the most well-known example of this type of reaction, but bioluminescent reactions also occur in beetles, marine bacteria, and other organisms. Between species, these reactions differ mechanistically and involve structurally distinct substrates and enzymes. We are studying the bacterial lux system, in which an enzyme complex converts fatty acids into an aldehyde. Catalyzed by luciferase, these aldehydes then react with FMNH2 and oxygen, emitting a photon and producing a fatty acid, FMN, and water. FMNH2 is then regenerated by a flavin reductase, allowing for continuous light production with oxygen input.

Our Approach

Using existing approaches, mathematical models are limited in how they can predict and optimize metabolic pathways. We will be expressing several permutations of the bacterial lux system to empirically determine its rate limiting steps by measuring the resulting light production. The identification of rate-limiting steps will then allow us to optimize the pathway. With these findings, an improved and experimentally validated mathematical model of the pathway will be constructed. By strategically altering biosynthetic gene expression, we will gain both a generalizable method to rapidly optimize metabolic pathways and a means to tailor the reporter/sensor to better suit our needs (i.e. make it brighter).