Team:IIT Madras

From 2012.igem.org

(Difference between revisions)
m
 
(One intermediate revision not shown)
Line 1: Line 1:
{{:Team:IIT_Madras/Template:new_home}}
{{:Team:IIT_Madras/Template:new_home}}
 +
<html>
<html>
Line 6: Line 7:
<script type="text/javascript">
<script type="text/javascript">
jQuery(document).ready(function($){
jQuery(document).ready(function($){
-
$('#nrm').hover(function(){
+
$('#content1').hover(function(){
-
$('#nrm_contents').show();
+
$('#inside_content1').show();
},
},
function(){
function(){
-
$('#nrm_contents').hide();
+
$('#inside_content1').hide();
});
});
-
$(".stu_contents").hover(function(){
+
$('#content2').hover(function(){
-
var id = "#" + $(this).attr('id')+"_contents";
+
$('#inside_content2').show();
-
$(id).show();
+
},
},
function(){
function(){
-
var id = "#" + $(this).attr('id')+"_contents";
+
$('#inside_content2').hide();
-
$(id).hide();
+
});
});
-
$(".adv_contents").hover(function(){
+
$('#content3').hover(function(){
-
var id = "#" + $(this).attr('id')+"_contents";
+
$('#inside_content3').show();
-
$(id).show();
+
},
},
function(){
function(){
-
var id = "#" + $(this).attr('id')+"_contents";
+
$('#inside_content3').hide();
-
$(id).hide();
+
});
});
-
 
});
});
</script>
</script>
<style>
<style>
-
.fac_contents, .adv_contents, .stu_contents{
+
.contents{
width:285px;
width:285px;
height : 285px;
height : 285px;
Line 64: Line 60:
opacity:0.8;
opacity:0.8;
}
}
-
 
-
#fac, #stu, #adv{width:100%;
 
-
float:right;}
 
.inside_contents h1{color:white; margin-left:10px;}
.inside_contents h1{color:white; margin-left:10px;}
 +
#content1{background:url("https://static.igem.org/mediawiki/igem.org/6/6e/Iitm_project.png");}
 +
#content2{}
 +
#content3{background:url("https://static.igem.org/mediawiki/igem.org/d/d0/Iitm_safety.png");}
</style>
</style>
Line 75: Line 71:
</head>
</head>
<body>
<body>
-
<div id="iitm_content">
+
<div id="iitm_content">
-
<div id="fac">
+
<a href = "https://2012.igem.org/Team:IIT_Madras/Project"><div class = "contents" id = "content1">
-
<h1>Faculty Advisor</h1>
+
<div id = "inside_content1" class="inside_contents">
-
<div id = "nrm" class = "fac_contents">
+
<h1>Project</h1>
-
<div class = "inside_contents" id = "nrm_contents">
+
-
<h1>Nitish Mahapatra</h1>
+
</div>
</div>
 +
</div></a>
 +
<a href = "https://2012.igem.org/Team:IIT_Madras/Team"><div class = "contents" id = "content2">
 +
<div id = "inside_content2" class="inside_contents">
 +
<h1>Team</h1>
 +
</div>
 +
</div></a>
 +
<a href = "https://2012.igem.org/Team:IIT_Madras/Safety"><div class = "contents" id = "content3">
 +
<div id = "inside_content3" class="inside_contents">
 +
<h1>Safety</h1>
 +
</div>
 +
</div></a>
 +
<div id="abstract">
 +
<h1>Abstract</h1>
 +
<p>We aim to express codon-optimized ligand binding domain of Estrogen Receptor α in conjugation with the ToxR DNA binding domain from Vibrio cholerae in E. coli to separate stereoisomers that have profoundly different impacts on biological systems. Isolation and concentration of specific isomers is of immense biological importance to pharmaceutical industries. We plan to try and simplify this process by separating commercially important compounds using a biological system instead of traditional chemical methods which can be very resource intensive and time consuming. We also plan to develop a high-throughput system for screening of drugs which act on the Estrogen receptor using E. coli. Finally, we wish to provide an efficient means for the bioremediation of endocrine disruptors prevalent in the Indian subcontinent which have an adverse impact on the country’s population. </p>
</div>
</div>
</div>
</div>
-
<br/>
 
-
<div id="adv">
 
-
<h1>Advisors</h1>
 
-
<div class = "adv_contents" id = "dinbio">
 
-
<div class = "inside_contents" id = "dinbio_contents">
 
-
<h1>Dinesh R</h1>
 
-
</div>
 
-
</div>
 
-
<div class = "adv_contents" id = "veera">
 
-
<div class = "inside_contents" id = "veera_contents">
 
-
<h1>Veerabhadra M V</h1>
 
-
</div>
 
-
</div>
 
-
</div>
 
-
 
-
<div id = "stu">
 
-
<h1>Students</h1>
 
-
<div class = "stu_contents" id = "stu1">
 
-
<div class = "inside_contents" id = "stu1_contents">
 
-
<h1>Avaneesh T/h1>
 
-
</div>
 
-
</div>
 
-
<div class = "stu_contents" id = "stu2">
 
-
<div class = "inside_contents" id = "stu2_contents">
 
-
<h1>Mullapudi Sri Teja</h1>
 
-
</div>
 
-
</div>
 
-
<div class = "stu_contents" id = "stu3">
 
-
<div class = "inside_contents" id = "stu3_contents">
 
-
<h1>Chetan Srinath</h1>
 
-
</div>
 
-
</div>
 
-
<div class = "stu_contents" id = "stu4">
 
-
<div class = "inside_contents" id = "stu4_contents">
 
-
<h1>Nayan Jain</h1>
 
-
</div>
 
-
</div>
 
-
<div class = "stu_contents" id = "stu5">
 
-
<div class = "inside_contents" id = "stu5_contents">
 
-
<h1>Aditya Sriganesh</h1>
 
-
</div>
 
-
</div>
 
-
<div class = "stu_contents" id = "stu6">
 
-
<div class = "inside_contents" id = "stu6_contents">
 
-
<h1>Govind Krishna Joshi</h1>
 
-
</div>
 
-
</div>
 
-
<div class = "stu_contents" id = "stu7">
 
-
<div class = "inside_contents" id = "stu7_contents">
 
-
<h1>Nandita Damaraju</h1>
 
-
</div>
 
-
</div>
 
-
<div class = "stu_contents" id = "stu8">
 
-
<div class = "inside_contents" id = "stu8_contents">
 
-
<h1>Namit Holay</h1>
 
-
</div>
 
-
</div>
 
-
<div class = "stu_contents" id = "stu9">
 
-
<div class = "inside_contents" id = "stu9_contents">
 
-
<h1>Kanishka Purushottam Waghmare</h1>
 
-
</div>
 
-
</div>
 
-
<div class = "stu_contents" id = "stu10">
 
-
<div class = "inside_contents" id = "stu10_contents">
 
-
<h1>Nishita Mohan</h1>
 
-
</div>
 
-
</div>
 
-
<div class = "stu_contents" id = "stu11">
 
-
<div class = "inside_contents" id = "stu11_contents">
 
-
<h1>Mitan Sutradhar</h1>
 
-
</div>
 
-
</div>
 
-
<div class = "stu_contents" id = "stu12">
 
-
<div class = "inside_contents" id = "stu12_contents">
 
-
<h1>Mayank NK Choudhary</h1>
 
-
</div>
 
-
</div>
 
-
<div class = "stu_contents" id = "stu13">
 
-
<div class = "inside_contents" id = "stu13_contents">
 
-
<h1>Prashant adha</h1>
 
-
</div>
 
-
</div>
 
-
<div class = "stu_contents" id = "stu14">
 
-
<div class = "inside_contents" id = "stu14_contents">
 
-
<h1>Tolkappiyan P</h1>
 
-
</div>
 
-
</div>
 
-
<div class = "stu_contents" id = "stu15">
 
-
<div class = "inside_contents" id = "stu15_contents">
 
-
<h1>Prathyusha konda</h1>
 
-
</div>
 
-
</div>
 
-
</div>
 
-
 
</div>
</div>
</body>
</body>
</html>
</html>

Latest revision as of 00:25, 11 September 2012

bar


Project

Team

Safety

Abstract

We aim to express codon-optimized ligand binding domain of Estrogen Receptor α in conjugation with the ToxR DNA binding domain from Vibrio cholerae in E. coli to separate stereoisomers that have profoundly different impacts on biological systems. Isolation and concentration of specific isomers is of immense biological importance to pharmaceutical industries. We plan to try and simplify this process by separating commercially important compounds using a biological system instead of traditional chemical methods which can be very resource intensive and time consuming. We also plan to develop a high-throughput system for screening of drugs which act on the Estrogen receptor using E. coli. Finally, we wish to provide an efficient means for the bioremediation of endocrine disruptors prevalent in the Indian subcontinent which have an adverse impact on the country’s population.