Team:PennState

From 2008.igem.org

(Difference between revisions)
(Prototype team page)
 
(133 intermediate revisions not shown)
Line 1: Line 1:
-
<!-- *** What falls between these lines is the Alert Box!  You can remove it from your pages once you have read and understood the alert *** -->
 
-
 
<html>
<html>
-
<div id="box" style="width: 700px; margin-left: 137px; padding: 5px; border: 3px solid #000; background-color: #fe2b33;">
+
<head>
-
<div id="template" style="text-align: center; font-weight: bold; font-size: large; color: #f6f6f6; padding: 5px;">
+
<style>
-
This is a template page. READ THESE INSTRUCTIONS.
+
#globalWrapper {
-
</div>
+
background-image: url("https://static.igem.org/mediawiki/2008/e/e4/Bglogo.png") !important;
-
<div id="instructions" style="text-align: center; font-weight: normal; font-size: small; color: #f6f6f6; padding: 5px;">
+
background-repeat: repeat;
-
You are provided with this team page template with which to start the iGEM seasonYou may choose to personalize it to fit your team but keep the same "look." Or you may choose to take your team wiki to a different level and design your own wiki. You can find some examples <a href="https://2008.igem.org/Help:Template/Examples">HERE</a>.
+
 
 +
}
 +
 
 +
.ideasList{
 +
margin-bottom:30px
 +
}
 +
 
 +
ul#sub {
 +
margin:0px;
 +
padding:0px;
 +
font-size:12px;
 +
list-style-image:none;
 +
list-style-type:none;
 +
 
 +
}
 +
 
 +
#sub li { margin-bottom:20px;}
 +
 
 +
#sub li a {
 +
color:#3300FF;
 +
text-decoration:underline;
 +
}
 +
 
 +
#sub li a:hover {
 +
text-decoration:none;
 +
}
 +
 
 +
.links {
 +
width:100%;
 +
background-color:#000;
 +
margin-bottom:30px;
 +
}
 +
 
 +
.links tr {
 +
background-color: rgb(155, 230, 159);
 +
}
 +
 
 +
.links td {
 +
padding: 0;
 +
}
 +
 
 +
 
 +
.links a{
 +
display: block;
 +
width: 100%;
 +
height: 100%;
 +
margin: 0;
 +
text-align: center;
 +
text-decoration: none;
 +
font-size: 14px;
 +
color: #000;
 +
}
 +
 
 +
.links a:active {
 +
}
 +
 
 +
.links a:hover {
 +
background-color: rgb(37,169,113);
 +
}
 +
 
 +
#header {
 +
width: 100%;
 +
text-align: center;
 +
}
 +
 
 +
h4 {
 +
font-size: 14pt;
 +
font-weight: normal;
 +
}
 +
 
 +
dt {
 +
font-size: 12pt;
 +
}
 +
 
 +
#projectnav h4 {
 +
padding: .4ex;
 +
}
 +
 
 +
#projectnav dt {
 +
font-weight: normal;
 +
margin: 1.5ex 0 0 0;
 +
}
 +
 
 +
#projectnav h4, #projectnav dt, #projectnav dd {
 +
text-align: center;
 +
text-indent: 0;
 +
margin-left: 0;
 +
}
 +
 
 +
#hbnav dd {
 +
background-color: rgb(0,80,200);
 +
border-left: dashed #FFF 3px;
 +
border-right: dashed #FFF 3px;
 +
padding: .8ex;
 +
}
 +
 
 +
#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;
 +
}
 +
 
 +
#pagecontent p {
 +
text-indent: 1.25em;
 +
}
 +
 
 +
p.start:first-line {
 +
  font-weight: bold;
 +
letter-spacing: 1.2;
 +
}
 +
</style>
 +
<! -- END of style sheet -->
 +
 
 +
</head>
 +
<body>
 +
 
 +
<!-- First table displays centered iGEM 2007 Logo --> 
 +
<div id="header">
 +
  <img src="https://static.igem.org/mediawiki/2008/a/ad/Penn_state_igem_logo2.JPG" alt="Penn State" />
</div>
</div>
-
<div id="warning" style="text-align: center; font-weight: bold; font-size: small; color: #f6f6f6; padding: 5px;">
 
-
You <strong>MUST</strong> have a team description page, a project abstract, a complete project description, and a lab notebook.  PLEASE keep all of your pages within your Team:Example namespace. 
 
-
</div>
 
-
</div>
 
-
</html>
 
-
<!-- *** End of the alert box *** -->
+
<!-- Table displaying top row of links -->
 +
<table class="links" >
 +
  <tr>
 +
    <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/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/Notebook" title="Day to day lab activity">Notebook</a> </td>
 +
  </tr>
 +
</table>
 +
<table> <!-- Table for content area -->
 +
<tr>
 +
<!--
 +
  Navigation menu for the projects
 +
  The table is extended to include the introduction paragraph and the information blocks
 +
-->
 +
<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>
-
{|align="justify"
+
  <dd><a href="https://2008.igem.org/Team:PennState/smartfold/overview">Phthalate Biosensor</a></dd>
-
|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.
+
-
|[[Image:Example_logo.png|200px|right|frame]]
+
-
|-
+
-
|
+
-
''Tell us more about your project. Give us background.  Use this is the abstract of your project.  Be descriptive but concise (1-2 paragraphs)''
+
-
|[[Image:Team.png|right|frame|Your team picture]]
+
-
|-
+
-
|
+
-
|align="center"|[[Team:PennState | Team Example 2]]
+
-
|}
+
-
<!--- The Mission, Experiments --->
+
  <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>
-
{| style="color:#1b2c8a;background-color:#0c6;" cellpadding="3" cellspacing="1" border="1" bordercolor="#fff" width="62%" align="center"
+
    <span style="font-size: 14pt"><a href="https://2008.igem.org/Team:PennState/MedalChecklist">Medal Checklist</a></span>
-
!align="center"|[[Team:PennState|Home]]
+
 
-
!align="center"|[[Team:PennState/Team|The Team]]
+
<table>
-
!align="center"|[[Team:PennState/Project|The Project]]
+
  <tr>
-
!align="center"|[[Team:PennState/Parts|Parts Submitted to the Registry]]
+
  <td style="padding-top:30px; padding-right:30px" valign="top" width="45%">
-
!align="center"|[[Team:PennState/Modeling|Modeling]]
+
    <h3>Related Links</h3>
-
!align="center"|[[Team:PennState/Notebook|Notebook]]
+
    <hr />
-
|}
+
    <ul>
-
(''Or you can choose different headingsBut you must have a team page, a project page, and a notebook page.'')
+
      <li><a href="http://partsregistry.org/Main_Page" title="Parts Registry">Parts Registry</a></li>
 +
 
 +
<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>
 +
<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>
 +
<li><a href="http://openwetware.org/wiki/IGEM:PennState" title="Penn State iGEM OpenWetWare" target="_blank">Penn State iGEM OpenWetWare</a></li>
 +
 
 +
 
 +
      <li><a href="http://www.princeton.edu/che/people/faculty/wood/" title="David Wood" target="_blank">David Wood</a></li>
 +
      <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>
 +
    </ul>
 +
  </td>
 +
  <td style="padding-top:30px; padding-right:30px" valign="top" width="45%">
 +
    <h3>Drew Endy On Synthetic Biology</h3>
 +
      <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">
 +
 
 +
<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>
 +
 
 +
 
 +
 
 +
<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"
 +
-->
 +
 
 +
 
 +
<div style="margin:10px">
 +
    <object width="205" height="200">
 +
      <param name="movie" value="http://www.youtube.com/v/QA-tETsb3Wo&hl=en&fs=1">
 +
      </param>
 +
      <param name="allowFullScreen" value="true">
 +
      </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