|
|
Line 2: |
Line 2: |
| {{Team:USTC-China/temp/bar}} | | {{Team:USTC-China/temp/bar}} |
| <html> | | <html> |
- | <html>
| |
- | <!-- All scripting and markup for the wiki by iGEM Groningen is under MIT licence:
| |
| | | |
- | Copyright (c) 2010 Joël Kuiper and iGEM Groningen
| |
- |
| |
- | Permission is hereby granted, free of charge, to any person obtaining a copy
| |
- | of this software and associated documentation files (the "Software"), to deal
| |
- | in the Software without restriction, including without limitation the rights
| |
- | to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
| |
- | copies of the Software, and to permit persons to whom the Software is
| |
- | furnished to do so, subject to the following conditions:
| |
- |
| |
- | The above copyright notice and this permission notice shall be included in
| |
- | all copies or substantial portions of the Software.
| |
- |
| |
- | THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
| |
- | IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
| |
- | FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
| |
- | AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
| |
- | LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
| |
- | OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
| |
- | THE SOFTWARE.
| |
- |
| |
- | -->
| |
- |
| |
- |
| |
- |
| |
- |
| |
- |
| |
- |
| |
- | <script type="text/javascript">
| |
- | function ucfirst(str) {
| |
- | var firstLetter = str.substr(0, 1);
| |
- | return firstLetter.toUpperCase() + str.substr(1);
| |
- | }
| |
- |
| |
- | $(document).ready(function() {
| |
- | $("#contentWrapper").css('height', $("#otherContent").outerHeight() + "px");
| |
- | $("ul#topnav li").hover(function() {
| |
- | $(this).css({ 'background' : '#1376c9 url(https://static.igem.org/mediawiki/2010/2/29/Groningen_topnav_active.gif) repeat-x'});
| |
- | $(this).find("span").show();
| |
- | } , function() {
| |
- | $(this).css({ 'background' : 'none'}); //on hover out...
| |
- | $(this).find("span").hide();
| |
- | });
| |
- |
| |
- | });
| |
- |
| |
- | $.address.change(function (event) {
| |
- |
| |
- | var page = event.path.substring(1);
| |
- | if(page == "") { page = 'home'; }
| |
- |
| |
- | $(".ajaxWrapper").html("");
| |
- | var url = wgServer + "/Team:Groningen/" + ucfirst(page) + "?action=render";
| |
- | $.get(url, function(data) {
| |
- | $(".ajaxWrapper").html(data);
| |
- | $("#contentWrapper").css('height', $("#otherContent").outerHeight() + "px");
| |
- | });
| |
- | });
| |
- | </script>
| |
- |
| |
- | <div id="overallMask">
| |
- | <div id="headerWrapper">
| |
- | <a href="https://2010.igem.org/Main_Page"><img src="https://static.igem.org/mediawiki/2010/f/f6/LogoGroningen.png" alt="iGEM Groningen 2010" title="Back to iGEM Main Page"></a>
| |
- | <p style="float: right; margin-right: 30px">
| |
- | Hydrophobofilm<br>
| |
- |
| |
- | </p>
| |
- | </div>
| |
| <body> | | <body> |
| | | |
So far we have been working on assembling '''self-organized bacteria''' by creatively combining riboswitches finely tuned by small molecules and toggle switches pushed on and off while memorizing current state. By 3 weeks’ hard work, prelimilary goals have been successfully accomplished and reviewed to develop further research into bacteria’s self-organized movement through standardizing connecting parts for more small molecules and providing variable approaches for bacteria to be self-organized.
Except from experiment, members of our team have been working on a database for small molecules and corresponding genomic sequences and structures in guiding bacteria. Moreover, we are aiming at building detailed modles for bacteria’s self-organized movement.