Team:UGA-Georgia

From 2014.igem.org

(Difference between revisions)
 
(101 intermediate revisions not shown)
Line 2: Line 2:
-
<html >
+
<html>
 +
 
 +
 
 +
<style>
 +
#contentSub, #footer-box, #catlinks, #search-controls, #p-logo, .printfooter, .firstHeading,.visualClear {display: none;} /*-- hides default wiki settings --*/
 +
 
 +
 
 +
    <style>
 +
    #sddm
 +
{ margin: 0;
 +
padding: 0;
 +
z-index: 30}
 +
 
 +
#sddm li
 +
{ margin: 0;
 +
padding: 0;
 +
list-style: none;
 +
float: left;
 +
font: bold 11px arial}
 +
 
 +
#sddm li a
 +
{ display: block;
 +
margin: 0 1px 0 0;
 +
padding: 4px 10px;
 +
width: 60px;
 +
background: #5970B2;
 +
color: #FFF;
 +
text-align: center;
 +
text-decoration: none}
 +
 
 +
#sddm li a:hover
 +
{ background: #49A3FF}
 +
 
 +
#sddm div
 +
{ position: absolute;
 +
visibility: hidden;
 +
margin: 0;
 +
padding: 0;
 +
background:  #EAEBD8;
 +
border: 1px solid #5970B2}
 +
 
 +
#sddm div a
 +
{ position: relative;
 +
display: block;
 +
margin: 0;
 +
padding: 5px 84px;
 +
width: auto;
 +
white-space: nowrap;
 +
text-align: left;
 +
text-decoration: none;
 +
background: #FEE5AD;
 +
color: #000000;
 +
font: 15px arial}
 +
 
 +
#sddm div a:hover
 +
{ background: #49A3FF;
 +
color: #FFF}
 +
</style>
 +
 
 +
<html>
 +
<head>
 +
<style>
 +
body {
 +
  background-color:white;
 +
background-image: linear-gradient(90deg, rgba(200,0,0,.5) 50%, transparent 50%),
 +
linear-gradient(rgba(200,0,0,.5) 50%, transparent 50%);
 +
background-size:50px 50px;
 +
</style>
 +
</head>
 +
<body>
 +
 
 +
<script>
 +
      var timeout = 500;
 +
      var closetimer = 0;
 +
      var ddmenuitem = 0;
 +
 
 +
// open hidden layer
 +
      function mopen(id)
 +
      {
 +
    // cancel close timer
 +
    mcancelclosetime();
 +
    // close old layer
 +
    if(ddmenuitem) ddmenuitem.style.visibility = 'hidden';
 +
    // get new layer and show it
 +
    ddmenuitem = document.getElementById(id);
 +
    ddmenuitem.style.visibility = 'visible';
 +
    }
 +
// close showed layer
 +
      function mclose()
 +
      {
 +
    if(ddmenuitem) ddmenuitem.style.visibility = 'hidden';
 +
      }
 +
 
 +
// go close timer
 +
      function mclosetime()
 +
      {
 +
  closetimer = window.setTimeout(mclose, timeout);
 +
      }
 +
 
 +
// cancel close timer
 +
      function mcancelclosetime()
 +
      {
 +
  if(closetimer)
 +
  {
 +
window.clearTimeout(closetimer);
 +
closetimer = null;
 +
  }
 +
}
 +
 
 +
// close layer when click-out
 +
    document.onclick = mclose;
 +
    </script>
<style>
<style>
img.center {
img.center {
Line 11: Line 122:
</style>
</style>
<!--main content -->
<!--main content -->
-
<table width="90%" align="center" bgcolor="#E6E6FA">
+
<table width="70%" align="center" bgcolor="#FF9999">
 +
 
 +
 
 +
 
 +
 
<!--navigation menu -->
<!--navigation menu -->
 +
<td align="center" colspan="3">
<td align="center" colspan="3">
-
<table  width="100%" >
+
<table  width="100%" id="sddm">
<tr heigth="15px"></tr>
<tr heigth="15px"></tr>
<tr heigth="75px">  
<tr heigth="75px">  
 +
<div id="banner"><img id="idSelector" src="https://static.igem.org/mediawiki/2014/f/fa/Bannerugafinal.png" width="100%" height="100" align="center"></div> 
 +
<td style="border:1px #fff;" align="center" height ="45px"  width="250" onMouseOver="this.bgColor='#FF000'" onMouseOut="this.bgColor='#FEE5AD'" bgColor=#FEE5AD> 
 +
<a href="https://2014.igem.org/Team:UGA-Georgia" ><p style="font-family: Basic L"><font size="2">HOME</font></p> </a> </td>
-
<td style="border:1px #fff;" align="center" height ="45px" onMouseOver="this.bgColor='#ffffff'" onMouseOut="this.bgColor='#ffffff'" bgColor=#ffffff>   
+
<td style="border:1px #fff" align="center" height ="45px" width="250" onMouseOver="this.bgColor='#FF000'" onMouseOut="this.bgColor='#FEE5AD'" bgColor=#FEE5AD>   
-
<a href="https://2014.igem.org/Team:UGA-Georgia"style="color:#000000"><p style="font-family: Basic L"><font size="2">HOME</font></p> </a> </td>
+
<a href="#" onmouseover="mopen('m1')"
 +
        onmouseout="mclosetime()" style="color:#000000" onMouseOver="this.bgColor='#FF000'" onMouseOut="this.bgColor='#FEE5AD'" bgColor=#FEE5AD><p style="font-family: Basic L"><font size="2"><b>PROJECT</b></font></p></a>
 +
        <div id="m1"
 +
            onmouseover="mcancelclosetime()"
 +
            onmouseout="mclosetime()">
 +
        <a href="https://2014.igem.org/Team:UGA-Georgia/Overview">Overview</a>
 +
        <a href="https://2014.igem.org/Team:UGA-Georgia/Geraniol">Geraniol</a>
 +
        <a href="https://2014.igem.org/Team:UGA-Georgia/Modeling">Modeling</a>
 +
        <a href="https://2014.igem.org/Team:UGA-Georgia/RBS">RBS Library</a>
 +
        <a href="https://2014.igem.org/Team:UGA-Georgia/Parts">Parts</a>
 +
        </div></td>
-
<td style="border:1px #fff;" align="center" height ="45px" onMouseOver="this.bgColor='#ffffff'" onMouseOut="this.bgColor='#ffffff'" bgColor=#ffffff>  
+
<td style="border:1px #fff;" align="center" height ="45px" width="250" onMouseOver="this.bgColor='#FF000'" onMouseOut="this.bgColor='#FEE5AD'" bgColor=#FEE5AD>
-
<a href="https://2014.igem.org/Team:UGA-Georgia/Team"style="color:#000000"><p style="font-family: Basic L"><font size="2"><b>TEAM</b></font></p> </a> </td>
+
<a href="#" onmouseover="mopen('m3')"
 +
        onmouseout="mclosetime()" style="color:#000000"><p style="font-family: Basic L"><font size="2"><b>WET LAB</b></font></p></a>
 +
                <div id="m3"
 +
            onmouseover="mcancelclosetime()"
 +
            onmouseout="mclosetime()">
 +
        <a href="https://2014.igem.org/Team:UGA-Georgia/Safety">Safety</a>
 +
        <a href="https://2014.igem.org/Team:UGA-Georgia/Notebook">Notebook</a>
 +
        <a href="https://2014.igem.org/Team:UGA-Georgia/Protocols">Protocols</a>
 +
        </div></td>
-
<td style="border:1px #fff;" align="center" height ="45px" onMouseOver="this.bgColor='#ffffff'" onMouseOut="this.bgColor='#ffffff'" bgColor=#ffffff>  
+
<td style="border:1px #fff;" align="center" height ="45px" width="250" onMouseOver="this.bgColor='#FF000'" onMouseOut="this.bgColor='#FEE5AD'" bgColor=#FEE5AD>
-
<a href="https://igem.org/Team.cgi?year=2014&team_name=UGA-Georgia"style="color:#000000"><p style="font-family: Basic L"><font size="2"><b>OFFICIAL TEAM PROFILE</b></font></p> </a></td>
+
<a href="#" onmouseover="mopen('m4')"
 +
        onmouseout="mclosetime()" style="color:#000000"><p style="font-family: Basic L"><font size="2"><b>HUMAN PRACTICES</b></font></p></a>
 +
                <div id="m4"
 +
            onmouseover="mcancelclosetime()"
 +
            onmouseout="mclosetime()">
 +
        <a href="https://2014.igem.org/Team:UGA-Georgia/Outreach">Outreach</a>
 +
        <a href="https://2014.igem.org/Team:UGA-Georgia/Seminars">Seminars</a>
 +
        </div></td>
-
<td style="border:1px #fff" align="center"  height ="45px" onMouseOver="this.bgColor='#ffffff'" onMouseOut="this.bgColor='#ffffff'" bgColor=#ffffff>
+
<td style="border:1px #fff;" align="center"  height ="45px" width="250" onMouseOver="this.bgColor='#FF000'" onMouseOut="this.bgColor='#FEE5AD'" bgColor=#FEE5AD>  
-
<a href="https://2014.igem.org/Team:UGA-Georgia/Project"style="color:#000000"><p style="font-family: Basic L"><font size="2"><b>PROJECT</b></font></p></a></td>
+
<a href="#" onmouseover="mopen('m2')"
 +
        onmouseout="mclosetime()" style="color:#000000"><p style="font-family: Basic L"><font size="2"><b>TEAM</b></font></p></a>
 +
                <div id="m2"
 +
            onmouseover="mcancelclosetime()"
 +
            onmouseout="mclosetime()">
 +
        <a href="https://igem.org/Team.cgi?id=1383">Official Team Profile</a>
 +
        <a href="https://2014.igem.org/Team:UGA-Georgia/Team">Members</a>
 +
        <a href="https://2014.igem.org/Team:UGA-Georgia/Attributions">Attributions</a>
 +
       
 +
        </div></td>
-
<td style="border:1px #fff;" align="center" height ="45px" onMouseOver="this.bgColor='#ffffff'" onMouseOut="this.bgColor='#ffffff'" bgColor=#ffffff>  
+
<td align ="center"> <a href="https://2014.igem.org/Main_Page"> <img src="https://static.igem.org/mediawiki/2014/d/d2/UGA-iGEM_Logo.jpg" width="55px"></a> </td>
-
<a href="https://2014.igem.org/Team:UGA-Georgia/Parts"style="color:#000000"><p style="font-family: Basic L"><font size="2"><b>PARTS</b></font></p></a></td>
+
</tr>
 +
</table>
-
<td style="border:1px #fff;" align="center" height ="45px" onMouseOver="this.bgColor='#ffffff'" onMouseOut="this.bgColor='#ffffff'" bgColor=#ffffff>
+
<!--end navigation menu -->
-
<a href="https://2014.igem.org/Team:UGA-Georgia/Modeling"style="color:#000000"><p style="font-family: Basic L"><font size="2"><b>MODELING</b></font></p></a></td>
+
-
<td style="border:1px #fff;" align="center" height ="45px" onMouseOver="this.bgColor='#ffffff'" onMouseOut="this.bgColor='#ffffff'" bgColor=#ffffff> 
 
-
<a href="https://2014.igem.org/Team:UGA-Georgia/Notebook"style="color:#000000"><p style="font-family: Basic L"><font size="2"><b>NOTEBOOK</b></font></p></a></td>
 
-
<td style="border:1px #fff;" align="center"  height ="45px" onMouseOver="this.bgColor='#ffffff'" onMouseOut="this.bgColor='#ffffff'" bgColor=#ffffff>
 
-
<a href="https://2014.igem.org/Team:UGA-Georgia/Safety"style=" color:#000000"><p style="font-family: Basic L"><font size="2"><b>SAFETY</b></font></p></a></td>
 
-
<td style="border:1px #fff;" align="center"  height ="45px" onMouseOver="this.bgColor='#ffffff'" onMouseOut="this.bgColor='#ffffff'" bgColor=#ffffff>
 
-
<a href="https://2014.igem.org/Team:UGA-Georgia/Attributions"style="color:#000000"><p style="font-family: Basic L"><font size="2"><b>ATTRIBUTIONS</b></font></p> </a></td>
 
-
<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>
+
<!-- First block of content -->
 +
<table  id="firstblock" width="100%"  cellspacing="0" height="500px">
 +
<tr>
 +
<td  bgColor="#FFFFFF"></td>
 +
<td width="975px" align="center" bgColor="#FFFFFF" >
 +
 
 +
<img src="https://static.igem.org/mediawiki/2014/1/18/IGEM_graphic2.jpg" width="300px" height="450px" >
 +
 
 +
<h3>Welcome!  <p>The New Archaea-Type
 +
</h3>
 +
<p>Scroll down to find more about our project! </p>
 +
 
 +
</td>
 +
<td bgColor="#FFFFFF"></td>
</tr>
</tr>
</table>
</table>
 +
<!-- end of first block -->
-
<!--end navigation menu -->
+
<!-- Block of content 1 -->
-
<table>
+
<table width="100%"  cellspacing="0" height="400px">
-
<img class="center" src="https://sacs.uga.edu/compliance/references/3.9/3.9.1/3.9.1ArchPhoto[1].jpg" width="700" height="600">
+
<tr><td  bgColor="#FEE5AD"></td>
-
</table>
+
<td width="975px" align="center" bgColor="#FEE5AD 80%" >
 +
<table  width="975px"  cellspacing="0" height="400px">
 +
<tr>
-
<tr> <td colspan="3" height="15px"> </td></tr>
+
<td width="95%" bgColor="#FEE5AD" rowspan="3" align="center">  
-
<tr><td bgColor="#e7e7e7" colspan="3" height="1px"> </tr>
+
-
<tr> <td colspan="3"  height="5px"> </td></tr>
+
-
<!--project description section -->
 
-
<tr><td colspan="3"> <h3> Project Description </h3></td></tr>
 
-
<tr>
+
<!-- Content goes here -->
-
<td width="45%"  valign="top">
+
-
<p>The 2014 University of Georgia iGEM team focuses on <em>two main goals</em>: <br><br>First, we aim to make methanogens a more tangible host for synthetic biologists. To achieve this, we are creating a metabolic flux model for the lipid biosynthesis pathway in <i>Methanococcus maripaludis</i>. Our goal is to map the entire pathway, complete a genome-scale flux balance analysis, and develop strategies for overproduction of isoprenoid compounds. In addition, ribosome binding sites (RBS) are not well characterized in Archaea, so we are creating a library of RBS sequences and measuring their relative strength of fluorescence. A library of RBS will allow us the ability for variable levels of expression. Also, we are developing new methods for extracting, concentrating, measuring and quantifying organically soluble material from <i>M. maripaludis</i> cultures.</p>
+
<h3>Read about our projects!</h3>
-
</td>
+
<p>The 2014 University of Georgia iGEM team focuses on <em>two main goals</em>: <br><br>First, we aim to make methanogens a more tangible host for synthetic biologists. To achieve this, we are creating a metabolic flux model for the lipid biosynthesis pathway in <i>Methanococcus maripaludis</i>. Our goal is to map the entire pathway, complete a genome-scale flux balance analysis, and develop strategies for overproduction of isoprenoid compounds. In addition, ribosome binding sites (RBS) are not well characterized in Archaea, so we are creating a library of RBS sequences and measuring their relative strength of fluorescence. A library of RBS will allow us the ability for variable levels of expression. Also, we are developing new methods for extracting, concentrating, measuring and quantifying organically soluble material from <i>M. maripaludis</i> cultures.<p>
-
<td> </td>
+
-
<td width="45%">
+
-
<p>Second, we are demonstrating the utility of methanogens in synthetic biology by the optimized production of geraniol, an organically soluble material. Following up on the work from the 2013 iGEM season, we’ve continued targeting geraniol as a high value bio-chemical which may be produced from inexpensive substrates such as H2/CO2 or formate. Uses of Geraniol include potential biofuel, organic pesticide, tumor suppressor of breast, colon and prostate cancers, fragrances and flavorings. Last year, geraniol production in <i>M. maripaludis</i> was quantified as 0.2% of lipid dry weight. This year, UGA-iGEM seeks to address the overall geraniol yield through several projects which satisfy both of our main goals mentioned above.<br></p></tr>
 
 +
 +
<p>Second, we are demonstrating the utility of methanogens in synthetic biology by the optimized production of geraniol, an organically soluble material. Following up on the work from the 2013 iGEM season, we’ve continued targeting geraniol as a high value bio-chemical which may be produced from inexpensive substrates such as H2/CO2 or formate. Uses of Geraniol include potential biofuel, organic pesticide, tumor suppressor of breast, colon and prostate cancers, fragrances and flavorings. Last year, geraniol production in <i>M. maripaludis</i> was quantified as 0.2% of lipid dry weight. This year, UGA-iGEM seeks to address the overall geraniol yield through several projects which satisfy both of our main goals mentioned above.<p>
 +
 +
 +
</td> 
 +
 +
 +
<!-- This is the back to top button -->
 +
<td bgColor=#FEE5AD> </td>
 +
<tr><td bgColor=#FEE5AD></td></tr>
 +
<tr> <td  height="20px" width="5%" align="center" onMouseOver="this.bgColor='#FF0000'" onMouseOut="this.bgColor='#A1DBB2'" bgColor=#A1DBB2>
 +
<a href="#sddm" style="text-decoration:none;color:#1C140D"> Top </a> </td></tr>
 +
</table>
 +
 +
 +
</td>
 +
<td bgColor="#FEE5AD"></td>
 +
</tr>
</table>
</table>
 +
<!-- end of Block—>
 +
</body>
 +
</html>

Latest revision as of 02:19, 18 October 2014


HOME

PROJECT

WET LAB

HUMAN PRACTICES

TEAM

Welcome!

The New Archaea-Type

Scroll down to find more about our project!

Read about our projects!

The 2014 University of Georgia iGEM team focuses on two main goals:

First, we aim to make methanogens a more tangible host for synthetic biologists. To achieve this, we are creating a metabolic flux model for the lipid biosynthesis pathway in Methanococcus maripaludis. Our goal is to map the entire pathway, complete a genome-scale flux balance analysis, and develop strategies for overproduction of isoprenoid compounds. In addition, ribosome binding sites (RBS) are not well characterized in Archaea, so we are creating a library of RBS sequences and measuring their relative strength of fluorescence. A library of RBS will allow us the ability for variable levels of expression. Also, we are developing new methods for extracting, concentrating, measuring and quantifying organically soluble material from M. maripaludis cultures.

Second, we are demonstrating the utility of methanogens in synthetic biology by the optimized production of geraniol, an organically soluble material. Following up on the work from the 2013 iGEM season, we’ve continued targeting geraniol as a high value bio-chemical which may be produced from inexpensive substrates such as H2/CO2 or formate. Uses of Geraniol include potential biofuel, organic pesticide, tumor suppressor of breast, colon and prostate cancers, fragrances and flavorings. Last year, geraniol production in M. maripaludis was quantified as 0.2% of lipid dry weight. This year, UGA-iGEM seeks to address the overall geraniol yield through several projects which satisfy both of our main goals mentioned above.

Top