Team:Acton-BoxboroughRHS

From 2014hs.igem.org

(Difference between revisions)
Line 155: Line 155:
         <script type="text/javascript"></script>
         <script type="text/javascript"></script>
         <script>
         <script>
-
             cv=document.getElementById("hcan");
+
             var cv=document.getElementById("hcan");
-
             ctx=cv.getContext("2d");
+
             var ctx=cv.getContext("2d");
              
              
             ctx.fillStyle="rgb(200,200,200)";
             ctx.fillStyle="rgb(200,200,200)";
             ctx.fillRect(0,0,500,200);
             ctx.fillRect(0,0,500,200);
-
             time=0;
+
             var time=0;
              
              
             function render(){
             function render(){
-
                 ctx.fillStyle="rgb((0+time)%255,(0+time*3)%255,(0*time*7)%255)";
+
               
 +
                 ctx.fillStyle="rgb("+(0+time)%255+","+(0+time*3)%255+","+(0*time*7)%255+")";
                 ctx.font="18px Arial";
                 ctx.font="18px Arial";
                 ctx.fillText("Project E. coli Luwak:",10,20);
                 ctx.fillText("Project E. coli Luwak:",10,20);
-
                 ctx.fillStyle="rgb((-50+time)%255,(-50+time*3)%255,(-50*time*7)%255)";
+
                 ctx.fillStyle="rgb("+(-50+time)%255+","+(-50+time*3)%255+","+(-50*time*7)%255+")";
                 ctx.fillText("Protecting the Civet with Bacteria",10,50);
                 ctx.fillText("Protecting the Civet with Bacteria",10,50);
-
                 time+=2
+
                 time+=2;
                 setTimeout(render,1000/60);
                 setTimeout(render,1000/60);
             }
             }

Revision as of 01:47, 21 June 2014

Welcome to the ABRHS iGEM team





Home

Goal

The goal of ABRHS was
to create a safe alternative
to theproduction of
digested Kopi Luwak coffee
beans. For the iGEM
competition, we genetically
engineered the bacteria,
E. coli, to produce digestive
enzymes that would do the
same work.
(read more)





The Team

Our team consists of
eleven students from
the Acton-Boxborough
Regional High School.
Together, we promote
respect for self,
others, and learning.
Meet the Team

Asian Palm Civet, photographed by Praveenp under Wikimedia Commons

The Kopi Luwak





Aknowlegements


MIT Lincoln Labs



New England BioLabs



BioBuilder







End of page