Team:WITS-CSIR SA/Project/Concept

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 - Project Concept</title>
+
     <title>Biotweet - Concept</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'"
 +
            class="center">
 +
            <div style="width: 903px; margin: auto; height: 100%;">
 +
                <div data-dojo-type="dijit.layout.BorderContainer" data-dojo-props="design: 'headline'"
 +
                    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;">
 +
                            <div data-dojo-type="dijit.TitlePane" data-dojo-props="title:'Abstract'">
 +
                                <p>
 +
                                    One of the defining characteristics of humanity is the constantly evolving sophistication
 +
                                    with which human beings communicate and store information: from the earliest cave
 +
                                    drawings, smoke signals and tablet carvings, to the printing press, telephony, the
 +
                                    Internet and future cloud computing. The recent advent of the Internet perfectly
 +
                                    encapsulates this phenomenon of global interconnectedness - allowing for the worldwide
 +
                                    communication between cultures, organisations and individuals, through a single
 +
                                    data network entity.
 +
                                </p>
 +
                                <br>
 +
                                <p>
 +
                                    Biologically, data communication networks exist too. The transfer of data occurs
 +
                                    via signalling molecules incorporated into highly regulated and integrated networks.
 +
                                    Our goal is to construct an automated bacterial communication network that will
 +
                                    allow a group of genetically engineered bacteria to transport messages in a directed
 +
                                    manner, with the final aim of completing location-based functional tasks. Such a
 +
                                    biological network can be engineered to function in specific applications and assist
 +
                                    in carrying out the tasks involved in the pipeline of a particular process, be it
 +
                                    medical or industrial.
 +
                                </p>
 +
                                <br>
 +
                                <p>
 +
                                    We have focused on one aspect of this network: the directed transport of the message-carrying
 +
                                    “communication modules” within our biological network. These communication modules
 +
                                    will take the form of bacteria, which can move over physical distances carrying
 +
                                    information. The content of the message - designed to elicit a desired output -
 +
                                    is, of course, vital to the eventual application. However, the successful delivery
 +
                                    and transport of these messages to other effector bacteria - dictating the end-points
 +
                                    of the data network - is of vital importance for proof of concept. Thus, we will
 +
                                    attempt to engineer the exogenously controlled chemotactic behaviour of bacteria
 +
                                    using synthetic riboswitches to regulate the expression of a protein required for
 +
                                    bacterial motility. This will allow for their directed movement towards a desired
 +
                                    location where they can deliver the message: a biological analogy to the Transmission
 +
                                    Control Protocol (TCP) of the Internet, which delivered the data to your computer
 +
                                    allowing you to read this abstract.</p>
 +
                            </div>
 +
                        </div>
 +
                    </div>
 +
                </div>
 +
            </div>
         </div>
         </div>
-
         <div class="layout" style="margin: 0px auto; width: 960px;">
+
         <div data-dojo-type="dijit.layout.ContentPane" data-dojo-props="region: 'bottom'"
-
            <div class="center">
+
             class="footerBox" style="background-color: #ffffff;">
-
                <h1>
+
-
                    Project Introduction</h1>
+
-
<p>The team this year has decided to create a microscopic biological communication network, in which there will be the transfer of data between bacterial populations as chemical signals. “Biotweet” provides a generic framework that will serve as the basis for the functioning of complex biological communication networks. This framework may be useful in various applications, including those of the medical and industrial sectors.</p>
+
-
<br>
+
-
<p>An integral component of any network is the establishment of the connections between the nodes of the network. These allow for the directed transport of data packets between specific nodes. We have, therefore, focused our efforts on constructing these abstract connections that would exist in our biological network: a challenging task, considering that bacterial cells cannot be linked by wires. Analogous to the transfer of data as electronic packets in a computer network, the concept of engineering bacteria to transport packets of chemical signals between bacterial populations arose. In this way, the bacteria themselves can form the network connections. In order to do this, we decided to reprogram the motility of bacteria, so that they will travel in a stimulus-directed fashion to points of the network, where they can send and receive signals. To ensure that the bacteria do not take a detour, and lose the data in the event that they encounter a natural stimulus, the stimuli that induce this chemotactic response would need to be specific to the application of the network and new to the bacteria. With these specifications in mind, we needed a way of manipulating the chemotaxis of bacteria that would allow for us to easily adapt the bacterial chemotactic response to the stimuli associated with any application.</p>
+
-
<br>
+
-
<p>We have therefore chosen to use riboswitches to control the expression of the flagella rotation regulator protein CheZ (Fig 1), and ultimately bacterial chemotaxis.[1] Riboswitches are ligand-inducible RNA protein expression regulators that are comprised of an aptamer domain and an expression platform.[2] The aptamer is a sequence of nucleotides that is designed to specifically bind to ligands, while the expression platform consists of a ribosome binding site (RBS) and a downstream gene. When the specific ligand binds to the aptamer domain, the riboswitch undergoes a structural change. This results in the exposure of the RBS (that is otherwise hidden) and the expression of the downstream gene.[2] Using this riboswitch mechanism, the expression of CheZ can be regulated in a ligand concentration-dependent manner, outside the control of the natural chemotaxis pathway. Gallivan et al1 demonstrated that these riboswitches can be used to reprogram the chemotactic response of bacteria, so that they move up a concentration gradient, towards the source of the stimulus that activates the riboswitch. This process is called pseudotaxis. By using these riboswitches, bacteria can theoretically be reprogrammed to respond to any stimulus, if the appropriate riboswitch is made. This provides the versatility needed for biological network connections to be established in any application. Furthermore, this eliminates the need to engineer novel chemoreceptors, which is particularly challenging due to the complexities that occur at the interface between the new chemoreceptor and the already existing downstream signalling proteins.[1]</p>
+
-
<img src= "https://static.igem.org/mediawiki/2011/7/77/Wits_Concept_Riboswitch.JPG">
+
-
<p>Fig 1: The different domains of a riboswitch and the conformational changes involved in its activation [1]</p>
+
-
<br>
+
-
<p>As a proof of concept, the team has designed three genetic constructs that make use of the concept of riboswitches and toggle switches. The aim was to reprogram E. coli cells, so that they search an area, localise to the riboswitch activator and return to a set location where they can report on their findings (Fig 2). This, in principle, will show that bacteria can be programmed to move in a directed manner towards a new stimulus and establish a connection between two points in space.</p>
+
-
<img src="https://static.igem.org/mediawiki/2011/0/04/Wits_Concept_Gradient.JPG">
+
-
 
+
-
<p>Fig 2: Schematic of a “send and return” system using engineered bacteria</p>
+
-
 
+
-
<p>1.Topp S, Gallivan JP. Guiding bacteria with small molecules and RNA. J Am Chem Soc 2007;129:6807-11.</p>
+
-
<p>2.Gallivan JP. Toward reprogramming bacteria with small molecules and RNA. Curr Opin Chem Biol 2007;11:612-9.</p>
+
-
 
+
-
 
+
-
 
+
-
 
+
-
 
+
-
 
+
-
            </div>
+
-
            <div class="north">
+
-
                &nbsp;</div>
+
-
             <div class="west">
+
-
            </div>
+
-
            <div class="south">
+
-
            </div>
+
         </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 11:17, 17 September 2011

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

sidebar

One of the defining characteristics of humanity is the constantly evolving sophistication with which human beings communicate and store information: from the earliest cave drawings, smoke signals and tablet carvings, to the printing press, telephony, the Internet and future cloud computing. The recent advent of the Internet perfectly encapsulates this phenomenon of global interconnectedness - allowing for the worldwide communication between cultures, organisations and individuals, through a single data network entity.


Biologically, data communication networks exist too. The transfer of data occurs via signalling molecules incorporated into highly regulated and integrated networks. Our goal is to construct an automated bacterial communication network that will allow a group of genetically engineered bacteria to transport messages in a directed manner, with the final aim of completing location-based functional tasks. Such a biological network can be engineered to function in specific applications and assist in carrying out the tasks involved in the pipeline of a particular process, be it medical or industrial.


We have focused on one aspect of this network: the directed transport of the message-carrying “communication modules” within our biological network. These communication modules will take the form of bacteria, which can move over physical distances carrying information. The content of the message - designed to elicit a desired output - is, of course, vital to the eventual application. However, the successful delivery and transport of these messages to other effector bacteria - dictating the end-points of the data network - is of vital importance for proof of concept. Thus, we will attempt to engineer the exogenously controlled chemotactic behaviour of bacteria using synthetic riboswitches to regulate the expression of a protein required for bacterial motility. This will allow for their directed movement towards a desired location where they can deliver the message: a biological analogy to the Transmission Control Protocol (TCP) of the Internet, which delivered the data to your computer allowing you to read this abstract.