Difference between revisions of "Team:MIT/TestSite"

Line 71: Line 71:
 
height: auto;
 
height: auto;
 
top:40px;
 
top:40px;
 +
display: inline-block;
 +
}
 +
#instructorandtextbox{
 +
position:absolute;
 
}
 
}
 
</style>
 
</style>
Line 286: Line 290:
 
</div>
 
</div>
 
</div>
 
</div>
 +
</div>
 +
</div>
 +
 +
 +
<div id = "instructorandtextbox">
 +
<div class = "subtitle">
 +
<p>
 +
INSTRUCTOR
 +
</p>
 +
</div>
 +
 +
<div id = "bios" align = "center">
 +
<div class = "bio" align = "left">
 +
<img class = "picture" src = "https://static.igem.org/mediawiki/2015/a/a6/Team-MIT-Ron.jpg">
 +
<div class = "names">
 +
<div class = "hidden">
 +
<div>
 +
Ron Weiss
 +
</div>
 +
 +
<div class = "text">
 +
Joined the BE and EECS faculties as dual associate professor (with tenure) starting in July 2009, having moved from Princeton University where he held comparable rank in their department of electrical engineering and with a joint appointment in their department of molecular biology. His degrees are double BA in Computer Science and Economics from Brandeis University (1992), followed by SM and PhD in EECS at MIT (1994, 2001). Professor Weiss is a prominent and widely respected figure in the emerging field known as ‘synthetic biology’, with emphasis on designing molecular circuits governing cell behavior using quantitative systems modeling approaches. He is expected to help lead MIT’s efforts in both synthetic biology and systems biology, and indeed to guide their integration.
 +
</div>
 +
</div>
 +
</div>
 +
</div>
 +
<div id = "box">
 +
<div id = "textbox"></div>
 
</div>
 
</div>
 
</div>
 
</div>
Line 406: Line 438:
 
</div>
 
</div>
 
</div>
 
</div>
</div>
 
 
<div class = "subtitle">
 
<p>
 
INSTRUCTOR
 
</p>
 
</div>
 
 
<div id = "bios" align = "center">
 
<div class = "bio" align = "left">
 
<img class = "picture" src = "https://static.igem.org/mediawiki/2015/a/a6/Team-MIT-Ron.jpg">
 
<div class = "names">
 
<div class = "hidden">
 
<div>
 
Ron Weiss
 
</div>
 
 
<div class = "text">
 
Joined the BE and EECS faculties as dual associate professor (with tenure) starting in July 2009, having moved from Princeton University where he held comparable rank in their department of electrical engineering and with a joint appointment in their department of molecular biology. His degrees are double BA in Computer Science and Economics from Brandeis University (1992), followed by SM and PhD in EECS at MIT (1994, 2001). Professor Weiss is a prominent and widely respected figure in the emerging field known as ‘synthetic biology’, with emphasis on designing molecular circuits governing cell behavior using quantitative systems modeling approaches. He is expected to help lead MIT’s efforts in both synthetic biology and systems biology, and indeed to guide their integration.
 
</div>
 
</div>
 
</div>
 
</div>
 
<div id = "box">
 
<div id = "textbox"></div>
 
 
</div>
 
</div>
 
</div>
 
</div>
 +
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.8.3/jquery.min.js"></script>
  
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.8.3/jquery.min.js"></script>
+
<script>
 
+
$(document).ready(function(){
<script>
+
    $('.picture').hover(function () {
$(document).ready(function(){
+
        $('#textbox').append($(this).siblings().find('.hidden div'));
    $('.picture').hover(function () {
+
    }, function () {
        $('#textbox').append($(this).siblings().find('.hidden div'));
+
        $(this).siblings().find('.hidden').append($('#textbox div'));
    }, function () {
+
    });
        $(this).siblings().find('.hidden').append($('#textbox div'));
+
});
    });
+
</script>
});
+
</script>
+
 
</body>
 
</body>

Revision as of 19:51, 22 June 2015

OUR TEAM

STUDENTS

INSTRUCTOR

ADVISORS