Team:Cambridge/Sponsors
From 2009.igem.org
(Difference between revisions)
MikeDavies (Talk | contribs) |
MikeDavies (Talk | contribs) |
||
Line 1: | Line 1: | ||
+ | <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> | ||
+ | |||
+ | <html><head> | ||
+ | <script type="text/javascript"> | ||
+ | <!-- | ||
+ | Array.prototype.shuffle = function() { | ||
+ | for (var i = 0; i < this.length; i++) { | ||
+ | // Random item in this array. | ||
+ | var r = parseInt(Math.random() * this.length); | ||
+ | var obj = this[r]; | ||
+ | |||
+ | // Swap. | ||
+ | this[r] = this[i]; | ||
+ | this[i] = obj; | ||
+ | } | ||
+ | } | ||
+ | |||
+ | function randomize(tableID) { | ||
+ | var myTable = document.getElementById(tableID); | ||
+ | var myRows = new Array(); | ||
+ | for (i=myTable.rows.length-1; i>=0; i--) { | ||
+ | var theRow = myTable.rows[i]; | ||
+ | myRows.push(theRow); | ||
+ | theRow.parentNode.removeChild(theRow); | ||
+ | } | ||
+ | myRows.shuffle(); | ||
+ | for (j=0; j<myRows.length; j++) { | ||
+ | myTable.appendChild(myRows[j]); | ||
+ | } | ||
+ | } | ||
+ | window.onload = function() { | ||
+ | randomize("randomtable"); | ||
+ | } | ||
+ | //--> | ||
+ | </script> | ||
+ | </head> | ||
+ | |||
+ | </html> | ||
{{Template:Cambridge2}} | {{Template:Cambridge2}} | ||
=Sponsors= | =Sponsors= | ||
Line 6: | Line 44: | ||
- | {| style="background-color:transparent" cellpadding="4" cellspacing="8" | + | {| style="background-color:transparent" cellpadding="4" cellspacing="8" id="randomtable" |
| [[Image:Cambridge Sponsor Logo1.png |200px]] || '''Renata Almeida''' at [http://www.bioline.com'''Bioline'''] for T-shirt sponsorship and molecular biology products. | | [[Image:Cambridge Sponsor Logo1.png |200px]] || '''Renata Almeida''' at [http://www.bioline.com'''Bioline'''] for T-shirt sponsorship and molecular biology products. | ||
|- | |- |
Revision as of 16:10, 5 August 2009
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
Categories :
Project :
-
Overview
Sensitivity Tuner
--- Characterisation
--- Modelling
Colour Generators
--- Carotenoids (Orange/Red)
--- Melanin (Brown)
--- Violacein (Purple/Green)
The Future
Safety
Notebook :
Team Logistics :
Sponsors
It is fair to say that without our sponsors the Cambridge iGEM team would have had a much harder time getting anything done.
The people we would escpecially like to thank for their enthusiasm and support of the Cambridge team are:
1
2
3
4
Row 1 | Row 1 |
Row 2 | Row 2 |
Row 3 | Row 3 |
And finally a massive big Thank You to Duncan Rowe who helped us tremendously with organising sponsorship.