Team:WITS-CSIR SA/Parts

From 2011.igem.org

(Difference between revisions)
(Prototype team page)
 
(6 intermediate revisions not shown)
Line 1: Line 1:
-
<!-- *** What falls between these lines is the Alert Box! You can remove it from your pages once you have read and understood the alert *** -->
+
[[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">
 +
<head>
 +
    <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/dijit/themes/claro/claro.css" />
 +
    <style type="text/css">
 +
        html, body, div.container
 +
        {
 +
            height: 100%;
 +
            padding: 0px;
 +
            margin: 0px;
 +
        }
 +
       
 +
        div.top
 +
        {
 +
            height: 95px;
 +
            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/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/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" />
-
<html>
+
<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" />
-
<div id="box" style="width: 700px; margin-left: 137px; padding: 5px; border: 3px solid #000; background-color: #fe2b33;">
+
<link rel="stylesheet" type="text/css" href="https://2011.igem.org/Team:WITS-CSIR_SA/Styles/default.css?action=raw&amp;ctype=text/css" />
-
<div id="template" style="text-align: center; font-weight: bold; font-size: large; color: #f6f6f6; padding: 5px;">
+
<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" />
-
This is a template page. READ THESE INSTRUCTIONS.
+
 +
<!--[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 -->
 +
    <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/underscore.js?action=raw&amp;ctype=text/js"></script>
 +
    <script type="text/javascript" src="https://2011.igem.org/Team:WITS-CSIR_SA/js/lib/backbone.js?action=raw&amp;ctype=text/js"></script>
 +
    <!-- End:  Core -->
 +
    <!-- Begin: Library -->
 +
    <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/sammy-latest.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.BlockUI.js?action=raw&amp;ctype=text/js"></script>
 +
    <script type="text/javascript" src="https://2011.igem.org/Team:WITS-CSIR_SA/js/lib/jquery.sizes.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/liteaccordion.jquery.js?action=raw&amp;ctype=text/js"></script>
 +
    <!-- End:  Library -->
 +
    <!-- Begin: Custom -->
 +
    <script type="text/javascript" src="https://2011.igem.org/Team:WITS-CSIR_SA/js/common.js?action=raw&amp;ctype=text/js"></script>
 +
    <!-- 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");
 +
        dojo.require("dojox.image.Lightbox");
 +
    </script>
 +
</head>
 +
<body class="claro">
 +
    <div data-dojo-type="dijit.layout.BorderContainer" data-dojo-props="design: 'headline', gutters: false"
 +
        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">
 +
            <a href="https://2011.igem.org/Team:WITS-CSIR_SA">
 +
                <img src="https://static.igem.org/mediawiki/2011/6/63/Wits_Logo_Biotweet_Rearrange.gif" alt="Biotweet" height="60px"
 +
                    style="float: left; margin-bottom: 5px; border: none;" />
 +
            </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="60px"
 +
                    style="float: right; margin-bottom: 5px; border: none;" />
 +
            </a>
 +
            <div class="ui-helper-clearfix">
 +
            </div>
 +
        </div>
 +
        <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: 'center'">
 +
                        <div style="height: 100%; overflow-y: auto;">
 +
 
 +
<h1>
 +
                                Parts Submitted</h1>
 +
                            <div data-dojo-type="dijit.TitlePane" data-dojo-props="title:'Table of parts submitted'">
 +
                                <p>Click on the part number to go to the associated registry page. Click on the part name for a brief description of the part.</p>
 +
<table border="0" cellpadding="2" cellspacing="2" class="pretty" width="100%">
 +
                                    <tr>
 +
<th style="width: 80px;">Favourites</th>
 +
                                        <th style="width: 80px;">
 +
                                            Part Number
 +
                                        </th>
 +
                                        <th style="width: 160px;">
 +
                                            Part Name
 +
                                        </th>
 +
<th>
 +
                                            Part Length
 +
                                        </th>
 +
<th>Sent</th>
 +
                                    </tr>
 +
                                    <tr>
 +
<td>
 +
<center><img src="https://static.igem.org/mediawiki/2011/1/15/Favourite_image.jpg" width="30px;"></center>
 +
<a style="color:Green;" href="http://partsregistry.org/wiki/images/2/27/Datasheet1.pdf">Datasheet</a>
 +
</td>
 +
                                        <td>
 +
                                            <a href="http://partsregistry.org/wiki/index.php?title=Part:BBa_K537001">BBa_K537001</a>
 +
                                        </td>
 +
                                        <td width ="200">
 +
                                            <a href="#T1-Ch">Theophylline riboswitch 1 - CheZ</a>
 +
                                        </td>
 +
<td>
 +
                                          698bp
 +
                                        </td>
 +
 
 +
<td><center><img src="https://static.igem.org/mediawiki/2011/c/c0/Parts_tick.png" width="30px;"></center></td>
 +
                                    </tr>
 +
                                    <tr>
 +
<td>
 +
<center><img src="https://static.igem.org/mediawiki/2011/1/15/Favourite_image.jpg" width="30px;"></center>
 +
<a style="color:Green;" href="https://static.igem.org/mediawiki/igem.org/f/f5/Datasheet2.pdf">Datasheet</a>
 +
</td>
 +
                                        <td>
 +
                                            <a href="http://partsregistry.org/wiki/index.php?title=Part:BBa_K537002">BBa_K537002</a>
 +
                                        </td>
 +
                                        <td>
 +
<a href="#T2-Ch">Theophylline riboswitch 2 - CheZ</a>
 +
                                         
 +
                                        </td>
 +
<td>
 +
                                          702bp
 +
                                        </td>
 +
<td><center><img src="https://static.igem.org/mediawiki/2011/c/c0/Parts_tick.png" width="30px;"></center></td>
 +
                                    </tr>
 +
                                    <tr>
 +
<td>
 +
</td>
 +
                                        <td>
 +
                                            <a href="http://partsregistry.org/wiki/index.php?title=Part:BBa_K537000">BBa_K537000</a>
 +
                                        </td>
 +
                                        <td>
 +
<a href="#AtRS+CheZ">Atrazine riboswitch-CheZ</a>
 +
                                           
 +
                                        </td>
 +
<td>
 +
                                          730bp
 +
                                        </td>
 +
<td><center><img src="https://static.igem.org/mediawiki/2011/c/c0/Parts_tick.png" width="30px;"></center></td>
 +
                                    </tr>
 +
                                    <tr>
 +
<td>
 +
<center><img src="https://static.igem.org/mediawiki/2011/1/15/Favourite_image.jpg" width="30px;"></center>
 +
<a style="color:Green;" href="http://partsregistry.org/wiki/images/2/27/Datasheet1.pdf">Datasheet</a></td>
 +
                                        <td>
 +
                                            <a href="http://partsregistry.org/wiki/index.php?title=Part:BBa_K537003">BBa_K537003</a>
 +
                                        </td>
 +
                                        <td>
 +
<a href="#T1-V">Theophylline riboswitch 1- Venus</a>
 +
                                           
 +
                                        </td>
 +
<td>
 +
                                          780bp
 +
                                        </td>
 +
<td><center><img src="https://static.igem.org/mediawiki/2011/c/c0/Parts_tick.png" width="30px;"></center></td>
 +
                                    </tr>
 +
                                    <tr>
 +
<td>
 +
</td>
 +
                                        <td>
 +
                                            <a href="http://partsregistry.org/wiki/index.php?title=Part:BBa_K537004">BBa_K537004</a>
 +
                                        </td>
 +
                                        <td>
 +
<a href="#T2-V">Theophylline riboswitch 2- Venus</a>
 +
                                           
 +
                                        </td>
 +
<td>
 +
                                          781bp
 +
                                        </td>
 +
<td><center><img src="https://static.igem.org/mediawiki/2011/c/c0/Parts_tick.png" width="30px;"></center></td>
 +
                                    </tr>
 +
                                    <tr>
 +
<td>
 +
</td>
 +
                                        <td>
 +
                                            <a href="http://partsregistry.org/wiki/index.php?title=Part:BBa_K537005">BBa_K537005</a>
 +
                                        </td>
 +
                                        <td>
 +
<a href="#mRFP1 C-fusion">mRFP1 C-fusion</a>
 +
                                           
 +
                                        </td>
 +
<td>
 +
                                          679bp
 +
                                        </td>
 +
<td><center><img src="https://static.igem.org/mediawiki/2011/c/c0/Parts_tick.png" width="30px;"></center></td>
 +
                                    </tr>
 +
                                    <tr>
 +
<td>
 +
</td>
 +
                                        <td>
 +
                                            <a href="http://partsregistry.org/wiki/index.php?title=Part:BBa_K537006">BBa_K537006</a>
 +
                                        </td>
 +
                                        <td>
 +
<a href="#Venus C-fusion">Venus C-fusion</a>
 +
                                        </td>
 +
<td>
 +
                                          721bp
 +
                                        </td>
 +
<td><center><img src="https://static.igem.org/mediawiki/2011/c/c0/Parts_tick.png" width="30px;"></center></td>
 +
                                    </tr>
 +
<tr>
 +
<td>
 +
</td>
 +
<td>
 +
<a href="http://partsregistry.org/wiki/index.php?title=Part:BBa_K537007">BBa_K537007</a>
 +
                                        </td>
 +
                                        <td>
 +
<a href="#RBS CheZ N-fusion">RBS CheZ N-fusion</a>
 +
                                         
 +
                                        </td>
 +
<td>
 +
                                          658bp
 +
                                        </td>
 +
<td><center><img src="https://static.igem.org/mediawiki/2011/c/c0/Parts_tick.png" width="30px;"></center></td>
 +
                                    </tr>
 +
<tr>
 +
<td>
 +
</td>
 +
<td>
 +
<a href="http://partsregistry.org/wiki/index.php?title=Part:BBa_K537008">BBa_K537008</a>
 +
                                        </td>
 +
                                        <td>
 +
<a href="#Atrazine Riboswitch-mRFP">Atrazine Riboswitch-mRFP</a>
 +
                                         
 +
                                        </td>
 +
<td>
 +
                                          658bp
 +
                                        </td>
 +
<td><center><img src="https://static.igem.org/mediawiki/2011/c/c0/Parts_tick.png" width="30px;"></center></td>
 +
                                    </tr>
 +
<tr>
 +
<td>
 +
</td>
 +
<td>
 +
<a href="http://partsregistry.org/wiki/index.php?title=Part:BBa_K537009">BBa_K537009</a>
 +
                                        </td>
 +
                                        <td>
 +
<a href="#Promoter-Theophylline riboswitch 1-Venus-Double terminator">Promoter-Theophylline riboswitch 1-Venus-Double terminator</a>
 +
                                           
 +
                                        </td>
 +
<td>
 +
                                          960bp
 +
                                        </td>
 +
<td></center></td>
 +
                                    </tr>
 +
<tr>
 +
<td>
 +
 
 +
</td>
 +
<td>
 +
<a href="http://partsregistry.org/wiki/index.php?title=Part:BBa_K537010">BBa_K537010</a>
 +
 
 +
                                        </td>
 +
                                        <td>
 +
<a href="#Promoter-Theophylline riboswitch 2-Venus-Double terminator">Promoter-Theophylline riboswitch 2-Venus-Double terminator</a>
 +
                                         
 +
                                        </td>
 +
<td>
 +
                                          961bp
 +
                                        </td>
 +
<td></td>
 +
                                    </tr>
 +
<tr>
 +
<td>
 +
 
 +
</td>
 +
                                        <td>
 +
                                            <a href="http://partsregistry.org/wiki/index.php?title=Part:BBa_K537011">BBa_K537011</a>
 +
                                        </td>
 +
                                        <td>
 +
<a href="#Promoter-Theophylline riboswitch 1-CheZ-Venus-Double terminator">Promoter-Theophylline riboswitch 1-CheZ-Venus-Double terminator</a>
 +
                                         
 +
                                        </td>
 +
<td>
 +
                                          1583bp
 +
                                        </td>
 +
<td></td>
 +
                                    </tr>
 +
<tr>
 +
<td>
 +
 
 +
</td>
 +
                                        <td>
 +
                                            <a href="http://partsregistry.org/wiki/index.php?title=Part:BBa_K537012">BBa_K537012</a>
 +
                                        </td>
 +
                                        <td>
 +
<a href="#Promoter-Theophylline riboswitch 2-CheZ-Venus-Double terminator">Promoter-Theophylline riboswitch 2-CheZ-Venus-Double terminator</a>
 +
                                         
 +
                                        </td>
 +
<td>
 +
                                          1587bp
 +
                                        </td>
 +
<td></td>
 +
                                    </tr>
 +
<tr>
 +
<td>
 +
</td>
 +
                                        <td>
 +
                                            <a href="http://partsregistry.org/wiki/index.php?title=Part:BBa_K537013">BBa_K537013</a>
 +
                                        </td>
 +
                                        <td>
 +
<a href="#Promoter-RBS-CheZ-Venus-Double terminator">Promoter-RBS-CheZ-Venus-Double terminator</a>
 +
                                         
 +
                                        </td>
 +
<td>
 +
                                          1543bp
 +
                                        </td>
 +
<td></td>
 +
                                    </tr>
 +
<tr>
 +
<td>
 +
</td>
 +
                                        <td>
 +
                                            <a href="http://partsregistry.org/wiki/index.php?title=Part:BBa_K537014">BBa_K537014</a>
 +
                                        </td>
 +
                                        <td>
 +
<a href="#Promoter-Atrazine riboswitch-mCherry-Double terminator">Promoter-Atrazine riboswitch-mCherry-Double terminator</a>
 +
                                       
 +
                                        </td>
 +
<td>
 +
                                          946bp
 +
                                        </td>
 +
<td></center></td>
 +
                                    </tr>
 +
<tr>
 +
<td>
 +
</td>
 +
                                        <td>
 +
                                            <a href="http://partsregistry.org/wiki/index.php?title=Part:BBa_K537015">BBa_K537015</a>
 +
                                        </td>
 +
                                        <td>
 +
<a href="#Promoter-Atrazine riboswitch-CheZ-mCherry-Double terminator">Promoter-Atrazine riboswitch-CheZ-mCherry-Double terminator</a>
 +
                 
 +
                                       
 +
                                        </td>
 +
<td>
 +
                                          1570bp
 +
                                        </td>
 +
<td></td>
 +
                                    </tr>
 +
<tr>
 +
<td>
 +
</td>
 +
<td>
 +
                                            <a href="http://partsregistry.org/wiki/index.php?title=Part:BBa_K537016">BBa_K537016</a>
 +
                                        </td>
 +
                                        <td>
 +
<a href="#Promoter-RBS-CheZ-mCherry-Double terminator">Promoter-RBS-CheZ-mCherry-Double terminator</a>
 +
                                       
 +
                                        </td>
 +
<td>
 +
                                          1501bp
 +
                                        </td>
 +
<td></td>
 +
                                    </tr>
 +
<tr>
 +
<td>
 +
</td>
 +
<td>
 +
                                            <a href="http://partsregistry.org/wiki/index.php?title=Part:BBa_K537019">BBa_K537019</a>
 +
                                        </td>
 +
                                        <td>
 +
<a href="#lox66">lox66</a>
 +
 
 +
                                       
 +
                                        </td>
 +
<td>
 +
                                          34bp
 +
                                        </td>
 +
<td><center><img src="https://static.igem.org/mediawiki/2011/c/c0/Parts_tick.png" width="30px;"></center></td>
 +
                                    </tr>
 +
 
 +
<tr>
 +
<td>
 +
</td>
 +
<td>
 +
                                            <a href="http://partsregistry.org/wiki/index.php?title=Part:BBa_K537020">BBa_K537020</a>
 +
                                        </td>
 +
                                        <td>
 +
<a href="#lox71">lox71</a>
 +
                                       
 +
                                        </td>
 +
<td>
 +
                                          34bp
 +
                                        </td>
 +
<td><center><img src="https://static.igem.org/mediawiki/2011/c/c0/Parts_tick.png" width="30px;"></center></td>
 +
                                    </tr>
 +
 
 +
                                </table>
 +
                                <br />
 +
                            </div>
 +
                            <br />
 +
<p id ="T1-Ch">
 +
                            <div data-dojo-type="dijit.TitlePane" data-dojo-props="title:'Theophylline Riboswitch 1-CheZ'">
 +
<image src="https://static.igem.org/mediawiki/2011/f/fa/Wits_Parts_submitted_ThRS1-CheZ.png" align="left" style="padding: 10px;"/>
 +
                             
 +
                                  <p>This DNA part will encode for an RNA riboswitch senstive to theophylline. The RBS is not exposed in the absence of theophylline. When theophylline is present, it binds to the riboswitch and causes a conformational change which leads to the exposure of the RBS and consequently translation of the adjoining gene. In this case, the gene which will be expressed is CheZ, which is a protein fundamental to bacterial movement.
 +
This theophylline riboswitch (type1) CheZ fusion BioBrick activates the expression of the CheZ gene in a theophylline-dependent fashion. It is composed of a theophylline-sensitive riboswitch clone 8.1 (Topp and Gallivan JACS 2007; BBa_K249026 and BBa_K411001) that is detached from its associated translation unit (coding region) and fused to a CheZ gene which has a N-fusion prefix and lacks a stop codon (although a TAG stop codon is provided by the RFC 25 suffix). The riboswitch regulated N-terminal part can be fused to a reporter or other CDS.</p>
 +
<p>CheZ is the chief regulator of the molecular events that lead the counter clockwise rotation of the flagella motor during the chemotaxis signal transduction pathway of E.coli. This counter clockwise flagella motor rotation results in bacterial swimming (instead of tumbling) in the presence of a chemoattractant (in this case, theophylline).</p>
 +
 
 +
                         
 +
                        </div>
 +
<a href="#Top">Back to Top</a>
 +
<br/>
 +
<p id ="T2-Ch">
 +
<div data-dojo-type="dijit.TitlePane" data-dojo-props="title:'Theophylline Riboswitch 2-CheZ'">
 +
<image src="https://static.igem.org/mediawiki/2011/7/74/Wits_Parts_submitted_ThRS2-CheZ.png" align="left" style="padding: 10px;"/>
 +
                             
 +
                                  <p>This DNA part will encode for an RNA riboswitch senstive to theophylline. When no theophylline is present, the RBS within the riboswitch sequence is not exposed to translation machinery. When theophylline is present, it binds to the riboswitch and causes a conformational change which results in the RBS being exposed. This allows for the translation of the adjoining gene. In this case, the gene which will be expressed is CheZ - a fundamental protein in the signalling cascade of bacterial chemotaxis.</p>
 +
<p>
 +
This theophylline riboswitch 2- CheZ fusion BioBrick activates the expression of the CheZ gene in a theophylline-dependent fashion. It consists of a newly improved theophylline riboswitch clone 12.1 (Lynch and Gallivan NAR 2009) that is detached from its associated translation unit (coding region) and fused to a CheZ gene which has a N-fusion prefix and lacks a stop codon (although a TAG stop codon is provided by the RFC 25 suffix). The riboswitch regulated N-terminal part can be fused to a reporter or other CDS.</p>
 +
<p>CheZ is the chief regulator of the molecular events that lead the counter clockwise rotation of the flagella motor during the chemotaxis signal transduction pathway of E.coli. This counter clockwise flagella motor rotation results in bacterial swimming (instead of tumbling) in the presence of a chemoattractant (in this case, theophylline).
 +
</p>
</div>
</div>
-
<div id="instructions" style="text-align: center; font-weight: normal; font-size: small; color: #f6f6f6; padding: 5px;">
+
<a href="#Top">Back to Top</a>
-
You are provided with this team page template with which to start the iGEM season. You may choose to personalize it to fit your team but keep the same "look." Or you may choose to take your team wiki to a different level and design your own wiki. You can find some examples <a href="https://2008.igem.org/Help:Template/Examples">HERE</a>.
+
<br/>
 +
 
 +
<p id ="AtRS+CheZ">
 +
<div data-dojo-type="dijit.TitlePane" data-dojo-props="title:'Atrazine Riboswitch-CheZ fusion'">
 +
<image src="https://static.igem.org/mediawiki/2011/6/6c/Wits_Parts_submitted_AtRS-CheZ.png" align="left" style="padding: 10px;"/>
 +
                             
 +
                                  <p>When no atrazine is present, the RBS within the riboswitch sequence is not exposed to translation machinery. When atrazine is present, it binds to the riboswitch and causes a conformational change which results in the RBS being exposed. This allows for the translation of the adjoining gene. In this case, the gene which will be expressed is CheZ - a fundamental protein in the signalling cascade of bacterial chemotaxis.
 +
This riboswitch-CheZ fusion BioBrick regulates the expression of the CheZ gene in an atrazine-dependent fashion. It is composed of an atrazine-sensitive riboswitch, developed by Sinha et al (2010), which is detached from its associated translation unit (coding region) and fused to a CheZ gene which has the Freiburg N-fusion prefix and lacks a stop codon. While it is possible to fuse the riboswitch to the CheZ coding region by standard BioBrick assembly techniques, this approach was not used as it would increase the distance between the RBS and the ATG start codon and potentially decrease the efficiency of the riboswitch. This was shown in the work of the Taipei 2010 team who used this approach for a theophylline riboswitch. The riboswitch and the adjacent CheZ coding region are considered together and should be cloned together. CheZ is the chief regulator of the molecular events that lead the counter clockwise rotation of the flagella motor during the Chemotaxis signal transduction pathway of E.coli. This counter clockwise flagella motor rotation results in bacterial swimming (instead of tumbling) in the presence of a chemoattractant (in this case atrazine).
 +
</p>
</div>
</div>
-
<div id="warning" style="text-align: center; font-weight: bold; font-size: small; color: #f6f6f6; padding: 5px;">
+
<a href="#Top">Back to Top</a>
-
You <strong>MUST</strong> have a team description page, a project abstract, a complete project description, a lab notebook, and a safety page. PLEASE keep all of your pages within your teams namespace.
+
<br/>
 +
<p id ="T1-V">
 +
<div data-dojo-type="dijit.TitlePane" data-dojo-props="title:'Theophylline Riboswitch 1- Venus'">
 +
<image src="https://static.igem.org/mediawiki/2011/6/6d/Wits_Parts_submitted_ThRS1-Venus.png" align="left" style="padding: 10px;"/>
 +
                             
 +
                                  <p>This part regulates the expression of venus in a theophylline-dependent fashion through an RNA aptamer specific to theophylline.
 +
This theophylline riboswitch 1 biobrick activates the expression of the Venus fluorescent protein in a theophylline-dependent fashion. It is composed of a theophylline sensitive riboswitch clone 8.1 (Topp and Gallivan JACS 2007; BBa_K249026 and BBa_K411001) fused upstream to an adjacent Venus coding region.
 +
</p>
</div>
</div>
 +
<a href="#Top">Back to Top</a>
 +
<br/>
 +
<p id ="T2-V">
 +
<div data-dojo-type="dijit.TitlePane" data-dojo-props="title:'Theophylline Riboswitch 2- Venus'">
 +
<image src="https://static.igem.org/mediawiki/2011/f/fd/Wits_Parts_submitted_ThRS2-Venus.png" align="left" style="padding: 10px;"/>
 +
                             
 +
                                  <p>This is a theophylline riboswitch clone 12.1 (Lynch and Gallivan NAR 2009) fusion with the Venus reporter BBa_K354002. This part regulates the expression of venus in a substrate-dependent fashion through an RNA aptamer specific to the antibiotic theophylline.
 +
</p>
</div>
</div>
-
</html>
+
<a href="#Top">Back to Top</a>
 +
<br/>
 +
<p id ="mRFP1 C-fusion">
 +
<div data-dojo-type="dijit.TitlePane" data-dojo-props="title:'mCherry (mRFP1) C-Fusion'">
 +
<image src="https://static.igem.org/mediawiki/2011/d/da/Wits_Parts_submitted_mRFP1_C-fusion.png" align="left" style="padding: 10px;"/>
 +
                             
 +
                                  <p>This BioBrick represents a C-terminal fusion part. The part contains a standard suffix and a “assembly standard 25” prefix (Freiburg Fusions/ RFC 25). This version of the mRFP reporter (BBa_E1010) has the standard BioBrick suffix and prefix. The standard Biobrick prefix, however, is followed by another restriction site – specific for NgoMIV (which forms the Freiburg fusion prefix). The part lacks an ATG start codon (provided by N-terminal part). It can therefore be fused to any gene in a modular fashion via the modular construction strategy of protein fusion developed by the Freiburg 2007 team.
 +
</p>
 +
</div>
 +
<a href="#Top">Back to Top</a>
 +
<br/>
 +
<p id ="Venus C-fusion">
 +
<div data-dojo-type="dijit.TitlePane" data-dojo-props="title:'Venus C-Fusion'">
 +
<image src="https://static.igem.org/mediawiki/2011/a/aa/Wits_Parts_submitted_Venus-C-fusion.png" align="left" style="padding: 10px;"/>     
 +
                                  <p>This BioBrick represents a C-terminal fusion part. The part contains a standard suffix and a “assembly standard 25” prefix (Freiburg Fusions/ RFC 25). This version of the Venus Fluorescent reporter (BBa_K354002) has the standard BioBrick suffix and prefix. The standard Biobrick prefix, however, is followed by another restriction site – specific for NgoMIV (which forms the Freiburg fusion prefix). The part lacks an ATG start codon (provided by N-terminal part). It can therefore be fused to any gene in a modular fashion via the modular construction strategy of protein fusion developed by the Freiburg 2007 team.
 +
</p>
 +
</div>
 +
<a href="#Top">Back to Top</a>
 +
<br/>
 +
<p id ="RBS CheZ N-fusion">
 +
<div data-dojo-type="dijit.TitlePane" data-dojo-props="title:'RBS CheZ N-Fusion'">
 +
<image src="https://static.igem.org/mediawiki/2011/8/8c/Wits_Parts_submitted_RBS-CheZ.png" align="left" style="padding: 10px;"/> 
 +
                             
 +
                                  <p>The RBS CheZ- Fusion BioBrick consists of a RBS fused to the E. coli CheZ motility factor that lacks a stop codon at the N-terminus (although a TAG stop codon is provided by the RFC 25 suffix). CheZ in this part contains the standard BioBrick prefix and the Freiburg (2007) fusion suffix. The N-terminal part can be fused to a reporter or other CDS. Using this BioBrick, CheZ is constitutively expressed.</p>
 +
<p>CheZ is the chief regulator of the molecular events that lead the counter clockwise rotation of the flagella motor during the chemotaxis signal transduction pathway of E.coli. This counter clockwise flagella motor rotation results in bacterial swimming (instead of tumbling).</p>
 +
</p>
 +
</div>
 +
<a href="#Top">Back to Top</a>
 +
<br/>
-
<!-- *** End of the alert box *** -->
+
<p id ="Atrazine Riboswitch-mRFP">
 +
<div data-dojo-type="dijit.TitlePane" data-dojo-props="title:'Atrazine Riboswitch-mRFP'">
 +
<image src="https://static.igem.org/mediawiki/2011/1/17/Wits_Parts_submitted_AtRS-mRFP1.png" align="left" style="padding: 10px;"/>
 +
                             
 +
                                  <p>This part consists of an atrazine-sensitive riboswitch, developed by Sinha et al (2010), detached from its associated translation unit (coding region) and fused to mRFP1 fluorescent reporter (BBa_J61100). This part regulates the expression of mRFP in an atrazine-dependent fashion through an atrazine-specific RNA aptamer.</p>
 +
</p>
 +
</div>
 +
<a href="#Top">Back to Top</a>
 +
<br/>
 +
<p id ="Promoter-Theophylline riboswitch 1-Venus-Double terminator">  
 +
<div data-dojo-type="dijit.TitlePane" data-dojo-props="title:'Promoter-Theophylline riboswitch 1-Venus-Double terminator'">
 +
<image src="https://static.igem.org/mediawiki/2011/2/2f/Wits_Parts_submitted_Pr-thRS1-Venus-dt.png" align="left" style="padding: 10px;"/>
 +
                             
 +
                                  <p>This composite BioBrick begins with a strong, constitutively active promoter of E.coli (BBa_J23119) followed by a theophylline riboswitch 1 (Topp and Gallivan JACS, 2007) which is fused to the Venus fluorescent reporter protein without a stop codon in between. The theophylline riboswitch1-venus fusion was constructed via 2 rounds of PCR. This part ends with a standard double terminator transcriptional terminator for E.coli (BBa_B0015).</p>
 +
</p>
 +
</div>
 +
<a href="#Top">Back to Top</a>
 +
<br/>
 +
<p id ="Promoter-Theophylline riboswitch 2-Venus-Double terminator">
-
{|align="justify"
+
<div data-dojo-type="dijit.TitlePane" data-dojo-props="title:'Promoter-Theophylline riboswitch 2-Venus-Double terminator'">
-
|You can write a background of your team here. Give us a background of your team, the members, etc.  Or tell us more about something of your choosing.
+
<image src="https://static.igem.org/mediawiki/2011/c/ca/Wits_Parts_submitted_Pr-ThRS2-Venus-dt.png" align="left" style="padding: 10px;"/>                             
-
|[[Image:WITS-CSIR_SA_logo.png|200px|right|frame]]
+
                                  <p>This composite BioBrick begins with a strong, constitutively active promoter of E.coli (BBa_J23119) followed by a theophylline riboswitch 2 (Lynch and Gallivan NAR 2009) which is fused to the Venus fluorescent reporter protein without a stop codon in between. The theophylline riboswitch2-venus fusion was constructed via 2 rounds of PCR. This part ends with a standard double terminator transcriptional terminator for E.coli (BBa_B0015).</p>
-
|-
+
-
|
+
-
''Tell us more about your project.  Give us background.  Use this is the abstract of your project.  Be descriptive but concise (1-2 paragraphs)''
+
-
|[[Image:WITS-CSIR_SA_team.png|right|frame|Your team picture]]
+
-
|-
+
-
|
+
-
|align="center"|[[Team:WITS-CSIR_SA | Team Example]]
+
-
|}
+
-
<!--- The Mission, Experiments --->
 
-
{| style="color:#1b2c8a;background-color:#0c6;" cellpadding="3" cellspacing="1" border="1" bordercolor="#fff" width="62%" align="center"
+
</p>
-
!align="center"|[[Team:WITS-CSIR_SA|Home]]
+
</div>
-
!align="center"|[[Team:WITS-CSIR_SA/Team|Team]]
+
<a href="#Top">Back to Top</a>
-
!align="center"|[https://igem.org/Team.cgi?year=2010&team_name=WITS-CSIR_SA Official Team Profile]
+
<br/>
-
!align="center"|[[Team:WITS-CSIR_SA/Project|Project]]
+
<p id ="Promoter-Theophylline riboswitch 1-CheZ-Venus-Double terminator">
-
!align="center"|[[Team:WITS-CSIR_SA/Parts|Parts Submitted to the Registry]]
+
<div data-dojo-type="dijit.TitlePane" data-dojo-props="title:'Promoter-Theophylline riboswitch 1-CheZ-Venus-Double terminator'">
-
!align="center"|[[Team:WITS-CSIR_SA/Modeling|Modeling]]
+
<center><image src="https://static.igem.org/mediawiki/2011/d/d9/Wits_Parts_submitted_Pr-thRS1-CheZ-Venus-dt.png"></center>                             
-
!align="center"|[[Team:WITS-CSIR_SA/Notebook|Notebook]]
+
                                  <p>This composite BioBrick begins with a strong, constitutively active promoter of E.coli (BBa_J23119) followed by a theophylline riboswitch 1 (Topp and Gallivan JACS 2007) which is fused to CheZ and Venus fluorescent reporter protein without stop codons in between. The Freiberg iGEM 2007 BioBrick 3.0 fusion protein assembly was used to construct this BioBrick. The theophylline riboswitch1-CheZ fusion was constructed via 2 rounds of PCR. This part ends with a standard double terminator transcriptional terminator for E.coli (BBa_B0015).</p>
-
!align="center"|[[Team:WITS-CSIR_SA/Safety|Safety]]
+
-
!align="center"|[[Team:WITS-CSIR_SA/Attributions|Attributions]]
+
-
|}
+
 +
</p>
 +
</div>
 +
<a href="#Top">Back to Top</a>
 +
<br/>
 +
<p id ="Promoter-Theophylline riboswitch 2-CheZ-Venus-Double terminator">
 +
<div data-dojo-type="dijit.TitlePane" data-dojo-props="title:'Promoter-Theophylline riboswitch 2-CheZ-Venus-Double terminator'">
 +
<center><image src="https://static.igem.org/mediawiki/2011/8/8e/Wits_Pr-thRS2-CheZ-Venus-dt.png"></center>                               
 +
                                  <p>This composite BioBrick begins with a strong, constitutively active promoter of E.coli (BBa_J23119) followed by a theophylline riboswitch 2 (Lynch and Gallivan NAR 2009) which is fused to CheZ and Venus fluorescent reporter protein without stop codons in between. The Freiberg iGEM 2007 BioBrick 3.0 fusion protein assembly was used to construct this BioBrick. The theophylline riboswitch2-CheZ fusion was constructed via 2 rounds of PCR. This part ends with a standard double terminator transcriptional terminator for E.coli (BBa_B0015).</p>
-
===Parts===
 
-
New for iGEM 2010 is the ''groupparts'' tag.  This tag will generate a table with all of the parts that your team adds to your team sandbox.  Note that if you want to document a part you need to document it on the [http://partsregistry.org Registry], not on your team wiki.
+
</div>
 +
<a href="#Top">Back to Top</a>
 +
<br/>
-
<groupparts>iGEM010 WITS-CSIR_SA</groupparts>
+
<p id ="Promoter-RBS-CheZ-Venus-Double terminator">  
 +
<div data-dojo-type="dijit.TitlePane" data-dojo-props="title:'Promoter-RBS-CheZ-Venus-Double terminator'">
 +
<center><image src="https://static.igem.org/mediawiki/2011/8/85/Wits_Parts_submitted_Pr-RBS-CheZ-Venus-dt.png"></center>                                         
 +
                                  <p>This composite BioBrick begins with a strong, constitutively active promoter of E.coli (BBa_J23119) followed by an RBS which is fused to CheZ and Venus fluorescent reporter protein without stop codons in between. The Freiberg iGEM 2007 BioBrick 3.0 fusion protein assembly was used to construct this BioBrick. The RBS-CheZ fusion was constructed via PCR. This part ends with a standard double terminator transcriptional terminator for E.coli (BBa_B0015)
 +
</p>
 +
</div>
 +
<a href="#Top">Back to Top</a>
 +
<br/>
 +
<p id ="Promoter-Atrazine riboswitch-mCherry-Double terminator">
 +
<div data-dojo-type="dijit.TitlePane" data-dojo-props="title:'Promoter-Atrazine riboswitch-mCherry-Double terminator'">
 +
<image src="https://static.igem.org/mediawiki/2011/4/43/Wits_Parts_submitted_Pr-AtRS-mRFP-dt.png" align="left" style="padding: 10px;"/>                             
 +
                                  <p>This composite BioBrick begins with a strong, constitutively active promoter of E.coli (BBa_J23119) followed by an atrazine riboswitch riboswitch (Sinha et al, 2010) which is fused to the monomeric Red fluorescent reporter protein without a stop codon in between. The atrazine riboswitch-mRFP fusion was constructed via 2 rounds of PCR. This part ends with a standard double terminator transcriptional terminator for E.coli (BBa_B0015).
 +
</p>
 +
</div>
 +
<a href="#Top">Back to Top</a>
 +
<br/>
 +
<p id ="Promoter-Atrazine riboswitch-CheZ-mCherry-Double terminator">
 +
<div data-dojo-type="dijit.TitlePane" data-dojo-props="title:'Promoter-Atrazine riboswitch-CheZ-mRFP-Double terminator'">
 +
<center><image src="https://static.igem.org/mediawiki/2011/c/c9/Wits_Parts_submitted_Pr-AtRS-CheZ-mRFP-dt.png"></center>                             
 +
                                                       
 +
                                  <p>This composite BioBrick begins with a strong, constitutively active promoter of E.coli (BBa_J23119) followed by an atrazine riboswitch riboswitch (Sinha et al, 2010) which is fused to CheZ and monomeric Red fluorescent reporter protein without stop codons in between. The Freiberg iGEM 2007 BioBrick 3.0 fusion protein assembly was used to construct this BioBrick. The atrazine riboswitch-CheZ fusion was constructed via PCR. This part ends with a standard double terminator transcriptional terminator for E.coli (BBa_B0015).
 +
</p>
 +
</div>
 +
<a href="#Top">Back to Top</a>
 +
<br/>
 +
<p id ="Promoter-RBS-CheZ-mCherry-Double terminator">
 +
 
 +
<div data-dojo-type="dijit.TitlePane" data-dojo-props="title:'Promoter-RBS-CheZ-mCherry-Double terminator'">
 +
<center><image src="https://static.igem.org/mediawiki/2011/5/52/Wits_Pr-RBS-CheZ-mRFP-dt.png"></center>                             
 +
                                  <p>This composite BioBrick begins with a strong, constitutively active promoter of This composite BioBrick begins with a strong, constitutively active promoter of E.coli (BBa_J23119) followed by an RBS which is fused to CheZ and monomeric Red fluorescent reporter protein (mRFP) without stop codons in between. The Freiberg iGEM 2007 BioBrick 3.0 fusion protein assembly was used to construct this BioBrick. The RBS-CheZ fusion was constructed via PCR. This part ends with a standard double terminator transcriptional terminator for E.coli (BBa_B0015).
 +
</p>
 +
</div>
 +
<a href="#Top">Back to Top</a>
 +
<br/>     
 +
 
 +
<p id ="lox66">
 +
 
 +
<div data-dojo-type="dijit.TitlePane" data-dojo-props="title:'lox66'">
 +
                             
 +
                                  <p>lox66 is a site specific recombination cassette. It belongs to the loxP family frequently used in genetics, particularily in mouse genetics.
 +
lox site recombination is catalysed by a Site specific recombinase, Cre.
 +
lox sequences are composed of an 8 bp Core sequence surrounded by two Arms.
 +
The particularity of lox66 is that it has an altered sequence at the end of it's left arm compared to loxP. This sequence variation reduces affinity of the Cre recombinase for the arm. As a consequence, after a recombination between a lox66 and a lox71 (altered right arm sequence), one of the two resulting generated lox sites has very low recombination potential as it inherited both mutated arms. Use of lox66 & lox71 sites is potentially interresting when the recombination reaction must be "irreversible".
 +
</p>
 +
</div>
 +
<a href="#Top">Back to Top</a>
 +
<br/>     
 +
 
 +
<p id ="lox71">
 +
 
 +
<div data-dojo-type="dijit.TitlePane" data-dojo-props="title:'lox71'">
 +
                             
 +
                                  <p>Lox71 is a site specific recombination cassette. It belongs to the loxP family frequently used in genetics, particularly in mouse genetics.
 +
lox site recombination is catalysed by a Site specific recombinase, Cre.
 +
lox sequences are composed of an 8 bp Core sequence surrounded by two Arms.
 +
The particularity of lox66 is that it has an altered sequence at the end of it's left arm compared to loxP. This sequence variation reduces affinity of the Cre recombinase for the arm. As a consequence, after a recombination between a lox71 and a lox66 (altered right arm sequence), one of the two resulting generated lox sites has very low recombination potential as it inherited both mutated arms. Use of lox71 & lox66 sites is potentially interesting when the recombination reaction must be "irreversible".
 +
</p>
 +
</div>
 +
<a href="#Top">Back to Top</a>
 +
<br/>     
 +
                         
 +
                        </div>
 +
 
 +
                           
 +
 
 +
                            </div>
 +
                        </div>
 +
                    </div>
 +
                </div>
 +
            </div>
 +
</div>
 +
        <div data-dojo-type="dijit.layout.ContentPane" data-dojo-props="region: 'bottom'"
 +
            class="footerBox" style="background-color: #ffffff;">
 +
        </div>
 +
    </div>
 +
    <script type="text/javascript">
 +
        dojo.ready(function () {
 +
            $('#globalWrapper').hide();
 +
            $('.container').appendTo('body');
 +
            $('.left-menu').prependTo('body').css('z-index', 100);
 +
            $('#footer-box').appendTo('div.footerBox');
 +
            $('.left-menu li:last').remove();
 +
            $('.right-menu').prependTo('body').css('z-index', 100);
 +
 
 +
            $('body').addClass('claro');
 +
 
 +
            $.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>
 +
</body>
 +
</html>

Latest revision as of 19:40, 28 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

Parts Submitted

Click on the part number to go to the associated registry page. Click on the part name for a brief description of the part.

Favourites Part Number Part Name Part Length Sent
Datasheet
BBa_K537001 Theophylline riboswitch 1 - CheZ 698bp
Datasheet
BBa_K537002 Theophylline riboswitch 2 - CheZ 702bp
BBa_K537000 Atrazine riboswitch-CheZ 730bp
Datasheet
BBa_K537003 Theophylline riboswitch 1- Venus 780bp
BBa_K537004 Theophylline riboswitch 2- Venus 781bp
BBa_K537005 mRFP1 C-fusion 679bp
BBa_K537006 Venus C-fusion 721bp
BBa_K537007 RBS CheZ N-fusion 658bp
BBa_K537008 Atrazine Riboswitch-mRFP 658bp
BBa_K537009 Promoter-Theophylline riboswitch 1-Venus-Double terminator 960bp
BBa_K537010 Promoter-Theophylline riboswitch 2-Venus-Double terminator 961bp
BBa_K537011 Promoter-Theophylline riboswitch 1-CheZ-Venus-Double terminator 1583bp
BBa_K537012 Promoter-Theophylline riboswitch 2-CheZ-Venus-Double terminator 1587bp
BBa_K537013 Promoter-RBS-CheZ-Venus-Double terminator 1543bp
BBa_K537014 Promoter-Atrazine riboswitch-mCherry-Double terminator 946bp
BBa_K537015 Promoter-Atrazine riboswitch-CheZ-mCherry-Double terminator 1570bp
BBa_K537016 Promoter-RBS-CheZ-mCherry-Double terminator 1501bp
BBa_K537019 lox66 34bp
BBa_K537020 lox71 34bp


This DNA part will encode for an RNA riboswitch senstive to theophylline. The RBS is not exposed in the absence of theophylline. When theophylline is present, it binds to the riboswitch and causes a conformational change which leads to the exposure of the RBS and consequently translation of the adjoining gene. In this case, the gene which will be expressed is CheZ, which is a protein fundamental to bacterial movement. This theophylline riboswitch (type1) CheZ fusion BioBrick activates the expression of the CheZ gene in a theophylline-dependent fashion. It is composed of a theophylline-sensitive riboswitch clone 8.1 (Topp and Gallivan JACS 2007; BBa_K249026 and BBa_K411001) that is detached from its associated translation unit (coding region) and fused to a CheZ gene which has a N-fusion prefix and lacks a stop codon (although a TAG stop codon is provided by the RFC 25 suffix). The riboswitch regulated N-terminal part can be fused to a reporter or other CDS.

CheZ is the chief regulator of the molecular events that lead the counter clockwise rotation of the flagella motor during the chemotaxis signal transduction pathway of E.coli. This counter clockwise flagella motor rotation results in bacterial swimming (instead of tumbling) in the presence of a chemoattractant (in this case, theophylline).

Back to Top

This DNA part will encode for an RNA riboswitch senstive to theophylline. When no theophylline is present, the RBS within the riboswitch sequence is not exposed to translation machinery. When theophylline is present, it binds to the riboswitch and causes a conformational change which results in the RBS being exposed. This allows for the translation of the adjoining gene. In this case, the gene which will be expressed is CheZ - a fundamental protein in the signalling cascade of bacterial chemotaxis.

This theophylline riboswitch 2- CheZ fusion BioBrick activates the expression of the CheZ gene in a theophylline-dependent fashion. It consists of a newly improved theophylline riboswitch clone 12.1 (Lynch and Gallivan NAR 2009) that is detached from its associated translation unit (coding region) and fused to a CheZ gene which has a N-fusion prefix and lacks a stop codon (although a TAG stop codon is provided by the RFC 25 suffix). The riboswitch regulated N-terminal part can be fused to a reporter or other CDS.

CheZ is the chief regulator of the molecular events that lead the counter clockwise rotation of the flagella motor during the chemotaxis signal transduction pathway of E.coli. This counter clockwise flagella motor rotation results in bacterial swimming (instead of tumbling) in the presence of a chemoattractant (in this case, theophylline).

Back to Top

When no atrazine is present, the RBS within the riboswitch sequence is not exposed to translation machinery. When atrazine is present, it binds to the riboswitch and causes a conformational change which results in the RBS being exposed. This allows for the translation of the adjoining gene. In this case, the gene which will be expressed is CheZ - a fundamental protein in the signalling cascade of bacterial chemotaxis. This riboswitch-CheZ fusion BioBrick regulates the expression of the CheZ gene in an atrazine-dependent fashion. It is composed of an atrazine-sensitive riboswitch, developed by Sinha et al (2010), which is detached from its associated translation unit (coding region) and fused to a CheZ gene which has the Freiburg N-fusion prefix and lacks a stop codon. While it is possible to fuse the riboswitch to the CheZ coding region by standard BioBrick assembly techniques, this approach was not used as it would increase the distance between the RBS and the ATG start codon and potentially decrease the efficiency of the riboswitch. This was shown in the work of the Taipei 2010 team who used this approach for a theophylline riboswitch. The riboswitch and the adjacent CheZ coding region are considered together and should be cloned together. CheZ is the chief regulator of the molecular events that lead the counter clockwise rotation of the flagella motor during the Chemotaxis signal transduction pathway of E.coli. This counter clockwise flagella motor rotation results in bacterial swimming (instead of tumbling) in the presence of a chemoattractant (in this case atrazine).

Back to Top

This part regulates the expression of venus in a theophylline-dependent fashion through an RNA aptamer specific to theophylline. This theophylline riboswitch 1 biobrick activates the expression of the Venus fluorescent protein in a theophylline-dependent fashion. It is composed of a theophylline sensitive riboswitch clone 8.1 (Topp and Gallivan JACS 2007; BBa_K249026 and BBa_K411001) fused upstream to an adjacent Venus coding region.

Back to Top

This is a theophylline riboswitch clone 12.1 (Lynch and Gallivan NAR 2009) fusion with the Venus reporter BBa_K354002. This part regulates the expression of venus in a substrate-dependent fashion through an RNA aptamer specific to the antibiotic theophylline.

Back to Top

This BioBrick represents a C-terminal fusion part. The part contains a standard suffix and a “assembly standard 25” prefix (Freiburg Fusions/ RFC 25). This version of the mRFP reporter (BBa_E1010) has the standard BioBrick suffix and prefix. The standard Biobrick prefix, however, is followed by another restriction site – specific for NgoMIV (which forms the Freiburg fusion prefix). The part lacks an ATG start codon (provided by N-terminal part). It can therefore be fused to any gene in a modular fashion via the modular construction strategy of protein fusion developed by the Freiburg 2007 team.

Back to Top

This BioBrick represents a C-terminal fusion part. The part contains a standard suffix and a “assembly standard 25” prefix (Freiburg Fusions/ RFC 25). This version of the Venus Fluorescent reporter (BBa_K354002) has the standard BioBrick suffix and prefix. The standard Biobrick prefix, however, is followed by another restriction site – specific for NgoMIV (which forms the Freiburg fusion prefix). The part lacks an ATG start codon (provided by N-terminal part). It can therefore be fused to any gene in a modular fashion via the modular construction strategy of protein fusion developed by the Freiburg 2007 team.

Back to Top

The RBS CheZ- Fusion BioBrick consists of a RBS fused to the E. coli CheZ motility factor that lacks a stop codon at the N-terminus (although a TAG stop codon is provided by the RFC 25 suffix). CheZ in this part contains the standard BioBrick prefix and the Freiburg (2007) fusion suffix. The N-terminal part can be fused to a reporter or other CDS. Using this BioBrick, CheZ is constitutively expressed.

CheZ is the chief regulator of the molecular events that lead the counter clockwise rotation of the flagella motor during the chemotaxis signal transduction pathway of E.coli. This counter clockwise flagella motor rotation results in bacterial swimming (instead of tumbling).

Back to Top

This part consists of an atrazine-sensitive riboswitch, developed by Sinha et al (2010), detached from its associated translation unit (coding region) and fused to mRFP1 fluorescent reporter (BBa_J61100). This part regulates the expression of mRFP in an atrazine-dependent fashion through an atrazine-specific RNA aptamer.

Back to Top

This composite BioBrick begins with a strong, constitutively active promoter of E.coli (BBa_J23119) followed by a theophylline riboswitch 1 (Topp and Gallivan JACS, 2007) which is fused to the Venus fluorescent reporter protein without a stop codon in between. The theophylline riboswitch1-venus fusion was constructed via 2 rounds of PCR. This part ends with a standard double terminator transcriptional terminator for E.coli (BBa_B0015).

Back to Top

This composite BioBrick begins with a strong, constitutively active promoter of E.coli (BBa_J23119) followed by a theophylline riboswitch 2 (Lynch and Gallivan NAR 2009) which is fused to the Venus fluorescent reporter protein without a stop codon in between. The theophylline riboswitch2-venus fusion was constructed via 2 rounds of PCR. This part ends with a standard double terminator transcriptional terminator for E.coli (BBa_B0015).

Back to Top

This composite BioBrick begins with a strong, constitutively active promoter of E.coli (BBa_J23119) followed by a theophylline riboswitch 1 (Topp and Gallivan JACS 2007) which is fused to CheZ and Venus fluorescent reporter protein without stop codons in between. The Freiberg iGEM 2007 BioBrick 3.0 fusion protein assembly was used to construct this BioBrick. The theophylline riboswitch1-CheZ fusion was constructed via 2 rounds of PCR. This part ends with a standard double terminator transcriptional terminator for E.coli (BBa_B0015).

Back to Top

This composite BioBrick begins with a strong, constitutively active promoter of E.coli (BBa_J23119) followed by a theophylline riboswitch 2 (Lynch and Gallivan NAR 2009) which is fused to CheZ and Venus fluorescent reporter protein without stop codons in between. The Freiberg iGEM 2007 BioBrick 3.0 fusion protein assembly was used to construct this BioBrick. The theophylline riboswitch2-CheZ fusion was constructed via 2 rounds of PCR. This part ends with a standard double terminator transcriptional terminator for E.coli (BBa_B0015).

Back to Top

This composite BioBrick begins with a strong, constitutively active promoter of E.coli (BBa_J23119) followed by an RBS which is fused to CheZ and Venus fluorescent reporter protein without stop codons in between. The Freiberg iGEM 2007 BioBrick 3.0 fusion protein assembly was used to construct this BioBrick. The RBS-CheZ fusion was constructed via PCR. This part ends with a standard double terminator transcriptional terminator for E.coli (BBa_B0015)

Back to Top

This composite BioBrick begins with a strong, constitutively active promoter of E.coli (BBa_J23119) followed by an atrazine riboswitch riboswitch (Sinha et al, 2010) which is fused to the monomeric Red fluorescent reporter protein without a stop codon in between. The atrazine riboswitch-mRFP fusion was constructed via 2 rounds of PCR. This part ends with a standard double terminator transcriptional terminator for E.coli (BBa_B0015).

Back to Top

This composite BioBrick begins with a strong, constitutively active promoter of E.coli (BBa_J23119) followed by an atrazine riboswitch riboswitch (Sinha et al, 2010) which is fused to CheZ and monomeric Red fluorescent reporter protein without stop codons in between. The Freiberg iGEM 2007 BioBrick 3.0 fusion protein assembly was used to construct this BioBrick. The atrazine riboswitch-CheZ fusion was constructed via PCR. This part ends with a standard double terminator transcriptional terminator for E.coli (BBa_B0015).

Back to Top

This composite BioBrick begins with a strong, constitutively active promoter of This composite BioBrick begins with a strong, constitutively active promoter of E.coli (BBa_J23119) followed by an RBS which is fused to CheZ and monomeric Red fluorescent reporter protein (mRFP) without stop codons in between. The Freiberg iGEM 2007 BioBrick 3.0 fusion protein assembly was used to construct this BioBrick. The RBS-CheZ fusion was constructed via PCR. This part ends with a standard double terminator transcriptional terminator for E.coli (BBa_B0015).

Back to Top

lox66 is a site specific recombination cassette. It belongs to the loxP family frequently used in genetics, particularily in mouse genetics. lox site recombination is catalysed by a Site specific recombinase, Cre. lox sequences are composed of an 8 bp Core sequence surrounded by two Arms. The particularity of lox66 is that it has an altered sequence at the end of it's left arm compared to loxP. This sequence variation reduces affinity of the Cre recombinase for the arm. As a consequence, after a recombination between a lox66 and a lox71 (altered right arm sequence), one of the two resulting generated lox sites has very low recombination potential as it inherited both mutated arms. Use of lox66 & lox71 sites is potentially interresting when the recombination reaction must be "irreversible".

Back to Top

Lox71 is a site specific recombination cassette. It belongs to the loxP family frequently used in genetics, particularly in mouse genetics. lox site recombination is catalysed by a Site specific recombinase, Cre. lox sequences are composed of an 8 bp Core sequence surrounded by two Arms. The particularity of lox66 is that it has an altered sequence at the end of it's left arm compared to loxP. This sequence variation reduces affinity of the Cre recombinase for the arm. As a consequence, after a recombination between a lox71 and a lox66 (altered right arm sequence), one of the two resulting generated lox sites has very low recombination potential as it inherited both mutated arms. Use of lox71 & lox66 sites is potentially interesting when the recombination reaction must be "irreversible".

Back to Top

Retrieved from "http://2011.igem.org/Team:WITS-CSIR_SA/Parts"