Team:Illinois/test template
From 2008.igem.org
(Difference between revisions)
Line 1: | Line 1: | ||
- | < | + | <html> |
- | < | + | <link rel="stylesheet" type="text/css" href="http://student.kuleuven.be/~s0173901/wiki/css/header.css" /> |
- | + | <link rel="stylesheet" type="text/css" href="http://student.kuleuven.be/~s0173901/wiki/css/dropdown.css" /> | |
- | < | + | |
- | < | + | <script type="text/javascript" src="http://student.kuleuven.be/~s0173901/wiki/js/jquery.js"></script> |
+ | <script type="text/javascript"> | ||
+ | function ddnav() { | ||
+ | $('#ddNav li').hover( | ||
+ | function () { | ||
+ | $(this).find('div:first').css('display','block');}, | ||
+ | function () { | ||
+ | $(this).find('div:first').css('display','none');} | ||
+ | ); | ||
+ | } | ||
+ | function ddnavsub() { | ||
+ | $('#ddNav span > a').toggle( | ||
+ | function () { | ||
+ | $(this).removeClass("expand").addClass("collapse"); | ||
+ | $(this).parent().find('div:first').slideDown('fast'); | ||
+ | $(this).hover( | ||
+ | function (){$(this).css('background-color','#99AAFF')}, | ||
+ | function (){$(this).css('background-color','#99AAFF')});}, | ||
+ | function () { | ||
+ | $(this).removeClass("collapse").addClass("expand"); | ||
+ | $(this).parent().find('div:first').css('display','none'); | ||
+ | $(this).hover( | ||
+ | function (){$(this).css('background-color','#99CCFF')}, | ||
+ | function (){$(this).css('background-color','#FFFFFF')});} | ||
+ | ).addClass('expand'); | ||
+ | } | ||
+ | |||
+ | function ddmozilla() { | ||
+ | |||
+ | } | ||
+ | |||
+ | $(function () { | ||
+ | ddnav(); | ||
+ | ddnavsub(); | ||
+ | }); | ||
+ | </script> | ||
+ | |||
+ | <div id="header"> | ||
+ | |||
+ | <!-- utility navigation --> | ||
+ | <div id="utilNav"> | ||
<ul> | <ul> | ||
- | <li | + | <li id="homepage"><a title="Return to the KULeuven iGEM 2008 homepage" href="https://2008.igem.org/Team:KULeuven">Home</a></li> |
- | + | <li id="reports"><a title="Keep track of our progress throughout the summer" href="https://2008.igem.org/Team:KULeuven/Meeting_Reports">Reports</a></li> | |
- | < | + | <li id="calendar"><a title="View important events" href="https://2008.igem.org/Team:KULeuven/Meeting_Calendar">Calendar</a></li> |
- | + | ||
- | + | ||
- | + | ||
- | <li | + | |
- | + | ||
</ul> | </ul> | ||
+ | </div> | ||
+ | <!-- END utility navigation --> | ||
- | <div id=" | + | <!-- supplementary navigation --> |
+ | <div id="suppNav"> | ||
+ | <div id="wiki-search"> | ||
+ | <form action="http://www.google.com/cse" id="cse-search-box"> | ||
+ | |||
+ | <div> | ||
+ | <input type="hidden" name="cx" value="014084360811440219920:o0ayl5nue-m" /> | ||
+ | <input type="hidden" name="ie" value="UTF-8" /> | ||
+ | <input type="text" name="q" size="35" value="Search..." /> | ||
+ | <input type="submit" name="sa" id="search" value=" " title="Go!" /> | ||
+ | </div> | ||
+ | |||
+ | </form> | ||
+ | </div> | ||
- | |||
<ul> | <ul> | ||
- | <li id=" | + | <li id="abstract"><a title="See what's Dr.Coli all about" href="https://2008.igem.org/Team:KULeuven/Project"><strong>Project</strong> abstract</a></li> |
- | <li id=" | + | <li id="team"><a title="List of all our team participants" href="https://2008.igem.org/Team:KULeuven/Team/Students"><strong>Meet</strong> the team</a></li> |
- | <li id=" | + | <li id="guestbook"><a title="Take a peek at our guestbook" href="https://2008.igem.org/Team:KULeuven/Guestbook"><strong>Leave</strong> a message</a></li> |
- | <li id=" | + | <li id="mail"><a title="Questions, want to cooperate with our team or drop by? Let us know" href="mailto:igem@kuleuven.be?SUBJECT=IGEM%202008"><strong>Mail</strong> us</a></li> |
</ul> | </ul> | ||
- | <div | + | </div> |
- | <ul> | + | <!-- END supplementary navigation --> |
- | <li | + | |
- | <li | + | <!-- logo --> |
+ | <div id="logo"> | ||
+ | <a href="https://2008.igem.org/Team:KULeuven"><img src="https://static.igem.org/mediawiki/2008/5/56/KUL_Logo-80x122.png" /></a> | ||
+ | </div> | ||
+ | <!-- END logo --> | ||
+ | |||
+ | <!-- main navigation --> | ||
+ | <div id="mainNav"> | ||
+ | |||
+ | <ul id="ddNav"> | ||
+ | <li> | ||
+ | <a>The Team</a> | ||
+ | <div> | ||
+ | <a href="https://2008.igem.org/Team:KULeuven/Team/LabsandGroups">Research Labs and Groups</a> | ||
+ | <a href="https://2008.igem.org/Team:KULeuven/Team/Students">Students</a> | ||
+ | <a href="https://2008.igem.org/Team:KULeuven/Team/Instructors">Instructors</a> | ||
+ | <a href="https://2008.igem.org/Team:KULeuven/Team/Advisors">Advisors</a> | ||
+ | <a href="https://2008.igem.org/Team:KULeuven/Team/Pictures">Pictures</a> | ||
+ | </div> | ||
+ | </li> | ||
+ | <li> | ||
+ | <a>The Project</a> | ||
+ | <div> | ||
+ | <a href="https://2008.igem.org/Team:KULeuven/Project">Summary</a> | ||
+ | <span> | ||
+ | <a>Components</a> | ||
+ | <div> | ||
+ | <a href="https://2008.igem.org/Team:KULeuven/Project/Input">Input</a> | ||
+ | <a href="https://2008.igem.org/Team:KULeuven/Project/Output">Output</a> | ||
+ | <a href="https://2008.igem.org/Team:KULeuven/Project/Filter">Filter</a> | ||
+ | <a href="https://2008.igem.org/Team:KULeuven/Project/Inverter">Invertimer</a> | ||
+ | <a href="https://2008.igem.org/Team:KULeuven/Project/Reset">Reset</a> | ||
+ | <a href="https://2008.igem.org/Team:KULeuven/Project/CellDeath">Cell Death</a> | ||
+ | <a href="https://2008.igem.org/Team:KULeuven/Project/Memory">Memory</a> | ||
+ | </div> | ||
+ | </span> | ||
+ | <a href="https://2008.igem.org/Team:KULeuven/Evaluation">End Evaluation</a> | ||
+ | <a href="https://2008.igem.org/Team:KULeuven/Literature">Literature</a> | ||
+ | <a href="https://2008.igem.org/Team:KULeuven/Brainstorm">Brainstorm</a> | ||
+ | </div> | ||
+ | </li> | ||
+ | <li> | ||
+ | <a>Ethics</a> | ||
+ | <div> | ||
+ | <a href="https://2008.igem.org/Team:KULeuven/Ethics/Introduction">Introduction</a> | ||
+ | <span> | ||
+ | <a>Three A's</a> | ||
+ | <div> | ||
+ | <a href="https://2008.igem.org/Team:KULeuven/Ethics/Threeas/Defining">Defining the three A's</a> | ||
+ | <a href="https://2008.igem.org/Team:KULeuven/Ethics/Threeas/Physics">Developments in modern physics</a> | ||
+ | <a href="https://2008.igem.org/Team:KULeuven/Ethics/Threeas/Biology">Developments in biology</a> | ||
+ | </div> | ||
+ | </span> | ||
+ | <span> | ||
+ | <a>Concerns & Issues</a> | ||
+ | <div> | ||
+ | <a href="https://2008.igem.org/Team:KULeuven/Ethics/Concerns/Defining">Defining synthetic biology</a> | ||
+ | <a href="https://2008.igem.org/Team:KULeuven/Ethics/Concerns/Framework">A framework</a> | ||
+ | <a href="https://2008.igem.org/Team:KULeuven/Ethics/Concerns/Concerns">Concerns</a> | ||
+ | <a href="https://2008.igem.org/Team:KULeuven/Ethics/Concerns/Issues">Issues</a> | ||
+ | <a href="https://2008.igem.org/Team:KULeuven/Ethics/Concerns/Answers">The need for answers</a> | ||
+ | </div> | ||
+ | </span> | ||
+ | <span> | ||
+ | <a>Biological Robotics</a> | ||
+ | <div> | ||
+ | <a href="https://2008.igem.org/Team:KULeuven/Ethics/Robotics/KULeuven">KULeuven iGEM 2008 project</a> | ||
+ | <a href="https://2008.igem.org/Team:KULeuven/Ethics/Robotics/Robotics">Biological robotics</a> | ||
+ | </div> | ||
+ | </span> | ||
+ | <a href="https://2008.igem.org/Team:KULeuven/Ethics/Afterword">Afterword</a> | ||
+ | <a href="https://2008.igem.org/Team:KULeuven/Ethics/References">References</a> | ||
+ | </div> | ||
+ | </li> | ||
+ | <li> | ||
+ | <a>Submitted Parts</a> | ||
+ | <div> | ||
+ | <a href="https://2008.igem.org/Team:KULeuven/Parts">Listing</a> | ||
+ | <a href="http://partsregistry.org/cgi/partsdb/pgroup.cgi?pgroup=iGEM2008&group=KULeuven">Sandbox</a> | ||
+ | </div> | ||
+ | </li> | ||
+ | <li> | ||
+ | <a>Modeling</a> | ||
+ | <div> | ||
+ | <a href="https://2008.igem.org/Team:KULeuven/Model/Overview">Overview</a> | ||
+ | <a href="https://2008.igem.org/Team:KULeuven/Model/KineticConstants">Kinetic Constants</a> | ||
+ | <span> | ||
+ | <a>Components</a> | ||
+ | <div> | ||
+ | <a href="https://2008.igem.org/Team:KULeuven/Model/Output">Output</a> | ||
+ | <a href="https://2008.igem.org/Team:KULeuven/Model/Filter">Filter</a> | ||
+ | <a href="https://2008.igem.org/Team:KULeuven/Model/Inverter">Invertimer</a> | ||
+ | <a href="https://2008.igem.org/Team:KULeuven/Model/Reset">Reset</a> | ||
+ | <a href="https://2008.igem.org/Team:KULeuven/Model/CellDeath">Cell Death</a> | ||
+ | <a href="https://2008.igem.org/Team:KULeuven/Model/Memory">Memory</a> | ||
+ | </div> | ||
+ | </span> | ||
+ | <a href="https://2008.igem.org/Team:KULeuven/Model/FullModel">Full Model</a> | ||
+ | <a href="https://2008.igem.org/Team:KULeuven/Model/Sensitivity">Sensitivity Analysis</a> | ||
+ | <a href="https://2008.igem.org/Team:KULeuven/Model/MultiCell">Multi-cell Model</a> | ||
+ | <a href="https://2008.igem.org/Team:KULeuven/Model/Diffusion">Diffusion</a> | ||
+ | </div> | ||
+ | </li> | ||
+ | <li> | ||
+ | <a>Data Analysis</a> | ||
+ | <div> | ||
+ | <a href="https://2008.igem.org/Team:KULeuven/Data/Overview">Overview</a> | ||
+ | <span> | ||
+ | <a>New Parts</a> | ||
+ | <div> | ||
+ | <a href="https://2008.igem.org/Team:KULeuven/Data/GFP">GFP (LVA-tag)</a> | ||
+ | <a href="https://2008.igem.org/Team:KULeuven/Data/Other_Parts">Other</a> | ||
+ | </div> | ||
+ | </span> | ||
+ | <span> | ||
+ | <a>Components</a> | ||
+ | <div> | ||
+ | <a href="https://2008.igem.org/Team:KULeuven/Data/Input">Input</a> | ||
+ | <a href="https://2008.igem.org/Team:KULeuven/Data/Output">Output</a> | ||
+ | <a href="https://2008.igem.org/Team:KULeuven/Data/Other_Components">Other</a> | ||
+ | </div> | ||
+ | </span> | ||
+ | <a href="https://2008.igem.org/Team:KULeuven/Data/FullModel">Full Model</a> | ||
+ | </div> | ||
+ | </li> | ||
+ | <li> | ||
+ | <a>Software</a> | ||
+ | <div> | ||
+ | <a href="https://2008.igem.org/Team:KULeuven/Software/MultiCell">Multi-cell Toolbox</a> | ||
+ | <a href="https://2008.igem.org/Team:KULeuven/Software/Simbiology2LaTeX">Simbiology2LaTeX Toolbox</a> | ||
+ | </div> | ||
+ | </li> | ||
+ | <li> | ||
+ | <a>Notebook</a> | ||
+ | <div> | ||
+ | <a href="https://2008.igem.org/Team:KULeuven/Protocols">Protocols</a> | ||
+ | <span> | ||
+ | <a>Reports</a> | ||
+ | <div> | ||
+ | <a href="https://2008.igem.org/Team:KULeuven/Meeting Reports">Daily</a> | ||
+ | <a href="https://2008.igem.org/Team:KULeuven/Weekly Meetings">Weekly</a> | ||
+ | </div> | ||
+ | </span> | ||
+ | <span> | ||
+ | <a>Lab Data</a> | ||
+ | <div> | ||
+ | <a href="https://2008.igem.org/Team:KULeuven/Freezer">Freezer</a> | ||
+ | <a href="https://2008.igem.org/Team:KULeuven/Primers">Primers</a> | ||
+ | <a href="https://2008.igem.org/Team:KULeuven/Ligation">Ligation</a> | ||
+ | </div> | ||
+ | </span> | ||
+ | <a href="https://2008.igem.org/Team:KULeuven/Tools">Tools</a> | ||
+ | <a href="https://2008.igem.org/Team:KULeuven/Press">Press</a> | ||
+ | |||
+ | </div> | ||
+ | </li> | ||
+ | |||
</ul> | </ul> | ||
</div> | </div> | ||
+ | <!-- END main navigation --> | ||
</div> | </div> | ||
+ | </html> |
Revision as of 01:29, 23 October 2008