Team:IIT Delhi

From 2014.igem.org

(Difference between revisions)
 
(521 intermediate revisions not shown)
Line 1: Line 1:
-
[[Team:IIT_Delhi/js-image-slider.css]]
+
{{CSS/Main}}
-
[[Team:IIT_Delhi/js-image-slider.js]]
+
{{CSS/style}}
-
[[Team:IIT_Delhi/generic.css]]
+
{{CSS/foundation}}
-
[[Team:IIT_Delhi/home.css]]
+
{{CSS/reveal}}
-
[[Team:IIT_Delhi/reveal.css]]
+
{{CSS/home}}
-
[[Team:IIT_Delhi/foundation.css]]
+
{{CSS/Generic}}
-
[[Team:IIT_Delhi/style.css]]
+
{{CSS/js-image-slider}}
-
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
+
{{CSS/style2}}
-
<html xmlns="http://www.w3.org/1999/xhtml">
+
{{CSS/style3}}
 +
 
 +
 
 +
 
 +
<html>
<head>
<head>
-
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
+
    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
     <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
     <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
-
     <meta name="description" content="iGEM 2014 IIT Delhi">
+
     <meta name="description" content="iGEM 2014 IIT Delhi">
-
     <meta name="keywords" content="biotech, biobricks, parts, notebook,  bio, chem, iit, delhi, hauz khas , new delhi, molecular biology,  genetics, synthetic, biology, competition, iGEM, MIT, USA">
+
     <meta name="keywords" content="igem iitdelhi 2014, biotech, biobricks, parts, notebook,  bio, chem, iit, delhi, hauz khas , new delhi, molecular biology,  genetics, synthetic, biology, competition, iGEM, MIT, USA, abhishek, bharti">
     <meta name="viewport" content="width=device-width, initial-scale=1">
     <meta name="viewport" content="width=device-width, initial-scale=1">
-
     <meta http-equiv="cache-control" content="public" />
+
     <meta http-equiv="cache-control" content="public" />  
-
    <link href="https://2014.igem.org/wiki/index.php?title=Team:IIT_Delhi/js-image-slider.css" rel="stylesheet" type="text/css" />
+
<title>iGEM IIT Delhi 2014</title>
-
    <script src="https://2014.igem.org/wiki/index.php?title=Team:IIT_Delhi/js-image-slider.js" type="text/javascript"></script>
+
<link rel='shortcut icon' id='favicon' href='https://static.igem.org/mediawiki/2014/7/76/Favicon3.png' />
-
    <link href="https://2014.igem.org/wiki/index.php?title=Team:IIT_Delhi/generic.css" rel="stylesheet" type="text/css" />
+
-
   
+
-
<title>iGEM IIT Delhi</title>
+
-
<link rel="shortcut icon" href=".\favicon.ico">
+
  <link href='http://fonts.googleapis.com/css?family=Open+Sans' rel='stylesheet' type='text/css'>
  <link href='http://fonts.googleapis.com/css?family=Open+Sans' rel='stylesheet' type='text/css'>
-
    <link rel="stylesheet" type="text/css" href="https://2014.igem.org/Team:IIT_Delhi/home.css"/>
 
-
<link rel="stylesheet" href="https://2014.igem.org/wiki/index.php?title=Team:IIT_Delhi/reveal.css">
 
-
    <link rel="stylesheet" href="https://2014.igem.org/wiki/index.php?title=Team:IIT_Delhi/foundation.CSS" />
 
-
<link rel="stylesheet" type="text/css" href="https://2014.igem.org/wiki/index.php?title=Team:IIT_Delhi/style.css" />
 
<link href='http://fonts.googleapis.com/css?family=Droid+Serif:400italic' rel='stylesheet' type='text/css'>
<link href='http://fonts.googleapis.com/css?family=Droid+Serif:400italic' rel='stylesheet' type='text/css'>
<link href='http://fonts.googleapis.com/css?family=Roboto+Condensed:400,300,700' rel='stylesheet' type='text/css'>
<link href='http://fonts.googleapis.com/css?family=Roboto+Condensed:400,300,700' rel='stylesheet' type='text/css'>
 +
 +
 +
 +
<link href='http://fonts.googleapis.com/css?family=Open+Sans:300,400,700' rel='stylesheet' type='text/css'>
 +
<!--map=====================
 +
<!--Script for google map at footer-->
 +
<script
 +
src="http://maps.googleapis.com/maps/api/js?key=AIzaSyDY0kkJiTPVd2U7aTOAwhc9ySH6oHxOIYM&sensor=false">
 +
</script>
 +
 +
<script>
 +
function initialize()
 +
{
 +
var mapProp = {
 +
  center:new google.maps.LatLng(28.5450,77.1922),
 +
  zoom:5,
 +
  mapTypeId:google.maps.MapTypeId.ROADMAP
 +
  };
 +
var map=new google.maps.Map(document.getElementById("googleMap"),mapProp);
 +
}
 +
 +
google.maps.event.addDomListener(window, 'load', initialize);
 +
</script>
 +
 +
 +
 +
<!-------------EDITS ON------------------------>
 +
 +
 +
<style>
 +
.dock-container {
 +
position: relative;
 +
top: 10px; height: 50px; padding-left: 20px; }
 +
a.dock-item {
 +
display: block;
 +
width: 50px; position: absolute;
 +
bottom: 0; text-align: center;
 +
text-decoration: none; color: #333; }
 +
.dock-item span { display: none; padding-left: 20px; }
 +
.dock-item img {
 +
border: 0;
 +
margin: 5px 10px 0px;
 +
width: 100%;
 +
}
 +
 +
</style>
 +
 +
 +
<!--------------EDITS OFF------------------------>
 +
 +
 +
<script src="http://ie7-js.googlecode.com/svn/version/2.1(beta4)/IE9.js"></script>
 +
 +
<!-- Remove all empty <p> tags -->
 +
<script type="text/javascript">
 +
    $(document).ready(function() {
 +
        $("p").filter( function() {
 +
            return $.trim($(this).html()) == '';
 +
        }).remove()
 +
    });
 +
</script>
</head>
</head>
<body>
<body>
-
<div id="main-nav">
+
 
-
  <nav class="top-bar" >
+
 
-
  <ul class="title-area">
+
<div id="fb-root"></div>
-
      <li class="name">
+
<script>(function(d, s, id) {
-
     
+
  var js, fjs = d.getElementsByTagName(s)[0];
-
      <h1> <a href="https://2014.igem.org/Team:IIT_Delhi">
+
  if (d.getElementById(id)) return;
-
      <span class="logo"><img src=".\logo.png" alt="logo" /></span></a></h1>
+
  js = d.createElement(s); js.id = id;
-
      </li>
+
  js.src = "//connect.facebook.net/en_US/sdk.js#xfbml=1&version=v2.0";
-
     
+
  fjs.parentNode.insertBefore(js, fjs);
-
    </ul>
+
}(document, 'script', 'facebook-jssdk'));</script>
-
   
+
 
-
    <section class="top-bar-section">
+
 
-
     
+
 
-
      <!-- Left Nav Section -->
+
<div class="container_home">
-
      <div id="main-menu" style=" padding-left: 0px;">
+
 
-
      <ul class="left nav">
+
 
-
        <li ><a href="#home" >Home</a></li>
+
<!--Header============================================-->
-
        <li><a href="#events" >Project</a>
+
<div class="topblack"></div>
-
            <ul class="dropdown">
+
<div class="topwhite">
-
      <li><a href="https://2013.igem.org/Team:IIT_Delhi/Project" id="overview">Overview</a></li>
+
<!--<div class="logo"><a href="https://2014.igem.org/Team:IIT_Delhi"><img src="https://static.igem.org/mediawiki/2014/c/c0/Igem_iitdelhi_logo2.gif"/></a></div>-->
-
      <li><a href="https://2013.igem.org/Team:IIT_Delhi/Idea" id="motivation">Motivation</a></li>
+
 
-
      <li><a href="https://2013.igem.org/Team:IIT_Delhi/Model" id="model">The Model</a></li>
+
 
-
      <li><a href="https://2013.igem.org/Team:IIT_Delhi/Biobrick" id="biobricks">Biobricks Submitted</a></li>
+
<div class="logo"><a href="https://2014.igem.org/Team:IIT_Delhi"><img src="https://static.igem.org/mediawiki/2014/b/b4/Logo_igem_iitdelhi.png"/></a>
-
    </ul>
+
-
           
+
-
           
+
-
           
+
-
           
+
-
            </li>
+
-
        <li><a href="#festival-pass" >Parts</a></li>
+
-
            <li><a href="#festival-pass" >Modeling</a></li>
+
-
        <li><a href="#composers" >Team</a></li>
+
-
        <li><a href="#connect" >Notebook</a></li>
+
-
            <li><a href="#festival-pass" >Safety</a></li>
+
-
        <li><a href="#press" >Attributions</a></li>
+
-
        <li><a href="#venues" >Sponsors</a></li>
+
-
      </ul>
+
-
      </div>
+
-
      </section>
+
-
      <!-- Right Nav Section -->
+
-
      <ul class="title-area">
+
-
      <li class="name">
+
-
     
+
-
      <h1> <a href="https://www.facebook.com/igemiitdelhi2013">
+
-
      <span class="fb"><img src=".\fb.png" onmouseover="this.src='fb1.png'" onmouseout="this.src='fb.png'"/></span></a></h1>
+
-
     
+
-
     
+
-
      <h1> <a href="https://twitter.com/iGEM_IIT_Delhi">
+
-
      <span class="tweet"><img src=".\tweet.png" onmouseover="this.src='tweet1.png'" onmouseout="this.src='tweet.png'"/></span></a> </h1>
+
-
      <h1> <a href="https://www.flickr.com/photos/124095979@N04/">
+
-
      <span class="flickr"><img src=".\flickr.png" onmouseover="this.src='flickr1.png'" onmouseout="this.src='flickr.png'"/></span></a> </h1>
+
-
      </li>
+
-
     
+
-
    </ul>
+
-
   
+
-
    </section>
+
-
  </nav>
+
</div>
</div>
 +
<div class="logotext"><img src="https://static.igem.org/mediawiki/2014/7/71/Text_iitd.jpg"/></div>
-
  <center>
 
-
 
 
-
    <!--CONTENT OF HEADER STARTS-->
 
-
    <header class="center">-
 
-
+
<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>
-
           
+
<!-----EDIT GOING ON============-------->
-
    </header>
+
 
-
    <!--CONTENT OF HEADER ENDSSS-->
+
<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.3.2/jquery.min.js"></script>
-
     <div id="sliderFrame" style="padding-top:30px;">
+
<script type="text/javascript" src="./javascripts/fisheye-iutil.min.js"></script>
-
         <div id="slider">
+
 
-
            <a target="_blank">
+
<script>
-
                <img src="images/image-slider-1.jpg" alt="" />
+
$(function () {
-
            </a>
+
     // Dock initialize
-
            <img src="images/image-slider-2.jpg" alt="" />
+
    $('#dock').Fisheye(
-
            <img src="images/image-slider-3.jpg" alt="" />
+
{
-
            <img src="images/image-slider-4.jpg" alt="" />
+
            maxWidth: 30,
-
            <img src="images/image-slider-5.jpg" alt=""/>
+
            items: 'a',
-
        </div>
+
            itemsText: 'span',
-
        <div id="htmlcaption" style="display: none;">
+
            container: '.dock-container',
-
                    </div>
+
            itemWidth: 50,
 +
            proximity: 60,
 +
            alignment : 'left',
 +
            valign: 'bottom',
 +
            halign : 'center'
 +
}
 +
);
 +
});
 +
</script>
 +
<div id="dock">
 +
    <div class="dock-container">
 +
         <a class="dock-item" href="index1.html"><span>Example 1</span><img src="./images/home.png" alt="home" /></a>  
 +
        <a class="dock-item" href="index1.html"><span>Example 2</span><img src="./images/contact.png" alt="contact" /></a>  
 +
        <a class="dock-item" href="index1.html"><span>Example 3</span><img src="./images/education.png" alt="portfolio" /></a>  
 +
        <a class="dock-item" href="index1.html"><span>Example 1</span><img src="./images/home.png" alt="home" /></a>  
 +
        <a class="dock-item" href="index1.html"><span>Example 2</span><img src="./images/contact.png" alt="contact" /></a>  
 +
        <a class="dock-item" href="index1.html"><span>Example 3</span><img src="./images/education.png" alt="portfolio" /></a> 
 +
    </div><!-- end div .dock-container -->
 +
</div><!-- end div .dock #dock -->
 +
 
 +
 
 +
<!-----EDITS ABOVE==========================--->
 +
 
 +
 
 +
 
 +
<!-- Navigation bar-->
 +
  <div id="nav">
 +
  <div id="nav_wrapper">
 +
        <ul>
 +
            <li class="nav_item_home" class="home"><a href="https://2014.igem.org/Team:IIT_Delhi">Home</a></li><li class="project">
 +
            <a href="https://2014.igem.org/Team:IIT_Delhi/Project">Project</a></li><li class="modeling">
 +
            <a href="https://2014.igem.org/Team:IIT_Delhi/Modeling">Modeling</a></li><li class="team">
 +
            <a href="https://2014.igem.org/Team:IIT_Delhi/Team">Team</a></li><li class="notebook">
 +
            <a href="https://2014.igem.org/Team:IIT_Delhi/Notebook">Notebook</a></li><li class="attributions">
 +
            <a href="https://2014.igem.org/Team:IIT_Delhi/Attributions">Attributions</a></li><li class="safety">
 +
            <a href="https://2014.igem.org/Team:IIT_Delhi/Safety">Safety</a></li><li class="parts">
 +
            <a href="https://2014.igem.org/Team:IIT_Delhi/Parts">Parts</a></li><li class="achievements">
 +
            <a href="https://2014.igem.org/Team:IIT_Delhi/Achievements">Achievements</a></li>
 +
 
 +
        </ul>
     </div>
     </div>
 +
  </div>
-
<div style="clear:both"></div>
 
-
    <!--CONTENT FOR DESIGN RESERVED SIZE="1000px X 200px" STARTS-->
 
-
   
 
-
    <!--CONTENT FOR DESIGN RESERVED SIZE="1000px X 200px" STARTS-->
 
-
    <div style="clear:both"></div>
 
-
    <!--MAIN HOVER EFFECT STARTS FROM HERE-->
+
<!--Follow us link===============-->
-
    <div id="container" >
+
<div class="links">
-
<div style="margin-top:30px">
+
<p class="followus">Follow Us</p>
-
       
+
<div class="link_bg">
-
      <div class="wrapper" >
+
            <table border="0" cellspacing="2">
-
        <div class="item">
+
              <tr>
-
  <img src="C:\Users\Shashank Yadav\Desktop\igem_web\project.jpg" width="227px" height="80px" />
+
                <td>
-
  <a href="http://www.google.com">
+
                <a href="https://www.facebook.com/igemiitdelhi" target="_blank"><img src="https://static.igem.org/mediawiki/2014/5/51/Fb.png" alt="facebook" title="Facebook"  onmouseover="this.src='https://static.igem.org/mediawiki/2014/6/6c/Fbhover.png';"
-
            <span class="information"><!--img src="" width="227px" height="80px"/--> </span>
+
            onmouseout="this.src='https://static.igem.org/mediawiki/2014/5/51/Fb.png';" /> </a>              </td>
-
          </a>
+
             
 +
                <td >
 +
                <a href="https://twitter.com/iGEM_IIT_Delhi" target="_blank" >
 +
                <img src="https://static.igem.org/mediawiki/2014/f/f7/Twitter.png" alt="twitter" title="Twitter" onmouseover="this.src='https://static.igem.org/mediawiki/2014/5/56/Twitterhover.png';"
 +
            onmouseout="this.src='https://static.igem.org/mediawiki/2014/f/f7/Twitter.png';"/></a>                </td>
 +
             
 +
                <td>
 +
                <a href="https://www.youtube.com/channel/UCBHF9Lel4MF2dien-p3o10A" target="_blank" >
 +
                <img src="https://static.igem.org/mediawiki/2014/a/af/Youtube.png" alt="you tube" title="Youtube" onmouseover="this.src='https://static.igem.org/mediawiki/2014/9/91/Youtubehover.png';"
 +
            onmouseout="this.src='https://static.igem.org/mediawiki/2014/a/af/Youtube.png';"/></a>                </td>
 +
              </tr>
 +
             
 +
            </table>
         </div>
         </div>
-
      </div>
+
 
-
      <div class="wrapper">
+
 
-
        <div class="item">
+
</div>
-
          <img src="C:\Users\Shashank Yadav\Desktop\igem_web\parts.jpeg" width="227px" height="80px"/>
+
</div>
-
            <a href="http://www.google.com">
+
 
-
              <span class="information"><!--img src="images/image-slider-1.jpg" width="227px" height="80px"/--></span>
+
 
-
            </a>
+
 
-
        </div>
+
<!--=========Incredible India=========-->
-
      </div>
+
<div class="incredibleIndia"></div>
-
      <div class="wrapper">
+
<div class="incredibleIndiaheader"><img class="mainheader" src="https://static.igem.org/mediawiki/2014/a/a7/Headerincredibleindia2.png"/><img class="centerlogo" src="https://static.igem.org/mediawiki/2014/2/22/Igem_iitdelhi_logo128PX.gif"/></div>
-
        <div class="item">
+
<div class="fadedbackground"><img src="https://static.igem.org/mediawiki/2014/6/6e/Scribblebg_iitd.png"/></div>
-
          <img src="C:\Users\Shashank Yadav\Desktop\igem_web\modelling.jpg" width="227px" height="80px"/>
+
<div class="redpatternedbg"><img src="https://static.igem.org/mediawiki/2014/1/11/Redpattern_iitd.png"/></div>
-
            <a href="http://www.google.com">
+
 
-
              <span class="information"><!--img src="images/image-slider-1.jpg" width="227px" height="80px"/--></span>
+
<div class="textbg_iitd"><img src="https://static.igem.org/mediawiki/2014/c/ce/Textbg_iitd.png"/>
-
            </a>
+
<div class="aboutus"><h4>Our Aim:</h4><p>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.<br><br>
-
        </div>
+
 
-
      </div>
+
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 
-
      <div class="wrapper">
+
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.<br><br>
-
        <div class="item">
+
 
-
          <img src="C:\Users\Shashank Yadav\Desktop\igem_web\team.jpg" width="227px" height="80px"/>
+
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.</p></div>
-
            <a href="http://www.google.com">
+
 
-
              <span class="information"><!--img src="images/image-slider-1.jpg" width="227px" height="80px"/--></span>
+
</div>
-
            </a>
+
 
-
         </div>
+
<div class="flagview">
-
      </div>
+
    <a href="http://info.flagcounter.com/AJ8u"><img src="http://s11.flagcounter.com/count/AJ8u/bg_373737/txt_FFFFFF/border_373737/columns_3/maxflags_10/viewers_0/labels_1/pageviews_1/flags_1/" alt="Free counters!" border="0">
-
      <div class="wrapper">
+
    </a>
-
        <div class="item">
+
</div>
-
          <img src="C:\Users\Shashank Yadav\Desktop\igem_web\notebook.jpg" width="227px" height="80px"/>
+
 
-
            <a href="http://www.google.com">
+
<div class="videobackground">
-
              <span class="information"><!--img src="images/image-slider-1.jpg" width="227px" height="80px"/--></span>
+
<div class="animatedlogo"><img src="https://static.igem.org/mediawiki/2014/1/18/Igem_iitdelhi_logo_300px.gif"/></div>
-
            </a>
+
  <img src="https://static.igem.org/mediawiki/2014/a/af/Videobg_iitd.png"/>
-
        </div>
+
  <div class="youtubevideobg">
-
      </div>
+
    <div class="igemvideo">
-
      <div class="wrapper">
+
        <video poster="https://static.igem.org/mediawiki/2014/3/31/Videotopimage3.jpg" controls="" style="width:563px; height:302px;">
-
        <div class="item">
+
              <source  style="width:563px; height:302px;" src="https://static.igem.org/mediawiki/2014/3/30/Take_a_Stand_IGEM_IIT_DELHI_2014.mp4" type="video/mp4">
-
          <img src="C:\Users\Shashank Yadav\Desktop\igem_web\safety.jpg" width="227px" height="80px"/>
+
<a href="https://www.youtube.com/watch?v=RSS953TgzWk"><img border="0" src="https://static.igem.org/mediawiki/2014/3/31/Videotopimage3.jpg" alt="Click to view on Youtube" width="563" height="302"></a>
-
          <a href="http://www.google.com">
+
         </video>
-
            <span class="information"><!--img src="images/image-slider-1.jpg" width="227px" height="80px"/--></span>
+
    </div>
-
          </a>
+
  </div>
-
        </div>
+
<div class="fblike_share"><iframe src="//www.facebook.com/plugins/like.php?href=https%3A%2F%2Fwww.facebook.com%2Figemiitdelhi&amp;width=300&amp;layout=button_count&amp;action=like&amp;show_faces=false&amp;share=true&amp;height=21" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:300px; height:21px;" allowTransparency="true"></iframe></div>
-
      </div>
+
 
-
      <div class="wrapper">
+
<div class="twitter_follow"><a href="https://twitter.com/iGEM_IIT_Delhi" class="twitter-follow-button" data-show-count="false" data-dnt="true">Follow @iGEM_IIT_Delhi</a>
-
        <div class="item">
+
<script>!function(d,s,id){var js,fjs=d.getElementsByTagName(s)[0],p=/^http:/.test(d.location)?'http':'https';if(!d.getElementById(id)){js=d.createElement(s);js.id=id;js.src=p+'://platform.twitter.com/widgets.js';fjs.parentNode.insertBefore(js,fjs);}}(document, 'script', 'twitter-wjs');</script></div>
-
          <img src="C:\Users\Shashank Yadav\Desktop\igem_web\attribution.jpg" width="227px" height="80px"/>
+
 
-
          <a href="http://www.google.com">
+
</div>
-
            <span class="information"><!--img src="images/image-slider-1.jpg" width="227px" height="80px"/--></span>
+
 
-
          </a>
+
 
-
        </div>
+
 
-
      </div>
+
 
-
      <div class="wrapper">
+
<div class="sponsorsbg">
-
        <div class="item">
+
<div class="sponsortext"><p>OUR ESTEEMED SPONSORS</p></div>
-
        <img src="C:\Users\Shashank Yadav\Desktop\igem_web\sponsor.jpg" width="227px" height="80px"/>
+
<div class="sponsors_iitd">
-
          <a href="http://www.google.com">
+
 
-
            <span class="information"><!--img src="images/image-slider-1.jpg" width="227px" height="80px"/--></span>
+
<div class="sponsors_iitd2">
-
          </a>
+
<div class="pic1">
-
        </div>
+
<img class="smallpic" src="https://static.igem.org/mediawiki/2014/6/63/Mahindra_logo.png" alt="Abhishek">
-
      </div>
+
<img class="picdescription" src="https://static.igem.org/mediawiki/2014/b/b9/Mahindra_text.png" alt="Abhishek">
-
    </div>
+
</div>
-
    </div>
+
 
-
    <!--MAIN HOVER EFFECT ENDSS FROM HERE -->
+
<div class="pic2">
-
+
<img class="smallpic" src="https://static.igem.org/mediawiki/2014/6/67/Idt_logo.png" alt="Abhishek">
-
  <!--CONTENT OF FOOTER-STRIP STARTS-->
+
<img class="picdescription" src="https://static.igem.org/mediawiki/2014/4/49/Idt_text.png" alt="Abhishek">
-
    <div id="headerstrip_bottom" style="margin-left:120px; alignment-baseline:hanging;" >
+
</div>
-
  <nav id="navigation_bottom" >
+
 
-
        <table class="hello" >
+
<div class="pic3">
-
          <tr>
+
<img class="smallpic" src="https://static.igem.org/mediawiki/2014/4/4f/Fitt_logo.png" alt="Abhishek">
-
            <td><a href="http://www.google.com" title="About us" style="margin-right:42px;">About us</a></td>
+
<img class="picdescription" src="https://static.igem.org/mediawiki/2014/5/54/Fitt_text.png" alt="Abhishek">
-
            <td><a href="http://www.google.com" title="Privacy policy" style="margin-right:42px;padding-bottom:6px;">Safety</a></td>
+
</div>
-
            <td><a href="http://www.google.com" title="Hospitality" style="margin-right:42px;padding-bottom:6px;">Attributions</a></td>
+
 
-
            <td><a href="http://www.google.com" title="Contact us" style="margin-right:42px;padding-bottom:6px;">Contact us</a></td>  
+
<div class="pic4">
-
            <td><a href="http://www.google.com" title="Gallery" style="padding-bottom:6px;">Gallery</a></td>
+
<img class="smallpic" src="https://static.igem.org/mediawiki/2014/7/71/Dbt_logo.png" alt="Abhishek">
-
          </tr>
+
<img class="picdescription" src="https://static.igem.org/mediawiki/2014/7/7c/Dbt_text.png" alt="Abhishek">
-
        </table>
+
</div>
-
      </nav>
+
 
-
</div>
+
<div class="pic5">
-
    <!--CONTENT OF FOOTER-STRIP ENDS-->
+
<img class="smallpic" src="https://static.igem.org/mediawiki/2014/7/77/Posterguy.png" alt="Abhishek">
 +
<img class="picdescription" src="https://static.igem.org/mediawiki/2014/b/b9/Posterguy_text.png" alt="Abhishek">
 +
</div>
 +
 
 +
 
 +
</div>
 +
</div>
 +
 
 +
</div><!--sponsor ends-->
 +
 
 +
 
 +
<div class="footerbg">
 +
 
 +
<div class="nav2">
 +
<table class="nav2table">
 +
  <tr>
 +
    <td><a href="https://2014.igem.org/Team:IIT_Delhi">HOME</a></td><td>|</td>
 +
    <td><a href="https://2014.igem.org/Team:IIT_Delhi/Project">PROJECT</a></td><td>|</td>
 +
    <td><a href="https://2014.igem.org/Team:IIT_Delhi/Modeling">MODELING</a></td><td>|</td>
 +
    <td><a href="https://2014.igem.org/Team:IIT_Delhi/Team">TEAM</a></td><td>|</td>
 +
    <td><a href="https://2014.igem.org/Team:IIT_Delhi/Notebook">NOTEBOOK</a></td><td>|</td>
 +
    <td><a href="https://2014.igem.org/Team:IIT_Delhi/Attributions">ATTRIBUTIONS</a></td><td>|</td>
 +
    <td><a href="https://2014.igem.org/Team:IIT_Delhi/Safety">SAFETY</a></td><td>|</td>
 +
    <td><a href="https://2014.igem.org/Team:IIT_Delhi/Parts">PARTS</a></td><td>|</td>
 +
    <td><a href="https://2014.igem.org/Team:IIT_Delhi/Achievements">ACHIEVEMENTS</a></td>
 +
  </tr>
 +
</table>
 +
</div>
 +
<div class="copyright"><p>Copyright &copy; iGEM-IIT Delhi 2014 | Developer: ABHISHEK BHARTI & SHASHANK YADAV </p>
 +
<center>"We won a Bronze Medal at the iGEM Giant Jamboree 2014"</center></div>
 +
 
 +
</div>
 +
 
 +
<div class="gifouterdiv">
 +
  <div class="gifbg"><img src="https://static.igem.org/mediawiki/2014/6/63/Story_of_ECO_COLI.gif"/></div>
 +
  <div class="mascotinnerlayer"><img class="mascot_iitd" src="https://static.igem.org/mediawiki/2014/8/8b/Mascot_iitdelhi.gif"/></div>
 +
</div>
 +
 
 +
 
 +
 
 +
 
-
</body>
 
</body>
</body>
</html>
</html>

Latest revision as of 14:20, 23 July 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