Difference between revisions of "Team:IIT-Madras"

Line 1: Line 1:
{{IIT-Madras}}
 
 
<html>
 
<html>
 
+
<head>
<div class="column full_size" >
+
<link rel="icon" href="iitm_teamlogo.png" type="image/gif" sizes="16x16">
 
+
<style type="text/css">
<h2> Welcome to IIT Madras's wiki for iGEM 2016! </h2>
+
@font-face{
 
+
src: url(iitm_ls.otf);
<div class="column full_size" >
+
font-family: L;
<p>When we started to ideate for iGEM 2016, our goals were to tackle two of the fundamental issues being faced in  synthetic biology today - non-modular nature of RBSs and variations in the protein expression levels, designing an efficient measurement device. We have also designed efficient ribo switches and been using them for several potential applications like inhibition of HGT, pre-screening of desired clones of Cas9-gRNA treated cells. Our final project will consist of 3 modules - RIBOS riboregulatory switches, efficient measurement device, and characterizing widely used RBSs for their modularity.</p>
+
}
<br></br>
+
@font-face{
<p>RIBOS(RNA Inducible Boolean like Output Switches) is a riboregulatory system in which presence or absence of mRNA molecules of one gene can modulate the expression of other genes. RIBOS devices are triggered by sequence specific RNA molecules and give output in the form of activation or repression of translation of specific mRNA molecules. We have designed RIBOS for scalability, orthogonality and composability. We wish to characterize RIBOS for tunability and highly precise outputs. It can be game changing in the field of synthetic biology, it's applications range from detection and quantification of mRNA molecules to the design of extensive independent and modular genetic circuits using forward engineering.</p>
+
src: url(iitm_cr.ttf);
<br></br>
+
font-family: C;
<p>Measuring GFP, RFP and other fluorescent signals to characterize biobricks, biological devices are one of the most important part of iGEM team projects. It is well known that these measurements are rarely reproducible due to several factors including the intrinsic noise of the part or device and the extrinsic noise like variations in bacterial cell count, plasmid copy number, instrumental error and human error. We are making an efficient measurement device, which can be used to measure GFP signals while eliminating the variations in the bacterial cell count and plasmid copy number. </p>
+
}
<br></br>
+
body{
<p>Promoter and RBS parts provide the driving force for protein production. Ideally, a combination of promoter and RBS should give similar expression level with different proteins. Recent research papers have shown high amount of variability in the expression levels. We are designing a model and validating it with the available data to predict the variations in the expression level. Also, we are characterizing widely used RBS parts to estimate their modularity </p>
+
background: #dddddd;
 +
color: white;
 +
font-family: C;
 +
text-align: center;
 +
padding: 0px;
 +
margin: 0px;
 +
}
 +
ul{
 +
list-style-type: none;
 +
padding: 5px;
 +
margin: 0px;
 +
}
 +
li{
 +
display: inline-block;
 +
font-size: 15px;
 +
padding: 8px 16px 8px 16px;
 +
border-left: 5px solid #22ffdd;
 +
background: #001a16;
 +
border-radius: 2px;
 +
color: #22ffdd;
 +
margin: 10px;
 +
font-weight: 200;
 +
}
 +
li:hover{
 +
background: #00332b;
 +
}
 +
a{
 +
text-decoration: none;
 +
font-family: C;
 +
color: inherit;
 +
}
 +
a.nav{
 +
display: inline-block;
 +
min-width: 200px;
 +
text-align: left;
 +
}
 +
a.nav:hover{
 +
cursor: pointer;
 +
cursor: hand;
 +
}
 +
a.btn{
 +
background: #000f0d;
 +
color: #22ffdd;
 +
border-radius: 3px;
 +
padding: 8px 16px 8px 16px;
 +
font-size: 15px;
 +
letter-spacing: 3px;
 +
font-family: C;
 +
font-weight: 200;
 +
}
 +
a.btn:hover{
 +
background: #00332b;
 +
}
 +
</style>
 +
 +
<script type="text/javascript">
 +
function gid(a){
 +
return document.getElementById(a);
 +
}
 +
function setup(){
 +
gid('welcome').style.paddingTop = gid('header').offsetHeight + 'px';
 +
}
 +
function putmenu(){
 +
gid('menu').style.display = 'block';
 +
gid('lines').style.display = 'none';
 +
gid('cross').style.display = 'inline-block';
 +
}
 +
function cutmenu(){
 +
gid('menu').style.display = 'none';
 +
gid('lines').style.display = 'inline-block';
 +
gid('cross').style.display = 'none';
 +
}
 +
</script>
 +
</head>
 +
<body onload="setup()" onresize="setup()">
 +
<div id="header" style="display: block; width: 100%; text-align: left; background: #000f0d; position: fixed; top: 0px; ">
 +
<ul style="color: #22ffdd; font-family: C; font-weight: 200; letter-spacing: 2px;">
 +
<li id="lines" style="border: none; max-width: 120px;"> <a class="nav" onclick="putmenu()">
 +
<img src="iitm_menu.png" height="15" width="15"> &nbsp MENU
 +
</a> </li>
 +
<li id="cross" style="display:none; border: none; max-width: 120px;"> <a class="nav" onclick="cutmenu()">
 +
<img src="iitm_close.png" height="15" width="15"> &nbsp CLOSE
 +
</a> </li>
 +
</ul>
 +
<ul id="menu" style="display: none;">
 +
<li> <a class="nav" href="home.html">
 +
<img src="iitm_home.png" height="15" width="15"> &nbsp HOME
 +
</a> </li>
 +
<li> <a class="nav" href="team.html">
 +
<img src="iitm_team.png" height="15" width="15"> &nbsp TEAM
 +
</a> </li>
 +
<li> <a class="nav" href="project.html">
 +
<img src="iitm_project.png" height="15" width="15"> &nbsp PROJECT
 +
</a> </li>
 +
<li> <a class="nav" href="parts.html">
 +
<img src="iitm_parts.png" height="15" width="15"> &nbsp PARTS
 +
</a> </li>
 +
<li> <a class="nav" href="safety.html">
 +
<img src="iitm_safety.png" height="15" width="15"> &nbsp SAFETY
 +
</a> </li>
 +
<li> <a class="nav" href="attributions.html">
 +
<img src="iitm_attributions.png" height="15" width="15"> &nbsp ATTRIBUTIONS
 +
</a> </li>
 +
<li> <a class="nav" href="humanpractices.html">
 +
<img src="iitm_humanpractices.png" height="15" width="15"> &nbsp HUMAN PRACTICES
 +
</a> </li>
 +
<li> <a class="nav" href="awards.html">
 +
<img src="iitm_awards.png" height="15" width="15"> &nbsp AWARDS
 +
</a> </li>
 +
 +
</ul>
 +
</div>
 +
 +
<div id="welcome" style="display: block; background: url(iitm_bg.png); margin: 0px; text-align: center; ">
 +
<h2 style="display: inline-block; max-width: 1000px; margin: 0px; padding: 0px;">
 +
<br>
 +
<ul>
 +
<li style="display: inline-block; margin-right: 0px; background: none; border: none;">
 +
<img src="iitm_teamlogo.png" width=400 height=400>
 +
</li>
 +
<li style="display: inline-block; vertical-align: top; font-size: 20px; color: white; font-weight: 200; max-width: 400px; text-align: justify; background: none; border: none;">
 +
<br>
 +
<span style="font-family: L; font-size: 25px; letter-spacing: 4px; color: #22ffdd; font-weight: 200;"> Team IIT Madras </span><br>
 +
Hi there! Welcome to our wiki.<br>
 +
We are a team of undergraduates from the Indian Institute of Technology, Madras.<br><br>
 +
We are working on RNA inducible regulatory switches that control expression of other genes. <br>
 +
<p style="text-align: right;">
 +
<br><br>
 +
<a class="btn" href="project.html"> VIEW PROJECT </a>
 +
</p>
 +
 +
</li>
 +
</ul>
 +
</h2>
 +
</div>
 +
 +
<div id="progress" style="display: block; background: white; margin: 0px; color: black; padding: 20px; text-align: center; border-left: 25px solid #00332b;">
 +
<h1 style="font-family: L; font-weight: 200; font-size: 30px; letter-spacing: 3px; text-align: left; color: #00332b;">
 +
Updates
 +
<br><br>
 +
</h1>
 +
<p style="display: inline-block; font-family: C; font-size: 20px; font-weight: 200; padding-right: 75px; text-align: justify; letter-spacing: 1px; padding-bottom: 150px; max-width: 900px;">
 +
21 May, 2016<br>
 +
We've just started working on our wiki. Please visit us some time later for more information about our progress.
 +
</p>
 +
 +
</div>
 +
 +
<div id="footer" style="display: block; background: #000f0d; margin: 0px; padding: 20px; text-align: justify; border: none; border-left: 50px solid #000f0d;">
 +
<h1 style="font-family: L; font-weight: 200; font-size: 30px;  letter-spacing: 3px;">
 +
Contact Us
 +
</h1>
 +
<ul>
 +
<li style="display: inline-block; margin: 0px 0px 0px 20px; background: none; border: none; ">
 +
<br>
 +
<img src="iitm_place.png" width=50 height=50>
 +
</li>
 +
<li style="display: inline-block; vertical-align: top; font-size: 20px; color: white; font-weight: 200; padding-left: 0px; max-width: 500px; text-align: justify; background: none; border: none;">
 +
Department of Biotechnology<br>
 +
Bhupat & Jyoti Mehta School of Biosciences<br>
 +
Indian Institute of Technology, Madras<br>
 +
Chennai - 600036
 +
</li>
 +
<li style="display: inline-block; margin: 0px 0px 0px 20px; background: none; border: none; ">
 +
<br>
 +
<img src="iitm_mail.png" width=50 height=50>
 +
</li>
 +
<li style="display: inline-block; vertical-align: top; font-size: 20px; color: white; font-weight: 200; padding-left: 0px; max-width: 500px; text-align: justify; background: none; border: none;">
 +
<br>
 +
igemiitm16@gmail.com
 +
</li>
 +
</ul>
 +
<br>
 +
<br>
 +
</div>
 +
</body>
 
</html>
 
</html>

Revision as of 08:45, 6 August 2016



  • Team IIT Madras
    Hi there! Welcome to our wiki.
    We are a team of undergraduates from the Indian Institute of Technology, Madras.

    We are working on RNA inducible regulatory switches that control expression of other genes.



    VIEW PROJECT

Updates

21 May, 2016
We've just started working on our wiki. Please visit us some time later for more information about our progress.