Team:Acton-BoxboroughRHS/Simulations

From 2014hs.igem.org

(Difference between revisions)
Line 160: Line 160:
   
   
         ctx.font = "12px Arial";
         ctx.font = "12px Arial";
-
         ctx.fillText("Backbone",200,370);
+
         ctx.fillText("Backbone",200,370+clock(t+5));
         ctx.font = "10px Arial";
         ctx.font = "10px Arial";
-
         ctx.fillText("RBS",120,200);
+
         ctx.fillText("RBS",120,200+clock(t+6));
   
   
         ctx.font = "10px Arial";
         ctx.font = "10px Arial";
-
         ctx.fillText("Promoter",190,130);
+
         ctx.fillText("Promoter",190,130+clock(t+1));
         ctx.font = "10px Arial";
         ctx.font = "10px Arial";
-
         ctx.fillText("ORF",280,130);
+
         ctx.fillText("ORF",280,130+clock(t+2));
         ctx.font = "10px Arial";
         ctx.font = "10px Arial";
-
         ctx.fillText("Terminator",350,200);
+
         ctx.fillText("Terminator",350,200+clock(t+1.5));
         ctx.strokeStyle="green";
         ctx.strokeStyle="green";

Revision as of 01:07, 4 June 2014

Welcome to the ABRHS iGEM team

ABRHS




Simulations

Note that this is test JavaScript:



Your browser does not support the HTML5 canvas tag.

Still Under Construction