|
|
Line 2: |
Line 2: |
| <html> | | <html> |
| <head> | | <head> |
− | <meta charset="utf-8">
| + | <meta charset="utf-8"> |
− | <meta name="viewport" content="width=device-width, initial-scale=1">
| + | <meta name="viewport" content="width=device-width, initial-scale=1"> |
− | <link rel="stylesheet" href="https://2018.igem.org/Template:Virginia/css/vendor?action=raw&ctype=text/css">
| + | <link rel="stylesheet" href="dist/css/vendor.css"> |
− | <script src="https://2018.igem.org/Template:Virginia/js/vendor?action=raw&ctype=text/javascript"></script>
| + | <script src="dist/js/vendor.js"></script> |
− | <!-- Our stylesheet must come after the Bootstrap stylesheet in order for our overrides to apply.-->
| + | <!-- Our stylesheet must come after the Bootstrap stylesheet in order for our overrides to apply.--> |
− | <!--link rel="stylesheet" href="css/styles.css"-->
| + | <!--link rel="stylesheet" href="css/styles.css"--> |
− | <link rel="stylesheet" href="https://2018.igem.org/Template:Virginia/css/index?action=raw&ctype=text/css">
| + | <link rel="stylesheet" href="css/index.css"> |
− | <!--<script src="js/wiki.js"></script>-->
| + | <!--<script src="js/wiki.js"></script>--> |
− | <!--script>
| + | <!--script> |
− | $(function() {
| + | $(function() { |
− | $('#header').load('./templates/header.html');
| + | $('#header').load('./templates/header.html'); |
− | $('#footer').load('./templates/footer.html');
| + | $('#footer').load('./templates/footer.html'); |
− | });
| + | }); |
− | </script-->
| + | </script--> |
| </head> | | </head> |
| + | |
| + | <!-- NAVIGATION BAR --> |
| | | |
| <body> | | <body> |
| <header> | | <header> |
− | <div class="row"> | + | <nav role="navigation"> |
− | <h1>[Insert winning/catchy name here!]</h1>
| + | <ul> |
− | </div>
| + | <li> |
− | | + | <a class="internal" href="index.html"> |
− | <br>
| + | <img src="images/Wireframe_Logo_Light.png" alt="UVA logo"></img> Hivemind - Home |
− | | + | </a> |
− | <ul class="nav">
| + | </li> |
− | <li>
| + | <li> |
− | <a class="internal" href="https://2018.igem.org/Team:Virginia/Team:Virginia">Home</a>
| + | <a href="#">Team</a> |
− | </li>
| + | <ul> |
− | <li class="dropdown">
| + | <li><a class="internal" href="Team.html">Team Members</a></li> |
− | <a class="dropdown-toggle" data-toggle="dropdown" href="#">Team<span class="caret"></span></a>
| + | <li><a class="internal" href="Collaborations.html">Collaborations</a></li> |
− | <ul class="dropdown-menu">
| + | </ul> |
− | <li><a class="internal" href="https://2018.igem.org/Team:Virginia/Team">Team Members</a></li>
| + | </li> |
− | <li><a class="internal" href="https://2018.igem.org/Team:Virginia/Collaborations">Collaborations</a></li>
| + | <li> |
− | </ul>
| + | <a href="#">Project</a> |
− | </li>
| + | <ul> |
− | <li class="dropdown">
| + | <li><a class="internal" href="Description.html">Description</a></li> |
− | <a class="dropdown-toggle" data-toggle="dropdown" href="#">Project<span class="caret"></span></a>
| + | <li><a class="internal" href="Design.html">Design</a></li> |
− | <ul class="dropdown-menu">
| + | <li><a class="internal" href="Experiments.html">Experiments</a></li> |
− | <li><a class="internal" href="https://2018.igem.org/Team:Virginia/Description">Description</a></li>
| + | <li><a class="internal" href="Notebook.html">Notebook</a></li> |
− | <li><a class="internal" href="https://2018.igem.org/Team:Virginia/Design">Design</a></li>
| + | <li><a class="internal" href="InterLab.html">InterLab</a></li> |
− | <li><a class="internal" href="https://2018.igem.org/Team:Virginia/Experiments">Experiments</a></li>
| + | <li><a class="internal" href="Model.html">Model</a></li> |
− | <li><a class="internal" href="https://2018.igem.org/Team:Virginia/Notebook">Notebook</a></li>
| + | <li><a class="internal" href="Results.html">Results</a></li> |
− | <li><a class="internal" href="https://2018.igem.org/Team:Virginia/InterLab">InterLab</a></li>
| + | <li><a class="internal" href="Demonstrate.html">Demonstrate</a></li> |
− | <li><a class="internal" href="https://2018.igem.org/Team:Virginia/Model">Model</a></li>
| + | <li><a class="internal" href="Improve.html">Improve</a></li> |
− | <li><a class="internal" href="https://2018.igem.org/Team:Virginia/Results">Results</a></li>
| + | <li><a class="internal" href="Attributions.html">Attributions</a></li> |
− | <li><a class="internal" href="https://2018.igem.org/Team:Virginia/Demonstrate">Demonstrate</a></li>
| + | </ul> |
− | <li><a class="internal" href="https://2018.igem.org/Team:Virginia/Improve">Improve</a></li>
| + | </li> |
− | <li><a class="internal" href="https://2018.igem.org/Team:Virginia/Attributions">Attributions</a></li>
| + | <li> |
− | </ul>
| + | <a href="#">Parts</a> |
− | </li>
| + | <ul> |
− | <li class="dropdown">
| + | <li><a class="internal" href="Parts.html">Parts Overview</a></li> |
− | <a class="dropdown-toggle" data-toggle="dropdown" href="#">Parts<span class="caret"></span></a>
| + | <li><a class="internal" href="Basic_Part.html">Basic Parts</a></li> |
− | <ul class="dropdown-menu">
| + | <li><a class="internal" href="Composite_Part.html">Composite Parts</a></li> |
− | <li><a class="internal" href="https://2018.igem.org/Team:Virginia/Parts">Parts Overview</a></li>
| + | <li><a class="internal" href="Part_Collection.html">Part Collection</a></li> |
− | <li><a class="internal" href="https://2018.igem.org/Team:Virginia/Basic_Part">Basic Parts</a></li>
| + | </ul> |
− | <li><a class="internal" href="https://2018.igem.org/Team:Virginia/Composite_Part">Composite Parts</a></li>
| + | </li> |
− | <li><a class="internal" href="https://2018.igem.org/Team:Virginia/Part_Collection">Part Collection</a></li>
| + | <li> |
− | </ul>
| + | <a class="internal" href="Safety.html">Safety</a> |
− | </li>
| + | </li> |
− | <li>
| + | <li> |
− | <a class="internal" href="https://2018.igem.org/Team:Virginia/Team:Virginia">
| + | <a href="#">Human Practices</a> |
− | <img class="img-responsive center-block" src="https://static.igem.org/mediawiki/2018/a/a1/T--Virginia--2018_Wireframe_Logo_Light.png" alt="UVA logo" width="80%">
| + | <ul> |
− | </a> | + | <li><a class="internal" href="Human_Practices.html">Human Practices</a></li> |
− | </li>
| + | <li><a class="internal" href="Public_Engagement.html">Public Engagement</a></li> |
− | <li>
| + | </ul> |
− | <a class="internal" href="https://2018.igem.org/Team:Virginia/Safety">Safety</a> | + | </li> |
− | </li>
| + | <li> |
− | <li class="dropdown">
| + | <a href="#">Awards</a> |
− | <a class="dropdown-toggle" data-toggle="dropdown" href="#">Human Practices<span class="caret"></span></a>
| + | <ul> |
− | <ul class="dropdown-menu">
| + | <li><a class="internal" href="Applied_Design.html">Applied Design</a></li> |
− | <li><a class="internal" href="https://2018.igem.org/Team:Virginia/Human_Practices">Human Practices</a></li>
| + | <li><a class="internal" href="Entrepreneurship.html">Entrepreneurship</a></li> |
− | <li><a class="internal" href="https://2018.igem.org/Team:Virginia/Public_Engagement">Public Engagement</a></li>
| + | <li><a class="internal" href="Hardware.html">Hardware</a></li> |
− | </ul>
| + | <li><a class="internal" href="Measurement.html">Measurement</a></li> |
− | </li>
| + | <li><a class="internal" href="Model.html">Model</a></li> |
− | <li class="dropdown">
| + | <li><a class="internal" href="Plant.html">Plant</a></li> |
− | <a class="dropdown-toggle" data-toggle="dropdown" href="#">Awards<span class="caret"></span></a>
| + | <li><a class="internal" href="Software.html">Software</a></li> |
− | <ul class="dropdown-menu">
| + | </ul> |
− | <li><a class="internal" href="https://2018.igem.org/Team:Virginia/Applied_Design">Applied Design</a></li>
| + | </li> |
− | <li><a class="internal" href="https://2018.igem.org/Team:Virginia/Entrepreneurship">Entrepreneurship</a></li>
| + | <li> |
− | <li><a class="internal" href="https://2018.igem.org/Team:Virginia/Hardware">Hardware</a></li>
| + | <a href="https://igem.org/2018_Judging_Form?team=Virginia.html">Judging Form ⇗</a> |
− | <li><a class="internal" href="https://2018.igem.org/Team:Virginia/Measurement">Measurement</a></li>
| + | </li> |
− | <li><a class="internal" href="https://2018.igem.org/Team:Virginia/Model">Model</a></li>
| + | </ul> |
− | <li><a class="internal" href="https://2018.igem.org/Team:Virginia/Plant">Plant</a></li>
| + | </nav> |
− | <li><a class="internal" href="https://2018.igem.org/Team:Virginia/Software">Software</a></li>
| + | |
− | </ul>
| + | |
− | </li>
| + | |
− | <li>
| + | |
− | <a href="https://igem.org/2018_Judging_Form?team=Virginia.html">Judging Form ⇗</a>
| + | |
− | </li>
| + | |
− | </ul>
| + | |
| </header> | | </header> |
| | | |
| + | <div class="content"> |
| + | <!--Images--> |
| + | <div class="text"> |
| + | <h1> Project Description</h1> |
| + | <p>Heterogeneity of cell populations caused by quorum sensing leads to variability in gene expression that is hard to predict. During biomanufacturing, elevating protein expression will lead to gain of profit. Decreasing protein expression can also be beneficial in situations where undesirable biofilms may form on medical equipment or controlling virulence in bacteria. We will modify the existing bacteria Autoinducer-2 (AI-2) quorum sensing system by upregulating AI-2 synthesis and excretion coupled with AI-2 uptake and phosphorylation after the initial AI-2 threshold concentrations have been reached to reduce variability in induced gene expression. A model is used to predict the impacts of manipulating the expression of quorum sensing genes and guide design and experimentation. DNA assembly of a Biobrick containing pLsr, T7RPol, LsrK, LsrACDB, LuxS, YdgG, and superfolding Green Fluorescent Protein (sfGFP) enables the quantification of what percent of cells are expressing the synthetic plasmid and their levels of protein production. This device will improve the viability of autoinduction as an induction method in industries such as biomanufacturing by decreasing the variability of a cell phenotypes within a single culture to reduce costs leading to an increase in profits.</p> |
| + | </div> |
| <div class="interactive"> | | <div class="interactive"> |
− | <p>Placeholder for interactive element</p>
| + | <div class="petri-dish"> |
| + | |
| + | </div> |
| + | <!--Content and text--> |
| </div> | | </div> |
| + | </div> |
| | | |
− | <div class="content">
| + | <div class="category-gallery"> |
− | <h3>[Insert winning/catchy name here]</h3>
| + | <div> |
− | <p><em>Improving yields through quorum sensing</em></p>
| + | <a class="internal" href="Team.html"> |
− | <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.</p>
| + | <img src="images/vgem-logo.png" alt="Team"> |
− | <br>
| + | <p><strong>Team</strong></p> |
− | <!--Published images should be square, to maintain consistency, keeps it as a circle-->
| + | </a> |
− | <!--I cropped some pictures and then added the corresponding links to the wiki-->
| + | </div> |
− | <div class="category-gallery">
| + | <div> |
− | <div>
| + | <a class="internal" href="Description.html"> |
− | <a class="internal" href="https://2018.igem.org/Team:Virginia/Team">
| + | <img src="images/vgem-logo.png" alt="Project"> |
− | <p><strong>Team</strong></p>
| + | <p><strong>Project</strong></p> |
− | <img class="category" src="https://static.igem.org/mediawiki/2018/1/13/T--Virginia--2018_vgem-logo.png" alt="Team">
| + | </a> |
− | </a>
| + | </div> |
− | </div>
| + | <div> |
− | <div>
| + | <a class="internal" href="Parts.html"> |
− | <a class="internal" href="https://2018.igem.org/Team:Virginia/Description">
| + | <img src="images/vgem-logo.png" alt="Parts"> |
− | <p><strong>Project</strong></p>
| + | <p><strong>Parts</strong></p> |
− | <img class="category" src="https://static.igem.org/mediawiki/2018/2/26/T--Virginia--2018_lab-project.jpg" alt="Project">
| + | </a> |
− | </a>
| + | </div> |
− | </div>
| + | <div> |
− | <div>
| + | <a class="internal" href="Safety.html"> |
− | <a class="internal" href="https://2018.igem.org/Team:Virginia/Parts">
| + | <img src="images/vgem-logo.png" alt="Safety"> |
− | <p><strong>Parts</strong></p>
| + | <div class="safety"> |
− | <img class="category" src="https://static.igem.org/mediawiki/2018/1/13/T--Virginia--2018_vgem-logo.png" alt="Parts">
| + | <p><strong>Safety</strong></p> |
− | </a>
| + | |
− | </div>
| + | |
− | <div>
| + | |
− | <a class="internal" href="https://2018.igem.org/Team:Virginia/Safety">
| + | |
− | <p><strong>Safety</strong></p>
| + | |
− | <img class="category" src="https://static.igem.org/mediawiki/2018/1/13/T--Virginia--2018_vgem-logo.png" alt="Safety">
| + | |
− | </a>
| + | |
− | </div>
| + | |
− | <div>
| + | |
− | <a class="internal" href="https://2018.igem.org/Team:Virginia/Human_Practices">
| + | |
− | <p><strong>Human Practices</strong></p>
| + | |
− | <img class="category" src="https://static.igem.org/mediawiki/2018/1/13/T--Virginia--2018_vgem-logo.png" alt="Human Practices">
| + | |
− | </a>
| + | |
− | </div>
| + | |
− | <div>
| + | |
− | <a class="internal" href="https://2018.igem.org/Team:Virginia/Awards">
| + | |
− | <p><strong>Awards</strong></p>
| + | |
− | <img class="category" src="https://static.igem.org/mediawiki/2018/1/13/T--Virginia--2018_vgem-logo.png" alt="Awards">
| + | |
− | </a>
| + | |
− | </div>
| + | |
| </div> | | </div> |
| + | </a> |
| </div> | | </div> |
| + | <div> |
| + | <a class="internal" href="Human_Practices.html"> |
| + | <img src="images/vgem-logo.png" alt="Human Practices"> |
| + | <p><strong>Human Practices</strong></p> |
| + | </a> |
| + | </div> |
| + | <div> |
| + | <a class="internal" href="Awards.html"> |
| + | <img src="images/vgem-logo.png" alt="Awards"> |
| + | <p><strong>Awards</strong></p> |
| + | </a> |
| + | </div> |
| + | </div> |
| | | |
− | <footer>
| + | <footer> |
− | <div>
| + | <div class="footer-name"> |
− | <h3>Virginia iGEM 2018</h3>
| + | <h3>Virginia iGEM 2018</h3> |
− | </div>
| + | </div> |
− | <div>
| + | <div class="scroll-up"> |
− | <a class="up-arrow" href="#top">
| + | <a href="#top"> |
− | <span class="glyphicon glyphicon-chevron-up"></span>
| + | <h3>▲ To top</h3> |
− | <h4>To top</h4>
| + | </a> |
− | </a>
| + | </div> |
− | </div>
| + | <div class="footer-logo"> |
− | <div>
| + | <img class="logo" src="images/Wireframe_Logo_Light.png" alt="Virginia iGEM Logo"> |
− | <img class="text-right img-responsive" style="max-width:20%" align="right" src="https://static.igem.org/mediawiki/2018/a/a1/T--Virginia--2018_Wireframe_Logo_Light.png" alt="Virginia iGEM Logo">
| + | </div> |
− | </div>
| + | </footer> |
− | </footer>
| + | |
| </body> | | </body> |
| </html> | | </html> |