Team:WITS-CSIR SA/Outreach/SciBono

From 2011.igem.org

(Difference between revisions)
Line 1: Line 1:
-
<html>
+
<!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">
<head>
<head>
-
     <title>Biotweet - SciBono</title>
+
     <title>Biotweet - Protocols</title>
-
     <!--<link href="../css/layout.css" rel="stylesheet" type="text/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 href="../css/presentation.css" rel="stylesheet" type="text/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 href="../css/theme/jquery-ui-1.8.14.custom.css" rel="stylesheet" type="text/css" />-->
+
     <style type="text/css">
-
     <!--<link rel="stylesheet" type="text/css" href="http://yui.yahooapis.com/3.4.0/build/cssreset/reset-min.css">-->
+
        html, body, div.container
 +
        {
 +
            height: 100%;
 +
            padding: 0px;
 +
            margin: 0px;
 +
        }
 +
       
 +
        div.top
 +
        {
 +
            height: 140px;
 +
            background-color: #2d4782;
 +
            filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#6279ad', endColorstr='#2d4782'); /* for IE */
 +
            background: -webkit-gradient(linear, left top, left bottom, from(#6279ad), to(#2d4782)); /* for webkit browsers */
 +
            background: -moz-linear-gradient(top,  #6279ad,  #2d4782); /* for firefox 3.6+ */
 +
        }
 +
       
 +
        div.center
 +
        {
 +
            background-color: #b8bcbf;
 +
            filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#b8bcbf', endColorstr='#ffffff') !important; /* for IE */
 +
            background: -webkit-gradient(linear, left top, left bottom, from(#b8bcbf), to(#ffffff)) !important; /* for webkit browsers */
 +
            background: -moz-linear-gradient(top,  #b8bcbf,  #ffffff) !important; /* for firefox 3.6+ */
 +
        }
 +
       
 +
        div.bottom
 +
        {
 +
            text-align: center;
 +
        }
 +
       
 +
        .dijitMenuItem
 +
        {
 +
            background-color: #eeeeff;
 +
        }
 +
    </style>
 +
    <script type="text/javascript">
 +
        var dojoConfig = {
 +
            isDebug: false,
 +
            parseOnLoad: false
 +
        }
 +
    </script>
     <link rel="stylesheet" type="text/css" href="https://2011.igem.org/Team:WITS-CSIR_SA/css/layout.css?action=raw&amp;ctype=text/css">
     <link rel="stylesheet" type="text/css" href="https://2011.igem.org/Team:WITS-CSIR_SA/css/layout.css?action=raw&amp;ctype=text/css">
     <link rel="stylesheet" type="text/css" href="https://2011.igem.org/Team:WITS-CSIR_SA/css/presentation.css?action=raw&amp;ctype=text/css">
     <link rel="stylesheet" type="text/css" href="https://2011.igem.org/Team:WITS-CSIR_SA/css/presentation.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/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">
     <!-- Begin: Core -->
     <!-- Begin: Core -->
-
    <!--<script src="../js/lib/jquery-1.5.1.min.js" type="text/javascript"></script>
 
-
    <script src="../js/lib/modernizr-1.7.min.js" type="text/javascript"></script>
 
-
    <script src="../js/lib/underscore.js" type="text/javascript"></script>
 
-
    <script src="../js/lib/backbone.js" type="text/javascript"></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>
     <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/modernizr-1.7.min.js?action=raw&amp;ctype=text/js"></script>
     <script type="text/javascript" src="https://2011.igem.org/Team:WITS-CSIR_SA/js/lib/modernizr-1.7.min.js?action=raw&amp;ctype=text/js"></script>
Line 20: Line 57:
     <!-- End:  Core -->
     <!-- End:  Core -->
     <!-- Begin: Library -->
     <!-- Begin: Library -->
-
    <!--<script src="../js/lib/jquery-ui-1.8.14.custom.min.js" type="text/javascript"></script>
 
-
    <script src="../js/lib/jquery.fling.js" type="text/javascript"></script>
 
-
    <script src="../js/lib/sammy-latest.min.js" type="text/javascript"></script>
 
-
    <script src="../js/lib/jQuery.BlockUI.js" type="text/javascript"></script>
 
-
    <script src="../js/lib/jquery.sizes.js" type="text/javascript"></script>
 
-
    <script src="../js/lib/jlayout.border.js" type="text/javascript"></script>
 
-
    <script src="../js/lib/jquery.jlayout.js" type="text/javascript"></script>-->
 
     <script type="text/javascript" src="https://2011.igem.org/Team:WITS-CSIR_SA/js/lib/jquery-ui-1.8.14.custom.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-ui-1.8.14.custom.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.fling.js?action=raw&amp;ctype=text/js"></script>
     <script type="text/javascript" src="https://2011.igem.org/Team:WITS-CSIR_SA/js/lib/jquery.fling.js?action=raw&amp;ctype=text/js"></script>
Line 34: Line 64:
     <script type="text/javascript" src="https://2011.igem.org/Team:WITS-CSIR_SA/js/lib/jlayout.border.js?action=raw&amp;ctype=text/js"></script>
     <script type="text/javascript" src="https://2011.igem.org/Team:WITS-CSIR_SA/js/lib/jlayout.border.js?action=raw&amp;ctype=text/js"></script>
     <script type="text/javascript" src="https://2011.igem.org/Team:WITS-CSIR_SA/js/lib/jquery.jlayout.js?action=raw&amp;ctype=text/js"></script>
     <script type="text/javascript" src="https://2011.igem.org/Team:WITS-CSIR_SA/js/lib/jquery.jlayout.js?action=raw&amp;ctype=text/js"></script>
 +
    <script type="text/javascript" src="https://2011.igem.org/Team:WITS-CSIR_SA/js/lib/liteaccordion.jquery.js?action=raw&amp;ctype=text/js"></script>
     <!-- End:  Library -->
     <!-- End:  Library -->
     <!-- Begin: Custom -->
     <!-- Begin: Custom -->
-
    <!--<script src="../js/common.js" type="text/javascript"></script>-->
 
-
    <!--<script src="../js/layout.js" type="text/javascript"></script>-->
 
     <script type="text/javascript" src="https://2011.igem.org/Team:WITS-CSIR_SA/js/common.js?action=raw&amp;ctype=text/js"></script>
     <script type="text/javascript" src="https://2011.igem.org/Team:WITS-CSIR_SA/js/common.js?action=raw&amp;ctype=text/js"></script>
-
    <script type="text/javascript" src="https://2011.igem.org/Team:WITS-CSIR_SA/js/layout.js?action=raw&amp;ctype=text/js"></script>
 
     <!-- End:  Custom -->
     <!-- End:  Custom -->
 +
    <script type="text/javascript" src="https://ajax.googleapis.com/ajax/libs/dojo/1.6.1/dojo/dojo.xd.js"></script>
 +
    <script type="text/javascript">
 +
        dojo.require("dijit.layout.BorderContainer");
 +
        dojo.require("dijit.layout.ContentPane");
 +
        dojo.require("dijit.Menu");
 +
        dojo.require("dijit.MenuItem");
 +
        dojo.require("dijit.PopupMenuItem");
 +
        dojo.require("dijit.MenuBar");
 +
        dojo.require("dijit.MenuBarItem");
 +
        dojo.require("dijit.PopupMenuBarItem");
 +
        dojo.require("dijit.MenuSeparator");
 +
        dojo.require("dijit.TitlePane");
 +
        dojo.require("dijit.form.Button");
 +
        dojo.require("dijit.form.TextBox");
 +
        dojo.require("dojo.parser");
 +
    </script>
</head>
</head>
-
<body>
+
<body class="claro">
-
    <!--<script src="../client/MenuModel.js" type="text/javascript"></script>-->
+
-
    <!--<script src="../client/CalendarModel.js" type="text/javascript"></script>-->
+
-
    <!--<script src="../client/SideMenu.js" type="text/javascript"></script>-->
+
     <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/MenuModel.js?action=raw&amp;ctype=text/js"></script>
-
    <script type="text/javascript" src="https://2011.igem.org/Team:WITS-CSIR_SA/client/CalendarModel.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>
     <script type="text/javascript" src="https://2011.igem.org/Team:WITS-CSIR_SA/client/SideMenu.js?action=raw&amp;ctype=text/js"></script>
-
     <div id="target">
+
     <div data-dojo-type="dijit.layout.BorderContainer" data-dojo-props="design: 'headline', gutters: false"
-
        <input type="hidden" id="hidStart" value="false" />
+
        class="container">
-
         <div class="banner">
+
         <div data-dojo-type="dijit.layout.ContentPane" data-dojo-props="region: 'top'" class="top">
-
             <h1 id="logo">
+
             <a href="https://2011.igem.org/Team:WITS-CSIR_SA">
-
                 biotweet
+
                 <img src="https://static.igem.org/mediawiki/2011/c/c9/Logo.png" alt="Biotweet" height="100px"
-
            </h1>
+
                    style="float: left; margin-bottom: 10px; border: none;" />
-
            <h1 id="igemLogo" style="display: inline-block;">
+
            </a><a href="https://igem.org/Main_Page" target="_blank">
-
                <a href="https://2011.igem.org" target="_blank">iGEM</a>
+
                <img src="https://static.igem.org/mediawiki/2011/b/be/ICL_iGEM_Logo.png" alt="iGem" height="100px"
-
             </h1>
+
                    style="float: right; margin-bottom: 10px; border: none;" />
 +
            </a>
 +
            <div class="menu padding ui-helper-clearfix">
 +
             </div>
         </div>
         </div>
-
         <div class="menu padding">
+
         <div data-dojo-type="dijit.layout.ContentPane" data-dojo-props="region: 'center'"
-
        </div>
+
            class="center">
-
        <div class="layout" style="margin: 0px auto; width: 960px;">
+
            <div style="width: 903px; margin: auto; height: 100%;">
-
            <div class="center">
+
                <div data-dojo-type="dijit.layout.BorderContainer" data-dojo-props="design: 'headline'"
-
                <h1>
+
                    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 style="height: 100%; overflow-y: auto;">
 +
<h1>
                   SciBono Experience</h1>
                   SciBono Experience</h1>
 +
                            <div data-dojo-type="dijit.TitlePane" data-dojo-props="title:'Introduction'">
 +
<p>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. </p>
<p>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. </p>
<CENTER><img src="https://static.igem.org/mediawiki/2011/4/41/Wits_SciBono.jpg" alt="SciBono"/><CENTER>
<CENTER><img src="https://static.igem.org/mediawiki/2011/4/41/Wits_SciBono.jpg" alt="SciBono"/><CENTER>
 +
</div>
 +
                            <div data-dojo-type="dijit.TitlePane" data-dojo-props="title:'Presentation'">
<p>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.</p>
<p>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.</p>
<img src="https://static.igem.org/mediawiki/2011/6/6d/Wits_SciBono_Presentation.jpg" alt="SciBono Presentation"/>
<img src="https://static.igem.org/mediawiki/2011/6/6d/Wits_SciBono_Presentation.jpg" alt="SciBono Presentation"/>
 +
</div>
 +
                            <div data-dojo-type="dijit.TitlePane" data-dojo-props="title:'Workshop'">
<p>The high school children 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 faced both in the medical and industrial sectors. 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. Natasia, Gloria and Brad, the team members holding these workshops, also encouraged them to think about whether their machines had any ethical or safety issues surrounding their design.</p>
<p>The high school children 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 faced both in the medical and industrial sectors. 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. Natasia, Gloria and Brad, the team members holding these workshops, also encouraged them to think about whether their machines had any ethical or safety issues surrounding their design.</p>
<img src="https://static.igem.org/mediawiki/2011/1/16/Wits_SciBono_Workshop.jpg" alt="SciBono Workshop"/>
<img src="https://static.igem.org/mediawiki/2011/1/16/Wits_SciBono_Workshop.jpg" alt="SciBono Workshop"/>
 +
</div>
 +
                            <div data-dojo-type="dijit.TitlePane" data-dojo-props="title:'Outcome'">
<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 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>
-
<br>
 
<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>
-
 
+
-
            </div>
+
-
            <div class="north">
+
-
                &nbsp;</div>
+
-
            <div class="west">
+
-
            </div>
+
-
            <div class="south">
+
             </div>
             </div>
 +
        </div>
 +
        <div data-dojo-type="dijit.layout.ContentPane" data-dojo-props="region: 'bottom'"
 +
            class="footerBox" style="background-color: #ffffff;">
         </div>
         </div>
     </div>
     </div>
     <script type="text/javascript">
     <script type="text/javascript">
-
         $(function () {
+
         dojo.ready(function () {
             $('#globalWrapper').hide();
             $('#globalWrapper').hide();
-
             $('#target').appendTo('body');
+
             $('.container').appendTo('body');
             $('.left-menu').prependTo('body').css('z-index', 100);
             $('.left-menu').prependTo('body').css('z-index', 100);
-
             $('#footer-box').appendTo('div.south');
+
             $('#footer-box').appendTo('div.footerBox');
             $('.left-menu li:last').remove();
             $('.left-menu li:last').remove();
             $('.right-menu').prependTo('body').css('z-index', 100);
             $('.right-menu').prependTo('body').css('z-index', 100);
 +
 +
            $('body').addClass('claro');
             $.fling('publish', 'ready');
             $.fling('publish', 'ready');
 +
 +
            $('#one').liteAccordion({
 +
                onActivate: function () {
 +
                    this.find('figcaption').fadeOut();
 +
                },
 +
                slideCallback: function () {
 +
                    this.find('figcaption').fadeIn();
 +
                },
 +
                autoPlay: false,
 +
                pauseOnHover: true,
 +
                theme: 'dark',
 +
                rounded: false,
 +
                enumerateSlides: true,
 +
                containerWidth: 932,
 +
                containerHeight: 240
 +
            }).find('figcaption:first').show();
 +
 +
            dojo.parser.parse();
         });
         });
     </script>
     </script>
</body>
</body>
</html>
</html>

Revision as of 20:30, 17 September 2011

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

sidebar

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.

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 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 faced both in the medical and industrial sectors. 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. Natasia, Gloria and Brad, the team members holding these workshops, also encouraged them to think about whether their machines had any ethical or safety issues surrounding their design.

SciBono Workshop

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.

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.