Team:Minnesota/Team Students

From 2012.igem.org

(Difference between revisions)
m
m
 
(16 intermediate revisions not shown)
Line 37: Line 37:
-
//main page image switcher
+
//Right nav button functions
 +
var keeper;
 +
 
 +
$("#mainRightButton1").hover(
 +
    function() {
 +
      keeper=$(this).attr("src");
 +
      $(this).attr("src",keeper.replace("img","txt"));
 +
    },         
 +
    function() {$(this).attr("src",keeper);}
 +
);
 +
 
 +
$("#mainRightButton2").hover(
 +
    function() {
 +
      keeper=$(this).attr("src");
 +
      $(this).attr("src",keeper.replace("img","txt"));
 +
    },         
 +
    function() {$(this).attr("src",keeper);}
 +
);
 +
 
 +
$("#mainRightButton3").hover(
 +
    function() {
 +
      keeper=$(this).attr("src");
 +
      $(this).attr("src",keeper.replace("img","txt"));
 +
    },         
 +
    function() {$(this).attr("src",keeper);}
 +
);
 +
 
Line 65: Line 91:
       $("#pstName").text("");
       $("#pstName").text("");
       $("#pstDescription").css("font-size",18);
       $("#pstDescription").css("font-size",18);
-
       $("#pstDescription").text("Please mouse over each icon to learn about our team members!");
+
       $("#pstDescription").text("Please mouse over each icon to learn about our hardworking undergraduate team members!");
}
}
Line 129: Line 155:
       var thisNameStr = "Maria Filsinger";
       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 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/Molly_resized.png";
+
       var imgStr = "http://i1158.photobucket.com/albums/p607/iGEM_MN/Maria_resized.png";
       psiAnimationOn($("#PSI5"),thisNameStr, desStr, imgStr);
       psiAnimationOn($("#PSI5"),thisNameStr, desStr, imgStr);
     },           
     },           
Line 141: Line 167:
       var thisNameStr = "Niko Le Mieux";
       var thisNameStr = "Niko Le Mieux";
       var desStr = "Niko studies Biology and is unsure of whether he wishes to attend graduate school or medical school. His interests include mixing electronic music, weightlifting, swimming, and cooking. He enjoys caffeine in the form of a Red Bull, an iced mocha, or any type of tea (except Jasmine tea). He protects himself from the sun by staying indoors or by getting a base tan to prevent sunburn. His TV character alter ego: Jonny Bravo.";
       var desStr = "Niko studies Biology and is unsure of whether he wishes to attend graduate school or medical school. His interests include mixing electronic music, weightlifting, swimming, and cooking. He enjoys caffeine in the form of a Red Bull, an iced mocha, or any type of tea (except Jasmine tea). He protects himself from the sun by staying indoors or by getting a base tan to prevent sunburn. His TV character alter ego: Jonny Bravo.";
-
       var imgStr = "http://i1158.photobucket.com/albums/p607/iGEM_MN/Maria_resized.png";
+
       var imgStr = "http://i1158.photobucket.com/albums/p607/iGEM_MN/Niko_resized.png";
       psiAnimationOn($("#PSI6"),thisNameStr, desStr, imgStr);
       psiAnimationOn($("#PSI6"),thisNameStr, desStr, imgStr);
     },           
     },           
Line 246: Line 272:
<li><a class="current" href='https://2012.igem.org/Team:Minnesota/Team'>TEAM</a></li>
<li><a class="current" href='https://2012.igem.org/Team:Minnesota/Team'>TEAM</a></li>
<li><a href='https://2012.igem.org/Team:Minnesota/Project'>PROJECT</a></li>
<li><a href='https://2012.igem.org/Team:Minnesota/Project'>PROJECT</a></li>
 +
<li><a href='https://2012.igem.org/Team:Minnesota/Software'>SOFTWARE</a></li>
<li><a href='https://2012.igem.org/Team:Minnesota/Notebook'>NOTEBOOK</a></li>
<li><a href='https://2012.igem.org/Team:Minnesota/Notebook'>NOTEBOOK</a></li>
-
<li><a href='https://2012.igem.org/Team:Minnesota/References'>REFERENCES</a></li>
+
<li><a href='https://2012.igem.org/Team:Minnesota/Attributions'>ATTRIBUTIONS</a></li>
<li><a href='https://2012.igem.org/Team:Minnesota/Outreach'>OUTREACH</a></li>
<li><a href='https://2012.igem.org/Team:Minnesota/Outreach'>OUTREACH</a></li>
<li><a href='https://2012.igem.org/Team:Minnesota/Safety'>SAFETY</a></li>
<li><a href='https://2012.igem.org/Team:Minnesota/Safety'>SAFETY</a></li>
Line 277: Line 304:
<div id="MainBoxAll">
<div id="MainBoxAll">
-
<div id="MainBoxContent">
+
<div id="MainBoxContent" style="background-color:white;">
-
<div id="separator" style="position:absolute;left:20px;top:20px;z-index:0;">
+
<div id="separator" style="position:absolute;left:20px;top:0px;z-index:0;">
<img width="75" height="75" src="http://i1158.photobucket.com/albums/p607/iGEM_MN/student_prof_separator.png">
<img width="75" height="75" src="http://i1158.photobucket.com/albums/p607/iGEM_MN/student_prof_separator.png">
</div>
</div>
-
<div id="PSI1" style="position:absolute;left:100px;top:20px;z-index:0;">
+
<div id="PSI1" style="position:absolute;left:100px;top:0px;z-index:0;">
<img width="75" height="75" src="http://i1158.photobucket.com/albums/p607/iGEM_MN/George_resized.png">
<img width="75" height="75" src="http://i1158.photobucket.com/albums/p607/iGEM_MN/George_resized.png">
</div>
</div>
-
<div id="PSI2" style="position:absolute;left:180px;top:20px;z-index:0;">
+
<div id="PSI2" style="position:absolute;left:180px;top:0px;z-index:0;">
<img width="75" height="75" src="http://i1158.photobucket.com/albums/p607/iGEM_MN/Hannah_resized.png">
<img width="75" height="75" src="http://i1158.photobucket.com/albums/p607/iGEM_MN/Hannah_resized.png">
</div>
</div>
-
<div id="PSI3" style="position:absolute;left:260px;top:20px;z-index:0;">
+
<div id="PSI3" style="position:absolute;left:260px;top:0px;z-index:0;">
<img width="75" height="75" src="http://i1158.photobucket.com/albums/p607/iGEM_MN/Molly_resized.png">
<img width="75" height="75" src="http://i1158.photobucket.com/albums/p607/iGEM_MN/Molly_resized.png">
</div>
</div>
-
<div id="PSI4" style="position:absolute;left:340px;top:20px;z-index:0;">
+
<div id="PSI4" style="position:absolute;left:340px;top:0px;z-index:0;">
<img width="75" height="75" src="http://i1158.photobucket.com/albums/p607/iGEM_MN/Misha_resized.png">
<img width="75" height="75" src="http://i1158.photobucket.com/albums/p607/iGEM_MN/Misha_resized.png">
</div>
</div>
-
<div id="PSI5" style="position:absolute;left:420px;top:20px;z-index:0;">
+
<div id="PSI5" style="position:absolute;left:420px;top:0px;z-index:0;">
<img width="75" height="75" src="http://i1158.photobucket.com/albums/p607/iGEM_MN/Maria_resized.png">
<img width="75" height="75" src="http://i1158.photobucket.com/albums/p607/iGEM_MN/Maria_resized.png">
</div>
</div>
-
<div id="PSI7" style="position:absolute;left:20px;top:100px;z-index:0;">
+
<div id="PSI7" style="position:absolute;left:20px;top:80px;z-index:0;">
<img width="75" height="75" src="http://i1158.photobucket.com/albums/p607/iGEM_MN/Michelle_resized.png">
<img width="75" height="75" src="http://i1158.photobucket.com/albums/p607/iGEM_MN/Michelle_resized.png">
</div>
</div>
-
<div id="PSI8" style="position:absolute;left:20px;top:180px;z-index:0;">
+
<div id="PSI8" style="position:absolute;left:20px;top:160px;z-index:0;">
<img width="75" height="75" src="http://i1158.photobucket.com/albums/p607/iGEM_MN/Nolan_resized.png">
<img width="75" height="75" src="http://i1158.photobucket.com/albums/p607/iGEM_MN/Nolan_resized.png">
</div>
</div>
-
<div id="PSI6" style="position:absolute;left:20px;top:260px;z-index:0;">
+
<div id="PSI6" style="position:absolute;left:20px;top:240px;z-index:0;">
<img width="75" height="75" src="http://i1158.photobucket.com/albums/p607/iGEM_MN/Niko_resized.png">
<img width="75" height="75" src="http://i1158.photobucket.com/albums/p607/iGEM_MN/Niko_resized.png">
</div>
</div>
-
<div id="PSI9" style="position:absolute;left:20px;top:340px;z-index:0;">
+
<div id="PSI9" style="position:absolute;left:20px;top:320px;z-index:0;">
<img width="75" height="75" src="http://i1158.photobucket.com/albums/p607/iGEM_MN/Kyle_resized.png">
<img width="75" height="75" src="http://i1158.photobucket.com/albums/p607/iGEM_MN/Kyle_resized.png">
</div>
</div>
-
<div id="profileSelectorImgBox" style="position:absolute;left:120px; top:110px; margin-left:auto; margin-right:auto; background-color:white;">
+
<div id="profileSelectorImgBox" style="position:absolute;left:120px; top:100px; margin-left:auto; margin-right:auto; background-color:white;">
-
<img id="profileSelectorImg" src="http://i1158.photobucket.com/albums/p607/iGEM_MN/student_prof_separator.png">
+
<img id="profileSelectorImg" style="width:150px;height:150px" src="http://i1158.photobucket.com/albums/p607/iGEM_MN/student_prof_separator.png">
</div>
</div>
-
<div id="profileSelectorText" style="position:absolute;left:300px; top:110px;">
+
<div id="profileSelectorText" style="position:absolute;left:300px; top:100px;">
<p id="pstName">
<p id="pstName">
</p>
</p>
<p id="pstDescription">
<p id="pstDescription">
-
Please mouse over each icon to learn about our team members!
+
Please mouse over each icon to learn about our hardworking undergraduate team members!
</p>
</p>
</div>
</div>
Line 340: Line 367:
</div>
</div>
<div style="position:absolute;left:5px;top:150px;">
<div style="position:absolute;left:5px;top:150px;">
-
<a href="#"><img id="mainRightButton3" src="http://i1158.photobucket.com/albums/p607/iGEM_MN/mentorsprofessors_gold_img.png"></a>
+
<a href="https://2012.igem.org/Team:Minnesota/Team_Mentors_Advisors"><img id="mainRightButton3" src="http://i1158.photobucket.com/albums/p607/iGEM_MN/mentorsprofessors_gold_img.png"></a>
</div>
</div>
Line 350: Line 377:
<div id="MainBoxOtherLinks">
<div id="MainBoxOtherLinks">
<p class="otherLinks">
<p class="otherLinks">
-
<a href="https://2012.igem.org/Main_Page">iGEM Home</a> | <a href="https://igem.org/Team.cgi?id=814">Team Minnesota Info</a> |  
+
<a href="https://2012.igem.org/Main_Page">iGEM Home</a> | <a href="https://2012.igem.org/Team:Minnesota/Judges" style="color:red;">iGEM Judge-Click Here!</a> | <a href="https://igem.org/Team.cgi?id=814">Team Minnesota Info</a> |  
<a href="http://www1.umn.edu/twincities/index.html">University of Minnesota Home</a> |  <a href="https://2012.igem.org/Team:Minnesota/Contact">Contact Us!</a>
<a href="http://www1.umn.edu/twincities/index.html">University of Minnesota Home</a> |  <a href="https://2012.igem.org/Team:Minnesota/Contact">Contact Us!</a>
</p>
</p>

Latest revision as of 02:27, 4 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 hardworking undergraduate team members!