Team:York/Bootstrap

From 2014.igem.org

(Difference between revisions)
Line 159: Line 159:
<script>
<script>
-
    $(function() {
+
$('#myTab a').click(function (e) {
-
        $('#myTab a:last').tab('show')
+
  e.preventDefault()
-
    })
+
  $(this).tab('show')
 +
})
 +
 
 +
$(function() {
 +
  $('#myTab a:last').tab('show')
 +
})
</script>
</script>

Revision as of 19:41, 6 October 2014

Team York 2014



Hello! We're from the

Our project EcoCADMUS (E. Coli CAdmium DecontaMination Universal System) targets industrial and mineral processing waste-water contamination by heavy metals and sulfates. EcoCADMUS provides a safe and selective way to remove Cadmium Sulfide from waste water using Synthetic Biology.

One

Two

Three

Four