|
|
(33 intermediate revisions not shown) |
Line 1: |
Line 1: |
- | <html> | + | __NOTOC__<html> |
- | <head>
| + | </p> |
| + | |
| + | <!-- start our own full-view content wrapper --> |
| + | |
| + | <head> |
| + | <style> |
| + | body { |
| + | background-image:url('https://static.igem.org/mediawiki/2010/a/a9/Cam-Theoback.png'); |
| + | background-position:top center; |
| + | background-repeat:repeat-y |
| + | } |
| + | </style> |
| + | |
| + | <link rel="stylesheet" type="text/css" href="https://2012.igem.org/Team:TU-Eindhoven/css?action=raw&ctype=text/css" /> |
| + | |
| + | <script type="text/javascript"> |
| | | |
| var _gaq = _gaq || []; | | var _gaq = _gaq || []; |
- | _gaq.push(['_setAccount', 'UA-65298-13']); | + | _gaq.push(['_setAccount', 'UA-33355234-1']); |
| _gaq.push(['_trackPageview']); | | _gaq.push(['_trackPageview']); |
| | | |
Line 13: |
Line 28: |
| | | |
| </script> | | </script> |
- | <style>
| |
- | h2{color:#96d446; }
| |
- | h1, h2, h3, h4, h5{font-family:"Vollkorn", serif; font-size:200%; line-height:35px; border-bottom:0; margin-bottom:5px; border-top:1px dotted #e3e3e3; margin-top:10px; padding-top:30px; font-weight:normal;}
| |
- | h2.noline{ border-top:0; margin-top:0; padding-top:0; margin-bottom:0; line-height:20px; padding-top:2px; font-size:20px;}
| |
- | h2.topheader{border-top:0; padding-top:0; margin-top:5px;}
| |
- |
| |
- | </style>
| |
| | | |
| <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.2/jquery.min.js"></script> | | <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.2/jquery.min.js"></script> |
Line 29: |
Line 37: |
| | | |
| <script type="text/javascript"> | | <script type="text/javascript"> |
- | $('.left-menu ul')[0].innerHTML="<li><a href=\"https://2010.igem.org\" style=\"font-weight:bold; text-transform:none\">iGEM HQ</a></li>"+$('.left-menu ul')[0].innerHTML; | + | $('.left-menu ul')[0].innerHTML="<li><a href=\"https://2012.igem.org\" style=\"font-weight:bold; text-transform:none\">iGEM HQ</a></li>"+$('.left-menu ul')[0].innerHTML; |
| $(function() { | | $(function() { |
| $('ul.llmenu').lavaLamp({ speed: 300, autoReturn: true , target:'li'}); | | $('ul.llmenu').lavaLamp({ speed: 300, autoReturn: true , target:'li'}); |
Line 42: |
Line 50: |
| }); | | }); |
| </script> | | </script> |
- | <script type="text/javascript" src="/Team:Cambridge/lightbox/js?action=raw"></script> | + | <script type="text/javascript" src="/Team:TU-Eindhoven/lightbox/js?action=raw&ctype=text/javascript"></script> |
| | | |
| <link href='http://fonts.googleapis.com/css?family=Vollkorn:regular,bold&subset=latin' rel='stylesheet' type='text/css'> | | <link href='http://fonts.googleapis.com/css?family=Vollkorn:regular,bold&subset=latin' rel='stylesheet' type='text/css'> |
Line 158: |
Line 166: |
| }); | | }); |
| $('a.image').lightBox(); | | $('a.image').lightBox(); |
- | });
| |
- | </script>
| |
- | </head>
| |
- | <body class="mediawiki ltr ns-0 ns-subject page-Team_TU-Eindhoven_Templates_headerMinimalprototype">
| |
- | <div id="globalWrapper">
| |
| | | |
- | <div id="top-section">
| + | var top = $('#accmenu').offset().top - parseFloat($('#accmenu').css('margin-top').replace(/auto/, 0)); |
- | <div id="p-logo">
| + | |
- | <a href="/Main_Page"
| + | |
- | title="Main Page">
| + | |
- | <img src='/wiki/skins/common/images/wiki.png'>"
| + | |
- | </a>
| + | |
- | </div> <!-- end p-logo -->
| + | |
- | <script type="text/javascript"> if (window.isMSIE55) fixalpha(); </script>
| + | |
| | | |
| + | $(window).scroll(function () { |
| + | // what the y position of the scroll is |
| + | var y = $(window).scrollTop(); |
| | | |
| + | // whether that's below the form |
| + | if(y >= top) { |
| + | // if so, add the fixed class |
| + | $('#accmenu').addClass('fixed'); |
| + | } else { |
| + | // otherwise, remove it |
| + | $('#accmenu').removeClass('fixed'); |
| + | } |
| + | }); |
| | | |
- | <div id="menubar" class='left-menu noprint'>
| + | }); |
- | <ul>
| + | </script> |
- | <li
| + | |
- | class='selected' ><a href="/Team:TU-Eindhoven/Templates/headerMinimalprototype">Page </a></li>
| + | |
- | <li
| + | |
- | class='new' ><a href="/wiki/index.php?title=Talk:Team:TU-Eindhoven/Templates/headerMinimalprototype&action=edit&redlink=1">Discussion </a></li>
| + | |
- | <li
| + | |
- | ><a href="/wiki/index.php?title=Team:TU-Eindhoven/Templates/headerMinimalprototype&action=edit">Edit </a></li>
| + | |
- | <li
| + | |
- | ><a href="/wiki/index.php?title=Team:TU-Eindhoven/Templates/headerMinimalprototype&action=history">History </a></li>
| + | |
- | <li
| + | |
- | ><a href="/Special:MovePage/Team:TU-Eindhoven/Templates/headerMinimalprototype">Move </a></li>
| + | |
- | <li
| + | |
- | ><a href="/wiki/index.php?title=Team:TU-Eindhoven/Templates/headerMinimalprototype&action=watch">Watch </a></li>
| + | |
- | <li style='color:#808080;cursor:default'>teams</li>
| + | |
- | </ul>
| + | |
- | </div> <!-- end menubar (left) -->
| + | |
| | | |
- | <div class="right-menu noprint" id="menubar">
| + | </head> |
- | <ul>
| + | |
- | <li id="pt-userpage"><a href="/User:Christiaanpeppenster" title="Your user page [.]" accesskey="." class="new">Christiaanpeppenster</a></li> <li id='pt-preferences'><a href='https://igem.org/User_Information' title='My account'>My account</a></li>
| + | |
- | <li id="pt-logout"><a href="/wiki/index.php?title=Special:UserLogout&returnto=Team:TU-Eindhoven/Templates/headerMinimalprototype" title="Log out">Log out</a></li> </ul>
| + | |
- | </div><!-- end right menubar -->
| + | |
| | | |
- | <div id="search-controls" class="noprint">
| |
- | <form action="/Special:Search" id="searchform">
| |
- | <input id="searchInput" name="search" type="text" title="Search 2012.igem.org [f]" accesskey="f" value="" />
| |
- | <input type='submit' name="go" class="searchButton" id="searchGoButton" value="Go" title="Go to a page with this exact name if exists" />
| |
- | <input type='submit' name="fulltext" class="searchButton" id="mw-searchButton" value="Search" title="Search the pages for this text" />
| |
- | </form>
| |
- | </div> <!-- close search controls -->
| |
- | </div> <!-- close top-section-->
| |
- | <div id="content">
| |
- | <a name="top" id="top"></a>
| |
- | <h1 class="firstHeading">Team:TU-Eindhoven/Templates/headerMinimalprototype</h1>
| |
- | <div id="bodyContent">
| |
- | <h3 id="siteSub" class='noprint'>From 2012.igem.org</h3>
| |
- | <div id="contentSub"></div>
| |
- | <!--
| |
- | <div id="jump-to-nav">Jump to: <a href="#column-one">navigation</a>, <a href="#searchInput">search</a></div>-->
| |
- | <!-- start content -->
| |
- | <p>
| |
| | | |
| | | |
- | <link rel="stylesheet" type="text/css" href="https://2010.igem.org/Team:Cambridge/thecss?action=raw&ctype=text/css" />
| |
| | | |
- | <style> | + | <body> |
- | body{background-image:url('https://static.igem.org/mediawiki/2010/a/a9/Cam-Theoback.png'); | + | |
- | background-position:top center;
| + | |
- | background-repeat:repeat-y
| + | |
- | }
| + | |
| | | |
- | </style> | + | <!-- start wrapper for header, left and right column --> |
| <div id="wrap"> | | <div id="wrap"> |
- | <div id="header"><img align="center" style="margin-bottom:0px; padding:0;" src="https://static.igem.org/mediawiki/2010/d/d4/CamBillHeaderSq.png" usemap="#headermap" alt="E. glowli"> </div>
| |
- | <map name="headermap">
| |
- | <area shape="rect" coords="10,30,250,240" href="https://2010.igem.org/Team:Cambridge" />
| |
- | <area shape="rect" coords="888,177,942,201" href="http://www.flickr.com/people/roberts87/" />
| |
- | </map>
| |
- | <div id="left">
| |
- |
| |
- | <ul id="accmenu">
| |
- | <li><a class="head" href="#"> Introduction</a>
| |
- | <ul class="llmenu llmenublue">
| |
- | <li><a href="/Team:Cambridge">Home</a></li>
| |
| | | |
| + | <!-- start header --> |
| + | <div id="header" class="clickableDiv"> |
| + | <a href="https://2012.igem.org/Team:TU-Eindhoven"> </a> |
| + | </div> |
| + | <script type="text/javascript"> |
| + | $(".clickableDiv").click(function(){ |
| + | window.location=$(this).find("a").attr("href"); |
| + | return false; |
| + | }); |
| + | </script> |
| + | <!-- end header --> |
| | | |
- | <li><a href="/Team:Cambridge/TheTeam">Meet the Team</a></li> | + | <!-- start left column --> |
| + | <div id="left"> |
| + | </html> |
| + | {{:Team:TU-Eindhoven/menu}} |
| + | <html> |
| + | </div> |
| + | <!-- end left column --> |
| | | |
- | <li><a href="/Team:Cambridge/Photos">Photo Gallery</a></li> | + | <!-- begin right column --> |
- | <li><a href="/Team:Cambridge/Videos">Videos</a></li> | + | <div id="right"> |
- | <li><a href="/Team:Cambridge/BioBricks">Parts submitted</a></li> | + | </html> |
- | | + | |
- | | + | |
- | </ul>
| + | |
- | </li>
| + | |
- | <li><a class="head" href="#">Project Firefly</a>
| + | |
- | <ul class="llmenu llmenugreen">
| + | |
- | <li><a href="/Team:Cambridge/Bioluminescence">Introduction</a></li>
| + | |
- | <li><a href="/Team:Cambridge/Bioluminescence/Background_Firefly">Background</a></li>
| + | |
- | <li><a href="/Team:Cambridge/Bioluminescence/Colour">Coloured outputs</a></li>
| + | |
- | <li><a href="/Team:Cambridge/Bioluminescence/Luciferin_Regeneration">Luciferin recovery</a></li>
| + | |
- | <li><a href="/Team:Cambridge/Bioluminescence/Firefly_Modelling">Modelling</a></li>
| + | |
- | <li><a href="/Team:Cambridge/Bioluminescence/Firefly_Characterisation">Characterisation</a></li>
| + | |
- | </ul>
| + | |
- | </li>
| + | |
- | | + | |
- | <li><a class="head" href="#">Project Vibrio</a>
| + | |
- | <ul class="llmenu llmenublue">
| + | |
- | <li><a href="/Team:Cambridge/Bioluminescence/Bacterial_Luciferases">Introduction</a></li>
| + | |
- | <li><a href="/Team:Cambridge/Bioluminescence/Background">Background</a></li>
| + | |
- | <li><a href="/Team:Cambridge/Bioluminescence/G28">The LuxBrick</a></li>
| + | |
- | <li><a href="/Team:Cambridge/Bioluminescence/Bacterial_Codon_optimisation">Codon optimisation</a></li>
| + | |
- | <li><a href="/Team:Cambridge/Bioluminescence/Vibrio_Modelling">Modelling</a></li>
| + | |
- | <li><a href="/Team:Cambridge/Bioluminescence/Vibrio_Characterisation">Characterisation</a></li>
| + | |
- | </ul>
| + | |
- | </li>
| + | |
- | <li><a class="head" href="#">Tools</a>
| + | |
- | <ul class="llmenu llmenured">
| + | |
- | <li><a href="/Team:Cambridge/Tools/Gibson">Gibthon</a></li>
| + | |
- | <li><a href="/Team:Cambridge/Tools/GenBank">BioBrick → GenBank</a></li>
| + | |
- | <li><a href="/Team:Cambridge/Tools/Ligate">Ligation Calculator</a></li>
| + | |
- | <li><a href="/Team:Cambridge/Tools/Eglometer">The E.glometer</a></li>
| + | |
- | | + | |
- | </ul>
| + | |
- | </li>
| + | |
- | <li><a class="head" href="#">Gibson Assembly</a>
| + | |
- | <ul class="llmenu llmenublue">
| + | |
- | <li><a href="/Team:Cambridge/Gibson/Introduction">Introduction</a></li>
| + | |
- | <li><a href="/Team:Cambridge/Gibson/Mechanism">How it works</a></li>
| + | |
- | <li><a href="/Team:Cambridge/Gibson/Protocol">Protocol</a></li>
| + | |
- | <li><a href="/Team:Cambridge/Gibson/RFC">RFC</a></li>
| + | |
- | </ul>
| + | |
- | </li>
| + | |
- | | + | |
- | <li><a class="head" href="#">Considerations</a>
| + | |
- | <ul class="llmenu llmenublue">
| + | |
- | <li><a href="/Team:Cambridge/Human_Practices">Human Practices</a></li>
| + | |
- | <li><a href="/Team:Cambridge/Safety">Safety</a></li>
| + | |
- | </ul>
| + | |
- | </li>
| + | |
- | | + | |
- | <li><a class="head" href="#">Future applications</a>
| + | |
- | <ul class="llmenu llmenured">
| + | |
- | <li><a href="/Team:Cambridge/Tools/microMeasure">Biosensors</a></li>
| + | |
- | <li><a href="/Team:Cambridge/Tools/Lighting">Lighting</a></li>
| + | |
- | </ul>
| + | |
- | </li>
| + | |
- | | + | |
- | | + | |
- | <li><a class="head" href="/Team:Cambridge/Notebook/Week1">Notebook</a>
| + | |
- | <ul class="llmenu llmenuyellow">
| + | |
- | <li><a href="/Team:Cambridge/Notebook/Summary">Summary</a></li>
| + | |
- | <li><a href="/Team:Cambridge/Notebook/Week1">Week 1</a></li>
| + | |
- | <li><a href="/Team:Cambridge/Notebook/Week2">Week 2</a></li>
| + | |
- | <li><a href="/Team:Cambridge/Notebook/Week3">Week 3</a></li>
| + | |
- | <li><a href="/Team:Cambridge/Notebook/Week4">Week 4</a></li>
| + | |
- | <li><a href="/Team:Cambridge/Notebook/Week5">Week 5</a></li>
| + | |
- | <li><a href="/Team:Cambridge/Notebook/Week6">Week 6</a></li>
| + | |
- | <li><a href="/Team:Cambridge/Notebook/Week7">Week 7</a></li>
| + | |
- | <li><a href="/Team:Cambridge/Notebook/Week8">Week 8</a></li>
| + | |
- | <li><a href="/Team:Cambridge/Notebook/Week9">Week 9</a></li>
| + | |
- | <li><a href="/Team:Cambridge/Notebook/Week10">Week 10</a></li>
| + | |
- | <li><a href="/Team:Cambridge/Notebook/Week11">Week 11</a></li>
| + | |
- | <li><a href="/Team:Cambridge/Notebook/Week12">Week 12</a></li>
| + | |
- | <li><a href="/Team:Cambridge/Notebook/FurtherWork">Beyond Week 12</a></li>
| + | |
- | | + | |
- | <li><a href="/Team:Cambridge/Protocols">Protocols</a> </li>
| + | |
- | </ul>
| + | |
- | </li>
| + | |
- | | + | |
- | | + | |
- | | + | |
- | | + | |
- | | + | |
- | <li><a href="/Team:Cambridge/Partners" class="head">Our Partners</a>
| + | |
- | <ul class="llmenu llmenublue">
| + | |
- | <li><a href="/Team:Cambridge/Partners">Sponsors</a> </li>
| + | |
- | <li><a href="/Team:Cambridge/iGEM_Teams">iGEM Teams</a> </li>
| + | |
- | <li><a href="/Team:Cambridge/Departments">University</a> </li>
| + | |
- | <li><a href="/Team:Cambridge/Publicity">Publicity</a> </li>
| + | |
- | | + | |
- | </ul> </li>
| + | |
- | | + | |
- | </ul>
| + | |
- | | + | |
- | </p>
| + | |
- | </div>
| + | |
- | <div id="right">
| + | |