Team:Minnesota/Team Students

From 2012.igem.org

(Difference between revisions)
m
m
Line 87: Line 87:
$("#PSI2").hover(
$("#PSI2").hover(
     function() {
     function() {
-
       $("#PSI2").css("opacity","0.4");
+
       var thisNameStr = "Hannah Aho";
-
      $("#PSI2").css("filter","alpha(opacity=40)");
+
       var desStr = "Hannah has a BS in Genetics, Cell Biology and Development and is working towards a BA in French. She plans to attend medical school to become a urogynecologist. Her interests include Islamic feminist literature (especially from Algeria), sexual health education, le Fantastique, Korean cinema, listening to music, and watching old zombie movies. She consumes caffeine in the form of coffee (hot or iced) with heavy cream. She protects herself from the sun by wearing SPF 60 sunscreen every day, rain or shine. Her TV character alter ego: Ron Swanson from Parks and Recreation.";
-
      $("#profileSelectorImg").attr("src","http://i1158.photobucket.com/albums/p607/iGEM_MN/Hannah_resized.png");
+
      var imgStr = "http://i1158.photobucket.com/albums/p607/iGEM_MN/Hannah_resized.png";
-
      $("#pstName").css("font-weight","bold");
+
      psiAnimationOn($("#PSI2"),thisNameStr, desStr, imgStr);
-
      $("#pstName").text("Hannah Aho");
+
-
       $("#pstDescription").css("font-size",14);
+
-
      $("#pstDescription").text("Hannah has a BS in Genetics, Cell Biology and Development and is working towards a BA in French. She plans to attend medical school to become a urogynecologist. Her interests include Islamic feminist literature (especially from Algeria), sexual health education, le Fantastique, Korean cinema, listening to music, and watching old zombie movies. She consumes caffeine in the form of coffee (hot or iced) with heavy cream. She protects herself from the sun by wearing SPF 60 sunscreen every day, rain or shine. Her TV character alter ego: Ron Swanson from Parks and Recreation.");
+
     },           
     },           
     function() {
     function() {
Line 103: Line 100:
$("#PSI3").hover(
$("#PSI3").hover(
     function() {
     function() {
-
       $("#PSI3").css("opacity","0.4");
+
       var thisNameStr = "Molly Swanson";
-
      $("#PSI3").css("filter","alpha(opacity=40)");
+
       var desStr = "Molly studies in Genetics, Cell Biology and Development. Molly’s favorite activities include anything that has to do with food (eating, cooking, and baking) and herb gardening. At a coffee shop, she typically orders an iced latte with whole milk. She protects herself from the sun by applying SPF 45 to her skin when she is outside.";
-
      $("#profileSelectorImg").attr("src","http://i1158.photobucket.com/albums/p607/iGEM_MN/Molly_resized.png");
+
      var imgStr = "http://i1158.photobucket.com/albums/p607/iGEM_MN/Molly_resized.png";
-
      $("#pstName").css("font-weight","bold");
+
      psiAnimationOn($("#PSI3"),thisNameStr, desStr, imgStr);
-
      $("#pstName").text("Molly Swanson");
+
-
       $("#pstDescription").css("font-size",14);
+
-
      $("#pstDescription").text("Molly studies in Genetics, Cell Biology and Development. Molly’s favorite activities include anything that has to do with food (eating, cooking, and baking) and herb gardening. At a coffee shop, she typically orders an iced latte with whole milk. She protects herself from the sun by applying SPF 45 to her skin when she is outside.");
+
     },           
     },           
     function() {
     function() {
Line 118: Line 112:
$("#PSI4").hover(
$("#PSI4").hover(
     function() {
     function() {
-
       $("#PSI4").css("opacity","0.4");
+
       var thisNameStr = "Misha Patel";
-
      $("#PSI4").css("filter","alpha(opacity=40)");
+
       var desStr = "Misha is a neuroscience major and plans to attend graduate school in the future. She likes to draw, read, watch television and bake in her free time. When Misha goes to a coffee shop, she orders a small french roast with milk and two sugars. In order to protect herself from the sun, she wears sunglasses when she is outside. Her TV character alter ego: Luke from Modern Family.";
-
      $("#profileSelectorImg").attr("src","http://i1158.photobucket.com/albums/p607/iGEM_MN/Misha_resized.png");
+
      var imgStr = "http://i1158.photobucket.com/albums/p607/iGEM_MN/Misha_resized.png";
-
      $("#pstName").css("font-weight","bold");
+
      psiAnimationOn($("#PSI4"),thisNameStr, desStr, imgStr);
-
      $("#pstName").text("Misha Patel");
+
-
       $("#pstDescription").css("font-size",14);
+
-
      $("#pstDescription").text("Misha is a neuroscience major and plans to attend graduate school in the future. She likes to draw, read, watch television and bake in her free time. When Misha goes to a coffee shop, she orders a small french roast with milk and two sugars. In order to protect herself from the sun, she wears sunglasses when she is outside. Her TV character alter ego: Luke from Modern Family.");
+
-
    },        
+
     function() {
     function() {
       psiAnimationOff($("#PSI4"));
       psiAnimationOff($("#PSI4"));
Line 134: Line 124:
$("#PSI5").hover(
$("#PSI5").hover(
     function() {
     function() {
-
       $(this).css("opacity","0.4");
+
       var thisNameStr = "Maria Filsinger";
-
       $(this).css("filter","alpha(opacity=40)");
+
       var desStr = "Maria is a high school student interested in Bioengineering and Biology, both of which she plans to study at Stanford University this fall. She would eventually like to attend graduate school. Her interests include horseback riding and volunteering to tutor students in at-risk neighborhoods in Minneapolis. Her favorite way to consume caffeine is in the form of chocolate and she uses SPF 15 to protect herself from the sun. Her movie character alter ego: Mulan.";
-
       $("#profileSelectorImg").attr("src","http://i1158.photobucket.com/albums/p607/iGEM_MN/Maria_resized.png");
+
       var imgStr = "http://i1158.photobucket.com/albums/p607/iGEM_MN/Molly_resized.png";
-
       $("#pstName").css("font-weight","bold");
+
       psiAnimationOn($("#PSI4"),thisNameStr, desStr, imgStr);
-
      $("#pstName").text("Maria Filsinger");
+
    },         
-
      $("#pstDescription").css("font-size",14);
+
    function() {
-
       $("#pstDescription").text("Maria is a high school student interested in Bioengineering and Biology, both of which she plans to study at Stanford University this fall. She would eventually like to attend graduate school. Her interests include horseback riding and volunteering to tutor students in at-risk neighborhoods in Minneapolis. Her favorite way to consume caffeine is in the form of chocolate and she uses SPF 15 to protect herself from the sun. Her movie character alter ego: Mulan.");
+
        psiAnimationOff($("#PSI5"));
 +
    }
 +
);
 +
 
 +
$("#PSI6").hover(
 +
    function() {
 +
      var thisNameStr = "Maria Filsinger";
 +
       var desStr = "Maria is a high school student interested in Bioengineering and Biology, both of which she plans to study at Stanford University this fall. She would eventually like to attend graduate school. Her interests include horseback riding and volunteering to tutor students in at-risk neighborhoods in Minneapolis. Her favorite way to consume caffeine is in the form of chocolate and she uses SPF 15 to protect herself from the sun. Her movie character alter ego: Mulan.";
 +
      var imgStr = "http://i1158.photobucket.com/albums/p607/iGEM_MN/Maria_resized.png";
 +
      psiAnimationOn($("#PSI5"),thisNameStr, desStr, imgStr);
     },           
     },           
     function() {
     function() {

Revision as of 06:46, 3 October 2012

Team:Minnesota - Main Style Template Team:Minnesota

Like us on FB and follow us on Twitter!

Please mouse over each icon to learn about our team members!