Team:Imperial College London
From 2010.igem.org
(8 intermediate revisions not shown) | |||
Line 8: | Line 8: | ||
''“More than two billion people around the world live with unrelenting illness due to parasites”'' - WHO Director General Lee Jong-wook. | ''“More than two billion people around the world live with unrelenting illness due to parasites”'' - WHO Director General Lee Jong-wook. | ||
- | Synthetic biology offers great opportunity for biosensors, however current designs require hours of waiting before a | + | Synthetic biology offers great opportunity for biosensors, however current designs require hours of waiting before a detectable output is produced. To tackle this issue in the field, it is crucial that a new generation of biosensors be designed that can respond in minutes. With this in mind, we have engineered a fast, modular sensor framework which allows for quick detection of a range of different parasites, and may also be used as an environmental tool for mapping their spread. In particular we have designed and modified ''B. subtilis'' to give a clearly visible colour readout upon detecting the waterborne Schistosoma parasite which affects 200 million people worldwide. |
- | + | '''You can take a look at our cellular overview below. Follow the link below to take a quick tour of the wiki. The links on the right lead to elements we feel are interesting additions to the core project. Or just head for the main menu above if you know what you're looking for.''' | |
- | + | ||
- | + | ||
|rowspan="2" valign="top"|<html> | |rowspan="2" valign="top"|<html> | ||
<head> | <head> | ||
Line 50: | Line 48: | ||
width: 250px; | width: 250px; | ||
height: 100px; | height: 100px; | ||
- | background: url(https://static.igem.org/mediawiki/2010/ | + | background: url(https://static.igem.org/mediawiki/2010/b/b2/ICside1be.png) -250px 0px no-repeat; |
position: absolute; | position: absolute; | ||
top: 0px; | top: 0px; | ||
Line 109: | Line 107: | ||
<script type="text/javascript"> | <script type="text/javascript"> | ||
$(document).ready(function(){ | $(document).ready(function(){ | ||
- | $("#but1"). | + | $('#mainpic').attr('src', 'https://static.igem.org/mediawiki/2010/d/d4/ICmaintwo.png'); |
+ | $('#mainpic').attr('src', 'https://static.igem.org/mediawiki/2010/0/05/ICmainthree.png'); | ||
+ | $('#mainpic').attr('src', 'https://static.igem.org/mediawiki/2010/b/b6/ICmainfour.png'); | ||
+ | $('#mainpic').attr('src', 'https://static.igem.org/mediawiki/2010/8/8d/ICmainone.png'); | ||
+ | $("#but1").mouseenter(function() { | ||
$('#mainpic').attr('src', 'https://static.igem.org/mediawiki/2010/d/d4/ICmaintwo.png'); | $('#mainpic').attr('src', 'https://static.igem.org/mediawiki/2010/d/d4/ICmaintwo.png'); | ||
}); | }); | ||
- | $("#but2"). | + | $("#but2").mouseenter(function() { |
$('#mainpic').attr('src', 'https://static.igem.org/mediawiki/2010/0/05/ICmainthree.png'); | $('#mainpic').attr('src', 'https://static.igem.org/mediawiki/2010/0/05/ICmainthree.png'); | ||
}); | }); | ||
- | $("#but3"). | + | $("#but3").mouseenter(function() { |
$('#mainpic').attr('src', 'https://static.igem.org/mediawiki/2010/b/b6/ICmainfour.png'); | $('#mainpic').attr('src', 'https://static.igem.org/mediawiki/2010/b/b6/ICmainfour.png'); | ||
+ | }); | ||
+ | $("#but4").mouseenter(function() { | ||
+ | $('#mainpic').attr('src', 'https://static.igem.org/mediawiki/2010/8/8d/ICmainone.png'); | ||
}); | }); | ||
Line 132: | Line 137: | ||
position:absolute; | position:absolute; | ||
left:88px; | left:88px; | ||
- | top:19px;} | + | top:19px; |
+ | z-index:2; | ||
+ | background-image:url('https://static.igem.org/mediawiki/2010/b/b7/ICblank.png');} | ||
#but2 { | #but2 { | ||
width:60px; | width:60px; | ||
Line 138: | Line 145: | ||
position:absolute; | position:absolute; | ||
left:489px; | left:489px; | ||
- | top:220px;} | + | top:220px; |
+ | z-index:2; | ||
+ | background-image:url('https://static.igem.org/mediawiki/2010/b/b7/ICblank.png');} | ||
#but3 { | #but3 { | ||
width:60px; | width:60px; | ||
Line 144: | Line 153: | ||
position:absolute; | position:absolute; | ||
left:320px; | left:320px; | ||
- | top:302px;} | + | top:302px; |
+ | z-index:2; | ||
+ | background-image:url('https://static.igem.org/mediawiki/2010/b/b7/ICblank.png');} | ||
+ | #but4 { | ||
+ | width:60px; | ||
+ | height:60px; | ||
+ | position:absolute; | ||
+ | left:509px; | ||
+ | top:4px; | ||
+ | z-index:2; | ||
+ | background-image:url('https://static.igem.org/mediawiki/2010/b/b7/ICblank.png');} | ||
</style> | </style> | ||
<div id="maincon"> | <div id="maincon"> | ||
- | <img id="mainpic | + | <img id="mainpic" /> |
<div id="but1"> | <div id="but1"> | ||
</div> | </div> | ||
Line 153: | Line 172: | ||
</div> | </div> | ||
<div id="but3"> | <div id="but3"> | ||
+ | </div> | ||
+ | <div id="but4"> | ||
</div> | </div> | ||
</div> | </div> | ||
Line 172: | Line 193: | ||
'hide_buttons':false, | 'hide_buttons':false, | ||
'interval':4000, | 'interval':4000, | ||
- | 'set':' | + | 'set':'72157625127266243' |
}); | }); | ||
</script> | </script> |
Latest revision as of 03:26, 28 October 2010
Parasight | Extra Links |
Welcome to the Imperial College London iGEM 2010 project! It's been a busy four months, and there have been highs and lows, but we're happy with how things have turned out. Here's a brief introduction…
“More than two billion people around the world live with unrelenting illness due to parasites” - WHO Director General Lee Jong-wook. Synthetic biology offers great opportunity for biosensors, however current designs require hours of waiting before a detectable output is produced. To tackle this issue in the field, it is crucial that a new generation of biosensors be designed that can respond in minutes. With this in mind, we have engineered a fast, modular sensor framework which allows for quick detection of a range of different parasites, and may also be used as an environmental tool for mapping their spread. In particular we have designed and modified B. subtilis to give a clearly visible colour readout upon detecting the waterborne Schistosoma parasite which affects 200 million people worldwide. You can take a look at our cellular overview below. Follow the link below to take a quick tour of the wiki. The links on the right lead to elements we feel are interesting additions to the core project. Or just head for the main menu above if you know what you're looking for. | |
Click here to take the tour... |
Cellular Overview |
|
Flickr | |
If nothing appears here, something has gone wrong! Please enable JavaScript to continue. |