Team:Cambridge

From 2012.igem.org

(Difference between revisions)
Line 1: Line 1:
 +
<html>
<html>
 +
<script type="text/javascript" src='/Team:Cambridge/static/hack.js?action=raw&ctype=text/javascript'></script>
-
</html>
+
<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.2/jquery.min.js"></script>
 +
<script type="text/javascript">
-
{| style="color:#1b2c8a;background-color:#3ae2e8;" cellpadding="3" cellspacing="0" border="1" bordercolor="#fff" width="62%" align="center"
+
$(document).ready(function() {
-
!align="center"|[[Team:Cambridge|Home]]
+
-
!align="center"|[[Team:Cambridge/Team|Team]]
+
-
!align="center"|[https://igem.org/Team.cgi?year=2012&team_name=Cambridge Official Team Profile]
+
-
!align="center"|[[Team:Cambridge/Project|Project]]
+
-
!align="center"|[[Team:Cambridge/Parts|Parts Submitted to the Registry]]
+
-
!align="center"|[[Team:Cambridge/Modeling|Modeling]]
+
-
!align="center"|[[Team:Cambridge/Notebook|Notebook]]
+
-
!align="center"|[[Team:Cambridge/Safety|Safety]]
+
-
!align="center"|[[Team:Cambridge/Attributions|Attributions]]
+
-
!align="center"|[[Team:Cambridge/Sponsors|Sponsors]]
+
-
|}
+
 +
$('.headover h6').css("display","none");
-
[[Image:Cambridge_logo.png|200px|right|frameless]]
+
$('#Project_title').mouseover(function() {
 +
    $('#Project_headover').stop().animate({height:'170px',top:'0px'},1000);
 +
$('#Project_headover h6').fadeIn(500);
 +
});
 +
 +
    $('#Project').mouseout(function() {
 +
    $('#Project_headover').stop().animate({height:'90px',top:'80px'},1000);
 +
$('#Project_headover h6').fadeOut(500);
 +
    });
 +
 +
$('#Outreach_title').mouseover(function() {
 +
    $('#Outreach_headover').stop().animate({height:'170px',top:'0px'},1000);
 +
$('#Outreach_headover h6').fadeIn(500);
 +
    });
-
Please be aware that this wiki is still under construction. Be prepared for a grand, html based metamorphosis in the coming weeks. Plus there's a lot more content coming.
+
    $('#Outreach').mouseout(function() {
 +
    $('#Outreach_headover').stop().animate({height:'90px',top:'80px'},1000);
 +
$('#Outreach_headover h6').fadeOut(500);
 +
    });
-
'''''Abstract:'''''
+
$('#Gallery_title').mouseover(function() {
 +
    $('#Gallery_headover').stop().animate({height:'170px',top:'0px'},1000);
 +
$('#Gallery_headover h6').fadeIn(500);
 +
    });
-
Previous iGEM teams have charaterised an impressive array of inducible promoters, along with other elements of biosensing circuitry. But, to date, the output from each is not consistent and, in spite of the unifying biobrick standards used, do not necessarily couple together to make integrated test kits. The Cambridge iGEM 2012 team aim to take the true meaning of biobricks to heart, by creating an open and applied biosensor standard available for use by all subsequent teams, as well as, potentially, by industry and researchers in the field.
+
    $('#Gallery').mouseout(function() {
 +
    $('#Gallery_headover').stop().animate({height:'90px',top:'80px'},1000);
 +
$('#Gallery_headover h6').fadeOut(500);
 +
    });
-
The protocol aims to be modular in design, allowing any biosensor built on this standard to be used and the output analysed with the same standard equipment which we will prototype ourselves. Existing and novel biosensors will be adapted to use light as an output to allow computer interfacing. We aim to use two luciferases, one to give a read-out of the input, and the other to act as a standard to allow fluctuations in colony size to be taken into account, giving a robust, reliable, and quantitative output. Furthermore, we shall be using ''B. subtilis'' as our chassis, with the view to making the most of its spore-forming capacity to make desiccated, "just add water" kits with long shelf lives. Guidelines on how to adapt a given sensor to this system will be developed for other users, with the potential for an open database of response curves.
+
$('#Diary_title').mouseover(function() {
 +
    $('#Diary_headover').stop().animate({height:'170px',top:'0px'},1000);
 +
$('#Diary_headover h6').fadeIn(500);
 +
    });
-
We will also investigate the potential of using systems of biosensing other than the conventional inducible promoters, such as split luciferase systems and potentially riboswitches.
+
    $('#Diary').mouseout(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);
 +
    });
-
<!--- We are also investigating a potential paradigm shift in the way biosensing works such that the mechanism is not expression based. This will lead to faster (hopefully seconds to minutes) access to results --->
+
    $('#Team').mouseout(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);
 +
    });
-
[[Image:Cambridge_team.png|center|300x300px|border|Cambridge team 2012 ]]
+
    $('#Safety').mouseout(function() {
 +
    $('#Safety_headover').stop().animate({height:'90px',top:'80px'},1000);
 +
$('#Safety_headover h6').fadeOut(500);
 +
    });
-
<!--- The Mission, Experiments --->
+
$('#Sponsors_title').mouseover(function() {
 +
    $('#Sponsors_headover').stop().animate({height:'170px',top:'0px'},1000);
 +
$('#Sponsors_headover h6').fadeIn(500);
 +
    });
 +
 
 +
    $('#Sponsors').mouseout(function() {
 +
    $('#Sponsors_headover').stop().animate({height:'90px',top:'80px'},1000);
 +
$('#Sponsors_headover h6').fadeOut(500);
 +
    });
 +
 +
  });
 +
 
 +
</script>
 +
 
 +
 +
<noscript>
 +
<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' />
 +
</noscript>
 +
 
 +
<div id='cam_page'>
 +
<div id='cam_loading'>
 +
  <div>Loading...</div>
 +
</div>
 +
 
 +
<div id='cam_topbar' class='cam-box'>
 +
<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 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 id = "wrapper">
 +
 
 +
<div id = 'container' class = 'maincontainer'>
 +
<div id = "row1" class = 'row'>
 +
 
 +
<div id="Home" class = 'grid'>
 +
</div>
 +
 
 +
<div id = "Project" class = "grid">
 +
<div id = "Project_headover" class = "headover">
 +
<ul class = "subtitles">
 +
<li><a href ="https://2012.igem.org/Team:Cambridge/Project" class='cam-external'>Overview </a></li>
 +
<li><a href ="https://2012.igem.org/Team:Cambridge/Parts" class='cam-external'>Parts </a></li>
 +
<li></li>
 +
</ul>
 +
<h6> Previous iGEM teams have charaterised an impressive array of inducible promoters, along with other elements of biosensing circuitry... Read More </h6>
 +
</div>
 +
<div id = "Project_title" class = "title">
 +
</div>
 +
</div>
 +
 
 +
<div id="Logo" class = 'grid'>
 +
</div>
 +
 
 +
</div>
 +
 
 +
 
 +
<div id = "row2" class = 'row'>
 +
 
 +
<div id = "Outreach" class = "grid">
 +
<div id = "Outreach_headover" class = "headover">
 +
<ul class = "subtitles">
 +
<li> Overview </li>
 +
<li> Human Practices </li>
 +
<li> Outreach </li>
 +
</ul>
 +
<h6> Coming soon!</h6>
 +
</div>
 +
<div id = "Outreach_title" class = "title">
 +
</div>
 +
</div>
 +
 
 +
<div id = "Gallery" class = "grid">
 +
<div id = "Gallery_headover" class = "headover">
 +
<ul class = "subtitles">
 +
<li> July </li>
 +
<li> August </li>
 +
<li> September </li>
 +
</ul>
 +
<h6> This section contains a photographic record of our progress during the past two... Read More </h6>
 +
</div>
 +
<div id = "Gallery_title" class = "title">
 +
</div>
 +
</div>
 +
 
 +
<div id = "Diary" class = "grid">
 +
<div id = "Diary_headover" class = "headover">
 +
<ul class = "subtitles">
 +
<li><a href ="/Team:Cambridge/Notebook#Week_1_.2825.2F06.2F12.29" class='cam-external'> Week 1 </a></li>
 +
<li><a href ="https://2012.igem.org/Team:Cambridge/Notebook#Week_2_.2802.2F07.2F12.29" class='cam-external'> Week 2 </a></li>
 +
<li><a href ="https://2012.igem.org/Team:Cambridge/Notebook#Week_3_.2809.2F07.2F12.29" class='cam-external'> Week 3 </a></li>
 +
</ul>
 +
<h6> This is a detail record of our work during the Summer... <a href = "https://2012.igem.org/Team:Cambridge/Notebook">Read More </a></h6>
 +
</div>
 +
<div id = "Diary_title" class = "title">
 +
</div>
 +
</div>
 +
 
 +
</div>
 +
 
 +
<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?year=2012" 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>
 +
<div id = "Team_title" class = "title">
 +
</div>
 +
</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'>Safety guidelines</a></li>
 +
<li> Documents </li>
 +
<li></li>
 +
</ul>
 +
<h6> Lab safety is always our first priority... Read More </h6>
 +
</div>
 +
<div id = "Safety_title" class = "title">
 +
</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> Special Thanks </li>
 +
<li></li>
 +
</ul>
 +
<h6> We would like to express our heartfelt thanks to all the sponsors... Read More </h6>
 +
</div>
 +
<div id = "Sponsors_title" class = "title">
 +
</div>
 +
</div>
 +
 
 +
 
 +
</div>
 +
 
 +
</div>
 +
</div>
 +
</div>
 +
 
 +
 
 +
</html>

Revision as of 16:43, 10 July 2012

Loading...
Previous iGEM teams have charaterised an impressive array of inducible promoters, along with other elements of biosensing circuitry... Read More
  • Overview
  • Human Practices
  • Outreach
Coming soon!
This is a detail record of our work during the Summer... Read More
Click to view information about the Cambridge team advisors, team members and ... Read More
Lab safety is always our first priority... Read More
We would like to express our heartfelt thanks to all the sponsors... Read More