Team:Berkeley/HumanPractice/Outreach

From 2013.igem.org

(Difference between revisions)
Line 6: Line 6:
       <div id="navbar">
       <div id="navbar">
         <ul class="nav">
         <ul class="nav">
-
             <li id="TitleID"> <a>Outreach</a> </li>
+
             <li id="TitleID"> <a id="TitleID" href="https://2013.igem.org/Team:Berkeley/HumanPractice/Outreach">Outreach</a> </li>
             <li ><a href="#1">Speaking to lowerclassmen at UC Berkeley</a></li>
             <li ><a href="#1">Speaking to lowerclassmen at UC Berkeley</a></li>
             <li ><a href="#2">Dialogue with high school teachers</a></li>
             <li ><a href="#2">Dialogue with high school teachers</a></li>
Line 48: Line 48:
var offset = 54;
var offset = 54;
$('#navbar li a').click(function(event) {
$('#navbar li a').click(function(event) {
 +
if ( ($(this).attr('id')) == 'TitleID') {
 +
return;
 +
}
 +
else {
     event.preventDefault();
     event.preventDefault();
     $($(this).attr('href'))[0].scrollIntoView();
     $($(this).attr('href'))[0].scrollIntoView();
     scrollBy(0, -offset);
     scrollBy(0, -offset);
 +
}
});
});
</script>
</script>
</html>
</html>

Revision as of 22:13, 28 October 2013

The UC Berkeley iGEM Team had a chance to present and talk to fellow underclassmen at Berkeley about synthetic biology at a Bioengineering 24 seminar. Bioengineering 24 is an introductory seminar designed to give freshmen and sophomores a glimpse of the broad selection of bioengineering. Through the presentation we were able to give our fellow peers an insight to what synthetic biology is, and help instill interest to inspire students to take up the field of synthetic biology.

Retrieved from "http://2013.igem.org/Team:Berkeley/HumanPractice/Outreach"