Team:TU Delft

From 2010.igem.org

(Difference between revisions)
 
(213 intermediate revisions not shown)
Line 1: Line 1:
 +
__NOTOC__
<html>
<html>
-
<head>
+
<!--
-
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
+
-
<title>iGEM 2010: TU Delft Home</title>
+
-
<style type="text/css" href="layout.css">
+
-
@CHARSET "UTF-8";
+
-
.firstHeading {
+
============================================================================================
-
display:none !important;
+
*** PLEASE NOTE: ***
-
}
+
-
#p-logo a { display: none !important; }
+
When copying our code, please be so kind to mention so on your wiki.
-
#top{
+
You can use our logo https://static.igem.org/mediawiki/2010/7/7b/TU_Delft.jpg to link to our wiki.
-
display:none !important;
+
-
}
+
-
#top-section{
+
For questions about this, contact us at info@igemtudelft.nl.
-
width: 965px;
+
-
margin: 0 auto;
+
-
}
+
-
#footer-box{
+
Pieter van Boheemen, Jelmer Cnossen
-
width:965px;
+
-
margin:0 auto;
+
-
}
+
-
#content{
+
============================================================================================
-
width: 965px;
+
-
background-color: #001d1d;
+
-
padding:0px;
+
-
margin:0 auto;
+
-
}
+
-
#siteSub {
+
/-->
-
display:none;
+
-
}
+
-
#contentSub {
+
<!-- Reset CSS - START
-
display:none;
+
<link rel="stylesheet" type="text/css" href="http://yui.yahooapis.com/2.8.1/build/base/base-min.css">
-
}
+
Reset CSS - END /-->
-
#banner {
+
<!-- Internet Explorer PNG fix - START /-->
-
width: 965px;
+
<!--[if lt IE 7]>
-
height: 180px;
+
<script src="http://ie7-js.googlecode.com/svn/version/2.1(beta4)/IE8.js">IE7_PNG_SUFFIX=".png";</script>
-
background-image: url("https://static.igem.org/mediawiki/2010/9/96/Banner1.jpg");
+
<![endif]-->
-
}
+
<!-- Internet Explorer PNG fix - END /-->
-
#body {
+
<!-- Scripting - START /-->
-
width: 965px;
+
<script src="http://ajax.googleapis.com/ajax/libs/jqueryui/1.8/jquery-ui.js"></script>
-
height: 1200px;
+
<script type="text/javascript" src="http://github.com/cowboy/jquery-hashchange/raw/v1.3/jquery.ba-hashchange.js"></script>
-
background-color: #001d1d;
+
-
padding: 5px;
+
-
color: #8bce9e;
+
-
font-family: Verdana, Sans-Serif;
+
-
font-size: 12px;
+
-
text-align: justify;
+
-
margin: 0 auto;
+
-
}
+
-
#menu {
+
<!-- Font Replacer - START /-->
-
width: 965px;
+
<script src="https://2010.igem.org/Team:TU_Delft/files/cufon-yui.js?action=raw&ctype=text/javascript" type="text/javascript"></script>
-
height: 30px;
+
<script src="https://2010.igem.org/Team:TU_Delft/files/Mido_500.font.js?action=raw&ctype=text/javascript" type="text/javascript"></script>
-
background-color: #8bce9e;
+
<!-- Font Replacer - END /-->
-
border-top: 1px solid #032725;
+
-
border-bottom: 1px solid #032725;
+
-
}
+
-
.menuItem {
+
<script>
-
width: auto;
+
//Global Vars
-
height: 20px;
+
var currentPage;
-
padding: 5px;
+
var in_frame_test = 1;
-
border-right: 1px solid #032725;  
+
var ampersandStr = String.fromCharCode(38);
-
float: left;
+
var loading_home = false;
-
background-color: #8bce9e;
+
 
-
color: #032725;
+
function dbgout(msg) {
-
text-align: center;
+
  var is_chrome = navigator.userAgent.toLowerCase().indexOf('chrome') > -1;
-
font-family: Verdana, Sans-Serif;
+
  if(is_chrome) console.log(msg);
-
font-size: 16px;
+
-
font-weight: bold;
+
-
position: relative;
+
}
}
-
.menuItemLink {
+
function updateContentEditLink() {
-
font-weight: bold;
+
if (!wgUserName) {
-
color: #032725;
+
return;
-
font-family: Verdana, Sans-Serif;
+
-
font-size: 16px;
+
-
text-decoration: none;
+
}
}
-
.menuItemLink:visited {
+
var page = currentPage ? currentPage : 'Home';
-
color: #032725;
+
var url = location.pathname + '/' + page + '?action=edit';
-
}
+
$("#edit_content_link").attr('href', url);
 +
// $("#edit_content_link").click(function() {
 +
// $("#iGEM_TU_Delft_container").html('<iframe src="'+url+'" width="100%" height="100%"></iframe>');
 +
// });
-
.submenuItemLink:visited {
 
-
color: #8bce9e;
 
}
}
-
.submenu {
+
// Set document ready callback
-
width: 200px;
+
$(function() {
-
height: auto;
+
if (wgUserName) {
-
position: absolute;
+
// Create content edit link
-
top: 31px;
+
$(".left-menu ul > *:last").after('<li><a id="edit_content_link">edit content</a></li>');
-
left: 0px;
+
updateContentEditLink();
-
margin:-1px 0px 0px -1px;
+
-
background-color: #8bce9e;
+
-
border:1px solid #032725;
+
-
display: none;
+
-
text-align: left;
+
}
}
-
.submenuItem {
+
// Initialize history plugin.
-
width: 196px;
+
$(window).hashchange(historyCallback);
-
height: 20px;
+
rewriteLinks($("#navlist"));
-
background-color:#032725;
+
-
border: 1px Solid #032725;
+
-
font-weight: normal;
+
-
margin: 1px 2px 1px 1px;
+
-
}
+
-
.submenuItemLink:hover {
+
-
font-weight: bold;
+
-
}
+
-
.submenuItemLink {
+
historyCallback();
-
font-weight: normal;
+
-
text-decoration: none;
+
-
color: #8bce9e;
+
-
margin: 1px 2px 1px 2px;
+
-
}
+
-
.sidemenu {
+
// setup hovering
-
width: 152px;
+
$(".menu_button").hover(
-
height: auto;
+
function () { $(this).addClass("hover"); },
-
background-color: #2c5983;
+
function () { $(this).removeClass("hover"); }
-
margin:2px;
+
);
-
padding: 2px;
+
});
-
float: left;
+
-
}
+
-
.sidemenuItem {
+
-
width: 146px;
+
-
margin: 1px 0px 2px 0px;
+
-
height: auto;
+
-
background-color: #001d1d;
+
-
border: 1px solid #8bce9e;
+
-
padding: 1px 1px 1px 2px;
+
-
font-size: 14px;
+
-
color: #8bce9e;
+
-
text-decoration: none;
+
-
}
+
-
.sidemenuItemLink {
 
-
font-size: 14px;
 
-
color: #8bce9e;
 
-
text-decoration: none;
 
-
}
 
-
.sidemenuItemLink:hover {
+
function isDefined(variable)
-
font-weight: bold;
+
{
-
}
+
    return typeof(window[variable]) != "undefined";
 +
}
-
#BodyText {
+
function splitHash(hash) {
-
width: 792px;
+
var kvpairs = hash.split(ampersandStr);
-
height: auto;
+
var i;
-
background-color: #0d3a3f;
+
var kvmap = {};
-
margin: 2px 1px 0px 2px;
+
for(i=0;i<kvpairs.length;i++) {
-
padding: 5px;
+
var s = kvpairs[i].split('=');
-
float: left;
+
kvmap[s[0]] = s[1];
-
color: white;
+
-
font-family: Verdana, Sans-Serif;
+
-
font-size: 12px;
+
-
text-align: justify;
+
}
}
 +
return kvmap;
 +
}
-
#GroupPhoto {
+
function makeHash(page, kvmap) {
-
width: 700px;
+
var str = '#page=' + page;
-
height: 465px;
+
var i;
-
background-image:url("https://static.igem.org/mediawiki/2010/d/d2/TUDelft_2010.png");
+
if (kvmap) {
-
margin: 2px auto;
+
for(i in kvmap) {
 +
str += ampersandStr + i + '=' + kvmap[i];
 +
}
}
}
 +
return str; 
 +
}
-
.LinkinText {
+
function setHash(page, kvmap) {
-
text-decoration: none;
+
location.hash = makeHash(page,kvmap);
-
color: white;
+
}
-
font-weight: bold;
+
-
}
+
-
#HomeRight {
 
-
width: 200px;
 
-
height: auto;
 
-
background-color: #2c5983;
 
-
margin: 5px 2px 0px 0px;
 
-
padding: 5px;
 
-
float: left;
 
-
color: e0fea0;
 
-
font-family: Verdana, Sans-Serif;
 
-
font-size: 12px;
 
-
text-align: justify;
 
-
}
 
-
#Countdown {
+
function include_js(file, cb) {
-
width: 196px;
+
var html_doc = document.getElementsByTagName('head')[0];
-
height: auto;
+
var js = document.createElement('script');
-
background-color: #001d1d;
+
js.setAttribute('type', 'text/javascript');
-
border: 1px solid #8bce9e;
+
js.setAttribute('src', file);
-
color: white;
+
html_doc.appendChild(js);
-
text-align: center;
+
-
padding: 2px;
+
-
}
+
-
#Upcoming {
+
js.onreadystatechange = function () {
-
width: 200px;
+
if (js.readyState == 'complete')
-
height: auto;
+
cb();
-
color: white;
+
}
}
-
#Sponsors {
+
js.onload = cb;
-
width: 200px;
+
}
-
height: auto;
+
-
color: white;
+
-
}
+
-
+
-
#Sponsor1 {
+
-
width: 180px;
+
-
height: 131px;
+
-
background-image: url("https://static.igem.org/mediawiki/2010/c/c1/SuitSupply.png");;
+
-
margin: 0 auto;
+
-
}
+
-
#Sponsor2 {
+
function loadScript(src, callback)
-
width: 200px;
+
{
-
height: 65px;
+
  include_js(src, callback);
-
background-image: url("https://static.igem.org/mediawiki/2010/b/b5/DSM.png");
+
}
-
background-color: white;
+
-
margin: 0 auto;
+
-
}
+
-
#Sponsor3 {
 
-
width: 150px;
 
-
height: 99px;
 
-
margin: 0 auto;
 
-
background-image: url("images/NGI_large.png");
 
-
background-repeat:no-repeat;
 
-
}
 
-
#HomeCenter {
+
function moveToAnchor(anchor) {
-
width: 747px;
+
try {
-
height: auto;
+
var pos = $('#iGEM_TU_Delft_container > a[name='+anchor+']').offset();
-
background-color:#001d1d;
+
dbgout('anchor: '+anchor+'; pos=' + pos.left + ','+pos.top );
-
margin: 5px 5px 0px 1px;
+
window.scroll(pos.left, pos.top);
-
float: left;
+
} catch (err) {
-
color: white;
+
dbgout('moveToAnchor error: ' + err);
-
font-family: Verdana, Sans-Serif;
+
-
font-size: 12px;
+
-
text-align: justify;
+
}
}
 +
}
-
#HomeCenterBox1 {
+
 
-
Width: 735px;
+
function loadPage(page, anchor)
-
height: 170px;
+
{
-
margin:0px 0px 2px 0px;
+
var showLoadAnim = !!currentPage;
-
padding: 5px;
+
currentPage = page;
-
background-color:#0d3a3f;
+
var url = wgServer + "/Team:TU_Delft/" + page + "?action=render";
-
border: 1px solid #0d3a3f;
+
if(page.substring(0, 5) == "User:") {
 +
url = wgServer + "/" + page + "?action=render";
}
}
 +
$(window).trigger('page_close');
-
#HomeCenterBox2 {
+
if(showLoadAnim) {
-
Width: 735px;
+
$("#TUD-loading-panel").show();
-
height: 170px;
+
//$("#loading-overlay").show();
-
margin: 5px 0px;
+
$("#iGEM_TU_Delft_container").fadeTo(200,0.25);
-
padding: 5px;
+
$('html, body').animate({scrollTop:0}, 'slow');
-
background-color:#001d1d;  
+
-
border: 1px solid #0d3a3f;
+
}
}
 +
loading_home = false;
-
#CenterbodyText1 {
+
var processPage = function(next) {
-
width:465px;
+
dbgout('processPage: ' + page);
-
height:auto;
+
$(window).trigger('page_init');
-
padding-right: 4px;
+
rewriteLinks($("#iGEM_TU_Delft_container"));
-
margin: 0px 5px 0px 4px;
+
updateContentEditLink();
-
font-family: Verdana, Sans-Serif;
+
$("#iGEM_TU_Delft_container").fadeTo(200,1).delay(200).queue(function(n) {
-
font-size: 12px;
+
if(anchor) moveToAnchor(anchor); n();
-
text-align: justify;
+
});
-
float: left;
+
next();
-
color: white;
+
-
text-decoration: none;
+
}
}
-
#CenterbodyText2 {
+
$.get(url, function(data) {
-
width:472px;
+
$("#iGEM_TU_Delft_container").html(data).queue(processPage);
-
height: auto;
+
buildBreadCrumbTrail(page);  
-
margin: 0px 0px 0px 4px;
+
Cufon.replace('h2'); // Works without a selector engine
-
font-family: Verdana, Sans-Serif;
+
Cufon.replace('h3'); // Works without a selector engine
-
font-size: 12px;
+
Cufon.replace('#sub1'); // Requires a selector engine for IE 6-7, see above
-
text-align: justify;
+
$("tr:nth-child(odd)").addClass("odd");
-
float: left;
+
-
color: white;
+
-
text-decoration: none;
+
-
}
+
-
#HomeLeft {
+
$("#TUD-loading-panel").hide();
-
width: 250px;
+
$("#loading-overlay").hide();
-
height: auto;
+
});
-
background-color: none;
+
}
-
margin: 0px 0px 0px 2px;
+
-
pading-right: 1px;
+
-
float: left;
+
-
color: #e0fea0;
+
-
font-family: Verdana, Sans-Serif;
+
-
font-size: 12px;
+
-
text-align: justify;
+
-
}
+
-
#GroupphotoSmall {
+
function historyCallback() {
-
width: 245px;
+
var hash = location.hash;
-
height: 166px;
+
if(hash) {
-
float: left;
+
hash = hash.substring(1);
-
padding-left: 5px;
+
if(hash.split('=').length > 1) {
-
margin-top: 1px;
+
var kvmap = splitHash(hash);
-
background-image: url("https://static.igem.org/mediawiki/2010/b/b4/Groupphoto_small.jpg");
+
var changepage;
-
border: 1px solid #001d1d;
+
-
color: #8bce9e;
+
-
}
+
-
#ProjectPic {
+
// looks a little clumsy, but js AND operator conflicts with mediawiki markup
-
width: 240px;
+
if (kvmap.page) if(kvmap.page != currentPage) changepage = kvmap.page;
-
height: 150px;
+
-
color: white;
+
-
font-size: 12px;
+
-
font-weight: bold;
+
-
float: left;
+
-
padding: 5px;
+
-
border: 1px solid #0d3a3f;
+
-
background-image: url("https://static.igem.org/mediawiki/2010/2/2c/ProjectPic.jpg");
+
-
margin: 4px 0px 4px 4px;
+
-
}
+
-
#newslogo {
+
if (changepage) {
-
width: 245px;
+
loadPage(changepage, kvmap.anchor);
-
height: 160px;
+
} else {
-
float: left;
+
if(kvmap.anchor) moveToAnchor(kvmap.anchor);
-
padding-right: 0px;
+
$(window).trigger('hashupdate');
-
margin-top: 1px;
+
}
-
background-image: url("https://static.igem.org/mediawiki/2010/0/07/News.png");
+
}
-
border: 1px solid #001d1d;
+
} else {
-
color: #8bce9e;
+
setHash('Home');
}
}
 +
}
-
#iJAM {
+
function rewriteLinks(elem) {
-
width: 230px;
+
$("a",elem).each(function() {
-
height: 150px;
+
var txt = $(this).text();
-
color: white;
+
var url = this.href;
-
font-size: 12px;
+
-
font-weight: bold;
+
-
float: left;
+
-
padding: 5px;
+
-
margin: 4px 0px 4px 4px;
+
-
border: 1px solid #0d3a3f;
+
-
background-image: url("https://static.igem.org/mediawiki/2010/7/73/IJAM.png");
+
-
}
+
-
#TUlogo {
+
if(this.hash) {
-
width: 250px;
+
var anchor = this.hash.substring(1);
-
height: 147px;
+
-
border: 1px solid #0d3a3f;
+
-
margin-top:5px;
+
-
color: white;
+
-
background-image: url("https://static.igem.org/mediawiki/2010/2/2b/TUlogo_250.jpg");
+
-
}
+
-
.SmallPic {
+
if (anchor.substring(0,5)!='page=')
-
height: 120px;
+
this.href = '#page=' + currentPage + ampersandStr + 'anchor=' + anchor;
-
width: 180px;
+
} else if(txt != "edit")
-
margin: 5px 6px 2px 7px;
+
this.href = this.href.replace("https://2010.igem.org/Team:TU_Delft/", "#page=");
-
float: left;
+
-
link: url("https://2010.igem.org/Team:TU_Delft/Gallery");
+
-
}
+
-
#small_1 {background-image: url("https://static.igem.org/mediawiki/2010/4/48/Small_1.png");}
+
// dbgout('rewriting ' + url + ' to ' + this.href);
-
#small_2 {background-image: url("https://static.igem.org/mediawiki/2010/b/bd/Small_2.png");}
+
});
-
#small_3 {background-image: url("https://static.igem.org/mediawiki/2010/a/ae/Small_3.png");}
+
}
-
#small_4 {background-image: url("https://static.igem.org/mediawiki/2010/7/7b/Small_4.png");}
+
-
#small_5 {background-image: url("https://static.igem.org/mediawiki/2010/5/59/Small_5.png");}
+
-
#small_6 {background-image: url("https://static.igem.org/mediawiki/2010/c/c9/Small_6.png");}
+
-
#small_7 {background-image: url("https://static.igem.org/mediawiki/2010/8/86/Small_7.png");}
+
-
#StudentBox1 {
 
-
Width: 700px;
 
-
height: 170px;
 
-
margin:0px 0px 2px 0px;
 
-
padding: 5px;
 
-
background-color:#0d3a3f;
 
-
border: 1px solid #0d3a3f;
 
-
}
 
-
#StudentBox2 {
+
</script>
-
Width: 700px;
+
<script type="text/javascript">
-
height: 170px;
+
var timeout    = 500;
-
margin: 5px 0px;
+
var closetimer = 0;
-
padding: 5px;
+
var ddmenuitem = 0;
-
background-color:#001d1d;
+
-
border: 1px solid #0d3a3f;
+
-
}
+
-
a {
+
function jsddm_open() {
-
text-decoration: none;
+
  jsddm_canceltimer();
 +
  jsddm_close();
 +
  ddmenuitem = $(this).find('ul').css('display', 'block');
 +
//ddmenuitem = $(this).find('ul').show(200);
}
}
-
a:hover {
 
-
text-decoration:none;}
 
-
h3 {
+
function jsddm_close() {
-
margin-top:3px;
+
  if(ddmenuitem) ddmenuitem.css('display', 'none');
-
}
+
//if(ddmenuitem) ddmenuitem.hide();
-
h4 {
+
-
margin-bottom: 3px;
+
-
}
+
-
</style>
+
-
<script type="text/javascript">
+
-
function showMenu(callerObject) {
+
-
// document.getElementById('sub1').style.display = 'block';
+
-
callerObject.childNodes[3].style.display = 'block';
+
}
}
-
function hideMenu(callerObject) {
+
function jsddm_timer() {
-
// document.getElementById('sub1').style.display = 'none';
+
  closetimer = window.setTimeout(jsddm_close, timeout);
-
callerObject.childNodes[3].style.display = 'none';
+
}
}
 +
 +
function jsddm_canceltimer() {
 +
  if(closetimer) {
 +
    window.clearTimeout(closetimer);
 +
    closetimer = null;
 +
  }
 +
}
 +
 +
$(function() {
 +
  $('#navlist > li').bind('mouseover', jsddm_open);
 +
  $('#navlist > li').bind('mouseout',  jsddm_timer);
 +
// $("#navlist li ul li:even").addClass("alt");
 +
});
 +
 +
document.onclick = jsddm_close;
</script>
</script>
-
</head>
+
 
-
<body>
+
<script language="javascript" type="text/javascript">
-
<div id="body">
+
function capitaliseFirstLetter(string)
-
<a href="https://2010.igem.org/Team:TU_Delft"
+
{
-
<div id="banner">
+
    return string.charAt(0).toUpperCase() + string.slice(1);
-
</div>
+
}
-
</a>
+
 
-
<div id="menu">
+
function buildDepth(array,count)
-
<div class="menuItem" onmouseover="showMenu(this)" onmouseout="hideMenu(this)">
+
{
-
<a class="menuItemLink" href="https://2010.igem.org/Team:TU_Delft">Home</a>
+
var depthStr="";
-
<div class="submenu">
+
for (i=0;i<count;i++)
-
<div class="submenuItem">
+
{
-
<a class="submenuItemLink" href="https://2010.igem.org/Team:TU_Delft/Home/News">What's new?</a>
+
depthStr=depthStr + array[i] + "/" ;
-
</div>
+
}
-
<div class="submenuItem">
+
return depthStr;
-
<a class="submenuItemLink" href="https://2010.igem.org/Team:TU_Delft/Home/What">What we're up to</a>
+
}
-
</div>
+
function buildBreadCrumbTrail(page)
-
</div>
+
{
-
</div>
+
var constituentFolders = new Array();
-
+
var currentURL = page;
-
<div class="menuItem"  onmouseover="showMenu(this)" onmouseout="hideMenu(this)">
+
constituentFolders=currentURL.split("/");
-
<a class="menuItemLink" href="https://2010.igem.org/Team:TU_Delft/Team">Team</a>
+
var outputStr="<a href='https://2010.igem.org/Team:TU_Delft#page=Home'>Home</a>";
-
<div class="submenu">
+
if(page != "Home") {
-
<div class="submenuItem">
+
for (count=0;count<(constituentFolders.length);count++)
-
<a class="submenuItemLink" href="https://2010.igem.org/Team:TU_Delft/Team">Who we are</a>
+
{
-
</div>
+
if(constituentFolders[count].substring(0, 5) == "User:") {
-
<div class="submenuItem">
+
outputStr = outputStr + " <span class='doubleright'>&raquo;</span> <a href='https://2010.igem.org/Team:TU_Delft#page=Team/'>Team</a> <span class='doubleright'>&raquo;</span> <a href='https://2010.igem.org/Team:TU_Delft#page=Team/members'>Members</a> <span class='doubleright'>&raquo;</span> <a href='https://2010.igem.org/Team:TU_Delft#page=" + buildDepth(constituentFolders,count) + constituentFolders[count] + "'>" + capitaliseFirstLetter(constituentFolders[count]).replace(/-/gi," ").substring(5) + "</a>";
-
<a class="submenuItemLink" href="https://2010.igem.org/Team:TU_Delft/Team/Students">Students</a>
+
}
-
</div>
+
if(constituentFolders[count].substring(0, 5) !== "User:") {
-
<div class="submenuItem">
+
outputStr=outputStr + " <span class='doubleright'>&raquo;</span> <a href='https://2010.igem.org/Team:TU_Delft#page=" + buildDepth(constituentFolders,count) + constituentFolders[count] + "'>" + capitaliseFirstLetter(constituentFolders[count]).replace(/-/gi," ") + "</a>";
-
<a class="submenuItemLink" href="https://2010.igem.org/Team:TU_Delft/Team/TUDelft">Where we're from</a>
+
}
-
</div>
+
}
-
<div class="submenuItem">
+
}
-
<a class="submenuItemLink" href="https://2010.igem.org/Team:TU_Delft/Team/Supervisors">Supervisors</a>
+
$("#breadcrumbs").html(outputStr);
-
</div>
+
}
-
<div class="submenuItem">
+
</script>
-
<a class="submenuItemLink" href="https://igem.org/Team.cgi?year=2010">Official team profile</a>
+
<!-- Scripting END /-->
-
</div>
+
 
-
</div>
+
<!-- Main CSS - START /-->
-
</div>
+
<style type="text/css">
-
+
/* Wiki Hacks - START */
-
<div class="menuItem" onmouseover="showMenu(this)" onmouseout="hideMenu(this)">
+
/* Author: Pieter van Boheemen */
-
<a class="menuItemLink" href="https://2010.igem.org/Team:TU_Delft/Project">Project</a>
+
/* Team: TU Delft */
-
<div class="submenu">
+
#globalWrapper { background-color: transparent; border: none; margin: 0; padding: 0; width: 100%;
-
<div class="submenuItem">
+
height:auto !important; /* real browsers */
-
<a class="submenuItemLink" href="https://2010.igem.org/Team:TU_Delft/Project">In short</a>
+
height:100%; /* IE6: treaded as min-height*/
-
</div>
+
min-height:100%; /* real browsers */
-
<div class="submenuItem">
+
}
-
<a class="submenuItemLink" href="https://2010.igem.org/Team:TU_Delft/Project/Part1">Part 1</a>
+
#content { z-index: 1; background-color: transparent; border: none; padding: 0; margin: 0; width: 100%; overflow: hidden; margin-top: -15px !important; margin-top: 0px;
-
</div>
+
height:auto !important; /* real browsers */
-
<div class="submenuItem">
+
height:100%; /* IE6: treaded as min-height*/
-
<a class="submenuItemLink" href="https://2010.igem.org/Team:TU_Delft/Project/Part2">Part 2</a>
+
min-height:100%; /* real browsers */
-
</div>
+
}
-
<div class="submenuItem">
+
#bodyContent { border: none; padding:0; margin:0; width:100%;
-
<a class="submenuItemLink" href="https://2010.igem.org/Team:TU_Delft/Project/Part3">Part 3</a>
+
height:auto !important; /* real browsers */
-
</div>
+
height:100%; /* IE6: treaded as min-height*/
-
<div class="submenuItem">
+
min-height:100%; /* real browsers */
-
<a class="submenuItemLink" href="https://2010.igem.org/Team:TU_Delft/Project/Part4">Part 4</a>
+
}
-
</div>
+
#top-section { z-index: 2; height: 15px; margin: 0px; margin-left: auto; margin-right: auto; margin-bottom: 0 !important; padding:0; border: none; font-size: 10px;}
-
</div>
+
#p-logo { height:1px; overflow:hidden; display: none;}
-
</div>
+
#search-controls { overflow:hidden; display:block; background: none; position: absolute; top: 100px; right: 40px;}
-
+
.left-menu { width: 500px !important; display:block; margin-top:-80px; border: none; text-align: right;}
-
<div class="menuItem" onmouseover="showMenu(this)" onmouseout="hideMenu(this)">
+
.left-menu ul { border: none; }
-
<a class="menuItemLink" href="https://2010.igem.org/Team:TU_Delft/Parts">Biobricks</a>
+
#menubar.right-menu { width:300px; display:block; float:left; margin-top:-80px; border: none;}
-
</div>
+
.right-menu ul { border: none; width: 300px;}
 +
#footer-box { background-color: #216085; border: none; width: 100%; margin: -10px auto 0 auto; padding: 20px 0;}
 +
.visualClear { display: none; }
 +
#footer { border: none; width: 965px; margin: 0 auto; padding: 0;}
 +
.firstHeading { display: none;}
 +
#f-list a { color: #333; font-size: 10px;}
 +
#f-list a:hover { color: #666;}
 +
.printfooter { display: none; }
 +
#footer ul { margin: 0; padding: 0;}
 +
#footer ul li { margin-top: 0; margin-bottom: 0; margin-left: 10px; margin-right: 10px; padding: 0;}
 +
#search-controls { display:none; }
 +
h3#siteSub { display: none;}
 +
#contentSub {display: none;}
 +
p:first-child { display: none;}
 +
h1{border:none; width: 100%; clear: both;}
 +
/* Wiki Hacks - END */
 +
 
 +
table {
 +
margin: 0;
 +
padding: 0;
 +
font-size: 11px;
 +
border: 1px solid #000;
 +
}
 +
table td {
 +
padding: 5px;
 +
}
 +
table .head {
 +
background-color: #216085 ;
 +
font-weight: bold;
 +
color: #fff;
 +
}
 +
table .odd {
 +
background-color: #d0f1fa;
 +
}
 +
 
 +
h2 {
 +
font-size: 30px;
 +
border: none;
 +
}
 +
 
 +
h3 {
 +
font-size: 20px;
 +
border: none;
 +
}
 +
 
 +
html, body {
 +
margin: 0;
 +
padding: 0;
 +
width: 100%;
 +
height: 100%;
 +
}
 +
 
 +
body {
 +
background-color: #d0f1fa;
 +
font-family: Verdana, Arial;
 +
font-size: 12px;
 +
color: #222222;
 +
min-width: 1050px;
 +
}
-
<div class="menuItem" onmouseover="showMenu(this)" onmouseout="hideMenu(this)">
+
#TUD-main-wrapper {
-
<a class="menuItemLink" href="https://2010.igem.org/Team:TU_Delft/Modeling">Modeling</a>
+
width: 100%;
-
</div>
+
height:auto !important; /* real browsers */
-
+
height:100%; /* IE6: treaded as min-height*/
-
<div class="menuItem" onmouseover="showMenu(this)" onmouseout="hideMenu(this)">
+
min-height:100%; /* real browsers */
-
<a class="menuItemLink" href="https://2010.igem.org/Team:TU_Delft/Safety">Safety</a>
+
text-align: center;
-
<div class="submenu">
+
background-image: url('https://static.igem.org/mediawiki/2010/b/b3/TU_Delft_footer_tile.gif');
-
<div class="submenuItem">
+
background-position: bottom left;
-
<a class="submenuItemLink" href="https://2010.igem.org/Team:TU_Delft/Safety/Lab">Safety in the Lab</a>
+
background-repeat: repeat-x;
-
</div>
+
display: block;
-
<div class="submenuItem">
+
font-family: Verdana, Arial;
-
<a class="submenuItemLink" href="https://2010.igem.org/Team:TU_Delft/Safety/Society">Safety for Society</a>
+
font-size: 12px;
-
</div>
+
color: #222222;
-
</div>
+
}
-
</div>
+
-
+
-
<div class="menuItem" onmouseover="showMenu(this)" onmouseout="hideMenu(this)">
+
-
<a class="menuItemLink" href="https://2010.igem.org/Team:TU_Delft/Notebook">Notebook</a>
+
-
<div class="submenu">
+
-
<div class="submenuItem">
+
-
<a class="submenuItemLink" href="https://2010.igem.org/Team:TU_Delft/Notebook/Calender">Calendar</a>
+
-
</div>
+
-
<div class="submenuItem">
+
-
<a class="submenuItemLink" href="https://2010.igem.org/Team:TU_Delft/Notebook/LabJournal">Lab Journal</a>
+
-
</div>
+
-
</div>
+
-
</div>
+
-
<div class="menuItem" onmouseover="showMenu(this)" onmouseout="hideMenu(this)">
+
#TUD-main-wrapper div {
-
<a class="menuItemLink" href="https://2010.igem.org/Team:TU_Delft/Brainstorming">Brainstorming</a>
+
line-height: 18px;
-
<div class="submenu">
+
}
-
<div class="submenuItem">
+
-
<a class="submenuItemLink" href="https://2010.igem.org/Team:TU_Delft/Brainstorming">Our ideas</a>
+
-
</div>
+
-
<div class="submenuItem">
+
-
<a class="submenuItemLink" href="https://2010.igem.org/Team:TU_Delft/Brainstorming/HRS">Hugo's Risk Scale</a>
+
-
</div>
+
-
</div>
+
-
</div>
+
-
<div class="menuItem" onmouseover="showMenu(this)" onmouseout="hideMenu(this)">
+
/* IE ignores this */
-
<a class="menuItemLink" href="https://2010.igem.org/Team:TU_Delft/Fun">iJAM</a>
+
html>body #TUD-main-wrapper {
-
</div>
+
height: auto;
 +
min-height: 100%;
 +
}
 +
 
 +
#TUD-main-wrapper2 {
 +
width: 100%;
 +
height:auto !important; /* real browsers */
 +
height:100%; /* IE6: treaded as min-height*/
 +
min-height:100%; /* real browsers */
 +
text-align: center;
 +
background-image: url('https://static.igem.org/mediawiki/2010/9/9d/TU_Delft_bg_tile.gif');
 +
background-repeat: repeat-x;
 +
background-repeat: repeat-x;
 +
display: block;
 +
font-family: Verdana, Arial;
 +
font-size: 12px;
 +
color: #222222;
 +
margin-top: -8px;
 +
}
 +
 
 +
/* IE ignores this */
 +
html>body #TUD-main-wrapper2 {
 +
height: auto;
 +
min-height: 100%;
 +
}
 +
 
 +
#TUD-content-wrapper {
 +
background-color: #fff;
 +
text-align: left;
 +
width: 1024px;
 +
margin: 0 auto;
 +
padding: 0;
 +
height:auto !important; /* real browsers */
 +
height:100%; /* IE6: treaded as min-height*/
 +
min-height:100%; /* real browsers */
 +
}
 +
 
 +
#TUD-header {
 +
width: 1024px;
 +
background-image: url('https://static.igem.org/mediawiki/2010/5/58/TU_Delft_header_bg.gif');
 +
height: 120px;
 +
}
 +
 
 +
#TUD-menu {
 +
width: 1024px;
 +
background-image: url('https://static.igem.org/mediawiki/2010/c/c5/TU_Delft_menu_bg.gif');
 +
height: 38px;
 +
}
 +
 
 +
 
 +
#TUD-body-wrapper {
 +
width: 100%;
 +
background-image: url('https://static.igem.org/mediawiki/2010/8/80/TU_Delft_body_bg.jpg');
 +
/* FireFox collapsing margin fix */
 +
padding-top: 1px;/*important*/
 +
margin-top: -1px;/*important*/
 +
}
 +
 
 +
#TUD-body-container {
 +
width: 100%;
 +
background-image: url('https://static.igem.org/mediawiki/2010/5/5d/TU_Delft_body_top_bg.jpg');
 +
background-repeat: no-repeat;
 +
/* FireFox collapsing margin fix */
 +
padding-top: 1px;/*important*/
 +
margin-top: -1px;/*important*/
 +
display: block;
 +
}
 +
 
 +
#TUD-body-content {
 +
background-image: url('https://static.igem.org/mediawiki/2010/5/5f/TU_Delft_body_footer_bg.jpg');
 +
width: 1024px;
 +
background-repeat: no-repeat;
 +
background-position: bottom left;
 +
padding-bottom: 15px
 +
}
 +
 
 +
#TUD-main-content {
 +
width: 904px;
 +
margin: 10px 60px 0px 60px;
 +
}
-
<div class="menuItem" onmouseover="showMenu(this)" onmouseout="hideMenu(this)">
+
#iGEM_TU_Delft_container {
-
<a class="menuItemLink" href="https://2010.igem.org/Team:TU_Delft/Gallery">Gallery</a>
+
min-height: 400px;
-
</div>
+
}
-
+
 
-
<div class="menuItem" onmouseover="showMenu(this)" onmouseout="hideMenu(this)">
+
#TUD-footer {
-
<a class="menuItemLink" href="https://2010.igem.org/Team:TU_Delft/Contact">Follow us!</a>
+
width: 100%;
-
<div class="submenu">
+
height: 254px;
-
<div class="submenuItem">
+
text-align: center;
-
<a class="submenuItemLink" href="https://2010.igem.org/Team:TU_Delft/Contact">Contact</a>
+
}
-
</div>
+
 
-
<div class="submenuItem">
+
h1 {
-
<a class="submenuItemLink" href="http://twitter.com/igemtudelft2010" target="_blank">Twitter</a>
+
margin: 0;
-
</div>
+
padding: 0;
-
<div class="submenuItem">
+
display: block;
-
<a class="submenuItemLink" href="http://www.facebook.com/pages/TU-Delft-iGEM-team/112242102125963" target="_blank">Facebook</a>
+
float: left;
-
</div>
+
}
-
</div>
+
 
 +
.TUD-logo {
 +
background-image: url('https://static.igem.org/mediawiki/2010/0/09/TU_Delft_iGEM_Team_Logo.png');
 +
width: 237px;
 +
height: 95px;
 +
margin-left: 90px;
 +
background-repeat: no-repeat;
 +
border: none;
 +
}
 +
 
 +
.TUD-logo span {
 +
visibility: hidden;
 +
}
 +
 
 +
 
 +
#TUD-loading-panel {
 +
z-index: 100;
 +
position: absolute;
 +
left: 0px;
 +
top: 0px;
 +
width: 100%;
 +
height: 100%;
 +
display:none;
 +
}
 +
 
 +
#TUD-loading-panel-logo {
 +
margin: 0 auto;
 +
margin-top: 250px;
 +
}
 +
 
 +
#loading-overlay {
 +
z-index: 70;
 +
width: 100%;
 +
height: 100%;
 +
display:none;
 +
opacity:0.4;
 +
filter:alpha(opacity=40);
 +
}
 +
 
 +
#back_to_igem {
 +
margin: 15px 0 0 0;
 +
padding:0;
 +
float: right;
 +
}
 +
 
 +
/* MENU */
 +
#navlist {
 +
margin: 0 0 0 55px;
 +
padding: 0;
 +
}
 +
 
 +
#navlist li {
 +
display: block;
 +
list-style-type: none;
 +
float:left;
 +
padding: 0;
 +
margin: 0;
 +
}
 +
 
 +
#navlist li a {
 +
text-decoration: none;
 +
color: #000;
 +
}
 +
 
 +
#navlist li a:hover {
 +
text-decoration: underline;
 +
}
 +
 
 +
#navlist li ul {
 +
position: absolute;
 +
display:none;
 +
background-color: #fff;
 +
padding:0;
 +
border: 1px solid #aaa;
 +
z-index:100;
 +
margin-left: 0px;
 +
margin-top: 4px;
 +
}
 +
 
 +
html>body #navlist li ul {
 +
margin-left: 0;
 +
}
 +
 
 +
#navlist li ul li {
 +
list-style-type:none;
 +
float:left;
 +
clear:both;
 +
z-index:100;
 +
}
 +
 
 +
#navlist li ul li a {
 +
display: block;
 +
color: #222;
 +
width: 150px;
 +
border: 1px solid #d0f1fa;
 +
padding: 3px;
 +
}
 +
 
 +
#navlist li ul li a:hover {
 +
color: #000;
 +
background-color: #54c9f5;
 +
text-decoration: underline;
 +
}
 +
 
 +
#insilico_menu li a {
 +
width: 230px !important;
 +
}
 +
 
 +
.menubutton {
 +
display:block;
 +
margin: 13px 10px 0px 10px;
 +
}
 +
/* FOOTER */
 +
#TUD-footer, #TUD-footer-content {
 +
width: 904px;
 +
margin: 0 auto;
 +
text-align: left;
 +
}
 +
/*TABLE .odd {
 +
background-color: #dbeaff;
 +
} */
 +
 
 +
</style>
 +
<!-- Main CSS - END /-->
 +
<a name="top"></a>
 +
 
 +
<div id="TUD-loading-panel">
 +
<div id="TUD-loading-panel-logo">
 +
<!-- yes im using center -->
 +
<center><img width="100" height="120" src="https://static.igem.org/mediawiki/2010/d/d8/TUDelft_2010_AlkanivoreAnimated.gif" /> <h2>Loading...</h2></center>
</div>
</div>
</div>
</div>
-
<a href="https://2010.igem.org/Team:TU_Delft/Gallery">
+
 
-
<div class="SmallPic" id="small_1"></div>
+
<div id="TUD-main-wrapper2">
-
<div class="SmallPic" id="small_2"></div>
+
<div id="TUD-main-wrapper">
-
<div class="SmallPic" id="small_3"></div>
+
 
-
<div class="SmallPic" id="small_4"></div>
+
<div id="TUD-content-wrapper">
-
<div class="SmallPic" id="small_5"></div>
+
<div id="TUD-header">
-
</a>
+
<style>
-
<div id="HomeCenter">
+
a.nohover:hover {
-
<a id="HomeCenterbodyText1" href="https://2010.igem.org/Team:TU_Delft/Team">
+
text-decoration: none;
-
<div id="HomeCenterBox1">
+
}
-
<div id="CenterbodyText1">
+
</style>
-
<br><h3 style="color: white">The Team</h3>
+
<a class="nohover" href="https://2010.igem.org/Team:TU_Delft"><h1 class="TUD-logo"><span>TU Delft iGEM Team 2010</span></h1></a>
-
Yes! We've got our team together!
+
<span id="back_to_igem"><a href="https://2010.igem.org/" alt="back to 2010.igem.org" title="back to 2010.igem.org"><img src="https://static.igem.org/mediawiki/2010/3/32/TU_Delft_back_to_igem.png" border="0" /></a></span>
-
9 undergraduate students of the Delft Technical University have cleared their schedules
+
-
until September in order to work on iGEM. Most of us have backgrounds in Life Sciences
+
-
and Biotechnology, but we also have a Bioinformatic on our side. Want to get to know us?
+
-
Have a look at our team page.  
+
-
</div>
+
-
<div id="GroupphotoSmall">
+
-
</div>
+
</div>
</div>
-
</a>
+
<div id="TUD-menu">
-
<a id="HomeCenterbodyText2" href="https://2010.igem.org/Team:TU_Delft/Project">
+
 
-
<div id="HomeCenterBox2">
+
<ul id="navlist">
-
<div id="ProjectPic">
+
<li><a class="menubutton" id="home" href="https://2010.igem.org/Team:TU_Delft/Home" title="Home"><span>Home</span></a></li>
-
</div>
+
<li><a class="menubutton" id="team" href="https://2010.igem.org/Team:TU_Delft/Team" title="Team"><span>Team</span></a>
-
<div id="CenterbodyText2">
+
 
-
<br><h3 style="color: white">The Project</h3>
+
<ul>
-
This year the TU Delft team will take a more worldly approach by making an attempt on improving the environment by creating biobricks that will facilitate hydrocarbon degradation in aqueous environments. More information on our project will follow soon!
+
<li><a href="https://2010.igem.org/Team:TU_Delft#page=Team" title="Overview">Overview</a></li>
-
</div>
+
<li><a href="https://2010.igem.org/Team:TU_Delft#page=Team/members" title="Members">Members</a></li>
 +
<li><a href="https://2010.igem.org/Team:TU_Delft#page=Team/organization" title="Organization">Organization</a></li>
 +
<li><a href="https://2010.igem.org/Team:TU_Delft#page=Team/university" title="University">University</a></li>
 +
<li><a href="https://2010.igem.org/Team:TU_Delft#page=Team/previous-teams" title="Previous Teams">Previous Teams</a></li>
 +
<li><a href="https://2010.igem.org/Team:TU_Delft#page=Team/gallery" title="Picture Gallery">Picture Gallery</a></li>
 +
<li><a href="https://2010.igem.org/Team:TU_Delft#page=Team/movies" title="Movies">Movies</a></li>
 +
<li><a href="https://2010.igem.org/Team:TU_Delft#page=Team/ijam" title="iJAM">iJAM</a></li>
 +
<li><a href="https://2010.igem.org/Team:TU_Delft#page=Team/statistics" title="Statistics">Statistics</a></li>
 +
</ul>
 +
</li>
 +
<li><a class="menubutton" id="project" href="https://2010.igem.org/Team:TU_Delft#page=Project" title="Project">Project</a>
 +
<ul>
 +
<li><a href="https://2010.igem.org/Team:TU_Delft#page=Project" title="Overview">Overview</a></li>
 +
<li><a href="https://2010.igem.org/Team:TU_Delft#page=Project/introduction" title="Introduction">Introduction</a></li>
 +
<li><a href="https://2010.igem.org/Team:TU_Delft#page=Project/alkane-degradation" title="Alkane Degradation">Alkane Degradation</a></li>
 +
<li><a href="https://2010.igem.org/Team:TU_Delft#page=Project/sensing" title="Hydrocarbon Sensing">Sensing</a></li>
 +
<li><a href="https://2010.igem.org/Team:TU_Delft#page=Project/tolerance" title="Survival">Survival</a></li>
 +
<li><a href="https://2010.igem.org/Team:TU_Delft#page=Project/solubility" title="Emulsification">Solubility</a></li>
 +
<li><a href="https://2010.igem.org/Team:TU_Delft#page=Project/rbs-characterization" title="RBS Characterization">RBS Characterization</a></li>
 +
<li><a href="https://2010.igem.org/Team:TU_Delft#page=Project/conclusions" title="General Conclusions">General Conclusions</a></li>
 +
<li><a href="https://2010.igem.org/Team:TU_Delft#page=Project/references" title="References">References</a></li>
 +
</ul>
 +
</li>
 +
<li><a class="menubutton" id="insilico" href="https://2010.igem.org/Team:TU_Delft#page=Notebook" title="Notebook">Notebook</a>
 +
<ul>
 +
<li><a href="https://2010.igem.org/Team:TU_Delft#page=Notebook" title="Overview">Overview</a></li>
 +
<li><a href="https://2010.igem.org/Team:TU_Delft#page=Notebook/blog" title="Blog">Blog</a></li>
 +
<li><a href="https://2010.igem.org/Team:TU_Delft#page=Notebook/timeline" title="Timeline">Timeline</a></li>
 +
<li><a href="https://2010.igem.org/Team:TU_Delft#page=Notebook/brainstorm" title="Brainstorm">Brainstorm</a></li>
 +
<li><a href="https://2010.igem.org/Team:TU_Delft#page=Notebook/cloning-plan" title="Cloning Plan">Cloning Plan</a></li>
 +
<li><a href="https://2010.igem.org/Team:TU_Delft#page=Notebook/protocols" title="Protocols">Protocols</a></li>
 +
</ul>
 +
</li>
 +
<li><a class="menubutton" id="parts" href="https://2010.igem.org/Team:TU_Delft#page=Parts" title="Parts">Parts</a>
 +
<ul>
 +
<li><a href="https://2010.igem.org/Team:TU_Delft#page=Parts" title="Overview">Overview</a></li>
 +
<li><a href="https://2010.igem.org/Team:TU_Delft#page=Parts/biobricks" title="BioBricks">BioBricks</a></li>
 +
<li><a href="https://2010.igem.org/Team:TU_Delft#page=Parts/characterization" title="Characterization">Characterization</a></li>
 +
</ul>
 +
</li>
 +
<li><a class="menubutton" id="insilico" href="https://2010.igem.org/Team:TU_Delft#page=Modeling" title="In Silico">In Silico</a>
 +
<ul id="insilico_menu">
 +
<li><a href="https://2010.igem.org/Team:TU_Delft#page=Modeling" title="Overview">Overview</a></li>
 +
<li><a href="https://2010.igem.org/Team:TU_Delft#page=Modeling/MFA" title="MFA">Metabolic Flux Analysis</a></li>
 +
<li><a href="https://2010.igem.org/Team:TU_Delft#page=Modeling/HC_regulation" title="Hydrocarbon Regulation">Hydrocarbon Regulation</a></li>
 +
<li><a href="https://2010.igem.org/Team:TU_Delft#page=Modeling/protein-production-model" title="Protein production model">Protein production model</a></li>
 +
<li><a href="https://2010.igem.org/Team:TU_Delft#page=Modeling/pcaif-model" title="pCaiF CRP sensing model">pCaiF CRP sensing model</a></li>
 +
<li><a href="https://2010.igem.org/Team:TU_Delft#page=Modeling/interaction-mapping" title="Software Tool">Interaction Mapping</a></li>
 +
<li><a href="https://2010.igem.org/Team:TU_Delft#page=Software/part-search" title="Part search server & iPhone app">Part search server & iPhone app</a></li>
 +
<li><a href="https://2010.igem.org/Team:TU_Delft#page=Modeling/wiki-tips-tricks" title="Wiki tips & tricks">Wiki Tips &amp; Tricks</a></li>
 +
</ul>
 +
</li>
 +
<li><a class="menubutton" id="safety" href="https://2010.igem.org/Team:TU_Delft#page=Safety" title="Safety">Safety</a>
 +
<ul>
 +
<li><a href="https://2010.igem.org/Team:TU_Delft#page=Safety" title="Overview">Overview</a></li>
 +
<li><a href="https://2010.igem.org/Team:TU_Delft#page=Safety/in-the-lab" title="Biosafety">Biosafety in the lab</a></li>
 +
</ul>
 +
</li>
 +
<li><a class="menubutton" id="humanpractice" href="https://2010.igem.org/Team:TU_Delft#page=Human-practice" title="Human Practice">Human Practice</a>
 +
<ul>
 +
<li><a href="https://2010.igem.org/Team:TU_Delft#page=Human-practice" title="Overview">Overview</a></li>
 +
<li><a href="https://2010.igem.org/Team:TU_Delft#page=EPAC" title="EPAC">EPAC</a></li>
 +
<li><a href="https://2010.igem.org/Team:TU_Delft#page=Education" title="Education">Education</a></li>
 +
<li><a href="https://2010.igem.org/Team:TU_Delft#page=Perception" title="Perception">Perception</a></li>
 +
<li><a href="https://2010.igem.org/Team:TU_Delft#page=Awareness" title="Awareness">Awareness</a></li>
 +
</ul>
 +
</li>
 +
<li><a class="menubutton" id="education" href="https://2010.igem.org/Team:TU_Delft#page=Education" title="Education">Education</a>
 +
<ul>
 +
<li><a href="https://2010.igem.org/Team:TU_Delft#page=Education" title="Overview">Overview</a></li>
 +
<li><a href="https://2010.igem.org/Team:TU_Delft#page=Education/science-museum" title="Science Museum">Science Museum</a></li>
 +
<li><a href="https://2010.igem.org/Team:TU_Delft#page=Education/game" title="Game">iGEM Game</a></li>
 +
<li><a href="https://2010.igem.org/Team:TU_Delft#page=Education/Workshop_on_synthetic_biology" title="SynBio Workshop">SynBio Workshop</a></li>
 +
<li><a href="https://2010.igem.org/Team:TU_Delft#page=Education/nemo" title="Night of the Nerds">Night of the Nerds</a></li>
 +
</ul>
 +
</li>
 +
<li><a class="menubutton" id="publicity" href="https://2010.igem.org/Team:TU_Delft#page=Publicity" title="Publicity">Publicity</a>
 +
<ul>
 +
<li><a href="https://2010.igem.org/Team:TU_Delft#page=Publicity" title="Overview">Overview</a></li>
 +
<li><a href="https://2010.igem.org/Team:TU_Delft#page=Publicity/communication_plan" title="Communication Plan">Communication Plan</a></li>
 +
<li><a href="https://2010.igem.org/Team:TU_Delft#page=Publicity/in-the-news" title="In The News">In the Media</a></li>
 +
<!-- <li><a href="https://2010.igem.org/Team:TU_Delft#page=Publicity/articles" title="Articles">Articles</a></li> /-->
 +
</ul>
 +
</li>
 +
<li><a class="menubutton" id="collaboration" href="https://2010.igem.org/Team:TU_Delft#page=Collaboration" title="Collaboration">Collaboration</a>
 +
<ul>
 +
<li><a href="https://2010.igem.org/Team:TU_Delft#page=Collaboration" title="Overview">Overview</a></li>
 +
<li><a href="https://2010.igem.org/Team:TU_Delft#page=Collaboration/sponsors" title="Sponsors">Sponsors</a></li>
 +
<li><a href="https://2010.igem.org/Team:TU_Delft#page=Collaboration/Rathenau Institute" title="Rathenau Institute">Rathenau Institute</a></li>
 +
<li><a href="https://2010.igem.org/Team:TU_Delft#page=Collaboration/Science Centre Delft" title="Science Centre Delft">Science Centre Delft</a></li>
 +
<li><a href="https://2010.igem.org/Team:TU_Delft#page=Collaboration/igem-teams" title="iGEM Teams">iGEM Teams</a></li>
 +
<li><a href="https://2010.igem.org/Team:TU_Delft#page=Collaboration/acknowledgements" title="Acknowledgements">Acknowledgements</a></li>
 +
</ul>
 +
</li>
 +
<li><a class="menubutton" id="collaboration" href="https://2010.igem.org/Team:TU_Delft#page=Contact" title="Contact">Contact</a></li>
 +
</ul>
</div>
</div>
-
</a>
+
<div id="TUD-body-wrapper">
-
<a id="HomeCenterbodyText1" href="https://2010.igem.org/Team:TU_Delft/Home/News">
+
<div id="TUD-body-container">
-
<div id="HomeCenterBox1">
+
 
-
<div id="CenterbodyText1">
+
<div id="TUD-body-content">
-
<br><h3 style="color: white">In the news</h3>
+
<div id="TUD-main-content">
-
insert text
+
<div id="loading-overlay"></div>
-
</div>
+
<div id="breadcrumbs"></div>
-
<div id="newslogo">
+
<div id="iGEM_TU_Delft_container">
 +
</div>
 +
</div>
 +
</div>
</div>
</div>
</div>
</div>
-
</a>
+
</div>
-
<a id="HomeCenterbodyText1" href="https://2010.igem.org/Team:TU_Delft/Fun">
+
<div id="TUD-footer">
-
<div id="HomeCenterBox2">
+
<div id="TUD-footer-content">
-
<div id="iJAM">
+
 
-
</div>
+
<div id="TUD-footer-contact-info">
-
<div id="CenterbodyText2">
+
<span class="TUD-footer-title">About the TU Delft Team</span>
-
<br><h3 style="color: white">Fun Stuff</h3>
+
<div class="br"></div>
-
<h4 style="color: white">iJAM</h4>
+
Nine students spent their summer in the lab, having fun with digesting, ligating and transforming BioBricks. This wiki is all about the plans, the work and the results. If you can't find what you need, please contact us!
-
Next to Synthetic Biology our team also has another common interest: Music! We actually had our first jamming session last week
+
<div class="br"></div>
-
</div>
+
<a href="https://2010.igem.org/Team:TU_Delft#page=Team">Meet the team</a>
 +
<br />
 +
<a href="#top">Back to top</a>
 +
</div>
 +
 
 +
<div id="TUD-footer-search">
 +
<span class="TUD-footer-title">Search</span>
 +
 
 +
<div class="br"></div>
 +
<form action="/Special:Search" id="search-form">
 +
<input id="searchInput" name="search" type="text" title="Search 2010.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" />&nbsp;
 +
<input type='submit' name="fulltext" class="searchButton" id="mw-searchButton" value="Search" title="Search the pages for this text" />
 +
</form>
 +
<br />
 +
<span class="TUD-footer-title">Contact us</span>
 +
<div class="br"></div>
 +
<i>Kluyverlaboratorium voor Biotechnologie</i><br />
 +
Julianalaan 67, 2628 BC Delft, The Netherlands<br />
 +
<div class="br"></div>
 +
<b>E:</b> <a href="mailto:info@igemtudelft.nl">info@igemtudelft.nl</a><br />
 +
 
 +
<div class="br"></div>
 +
<b>T:</b> +31 15 278 1625
 +
</div>
 +
 
 +
<div id="TUD-footer-navlist">
 +
<span class="TUD-footer-title">Navigate our wiki</span>
 +
<div class="br"></div>
 +
<ul>
 +
<li><a href="/Team:TU_Delft#page=Home">Home</a></li>
 +
<li><a href="/Team:TU_Delft#page=Team">Team</a></li>
 +
<li><a href="/Team:TU_Delft#page=Project">Project</a></li>
 +
<li><a href="/Team:TU_Delft#page=Notebook/blog">Blog</a></li>
 +
<li><a href="/Team:TU_Delft#page=Parts">Parts</a></li>
 +
<li><a href="/Team:TU_Delft#page=Modeling">In Silico</a></li>
 +
<li><a href="/Team:TU_Delft#page=Safety">Safety</a></li>
 +
<li><a href="/Team:TU_Delft#page=Education">Education</a></li>
 +
<li><a href="/Team:TU_Delft#page=Publicity">Publicity</a></li>
 +
<li><a href="/Team:TU_Delft#page=Collaboration">Collaboration</a></li>
 +
<li><a href="/Team:TU_Delft#page=Contact">Contact</a></li>
 +
</ul>
 +
</div>
 +
 
 +
<div id="TUD-footer-twitter-box">
 +
<div id="twitter_div">
 +
<ul id="twitter_update_list"><li></li></ul>
 +
</div>
 +
<script type="text/javascript" src="http://twitter.com/javascripts/blogger.js"></script>
 +
 
 +
<script type="text/javascript" src="http://twitter.com/statuses/user_timeline/iGEMTUDELFT2010.json?callback=twitterCallback2&amp;count=3"></script>
 +
<div class="socialicon" style="background-image:url(https://static.igem.org/mediawiki/2010/c/c8/Facebook-32x32.png);"><a href="http://tiny.cc/igemtudelft" title="TU Delft iGEM Team Facebook"></a></div>
 +
<div class="socialicon" style="background-image:url(https://static.igem.org/mediawiki/2010/7/7e/Twitter-32x32.png);"><a href="http://twitter.com/igemtudelft2010" title="TU Delft iGEM Team Twitter"></a></div>
 +
<div class="socialicon" style="background-image:url(https://static.igem.org/mediawiki/2010/3/38/Youtube-32x32.png);"><a href="http://www.youtube.com/user/igemtudelft2010" title="TU Delft iGEM Team YouTube"></a></div>
 +
<div class="socialicon" style="background-image:url(https://static.igem.org/mediawiki/2010/2/22/Linkedin-32x32.png);"><a href="http://www.linkedin.com/groups?gid=3070941" title="TU Delft iGEM Team LinkedIn"></a></div>
 +
</div>
 +
 
 +
<style>
 +
#TUD-footer-content {
 +
padding: 25px 0 25px 0;
 +
font-size: 10px;
 +
color: #000;
 +
line-height: 12px;
 +
}
 +
 
 +
#TUD-footer-content div {
 +
line-height: 12px;
 +
}
 +
 
 +
#TUD-footer-content a {
 +
color: #4db7f1;
 +
}
 +
 
 +
.br {
 +
height: 5px;
 +
width: 100%;
 +
margin: 0;
 +
padding: 0;
 +
overflow: hidden;
 +
}
 +
 
 +
#TUD-footer-contact-info {
 +
float: left;
 +
width: 153px;
 +
}
 +
 
 +
#TUD-footer-search {
 +
float: left;
 +
width: 153px;
 +
margin-left: 30px;
 +
}
 +
 
 +
#TUD-footer-navlist {
 +
float: left;
 +
width: 153px;
 +
margin-left: 30px;
 +
}
 +
 
 +
#TUD-footer-twitter-box {
 +
float: left;
 +
width: 350px;
 +
margin-left: 30px;
 +
}
 +
 
 +
.TUD-footer-title {
 +
font-weight: bold;
 +
color: #019aed;
 +
}
 +
 
 +
#TUD-footer-search form {
 +
margin: 0;
 +
padding: 0;
 +
font-size: 10px;
 +
}
 +
 
 +
#TUD-footer-search form #searchInput {
 +
background-color: #4db7f1;
 +
border: 1px solid #000;
 +
width: 100%;
 +
}
 +
 
 +
#TUD-footer-search form .searchButton {
 +
margin-top: 4px;
 +
font-size: 11px;
 +
background-color: #266c96;
 +
border: 1px solid #000;
 +
color: #4db7f1;
 +
padding: 2px;
 +
}
 +
 
 +
#TUD-footer-navlist ul {
 +
margin: 0;
 +
padding: 0;
 +
list-style-type: none;
 +
list-style: none;
 +
}
 +
 
 +
#TUD-footer-navlist ul li {
 +
height: 14px;
 +
display: block;
 +
margin: 1px;
 +
background-color: #266c96;
 +
padding: 0 5px;
 +
}
 +
 
 +
#TUD-footer-navlist ul li a {
 +
text-decoration: none;
 +
}
 +
 
 +
#TUD-footer-navlist ul li a:hover {
 +
text-decoration: underline;
 +
}
 +
 
 +
#TUD-footer-content .socialicon {
 +
margin-top: 4px;
 +
margin-right:10px;
 +
width:32px;
 +
height:32px;
 +
display:block;
 +
float:left;
 +
}
 +
 
 +
#TUD-footer-content .socialicon a {
 +
width:100%;
 +
height:100%;
 +
display:block;
 +
}
 +
 
 +
 
 +
#twitter_div {
 +
background-image: url('https://static.igem.org/mediawiki/2010/e/ec/TU_Delft_twitterBG.gif');
 +
background-repeat: no-repeat;
 +
border-bottom-style: solid;
 +
border-bottom-width: 1px;
 +
border-bottom-color: #5AA5BC;
 +
font-family: Arial, Helvetica, sans-serif;
 +
font-size: 0.9em;
 +
margin-top:10px;
 +
padding-top: 33px;
 +
padding-right: 5px;
 +
padding-left: 5px;
 +
width: 340px;
 +
overflow: hidden;
 +
}
 +
 
 +
#twitter_div ul {
 +
list-style-type: none;
 +
margin: 5px 0 5px 0;
 +
padding: 0;
 +
width: 340px;
 +
}
 +
 
 +
#twitter_div ul li {
 +
color: #0C93BA;
 +
border-bottom-style: solid;
 +
border-bottom-width: 1px;
 +
border-bottom-color: #A1E8F7;
 +
margin: 0 0 3px 0;
 +
}
 +
 +
#twitter_div ul li a {
 +
text-decoration: none;
 +
color: #DDA84E;
 +
}
 +
 +
#twitter_div ul li a:hover {
 +
text-decoration: none;
 +
color: #D78E42;
 +
}
 +
 +
#twitter_div p {
 +
text-align: right;
 +
padding-right: 6px;
 +
padding-bottom: 10px;
 +
}
 +
</style>
 +
 
</div>
</div>
-
</a>
 
-
</div>
 
-
<div id="HomeRight">
 
-
    <div id="Countdown">
 
-
    <embed width="200" height="60" wmode="transparent" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" src="http://www.oneplusyou.com/bb/files/countdown/countdown.swf?co=8bce9e&amp;bgcolor=FFFFFF&amp;date_month=11&amp;date_day=05&amp;date_year=10&amp;un=IGEM JAMBOREE 2010&amp;size=normal&amp;mo=11&amp;da=05&amp;yr=2010">
 
-
    </div>
 
-
    <div id="Upcoming">
 
-
    <br><h3 style="color: white">Upcoming Events</h3>
 
-
    <h4 style="color: white">May 19th</h4>
 
-
    Our next meeting: We will be presenting action plans for each subpart of our project<br>
 
-
    <h4 style="color: white">May 20th</h4>
 
-
    Important day! We will present our action plans for a number of professors and other department members, hoping they'll have some good input concerning our project.
 
-
    <br><br>
 
-
</div>
 
-
<br>
 
-
<div id="Sponsors">
 
-
<h3>Our Sponsors</h3>
 
-
<a href="http://www.suitsupply.nl/">
 
-
<div id="Sponsor1">
 
-
</div>
 
-
</a>
 
-
<br>
 
-
<a href="http://www.dsm.nl/">
 
-
<div id="Sponsor2">
 
-
</div>
 
-
</a>
 
-
<br>
 
-
<a href="http://www.genomics.nl//">
 
-
<div id="Sponsor3">
 
-
</div>
 
-
</a>
 
</div>
</div>
</div>
</div>
</div>
</div>
 +
<script type="text/javascript">
-
</body>
+
  var _gaq = _gaq || [];
 +
  _gaq.push(['_setAccount', 'UA-16783722-1']);
 +
  _gaq.push(['_trackPageview']);
 +
 
 +
  (function() {
 +
    var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
 +
    ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
 +
    var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
 +
  })();
 +
 
 +
</script>
</html>
</html>

Latest revision as of 01:53, 26 May 2011