Team:NYC Software/Templates/nav

From 2011.igem.org

(Difference between revisions)
(Created page with "__NOTOC__<html lang="en"> <head> <script type="text/javascript"> var _gaq = _gaq || []; _gaq.push(['_setAccount', 'UA-65298-13']); _gaq.push(['_trackPageview']); (...")
 
(42 intermediate revisions not shown)
Line 1: Line 1:
-
__NOTOC__<html lang="en">  
+
<html lang="en">  
<head>  
<head>  
-
+
 
 +
<!-- Significant portions of the code for the navigation bar on the left and the boxes at the bottom of some pages were taken from Cambridge 2010's wiki code. -->
 +
 
 +
<script language="javascript">
 +
 
 +
<!-- script to update the iGEM Header Bars to make Editing and viewing History on the current page -->
 +
<!-- something in the code is obscuring the native iGEM header, so I coded this instead. -Russ -->
 +
 
 +
var currentURL=location.href;
 +
sliced=currentURL.slice(21);
 +
document.write("<a href=https://2011.igem.org/wiki/index.php?title=" + sliced + "&action=edit  ><font size='1' color='BA5320'><b>. EDIT .</b></font></a>");
 +
 
 +
document.write( "<a href=https://2011.igem.org/wiki/index.php?title=" + sliced + "&action=history  ><font size='1' color='F36D21'><b> HISTORY .</b></font></a>");
 +
document.write("<a href=https://2011.igem.org/Special:MovePage/" + sliced + "><font size='1' color='BA5320'><b> MOVE .</b></font></a>");
 +
document.write( "<a href=https://2011.igem.org/wiki/index.php?title=" + sliced + "&action=watch  ><font size='1' color='F36D21'><b> WATCH .</b></font></a>");
 +
 
 +
</script>
 +
 
 +
 
<script type="text/javascript">
<script type="text/javascript">
Line 17: Line 35:
<style>
<style>
h2{color:#96d446; }
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;}
+
h1, h2, h3, h4, h5{font-family:"Palatino", 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>
</style>
Line 31: Line 47:
<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://2011.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 44: Line 60:
});
});
</script>
</script>
-
<script type="text/javascript" src="/Team:Cambridge/lightbox/js?action=raw"></script>
+
<script type="text/javascript" src="http://www.nysynbio.org/nycwiki/lightbox.js?action=raw"></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 163: Line 179:
</script>
</script>
 +
<script type="text/javascript">
 +
document.write("<p><br>")
 +
<!--
 +
var image1=new Image()
 +
image1.src="https://static.igem.org/mediawiki/2011/8/88/Colleges.png"
 +
var image2=new Image()
 +
image2.src="https://static.igem.org/mediawiki/2011/9/99/Horizontal_cultures.png"
 +
var image3=new Image()
 +
image3.src="https://static.igem.org/mediawiki/2011/c/c1/Brooklyn_and_manhattan.jpg"
 +
//-->
 +
</script>
-
<link rel="stylesheet" type="text/css" href="https://2010.igem.org/Team:Cambridge/thecss?action=raw&ctype=text/css" />
+
 
 +
<link rel="stylesheet" type="text/css" href="http://www.nysynbio.org/nycwiki/nycigem.css" />
</head>  
</head>  
<body>  
<body>  
 +
 +
<style>
<style>
-
body{background-image:url('https://static.igem.org/mediawiki/2010/a/a9/Cam-Theoback.png');
+
body{background-image:url('http://www.nysynbio.org/nycwiki/empire.png');
background-position:top center;
background-position:top center;
-
background-repeat:repeat-y
+
background-repeat: repeat-y;
}
}
</style>
</style>
<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>  
+
<div id="header">
 +
  <img src="firstcar.gif" name="slide" width="965" height="200" style="padding-top: 0px"/>
 +
 
 +
<script>
 +
<!--
 +
//variable that will increment through the images
 +
var step=1
 +
function slideit(){
 +
//if browser does not support the image object, exit.
 +
if (!document.images)
 +
return
 +
document.images.slide.src=eval("image"+step+".src")
 +
if (step<3)
 +
step++
 +
else
 +
step=1
 +
//call function "slideit()" every 5 seconds
 +
setTimeout("slideit()",5000)
 +
}
 +
slideit()
 +
//-->
 +
</script>
 +
 
 +
</div>  
<map name="headermap">
<map name="headermap">
-
               <area shape="rect" coords="10,30,250,240" href="https://2010.igem.org/Team:Cambridge" />
+
               <area shape="rect" coords="10,30,250,240" href="https://2011.igem.org/Team:NYC_Software" />
               <area shape="rect" coords="888,177,942,201" href="http://www.flickr.com/people/roberts87/" />
               <area shape="rect" coords="888,177,942,201" href="http://www.flickr.com/people/roberts87/" />
         </map>
         </map>
Line 187: Line 240:
<li><a class="head" href="#"> Introduction</a>
<li><a class="head" href="#"> Introduction</a>
<ul class="llmenu llmenublue">
<ul class="llmenu llmenublue">
-
<li><a href="/Team:Cambridge">Home</a></li>
+
<li><a href="/Team:NYC_Software">Home</a></li>
-
<li><a href="/Team:Cambridge/TheTeam">Meet the Team</a></li>
+
<li><a href="/Team:NYC_Software/TheTeam">Meet the Team</a></li>
-
<li><a href="/Team:Cambridge/Photos">Photo Gallery</a></li>
 
-
<li><a href="/Team:Cambridge/Videos">Videos</a></li>
 
-
<li><a href="/Team:Cambridge/BioBricks">Parts submitted</a></li>
 
</ul>
</ul>
</li>
</li>
-
<li><a class="head" href="#">Project Firefly</a>
+
<li><a class="head" href="#">Deinococcus</a>
<ul class="llmenu llmenugreen">
<ul class="llmenu llmenugreen">
-
<li><a href="/Team:Cambridge/Bioluminescence">Introduction</a></li>
+
<li><a href="/Team:NYC_Software/Deinococcus/Deinococcus_Genera">The Deino Genera</a></li>
-
<li><a href="/Team:Cambridge/Bioluminescence/Background_Firefly">Background</a></li>
+
<li><a href="/Team:NYC_Software/Deinococcus/Genome_Sequencing">Genome Sequencing</a></li>
-
<li><a href="/Team:Cambridge/Bioluminescence/Colour">Coloured outputs</a></li>
+
<li><a href="/Team:NYC_Software/Deinococcus/Data">Data</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>
</ul>
</li>
</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>
<li><a class="head" href="#">Tools</a>
<ul class="llmenu llmenured">
<ul class="llmenu llmenured">
-
<li><a href="/Team:Cambridge/Tools/Gibson">Gibthon</a></li>
+
<li><a href="/Team:NYC_Software/Tools/Primer_Designer">Primer Design</a></li>
-
<li><a href="/Team:Cambridge/Tools/GenBank">BioBrick → GenBank</a></li>
+
<li><a href="/Team:NYC_Software/Tools/BLAST">BLAST Tool</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>
</ul>
</li>
</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>
+
 
 +
 
 +
<li><a class="head" href="#">Human Practices</a>
<ul class="llmenu llmenublue">
<ul class="llmenu llmenublue">
-
<li><a href="/Team:Cambridge/Human_Practices">Human Practices</a></li>
+
<li><a href="/Team:NYC_Software/Maker_Faire">Maker Faire</a></li>
-
<li><a href="/Team:Cambridge/Safety">Safety</a></li>
+
<li><a href="/Team:NYC_Software/Safety">Safety</a></li>
</ul>
</ul>
</li>
</li>
Line 247: Line 279:
<li><a class="head" href="#">Future applications</a>
<li><a class="head" href="#">Future applications</a>
<ul class="llmenu llmenured">
<ul class="llmenu llmenured">
-
<li><a href="/Team:Cambridge/Tools/microMeasure">Biosensors</a></li>
+
<li><a href="/Team:NYC_Software/Tools/Bioremediation">Bioremediation</a></li>
-
<li><a href="/Team:Cambridge/Tools/Lighting">Lighting</a></li>
+
<li><a href="/Team:NYC_Software/Tools/Colonization">Colonization of Mars</a></li>
</ul>
</ul>
</li>
</li>
-
<li><a class="head" href="/Team:Cambridge/Notebook/Week1">Notebook</a>
+
<li><a class="head" href="/Team:NYC_Software/Notebook/Week1">Notebook</a>
<ul class="llmenu llmenuyellow">
<ul class="llmenu llmenuyellow">
-
<li><a href="/Team:Cambridge/Notebook/Summary">Summary</a></li>
+
<li><a href="/Team:NYC_Software/Notebook/Summary">Summary</a></li>
-
<li><a href="/Team:Cambridge/Notebook/Week1">Week 1</a></li>
+
<li><a href="/Team:NYC_Software/Protocols">Protocols</a> </li>
-
<li><a href="/Team:Cambridge/Notebook/Week2">Week 2</a></li>
+
<li><a href="/Team:NYC_Software/Attributions">Attributions</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>
</ul>
</li>
</li>
Line 278: Line 298:
-
<li><a href="/Team:Cambridge/Partners" class="head">Our Partners</a>
+
<li><a href="/Team:NYC_Software/Partners" class="head">Our Partners</a>
<ul class="llmenu llmenublue">
<ul class="llmenu llmenublue">
-
<li><a href="/Team:Cambridge/Partners">Sponsors</a> </li>
+
<li><a href="/Team:NYC_Software/Partners">Sponsors</a> </li>
-
<li><a href="/Team:Cambridge/iGEM_Teams">iGEM Teams</a> </li>
+
<li><a href="https://2011.igem.org/Team:NYC_Wetware">NYC Wetware</a> </li>
-
<li><a href="/Team:Cambridge/Departments">University</a> </li>
+
<li><a href="/Team:NYC_Software/iGEM_Teams">iGEM Teams</a> </li>
-
<li><a href="/Team:Cambridge/Publicity">Publicity</a> </li>
+
</ul> </li>
</ul> </li>

Latest revision as of 00:38, 29 September 2011