Team:Brown-Stanford/Templates/Main
From 2011.igem.org
(Difference between revisions)
(96 intermediate revisions not shown) | |||
Line 9: | Line 9: | ||
--> | --> | ||
<head> | <head> | ||
+ | |||
+ | <script language="javascript"> | ||
+ | function toggle() { | ||
+ | var ele = document.getElementById("news"); | ||
+ | var text = document.getElementById("toggleNews"); | ||
+ | if(ele.style.display == "block") { | ||
+ | ele.style.display = "none"; | ||
+ | text.innerHTML = "<h3>Show News and Media</h3>"; | ||
+ | } | ||
+ | else { | ||
+ | ele.style.display = "block"; | ||
+ | text.innerHTML = "<h3>Hide News and Media</h3>"; | ||
+ | } | ||
+ | } | ||
+ | </script> | ||
<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/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" 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() { | $(document).ready(function() { | ||
Line 93: | Line 41: | ||
}); | }); | ||
</script> | </script> | ||
+ | <script type="text/javascript"> | ||
+ | function ethics(url) { | ||
+ | popupWindow = window.open(url,'popUpWindow','innerHeight=600,innerWidth=800,left=(screen.availwidth-width)/2,top=(screen.availheight-height)/2,resizable=no,scrollbars=no,toolbar=no,menubar=no,location=no,directories=no,status=no') | ||
+ | } | ||
+ | </script> | ||
<script type="text/javascript"> | <script type="text/javascript"> | ||
(function($) { | (function($) { | ||
Line 433: | Line 386: | ||
if($sub_menu.length){ | if($sub_menu.length){ | ||
var a = $sub_menu[0].getElementsByTagName('a').length; | var a = $sub_menu[0].getElementsByTagName('a').length; | ||
- | var px = a* | + | var px = a*32+15; |
var height = px+'px'; | var height = px+'px'; | ||
$sub_menu.show().animate({'top':'150px','height':height},400); | $sub_menu.show().animate({'top':'150px','height':height},400); | ||
Line 462: | Line 415: | ||
</script> | </script> | ||
<link href='http://fonts.googleapis.com/css?family=Nobile:regular,bold' rel='stylesheet' type='text/css'> | <link href='http://fonts.googleapis.com/css?family=Nobile:regular,bold' rel='stylesheet' type='text/css'> | ||
- | |||
- | |||
<link href='http://fonts.googleapis.com/css?family=Ubuntu:regular,bold&subset=latin' rel='stylesheet' type='text/css'> | <link href='http://fonts.googleapis.com/css?family=Ubuntu:regular,bold&subset=latin' rel='stylesheet' type='text/css'> | ||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
<style> | <style> | ||
span.reference{ | span.reference{ | ||
Line 591: | Line 438: | ||
} | } | ||
</style> | </style> | ||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
<link rel="stylesheet" type="text/css" href="https://2011.igem.org/Team:Brown-Stanford/css?action=raw&ctype=text/css" /> | <link rel="stylesheet" type="text/css" href="https://2011.igem.org/Team:Brown-Stanford/css?action=raw&ctype=text/css" /> | ||
</head> | </head> | ||
<body> | <body> | ||
- | <div | + | <div style="margin-left: auto; margin-right: auto; margin-top:-15px; z-index:-10; text-align: center;"> |
- | < | + | <a href="/Team:Brown-Stanford" style="text-decoration: none !important;"> |
- | <!-- | + | <!--<img src="https://static.igem.org/mediawiki/2011/1/12/Brown-Stanford_Banner.jpg">--> |
- | + | <span style="font-size: 40pt !important; line-height: 40pt !important; color: white !important; font-weight: bold !important;">Brown-Stanford<br>iGEM</span> | |
- | <div id="header" style="height:100px;padding: | + | </a> |
+ | </div> | ||
+ | |||
+ | |||
+ | <div id="header" style="height:100px;padding: 0px 0px 0px 0px; margin-bottom:0px"> | ||
<ul id="sdt_menu" class="sdt_menu"> | <ul id="sdt_menu" class="sdt_menu"> | ||
<li> | <li> | ||
Line 625: | Line 462: | ||
</a> | </a> | ||
<div class="sdt_box"> | <div class="sdt_box"> | ||
- | <a href="/Team:Brown-Stanford/REGObricks/Introduction"> | + | <a href="/Team:Brown-Stanford/REGObricks/Introduction">Intro</a> |
- | <a href="/Team:Brown-Stanford/REGObricks/ISRU"> | + | <d>---------------------</d> |
- | < | + | <a href="/Team:Brown-Stanford/REGObricks/ISRU">ISRU</a> |
- | <a href="/Team:Brown-Stanford/REGObricks/Biocementation"> | + | <d>---------------------</d> |
- | <a href="/Team:Brown-Stanford/REGObricks/Characterization"> | + | <a href="/Team:Brown-Stanford/REGObricks/Biocementation">Biocement</a> |
- | <a></a> | + | <d>---------------------</d> |
- | <a href="/Team:Brown-Stanford/REGObricks/ | + | <a href="/Team:Brown-Stanford/REGObricks/Characterization"><em>S. pasteurii</em></a> |
- | <a></a> | + | <d>---------------------</d> |
+ | <a href="/Team:Brown-Stanford/REGObricks/Balloon">Balloon<br>Flights</a> | ||
+ | <a></a> | ||
+ | <d>---------------------</d> | ||
+ | <a href="/Team:Brown-Stanford/REGObricks/Transforming">Transforming</a> | ||
+ | <d>---------------------</d> | ||
+ | <a href="/Team:Brown-Stanford/REGObricks/Biobrick">Biobrick</html><sup>2</sup><html></a> | ||
</div> | </div> | ||
</li> | </li> | ||
Line 645: | Line 488: | ||
</a> | </a> | ||
<div class="sdt_box"> | <div class="sdt_box"> | ||
- | <a href="/Team:Brown-Stanford/PowerCell/Introduction"> | + | <a href="/Team:Brown-Stanford/PowerCell/Introduction">Intro</a> |
- | < | + | <d>---------------------</d> |
<a href="/Team:Brown-Stanford/PowerCell/Cyanobacteria">Cyanobacteria</a> | <a href="/Team:Brown-Stanford/PowerCell/Cyanobacteria">Cyanobacteria</a> | ||
- | <a href="/Team:Brown-Stanford/PowerCell/ | + | <d>---------------------</d> |
- | <a></a> | + | <a href="/Team:Brown-Stanford/PowerCell/Background">Mars</a> |
+ | <d>---------------------</d> | ||
+ | <a href="/Team:Brown-Stanford/PowerCell/NutrientSecretion">Nutrients</a> | ||
</div> | </div> | ||
</li> | </li> | ||
<li> | <li> | ||
- | <a href="/Team:Brown-Stanford/ | + | <a href="/Team:Brown-Stanford/FRETSensor/Introduction"> |
<img src="https://static.igem.org/mediawiki/2011/4/4c/Brown-Stanford_DNADamage-Thumb.png" alt=""/> | <img src="https://static.igem.org/mediawiki/2011/4/4c/Brown-Stanford_DNADamage-Thumb.png" alt=""/> | ||
<span class="sdt_active"></span> | <span class="sdt_active"></span> | ||
<span class="sdt_wrap"> | <span class="sdt_wrap"> | ||
- | <span class="sdt_link"> | + | <span class="sdt_link">FRETcetera</span> |
<span class="sdt_descr"></span> | <span class="sdt_descr"></span> | ||
</span> | </span> | ||
</a> | </a> | ||
<div class="sdt_box"> | <div class="sdt_box"> | ||
- | <a href="/Team:Brown-Stanford/ | + | <a href="/Team:Brown-Stanford/FRETSensor/Introduction">Intro</a> |
- | <a href="/Team:Brown-Stanford/ | + | <d>---------------------</d> |
- | <a href="/Team:Brown-Stanford/ | + | <a href="/Team:Brown-Stanford/FRETSensor/Biosensing">FRET etc.</a> |
+ | <d>---------------------</d> | ||
+ | <a href="/Team:Brown-Stanford/FRETSensor/Construct">Construct</a> | ||
</div> | </div> | ||
</li> | </li> | ||
<li> | <li> | ||
- | <a href="/Team:Brown-Stanford/ | + | <a href="/Team:Brown-Stanford/Team"> |
- | + | <img src="https://static.igem.org/mediawiki/2011/a/ae/Brown-Stanford_Lab_Thumb.jpg" alt=""/> | |
<span class="sdt_active"></span> | <span class="sdt_active"></span> | ||
<span class="sdt_wrap"> | <span class="sdt_wrap"> | ||
Line 677: | Line 524: | ||
</a> | </a> | ||
<div class="sdt_box" style="height:60px"> | <div class="sdt_box" style="height:60px"> | ||
- | <a href="/Team:Brown-Stanford/Team">Team | + | <a href="/Team:Brown-Stanford/Team">Team</a> |
+ | <d>---------------------</d> | ||
+ | <a href="/Team:Brown-Stanford/Lab/Parts">Parts</a> | ||
+ | <d>---------------------</d> | ||
<a href="/Team:Brown-Stanford/Lab/Notebook">Notebook</a> | <a href="/Team:Brown-Stanford/Lab/Notebook">Notebook</a> | ||
+ | <d>---------------------</d> | ||
<a href="/Team:Brown-Stanford/Lab/Protocols">Protocols</a> | <a href="/Team:Brown-Stanford/Lab/Protocols">Protocols</a> | ||
+ | <d>---------------------</d> | ||
<a href="/Team:Brown-Stanford/Lab/Safety">Safety</a> | <a href="/Team:Brown-Stanford/Lab/Safety">Safety</a> | ||
</div> | </div> | ||
Line 685: | Line 537: | ||
<li> | <li> | ||
<a href="/Team:Brown-Stanford/Collaboration"> | <a href="/Team:Brown-Stanford/Collaboration"> | ||
- | + | <img src="https://static.igem.org/mediawiki/2011/d/d3/Brown-Stanford_Collab_Thumb.jpg" alt=""/> | |
<span class="sdt_active"></span> | <span class="sdt_active"></span> | ||
<span class="sdt_wrap"> | <span class="sdt_wrap"> | ||
Line 693: | Line 545: | ||
</a> | </a> | ||
<div class="sdt_box"> | <div class="sdt_box"> | ||
- | <a href="/Team:Brown-Stanford/Collaboration"> | + | <a href="/Team:Brown-Stanford/Collaboration">Collab</a> |
- | < | + | <d>---------------------</d> |
<a href="/Team:Brown-Stanford/Sponsors">Sponsors</a> | <a href="/Team:Brown-Stanford/Sponsors">Sponsors</a> | ||
</div> | </div> | ||
Line 700: | Line 552: | ||
<li> | <li> | ||
<a href="/Team:Brown-Stanford/Outreach"> | <a href="/Team:Brown-Stanford/Outreach"> | ||
- | + | <img src="https://static.igem.org/mediawiki/2011/e/e1/Brown-Stanford_Outreach_Thumb.jpg" alt=""/> | |
<span class="sdt_active"></span> | <span class="sdt_active"></span> | ||
<span class="sdt_wrap"> | <span class="sdt_wrap"> | ||
Line 708: | Line 560: | ||
</a> | </a> | ||
<div class="sdt_box"> | <div class="sdt_box"> | ||
- | <a href="/Team:Brown-Stanford/ | + | <a href="/Team:Brown-Stanford/SB5">SB5.0</a> |
- | <a href=" | + | <d>---------------------</d> |
+ | <a href="/Team:Brown-Stanford/NASA">NASA</a> | ||
+ | <d>---------------------</d> | ||
+ | <a href="/Team:Brown-Stanford/Lunar">Lunar Science</a> | ||
+ | <d>---------------------</d> | ||
+ | <a href="/Team:Brown-Stanford/MakerFaire">Maker Faire</a> | ||
+ | <d>---------------------</d> | ||
<a href="/Team:Brown-Stanford/BBC">BBC</a> | <a href="/Team:Brown-Stanford/BBC">BBC</a> | ||
+ | <d>---------------------</d> | ||
+ | <a href="http://openwetware.org/wiki/IGEM_Outreach" target="_blank">CBricks</a> | ||
+ | <d>---------------------</d> | ||
+ | <a href="JavaScript:ethics('/Team:Brown-Stanford/SynEthics/Intro');">Ethics</a> | ||
+ | <d>---------------------</d> | ||
+ | <a href="/Team:Brown-Stanford/RegionalJamboree">Regional<br>Jamboree</a> | ||
+ | <a></a> | ||
</div> | </div> | ||
</li> | </li> | ||
</ul> | </ul> | ||
</div> | </div> | ||
- | |||
- | |||
- | |||
- |
Latest revision as of 02:41, 29 October 2011