|
|
(29 intermediate revisions not shown) |
Line 1: |
Line 1: |
| <html> | | <html> |
- | <link rel="stylesheet" type="text/css" href="http://student.kuleuven.be/~s0173901/wiki/css/header.css" /> | + | <link rel="stylesheet" href="http://bxia.awardspace.com/cssmenu.css" type="text/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> | + | <div class="menuminwidth0"> |
- | <script type="text/javascript"> | + | <div class="menuminwidth1"> |
- | function ddnav() {
| + | <div class="menuminwidth2"> |
- | $('#ddNav li').hover(
| + | <div class="menu"> |
- | function () {
| + | <ul> |
- | $(this).find('div:first').css('display','block');},
| + | <li> |
- | function () {
| + | <a title="Home" href="https://2008.igem.org/Team:Illinois" class="menu">Home</a> |
- | $(this).find('div:first').css('display','none');}
| + | </li> |
- | );
| + | </ul> |
- | }
| + | <ul> |
| + | <li> |
| + | <a title="Team" href="https://2008.igem.org/Team:Illinois/Team" class="menu">Team</a> |
| + | <ul> |
| + | <li> |
| + | <a title="Pictures" href="https://2008.igem.org/Team:Illinois/Pictures" class="menu">Pictures</a> |
| + | </li> |
| + | </ul> |
| + | </span> |
| + | </li> |
| | | |
- | 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() {
| |
| | | |
- | }
| + | <ul> |
- |
| + | <li> |
- | $(function () {
| + | <a title="Projects" href="https://2008.igem.org/Team:Illinois/Project" class="menu">Projects</a> |
- | ddnav();
| + | <ul> |
- | ddnavsub();
| + | <li> |
- | });
| + | <a title="GPCR" href="https://2008.igem.org/Team:Illinois/Antibody_GPCR_Fusion">GPCR</a> |
- | </script> | + | </li> |
| | | |
- | <div id="header"> | + | <li> |
| + | <a title="RTK" href="https://2008.igem.org/Team:Illinois/Antibody_RTK_Fusion">RTK</a> |
| + | </li> |
| | | |
- | <!-- utility navigation -->
| + | <li> |
- | <div id="utilNav">
| + | <a title="Bimolecular Florescence" href="https://2008.igem.org/Team:Illinois/Antibody_GPCR_Fusion">Bimolecular Florescence</a> |
- | <ul>
| + | </li> |
- | <li id="homepage"><a title="Return to the KULeuven iGEM 2008 homepage" href="https://2008.igem.org/Team:KULeuven">Home</a></li> | + | </ul> |
- | <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>
| + | </span> |
- | <li id="calendar"><a title="View important events" href="https://2008.igem.org/Team:KULeuven/Meeting_Calendar">Calendar</a></li>
| + | </li> |
- | </ul> | + | |
- | </div> | + | |
- | <!-- END utility navigation --> | + | |
| | | |
- | <!-- supplementary navigation -->
| |
- | <div id="suppNav">
| |
- | <div id="wiki-search">
| |
- | <form action="http://www.google.com/cse" id="cse-search-box">
| |
| | | |
- | <div> | + | <ul> |
- | <input type="hidden" name="cx" value="014084360811440219920:o0ayl5nue-m" /> | + | <li> |
- | <input type="hidden" name="ie" value="UTF-8" /> | + | <a title="Notebooks" href="https://2008.igem.org/Team:Illinois/Notebook" class="menu">Notebooks</a> |
- | <input type="text" name="q" size="35" value="Search..." />
| + | <ul> |
- | <input type="submit" name="sa" id="search" value=" " title="Go!" />
| + | |
- | </div> | + | |
| | | |
- | </form>
| |
- | </div>
| |
| | | |
- | <ul>
| + | <li> |
- | <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> | + | <a title="RTK Notebook" href="https://2008.igem.org/Team:Illinois/Antibody_Receptor_Tyrosine_Kinase_Fusion_Notebook">RTK Notebook</a> |
- | <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> |
- | <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="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>
| + | |
| | | |
- | </div> | + | <li> |
- | <!-- END supplementary navigation --> | + | <a title="Bimolecular Florescence Notebook" href="https://2008.igem.org/Team:Illinois/Bimolecular_Fluorescence_Biosensor_Notebook">Bimolecular Florescence Notebook</a> |
| + | </li> |
| + | </ul> |
| + | </span> |
| | | |
- | <!-- logo --> | + | </li> |
- | <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"> | + | <ul> |
- | <li>
| + | <li> |
- | <a>The Team</a>
| + | <a title="Resources" href="https://2008.igem.org/Team:Illinois/Project" class="menu">Resources</a> |
- | <div>
| + | <ul> |
- | <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> | | <li> |
- | <a>Ethics</a>
| + | <a title="Research Articles" href="https://2008.igem.org/Team:Illinois/Research_articles">Research Artilces</a> |
- | <div>
| + | </li> |
- | <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> | | <li> |
- | <a>Software</a>
| + | <a title="Protocols" href="https://2008.igem.org/Team:Illinois/Current_Tasks">Protocols</a> |
- | <div>
| + | </li> |
- | <a href="https://2008.igem.org/Team:KULeuven/Software/MultiCell">Multi-cell Toolbox</a>
| + | </ul> |
- | <a href="https://2008.igem.org/Team:KULeuven/Software/Simbiology2LaTeX">Simbiology2LaTeX Toolbox</a>
| + | </li> |
- | </div>
| + | </span> |
- | </li>
| + | <ul> |
- | <li>
| + | <li> |
- | <a>Notebook</a>
| + | <a title="Pictures" href="https://2008.igem.org/Team:Illinois/Pictures" class="menu">Pictures</a> |
- | <div>
| + | </li> |
- | <a href="https://2008.igem.org/Team:KULeuven/Protocols">Protocols</a>
| + | </ul> |
- | <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>
| + | |
| | | |
- | </div> | + | |
- | <!-- END main navigation --> | + | |
| + | |
| + | |
| + | </ul> |
| + | </li> |
| + | </ul> |
| | | |
| + | </div> |
| + | </div> |
| + | </div> |
| </div> | | </div> |
| </html> | | </html> |
| + | <!-- |
| + | |
| + | <ul> |
| + | <li> |
| + | <h2>**Insert header here**</h2> |
| + | <ul> |
| + | <li> |
| + | **Insert stuff here** |
| + | </li> |
| + | </ul> |
| + | </li> |
| + | </ul> |
| + | --> |