Team:PennState

From 2008.igem.org

(Difference between revisions)
m
 
(105 intermediate revisions not shown)
Line 1: Line 1:
<html>
<html>
-
<!--
 
-
  Landing page
 
-
  Contains links to all other pages of the site as well as a quick introduction to the projects
 
-
  The aim of this page was to be visually appealing and contain a very small amount of text so that the user would be given a quick introduction to the project. The  user has only to read several lines to get a good grasp of what we did. This will encourage them to explore deeper.
 
-
-->
 
<head>
<head>
-
<!--
 
-
  Cascading Style Sheet (CSS) component
 
-
  in plain html style sheets are completely independent of the HTML page but are included in this page to simplify design within a wiki script environment.
 
-
  This section describes the layout, colors and images displayed on the page
 
-
-->
 
<style>
<style>
 +
#globalWrapper {
 +
background-image: url("https://static.igem.org/mediawiki/2008/e/e4/Bglogo.png") !important;
 +
background-repeat: repeat;
 +
 +
}
.ideasList{
.ideasList{
Line 37: Line 32:
}
}
-
table.links {
+
.links {
width:100%;
width:100%;
-
background-color:#000000;
+
background-color:#000;
margin-bottom:30px;
margin-bottom:30px;
}
}
.links tr {
.links tr {
-
background-color:#CC0000;
+
background-color: rgb(155, 230, 159);
}
}
-
.links td:hover {
+
.links td {
-
background-color:#FF0000;
+
padding: 0;
}
}
-
table.sidelinks1 {
+
 
-
width:90%;
+
.links a{
-
background-color:#000000;
+
display: block;
-
border-top:#CCCCCC 0.25px outset;
+
width: 100%;
-
border-left:#CCCCCC 0.25px thin outset;
+
height: 100%;
-
border-right:#CCCCCC 0.25px outset;
+
margin: 0;
-
text-align:center;
+
text-align: center;
 +
text-decoration: none;
 +
font-size: 14px;
 +
color: #000;
}
}
-
.sidelinks1 tr {
+
.links a:active {
-
background-color:#009933;
+
-
color:#FFFFFF;
+
}
}
-
.sidelinks1 td {
+
.links a:hover {
-
height:35px;
+
background-color: rgb(37,169,113);
}
}
-
.sidelinks1 td:hover {
+
#header {
-
background-color:#006633;
+
width: 100%;
-
}
+
text-align: center;
 +
}
-
table.sidelinks2 {
+
h4 {
-
width:90%;
+
font-size: 14pt;
-
background-color:#000000;
+
font-weight: normal;
-
margin-bottom:30px;
+
-
border-bottom:#CCCCCC 0.25px outset;
+
-
border-left:#CCCCCC 0.25px thin outset;
+
-
border-right:#CCCCCC 0.25px outset;
+
-
text-align:center;
+
}
}
-
.sidelinks2 tr {
+
dt {
-
background-color:#0099CC;
+
font-size: 12pt;
-
color:#FFFFFF;
+
}
}
-
.sidelinks2 td {
+
#projectnav h4 {
-
height:35px;
+
padding: .4ex;
}
}
-
.sidelinks2 td:hover {
+
#projectnav dt {
-
background-color:#0000CC;
+
font-weight: normal;
-
}
+
margin: 1.5ex 0 0 0;
 +
}
-
a.sideLinks {
+
#projectnav h4, #projectnav dt, #projectnav dd {
-
text-decoration:none;
+
text-align: center;
-
color:#FFFFFF;
+
text-indent: 0;
 +
margin-left: 0;
}
}
-
a.mainLinks{
+
#hbnav dd {
-
text-decoration:none;
+
background-color: rgb(0,80,200);
-
font-size:14px;
+
border-left: dashed #FFF 3px;
-
color:#FFFFFF;
+
border-right: dashed #FFF 3px;
 +
padding: .8ex;
}
}
-
a.mainLinks:hover {
+
#denav dd{
 +
background-color: rgb(37,170,113);
 +
border-left: dashed #FFF 3px;
 +
border-right: dashed #FFF 3px;
 +
padding: 1ex;
 +
margin-top: 0;
 +
}
 +
#projectnav a {
 +
color: #fff;
}
}
-
a.sideLinks:hover {
+
#pagecontent p {
 +
text-indent: 1.25em;
}
}
-
#header {
+
p.start:first-line {
-
  width: 33%;
+
  font-weight: bold;
-
  margin: 0 33%;
+
  letter-spacing: 1.2;
-
}
+
}
-
 
+
</style>
</style>
<! -- END of style sheet -->
<! -- END of style sheet -->
Line 127: Line 129:
<!-- First table displays centered iGEM 2007 Logo -->   
<!-- First table displays centered iGEM 2007 Logo -->   
<div id="header">
<div id="header">
-
  <a name="top"><img src="link to team picture" alt="PennState" /></a>
+
  <img src="https://static.igem.org/mediawiki/2008/a/ad/Penn_state_igem_logo2.JPG" alt="Penn State" />
</div>
</div>
Line 133: Line 135:
<table class="links" >
<table class="links" >
   <tr>
   <tr>
-
     <td align="center" ><a class="mainLinks" href="https://2008.igem.org/Team:PennState" >Home</a> </td>
+
     <td align="center" ><a class="mainLinks" href="https://2008.igem.org/Team:PennState" title="Welcome!">Home</a> </td>
     <td align="center" ><a class="mainLinks" href="https://2008.igem.org/Team:PennState/Team" >The Team</a> </td>
     <td align="center" ><a class="mainLinks" href="https://2008.igem.org/Team:PennState/Team" >The Team</a> </td>
-
     <td align="center" ><a class="mainLinks" href="https://2008.igem.org/Team:PennState/Project" >The Project</a> </td>
+
     <td align="center" ><a class="mainLinks" href="https://2008.igem.org/Team:PennState/Project" title="Full Abstracts.">The Project</a> </td>
     <td align="center" ><a class="mainLinks" href="https://2008.igem.org/Team:PennState/Parts">Parts</a> </td>
     <td align="center" ><a class="mainLinks" href="https://2008.igem.org/Team:PennState/Parts">Parts</a> </td>
-
     <td align="center" ><a class="mainLinks" href="https://2008.igem.org/Team:PennState/Modeling" >Modeling</a> </td>
+
     <td align="center" ><a class="mainLinks" href="https://2008.igem.org/Team:PennState/Notebook" title="Day to day lab activity">Notebook</a> </td>
-
    <td align="center" ><a class="mainLinks" href="https://2008.igem.org/Team:PennState/Notebook" >Notebook</a> </td>
+
   </tr>
   </tr>
</table>
</table>
-
<table>
+
<table> <!-- Table for content area -->
-
  <tr>
+
<tr>
<!--  
<!--  
   Navigation menu for the projects
   Navigation menu for the projects
   The table is extended to include the introduction paragraph and the information blocks
   The table is extended to include the introduction paragraph and the information blocks
-
  Note that the information blocks are formatted as a "div" rather than a table
 
-->
-->
-
    <td valign="top" width="20%"><table class="sidelinks1">
+
<td valign="top" width="20%" id="projectnav">
-
        <tr>
+
<h4>Diauxie Elimination</h4>
-
          <td bgcolor="#006633"><p align="center" style="font-size:20px; color:#FFFFFF;"> Hormone Biosensors</p></td>
+
<dl id="hbnav">
-
        </tr>
+
  <dd><a href="https://2008.igem.org/Team:PennState/diauxie/intro">Introduction</a></dd>
-
        <tr>
+
  <dd><a href="https://2008.igem.org/Team:PennState/diauxie/TheSystem">The System</a></dd>
-
          <td><a class="sideLinks" href="link" title="Goals & Details">Project</a></td>
+
  <dd><a href="https://2008.igem.org/Team:PennState/diauxie/Strategies">Strategies</a></dd>
-
        </tr>
+
  <dd><a href="https://2008.igem.org/Team:PennState/diauxie/progress">Progress</a></dd>
-
        <tr>
+
  <dd><a href="https://2008.igem.org/Team:PennState/diauxie/conclusions">Conclusions</a></dd>
-
          <td><a class="sideLinks" href="link" title="Activation & Reporter System">Mechanism</a></td>
+
  <dd><a href="https://2008.igem.org/Team:PennState/diauxie/parts" title="Parts submitted to the registry for diauxie">Parts</a></dd>
-
        </tr>
+
  <dd><a href="https://2008.igem.org/Team:PennState/diauxie/references">References</a></dd>
-
        <tr>
+
</dl>
-
          <td><a class="sideLinks" href="link" title="subcat">Design: Printer</a></td>
+
<h4><acronym title="Nuclear Hormone Receptor">NHR Biosensors</acronym><br/></h4>
-
        </tr>
+
<dl id="denav">
-
        <tr>
+
  <dd><a href="https://2008.igem.org/Team:PennState/NHR/introduction">NHR Introduction</a></dd>
-
          <td><a class="sideLinks" href="link" title="Parts submitted to registry">Parts</a></td>
+
-
        </tr>
+
-
        <tr>
+
-
          <td><a class="sideLinks" href="link" title="Testing Parts and Primers">subcat</a></td>
+
-
        </tr>
+
-
        <tr>
+
-
          <td><a class="sideLinks" href="link" title="subcat">subcat</a></td>
+
-
        </tr>
+
-
        <tr>
+
-
          <td><a class="sideLinks" href="link" title="Characterizing our parts">Characterization</a></td>
+
-
        </tr>
+
-
        <tr>
+
-
          <td><a class="sideLinks" href="link" title="Final Result">subcat</em>Lisa</a></td>
+
-
        </tr>
+
-
      </table>
+
-
      <table class="sidelinks2">
+
-
        <tr>
+
-
          <td bgcolor="#0000CC"><p align="center" style="font-size:20px; color:#FFFFFF;">Diauxie Elimination</p></td>
+
-
        </tr>
+
-
        <tr>
+
-
          <td><a class="sideLinks" href="link" title="subcat.">Introduction to evoGEM </a></td>
+
-
        </tr>
+
-
        <tr>
+
-
          <td><a class="sideLinks" href="link" title="Results">subcat</a></td>
+
-
        </tr>
+
-
        <tr>
+
-
          <td><a class="sideLinks" href="link" title="subcat">Results</a></td>
+
-
        </tr>
+
-
      </table></td>
+
 +
  <dd><a href="https://2008.igem.org/Team:PennState/smartfold/overview">Phthalate Biosensor</a></dd>
 +
 +
  <dd><a href="https://2008.igem.org/Team:PennState/fusion/overview">BPA Biosensor</a></dd>
 +
</dl>
 +
</td>
<!-- Main content area -->
<!-- Main content area -->
-
    <td valign="top"><span style="font-size:18px">PENN STATE iGEM 2008</span>
+
<td valign="top" id="pagecontent" width="80%"><span style="font-size: 16pt">Welcome to Penn State iGEM 2008</span>
-
      <hr />
+
<hr />
-
      <p>Welcome to the Penn State iGEM 2008 team website. We have been working hard at a few different projects for this year's competition. Starting this summer we began working trying to create different types of biosensors that use human nuclear hormone receptors to recognize potentially harmful ligands. We also have been finishing up one of last year's projects which is amied at more reaching efficent bioproduction by altering how <em>E. Coli</em> selects between utilizing 5 and 6 carbon sugars. Please explore our website to find out more about us and our projects!</p>
+
  <p class="start"><a href="http://www.psu.edu" title="Pennsylvania State University" target="_blank">Penn State University</a> has participated in the International Genetically Engineered Machines (iGEM) competition for four years as of 2008, and we are excited to participate once more. Our team consists of 5 undergraduate students, one visiting undergrad and one high school student who work independently, coordinated through weekly meetings with our advisers. Check out our <a href="https://2008.igem.org/Team:PennState/Team" title="Penn State's 2008 iGEM team">Team Page</a> to meet us!</p>
-
      <p> If there are any questions or comments about the information on this site please contact us at <a href="mailto:gjt5001@psu.edu" title="email us">gjt5001@psu.edu</a>. </p>
+
<p><strong>Our main focus for 2008 was the elimination of <a href="https://2008.igem.org/Team:PennState/diauxie/intro">diauxie</a> in <em>E. coli</em> to create a xylose inducible system independent of glucose regulation.</strong> This system could be used for creating more efficient bioproduction by altering the utilization of 5 and 6 carbon sugars. Please check out the links on the left to navigate through our work.</p>
-
     
+
  <p>Two other projects begun this year focus on creating <a href="https://2008.igem.org/Team:PennState/NHR/introduction"What kind of 'Biosensors' are we talking about?">biosensors</a> that use human nuclear hormone receptors to recognize potentially harmful compounds. These receptor systems occur naturally in the human body, but our goal is to retain and utilize their functions in <em>E. coli</em>. The links on the left should introduce you to our thought process and progress on each of these projects, and provide a fuller introduction to the topic.</p>
 +
  <p> Please explore our website to find out more about us and our projects! If there are any questions or comments about the information on this site please feel free to contact us at <a href="mailto:gjt5001@psu.edu" title="email us">gjt5001@psu.edu</a>. </p>
 +
 
 +
    <span style="font-size: 14pt"><a href="https://2008.igem.org/Team:PennState/MedalChecklist">Medal Checklist</a></span>
 +
 
<table>
<table>
-
        <tr>
+
  <tr>
-
<td valign="top"><td style="padding-top:30px; padding-right:30px" valign="top" width="90%"><span style="font-size:18px">Hormone Prescreening <em>E. coli</em></span>
+
  <td style="padding-top:30px; padding-right:30px" valign="top" width="45%">
-
      <hr />
+
    <h3>Related Links</h3>
-
      <p>Our project aims to construct a bio sensor which will ultimately serve as a pre screening tool to detect the presence of phthalates in water sample. Recently phthalates have been shown to cause negative health effect in humans; some phthalates are even though to be carcinogenic. Analytical detection methods for these compounds are compound specific as well as very costly. Having a simple, and cheep tool to screen for phthalates as a general class of compounds would eliminate some of the cost and time involved in current detection methods.</p>
+
    <hr />
-
      <p> We use the natural human nuclear hormone receptor protein that recognizes phthalates as an agonist (hPPARα), and expressing it heterologously in <em>Escherichia Coli</em>. Because of the complexity of this mammalian protein, expressing it in a prokaryote is difficult. We have two different strategies to express hPPARα and using it to detect phthalates in <em>E. Coli</em>.  </p>
+
    <ul>
-
      <table>
+
      <li><a href="http://partsregistry.org/Main_Page" title="Parts Registry">Parts Registry</a></li>
-
        <tr>
+
 
-
          <td style="padding-top:30px; padding-right:30px" valign="top" width="45%"><span style="font-size:18px">Smart Fold Reporter</span>
+
<li><a href="http://www.che.psu.edu/Faculty/Cirino/" title="Prof. Pat Cirino's Lab website" target="_blank">Prof. Pat Cirino's Lab website</a></li>
-
            <hr />
+
<li><a href="http://www.abe.psu.edu/fac/Richard/Overview.htm" title="Prof. Tom Richard's Lab website" target="_blank">Prof. Tom Richard's Lab website</a></li>
-
            <img src="picture here" alt="[img]" style="float:left; margin:5px;"/>
+
<li><a href="http://openwetware.org/wiki/IGEM:PennState" title="Penn State iGEM OpenWetWare" target="_blank">Penn State iGEM OpenWetWare</a></li>
-
            <p> <em>Smart Fold Reporter</em> is the subproject for the first strategy we are trying to express hPPARalpha in <em>E. coli</em>. This project uses altered growth conditions such that this nuclear hormone receptor protein can be successfully epressed and used to transcriptionally report for the presence of phthalates.</p></td>
+
 
-
          <td style="padding-top:30px; padding-right:30px" valign="top" width="45%"><span style="font-size:18px">Nuclear Fusion</span>
+
 
-
            <hr />
+
      <li><a href="http://www.princeton.edu/che/people/faculty/wood/" title="David Wood" target="_blank">David Wood</a></li>
-
            <img src="picture here" alt="[img]" style="float:left; margin:5px;"/>
+
      <li><a href="http://www.cmtc.psu.edu/" title="Center for Molecular Toxicology and Carcinogenesis" target="_blank">PennState Center for Molecular Toxicology and Carcinogenesis</a></li>
-
            <p> <em> Nuclear Fusion</em> is our second approach to constructing a phthalate detection system in <em> E. coli</em>. In this project we use just the ligand binding domain of hPPARalpha fused to thymidylate synthase (TS). Binding of the phthalate ligand to this chimeric protein activates TS. When this construct is placed in a TS diffident strain, only <em>E. coli</em> in the presence of a hPPARalpha agonist will survive. </p></td>
+
    </ul>
-
        </tr>
+
  </td>
-
<tr>
+
  <td style="padding-top:30px; padding-right:30px" valign="top" width="45%">
-
      <td style="padding-top:30px; padding-right:30px" valign="top" width="45%"><span style="font-size:18px">Diauxie Elimination <em>E. coli</em></span>
+
    <h3>Drew Endy On Synthetic Biology</h3>
-
      <hr />
+
      <hr />
-
      <p><img src="picture here" alt="[img]" style="float:left; margin:5px;"/>Cellulosic biomass is an aboundant and inexpensive energy source that is ideal for bioproduction. A potential problem with the use of biomass for things such as ethanol production is that it is comprised of both glucose and xylose in relitivly equal ratios. Bacteria such as <em>E. coli</em> preferentially use glucose before any other sugar, meaning that the xlyose in the biomass is not utilized.</p>
+
<!--  
-
      <p>In this projcet we attempt to eliminate this phenomenon called diaxie by getting our cells to utilize both sugars at the same time. Solving this problem will lead to more efficent use of cellulosic biomass including moving towards the future of bioproduction: continous processes.</p>
+
  This division block contains the code to import and display a flash object
-
</td>
+
  Specifically importing and formatting a video uploaded onto "youtube"
-
<td>&nbsp;</td>
+
-->
-
</tr>
+
-
</table>
+
-
<table>
+
-
        <tr>
+
-
          <td style="padding-top:30px; padding-right:30px" valign="top" width="45%"><span style="font-size:18px">Quick Links</span>
+
-
            <hr />
+
-
            <br/>
+
-
            <p><a href="http://parts.mit.edu/igem07/index.php/Calgary/final_result#contributions" title="Our Contribution To the Registry">Table of our Contributions to the Registry</a></p>
+
-
            <p><a href="http://parts.mit.edu/igem07/images/7/73/IgemDesign.swf" title="Interactive Schematic" target="_blank">Interactive <em>E. co</em>Lisa Schematic</a></p>
+
-
            <p> <a href="http://www.ucalgary.ca" title="The University of Calgary" target="_blank">The University of Calgary</a> </p>
+
-
            <p> <a href="http://hsserver01.med.ucalgary.ca/BHSc/BHSc/BHSc.html" title="The Obrien Centre for the BHSC" target="_blank">Obrien Centre for the BHSC</a> </p>
+
-
            </div>
+
-
          </td>
+
-
          <td style="padding-top:30px; padding-right:30px" valign="top" width="45%"><span style="font-size:18px">Drew Endy On Synthetic Biology</span>
+
-
            <hr />
+
-
+
-
<!--  
+
-
    This division block contains the code to import and display a flash object
+
-
Specifically importing and formatting a video uploaded onto "youtube"
+
-
-->
+
             <div style="margin:10px">
             <div style="margin:10px">
-
              <object width="200">
 
-
                <param name="movie" value="http://www.youtube.com/v/XIuh7KDRzLk&rel=1">
 
-
                </param>
 
-
                <param name="wmode" value="transparent">
 
-
                </param>
 
-
                <embed src="http://www.youtube.com/v/XIuh7KDRzLk&rel=1" type="application/x-shockwave-flash" wmode="transparent" width="200" ></embed>
 
-
              </object>
 
-
            </div></td>
 
-
        </tr>
 
-
      </table>
 
-
</td></tr></table>
 
-
</td></tr></table> <!-- end content block that is adjacent to sidelinks -->
 
-
</body>
 
-
</html>
 
 +
<object width="205" height="200">
 +
<param name="movie" value="http://www.youtube.com/v/XIuh7KDRzLk&hl=en&fs=1"></param><param name="allowFullScreen" value="true">
 +
</param>
 +
<embed src="http://www.youtube.com/v/XIuh7KDRzLk&hl=en&fs=1" type="application/x-shockwave-flash" allowfullscreen="true" width="205" height="200">
 +
</embed>
 +
</object>
 +
            </div>
 +
    </td>
-
<!--- The Mission, Experiments --->
+
 
 +
<td style="padding-top:30px; padding-right:30px" valign="top" width="45%">
 +
    <h3>Garrett Tobin On Diauxie Elimination</h3>
 +
      <hr />
 +
<!--  
 +
  This division block contains the code to import and display a flash object
 +
  Specifically importing and formatting a video uploaded onto "youtube"
 +
-->
-
{| style="color:#1b2c8a;background-color:#0c6;" cellpadding="3" cellspacing="1" border="1" bordercolor="#fff" width="62%" align="center"
+
 
-
!align="center"|[[Team:PennState|Home]]
+
<div style="margin:10px">
-
!align="center"|[[Team:PennState/Team|The Team]]
+
    <object width="205" height="200">
-
!align="center"|[[Team:PennState/Project|The Project]]
+
      <param name="movie" value="http://www.youtube.com/v/QA-tETsb3Wo&hl=en&fs=1">
-
!align="center"|[[Team:PennState/Parts|Parts Submitted to the Registry]]
+
      </param>
-
!align="center"|[[Team:PennState/Modeling|Modeling]]
+
      <param name="allowFullScreen" value="true">
-
!align="center"|[[Team:PennState/Notebook|Notebook]]
+
      </param>
 +
      <embed src="http://www.youtube.com/v/QA-tETsb3Wo&hl=en&fs=1" type="application/x-shockwave-flash" allowfullscreen="true" width="205" height="200">
 +
      </embed>
 +
    </object>
 +
            </div>
 +
    </td>
 +
</tr>
 +
</table>
 +
 
 +
</td></tr></table> <!-- end the table for content quadrants -->
 +
</td></tr></table> <!-- end content block that is adjacent to sidelinks -->
 +
 
 +
<h4 style="font-size: 14pt;">Sponsors for our team! Thanks so much!</h4>
 +
<hr />
 +
<img src="http://ntp.neuroscience.wisc.edu/gwis/gifs/Invitrogen.jpg" alt="invitrogen" style="float:left; clear: left; margin-right: 4%; margin-top: 40px; width: 48%;"/>
 +
<img src="http://www.x-cd.com/wepan06/Dupont.gif" alt="Dupont" style="float:left; clear: right; width: 48%;"/>
 +
 
 +
</body>
 +
</html>

Latest revision as of 03:25, 30 October 2008

Diauxie Elimination

Introduction
The System
Strategies
Progress
Conclusions
Parts
References

NHR Biosensors

NHR Introduction
Phthalate Biosensor
BPA Biosensor
Welcome to Penn State iGEM 2008

Penn State University has participated in the International Genetically Engineered Machines (iGEM) competition for four years as of 2008, and we are excited to participate once more. Our team consists of 5 undergraduate students, one visiting undergrad and one high school student who work independently, coordinated through weekly meetings with our advisers. Check out our Team Page to meet us!

Our main focus for 2008 was the elimination of diauxie in E. coli to create a xylose inducible system independent of glucose regulation. This system could be used for creating more efficient bioproduction by altering the utilization of 5 and 6 carbon sugars. Please check out the links on the left to navigate through our work.

Two other projects begun this year focus on creating biosensors that use human nuclear hormone receptors to recognize potentially harmful compounds. These receptor systems occur naturally in the human body, but our goal is to retain and utilize their functions in E. coli. The links on the left should introduce you to our thought process and progress on each of these projects, and provide a fuller introduction to the topic.

Please explore our website to find out more about us and our projects! If there are any questions or comments about the information on this site please feel free to contact us at gjt5001@psu.edu.

Medal Checklist

Related Links


Drew Endy On Synthetic Biology


Garrett Tobin On Diauxie Elimination


Sponsors for our team! Thanks so much!


invitrogen Dupont