Template:TU-header3

From 2011.igem.org

(Difference between revisions)
(Created page with "__NOTOC__<html lang="en"> <head> <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jqueryui/1.8.2/jquery-ui.js"></script> <script type="text/javascript" ...")
 
(299 intermediate revisions not shown)
Line 1: Line 1:
-
__NOTOC__<html lang="en">
+
__NOTOC__
-
<head>
+
-
<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jqueryui/1.8.2/jquery-ui.js"></script>
+
-
<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.2/jquery.min.js"></script>
+
-
<script type="text/javascript">
+
-
<
+
-
<script type="text/javascript">
+
-
$(document).ready(function() {
+
-
$("#twitter").getTwitter({
+
-
userName: "Brown_iGEM",
+
-
numTweets: 1,
+
-
loaderText: "Loading tweets...",
+
-
slideIn: true,
+
-
slideDuration: 750,
+
-
showHeading: true,
+
-
headingText: "Latest Tweets",
+
-
showProfileLink: true,
+
-
showTimestamp: true
+
-
});
+
-
});
+
-
</script>
+
-
<script type="text/javascript">
+
-
(function($) {
+
-
/*
+
-
jquery.twitter.js v1.5
+
-
Last updated: 08 July 2009
+
-
Created by Damien du Toit
+
<!--We would like to thank Brown Stanford 2011 for the inspiration on the usage of the menu. Their way of implementation was used for the construction of our own menu. We would like to thank http://tympanus.net/codrops/2010/07/16/slide-down-box-menu/ for the necessary code. -->
-
http://coda.co.za/blog/2008/10/26/jquery-plugin-for-twitter
+
-
Licensed under a Creative Commons Attribution-Non-Commercial 3.0 Unported License
 
-
http://creativecommons.org/licenses/by-nc/3.0/
 
-
*/
 
-
$.fn.getTwitter = function(options) {
+
<html>
 +
<head>
-
$.fn.getTwitter.defaults = {
 
-
userName: null,
 
-
numTweets: 1,
 
-
loaderText: "Loading tweet...",
 
-
slideIn: true,
 
-
slideDuration: 750,
 
-
showHeading: true,
 
-
headingText: "Latest Tweets",
 
-
showProfileLink: true,
 
-
showTimestamp: true
 
-
};
 
-
var o = $.extend({}, $.fn.getTwitter.defaults, options);
 
-
 
-
return this.each(function() {
 
-
var c = $(this);
 
-
 
-
// hide container element, remove alternative content, and add class
 
-
c.hide().empty().addClass("twitted");
 
-
 
-
// add heading to container element
 
-
if (o.showHeading) {
 
-
c.append("<h2>"+o.headingText+"</h2>");
 
-
}
 
-
 
-
// add twitter list to container element
 
-
var twitterListHTML = "<ul id=\"twitter_update_list\"><li></li></ul>";
 
-
c.append(twitterListHTML);
 
-
 
-
var tl = $("#twitter_update_list");
 
-
 
-
// hide twitter list
 
-
tl.hide();
 
-
 
-
// add preLoader to container element
 
-
var preLoaderHTML = $("<p class=\"preLoader\">"+o.loaderText+"</p>");
 
-
c.append(preLoaderHTML);
 
-
 
-
// add Twitter profile link to container element
 
-
if (o.showProfileLink) {
 
-
var profileLinkHTML = "<p class=\"profileLink\"><a href=\"http://twitter.com/"+o.userName+"\">http://twitter.com/"+o.userName+"</a></p>";
 
-
c.append(profileLinkHTML);
 
-
}
 
-
 
-
// show container element
 
-
c.show();
 
-
 
-
$.getScript("http://twitter.com/javascripts/blogger.js");
 
-
$.getScript("http://twitter.com/statuses/user_timeline/"+o.userName+".json?callback=twitterCallback2&count="+o.numTweets, function() {
 
-
// remove preLoader from container element
 
-
$(preLoaderHTML).remove();
 
-
 
-
// remove timestamp and move to title of list item
 
-
if (!o.showTimestamp) {
 
-
tl.find("li").each(function() {
 
-
var timestampHTML = $(this).children("a");
 
-
var timestamp = timestampHTML.html();
 
-
timestampHTML.remove();
 
-
$(this).attr("title", timestamp);
 
-
});
 
-
}
 
-
 
-
// show twitter list
 
-
if (o.slideIn) {
 
-
var tlHeight = tl.data("originalHeight");
 
-
 
-
// get the original height
 
-
if (!tlHeight) {
 
-
tlHeight = tl.show().height();
 
-
tl.data("originalHeight", tlHeight);
 
-
tl.hide().css({height: 0});
 
-
}
 
-
 
-
tl.show().animate({height: tlHeight}, o.slideDuration);
 
-
}
 
-
else {
 
-
tl.show();
 
-
}
 
-
 
-
// add unique class to first list item
 
-
tl.find("li:first").addClass("firstTweet");
 
-
 
-
// add unique class to last list item
 
-
tl.find("li:last").addClass("lastTweet");
 
-
});
 
-
});
 
-
};
 
-
})(jQuery);
 
-
</script>
 
<script type="text/javascript">
<script type="text/javascript">
/*
/*
Line 334: Line 218:
         <script type="text/javascript">
         <script type="text/javascript">
-
            $(function() {
+
 
-
/**
+
$(function() {
-
* for each menu element, on mouseenter,
+
$('#sdt_menu > li').bind('mouseenter',function(){
-
* we enlarge the image, and show both sdt_active span and
+
-
* sdt_wrap span. If the element has a sub menu (sdt_box),
+
-
* then we slide it - if the element is the last one in the menu
+
-
* we slide it to the left, otherwise to the right
+
-
*/
+
-
                $('#sdt_menu > li').bind('mouseenter',function(){
+
var $elem = $(this);
var $elem = $(this);
$elem.find('img')
$elem.find('img')
.stop(true)
.stop(true)
.animate({
.animate({
-
'width':'170px',
+
'width':'124px',
-
'height':'170px',
+
'height':'124px',
'left':'0px'
'left':'0px'
-
},400,'easeOutBack')
+
},0,'easeOutBack')
.andSelf()
.andSelf()
.find('.sdt_wrap')
.find('.sdt_wrap')
    .stop(true)
    .stop(true)
-
.animate({'top':'140px'},500,'easeOutBack')
+
.animate({'top':'94px'},400,'easeOutBack')
.andSelf()
.andSelf()
.find('.sdt_active')
.find('.sdt_active')
    .stop(true)
    .stop(true)
-
.animate({'height':'170px'},300,function(){
+
.animate({'height':'128px'},300,function(){
var $sub_menu = $elem.find('.sdt_box');
var $sub_menu = $elem.find('.sdt_box');
if($sub_menu.length){
if($sub_menu.length){
-
var left = '170px';
+
var left = '124px';
if($elem.parent().children().length == $elem.index()+1)
if($elem.parent().children().length == $elem.index()+1)
-
left = '-170px';
+
left = '-124px';
-
$sub_menu.show().animate({'left':left},200);
+
$sub_menu.show().animate({'left':left},300);
}
}
});
});
Line 375: Line 253:
$elem.find('.sdt_active')
$elem.find('.sdt_active')
.stop(true)
.stop(true)
-
.animate({'height':'0px'},300)
+
.animate({'height':'0px'},400)
.andSelf().find('img')
.andSelf().find('img')
.stop(true)
.stop(true)
Line 381: Line 259:
'width':'0px',
'width':'0px',
'height':'0px',
'height':'0px',
-
'left':'85px'},400)
+
'left':'62px'},400)
.andSelf()
.andSelf()
.find('.sdt_wrap')
.find('.sdt_wrap')
Line 389: Line 267:
             });
             });
         </script>
         </script>
-
<link href='http://fonts.googleapis.com/css?family=Nobile:regular,bold' rel='stylesheet' type='text/css'>
+
</script>
 +
<link rel="stylesheet" type="text/css" href="https://2011.igem.org/Team:TU-Delft/Testcss?action=raw&ctype=text/css" />
 +
</head>
 +
<body>
-
<script type="text/javascript" src="/Team:Brown-Stanford/lightbox/js?action=raw"></script>
 
-
<link href='http://fonts.googleapis.com/css?family=Ubuntu:regular,bold&subset=latin' rel='stylesheet' type='text/css'>
+
<div id="TU-header1">
-
<style>
+
 
-
/**
+
<img src="http://upload.wikimedia.org/wikipedia/en/d/d6/IGEM_official_logo.png" alt="TUDelft Logo2" height="52" align="LEFT" style="position:absolute; margin:20px 0px 0px 0px; " >
-
* jQuery lightBox plugin
+
 
-
* This jQuery plugin was inspired and based on Lightbox 2 by Lokesh Dhakar (http://www.huddletogether.com/projects/lightbox2/)
+
<img src="http://www.osli.ca/uploads/images/base/logo.png" alt="TUDelft Logo2" height="52" align="RIGHT" style="position:absolute; margin:20px 0px 0px 90px; align="Right" >
-
* and adapted to me for use like a plugin from jQuery.
+
 
-
  * @name jquery-lightbox-0.5.css
+
<img src="http://www.dsm.com/en_US/static/common/img/banner-cworld-logo.png" height="52" align="RIGHT" style="position:absolute; margin:20px 0px 0px 260px; align="RIGHT" >
-
* @author Leandro Vieira Pinho - http://leandrovieira.com
+
 
-
* @version 0.5
+
<img src="http://home.tudelft.nl/fileadmin/UD/MenC/Support/Internet/TU_Website/TU_Delft_portal/Over_TU_Delft/Alumni/Verenigingen/Alumnivereniging/Alumnipas/Service/img/Logo_640_x_280.jpg" alt="TUDelft Logo2" height="52" align="RIGHT" style="position:absolute; margin:20px 0px 0px 460px; align="RIGHT" >
-
* @date April 11, 2008
+
 
-
* @category jQuery plugin
+
<img src="http://www.selectscience.net/images/logos/companies/1393_Greiner-Bio-One-Logo_Intern.jpg" alt="TUDelft Logo2" height="52" align="RIGHT" style="position:absolute; margin:20px 0px 0px 970px; align="RIGHT" >
-
* @copyright (c) 2008 Leandro Vieira Pinho (leandrovieira.com)
+
 
-
* @license CCAttribution-ShareAlike 2.5 Brazil - http://creativecommons.org/licenses/by-sa/2.5/br/deed.en_US
+
<img src="http://edwingardner.com/projectivelandscape/site/img/UfD.gif" alt="TUDelft Logo2" height="52" align="RIGHT" style="position:absolute; margin:20px 0px 0px 750px; align="RIGHT" >
-
* @example Visit http://leandrovieira.com/projects/jquery/lightbox/ for more informations about this jQuery plugin
+
 
-
*/
+
<img src="https://static.igem.org/mediawiki/2011/2/20/Dia1.png" height="52" align="RIGHT" style="position:absolute; margin:20px 0px 0px 630px; align="RIGHT" >
-
#jquery-overlay {
+
 
-
position: absolute;
+
<img src="https://static.igem.org/mediawiki/2011/e/e0/TU_Delft_iGEM_logo.jpg" alt="TUDelft Logo2" height="52" align="RIGHT" style="position:absolute; margin:20px 0px 0px 1150px; align="RIGHT" >
-
top: 0;
+
 
-
left: 0;
+
<br>
-
z-index: 90;
+
  <div id="TU-wrapper">
-
width: 100%;
+
<div id="TU-header2">
-
height: 500px;
+
<div id="TU-menu">
 +
 +
<ul id="sdt_menu" class="sdt_menu">
 +
<li>
 +
<a href="https://2011.igem.org/Team:TU-Delft">
 +
<img src="http://www.den-dopper.com/wp-content/uploads/2009/03/thumb_tudelft.png" alt=""/>
 +
<span class="sdt_active"></span>
 +
<span class="sdt_wrap">
 +
<span class="sdt_link">Home</span>
 +
<span class="sdt_descr"></span>
 +
</span>
 +
</a>
 +
</li>
 +
<li>
 +
<a href="https://2011.igem.org/Team:TU-Delft/Project">
 +
<img src="https://static.igem.org/mediawiki/2011/0/0a/Logo_vierkant_2011.jpg" alt=""/>
 +
<span class="sdt_active"></span>
 +
<span class="sdt_wrap">
 +
<span class="sdt_link">The Project</span>
 +
<span class="sdt_descr">What we are doing</span>
 +
</span>
 +
</a>
 +
<div class="sdt_box">
 +
                        <br><br>
 +
<a href="https://2011.igem.org/Team:TU-Delft/Project">Overview</a>
 +
                        <a href="https://2011.igem.org/Team:TU-Delft/Project/Modelling">Modelling</a>
 +
<a href="https://2011.igem.org/Team:TU-Delft/Project/Detailed">Detailed</a>
 +
                        <a href="https://2011.igem.org/Team:TU-Delft/Project/Production">Production</a>
 +
                        <a href="https://2011.igem.org/Team:TU-Delft/Project/Transportation">Transportation</a>
 +
                        <a href="https://2011.igem.org/Team:TU-Delft/Project/Hydroxylation">Hydroxylation</a>
 +
                        <a href="https://2011.igem.org/Team:TU-Delft/Project/Localization">Localization</a>
 +
<a href="https://static.igem.org/mediawiki/2011/3/34/IGEM_TUDelft2011_Research_Proposal.pdf">Research Proposal</a>
 +
</div>
 +
</li>
 +
 
 +
<li>
 +
<a href="https://2011.igem.org/Team:TU-Delft/Team">
 +
<img src="https://static.igem.org/mediawiki/2011/5/5d/Teamfoto_wiki.jpg" alt=""/>
 +
<span class="sdt_active"></span>
 +
<span class="sdt_wrap">
 +
<span class="sdt_link">The Team</span>
 +
<span class="sdt_descr">Who we are</span>
 +
</span>
 +
</a>
 +
<div class="sdt_box">
 +
                        <br>
 +
                        <br>
 +
                        <a href="https://2011.igem.org/Team:TU-Delft/Team">Overview</a>
 +
<a href="https://2011.igem.org/Team:TU-Delft/Team/Students">Students</a>
 +
<a href="https://2011.igem.org/Team:TU-Delft/Team/Supervisors">Supervisors</a>
 +
<a href="https://2011.igem.org/Team:TU-Delft/Team/University">University</a>
 +
</div>
 +
</li>
 +
<li>
 +
<a href="https://2011.igem.org/Team:TU-Delft/Notebooks/Overview">
 +
<img src="https://static.igem.org/mediawiki/2011/e/ee/TUDelft-Template-Notebook.png" alt=""/>
 +
<span class="sdt_active"></span>
 +
<span class="sdt_wrap">
 +
<span class="sdt_link">Notebooks</span>
 +
<span class="sdt_descr">What we did</span>
 +
</span>
 +
</a>
 +
<div class="sdt_box">
 +
                      <a href="https://2011.igem.org/Team:TU-Delft/Notebooks/Overview">Overview</a>
 +
                      <a href="https://2011.igem.org/Team:TU-Delft/Notebooks">Students</a>
 +
                      <a href="https://2011.igem.org/Team:TU-Delft/Notebooks/Brainstorming">Brainstorming</a>
 +
                      <a href="https://2011.igem.org/Team:TU-Delft/Notebooks/Protocols">Protocols</a>
 +
<!-- <a href="#">Departments</a> -->
 +
</div>
 +
</li>
 +
 
 +
<li>
 +
<a href="https://2011.igem.org/Team:TU-Delft/Human-Practice">
 +
<img src="https://static.igem.org/mediawiki/igem.org/6/61/Good_vs_Bad.jpg" alt=""/>
 +
<span class="sdt_active"></span>
 +
<span class="sdt_wrap">
 +
<span class="sdt_link">Human Practice</span>
 +
<span class="sdt_descr">Awareness </span>
 +
</span>
 +
</a>
 +
<div class="sdt_box">
 +
<br><br><br>
 +
                        <a href="https://2011.igem.org/Team:TU-Delft/Human-Practice">Overview</a>
 +
<a href="https://2011.igem.org/Team:TU-Delft/Human-Practice/Rathenau">Rathenau</a>
 +
<a href="https://2011.igem.org/Team:TU-Delft/Human-Practice/Science-Centre">Science Centre</a>
 +
 +
</div>
 +
</li>
 +
<li>
 +
<a href="https://2011.igem.org/Team:TU-Delft/Project/Safety">
 +
<img src="https://static.igem.org/mediawiki/2011/a/a2/Lab_safety.jpg" alt=""/>
 +
<span class="sdt_active"></span>
 +
<span class="sdt_wrap">
 +
<span class="sdt_link">Safety</span>
 +
<span class="sdt_descr">Responsibilty</span>
 +
</span>
 +
</a>
 +
<div class="sdt_box">
 +
<br>
 +
                        <a href="https://2011.igem.org/Team:TU-Delft/Project/Safety">Overview</a>
 +
                        <a href="https://2011.igem.org/Team:TU-Delft/Project/Safety/Safety-proposal">Safety proposal</a>
 +
 +
</li>
 +
<li>
 +
<a href="https://2011.igem.org/Team:TU-Delft/Project/Microbial-History">
 +
<img src="https://static.igem.org/mediawiki/2011/0/01/Logo_with_book.jpg" alt=""/>
 +
<span class="sdt_active"></span>
 +
<span class="sdt_wrap">
 +
<span class="sdt_link">Microbial history</span>
 +
<span class="sdt_descr">Where it all started</span>
 +
</span>
 +
</a>
 +
<div class="sdt_box">
 +
<br>
 +
                        <a href="https://2011.igem.org/Team:TU-Delft/Project/Microbial-History/Influences-of-Delft">Influences of Delft</a>
 +
<a href="https://2011.igem.org/Team:TU-Delft/Project/Microbial-History/Van Leeuwenhoek">Van Leeuwenhoek</a>
 +
                        <a href="https://2011.igem.org/Team:TU-Delft/Project/Microbial-History/Beijerink">Beijerink</a>
 +
                        <a href="https://2011.igem.org/Team:TU-Delft/Project/Microbial-History/Iterson">Iterson</a>
 +
                        <a href="https://2011.igem.org/Team:TU-Delft/Project/Microbial-History/Kluyer">Kluyver</a>
 +
</div>
 +
</li>
 +
<li>
 +
<a href="https://2011.igem.org/Team:TU-Delft/Sponsors">
 +
<img src="https://static.igem.org/mediawiki/2011/f/fe/TUDelft-Template-Sponsors.png" alt=""/>
 +
<span class="sdt_active"></span>
 +
<span class="sdt_wrap">
 +
<span class="sdt_link">Our Partners</span>
 +
<span class="sdt_descr">Making it possible</span>
 +
</span>
 +
</a>
 +
<div class="sdt_box">
 +
<br>
 +
                        <br>
 +
                        <a href="https://2011.igem.org/Team:TU-Delft/Sponsors">Sponsors</a>
 +
<a href="http://www.crowdfundingfacilities.com/content/igem-tu-delft">Support Us</a>
 +
                        <a href="https://2011.igem.org/Team:TU-Delft/Collaboration">Collaboration</a>
 +
<a href="https://2011.igem.org/Team:TU-Delft/Acknowledgement">Acknowledgements</a>
 +
</div>
 +
</li>
 +
</ul>
 +
</div>
 +
</body>
 +
<style type="text/css">
 +
 
 +
 
 +
#TU-header1 {
 +
width:100%;  
 +
absolute:left;
 +
background-color:#fff;
 +
display:block;
 +
position:absolute;
 +
top:-15px;
 +
clear:both;
 +
solid white;
 +
height:130px;
}
}
-
#jquery-lightbox {
+
 
-
position: absolute;
+
#TU-header2 {
-
top: 0;
+
width:100%;
-
left: 0;
+
height:67px;
-
width: 100%;
+
background-color:#002B60;
-
z-index: 100;
+
display:block;
-
text-align: center;
+
position:absolute;
-
line-height: 0;
+
top:73px;
 +
clear:both;
}
}
-
#jquery-lightbox a img { border: none; }
+
#TU-wrapper {
-
#lightbox-container-image-box {
+
line-height:1em;
-
position: relative;
+
font-size:100%;
-
background-color: #fff;
+
font: normal sans-serif;
-
width: 250px;
+
-
height: 250px;
+
-
margin: 0 auto;
+
}
}
-
#lightbox-container-image { padding: 10px; }
+
#TU-body {
-
#lightbox-loading {
+
width:100%;
-
position: absolute;
+
min-height: 400px;
-
top: 40%;
+
display:block;
-
left: 0%;
+
float: left;
-
height: 25%;
+
clear:both;
-
width: 100%;
+
-
text-align: center;
+
-
line-height: 0;
+
}
}
-
#lightbox-nav {
+
#TU-body-wrapper {
-
position: absolute;
+
margin:-5px;
-
top: 0;
+
width:100%;
-
left: 0;
+
-
height: 100%;
+
-
width: 100%;
+
-
z-index: 10;
+
}
}
-
#lightbox-container-image-box > #lightbox-nav { left: 0; }
+
#TU-footer {
-
#lightbox-nav a { outline: none;}
+
width:100%;
-
#lightbox-nav-btnPrev, #lightbox-nav-btnNext {
+
height:50px;
-
width: 49%;
+
background-color:#002B60;
-
height: 100%;
+
display:block;
-
zoom: 1;
+
float:left;
-
display: block;
+
-
}
+
-
#lightbox-nav-btnPrev {
+
-
left: 0;
+
-
float: left;
+
-
}
+
-
#lightbox-nav-btnNext {
+
-
right: 0;
+
-
float: right;
+
-
}
+
-
#lightbox-container-image-data-box {
+
-
font: 10px Verdana, Helvetica, sans-serif;
+
-
background-color: #fff;
+
-
margin: 0 auto;
+
-
line-height: 1.4em;
+
-
overflow: auto;
+
-
width: 100%;
+
-
padding: 0 10px 0;
+
-
}
+
-
#lightbox-container-image-data {
+
-
padding: 0 10px;
+
-
color: #666;
+
-
}
+
-
#lightbox-container-image-data #lightbox-image-details {
+
-
width: 70%;
+
-
float: left;
+
-
text-align: left;
+
-
}
+
-
#lightbox-image-details-caption { font-weight: bold; }
+
-
#lightbox-image-details-currentNumber {
+
-
display: block;  
+
-
clear: left;
+
-
padding-bottom: 1.0em;
+
-
}
+
-
#lightbox-secNav-btnClose {
+
-
width: 66px;
+
-
float: right;
+
-
padding-bottom: 0.7em;
+
}
}
-
</style>
 
-
        <style>
 
-
span.reference{
 
-
position:fixed;
 
-
left:10px;
 
-
bottom:10px;
 
-
font-size:12px;
 
-
}
 
-
span.reference a{
 
-
color:#aaa;
 
-
text-transform:uppercase;
 
-
text-decoration:none;
 
-
text-shadow:1px 1px 1px #000;
 
-
margin-right:30px;
 
-
}
 
-
span.reference a:hover{
 
-
color:#ddd;
 
-
}
 
-
ul.sdt_menu{
 
-
margin-top:150px;
 
-
}
 
-
</style>
 
-
<script>
 
-
$(document).ready(function() {
 
-
$('a.lightbox').lightBox(); // Select all links with lightbox class
 
-
$('a.image').each(function(idx, item) { 
 
-
        var src = item.firstChild.src;
 
-
src=src.replace(/wiki\/images\/thumb\/(.+)\/(.+)\/(.+)\/(.+)\..../,"wiki/images/$1/$2/$3");
 
-
item.href=src;
 
-
    });
 
-
$('a.image').lightBox();
 
-
});
 
-
</script>
 
 +
</style>
-
<link rel="stylesheet" type="text/css" href="https://2011.igem.org/Team:Brown-Stanford/css?action=raw&ctype=text/css" />
+
 
-
</head>
+
<div id="TU-body">
-
<body>
+
<div id="TU-body-wrapper">
-
<div id="headerimg1" class="headerimg"></div>
+
 
-
<div id="headerimg2" class="headerimg"></div>
+
 
-
<div id="header" style="height:100px;padding: 85px 0px 10px 0px">
+
</html>
-
<ul id="sdt_menu" class="sdt_menu">
+
<html>
-
<li>
+
<body style="background-image: initial; background-repeat-x:no-repeat; background-repeat-y:no-repeat; background-repeat:no-repeat; background-attachment:initial; background-position:initial initial; background-position-x:initial; background-position-y:initial; background-origin:initial; background-clip:initial;background-color:#656565; margin:0pt; " onload="onPageLoad();" onunload="onPageUnload();" >
-
<a href="/Team:Brown-Stanford">
+
    <div style="text-align:center; " >
-
<!--<img src="images/2.jpg" alt=""/>-->
+
      <div style="background-color:#FFFFFF; text-align:left; width:1010px; margin:0px auto 0px auto; " id="body_content" >
-
<span class="sdt_active"></span>
+
</html>
-
<span class="sdt_wrap">
+
-
<span class="sdt_link">Brown-Stanford</span>
+
-
<span class="sdt_descr">Our Team</span>
+
-
</span>
+
-
</a>
+
-
<div class="sdt_box">
+
-
<a href="/Team:Brown-Stanford/Team">Team Members</a>
+
-
<a href="/Team:Brown-Stanford/Martian">Martian Colony</a>
+
-
<!-- <a href="/Team:Brown-Stanford/Sponsors"></a>-->
+
-
</div>
+
-
</li>
+
-
<li>
+
-
<a href="/Team:Brown-Stanford/REGObricks/Overview">
+
-
<img src="https://static.igem.org/mediawiki/2011/3/39/Brown-Stanford_REGObricks-Thumb.png" alt=""/>
+
-
<span class="sdt_active"></span>
+
-
<span class="sdt_wrap">
+
-
<span class="sdt_link">REGObricks</span>
+
-
<span class="sdt_descr">Martian regolith</span>
+
-
</span>
+
-
</a>
+
-
<div class="sdt_box">
+
-
<a href="/Team:Brown-Stanford/REGObricks/Overview">Project Overview</a>
+
-
</div>
+
-
</li>
+
-
<li>
+
-
<a href="/Team:Brown-Stanford/PowerCell/Overview">
+
-
<img src="https://static.igem.org/mediawiki/2011/9/9a/Brown-Stanford_PowerCell-Thumb.png" alt=""/>
+
-
<span class="sdt_active"></span>
+
-
<span class="sdt_wrap">
+
-
<span class="sdt_link">PowerCell</span>
+
-
<span class="sdt_descr">Modular symbiosis</span>
+
-
</span>
+
-
</a>
+
-
<div class="sdt_box">
+
-
<a href="/Team:Brown-Stanford/PowerCell/Overview">Project Overview</a>
+
-
</div>
+
-
</li>
+
-
<li>
+
-
<a href="/Team:Brown-Stanford/DNADamage/Overview">
+
-
<img src="https://static.igem.org/mediawiki/2011/4/4c/Brown-Stanford_DNADamage-Thumb.png" alt=""/>
+
-
<span class="sdt_active"></span>
+
-
<span class="sdt_wrap">
+
-
<span class="sdt_link">DNA Damage Sensor</span>
+
-
<span class="sdt_descr">Fluorescent markers</span>
+
-
</span>
+
-
</a>
+
-
<div class="sdt_box">
+
-
<a href="/Team:Brown-Stanford/DNADamage/Overview">Project Overview</a>
+
-
</div>
+
-
</li>
+
-
<li>
+
-
<a href="/Team:Brown-Stanford/Lab/">
+
-
<!-- <img src="" alt=""/>-->
+
-
<span class="sdt_active"></span>
+
-
<span class="sdt_wrap">
+
-
<span class="sdt_link">Lab</span>
+
-
<span class="sdt_descr"></span>
+
-
</span>
+
-
</a>
+
-
<div class="sdt_box">
+
-
<a href="/Team:Brown-Stanford/Lab/Notebook">Notebook</a>
+
-
<a href="/Team:Brown-Stanford/Lab/Protocols">Protocols</a>
+
-
<a href="/Team:Brown-Stanford/Lab/Safety">Safety</a>
+
-
</div>
+
-
</li>
+
-
</ul>
+
-
</div>
+
-
<div class="content">
+
-
<div style="text-align:right;background:none;width:100%;"><a href="http://www.facebook.com/pages/Brown-Stanford-iGEM/166210643442328"><img src="https://static.igem.org/mediawiki/2011/c/c4/Brown-Stanford_Facebook.png" style="height:20px;width:20px"></img></a><a href="http://www.twitter.com/Brown_iGEM"><img src="https://static.igem.org/mediawiki/2011/d/df/Brown-Stanford_Twitter.png" style="height:20px;width:20px"></img></a></div>
+

Latest revision as of 18:08, 18 December 2011



TUDelft Logo2 TUDelft Logo2 TUDelft Logo2 TUDelft Logo2 TUDelft Logo2 TUDelft Logo2