Team:BYU Provo/Outreach/OremLibrary
From 2013.igem.org
Mschellhous (Talk | contribs) (→Activity) |
|||
(40 intermediate revisions not shown) | |||
Line 4: | Line 4: | ||
{| width="100%" | {| width="100%" | ||
- | |||
+ | | colspan="3" | <font color="#333399" size="6" font face="Calibri"> | ||
+ | |||
+ | : '''Human Practices - Orem Public Library Visit'''</font> | ||
<br> | <br> | ||
|- valign="top" | |- valign="top" | ||
- | | style="width: | + | | style="width: 22%; background-color: transparent;"| |
<font color="#333399" size="3" font face="Calibri"> | <font color="#333399" size="3" font face="Calibri"> | ||
- | : [[Team:BYU_Provo/Outreach| | + | : [[Team:BYU_Provo/Outreach|Human Practices]] |
: [[Team:BYU_Provo/Outreach/OremLibrary|Library Visit]] | : [[Team:BYU_Provo/Outreach/OremLibrary|Library Visit]] | ||
- | : [[Team:BYU_Provo/Outreach/Baxtor|The Adventure of | + | : [[Team:BYU_Provo/Outreach/Baxtor|The Adventure of Baxter Bacteria]] |
- | + | ||
- | + | ||
- | + | ||
- | + | ||
</font> | </font> | ||
Line 31: | Line 29: | ||
==Overview== | ==Overview== | ||
- | + | Changing the world starts with little things. Even little people. That was our idea in teaching youngsters about Synthetic Biology. We wanted to dispel myths and stigmas along with fears about what people think Synthetic Biology is. Since the unknown is what is the most likely to scare, we wanted to educate the children in our neighborhood about what Synthetic Biology is, why it's not scary and why we think it's REALLY COOL. | |
+ | |||
+ | At the Orem Public Library, we taught 5-10 year olds the basics of biology. What is a virus? What is a plasmid? What is bacteria? We showed them what they are and how we can use them to do amazing things. | ||
+ | |||
+ | Since we were at a Public Library, we of course had to read a book! Our fun story about Baxter Bacteria and his adventures reinforced the principles that we had taught them. They laughed when the plasmid gave Baxter "powers" and cheered when Baxter made it home safe. | ||
+ | |||
+ | By the end of the book reading, the kids were ready to make their very own projects. With the aid of one of our team members, ten groups of children made their way to the stage to show off the projects they thought of with the poster they drew themselves. All the presentations were very exciting, as no idea was a bad one. | ||
<br> | <br> | ||
Line 44: | Line 48: | ||
==Introduction== | ==Introduction== | ||
- | + | The following is the brief introduction of synthetic biology we gave. | |
- | + | ||
- | + | ||
<center> | <center> | ||
- | < | + | <html> |
- | </ | + | <iframe src="http://www.slideshare.net/slideshow/embed_code/24214729" width="650" height="525" frameborder="0" marginwidth="0" marginheight="0" scrolling="no" style="border:1px solid #CCC;border-width:1px 1px 0;margin-bottom:5px" allowfullscreen webkitallowfullscreen mozallowfullscreen> </iframe> |
</html> | </html> | ||
+ | |||
+ | </center> | ||
<br> | <br> | ||
Line 67: | Line 71: | ||
==Story Reading== | ==Story Reading== | ||
- | + | This is the first edition of our children's book: ''The Adventure of Baxter Bacteria''. It's also the story we shared with kids during our library reading. Please click on ''Next Page'' or ''Previous Page'' to flip through the book. | |
+ | |||
+ | For our final/published edition of ''The Adventure of Baxter Bacteria'', please click [[Team:BYU_Provo/Outreach/Baxtor#Different_Editions|here]]. | ||
<br> | <br> | ||
<html> | <html> | ||
+ | |||
+ | <SCRIPT LANGUAGE="JavaScript"> | ||
+ | |||
+ | var num=1 | ||
+ | img1 = new Image () | ||
+ | img1.src = "https://static.igem.org/mediawiki/2013/9/91/BYUBaxtor1-1.JPG" | ||
+ | img2 = new Image () | ||
+ | img2.src = "https://static.igem.org/mediawiki/2013/8/8b/BYUBaxtor1-2n.JPG" | ||
+ | img3 = new Image () | ||
+ | img3.src = "https://static.igem.org/mediawiki/2013/9/9a/BYUBaxtor1-3.JPG" | ||
+ | img4 = new Image () | ||
+ | img4.src = "https://static.igem.org/mediawiki/2013/f/f3/BYUBaxtor1-4.JPG" | ||
+ | img5 = new Image () | ||
+ | img5.src = "https://static.igem.org/mediawiki/2013/1/11/BYUBaxtor1-5.JPG" | ||
+ | img6 = new Image () | ||
+ | img6.src = "https://static.igem.org/mediawiki/2013/8/8d/BYUBaxtor1-6.JPG" | ||
+ | img7 = new Image () | ||
+ | img7.src = "https://static.igem.org/mediawiki/2013/a/a2/BYUBaxtor1-7.JPG" | ||
+ | img8 = new Image () | ||
+ | img8.src = "https://static.igem.org/mediawiki/2013/2/2e/BYUBaxtor1-8.JPG" | ||
+ | img9 = new Image () | ||
+ | img9.src = "https://static.igem.org/mediawiki/2013/c/c0/BYUBaxtor1-9.JPG" | ||
+ | img10 = new Image () | ||
+ | img10.src = "https://static.igem.org/mediawiki/2013/8/88/BYUBaxtor1-10.JPG" | ||
+ | |||
+ | function slideshowUp() | ||
+ | { | ||
+ | num=num+1 | ||
+ | document.mypic.src=eval("img"+num+".src") | ||
+ | } | ||
+ | |||
+ | function slideshowBack() | ||
+ | { | ||
+ | num=num-1 | ||
+ | document.mypic.src=eval("img"+num+".src") | ||
+ | } | ||
+ | |||
+ | </SCRIPT> | ||
+ | |||
+ | <!-- The Image and Form Codes are Below --> | ||
<center> | <center> | ||
+ | <IMG SRC="https://static.igem.org/mediawiki/2013/9/91/BYUBaxtor1-1.JPG" NAME="mypic" BORDER=0 HEIGHT="460" WIDTH="700"> | ||
+ | <p> | ||
+ | |||
+ | |||
+ | <A HREF="JavaScript:slideshowBack()">----------------------<b>Previous Page</b>----------------------</A> | ||
- | < | + | <A HREF="JavaScript:slideshowUp()">----------------------<b>Next Page</b>----------------------</A> |
- | + | ||
- | + | ||
- | + | ||
- | < | + | |
- | </ | + | |
</center> | </center> | ||
</html> | </html> | ||
+ | |||
+ | <br> | ||
<html> | <html> | ||
Line 93: | Line 141: | ||
<br> | <br> | ||
- | == | + | ==Pictures== |
- | + | [[File:IMG_1411-1.JPG|350px|link=]] | |
+ | [[File:IMG_1371-2.JPG|350px|link=]] | ||
- | [[File: | + | [[File:IMG_1380-1.JPG|350px|link=]] |
- | [[File: | + | [[File:IMG_1390-1.JPG|350px|link=]] |
- | [[File: | + | [[File:IMG_1399-1.JPG|350px|link=]] |
- | + | <br> | |
- | |||
<br> | <br> | ||
- | + | ==Video== | |
- | + | <html> | |
- | < | + | |
- | < | + | <center> |
- | + | ||
- | == | + | <iframe width="420" height="315" src="//www.youtube.com/embed/y_rmgjhx2bs" frameborder="0" allowfullscreen></iframe> |
- | + | </center> | |
+ | |||
+ | </html> | ||
<br> | <br> | ||
+ | <br> | ||
- | <html> | + | <html> |
+ | |||
<a href="https://2013.igem.org/Team:BYU_Provo/Outreach/OremLibrary" style="display:block;float:right;">Return to top >> </a> | <a href="https://2013.igem.org/Team:BYU_Provo/Outreach/OremLibrary" style="display:block;float:right;">Return to top >> </a> | ||
</html> | </html> | ||
Line 125: | Line 175: | ||
<br> | <br> | ||
<br> | <br> | ||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- |
Latest revision as of 23:36, 27 September 2013
| ||
|
OverviewChanging the world starts with little things. Even little people. That was our idea in teaching youngsters about Synthetic Biology. We wanted to dispel myths and stigmas along with fears about what people think Synthetic Biology is. Since the unknown is what is the most likely to scare, we wanted to educate the children in our neighborhood about what Synthetic Biology is, why it's not scary and why we think it's REALLY COOL. At the Orem Public Library, we taught 5-10 year olds the basics of biology. What is a virus? What is a plasmid? What is bacteria? We showed them what they are and how we can use them to do amazing things. Since we were at a Public Library, we of course had to read a book! Our fun story about Baxter Bacteria and his adventures reinforced the principles that we had taught them. They laughed when the plasmid gave Baxter "powers" and cheered when Baxter made it home safe. By the end of the book reading, the kids were ready to make their very own projects. With the aid of one of our team members, ten groups of children made their way to the stage to show off the projects they thought of with the poster they drew themselves. All the presentations were very exciting, as no idea was a bad one.
IntroductionThe following is the brief introduction of synthetic biology we gave.
Story ReadingThis is the first edition of our children's book: The Adventure of Baxter Bacteria. It's also the story we shared with kids during our library reading. Please click on Next Page or Previous Page to flip through the book. For our final/published edition of The Adventure of Baxter Bacteria, please click here.
----------------------Previous Page---------------------- ----------------------Next Page----------------------
Pictures
Video
|