Team:Minnesota/Project
From 2013.igem.org
(Difference between revisions)
Line 53: | Line 53: | ||
/*fade in/out animations. need both rather than hover since one element will overlap the other.*/ | /*fade in/out animations. need both rather than hover since one element will overlap the other.*/ | ||
$("#MainCaffeineButton").mouseover( | $("#MainCaffeineButton").mouseover( | ||
- | function() {$("#MainCaffeineButton2").fadeIn(" | + | function() {$("#MainCaffeineButton2").fadeIn("fast");} |
); | ); | ||
$("#MainCaffeineButton2").mouseleave( | $("#MainCaffeineButton2").mouseleave( | ||
- | function() {$("#MainCaffeineButton2").fadeOut(" | + | function() {$("#MainCaffeineButton2").fadeOut("fast");} |
); | ); | ||
$("#MainSunscreenButton").mouseover( | $("#MainSunscreenButton").mouseover( | ||
- | function() {$("#MainSunscreenButton2").fadeIn(" | + | function() {$("#MainSunscreenButton2").fadeIn("fast");} |
); | ); | ||
$("#MainSunscreenButton2").mouseleave( | $("#MainSunscreenButton2").mouseleave( | ||
- | function() {$("#MainSunscreenButton2").fadeOut(" | + | function() {$("#MainSunscreenButton2").fadeOut("fast");} |
); | ); | ||
Line 175: | Line 175: | ||
<a href="#"><img id="mainRightButton1" src="http://i1158.photobucket.com/albums/p607/iGEM_MN/projects_maroon_img.png"></a> | <a href="#"><img id="mainRightButton1" src="http://i1158.photobucket.com/albums/p607/iGEM_MN/projects_maroon_img.png"></a> | ||
</div> | </div> | ||
+ | |||
+ | <!-- 2013 edit | ||
<div style="position:absolute;left:5px;top:75px;"> | <div style="position:absolute;left:5px;top:75px;"> | ||
<a href="https://2013.igem.org/Team:Minnesota/Project/Caffeine_Yeast"><img id="mainRightButton2" src="http://i1158.photobucket.com/albums/p607/iGEM_MN/caffeinatedbread_gold_img.png"></a> | <a href="https://2013.igem.org/Team:Minnesota/Project/Caffeine_Yeast"><img id="mainRightButton2" src="http://i1158.photobucket.com/albums/p607/iGEM_MN/caffeinatedbread_gold_img.png"></a> | ||
Line 181: | Line 183: | ||
<a href="https://2013.igem.org/Team:Minnesota/Project/UV_Absorption"><img id="mainRightButton3" src="http://i1158.photobucket.com/albums/p607/iGEM_MN/bacterialsunscreen_gold_img.png"></a> | <a href="https://2013.igem.org/Team:Minnesota/Project/UV_Absorption"><img id="mainRightButton3" src="http://i1158.photobucket.com/albums/p607/iGEM_MN/bacterialsunscreen_gold_img.png"></a> | ||
</div> | </div> | ||
- | + | END 2013 edit--> | |
</div><!--end rightNavButtons--> | </div><!--end rightNavButtons--> |
Revision as of 16:40, 1 September 2013
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.