Line 1: | Line 1: | ||
{{RHIT}} | {{RHIT}} | ||
<html> | <html> | ||
− | <div class = "column | + | |
+ | <script> | ||
+ | $(document).ready(function(){ | ||
+ | $("#meetup").click(function(){ | ||
+ | $("#meetuptext").slideToggle("slow"); | ||
+ | }); | ||
+ | }); | ||
+ | </script> | ||
+ | |||
+ | |||
+ | <div class = "column full_size"> | ||
<h1>Midwestern Meetup:</h1> | <h1>Midwestern Meetup:</h1> | ||
− | <img src="https://static.igem.org/mediawiki/2018/thumb/9/93/MidWesternMeetup2018.jpg/800px-MidWesternMeetup2018.jpg"> | + | <img id="meetup" src="https://static.igem.org/mediawiki/2018/thumb/9/93/MidWesternMeetup2018.jpg/800px-MidWesternMeetup2018.jpg"> |
− | <p> On June 30th, two members of our team travelled to Michigan State University for the Midwestern iGEM Meetup. We spent the morning on a tour of the university’s botanical gardens learning about a range of plants and the history behind the gardens. After lunch, each team gave a short presentation and answered questions about their project. Then, we went on a tour of the Michigan State University iGEM team’s lab and facilities. Through this meetup, we made connections with other teams and have already started collaborating with the Michigan State team. </p> | + | <p id="meetuptext"> On June 30th, two members of our team travelled to Michigan State University for the Midwestern iGEM Meetup. We spent the morning on a tour of the university’s botanical gardens learning about a range of plants and the history behind the gardens. After lunch, each team gave a short presentation and answered questions about their project. Then, we went on a tour of the Michigan State University iGEM team’s lab and facilities. Through this meetup, we made connections with other teams and have already started collaborating with the Michigan State team. </p> |
</div> | </div> | ||
Revision as of 18:08, 11 July 2018