Team:Cambridge/Sponsors

From 2009.igem.org

(Difference between revisions)
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">


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:


Cambridge Sponsor Logo1.png Renata Almeida at [http://www.bioline.comBioline] for T-shirt sponsorship and molecular biology products.
Cambridge Sponsor Logo2.png Euan Forbes and Charlotte Batley (formerly) at [http://www.fermentas.com Fermentas] for Fast Digest enzymes, ligases, ladders and T-shirt sponsorship.
Cambridge Sponsor Logo3.png David Laflin and Dominic Hogan at [http://www.fisher.co.uk Fisher Scientific] for chemicals, plasticware and lab consumables.
Cambridge Sponsor Logo4.png Suravi Chatterjee, Rosemary Sinclair and Chris Uff at [http://www.vwr.com VWR] for the molecular biology chemicals.
Cambridge Sponsor Logo5.png
Cambridge Sponsor Logo8.png
Everybody at [http://www.labtech.co.ukLabtech International], in particular Glynis Johnson and Rachel Keevil for the loan of a Piko thermal cycler, plus [http://www.Finnzymes.com Finnzymes] Phusion DNA polymerase mixes and a Nanodrop 2000.
Cambridge Sponsor Logo6.png Ya-Chi Chen at [http://www.clontech.com Clontech] for the In-Fusion Advantage kit, competent cells and chemicals.
Cambridge Sponsor Logo7.png Hilde Moseby at [http://www.starlab.de Starlab] for a huge resource of pipette tips and PCR tubes.
Cambridge Sponsor Logo9.png Jeremy Minshull and colleagues at [http://www.dna20.com DNA2.0] for Biobrick DNA synthesis.
Cambridge Sponsor Logo10.png Lauren Dyer and John Pickering at [http://www.sterilin.co.uk Sterilin] for the large supply of microbiological sterile plasticware.
Cambridge Sponsor Logo11.png
Cambridge Sponsor Logo12.png
Stephanie McHugh at [http://www.sourcebioscience.com Source BioScience]/[http://www.geneservice.co.uk/home/ Geneservice] for organising free DNA sequencing.
Cambridge Sponsor Logo14.png
Cambridge Sponsor Logo13.png
James Newton and Phil Dobson at [http://www.bioscience.co.uk/ Cambridge Biosciences] for providing Zymo Research DNA clean up, extraction and plasmid prep kits.
Cambridge Sponsor Logo15.png
Cambridge Sponsor Logo16.png
Nina Markillie at [http://www.gri.co.uk GRI] for loan of a [http://www.gstorm.co.uk/gene/ GeneTechnologies G-storm] PCR machine and free KAPA DNA polymerase.
Cambridge Sponsor Logo17.png Alex Orda at [http://www.anachem.co.uk Anachem] for the supply of Earthsaver pipette tips.
Cambridge Sponsor Logo18.png Miles Collier at [http://www.invitrogen.com Invitrogen] for supplying the E-gel system with E-gels and loan of a Blue light transilluminator.
Cambridge Sponsor Logo19.png [http://www.neb.com New England Biosciences] for T-shirt sponsorship.

testing randomiser:

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.