Team:Caltech/Sponsors

From 2012.igem.org

(Difference between revisions)
 
(15 intermediate revisions not shown)
Line 1: Line 1:
{{Template:Caltech_Header}}
{{Template:Caltech_Header}}
 +
<html>
 +
<h1> Thank You, Sponsors! </h1>
 +
<p class="tab">
 +
Caltech iGEM would like to thank <a href ="http://www.geneious.com/">Genious</a>, <a href="http://www.idtdna.com/site">IDT</a>, and <a href="http://www.neb.com/nebecomm/default.asp"> NEB</a> for generously giving our team supplies this year. Our team also thanks <a href="http://resnick.caltech.edu/">the Resnick Institute</a>, the <a href="http://www.agi.org/"> Agouron Institute</a>, the Rosen Foundation, Peter Norton, and the <a href="http://www.deans.caltech.edu/gwhfund.htm"> Housner Foundation </a> for generously sponsoring our team.
 +
</p>
-
===List of Sponsors===
+
<!-- Lots of slideshow help taken from the tutorial at http://www.javascriptkit.com/howto/show2.shtml --!>
 +
<script type="text/javascript">
 +
<!--
 +
//preload images
 +
var image1=new Image()
 +
image1.src="http://upload.wikimedia.org/wikipedia/en/8/89/Geneious_Logo.gif"
 +
var image2=new Image()
 +
image2.src="https://static.igem.org/mediawiki/2012/7/71/IDT.png"
 +
var image3=new Image()
 +
image3.src="http://www.valaner.com/images/NEW%20ENGLAND%20BIOLABS.PNG"
 +
//-->
 +
</script>
 +
</head>
 +
<body>
 +
<a href="javascript:slidelink()">
 +
<img src="" name="slide" border="0" height="400" width="900" /></a>
 +
<script type="text/javascript">
 +
<!--
 +
var step=1
 +
var whichimage=1
 +
function slideit(){
 +
if (!document.images)
 +
return
 +
document.images.slide.src=eval("image"+step+".src")
 +
whichimage=step
 +
if (step<3)
 +
step++
 +
else
 +
step=1
 +
setTimeout("slideit()",5000)
 +
}
 +
slideit()
 +
function slidelink(){
 +
if (whichimage==1)
 +
window.location="link1.htm"
 +
else if (whichimage==2)
 +
window.location="link2.htm"
 +
else if (whichimage==3)
 +
window.location="link3.htm"
 +
}
 +
//-->
 +
</script>
 +
 
 +
 
 +
</html>

Latest revision as of 23:33, 3 October 2012



Thank You, Sponsors!

Caltech iGEM would like to thank Genious, IDT, and NEB for generously giving our team supplies this year. Our team also thanks the Resnick Institute, the Agouron Institute, the Rosen Foundation, Peter Norton, and the Housner Foundation for generously sponsoring our team.