Team:Waterloo/Outreach
From 2014.igem.org
(Difference between revisions)
Super.suzie (Talk | contribs) |
Super.suzie (Talk | contribs) |
||
Line 14: | Line 14: | ||
Waterloo iGEM team visited a local high school, Sir John A. MacDonald Secondary High School, to talk to their Science Club. We introduced them to the world of synthetic biology and the iGEM competition. We also talked about the more recent addition of the high school level iGEM competition and what kind of projects have come out of it, in hopes of inspiring them to pursue this vastly expanding field of science. We ended our visit with a fun activity where we showed students how to transform <i>Eschericia coli</i> and an RFP gene. They then got a chance to create bacterial art using the original and transformed bacteria to see the difference in the gene's expression! | Waterloo iGEM team visited a local high school, Sir John A. MacDonald Secondary High School, to talk to their Science Club. We introduced them to the world of synthetic biology and the iGEM competition. We also talked about the more recent addition of the high school level iGEM competition and what kind of projects have come out of it, in hopes of inspiring them to pursue this vastly expanding field of science. We ended our visit with a fun activity where we showed students how to transform <i>Eschericia coli</i> and an RFP gene. They then got a chance to create bacterial art using the original and transformed bacteria to see the difference in the gene's expression! | ||
+ | <script type ="text/javascript"> | ||
+ | |||
+ | //Align headings | ||
+ | function alignHeadings(){ | ||
+ | var remainingWidth = $("div#topbar").width(); | ||
+ | var allheadings = $("ul#headings >li"); | ||
+ | allheadings.css("display", "block"); | ||
+ | $("ul#shortheadings >li").css("display", "none"); | ||
+ | allheadings.width(remainingWidth / (allheadings.length + 0.5)) | ||
+ | .css({"text-align":"center","line-height":"150%"}); | ||
+ | } | ||
+ | |||
+ | $(document).ready(alignHeadings); | ||
+ | $(window).resize(alignHeadings); | ||
+ | </script> | ||
+ | |||
<div id="gallery"> | <div id="gallery"> | ||
<img src="https://static.igem.org/mediawiki/2014/1/16/Waterloo_SuzieAlexander.jpg" /> | <img src="https://static.igem.org/mediawiki/2014/1/16/Waterloo_SuzieAlexander.jpg" /> |
Revision as of 07:08, 17 October 2014