Team:Calgary

From 2011.igem.org

(Difference between revisions)
Line 4: Line 4:
<head>
<head>
 +
<script type="text/javascript">
 +
$(document).ready(function(){
 +
 +
jQuery.fn.resetblock = function(){
 +
this.hide();
 +
$('#subdefault').show();
 +
});
 +
 +
$('#promoter').mouseover(function(){
 +
$('#subdefault').hide();
 +
$('#subpromoter').show();
 +
});
 +
$('#promoter').mouseout(function(){
 +
$('#subpromoter').resetblock();
 +
});
 +
 +
$('#reporter').mouseover(function(){
 +
$('#subdefault').hide();
 +
$('#subreporter').show();
 +
});
 +
$('#reporter').mouseout(function(){
 +
$('#subreporter').resetblock();
 +
});
 +
 +
$('#chassis').mouseover(function(){
 +
$('#subdefault').hide();
 +
$('#subchassis').show();
 +
});
 +
$('#chassis').mouseout(function(){
 +
$('#subchassis').resetblock();
 +
});
 +
 +
});
 +
</script>
 +
<style>
<style>
Line 121: Line 156:
text-indent: -99999px;
text-indent: -99999px;
z-index: 3;
z-index: 3;
-
top: 890px;
+
margin-top: 215px;
-
left: 455px;
+
margin-left: 80px;
}
}
Line 137: Line 172:
text-indent: -99999px;
text-indent: -99999px;
z-index: 4;
z-index: 4;
-
top: 890px;
+
margin-top: 210px;
-
left: 570px;
+
margin-left: 205px;
}
}
Line 203: Line 238:
}
}
-
#box4 h3, p{
+
#box4 div h3, #box4 div p{
color: white;
color: white;
margin-left: 15px;
margin-left: 15px;
}
}
-
#box4 h3{
+
#box4 div h3{
padding-top: 15px;
padding-top: 15px;
}
}
Line 314: Line 349:
<div id="box4">
<div id="box4">
-
<h3>Other Things</h3>
+
<div id="subdefault">
-
<p>Here is a placeholder spot.</p>
+
<h3>Our Naphthenic Acid Biosensor</h3>
 +
<p>Roll over the bacteria on the right to see a more detailed desription about our project! Or, look over our project <a href="https://2011.igem.org/Team:Calgary/Project">here</a>!
 +
</div>
 +
 
 +
<div id="subpromoter">
 +
<h3>Promoter</h3>
 +
<p>Here is a placeholder spot. Short description of promoter.</p>
 +
</div>
 +
 +
<div id="subreporter">
 +
<h3>Reporter</h3>
 +
<p>Here is a placeholder spot. Short description of the reporter.</p>
 +
</div>
 +
 +
<div id="subchassis">
 +
<h3>Promoter</h3>
 +
<p>Here is a placeholder spot. Short description about the chassis.</p>
 +
</div>
</div>
</div>

Revision as of 17:07, 27 September 2011

Welcome!

Hello! Our wiki is currently under heavy construction, so please check regularly for updates. Thank you for your patience.
The University of Calgary iGEM team aims to build a biosensor for naphthenic acids. Naphthenic acids are a family of organic acids that are toxic to terrestrial and aquatic wildlife, and are waste products of the bitumen extraction process. Naphthenic acids are stored in on-site settling ponds called tailing ponds; not only do they poison the environment, but they also contribute to the corrosion of refinery equipment, which directly increases maintenance and replacement costs. Currently, sophisticated and expensive procedures such as mass spectroscopy and gas chromatography are needed to identify and assess the concentration of naphthenic acids in solution. A bacterial sensor, if developed, could greatly improve the cost- and time-efficiency of naphthenic acid detection, and facilitate a workable approach for remediation.

The Vision: A Naphthenic Acid Biosensor

We plan to create a relatively small, cheap biosensing device that can respond to naphthenic acids and produce an electrochemical output. Roll over the individual parts for more details.

Promoter Reporter Chassis

Our Sponsors

Our Naphthenic Acid Biosensor

Roll over the bacteria on the right to see a more detailed desription about our project! Or, look over our project here!

Promoter

Here is a placeholder spot. Short description of promoter.

Reporter

Here is a placeholder spot. Short description of the reporter.

Promoter

Here is a placeholder spot. Short description about the chassis.