Team:PennState

From 2008.igem.org

(Difference between revisions)
 
(124 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;
}
}
-
a.sideLinks:hover {
+
#projectnav a {
 +
color: #fff;
}
}
-
table.header {
+
#pagecontent p {
-
width:100%;
+
text-indent: 1.25em;
-
margin-bottom:10px;
+
}
}
-
.header td {
+
p.start:first-line {
-
width:33%;
+
font-weight: bold;
-
}
+
letter-spacing: 1.2;
-
 
+
}
</style>
</style>
<! -- END of style sheet -->
<! -- END of style sheet -->
Line 130: Line 128:
<!-- First table displays centered iGEM 2007 Logo -->   
<!-- First table displays centered iGEM 2007 Logo -->   
-
<table class="header">
+
<div id="header">
-
  <tr>
+
<img src="https://static.igem.org/mediawiki/2008/a/ad/Penn_state_igem_logo2.JPG" alt="Penn State" />
-
    <td></td>
+
</div>
-
    <td><a name="top"><img src="https://static.igem.org/mediawiki/2008/0/04/Igem_08_PennState.jpg" /></a></td>
+
-
    <td></td>
+
-
  </tr>
+
-
</table>
+
<!-- Table displaying top row of links -->
<!-- Table displaying top row of links -->
<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 for content area -->
 +
<tr>
<!--  
<!--  
-
   Navigation menu for the E.co Lisa and evoGEM 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%" id="projectnav">
 +
<h4>Diauxie Elimination</h4>
 +
<dl id="hbnav">
 +
  <dd><a href="https://2008.igem.org/Team:PennState/diauxie/intro">Introduction</a></dd>
 +
  <dd><a href="https://2008.igem.org/Team:PennState/diauxie/TheSystem">The System</a></dd>
 +
  <dd><a href="https://2008.igem.org/Team:PennState/diauxie/Strategies">Strategies</a></dd>
 +
  <dd><a href="https://2008.igem.org/Team:PennState/diauxie/progress">Progress</a></dd>
 +
  <dd><a href="https://2008.igem.org/Team:PennState/diauxie/conclusions">Conclusions</a></dd>
 +
  <dd><a href="https://2008.igem.org/Team:PennState/diauxie/parts" title="Parts submitted to the registry for diauxie">Parts</a></dd>
 +
  <dd><a href="https://2008.igem.org/Team:PennState/diauxie/references">References</a></dd>
 +
</dl>
 +
<h4><acronym title="Nuclear Hormone Receptor">NHR Biosensors</acronym><br/></h4>
 +
<dl id="denav">
 +
  <dd><a href="https://2008.igem.org/Team:PennState/NHR/introduction">NHR Introduction</a></dd>
 +
 +
  <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 -->
 +
<td valign="top" id="pagecontent" width="80%"><span style="font-size: 16pt">Welcome to Penn State iGEM 2008</span>
 +
<hr />
 +
  <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><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" width="20%"><table class="sidelinks1">
+
  <td style="padding-top:30px; padding-right:30px" valign="top" width="45%">
-
        <tr>
+
    <h3>Related Links</h3>
-
          <td bgcolor="#006633"><p align="center" style="font-size:20px; color:#FFFFFF;"> <em>E. co</em>Lisa</p></td>
+
    <hr />
-
        </tr>
+
    <ul>
-
        <tr>
+
      <li><a href="http://partsregistry.org/Main_Page" title="Parts Registry">Parts Registry</a></li>
-
          <td><a class="sideLinks" href="http://parts.mit.edu/igem07/index.php/Calgary/choosing_our_project" title="choosing our project">Project</a></td>
+
 
-
        </tr>
+
<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>
-
        <tr>
+
<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>
-
          <td><a class="sideLinks" href="http://parts.mit.edu/igem07/index.php/Calgary/design" title="Designing Our Project">Design: Wet Lab</a></td>
+
<li><a href="http://openwetware.org/wiki/IGEM:PennState" title="Penn State iGEM OpenWetWare" target="_blank">Penn State iGEM OpenWetWare</a></li>
-
        </tr>
+
 
-
        <tr>
+
 
-
          <td><a class="sideLinks" href="http://parts.mit.edu/igem07/index.php/Calgary/constructing_printer" title="Construction: Printer">Design: Printer</a></td>
+
      <li><a href="http://www.princeton.edu/che/people/faculty/wood/" title="David Wood" target="_blank">David Wood</a></li>
-
        </tr>
+
      <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>
-
        <tr>
+
    </ul>
-
          <td><a class="sideLinks" href="http://parts.mit.edu/igem07/index.php/Calgary/software" title="Construction: Printer">Design: Software</a></td>
+
  </td>
-
        </tr>
+
  <td style="padding-top:30px; padding-right:30px" valign="top" width="45%">
-
        <tr>
+
    <h3>Drew Endy On Synthetic Biology</h3>
-
          <td><a class="sideLinks" href="http://parts.mit.edu/igem07/index.php/Calgary/testing" title="Testing Parts and Primers">Testing</a></td>
+
      <hr />
-
        </tr>
+
<!--  
-
        <tr>
+
  This division block contains the code to import and display a flash object
-
          <td><a class="sideLinks" href="http://parts.mit.edu/igem07/index.php/Calgary/constructing_wetlab" title="Construction: Wetlab Component">Constructing Our Project: The Wetlab</a></td>
+
  Specifically importing and formatting a video uploaded onto "youtube"
-
        </tr>
+
-->
-
        <tr>
+
-
          <td><a class="sideLinks" href="http://parts.mit.edu/igem07/index.php/Calgary/protocols" title="Protocols">Protocols</a></td>
+
-
        </tr>
+
-
        <tr>
+
-
          <td><a class="sideLinks" href="http://parts.mit.edu/igem07/index.php/Calgary/final_result" title="Final Result">Final Result of <em>E. co</em>Lisa</a></td>
+
-
        </tr>
+
-
      </table>
+
-
      <table class="sidelinks2">
+
-
        <tr>
+
-
          <td bgcolor="#0000CC"><p align="center" style="font-size:20px; color:#FFFFFF;">evoGEM</p></td>
+
-
        </tr>
+
-
        <tr>
+
-
          <td><a class="sideLinks" href="http://parts.mit.edu/igem07/index.php/Calgary/evoGEM_introduction" title="Project Description">Introduction to evoGEM </a></td>
+
-
        </tr>
+
-
        <tr>
+
-
          <td><a class="sideLinks" href="http://parts.mit.edu/igem07/index.php/Calgary/evoGEM_projectDesign" title="Results">Project Design</a></td>
+
-
        </tr>
+
-
        <tr>
+
-
          <td><a class="sideLinks" href="http://parts.mit.edu/igem07/index.php/Calgary/evoGEM_results" title="Simulations">Results</a></td>
+
-
        </tr>
+
-
      </table></td>
+
-
    <td valign="top"><span style="font-size:18px">Welcome to the  University of Calgary Wiki for the 2007 iGEM Competition</span>
+
-
      <hr />
+
-
      <p>This site presents detailed information about both of our projects. We have two projects that we are entering in this compeition. The first <b>Eco. Lisa</b> is our biological entry, the second <b>Evo Gem</b> is our computational project. The overal theme of our entry this year is designing highly controlled systems that allow for human-bacteria interaction. Full descriptions of each project can be found by using the links to your left. </p>
+
-
      <p> If there are any questions or comments about the information on this site please contact me at <a href="mailto:pjadamia@ucalgary.ca" title="email us">pjadamia@ucalgary.ca</a>. </p>
+
-
      <table>
+
-
        <tr>
+
-
          <td style="padding-top:30px; padding-right:30px" valign="top" width="45%"><span style="font-size:18px">E. coLisa!</span>
+
-
            <hr />
+
-
            <div style="float:left; margin:5px;"> <img src="http://parts.mit.edu/igem07/images/e/e3/GlowingBacteria.jpg" alt="laser shining on bacteria" /> </div>
+
-
            <p> <em>E. coLisa</em> is our teams main project this year. Our goal is to engineer <em>E. coli</em> so that when we shine a light on them they will relase a protein called agarase. The agarase will then dissolve the agar medium in which the bacteria rest. We want to use this sytem to dissolve images into agar plates and create very high resolution pictures. </p></td>
+
-
          <td style="padding-top:30px; padding-right:30px" valign="top" width="45%"><span style="font-size:18px">evoGEM!</span>
+
-
            <hr />
+
-
            <div style="float:left; margin:5px;"> <img src="http://parts.mit.edu/igem07/images/0/0f/EvoGemSim4.jpg" alt="Screenshot from EvoGEM" /> </div>
+
-
            <p>Evolutionary computer systems at their finest. Our EvoGEM project is a computer program that <em>evolves</em> combinations of iGEM BioBricks to attain a certain result. Curious? Checkout our evoGEM links to the left for more information.</p></td>
+
-
        </tr>
+
-
        <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>
 
-
</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>
-
{|align="justify"
 
-
|You can write a background of your team here.  Give us a background of your team, the members, etc.  Or tell us more about something of your choosing.
 
-
|-
+
 
-
|
+
<td style="padding-top:30px; padding-right:30px" valign="top" width="45%">
-
''Tell us more about your project.  Give us background.  Use this is the abstract of your project.  Be descriptive but concise (1-2 paragraphs)''
+
    <h3>Garrett Tobin On Diauxie Elimination</h3>
-
|[[Image:Team.png|right|frame|Your team picture]]
+
      <hr />
-
|-
+
<!--  
-
|
+
  This division block contains the code to import and display a flash object
-
|align="center"|[[Team:PennState | Team Example 2]]
+
  Specifically importing and formatting a video uploaded onto "youtube"
-
|}
+
-->
-
<!--- The Mission, Experiments --->
 
-
{| style="color:#1b2c8a;background-color:#0c6;" cellpadding="3" cellspacing="1" border="1" bordercolor="#fff" width="62%" align="center"
+
<div style="margin:10px">
-
!align="center"|[[Team:PennState|Home]]
+
    <object width="205" height="200">
-
!align="center"|[[Team:PennState/Team|The Team]]
+
      <param name="movie" value="http://www.youtube.com/v/QA-tETsb3Wo&hl=en&fs=1">
-
!align="center"|[[Team:PennState/Project|The Project]]
+
      </param>
-
!align="center"|[[Team:PennState/Parts|Parts Submitted to the Registry]]
+
      <param name="allowFullScreen" value="true">
-
!align="center"|[[Team:PennState/Modeling|Modeling]]
+
      </param>
-
!align="center"|[[Team:PennState/Notebook|Notebook]]
+
      <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>
-
(''Or you can choose different headings.  But you must have a team page, a project page, and a notebook page.'')
+
    </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