Team:Minnesota/Project

From 2013.igem.org

(Difference between revisions)
Line 39: Line 39:
);
);
-
$("#mainRightButton2").hover(
 
-
    function() {
 
-
      $(this).attr("src","http://i1158.photobucket.com/albums/p607/iGEM_MN/caffeinatedbread_gold_txt.png");},         
 
-
    function() {$(this).attr("src","http://i1158.photobucket.com/albums/p607/iGEM_MN/caffeinatedbread_gold_img.png");}
 
-
);
 
-
$("#mainRightButton3").hover(
 
-
    function() {
 
-
      $(this).attr("src","http://i1158.photobucket.com/albums/p607/iGEM_MN/bacterialsunscreen_gold_txt.png");},         
 
-
    function() {$(this).attr("src","http://i1158.photobucket.com/albums/p607/iGEM_MN/bacterialsunscreen_gold_img.png");}
 
-
);
 
-
 
-
/*fade in/out animations. need both rather than hover since one element will overlap the other.*/
 
-
$("#MainCaffeineButton").mouseover(
 
-
    function() {$("#MainCaffeineButton2").fadeIn("fast");}
 
-
);
 
-
$("#MainCaffeineButton2").mouseleave(
 
-
    function() {$("#MainCaffeineButton2").fadeOut("fast");}
 
-
);
 
-
 
-
$("#MainSunscreenButton").mouseover(
 
-
    function() {$("#MainSunscreenButton2").fadeIn("fast");}
 
-
);
 
-
$("#MainSunscreenButton2").mouseleave(
 
-
    function() {$("#MainSunscreenButton2").fadeOut("fast");}
 
-
);
 

Revision as of 00:50, 11 September 2013

Team:Minnesota - Main Style Template Team:Minnesota - Project

Like us on FB and follow us on Twitter!

The 2013 University of Minnesota iGEM team aims to produce active human insulin by designing a versatile expression system in the industrially-relevant yeast, Pichia pastoris. The team will construct several novel expression systems and employ methanol-based induction systems using the standardized, modular design of the BioBricks systems. As well as this, the team will use cross-kingdom conjugation to advance the genetic toolkit available for transformation and expression in Pichia. Ultimately, we will utilize our system to produce active insulin as a proof-of-concept.