Team:Duke

From 2008.igem.org

(Difference between revisions)
(Prototype team page)
 
(30 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;">
+
<!--
-
<div id="template" style="text-align: center; font-weight: bold; font-size: large; color: #f6f6f6; padding: 5px;">
+
  Landing page
-
This is a template page. READ THESE INSTRUCTIONS.
+
  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>
 +
<!--
 +
  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>
 +
 
 +
.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:rgb(0,0,64);
 +
margin-bottom:30px;
 +
}
 +
 
 +
.links tr {
 +
background-color: rgb(0,0,65);
 +
}
 +
 
 +
.links td:hover {
 +
background-color: rgb(255,141,28);
 +
}
 +
 
 +
 
 +
.links a{
 +
text-decoration:none;
 +
font-size:15pt;
 +
        font-weight:bold;
 +
        font:'Helvetica Neue', 'Helvetica', 'Arial', sans-serif;
 +
color: rgb(255,255,255);
 +
}
 +
 
 +
.links a:active {
 +
        background-color: rgb(255,141,28);
 +
}
 +
 
 +
.links a:hover {
 +
        color: rgb(255,255,255);
 +
}
 +
 
 +
#navactive {
 +
        background-color: rgb(255,141,28);
 +
}
 +
 
 +
 
 +
#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;
 +
}
 +
</style>
 +
<! -- END of style sheet -->
 +
 
 +
</head>
 +
<body>
 +
 
 +
<!-- Duke iGEM 2008 Logo --> 
 +
<div id="header">
 +
<img src="https://static.igem.org/mediawiki/2008/0/0d/Duke_logo2.png" width="100%" alt="Duke University iGEM 2008" />
</div>
</div>
-
<div id="instructions" style="text-align: center; font-weight: normal; font-size: small; color: #f6f6f6; padding: 5px;">
+
 
-
You are provided with this team page template with which to start the iGEM season.  You 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>.
+
<!-- Table displaying top row of links -->
 +
<table class="links" >
 +
  <tr>
 +
    <td align="center" id="navactive"><a class="mainLinks" href="https://2008.igem.org/Team:Duke" >Home</a> </td>
 +
    <td align="center" ><a class="mainLinks" href="https://2008.igem.org/Team:Duke/project/" >Projects</a> </td>
 +
    <td align="center" ><a class="mainLinks" href="https://2008.igem.org/Team:Duke/brainstorming/" >Brainstorming</a> </td>
 +
    <td align="center" ><a class="mainLinks" href="https://2008.igem.org/Team:Duke/About_Us" >About Us</a> </td>
 +
  </tr>
 +
</table>
 +
 
 +
<div id="header">
 +
  <img src="http://www.bme.duke.edu/images/header.gif" width="30%" alt="Duke Biomedical Engineering" />
</div>
</div>
-
<div id="warning" style="text-align: center; font-weight: bold; font-size: small; color: #f6f6f6; padding: 5px;">
+
<br>
-
You <strong>MUST</strong> have a team description page, a project abstract, a complete project description, and a lab notebookPLEASE keep all of your pages within your Team:Example namespace. 
+
<br>
-
</div>
+
This year has been going pretty good so far for the Duke iGEM team.  For the first time in who knows when the Duke Football team isn't the laughingstock of the entire college football world, there hasn't been an ethidium bromide disaster this year, and most importantly iGEM 2008 is coming up!
-
</div>
+
<br>
-
</html>
+
<br>
 +
That being said, this year has not been without strife.  The Duke iGEM team had to face several major obstacles such as the beautiful weather outside, construction workers, an outbreak of slacker-itis, and the revelation that one of us is a Carolina fanHowever, the 2008 Duke iGEM team was able to overcome these challenges and is proud to present :  
 +
<center> <h4>Attacking the plastic waste problem: a two-pronged approach</h4></center>
 +
<br>
-
<!-- *** End of the alert box *** -->
 
 +
<table> <!-- Table for Navigation Links -->
 +
<tr>
-
{|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.
 
-
|[[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:Duke | Team Example 2]]
 
-
|}
 
-
<!--- The Mission, Experiments --->
 
-
{| style="color:#1b2c8a;background-color:#0c6;" cellpadding="3" cellspacing="1" border="1" bordercolor="#fff" width="62%" align="center"
+
 
-
!align="center"|[[Team:Duke|Home]]
+
 
-
!align="center"|[[Team:Duke/Team|The Team]]
+
<!-- Inspirational Quote -->
-
!align="center"|[[Team:Duke/Project|The Project]]
+
<div><br><br><hr/>
-
!align="center"|[[Team:Duke/Parts|Parts Submitted to the Registry]]
+
  <p align="right"><i>You can do anything you set your mind to when you have vision, determination, and an endless supply of expendable labor.</i></p>
-
!align="center"|[[Team:Duke/Modeling|Modeling]]
+
  <p align="right">-Larry Kersten</p>
-
!align="center"|[[Team:Duke/Notebook|Notebook]]
+
</div>
-
|}
+
 
-
(''Or you can choose different headings.  But you must have a team page, a project page, and a notebook page.'')
+
</body>
 +
</html>

Latest revision as of 01:22, 30 October 2008



This year has been going pretty good so far for the Duke iGEM team. For the first time in who knows when the Duke Football team isn't the laughingstock of the entire college football world, there hasn't been an ethidium bromide disaster this year, and most importantly iGEM 2008 is coming up!

That being said, this year has not been without strife. The Duke iGEM team had to face several major obstacles such as the beautiful weather outside, construction workers, an outbreak of slacker-itis, and the revelation that one of us is a Carolina fan. However, the 2008 Duke iGEM team was able to overcome these challenges and is proud to present :

Attacking the plastic waste problem: a two-pronged approach





You can do anything you set your mind to when you have vision, determination, and an endless supply of expendable labor.

-Larry Kersten