Team:Cambridge/TEST1

From 2012.igem.org

(Difference between revisions)
 
(72 intermediate revisions not shown)
Line 1: Line 1:
<html>
<html>
-
<script type="text/javascript" src='/Team:Cambridge/static/hack.js?action=raw&ctype=text/javascript'></script>
+
 
-
<noscript>
+
<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.2/jquery.min.js"></script>
-
<link rel='stylesheet' type='text/css' href='/Team:Cambridge/static/wiki.css?action=raw&ctype=text/css' />  
+
 
-
<link rel='stylesheet' type='text/css' href='/Team:Cambridge/static/hack.css?action=raw&ctype=text/css' />
+
<style type ='text/css'>
-
</noscript>
+
/* Wiki Hacks - START */
 +
/* Author: Pieter van Boheemen */
 +
/* Team: TU Delft */
 +
#globalWrapper { background-color: transparent; border: none; margin: 0; padding: 0; width: 100%; height:100%;}
 +
#content { background-color: transparent; border: none; padding: 0; margin: 0; width: 100%; overflow: scroll; height:100%;}
 +
#bodyContent { border: none; padding:0; margin:0; width:100%; height:100%;}
 +
#top-section { height: 15px; margin: 0px; margin-left: auto; margin-right: auto; margin-bottom: 0 !important;
 +
padding:0; border: none; font-size: 10px;}
 +
#p-logo { height:1px; overflow:scroll; display: none;}
 +
#search-controls { overflow:hidden; display:block; background: none; position: absolute; top: 100px; right: 40px;}
 +
#footer-box { width: 100%; margin: -10px auto 0 auto; padding: 20px 0;}
 +
.visualClear { display: none; }
 +
#footer { border: none; width: 965px; margin: 0 auto; padding: 0;}
 +
.firstHeading { display: none;}
 +
#f-list a { color: #333; font-size: 10px;}
 +
#f-list a:hover { color: #666;}
 +
.printfooter { display: none; }
 +
#footer ul { margin: 0; padding: 0;}
 +
#footer ul li { margin-top: 0; margin-bottom: 0; margin-left: 10px; margin-right: 10px; padding: 0;}
 +
#search-controls { display:none; }
 +
h3#siteSub { display: none;}
 +
#contentSub {display: none;}
 +
p:first-child { display: none;}
 +
/* Wiki Hacks - END */
 +
</style>
 +
 
 +
<link rel='stylesheet' type='text/css' href='/Team:Cambridge/static/wiki_splash.css?action=raw&ctype=text/css'/>
 +
 
 +
<script type="text/javascript">
 +
$(document).ready(function() {
 +
 
 +
$('.splash_over').css("display","none");
 +
 
 +
$('#HP').mouseover(function() {
 +
$('#HP').css("background", "url('https://static.igem.org/mediawiki/2012/c/ce/CAMV2_HP.jpg') no-repeat");
 +
$('#HP h8').css("background-color","white");
 +
$('#HP h9').css("background-color","white");
 +
$('#HP h9').css("color","black");
 +
});
 +
 +
    $('#HP').mouseleave(function() {
 +
$('#HP').css("background-image", "none");
 +
$('#HP h8').css("background-color","black");
 +
$('#HP h9').css("background-color","black");
 +
$('#HP h9').css("color","white");
 +
    });
 +
 
 +
$('#OV').mouseover(function() {
 +
$('#OV').css("background", "white no-repeat");
 +
$('#OV h8').css("background-color","white");
 +
$('#OV h8').css("color","black");
 +
$('#OV h9').css("background-color","white");
 +
$('#OV h9').css("color","black");
 +
});
 +
 +
    $('#OV').mouseleave(function() {
 +
$('#OV').css("background", "none");
 +
$('#OV h8').css("background-color","black");
 +
$('#OV h8').css("color","white");
 +
$('#OV h9').css("background-color","black");
 +
$('#OV h9').css("color","white");
 +
    });
 +
 
 +
$('#RS').mouseover(function() {
 +
$('#RS').css("background", "url('https://static.igem.org/mediawiki/2012/9/9e/CAMV2_RS.jpg') no-repeat");
 +
$('#RS h8').css("background-color","white");
 +
$('#RS h9').css("background-color","white");
 +
$('#RS h9').css("color","black");
 +
});
 +
 +
    $('#RS').mouseleave(function() {
 +
$('#RS').css("background-image", "none");
 +
$('#RS h8').css("background-color","black");
 +
$('#RS h9').css("background-color","black");
 +
$('#RS h9').css("color","white");
 +
    });
 +
 
 +
$('#RM').mouseover(function() {
 +
$('#RM').css("background", "url('https://static.igem.org/mediawiki/2012/2/23/CAMV2_RM.JPG') no-repeat");
 +
$('#RM h8').css("background-color","white");
 +
$('#RM h9').css("background-color","white");
 +
$('#RM h9').css("color","black");
 +
});
 +
 +
    $('#RM').mouseleave(function() {
 +
$('#RM').css("background-image", "none");
 +
$('#RM h8').css("background-color","black");
 +
$('#RM h9').css("background-color","black");
 +
$('#RM h9').css("color","white");
 +
    });
 +
 
 +
$('#BL').mouseover(function() {
 +
$('#BL').css("background", "url('https://static.igem.org/mediawiki/2012/e/e1/CAMV2_BL.jpg') no-repeat");
 +
$('#BL h8').css("background-color","white");
 +
$('#BL h9').css("background-color","white");
 +
$('#BL h9').css("color","black");
 +
});
 +
 +
    $('#BL').mouseleave(function() {
 +
$('#BL').css("background-image", "none");
 +
$('#BL h8').css("background-color","black");
 +
$('#BL h9').css("background-color","black");
 +
$('#BL h9').css("color","white");
 +
    });
 +
 
 +
$('#SD').mouseover(function() {
 +
$('#SD').css("background", "url('https://static.igem.org/mediawiki/2012/8/88/CAMV2_SD.jpg') no-repeat");
 +
$('#SD h8').css("background-color","white");
 +
$('#SD h9').css("background-color","white");
 +
$('#SD h9').css("color","black");
 +
});
 +
 +
    $('#SD').mouseleave(function() {
 +
$('#SD').css("background-image", "none");
 +
$('#SD h8').css("background-color","black");
 +
$('#SD h9').css("background-color","black");
 +
$('#SD h9').css("color","white");
 +
    });
 +
 
 +
 
 +
$('#abBox').css("display","none");
 +
 
 +
$('#abstract').click(function() {
 +
$('#abBox').fadeIn(100);
 +
});
 +
 
 +
$('#abstractclose').click(function() {
 +
$('#abBox').fadeOut(100);
 +
});
 +
 +
  });
 +
 
 +
</script>
 +
 
 +
 
 +
<html>
 +
 
 +
 
 +
 
<div id='cam_page'>
<div id='cam_page'>
-
<div id='cam_loading'>
+
 
-
  <div>Loading...</div>
+
<div id='wrapper'>
 +
<div id='top'>
 +
<a href="#">
 +
<div id='abstract_button'>
 +
</div>
 +
</a>
 +
<a href="https://2012.igem.org/Team:Cambridge/Judging" class="cam-external">
 +
<div id='judging_button'>
 +
</div>
 +
</a>
</div>
</div>
 +
<div id='main'>
-
<div id='cam_topbar' class='cam-box'>
+
<div id='HP' class='splash'>
-
<div style='margin: 0px 12px; width:160px; float: left;'>
+
<h8 style='color:#339900;'>Human Practices</h8>
-
<div class='cam-ui-icon cam-ui-icon-igem'></div>
+
<p><h9>THE DRIVING FORCE</h9>
-
<a href='https://2011.igem.org/Main_Page'>
+
<p><h9>Our goal is to standardise the output of biosensors, and to develop a cheap, user-friendly kit to be used in the field</h9>
-
iGEM HQ
+
<p><h9> >>Overview</h9>
-
</a>
+
<p><h9> >>Market Research</h9>
-
</div>
+
<p><h9> >>Outreach & Collaborations</h9>
-
<div style='margin: 0px 12px;float:left;'>
+
<p><h9> >>Future Directions </h9>
-
<div class='cam-ui-icon cam-ui-icon-edit'></div>
+
-
<a id='edit-link' class='cam-external' href='#'>
+
-
Page Source blah
+
-
</a>
+
-
                <div class='cam-ui-icon cam-ui-icon-edit'></div>
+
-
<a id='edit-intro-link' class='cam-external' href='#'>
+
-
Intro Source
+
-
</a>
+
-
</div>
+
-
<div id='cam_login_status' style='margin: 0px 12px;float:right;'>
+
-
  <span id='logged_out'>
+
-
<div class='cam-ui-icon cam-ui-icon-key'></div>
+
-
<a id='login-link' class='cam-external' href='#'>
+
-
Login
+
-
</a>
+
-
  </span>
+
-
  <span id='logged_in' style='display:none;'>
+
-
<div class='cam-ui-icon cam-ui-icon-user'></div>
+
-
<a id='user-link' class='cam-external' href='#'>
+
-
+
-
</a>
+
-
<div class='cam-ui-icon cam-ui-icon-user'></div>
+
-
<a id='account-link' class='cam-external' href='https://igem.org/User_Information'>
+
-
My Account
+
-
</a>
+
-
<div class='cam-ui-icon cam-ui-icon-key'></div>
+
-
<a id='logout-link' class='cam-external' href='/wiki/index.php?title=Special:UserLogout'>
+
-
Logout
+
-
</a>
+
-
  </span>
+
-
</div>
+
</div>
</div>
 +
<div id='OV' class='splash' style='padding-top: 0px;'>
 +
<h8 style='color:#FFFFFF;'>Parts for a Reliable and Field Ready Biosensing Platform</h8>
 +
<p><h9>OVERVIEW</h9>
 +
<p><h9>There are many biosensors available but there is no standard way to deploy them. Many are also non-quantitative and unpredictable. We have been working on a ratiometric luciferase output which can be read by an Arduino device.
 +
This output could be used with theoretically any biosensor. We investigated the potential of riboswitches as future biosensors. We use a B.subtilis chassis as these form low maintenance spores for easy, long-term storage. </h9>
 +
<p><h9> >>Overview</h9>
 +
<p><h9> >>Design Process</h9>
 +
<p><h9> >>Parts</h9>
 +
<p><h9> >>Lab book</h9>
 +
<p><h9> >>Results</h9>
 +
</div>
-
<div id = 'container' class = 'maincontainer'>
+
<div id='RS' class='splash'>
-
<div id = "row1">
+
<h8 style='color:#4682B4;'>RiboSense</h8>
-
<div id="Home" style="background-color:#F0FFFF;height:33.3%;width:33.3%;float:left;">
+
<p><h9>A NOVEL FLUORIDE SENSOR BASED ON A RIBOSWITCH CONSTRUCT</h9>
-
<h1> Home </h1>
+
<p><h9>Riboswitches may well be the biosensor of the future though they are currently under-represented in the registry.</h9>
 +
<p><a href='/Team:Cambridge/Ribosense/Overview'><h9> >>Overview</h9></a>
 +
<p><a href='/Team:Cambridge/Ribosense/DesignProcess'><h9> >>Design Process</h9></a>
 +
<p><a href='/Team:Cambridge/Ribosense/Parts'><h9> >>Parts</h9></a>
 +
<p><a href='/Team:Cambridge/Ribosense/Labbook'><h9> >>Lab book</h9></a>
 +
<p><a href='/Team:Cambridge/Ribosense/Results'><h9> >>Results</h9></a>
</div>
</div>
-
<div id="Outreach" style="background-color:#FFF0FF;height:33.3%;width:33.3%;float:left;">
+
 
-
<h1> Outreach </h1>
+
<div id='RM' class='splash'>
 +
<h8 style='color:#FF9900;'>Ratiometrica</h8>
 +
<p><h9>INVESTIGATING THE POTENTIAL OF RATIOMETRIC REPORTER CONSTRUCTS FOR ACCURATE AND REPRODUCIBLE CHARACTERISATION</h9>
 +
<p><h9>We designed fluorescence and luminescence-based constructs that would function in both E.coli and B.subtilis</h9>
 +
<p><h9> >>Overview</h9>
 +
<p><h9> >>Design Process</h9>
 +
<p><h9> >>Parts</h9>
 +
<p><h9> >>Lab book</h9>
 +
<p><h9> >>Results</h9>
</div>
</div>
-
<div id="Logo" style="background-color:#FFFFF0;height:33.4%;width:33.4%;float:left;">
+
 
-
<h1> Logo </h1>
+
<div id='BL' class='splash'>
 +
<h8 style='color:#FFFF00;'>Biologger</h8>
 +
<p><h9>A CHEAP, ARDUINO-BASED, AUTOMATIC ROTARY RATIOLUMINOMETER</h9>
 +
<p><h9>An open-sourced, open-platform approach relaying easily interpretable information to a user that is an accurate representation of the input processed by a biological device.</h9>
 +
<p><h9> >>Overview</h9>
 +
<p><h9> >>Design Process</h9>
 +
<p><h9> >>Parts</h9>
 +
<p><h9> >>Lab book</h9>
 +
<p><h9> >>Results</h9>
</div>
</div>
 +
 +
<div id='SD' class='splash'>
 +
<h8 style='color:#FF0033;'>Sporage & Distribution</h8>
 +
<p><h9>B. SUBTILIS: LONG TERM, USER-FRIENDLY STORAGE</h9>
 +
<p><h9>We developed and optimised procedures for sporulation and germination.</h9>
 +
<p><h9> >>Overview</h9>
 +
<p><h9> >>Design Process</h9>
 +
<p><h9> >>Parts</h9>
 +
<p><h9> >>Lab book</h9>
 +
<p><h9> >>Results</h9>
</div>
</div>
-
<div id = "row2">
+
 
-
<div id="Project" style="background-color:#00FFFF;height:33.3%;width:33.3%;float:left;">
+
-
<h1> Project </h1>
+
</div>
</div>
-
<div id="Image" style="background-color:#FF00FF;height:33.3%;width:33.3%;float:left;">
+
<div id='bottom'>
-
<h1> Image </h1>
+
<a href= "/Team:Cambridge/Diary/Week_1">
 +
<div id='diary' class='bottom_nav'>
</div>
</div>
-
<div id="Logo" style="background-color:#FFFF00;height:33.4%;width:33.4%;float:left;">
+
</a>
-
<h1> Logo </h1>
+
<a href= "/Team:Cambridge/Protocols">
 +
<div id='protocols' class='bottom_nav'>
</div>
</div>
-
</div><div id = "row3">
+
</a>
-
<div id="Team" style="background-color:#22FFFF;height:33.3%;width:33.3%;float:left;">
+
<a href= "/Team:Cambridge/Team">
-
<h1> Team </h1>
+
<div id='team' class='bottom_nav'>
</div>
</div>
-
<div id="Safety" style="background-color:#FF22FF;height:33.3%;width:33.3%;float:left;">
+
</a>
-
<h1> safety </h1>
+
<a href= "/Team:Cambridge/Sponsors">
 +
<div id='sponsors' class='bottom_nav'>
</div>
</div>
-
<div id="Sponsors" style="background-color:#FFFF22;height:33.4%;width:33.4%;float:left;">
+
</a>
-
<h1> Sponsors </h1>
+
<a href= "/Team:Cambridge/Safety">
 +
<div id='safety' class='bottom_nav'>
</div>
</div>
 +
</a>
 +
<a href= "http://www.facebook.com/CambridgeIgem2012" class="cam-external">
 +
<div id='facebook' class='bottom_social'>
</div>
</div>
-
 
+
</a>
 +
<a href= "http://www.flickr.com/photos/cambridgeigem2012/" class="cam-external">
 +
<div id='flickr' class='bottom_social'>
 +
</div>
 +
</a>
 +
<a href= "http://twitter.com/cambridgeigem12" class="cam-external">
 +
<div id='twitter' class='bottom_social'>
 +
</div>
 +
</a>
 +
<a href= "http://www.youtube.com/watch?v=lO6ajD0KfVI&feature=youtu.be" class="cam-external">
 +
<div id='youtube' class='bottom_social'>
 +
</div>
 +
</a>
</div>
</div>
 +
 +
 +
 +
</div>
</html>
</html>

Latest revision as of 11:06, 25 October 2012

Human Practices

THE DRIVING FORCE

Our goal is to standardise the output of biosensors, and to develop a cheap, user-friendly kit to be used in the field

>>Overview

>>Market Research

>>Outreach & Collaborations

>>Future Directions

Parts for a Reliable and Field Ready Biosensing Platform

OVERVIEW

There are many biosensors available but there is no standard way to deploy them. Many are also non-quantitative and unpredictable. We have been working on a ratiometric luciferase output which can be read by an Arduino device. This output could be used with theoretically any biosensor. We investigated the potential of riboswitches as future biosensors. We use a B.subtilis chassis as these form low maintenance spores for easy, long-term storage.

>>Overview

>>Design Process

>>Parts

>>Lab book

>>Results

RiboSense

A NOVEL FLUORIDE SENSOR BASED ON A RIBOSWITCH CONSTRUCT

Riboswitches may well be the biosensor of the future though they are currently under-represented in the registry.

>>Overview

>>Design Process

>>Parts

>>Lab book

>>Results

Ratiometrica

INVESTIGATING THE POTENTIAL OF RATIOMETRIC REPORTER CONSTRUCTS FOR ACCURATE AND REPRODUCIBLE CHARACTERISATION

We designed fluorescence and luminescence-based constructs that would function in both E.coli and B.subtilis

>>Overview

>>Design Process

>>Parts

>>Lab book

>>Results

Biologger

A CHEAP, ARDUINO-BASED, AUTOMATIC ROTARY RATIOLUMINOMETER

An open-sourced, open-platform approach relaying easily interpretable information to a user that is an accurate representation of the input processed by a biological device.

>>Overview

>>Design Process

>>Parts

>>Lab book

>>Results

Sporage & Distribution

B. SUBTILIS: LONG TERM, USER-FRIENDLY STORAGE

We developed and optimised procedures for sporulation and germination.

>>Overview

>>Design Process

>>Parts

>>Lab book

>>Results