Team:WITS-CSIR SA/Outreach/SciBono

From 2011.igem.org

(Difference between revisions)
 
(2 intermediate revisions not shown)
Line 1: Line 1:
-
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
+
[[Media:Example.ogg]]<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<head>
-
     <title>Biotweet - Protocols</title>
+
     <title>Biotweet - Collaboration</title>
     <link type="text/css" media="screen" rel="Stylesheet" href="https://ajax.googleapis.com/ajax/libs/dojo/1.6.1/dojo/resources/dojo.css" />
     <link type="text/css" media="screen" rel="Stylesheet" href="https://ajax.googleapis.com/ajax/libs/dojo/1.6.1/dojo/resources/dojo.css" />
     <link type="text/css" media="screen" rel="Stylesheet" href="https://ajax.googleapis.com/ajax/libs/dojo/1.6.1/dijit/themes/claro/claro.css" />
     <link type="text/css" media="screen" rel="Stylesheet" href="https://ajax.googleapis.com/ajax/libs/dojo/1.6.1/dijit/themes/claro/claro.css" />
Line 15: Line 15:
         div.top
         div.top
         {
         {
-
             height: 120px;
+
             height: 95px;
             background-color: #2d4782;
             background-color: #2d4782;
             filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#6279ad', endColorstr='#2d4782'); /* for IE */
             filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#6279ad', endColorstr='#2d4782'); /* for IE */
Line 50: Line 50:
     <link rel="stylesheet" type="text/css" href="https://2011.igem.org/Team:WITS-CSIR_SA/css/theme/jquery-ui-1.8.14.custom.css?action=raw&amp;ctype=text/css">
     <link rel="stylesheet" type="text/css" href="https://2011.igem.org/Team:WITS-CSIR_SA/css/theme/jquery-ui-1.8.14.custom.css?action=raw&amp;ctype=text/css">
     <link rel="stylesheet" type="text/css" href="https://2011.igem.org/Team:WITS-CSIR_SA/css/liteaccordion.css?action=raw&amp;ctype=text/css">
     <link rel="stylesheet" type="text/css" href="https://2011.igem.org/Team:WITS-CSIR_SA/css/liteaccordion.css?action=raw&amp;ctype=text/css">
 +
<link href="http://ajax.googleapis.com/ajax/libs/dojo/1.6/dojox/image/resources/Lightbox.css" rel="stylesheet" type="text/css" />
 +
 +
<link href="https://2011.igem.org/Team:WITS-CSIR_SA/Styles/Dropdown.css?action=raw&amp;ctype=text/css" media="screen" rel="stylesheet" type="text/css" />
 +
<link rel="stylesheet" type="text/css" href="https://2011.igem.org/Team:WITS-CSIR_SA/Styles/default.css?action=raw&amp;ctype=text/css" />
 +
<link href="https://2011.igem.org/Team:WITS-CSIR_SA/Styles/default.advanced.css?action=raw&amp;ctype=text/css" media="screen" rel="stylesheet" type="text/css" />
 +
 +
<!--[if lt IE 7]>
 +
<script type="text/javascript" src="https://2011.igem.org/Team:WITS-CSIR_SA/Styles/jquery.dropdown.js?action=raw&amp;ctype=text/js"></script>
 +
<![endif]-->
 +
     <!-- Begin: Core -->
     <!-- Begin: Core -->
     <script type="text/javascript" src="https://2011.igem.org/Team:WITS-CSIR_SA/js/lib/jquery-1.5.1.min.js?action=raw&amp;ctype=text/js"></script>
     <script type="text/javascript" src="https://2011.igem.org/Team:WITS-CSIR_SA/js/lib/jquery-1.5.1.min.js?action=raw&amp;ctype=text/js"></script>
Line 84: Line 94:
         dojo.require("dijit.form.TextBox");
         dojo.require("dijit.form.TextBox");
         dojo.require("dojo.parser");
         dojo.require("dojo.parser");
 +
        dojo.require("dojox.image.Lightbox");
     </script>
     </script>
</head>
</head>
<body class="claro">
<body class="claro">
-
    <script type="text/javascript" src="https://2011.igem.org/Team:WITS-CSIR_SA/client/MenuModel.js?action=raw&amp;ctype=text/js"></script>
 
-
    <script type="text/javascript" src="https://2011.igem.org/Team:WITS-CSIR_SA/client/SideMenu.js?action=raw&amp;ctype=text/js"></script>
 
     <div data-dojo-type="dijit.layout.BorderContainer" data-dojo-props="design: 'headline', gutters: false"
     <div data-dojo-type="dijit.layout.BorderContainer" data-dojo-props="design: 'headline', gutters: false"
         class="container">
         class="container">
 +
<div style="position: absolute; width: 100%; top: 80px;">
 +
<ul class="dropdown dropdown-horizontal">
 +
<li><a href="https://2011.igem.org/Team:WITS-CSIR_SA">Home</a></li>
 +
<li><a href="#" class="dir">Project</a>
 +
<ul>
 +
<li><a href="https://2011.igem.org/Team:WITS-CSIR_SA/Project/Concept">Overview</a></li>
 +
<li><a href="https://2011.igem.org/Team:WITS-CSIR_SA/Characterization">Characterization</a></li>
 +
<li><a href="https://2011.igem.org/Team:WITS-CSIR_SA/Project/Modelling">Modelling</a></li>
 +
<li><a href="https://2011.igem.org/Team:WITS-CSIR_SA/Collaboration/Index">Collaboration</a></li>
 +
<li><a href="https://2011.igem.org/Team:WITS-CSIR_SA/Project/Notebook">Lab notebook</a></li>
 +
<li><a href="https://2011.igem.org/Team:WITS-CSIR_SA/Project/Applications">Potential applications</a></li>
 +
<li><a href="https://2011.igem.org/Team:WITS-CSIR_SA/Project/Achievements">Achievements</a></li>
 +
<li><a href="https://2011.igem.org/Team:WITS-CSIR_SA/Project/Protocols">Protocols</a></li>
 +
</ul>
 +
</li>
 +
<li><a href="https://2011.igem.org/Team:WITS-CSIR_SA/Parts">Parts submitted</a></li>
 +
<li><a href="https://2011.igem.org/Team:WITS-CSIR_SA/Characterization">Data</a></li>
 +
<li><a href="./" class="dir">Outreach</a>
 +
<ul>
 +
<li><a href="https://2011.igem.org/Team:WITS-CSIR_SA/Outreach/SciBono">Scibono experience</a></li>
 +
<li><a href="https://2011.igem.org/Team:WITS-CSIR_SA/Outreach/Forum">Synthetic biology forum</a></li>
 +
<li><a href="https://2011.igem.org/Team:WITS-CSIR_SA/Outreach/Survey">Survey</a></li>
 +
</ul>
 +
</li>
 +
<li><a href="https://2011.igem.org/Team:WITS-CSIR_SA/Project/Safety">Safety</a></li>
 +
 +
<li><a href="https://2011.igem.org/Team:WITS-CSIR_SA/Diary/Gallery">Gallery</a></li>
 +
<li><a href="./" class="dir">About us</a>
 +
<ul>
 +
<li><a href="https://2011.igem.org/Team:WITS-CSIR_SA/AboutUs/MeetTheTeam">Meet the team</a></li>
 +
<li><a href="https://2011.igem.org/Team:WITS-CSIR_SA/Outreach/PublicRelations">Media attention</a></li>
 +
<li><a href="https://2011.igem.org/Team:WITS-CSIR_SA/AboutUs/Attributions">Attributions</a></li>
 +
<li><a href="https://2011.igem.org/Team:WITS-CSIR_SA/AboutUs/Acknowledgements">Acknowledgements</a></li>
 +
<li><a href="https://2011.igem.org/Team:WITS-CSIR_SA/AboutUs/MeetOurBugs">Meet our bugs!</a></li>
 +
<li><a href="https://2011.igem.org/Team:WITS-CSIR_SA/AboutUs/ContactUs">Contact us</a></li>
 +
</ul>
 +
</li>
 +
</ul>
 +
</div>
         <div data-dojo-type="dijit.layout.ContentPane" data-dojo-props="region: 'top'" class="top">
         <div data-dojo-type="dijit.layout.ContentPane" data-dojo-props="region: 'top'" class="top">
             <a href="https://2011.igem.org/Team:WITS-CSIR_SA">
             <a href="https://2011.igem.org/Team:WITS-CSIR_SA">
-
                 <img src="https://static.igem.org/mediawiki/2011/5/56/Wits_Logo_Biotweet.gif" alt="Biotweet" height="80px"
+
                 <img src="https://static.igem.org/mediawiki/2011/6/63/Wits_Logo_Biotweet_Rearrange.gif" alt="Biotweet" height="60px"
-
                     style="float: left; margin-bottom: 10px; border: none;" />
+
                     style="float: left; margin-bottom: 5px; border: none;" />
             </a><a href="https://2011.igem.org/Main_Page" target="_blank">
             </a><a href="https://2011.igem.org/Main_Page" target="_blank">
-
                 <img src="https://static.igem.org/mediawiki/2011/b/be/ICL_iGEM_Logo.png" alt="iGem" height="80px"
+
                 <img src="https://static.igem.org/mediawiki/2011/b/be/ICL_iGEM_Logo.png" alt="iGem" height="60px"
-
                     style="float: right; margin-bottom: 10px; border: none;" />
+
                     style="float: right; margin-bottom: 5px; border: none;" />
             </a>
             </a>
-
             <div class="menu padding ui-helper-clearfix">
+
             <div class="ui-helper-clearfix">
             </div>
             </div>
         </div>
         </div>
         <div data-dojo-type="dijit.layout.ContentPane" data-dojo-props="region: 'center'"
         <div data-dojo-type="dijit.layout.ContentPane" data-dojo-props="region: 'center'"
             class="center">
             class="center">
 +
             <div style="width: 903px; margin: auto; height: 100%;">
             <div style="width: 903px; margin: auto; height: 100%;">
                 <div data-dojo-type="dijit.layout.BorderContainer" data-dojo-props="design: 'headline'"
                 <div data-dojo-type="dijit.layout.BorderContainer" data-dojo-props="design: 'headline'"
                     style="height: 100%;">
                     style="height: 100%;">
-
                    <div data-dojo-type="dijit.layout.ContentPane" data-dojo-props="region: 'leading', style:'overflow-y: auto;'"
 
-
                        class="west">
 
-
                        sidebar
 
-
                    </div>
 
                     <div data-dojo-type="dijit.layout.ContentPane" data-dojo-props="region: 'center'">
                     <div data-dojo-type="dijit.layout.ContentPane" data-dojo-props="region: 'center'">
                         <div style="height: 100%; overflow-y: auto;">
                         <div style="height: 100%; overflow-y: auto;">
-
<h1>
+
 
 +
<h1>
                   SciBono Experience</h1>
                   SciBono Experience</h1>
                             <div data-dojo-type="dijit.TitlePane" data-dojo-props="title:'Introduction'">
                             <div data-dojo-type="dijit.TitlePane" data-dojo-props="title:'Introduction'">
Line 148: Line 194:
                             <div data-dojo-type="dijit.TitlePane" data-dojo-props="title:'Outcomes'">
                             <div data-dojo-type="dijit.TitlePane" data-dojo-props="title:'Outcomes'">
-
<p>Both the junior school presentations and the high school workshops were successful. The aim to create interest around the field of science was achieved and the children were also exposed to the field of synthetic biology, which many of them were unaware of before our talks. Many of the children who attended our presentations are from underprivileged backgrounds, often unaware of the potentials of science, and particularly synthetic biology. The idea of developing ‘super hero’ bacteria encouraged them to think of the problems in their communities they might be able to solve with genetic engineering. </p>
+
<p>Both the junior school presentations and the high school workshops were successful. The aim to create an interest in the field of synthetic biology and, particularly, to show how it could be beneficial in resource-poor settings was achieved. The children left the workshops knowing 'super hero' bacteria can be used to fix problems faced by their communities. This novel approach to outreach exposed the field of synthetic biology to children from resource poor environments, enabling them to welcome the use of this science in their communities and, we hope, to encourage them to pursue a career in science.</p>
<p>In South Africa, few young adults take science subjects at a tertiary level. We hope that our talk has inspired a few more to consider this path. We thoroughly enjoyed this aspect of the project and we intend to continue to contribute to our surrounding communities in this way.  </p>
<p>In South Africa, few young adults take science subjects at a tertiary level. We hope that our talk has inspired a few more to consider this path. We thoroughly enjoyed this aspect of the project and we intend to continue to contribute to our surrounding communities in this way.  </p>
 +
 +
                           
 +
                             </div>
                             </div>
                         </div>
                         </div>
Line 155: Line 204:
                 </div>
                 </div>
             </div>
             </div>
-
        </div>
+
</div>
         <div data-dojo-type="dijit.layout.ContentPane" data-dojo-props="region: 'bottom'"
         <div data-dojo-type="dijit.layout.ContentPane" data-dojo-props="region: 'bottom'"
             class="footerBox" style="background-color: #ffffff;">
             class="footerBox" style="background-color: #ffffff;">

Latest revision as of 20:32, 22 October 2011

Media:Example.ogg<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> Biotweet - Collaboration

SciBono Experience

The Wits CSIR iGEM team feels it is not only important what is done in the lab but, moreover, to share our knowledge of science and synthetic biology with the broader public. One issue most often associated with synthetic biology is the ethics surrounding the production of genetically modified organisms. Another issue, prevalent is South Africa, is the significant lack of scientists and engineers. The team set out to address both these issues by approaching SciBono, a national science centre whose goal it is to act as an interface between scientists and the public. By focusing on underprivileged students, we feel we approached the human advances aspect of iGEM in a novel away, opening these children's eyes to the potential uses of synthetic biology in their own communities.

SciBono

The team participated in National Science Week (an initiative of the South African Department of Science and Technology) by addressing both primary and high school children educating them on the importance of science, with a particular focus on synthetic biology. Ezio and Sasha presented to the junior school children, sharing with them some interesting facts about science and making them aware of the presence of bacteria. Emphasis was placed on the fact that bacteria are not only disease causing agents but also act as the flora in the intestines, helping to digest food and prevent invasion by pathogens. Ezio and Sasha held a fun interactive ‘Q and A’ session where the children were encouraged to develop research questions. Some of the children stood up and asked their questions and the whole group discussed possible ways of solving the problems. The children were so enthusiastic and came up with some interesting ways of researching their problems. The children were also then exposed to the concept of synthetic biology and some of the exciting applications of this technology.

SciBono Presentation

The high school children, from resource poor environments, were exposed to a workshop where there was an informative presentation about synthetic biology with a particular focus on the iGEM competition. Following this, there was an activity in which the children were asked to create ‘super hero’ bacteria to solve problems they face in their own communities. They constructed plasmids with start and stop sites and genes in between which gave the bacteria super hero qualities. Some of the ideas were incredible and showed an understanding of the potential of this technology, particularly in their own communities.

SciBono Workshop

The team advisor, Laura Millroy organised on behalf of the team, an information stand at SciBono where the team handed out synthetic biology information packs. The synthetic biology information packs were kindly put together by Michelle Robinson (team advisor) and Laura and contained flyers from the different faculties at Wits University, CSIR Synthetic Biology research groups and the iGEM team. In addition to raising awareness of science as a career, the team highlighted the importance of mathematics and science high school subjects. As a relatively new field, initially synthetic biology appeared disconnected from the other general scientific fields of study. Overall, the team tried to bridge the gap between the scientific fields such as biotechnology and synthetic biology thus inspiring young learners to choose science as a career.


Both the junior school presentations and the high school workshops were successful. The aim to create an interest in the field of synthetic biology and, particularly, to show how it could be beneficial in resource-poor settings was achieved. The children left the workshops knowing 'super hero' bacteria can be used to fix problems faced by their communities. This novel approach to outreach exposed the field of synthetic biology to children from resource poor environments, enabling them to welcome the use of this science in their communities and, we hope, to encourage them to pursue a career in science.

In South Africa, few young adults take science subjects at a tertiary level. We hope that our talk has inspired a few more to consider this path. We thoroughly enjoyed this aspect of the project and we intend to continue to contribute to our surrounding communities in this way.