Team:Cambridge

From 2012.igem.org

(Difference between revisions)
Line 1: Line 1:
-
We are down for maintenance- be back soon!
 
-
 
-
<!--
 
-
 
<html>
<html>
-
<script type="text/javascript" src='/Team:Cambridge/static/hack_splash.js?action=raw&ctype=text/javascript'></script>
 
<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.2/jquery.min.js"></script>
<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.2/jquery.min.js"></script>
-
<noscript>
+
<style type ='text/css'>
-
<link rel='stylesheet' type='text/css' href='/Team:Cambridge/static/wiki_splash.css?action=raw&ctype=text/css'/>
+
/* Wiki Hacks - START */
-
<link rel='stylesheet' type='text/css' href='/Team:Cambridge/static/hack.css?action=raw&ctype=text/css' />
+
/* Author: Pieter van Boheemen */
-
</noscript>
+
/* 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">
<script type="text/javascript">
$(document).ready(function() {
$(document).ready(function() {
-
$('.headover h6').css("display","none");
+
$('.splash_over').css("display","none");
-
$('#Project_title').mouseover(function() {
+
$('#HP').mouseover(function() {
-
    $('#Project_headover').stop().animate({height:'170px',top:'0px'},1000);
+
$('#HP').css("background", "url('https://static.igem.org/mediawiki/2012/c/ce/CAMV2_HP.jpg') no-repeat");
-
$('#Project_headover h6').fadeIn(500);
+
$('#HP h8').css("background-color","white");
 +
$('#HP h9').css("background-color","white");
 +
$('#HP h9').css("color","black");
});
});
-
     $('#Project').mouseleave(function() {
+
     $('#HP').mouseleave(function() {
-
    $('#Project_headover').stop().animate({height:'90px',top:'80px'},1000);
+
$('#HP').css("background-image", "none");
-
$('#Project_headover h6').fadeOut(500);
+
$('#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");
 +
});
-
$('#Outreach_title').mouseover(function() {
+
    $('#OV').mouseleave(function() {
-
    $('#Outreach_headover').stop().animate({height:'170px',top:'0px'},1000);
+
$('#OV').css("background", "none");
-
$('#Outreach_headover h6').fadeIn(500);
+
$('#OV h8').css("background-color","black");
 +
$('#OV h8').css("color","white");
 +
$('#OV h9').css("background-color","black");
 +
$('#OV h9').css("color","white");
     });
     });
-
    $('#Outreach').mouseleave(function() {
+
$('#RS').mouseover(function() {
-
    $('#Outreach_headover').stop().animate({height:'90px',top:'80px'},1000);
+
$('#RS').css("background", "url('https://static.igem.org/mediawiki/2012/9/9e/CAMV2_RS.jpg') no-repeat");
-
$('#Outreach_headover h6').fadeOut(500);
+
$('#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");
     });
     });
-
$('#Gallery_title').mouseover(function() {
+
$('#RM').mouseover(function() {
-
    $('#Gallery_headover').stop().animate({height:'170px',top:'0px'},1000);
+
$('#RM').css("background", "url('https://static.igem.org/mediawiki/2012/2/23/CAMV2_RM.JPG') no-repeat");
-
$('#Gallery_headover h6').fadeIn(500);
+
$('#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");
     });
     });
-
    $('#Gallery').mouseleave(function() {
+
$('#BL').mouseover(function() {
-
    $('#Gallery_headover').stop().animate({height:'90px',top:'80px'},1000);
+
$('#BL').css("background", "url('https://static.igem.org/mediawiki/2012/e/e1/CAMV2_BL.jpg') no-repeat");
-
$('#Gallery_headover h6').fadeOut(500);
+
$('#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");
     });
     });
-
$('#Diary_title').mouseover(function() {
+
$('#SD').mouseover(function() {
-
    $('#Diary_headover').stop().animate({height:'170px',top:'0px'},1000);
+
$('#SD').css("background", "url('https://static.igem.org/mediawiki/2012/8/88/CAMV2_SD.jpg') no-repeat");
-
$('#Diary_headover h6').fadeIn(500);
+
$('#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");
     });
     });
-
    $('#Diary').mouseleave(function() {
 
-
    $('#Diary_headover').stop().animate({height:'90px',top:'80px'},1000);
 
-
$('#Diary_headover h6').fadeOut(500);
 
-
    });
 
-
 
-
$('#Team_title').mouseover(function() {
 
-
    $('#Team_headover').stop().animate({height:'170px',top:'0px'},1000);
 
-
$('#Team_headover h6').fadeIn(500);
 
-
    });
 
-
 
-
    $('#Team').mouseleave(function() {
 
-
    $('#Team_headover').stop().animate({height:'90px',top:'80px'},1000);
 
-
$('#Team_headover h6').fadeOut(500);
 
-
    });
 
-
 
-
$('#Safety_title').mouseover(function() {
 
-
    $('#Safety_headover').stop().animate({height:'170px',top:'0px'},1000);
 
-
$('#Safety_headover h6').fadeIn(500);
 
-
    });
 
-
 
-
    $('#Safety').mouseleave(function() {
 
-
    $('#Safety_headover').stop().animate({height:'90px',top:'80px'},1000);
 
-
$('#Safety_headover h6').fadeOut(500);
 
-
    });
 
-
 
-
$('#Sponsors_title').mouseover(function() {
 
-
    $('#Sponsors_headover').stop().animate({height:'170px',top:'0px'},1000);
 
-
$('#Sponsors_headover h6').fadeIn(500);
 
-
    });
 
-
 
-
    $('#Sponsors').mouseleave(function() {
 
-
    $('#Sponsors_headover').stop().animate({height:'90px',top:'80px'},1000);
 
-
$('#Sponsors_headover h6').fadeOut(500);
 
-
    });
 
$('#abBox').css("display","none");
$('#abBox').css("display","none");
Line 104: Line 139:
-
<div id='cam_page'>
+
<html>
-
<div id='cam_loading'>
+
-
  <div>Loading...</div>
+
-
</div>
+
-
<div id='cam_topbar' class='cam-box'>
+
<div id='cam_page'>
-
<div style='margin: 0px 12px; width:160px; float: left;'>
+
-
<div class='cam-ui-icon cam-ui-icon-igem'></div>
+
-
<a href='https://2012.igem.org/Main_Page'>
+
-
iGEM HQ
+
-
</a>
+
-
</div>
+
-
<div style='margin: 0px 12px;float:left;'>
+
-
<div class='cam-ui-icon cam-ui-icon-edit'></div>
+
-
<a id='edit-link' class='cam-external' href='#'>
+
-
Page Source
+
-
</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 id = "wrapper" >
+
<div id='wrapper'>
-
<div id = "abstract" >
+
<div id='top'>
 +
<a href="#">
 +
<div id='abstract_button'>
</div>
</div>
-
<div id = "abBox" >
+
</a>
-
<div id = "abstracttext">
+
<a href="https://2012.igem.org/Team:Cambridge/Judging" class="cam-external">
-
<h8>Parts for a reliable and field ready biosensing platform </h8>
+
<div id='judging_button'>
-
<p>
+
-
<h9>Implementation of biosensors in real world situations has been made difficult by the unpredictable and non-quantified outputs of existing solutions, as well as a lack of appropriate storage, distribution and utilization systems. This leaves a large gap between a simple, functional sensing mechanism and a fully realised product that can be used in the field. We aim to bridge this gap at all points by developing a standardised ratiometric luciferase output in a Bacillus chassis. This output can be linked up with prototyped instrumentation and software for obtaining reliable quantified results. Additionally, we have reduced the specialized requirements for the storage and distribution of our bacteria by using Bacillus' sporulation system. To improve the performance of our biosensing platform we have genetically modified Bacillus’ germination speed. Lastly, we demonstrated the robustness of our system by testing it with a new fluoride riboswitch, providing the opportunity to tackle real life problems. </h9>
+
-
<p>
+
-
<h8> <a href="http://prezi.com/tganfyuhurpi/igem-splash/">Tired of reading...? Take a 1-minute tour :)</a> </h8>
+
-
<p>
+
-
<div id = "abstractclose"> <h8> Or click here to return to our wiki! </h8> </div>
+
</div>
</div>
 +
</a>
</div>
</div>
 +
<div id='main'>
-
<a href = "https://2012.igem.org/Team:Cambridge/Judging" class='cam-external'>
+
<div id='HP' class='splash'>
-
<div id = 'judging'>
+
<h8 style='color:#339900;'>Human Practices</h8>
 +
<p><h9>THE DRIVING FORCE</h9>
 +
<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>
 +
<p><h9> >>Overview</h9>
 +
<p><h9> >>Market Research</h9>
 +
<p><h9> >>Outreach & Collaborations</h9>
 +
<p><h9> >>Future Directions </h9>
</div>
</div>
-
</a>
 
-
<div id = 'container' class = 'maincontainer'>
+
<div id='OV' class='splash' style='padding-top: 0px;'>
-
<div id = "row1" class = 'row'>
+
<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="Home" class = 'grid'>
+
<div id='RS' class='splash'>
 +
<h8 style='color:#4682B4;'>RiboSense</h8>
 +
<p><h9>A NOVEL FLUORIDE SENSOR BASED ON A RIBOSWITCH CONSTRUCT</h9>
 +
<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 = "Project" class = "grid">
+
<div id='RM' class='splash'>
-
<div id = "Project_headover" class = "headover">
+
<h8 style='color:#FF9900;'>Ratiometrica</h8>
-
<ul class = "subtitles">
+
<p><h9>INVESTIGATING THE POTENTIAL OF RATIOMETRIC REPORTER CONSTRUCTS FOR ACCURATE AND REPRODUCIBLE CHARACTERISATION</h9>
-
<li><a href ="https://2012.igem.org/Team:Cambridge/Project" class='cam-external' >Overview</a></li>
+
<p><h9>We designed fluorescence and luminescence-based constructs that would function in both E.coli and B.subtilis</h9>
-
<li><a href ="https://2012.igem.org/Team:Cambridge/Parts" class='cam-external' >Parts </a></li>
+
<p><h9> >>Overview</h9>
-
<li><a href ="https://2012.igem.org/Team:Cambridge/Project/DesignProcess" class='cam-external' >Design Process </a></li>
+
<p><h9> >>Design Process</h9>
-
<li><a href ="https://2012.igem.org/Team:Cambridge/Project/Results" class='cam-external' >Results</a></li>
+
<p><h9> >>Parts</h9>
-
</ul>
+
<p><h9> >>Lab book</h9>
-
<h6> Previous iGEM teams have charaterised an impressive array of inducible promoters, along with other elements of biosensing circuitry... Read More </h6>
+
<p><h9> >>Results</h9>
-
</div>
+
-
<a href ="https://2012.igem.org/Team:Cambridge/Project" class='cam-external'>
+
-
<div id = "Project_title" class = "title">
+
-
</div>
+
-
</a>
+
</div>
</div>
-
<div id="Logo" class = 'grid'>
+
<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" class = 'row'>
 
-
 
-
<div id = "Outreach" class = "grid">
 
-
<div id = "Outreach_headover" class = "headover">
 
-
<ul class = "subtitles">
 
-
<li><a href ="https://2012.igem.org/Team:Cambridge/Outreach/Overview" class='cam-external' >Overview</a></li>
 
-
<li><a href ="https://2012.igem.org/Team:Cambridge/Outreach/HumanPractices" class='cam-external' >Human Practices</a></li>
 
-
<li><a href ="https://2012.igem.org/Team:Cambridge/Outreach/FutureDirections" class='cam-external' >Future Directions</a></li>
 
-
<li><a href ="https://2012.igem.org/Team:Cambridge/Outreach/Collaboration" class='cam-external' >Collaboration</a></li>
 
-
</ul>
 
-
 
-
<h6> A record of our human practices and outreach over this summer.... Read more </h6>
 
</div>
</div>
-
<a href ="https://2012.igem.org/Team:Cambridge/Outreach/Overview" class='cam-external'>
+
<div id='bottom'>
-
<div id = "Outreach_title" class = "title">
+
<a href= "/Team:Cambridge/Diary/Week_1">
 +
<div id='diary' class='bottom_nav'>
</div>
</div>
</a>
</a>
 +
<a href= "/Team:Cambridge/Protocols">
 +
<div id='protocols' class='bottom_nav'>
</div>
</div>
-
 
+
</a>
-
<div id = "Gallery" class = "grid">
+
<a href= "/Team:Cambridge/Team">
-
<div id = "Gallery_headover" class = "headover">
+
<div id='team' class='bottom_nav'>
-
<ul class = "subtitles">
+
-
<li><a href ="https://2012.igem.org/Team:Cambridge/Gallery/DayAtLab" class='cam-external' >A day in the lab</a></li>
+
-
<li><a href ="https://2012.igem.org/Team:Cambridge/Gallery/Results" class='cam-external' >Experimental results</a></li>
+
-
<li><a href ="https://2012.igem.org/Team:Cambridge/Gallery/Events" class='cam-external' >Events & Publicity</a></li>
+
-
</ul>
+
-
<h6> This section contains a photographic record of our progress during the past two... Read More </h6>
+
</div>
</div>
-
<a href ="https://2012.igem.org/Team:Cambridge/Gallery/DayAtLab" class='cam-external'>
+
</a>
-
<div id = "Gallery_title" class = "title">
+
<a href= "/Team:Cambridge/Sponsors">
 +
<div id='sponsors' class='bottom_nav'>
</div>
</div>
</a>
</a>
 +
<a href= "/Team:Cambridge/Safety">
 +
<div id='safety' class='bottom_nav'>
</div>
</div>
-
 
+
</a>
-
<div id = "Diary" class = "grid">
+
<a href= "http://www.facebook.com/CambridgeIgem2012" class="cam-external">
-
<div id = "Diary_headover" class = "headover">
+
<div id='facebook' class='bottom_social'>
-
<ul class = "subtitles">
+
-
<li><a href ="https://2012.igem.org/Team:Cambridge/Diary/Week_1" class='cam-external'> Diary </a></li>
+
-
<li><a href ="https://2012.igem.org/Team:Cambridge/Lab_book/Week_3" class='cam-external'> Lab book </a></li>
+
-
<li><a href ="https://2012.igem.org/Team:Cambridge/Protocols" class='cam-external'> Protocols </a></li>
+
-
<li><a href ="https://2012.igem.org/Team:Cambridge/Quotes" class='cam-external'> Tom's Quotes </a></li>
+
-
</ul>
+
-
<h6> This is a detail record of our work during the Summer...Read More</h6>
+
</div>
</div>
-
<a href ="https://2012.igem.org/Team:Cambridge/Diary/Week_1" class='cam-external'>
+
</a>
-
<div id = "Diary_title" class = "title">
+
<a href= "http://www.flickr.com/photos/cambridgeigem2012/" class="cam-external">
 +
<div id='flickr' class='bottom_social'>
</div>
</div>
</a>
</a>
 +
<a href= "http://twitter.com/cambridgeigem12" class="cam-external">
 +
<div id='twitter' class='bottom_social'>
</div>
</div>
-
 
+
</a>
-
</div>
+
<a href= "http://www.youtube.com/watch?v=lO6ajD0KfVI&feature=youtu.be" class="cam-external">
-
 
+
<div id='youtube' class='bottom_social'>
-
<div id = "row3" class = 'row'>
+
-
 
+
-
<div id = "Team" class = "grid">
+
-
<div id = "Team_headover" class = "headover">
+
-
<ul class = "subtitles">
+
-
<li> <a href ="https://2012.igem.org/Team:Cambridge/Team" class='cam-external' >Team members </a></li>
+
-
<li> <a href ="https://igem.org/Team.cgi?id=911" class='cam-external' >Official Team Profile</a></li>
+
-
<li> <a href ="https://2012.igem.org/Team:Cambridge/Attributions" class='cam-external' >Attributions </a></li>
+
-
</ul>
+
-
<h6> Click to view information about the Cambridge team advisors, team members and ... Read More </h6>
+
-
</div>
+
-
<a href ="https://2012.igem.org/Team:Cambridge/Team" class='cam-external'>
+
-
<div id = "Team_title" class = "title">
+
</div>
</div>
</a>
</a>
-
</div>
 
-
<div id = "Safety" class = "grid">
 
-
<div id = "Safety_headover" class = "headover">
 
-
<ul class = "subtitles">
 
-
<li><a href ="https://2012.igem.org/Team:Cambridge/Safety" class='cam-external'>Overview</a></li>
 
-
<li><a href ="https://2012.igem.org/Team:Cambridge/Safety/RiskAssessments" class='cam-external'>Risk Assessments</a></li>
 
-
<li><a href ="https://2012.igem.org/Team:Cambridge/Safety/MSDS" class='cam-external'>MSDS</li>
 
-
</ul>
 
-
<h6> Lab safety is always our first priority... Read More </h6>
 
-
</div>
 
-
<a href ="https://2012.igem.org/Team:Cambridge/Safety" class='cam-external'>
 
-
<div id = "Safety_title" class = "title">
 
-
</div>
 
-
</a>
 
</div>
</div>
-
<div id = "Sponsors" class = "grid">
 
-
<div id = "Sponsors_headover" class = "headover">
 
-
<ul class = "subtitles">
 
-
<li> <a href = "https://2012.igem.org/Team:Cambridge/Sponsors" class='cam-external'>Sponsors</a></li>
 
-
<li> <a href ="https://2012.igem.org/Team:Cambridge/Special_thanks" class='cam-external'>Special Thanks</a> </li>
 
-
</ul>
 
-
<h6> We would like to express our heartfelt thanks to all the sponsors... Read More </h6>
 
-
</div>
 
-
<a href ="https://2012.igem.org/Team:Cambridge/Sponsors" class='cam-external'>
 
-
<div id = "Sponsors_title" class = "title">
 
-
</div>
 
-
</a>
 
-
</div>
 
</div>
</div>
-
</div>
 
-
</div>
 
-
</div>
 
-
 
-
-->
 
</html>
</html>

Revision as of 11:07, 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