|
|
(14 intermediate revisions not shown) |
Line 1: |
Line 1: |
| {{:Team:IIT_Madras/Template:header}} | | {{:Team:IIT_Madras/Template:header}} |
- | | + | <div style="position:relative; top:50px;"><br/><br/><br/> |
- | <html>
| + | <H1><u>Notebook</u></H1> |
- | <head>
| + | <h2>Week 1</h2> |
- | <style> | + | <li>Metabolic simulation and modelling of increase in proton flux on addition of Proteorhodopsin |
- | #main_content{
| + | <li>Literature survey on expression of Proteorhodopsin in E.coli<br><br> |
- | width:100%;
| + | <h2>Week 2</h2> |
- | height:100%;
| + | <li>Minimal media characterization of DH5-alpha |
- | min-height:500px;
| + | <li>Modelling survival of PR transformed E.coli cells v/s wild type E.coli |
- | background:none;
| + | <li>Literature survey on increase in recombinant protein expression in PR transformed cells<br><br> |
- | position:relative; | + | <h2>Week 3</h2> |
- | top:-69px; | + | <li>Obtained Proteorhodopsin gene and Beta-Dioxygenase in PKJ-900 from Kwang-Hwan "Kevin" Jung, Ph.D., Associate Professor, Department of Life Science and Institute of Biological Interfaces, Sogang University, Korea. |
- | }
| + | <li>Designing the incubator for experimental studies with Proteorhodopsin |
- | #header{
| + | <li>Experimental analysis of growth rates of PR transformed E.coli and DH5-alpha in presence of ETC-Inhibitor Azide<br><br> |
- | width:100%;
| + | <h2>Week 4</h2> |
- | height:175px;
| + | <li>Standardizing the protocol for digestion of pKJ900 |
- | opacity:none;
| + | <li>Designing RFP generator for promoter studies<br><br> |
- | color:white;
| + | <h2>Week5</h2> |
- | }
| + | <li>Generating the PcstA_RFP Generator |
- | #header_bg{
| + | <li>Synthesizing the T7_RFP Generator<br><br> |
- | width:100%;
| + | <h2>Week6</h2> |
- | height:100%;
| + | <li>Characterizing PcstA_RFP Generator |
- | background:white;
| + | <li>Designing the promoters for Proteorhodopsin gene |
- | opacity:0.4;
| + | <li>Codon optimization of Proteorhodopsin gene<br><br> |
- | }
| + | <h2>Week7</h2> |
- | #header_text{
| + | <li>Designing the OmpR Promoter_RFP Generator |
- | position:relative;
| + | <li>Designing the PcstA_Luciferase Generator |
- | top:-150px;
| + | <li>Digestion of Promoters<br><br> |
- | left:-50px;
| + | <h2>Week8</h2> |
- | }
| + | <li>Transformation of Promoters |
- | #content_body{
| + | <li>Standardizing the protocols for transformation of proteorhodopsin |
- | color:white;
| + | <li>Designing the Proteorhodopsin Generator<br><br> |
- | width:100%;
| + | <h2>Week9</h2> |
- | height:100%;
| + | <li>Preparation for Presentation at IITM Research Expo |
- | min-height:400px;
| + | <li>Lecture preparation on synthetic biology |
- | background:url('https://static.igem.org/mediawiki/2011/a/a9/IITM_content_bg.png') repeat-x repeat-y;
| + | <li>Characterizing growth behaviour of Proteorhodopsin transformed cells on various minimal media under light/dark conditions.<br><br> |
- | }
| + | <h2>Week10</h2> |
- | #content_text{
| + | <li>Expression studies of the recombinant protein in proteorhodopsin transformed E.coli |
- | width:70%;
| + | <li>Presentation at IITM Research Expo<br><br> |
- | position:relative;
| + | <h2>Week11</h2> |
- | left:25%;
| + | <li>Wiki designing <br><br><br> |
- | //text-align:right;
| + | |
- | }
| + | |
- | #content_menu{
| + | |
- | width:19%;height:100%;
| + | |
- | position:absolute;
| + | |
- | top:175px; left:0;
| + | |
- | }
| + | |
- | #content_menu ul{list-style:none;}
| + | |
- | #content_menu ul li{ height:21px; width:80%; position:relative; top:10px; padding-left:35%; padding-top:9px; padding-bottom:2px; }
| + | |
- | #content_menu ul li:hover{background:#ec9f09;}
| + | |
- | #content_menu ul li a{text-decoration:none; color:white; }
| + | |
- | | + | |
- | | + | |
- | .part_body{width:500px; height:24px; position:relative; top:-24px; left:150px;}
| + | |
- | .experiment{background:red; height:100%; float:left;}
| + | |
- | | + | |
- | .part_title{}
| + | |
- | | + | |
- | .part_timeline{height:24px; width:400px; background:red; position:relative; left:200px; top:-24px;}
| + | |
- | | + | |
- | .exp{background:blue; height:100%; float:left;}
| + | |
- | | + | |
- | .group{
| + | |
- | position:relative; top:-24px; left:135px;}
| + | |
- | | + | |
- | #popup{
| + | |
- | width:100px;
| + | |
- | height:50px;
| + | |
- | background:gold;
| + | |
- | display:none;
| + | |
- | position:absolute;
| + | |
- | }
| + | |
- | | + | |
- | </style>
| + | |
- | | + | |
- | | + | |
- | | + | |
- | | + | |
- | <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.6.2/jquery.min.js"/></script>
| + | |
- | <script type="text/javascript"> | + | |
- | jQuery( document ).ready( function( $ ) {
| + | |
- | | + | |
- | $(".exp").click(function(){
| + | |
- | var name=$(this).attr("id");
| + | |
- | window.location="https://2011.igem.org/Team:IIT_Madras/Notebook/"+name;
| + | |
- | });
| + | |
- | | + | |
- | | + | |
- | $(".exp").hover(function(e){
| + | |
- | var exp_name=$(this).attr("alt");
| + | |
- | document.getElementById("popup").innerText=exp_name;
| + | |
- | var position=$(this).position();
| + | |
- | $("#popup").css({"top":e.pageY,"left":e.pageX}).show();
| + | |
- | },
| + | |
- | function(){
| + | |
- | $("#popup").delay(400).hide();
| + | |
- | });
| + | |
- | | + | |
- | });
| + | |
- | | + | |
- | </script> | + | |
- | | + | |
- | | + | |
- | </head> | + | |
- | <body> | + | |
- | <div id="main_content"> | + | |
- | <div id="header" align="right"> | + | |
- | <div id="header_bg"></div> | + | |
- | <div id="header_text"> | + | |
- | <h1 style="color:white;">IIT Madras</h1> | + | |
- | <h3 style="color:white;">And then the E.coli said, "Let there be light"</h3></div>
| + | |
- | <div id="logo" align="left"><img src="https://static.igem.org/mediawiki/2011/3/32/Igem-logo.png" style="position:relative; top:-230px"/><img src="https://static.igem.org/mediawiki/2011/d/d7/200px-IIT_Madras_Logo.png" width="100px" height="100px;" style="position:relative; top:-230px"/> </div> | + | |
- | </div> | + | |
- | <div id="content_body"> | + | |
- | | + | |
- | <div id="content_text"> | + | |
- | <div id="gantt" style="position:relative; top:50px; left:-100px">
| + | |
- | | + | |
- | <b class="group">Cloning</b><br/><br/>
| + | |
- | <div id="part1" class="part_body"> | + | |
- | <div id="part1_title" class="part_title">Control Parts</div>
| + | |
- | <div id="part1_timeline" class="part_timeline">
| + | |
- | <div id="exp1" class="exp" style="position:relative; width:4px; left:10px;" alt="Exp 1"></div>
| + | |
- | <div id="exp2" class="exp" style="position:relative; width:4px; left:20px;" alt="Exp 2"></div>
| + | |
- | <div id="exp3" class="exp" style="position:relative; width:4px; left:30px;" alt="Exp 3"></div>
| + | |
- | <div id="exp4" class="exp" style="position:relative; width:4px; left:40px;" alt="Exp 4"></div> | + | |
- | <div id="exp5" class="exp" style="position:relative; width:4px; left:50px;" alt="Exp 5"></div>
| + | |
- | </div> | + | |
- | </div> | + | |
- | <br/> | + | |
- | <div id="part1" class="part_body"> | + | |
- | <div id="part1_title" class="part_title">Dioxygenase</div> | + | |
- | <div id="part1_timeline" class="part_timeline"> | + | |
- | <div id="exp1" class="exp" style="position:relative; width:4px; left:10px;" alt="Exp 1"></div> | + | |
- | <div id="exp2" class="exp" style="position:relative; width:4px; left:20px;" alt="Exp 2"></div> | + | |
- | <div id="exp3" class="exp" style="position:relative; width:4px; left:30px;" alt="Exp 3"></div> | + | |
- | <div id="exp4" class="exp" style="position:relative; width:4px; left:40px;" alt="Exp 4"></div> | + | |
- | <div id="exp5" class="exp" style="position:relative; width:4px; left:50px;" alt="Exp 5"></div> | + | |
- | </div> | + | |
- | </div> | + | |
- | <br/> | + | |
- | <div id="part1" class="part_body"> | + | |
- | <div id="part1_title" class="part_title">Proteorhodopsin</div> | + | |
- | <div id="part1_timeline" class="part_timeline"> | + | |
- | <div id="exp1" class="exp" style="position:relative; width:4px; left:10px;" alt="Exp 1"></div> | + | |
- | <div id="exp2" class="exp" style="position:relative; width:4px; left:20px;" alt="Exp 2"></div> | + | |
- | <div id="exp3" class="exp" style="position:relative; width:4px; left:30px;" alt="Exp 3"></div> | + | |
- | <div id="exp4" class="exp" style="position:relative; width:4px; left:40px;" alt="Exp 4"></div> | + | |
- | <div id="exp5" class="exp" style="position:relative; width:4px; left:50px;" alt="Exp 5"></div> | + | |
- | </div> | + | |
- | </div> | + | |
- | <br/> | + | |
- | | + | |
- | | + | |
- | </div> <!-- close of gantt --> | + | |
- | | + | |
- | </div></div> | + | |
- | | + | |
- | | + | |
- | <div id="content_menu">
| + | |
- | <ul>
| + | |
- | <li><a href="https://2011.igem.org/Team:IIT_Madras">Home</a></li> | + | |
- | <li><a href="https://2011.igem.org/Team:IIT_Madras/Team">Team</a></li> | + | |
- | <li><a href="https://2011.igem.org/Team:IIT_Madras/Project">Project</a></li> | + | |
- | <li><a href="https://2011.igem.org/Team:IIT_Madras/Parts">Parts</a></li> | + | |
- | <li><a href="https://2011.igem.org/Team:IIT_Madras/Modeling">Modeling</a></li> | + | |
- | <li><a href="https://2011.igem.org/Team:IIT_Madras/Notebook">Notebook</a></li> | + | |
- | <li><a href="https://2011.igem.org/Team:IIT_Madras/Safety">Safety</a></li> | + | |
- | <li><a href="https://2011.igem.org/Team:IIT_Madras/Attributions">Attributions</a></li> | + | |
- | </ul> | + | |
- | </div> | + | |
- | </div> | + | |
- | | + | |
- | <!-- close of content --> | + | |
- | | + | |
- | <div id="popup" align=center></div> | + | |
- | | + | |
- | </div>
| + | |
- | </body>
| + | |
- | </html>
| + | |