Team:Minnesota/Team Mentors Advisors

From 2012.igem.org

(Difference between revisions)
m
m
 
(8 intermediate revisions not shown)
Line 36: Line 36:
 +
//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);}
 +
);
-
//main page image switcher
 
Line 65: Line 90:
       $("#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 brilliant advisors and mentors!");
}
}
Line 114: Line 139:
     function() {
     function() {
       var thisNameStr = "Dr. David Babson";
       var thisNameStr = "Dr. David Babson";
-
       var desStr = "David obtained his B.S. in Chemical Engineering from the U of Massachusetts Amherst and his Ph.D. in Chemical, Biochemical and Environmental Engineering from Rutgers. He is a postdoc at the University of Minnesota's Biotechnology Institute and plans to do something with his life someday. David is obsessed with good food, Canadian whiskey, and political news. He is passionate about skiing, traveling, and ranting about republicans. David gets caffeine from lots of coffee throughout the day. He avoids the sun preferring to hang in the shade, but will use ample sunscreen when venturing out. His TV alter ego: Brian Griffin from Family Guy.";
+
       var desStr = "David obtained his B.S. in Chemical Engineering from the U of Massachusetts Amherst and his Ph.D. in Chemical, Biochemical and Environmental Engineering from Rutgers. He is a postdoc at the University of Minnesota's Biotechnology Institute and plans to do something with his life someday. David is obsessed with good food, Canadian whiskey, and political news. He is passionate about skiing, traveling, and ranting about republicans. David gets caffeine from lots of coffee throughout the day. He avoids the sun, preferring the shade, but will use ample sunscreen when venturing out. His TV alter ego: Brian Griffin from Family Guy.";
       var imgStr = "http://i1158.photobucket.com/albums/p607/iGEM_MN/David_resized.png";
       var imgStr = "http://i1158.photobucket.com/albums/p607/iGEM_MN/David_resized.png";
       psiAnimationOn($("#PSI4"),thisNameStr, desStr, imgStr);
       psiAnimationOn($("#PSI4"),thisNameStr, desStr, imgStr);
Line 154: Line 179:
       var desStr = "Claudia Schmidt-Dannert is interested in microorganisms and plants that naturally synthesize a diversity of chemical compounds useful as drugs, new biomaterials and in food applications.";
       var desStr = "Claudia Schmidt-Dannert is interested in microorganisms and plants that naturally synthesize a diversity of chemical compounds useful as drugs, new biomaterials and in food applications.";
       var imgStr = "http://i1158.photobucket.com/albums/p607/iGEM_MN/ShmidtDannert_resized.png";
       var imgStr = "http://i1158.photobucket.com/albums/p607/iGEM_MN/ShmidtDannert_resized.png";
-
       psiAnimationOn($("#PSI6"),thisNameStr, desStr, imgStr);
+
       psiAnimationOn($(this),thisNameStr, desStr, imgStr);
     },           
     },           
     function() {
     function() {
-
         psiAnimationOff($("#PSI6"));
+
         psiAnimationOff($(this));
     }
     }
);
);
Line 222: Line 247:
<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 253: Line 279:
<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/prof_mentor_separator.png">
<img width="75" height="75" src="http://i1158.photobucket.com/albums/p607/iGEM_MN/prof_mentor_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/Dana_resized.png">
<img width="75" height="75" src="http://i1158.photobucket.com/albums/p607/iGEM_MN/Dana_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/Mark_resized.png">
<img width="75" height="75" src="http://i1158.photobucket.com/albums/p607/iGEM_MN/Mark_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/Grayson_resized.png">
<img width="75" height="75" src="http://i1158.photobucket.com/albums/p607/iGEM_MN/Grayson_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/David_resized.png">
<img width="75" height="75" src="http://i1158.photobucket.com/albums/p607/iGEM_MN/David_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/Sarah_resized.png">
<img width="75" height="75" src="http://i1158.photobucket.com/albums/p607/iGEM_MN/Sarah_resized.png">
</div>
</div>
-
<div id="PSI6" style="position:absolute;left:20px;top:100px;z-index:0;">
+
<div id="PSI6" style="position:absolute;left:20px;top:80px;z-index:0;">
<img width="75" height="75" src="http://i1158.photobucket.com/albums/p607/iGEM_MN/Gralnick_resized.png">
<img width="75" height="75" src="http://i1158.photobucket.com/albums/p607/iGEM_MN/Gralnick_resized.png">
</div>
</div>
-
<div id="PSI7" style="position:absolute;left:20px;top:180px;z-index:0;">
+
<div id="PSI7" style="position:absolute;left:20px;top:160px;z-index:0;">
<img width="75" height="75" src="http://i1158.photobucket.com/albums/p607/iGEM_MN/ShmidtDannert_resized.png">
<img width="75" height="75" src="http://i1158.photobucket.com/albums/p607/iGEM_MN/ShmidtDannert_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" style="width:150px;height:150px" src="http://i1158.photobucket.com/albums/p607/iGEM_MN/prof_mentor_separator.png">
<img id="profileSelectorImg" style="width:150px;height:150px" src="http://i1158.photobucket.com/albums/p607/iGEM_MN/prof_mentor_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 brilliant advisors and mentors!
</p>
</p>
</div>
</div>
Line 314: Line 340:
</div>
</div>
<div style="position:absolute;left:5px;top:75px;">
<div style="position:absolute;left:5px;top:75px;">
-
<a href="#"><img id="mainRightButton2" src="http://i1158.photobucket.com/albums/p607/iGEM_MN/students_maroon_img.png"></a>
+
<a href="https://2012.igem.org/Team:Minnesota/Team_Students"><img id="mainRightButton2" src="http://i1158.photobucket.com/albums/p607/iGEM_MN/students_gold_img.png"></a>
</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="#"><img id="mainRightButton3" src="http://i1158.photobucket.com/albums/p607/iGEM_MN/mentorsprofessors_maroon_img.png"></a>
</div>
</div>
</div><!--end rightNavButtons-->
</div><!--end rightNavButtons-->
 +
Line 327: Line 354:
<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>
</div> <!--end mainboxotherlinks-->
</div> <!--end mainboxotherlinks-->
 +

Latest revision as of 02:28, 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 brilliant advisors and mentors!