Team:IIT Delhi/final layout

From 2014.igem.org

(Difference between revisions)
(Created page with "{{CSS/Main}} {{CSS/style}} {{CSS/foundation}} {{CSS/reveal}} {{CSS/home}} {{CSS/Generic}} {{CSS/js-image-slider}} {{CSS/style2}} {{CSS/style3}} <html> <head> <meta http-eq...")
Line 100: Line 100:
<div class="igemlogo"><a href="https://igem.org/Main_Page" target="_blank"><img src="https://static.igem.org/mediawiki/2014/e/e2/Igemlogo.png"/></a></div>
<div class="igemlogo"><a href="https://igem.org/Main_Page" target="_blank"><img src="https://static.igem.org/mediawiki/2014/e/e2/Igemlogo.png"/></a></div>
-
 
+
<!--for dock-->
-
 
+
<script type="text/javascript">
 +
//library
 +
function distance(x0, y0, x1, y1) {
 +
var xDiff = x1-x0;
 +
var yDiff = y1-y0;
 +
 +
return Math.sqrt(xDiff*xDiff + yDiff*yDiff);
 +
}
 +
 +
$(document).ready(function() {
 +
var proximity = 180;
 +
var iconSmall = 48, iconLarge = 128; //css also needs changing to compensate with size
 +
var iconDiff = (iconLarge - iconSmall);
 +
var mouseX, mouseY;
 +
var dock = $("#dock");
 +
var animating = false, redrawReady = false;
 +
 +
$(document.body).removeClass("no_js");
 +
 +
//below are methods for maintaining a constant 60fps redraw for the dock without flushing
 +
$(document).bind("mousemove", function(e) {
 +
if (dock.is(":visible")) {
 +
mouseX = e.pageX;
 +
mouseY = e.pageY;
 +
redrawReady = true;
 +
registerConstantCheck();
 +
}
 +
});
 +
 +
function registerConstantCheck() {
 +
if (!animating) {
 +
animating = true;
 +
 +
window.setTimeout(callCheck, 15);
 +
}
 +
}
 +
 +
function callCheck() {
 +
sizeDockIcons();
 +
animating = false;
 +
 +
if (redrawReady) {
 +
redrawReady = false;
 +
registerConstantCheck();
 +
}
 +
}
 +
 +
//do the maths and resize each icon
 +
function sizeDockIcons() {
 +
dock.find("li").each(function() {
 +
//find the distance from the center of each icon
 +
var centerX = $(this).offset().left + ($(this).outerWidth()/2.0);
 +
var centerY = $(this).offset().top + ($(this).outerHeight()/2.0);
 +
 +
var dist = distance(centerX, centerY, mouseX, mouseY);
 +
 +
//determine the new sizes of the icons from the mouse distance from their centres
 +
var newSize =  (1 - Math.min(1, Math.max(0, dist/proximity))) * iconDiff + iconSmall;
 +
$(this).find("a").css({width: newSize});
 +
});
 +
}
 +
});
 +
</script>
 +
<!--for dock-->
<!-- Navigation bar-->
<!-- Navigation bar-->
   <div id="nav">
   <div id="nav">

Revision as of 13:02, 24 May 2015


iGEM IIT Delhi 2014

Our Aim:

We aim to genetically engineer bacteria and design a prototype of a device that converts harmful components of exhaust gases (i.e NOx and SOx) coming out of chimneys of various industries and car exhausts into harmless byproducts. NOx and SOx are well known pollutants responsible for various respiratory disorders in humans such as asthma, bronchitis etc. They help in formation of Ozone in the lower troposphere where it acts as an irritant of the skin, eyes and lungs. On the other hand, oxides of Sulfur are the main culprits behind acid rain which corrodes buildings, destroys crops and acidifies water bodies, killing aquatic life.

We aim to genetically engineer E.coli and equip it with the genes to synthesize nitrite reductase enzyme NrfA and CysI (sulfite reductase) and Sqr (Sulfide Quinone reductase) enzymes. NrfA reduces NOx to ammonia (NH3) while Cys1 and Sqr reduce sulphur dioxide (SO2) to hydrogen sulfide (H2S) and H2S to sulfur(S) respectively. These would be immobilized on polymer beads that have a positive zeta potential and placed in a bioreactor. The bacteria will reduce the oxides present in the incoming gas stream and consequently the percentage of oxides of nitrogen and sulfur in the outgoing gas stream will be significantly lower.

Our proposed design promises easy and effective scalability. Depending on the site of installation (i.e.industrial chimney or in the exhaust of a vehicle), the volume of our inputs can be altered to obtain the desired output. Moreover, the fact that all the sub-components of our model work independently of each other means that they can be easily detached and replaced, making the system very handy. Around 56% of the population in India is still involved in agricultural activities. If the production of NOx and SOx continues unabated like today, the damaging effects of acid rain on the crops will jeopardize the livelihoods of a large section of India’s population in the future. This will have serious economic and social repercussions. And if the concentration of NOx and SOx in the atmosphere keeps building up, it will adversely affect the health of the people, particularly those who cannot pay for their treatment. Also, since our model makes use of bacteria instead of metallic catalysts to reduce the gases, the potential toxicity that can arise from metal by-products of catalyst degradation can be successfully eliminated. Hence, looking at all the positive aspects of our proposed model, we believe that it will help to create a greener and a healthier future.

OUR ESTEEMED SPONSORS

Abhishek Abhishek
Abhishek Abhishek
Abhishek Abhishek
Abhishek Abhishek
Abhishek Abhishek