Team:Cambridge/ProjectBioluminescenceNew

From 2010.igem.org

(Difference between revisions)
Line 25: Line 25:
</script>
</script>
-
<script type="text/javascript">
 
-
             
 
-
            var tabs,
 
-
                overview = 'Description';
 
-
                linkSelector = '#tabs ul:first a',
 
-
                contentSelector = '#tabs div:first',
 
-
                currentSelector = function(value) {
 
-
                    return 'a[href=#' + value + ']';
 
-
                };
 
-
           
 
-
            if ($.address.value() == '') {
 
-
                $.address.value(overview);
 
-
            }
 
-
           
 
-
            // Address handler
 
-
            $.address.init(function(event) {
 
-
 
-
                // Adds the ID in a lazy manner to prevent scrolling
 
-
                $(contentSelector).attr('id', overview);
 
-
               
 
-
                // Tabs setup
 
-
                tabs = $('#tabs')
 
-
                    .tabs({
 
-
                        // Content filter
 
-
                        load: function(event, ui) {
 
-
                            $(ui.panel).html($(contentSelector, ui.panel).html());
 
-
                        },
 
-
                        selected: $(linkSelector).index($(currentSelector(event.value))),
 
-
                        fx: { opacity: 'toggle' }
 
-
                    })
 
-
                    .css('display', 'block');
 
-
 
-
                // Enables the plugin for all the tab links
 
-
                $(linkSelector).address();
 
-
           
 
-
            }).change(function(event) {
 
-
 
-
                // Sets the page title
 
-
                $.address.title($.address.title().split(' | ')[0] + ' | ' +
 
-
                        $(currentSelector(event.value)).text());
 
-
 
-
            }).externalChange(function(event) {
 
-
 
-
                // Select the proper tab
 
-
                tabs.tabs('select', $(currentSelector(event.value)).attr('href'));
 
-
               
 
-
            }).history(true);
 
-
 
-
            // Hides the tabs during initialization
 
-
            document.write('<style type="text/css"> #tabs { display: none; } </style>');
 
-
           
 
-
        </script>
 
      
      
-
<div id="tabs" align="center">
+
<div align="center">
<ul class="llhmenu">
<ul class="llhmenu">
-
<li><a href="#Description" title="Description">Project Description</a></li>
+
<li><a href="#Description" title="/Team:Cambridge/ProjectBioluminescenceNew/Luciferase">Project Description</a></li>
<li><a href="/Team:Cambridge/ProjectBioluminescenceNew/Luciferase" title="Luciferase">Luciferase</a></li>
<li><a href="/Team:Cambridge/ProjectBioluminescenceNew/Luciferase" title="Luciferase">Luciferase</a></li>
<li><a href="/Team:Cambridge/ProjectBioluminescenceNew/Recovery">Luciferin Recovery</a></li>
<li><a href="/Team:Cambridge/ProjectBioluminescenceNew/Recovery">Luciferin Recovery</a></li>
Line 89: Line 37:
<li><a href="/Team:Cambridge/ProjectBioluminescenceNew/Modelling">Modelling</a></li>
<li><a href="/Team:Cambridge/ProjectBioluminescenceNew/Modelling">Modelling</a></li>
</ul>
</ul>
-
<div>
+
</div>
 +
</html>
 +
 
=Bioluminescence=
=Bioluminescence=
We aim to produce a strain of bacteria that can produce a sustained and visible to the human eye light output. We have two aims in mind:
We aim to produce a strain of bacteria that can produce a sustained and visible to the human eye light output. We have two aims in mind:
Line 97: Line 47:
===Lighting===
===Lighting===
Ideally we will be able to increase the efficiency of the luciferase reaction such that not only is the reaction visible to the human eye, but enough to illuminate with sufficient quantity of bacteria. Having optimised the system in bacteria and completed the luciferase cycle, we would attempt to transfer this system into plants for use on highways and in homes.
Ideally we will be able to increase the efficiency of the luciferase reaction such that not only is the reaction visible to the human eye, but enough to illuminate with sufficient quantity of bacteria. Having optimised the system in bacteria and completed the luciferase cycle, we would attempt to transfer this system into plants for use on highways and in homes.
-
</div>
 
-
</div>
 
-
</html>
 
-
 
-
 
{{:Team:Cambridge/Templates/footerprototype}}
{{:Team:Cambridge/Templates/footerprototype}}

Revision as of 14:43, 29 July 2010