Difference between revisions of "Team:UC San Diego/Description"
(Prototype team page) |
|||
Line 1: | Line 1: | ||
− | |||
<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: 99.5%; | ||
+ | margin-left:auto; | ||
+ | margin-right:auto; | ||
+ | padding-top: -5px; | ||
+ | } | ||
− | + | /*left align Black Menu Bar */ | |
− | + | #top_menu_inside { | |
+ | margin-left: 20px; | ||
+ | } | ||
+ | </style> | ||
− | |||
− | |||
− | |||
− | < | + | <link rel="stylesheet" href="https://2015.igem.org/Team:UC_San_Diego/bootstrap.min.css?action=raw&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&ctype=text/css"> |
+ | <script src="https://2015.igem.org/Team:UC_San_Diego/modernizr-2.6.2.js?action=raw&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> | ||
+ | <!--[if lt IE 7]> | ||
+ | <p class="browsehappy">You are using an <strong>outdated</strong> browser. Please <a href="http://browsehappy.com/">upgrade your browser</a> to improve your experience.</p> | ||
+ | <![endif]--> | ||
+ | <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="index.html" class="navbar-brand">UCSD iGEM</a> | ||
+ | </div> | ||
− | < | + | <!-----------ALTERED |
− | < | + | <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="index.html" onClick="MyWindow=window.open('index.html','MyWindow'); return false;" class="navbar-brand scroll-top"><img src="images/logo.png" alt=“logo”>UCSD iGEM</a> | ||
+ | </div> | ||
− | + | ▼ | |
− | + | ----------------> | |
− | + | ||
− | + | ||
− | + | ||
− | </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="module.html">Module</a></li> | ||
+ | <li><a href="parts.html">Parts</a></li> | ||
+ | <li><a href="results.html">Results</a></li> | ||
+ | <li><a href="app.html">Applications</a></li> | ||
+ | <li><a href="safety.html">Safety</a></li> | ||
+ | </ul> | ||
+ | <li><a href="wetlab.html">Wet Lab <i class="fa fa-caret-down"></i></a> | ||
+ | <ul class="sub-menu"> | ||
+ | <li><a href="wetlab.html#protocols">Protocols</a></li> | ||
+ | <li><a href="wetlab.html#data">Data</a></li> | ||
+ | </ul> | ||
+ | <li><a href="modeling.html">Modeling <i class="fa fa-caret-down"></i></a> | ||
+ | <ul class="sub-menu"> | ||
+ | <li><a href="modeling.html#deterministic">Deterministic</a></li> | ||
+ | <li><a href="modeling.html#metacon">Metabolic Control</a></li> | ||
+ | </ul> | ||
+ | <li><a href="team.html">Team <i class="fa fa-caret-down"></i></a> | ||
+ | <ul class="sub-menu"> | ||
+ | <li><a href="attributions.html">Attributions</a></li> | ||
+ | </ul> | ||
+ | <li><a href="interlab.html">Interlab</a></li> | ||
+ | <li><a href="hprac.html">Human Practices <i class="fa fa-caret-down"></i></a> | ||
+ | <ul class="sub-menu"> | ||
+ | <li><a href="hprac.html#synbio">synbio.UCSD</a></li> | ||
+ | <li><a href="hprac.html#hs">High School</a></li> | ||
+ | </ul> | ||
+ | <li><a href="collab.html">Collaboration</a></li> | ||
+ | <li><a href="notebook.html">Notebook</a></li> | ||
+ | </ul> | ||
+ | </div> | ||
+ | </div> | ||
+ | <!--/.navbar-collapse--> | ||
+ | </div> | ||
+ | <!--/.container--> | ||
+ | </nav> | ||
+ | <!--/.navbar--> | ||
+ | </div> | ||
+ | <!--/.header--> | ||
+ | |||
+ | |||
+ | <div id="heading-pages"> | ||
+ | <div> | ||
+ | <img src="images/post-header.jpg" alt="post header"> | ||
+ | </div> | ||
+ | <div class="row"> | ||
+ | <div class="col-md-6 col-md-offset-3 col-xs-8 col-xs-offset-2"> | ||
+ | <h2>Abstract</h2> | ||
+ | <p>The lux system’s characteristic bioluminescent reaction has been the subject of intense research due to the potential of luciferase as a reporter. Compared to common fluorescent reporter systems, luciferase assays offer increased sensitivity and do not run the risk of inducing phototoxicity in the system being analyzed. As a result, they offer a powerful tool to researchers seeking to monitor a wide variety of biological processes. However, the environmental conditions, such as the amount of metabolites available, affects the bioluminescent reaction. Therefore, our objective is to modify the expression of the genes lux C, D, and E to determine the rate-limiting steps.</p> | ||
+ | |||
+ | <p>We will develop and assemble three plasmids that expressed the aforementioned genes in a 1:1:2 ratio.. The plasmid vectors will be inserted into Saccharomyces cerevisiae, and the variation in light yield will be measured. To further our findings, we will create an experimentally validated mathematical model that provides an in depth in silico analysis. With these results, we can optimize the pathway by controlling the expression of certain enzymes.</p> | ||
+ | |||
+ | </div> | ||
+ | </div> | ||
+ | </div> | ||
+ | |||
+ | |||
+ | |||
+ | |||
+ | <footer> | ||
+ | <div class="container"> | ||
+ | <div class="row"> | ||
+ | <div class="copyright-text"> | ||
+ | <p><font color=#728fce>Contact Us: ucsd.igem.2015@gmail.com</font></p> | ||
+ | </div> | ||
+ | </div> | ||
+ | <div class="col-md-12"> | ||
+ | <div class="third-arrow"> | ||
+ | <a href="#" class="scroll-link btn btn-dark" data-id="top"><i class="fa fa-angle-up"></i></a> | ||
+ | </div> | ||
+ | </div> | ||
+ | </div> | ||
+ | </footer> | ||
+ | |||
+ | <script src="js/vendor/jquery-1.11.1.min.js"></script> | ||
+ | <script src="js/vendor/bootstrap.min.js"></script> | ||
+ | <script src="js/main.js"></script> | ||
+ | </body> | ||
</html> | </html> |
Revision as of 20:01, 13 July 2015
Abstract
The lux system’s characteristic bioluminescent reaction has been the subject of intense research due to the potential of luciferase as a reporter. Compared to common fluorescent reporter systems, luciferase assays offer increased sensitivity and do not run the risk of inducing phototoxicity in the system being analyzed. As a result, they offer a powerful tool to researchers seeking to monitor a wide variety of biological processes. However, the environmental conditions, such as the amount of metabolites available, affects the bioluminescent reaction. Therefore, our objective is to modify the expression of the genes lux C, D, and E to determine the rate-limiting steps.
We will develop and assemble three plasmids that expressed the aforementioned genes in a 1:1:2 ratio.. The plasmid vectors will be inserted into Saccharomyces cerevisiae, and the variation in light yield will be measured. To further our findings, we will create an experimentally validated mathematical model that provides an in depth in silico analysis. With these results, we can optimize the pathway by controlling the expression of certain enzymes.