Difference between revisions of "Team:Oxford/Safety"

Line 2: Line 2:
 
<html>
 
<html>
  
<script type="text/javascript">
+
 
       
+
 
     
+
        function hoverInfo(box,heading) {
+
           
+
      document.getElementById("infoBox").innerHTML = "<span style='font-size:18px'>"+document.getElementById(box).value+"</span>";
+
            document.getElementById("infoBoxHeading").innerHTML = heading;
+
        }
+
           
+
           
+
            function mouseOff() {
+
           
+
     
+
           
+
                        document.getElementById("infoBox").innerHTML = "Hover over a box on the flowchart to see more information!";
+
                document.getElementById("infoBoxHeading").innerHTML = "Further information";
+
               
+
        }
+
           
+
            alert();
+
        </script>
+
</head>
+
<body>
+
  
 
<div class="container-fluid" style="padding-top: 20px;">
 
<div class="container-fluid" style="padding-top: 20px;">
Line 182: Line 161:
  
  
</body>
+
<script type="text/javascript">
 
+
       
 +
     
 +
        function hoverInfo(box,heading) {
 +
           
 +
      document.getElementById("infoBox").innerHTML = "<span style='font-size:18px'>"+document.getElementById(box).value+"</span>";
 +
            document.getElementById("infoBoxHeading").innerHTML = heading;
 +
        }
 +
           
 +
           
 +
            function mouseOff() {
 +
           
 +
     
 +
           
 +
                        document.getElementById("infoBox").innerHTML = "Hover over a box on the flowchart to see more information!";
 +
                document.getElementById("infoBoxHeading").innerHTML = "Further information";
 +
               
 +
        }
 +
           
 +
 +
        </script>
  
  
 
  </html>
 
  </html>

Revision as of 12:35, 8 September 2016

iGEM Oxford 2016 - Cure for Copper

Safety

Interaction with the body
<font style="font-size: 18px">Interaction with the body</font>
Pathogenicity
[Not supported by viewer]
Oral administration of probiotic
<div><font style="font-size: 18px">Oral administration of probiotic</font></div>
Toxigenicity
[Not supported by viewer]
Immune response
<font style="font-size: 18px">Immune response</font>
Choice of chassis
<font style="font-size: 18px">Choice of chassis</font>
Colicins
[Not supported by viewer]
Kill switch
[Not supported by viewer]
AND gate (temperature and copper sensitive expression)
[Not supported by viewer]
Spread of antibiotic resistance
<font style="font-size: 18px">Spread of antibiotic resistance</font>
Effective waste management
<font style="font-size: 18px">Effective waste management</font>
Bacteria become dangerous and must be killed
<font style="font-size: 18px">Bacteria become dangerous and must be killed</font>
Bacteria enter sewage after secretion into faeces
[Not supported by viewer]
Interaction with the gut microbiome
<font style="font-size: 18px">Interaction with the gut microbiome</font>
Exposure to the environment
<font style="font-size: 18px">Exposure to the environment</font>
Further information

Hover over a box on the flowchart to see more information!