(15 intermediate revisions by 2 users not shown) | |||
Line 7: | Line 7: | ||
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css" > | <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css" > | ||
<link href="https://fonts.googleapis.com/css?family=PT+Sans" rel="stylesheet"> | <link href="https://fonts.googleapis.com/css?family=PT+Sans" rel="stylesheet"> | ||
− | + | <link href="https://fonts.googleapis.com/css?family=Roboto" rel="stylesheet"> | |
+ | <link href="https://fonts.googleapis.com/css?family=Lato:900" rel="stylesheet"> | ||
+ | |||
<meta name="viewport" content="width=device-width, initial-scale=1"> | <meta name="viewport" content="width=device-width, initial-scale=1"> | ||
<style> | <style> | ||
Line 18: | Line 20: | ||
} | } | ||
− | .bgimg-1, .bgimg-2, .bgimg-3 { | + | .bgimg-1, .bgimg-2, .bgimg-3, .bgimg-5, .bgimg-4 { |
position: relative; | position: relative; | ||
− | opacity: | + | opacity: 1; |
background-attachment: fixed; | background-attachment: fixed; | ||
background-position: center; | background-position: center; | ||
− | background-repeat: no-repeat; | + | background-repeat: no-repeat;F |
background-size: cover; | background-size: cover; | ||
} | } | ||
.bgimg-1 { | .bgimg-1 { | ||
− | background-image: url("https://static.igem.org/mediawiki/2018/ | + | background-image: url("https://static.igem.org/mediawiki/2018/f/ff/T--IIT_Delhi--white.jpeg"); |
− | min-height: | + | min-height: 100px; |
} | } | ||
.bgimg-2 { | .bgimg-2 { | ||
− | background-image: url("https://static.igem.org/mediawiki/2018/ | + | background-image: url("https://static.igem.org/mediawiki/2018/f/ff/T--IIT_Delhi--white.jpeg"); |
− | min-height: | + | min-height: 100px; |
} | } | ||
.bgimg-3 { | .bgimg-3 { | ||
− | background-image: url("https://static.igem.org/mediawiki/2018/ | + | background-image: url("https://static.igem.org/mediawiki/2018/f/ff/T--IIT_Delhi--white.jpeg"); |
− | min-height: | + | min-height: 100px; |
} | } | ||
+ | |||
+ | .bgimg-4{ | ||
+ | background-image: url("https://static.igem.org/mediawiki/2018/9/90/T--IIT_Delhi--Dark2.png"); | ||
+ | min-height: 300px; | ||
+ | |||
+ | } | ||
+ | |||
+ | .bgimg-5 { | ||
+ | background-image: url("https://static.igem.org/mediawiki/2018/f/ff/T--IIT_Delhi--white.jpeg"); | ||
+ | min-height: 100px; | ||
+ | } | ||
+ | |||
.caption { | .caption { | ||
Line 68: | Line 82: | ||
/* Turn off parallax scrolling for tablets and phones */ | /* Turn off parallax scrolling for tablets and phones */ | ||
@media only screen and (max-device-width: 1024px) { | @media only screen and (max-device-width: 1024px) { | ||
− | .bgimg-1, .bgimg-2, .bgimg-3 { | + | .bgimg-1, .bgimg-2, .bgimg-3, .bgimg-4, .bgimg-5 { |
background-attachment: scroll; | background-attachment: scroll; | ||
} | } | ||
Line 145: | Line 159: | ||
#banner { | #banner { | ||
− | background: url("https://static.igem.org/mediawiki/2018/ | + | background: url("https://static.igem.org/mediawiki/2018/3/3e/T--IIT_Delhi--basic_parts.png") ; |
background-position: center; | background-position: center; | ||
Line 511: | Line 525: | ||
z-index: 0; | z-index: 0; | ||
} | } | ||
+ | |||
− | + | ||
− | + | @media screen and (max-width: 850px) { | |
.navaman a{display: none;} | .navaman a{display: none;} | ||
.RespIcon {display: block;} | .RespIcon {display: block;} | ||
Line 522: | Line 537: | ||
} | } | ||
+ | body, html, #globalWrapperdivi, #bodyContent, #HQ_page { | ||
+ | |||
+ | margin-top: -17px; | ||
+ | } | ||
+ | } | ||
+ | |||
+ | |||
+ | @media screen and (max-width: 1000px) and (min-width: 850px) { | ||
+ | .navaman a{display: none;} | ||
+ | .RespIcon {display: block;} | ||
+ | .NameClass{display: none;} | ||
+ | .RespIcon .icon { | ||
+ | float: right; | ||
+ | display: block; | ||
+ | } | ||
+ | body, html, #globalWrapperdivi, #bodyContent, #HQ_page { | ||
+ | |||
+ | margin-top: -15px; | ||
+ | } | ||
+ | } | ||
+ | |||
+ | |||
+ | @media screen and (max-width: 1200px) and (min-width: 1000px) { | ||
+ | .navaman a{display: none;} | ||
+ | .RespIcon {display: block;} | ||
+ | .NameClass{display: none;} | ||
+ | .RespIcon .icon { | ||
+ | float: right; | ||
+ | display: block; | ||
+ | } | ||
+ | |||
+ | body, html, #globalWrapperdivi, #bodyContent, #HQ_page { | ||
+ | |||
+ | margin-top: -10px; | ||
+ | } | ||
+ | } | ||
+ | |||
+ | |||
+ | |||
+ | @media screen and (max-width: 1300px) and (min-width: 1200px) { | ||
+ | .navaman a{display: none;} | ||
+ | .RespIcon {display: block;} | ||
+ | .NameClass{display: none;} | ||
+ | .RespIcon .icon { | ||
+ | float: right; | ||
+ | display: block; | ||
+ | } | ||
+ | |||
+ | body, html, #globalWrapperdivi, #bodyContent, #HQ_page { | ||
+ | |||
+ | margin-top: -8px; | ||
+ | } | ||
} | } | ||
− | |||
</style> | </style> | ||
Line 636: | Line 702: | ||
</script> | </script> | ||
<script> | <script> | ||
− | + | window.sr = ScrollReveal({reset: true}); | |
window.sr = ScrollReveal(); | window.sr = ScrollReveal(); | ||
/*sr.reveal('.img1', {duration: 700}); | /*sr.reveal('.img1', {duration: 700}); | ||
Line 650: | Line 716: | ||
<body> | <body> | ||
− | <div id="globalWrapperdivi" style="margin-top: -6.5%;z-index: 1"> | + | <div id="globalWrapperdivi" style="margin-top: -6.5%;z-index: 1;background-color: white"> |
− | <div class= "NameClass" style="background-color:white;"><img src="https://static.igem.org/mediawiki/2018/d/de/T--IIT_Delhi--whitelogo.png" style="height: 150px; width: 150px;display: | + | <div class= "NameClass" style="background-color:white;"> |
+ | <a style="height: 150px; width: 150px;margin-left: 34%;margin-top: 0px; padding-top: 35px;" href="https://2018.igem.org/Team:IIT_Delhi"> | ||
+ | <img src="https://static.igem.org/mediawiki/2018/d/de/T--IIT_Delhi--whitelogo.png" style="height: 150px; width: 150px;display:inline; margin-top: 40px;"> </a> | ||
− | |||
</div> | </div> | ||
<div class="RespIcon" style="background-color: white;"> | <div class="RespIcon" style="background-color: white;"> | ||
− | + | <a href="https://2018.igem.org/Team:IIT_Delhi" style="height: 150px; width: 150px; margin-left: 5%;margin-top: 0px; padding-top: 14px;"> | |
− | + | <img src="https://static.igem.org/mediawiki/2018/d/de/T--IIT_Delhi--whitelogo.png" style="height: 150px; width: 150px; display:inline; padding-top: 15px;"> </a> <a href="javascript:void(0);" style="Background-color: white;" class="icon" onclick="openNav()"> <i class="fa fa-bars" style="padding-top: 100px"></i> </a> | |
</div> | </div> | ||
Line 673: | Line 740: | ||
</div> | </div> | ||
− | <div class="dropdownsakks-content" style="margin-top: | + | <div class="dropdownsakks-content" style="margin-top: 66px;"> |
− | <a href="https://2018.igem.org/Team:IIT_Delhi/ | + | <a href="https://2018.igem.org/Team:IIT_Delhi/Notebook">Lab Records</a> |
− | + | <a href="https://igem.org/2018_Judging_Form?team=IIT_Delhi">Medal Criteria</a> | |
− | + | ||
− | + | ||
</div> | </div> | ||
</div> | </div> | ||
Line 689: | Line 754: | ||
</div> | </div> | ||
− | <div class="dropdownsakks-content" style="margin-top: | + | <div class="dropdownsakks-content" style="margin-top: 66px;"> |
<a href="https://2018.igem.org/Team:IIT_Delhi/Team">Members</a> | <a href="https://2018.igem.org/Team:IIT_Delhi/Team">Members</a> | ||
− | <a href="https://2018.igem.org/Team:IIT_Delhi/ | + | <a href="https://2018.igem.org/Team:IIT_Delhi/Attributions">Attributions</a> |
− | + | ||
</div> | </div> | ||
</div> | </div> | ||
− | + | <div class= "borderYtoX"> | |
+ | <a href="https://2018.igem.org/Team:IIT_Delhi/Collaborations"> Collaboration</a> | ||
+ | </div> | ||
<div class="dropdownsakks"> | <div class="dropdownsakks"> | ||
Line 703: | Line 770: | ||
<a href="javascript:void(0)"> Human Practices </a> | <a href="javascript:void(0)"> Human Practices </a> | ||
</div> | </div> | ||
− | <div class="dropdownsakks-content" style="margin-top: | + | <div class="dropdownsakks-content" style="margin-top: 66px;"> |
<a href="https://2018.igem.org/Team:IIT_Delhi/Human_Practices">Human Practices</a> | <a href="https://2018.igem.org/Team:IIT_Delhi/Human_Practices">Human Practices</a> | ||
− | + | ||
− | <a href="https://2018.igem.org/Team:IIT_Delhi/ | + | <a href="https://2018.igem.org/Team:IIT_Delhi/Safety">Safety</a> |
<a href="https://2018.igem.org/Team:IIT_Delhi/Public_Engagement">Public Engagement</a> | <a href="https://2018.igem.org/Team:IIT_Delhi/Public_Engagement">Public Engagement</a> | ||
</div> | </div> | ||
</div> | </div> | ||
<div class= "borderYtoX"> | <div class= "borderYtoX"> | ||
− | <a href="https://2018.igem.org/Team:IIT_Delhi/ | + | <a href="https://2018.igem.org/Team:IIT_Delhi/Model">Modelling</a> |
</div> | </div> | ||
<div class="dropdownsakks"> | <div class="dropdownsakks"> | ||
Line 721: | Line 788: | ||
<a href="javascript:void(0)"> Parts </a> | <a href="javascript:void(0)"> Parts </a> | ||
</div> | </div> | ||
− | <div class="dropdownsakks-content" style="margin-top: | + | <div class="dropdownsakks-content" style="margin-top: 66px;"> |
<a href="https://2018.igem.org/Team:IIT_Delhi/Basic_Part">Basic Parts</a> | <a href="https://2018.igem.org/Team:IIT_Delhi/Basic_Part">Basic Parts</a> | ||
Line 729: | Line 796: | ||
</div> | </div> | ||
</div> | </div> | ||
− | + | <div class="dropdownsakks"> | |
<div class= "borderYtoX"> | <div class= "borderYtoX"> | ||
− | <a href=" | + | <a href="javascript:void(0)" >Results</a> |
</div> | </div> | ||
− | + | <div class="dropdownsakks-content" style="margin-top: 66px;"> | |
+ | <a href="https://2018.igem.org/Team:IIT_Delhi/Demonstrate">Demonstrate</a> | ||
+ | <a href="https://2018.igem.org/Team:IIT_Delhi/InterLab">Interlab</a> | ||
+ | |||
+ | </div> | ||
+ | |||
+ | |||
+ | |||
+ | </div> | ||
Line 745: | Line 820: | ||
<a href="javascript:void(0)"> Project </a> | <a href="javascript:void(0)"> Project </a> | ||
</div> | </div> | ||
− | <div class="dropdownsakks-content" style="margin-top: | + | <div class="dropdownsakks-content" style="margin-top: 66px;"> |
<a href="https://2018.igem.org/Team:IIT_Delhi/Description">Overview</a> | <a href="https://2018.igem.org/Team:IIT_Delhi/Description">Overview</a> | ||
<a href="https://2018.igem.org/Team:IIT_Delhi/Design">Design</a> | <a href="https://2018.igem.org/Team:IIT_Delhi/Design">Design</a> | ||
Line 782: | Line 857: | ||
<div class="dropdownsakks-container" id="mydropdownsakks1" style= "font-style: italic; "> | <div class="dropdownsakks-container" id="mydropdownsakks1" style= "font-style: italic; "> | ||
− | <a href=" | + | <a href="https://2018.igem.org/Team:IIT_Delhi/Description" style="font-size: 15px; padding-bottom: 5px; padding: 10px; padding-top: 0px;">Overview</a> |
− | <a href=" | + | <a href="https://2018.igem.org/Team:IIT_Delhi/Design" style="font-size: 15px;padding: 10px; padding-top: 5px; |
padding-bottom: 0px;" >Design</a> | padding-bottom: 0px;" >Design</a> | ||
</div> | </div> | ||
− | |||
− | |||
<button class="overlayved-btn" onclick="myFunction2()" style="padding-bottom: 15px;">Parts | <button class="overlayved-btn" onclick="myFunction2()" style="padding-bottom: 15px;">Parts | ||
<i class="fa fa-caret-right"></i> | <i class="fa fa-caret-right"></i> | ||
Line 794: | Line 867: | ||
<div class="dropdownsakks-container" id="mydropdownsakks2" style= "font-style: italic;"> | <div class="dropdownsakks-container" id="mydropdownsakks2" style= "font-style: italic;"> | ||
− | <a href=" | + | <a href="https://2018.igem.org/Team:IIT_Delhi/Basic_Part" style="font-size: 15px;font-size: 15px; padding-bottom: 5px; padding: 10px; padding-top: 3px;" >Basic Parts</a> |
− | <a href=" | + | <a href="https://2018.igem.org/Team:IIT_Delhi/Composite_Part" style="font-size: 15px;font-size: 15px; padding: 10px; padding-bottom: 5px; padding-top: 5px;" >Composite Parts</a> |
+ | |||
+ | </div> | ||
+ | |||
+ | |||
+ | <button class="overlayved-btn" onclick="myFunction6()" style="padding-bottom: 15px;">Results | ||
+ | <i class="fa fa-caret-right"></i> | ||
+ | </button> | ||
+ | |||
+ | <div class="dropdownsakks-container" id="mydropdownsakks6" style= "font-style: italic;"> | ||
+ | <a href="https://2018.igem.org/Team:IIT_Delhi/Demonstrate" style="font-size: 15px;font-size: 15px; padding-bottom: 5px; padding: 10px; padding-top: 3px;" >Demonstrate</a> | ||
+ | <a href="https://2018.igem.org/Team:IIT_Delhi/InterLab" style="font-size: 15px;font-size: 15px; padding: 10px; padding-bottom: 5px; padding-top: 5px;" >Interlab</a> | ||
</div> | </div> | ||
− | <a href=" | + | <a href="https://2018.igem.org/Team:IIT_Delhi/Model" style="padding-bottom: 15px;padding-top: 15px;" >Modelling</a> |
<button class="overlayved-btn" onclick="myFunction3()" style="padding-bottom: 15px;" >Human Practices | <button class="overlayved-btn" onclick="myFunction3()" style="padding-bottom: 15px;" >Human Practices | ||
Line 806: | Line 890: | ||
<div class="dropdownsakks-container" id="mydropdownsakks3" style= "font-style: italic;" > | <div class="dropdownsakks-container" id="mydropdownsakks3" style= "font-style: italic;" > | ||
− | <a href=" | + | <a href="https://2018.igem.org/Team:IIT_Delhi/Human_Practices" style="font-size: 15px;font-size: 15px; padding-bottom: 5px; padding: 10px; padding-top: 0px; " >Human Practices</a> |
− | <a href=" | + | <a href="https://2018.igem.org/Team:IIT_Delhi/Safety" style="font-size: 15px;font-size: 15px; padding-bottom: 5px; padding: 10px; padding-top: 5px;" >Safety</a> |
− | + | <a href="https://2018.igem.org/Team:IIT_Delhi/Public_Engagement" style="font-size: 15px;padding: 10px; padding-top: 5px; | |
− | <a href=" | + | |
padding-bottom: 0px;" >Public Engagement</a> | padding-bottom: 0px;" >Public Engagement</a> | ||
</div> | </div> | ||
− | <a href=" | + | <a href="https://2018.igem.org/Team:IIT_Delhi/Collaborations" style="padding-bottom: 15px;padding-top: 15px;" >Collaboration</a> |
<button class="overlayved-btn" onclick="myFunction4()" style="padding-bottom: 15px;padding-top: 15px;" >Team | <button class="overlayved-btn" onclick="myFunction4()" style="padding-bottom: 15px;padding-top: 15px;" >Team | ||
Line 820: | Line 903: | ||
<div class="dropdownsakks-container" id="mydropdownsakks4" style= "font-style: italic;"> | <div class="dropdownsakks-container" id="mydropdownsakks4" style= "font-style: italic;"> | ||
− | <a href=" | + | <a href="https://2018.igem.org/Team:IIT_Delhi/Team" style="font-size: 15px; font-size: 15px; padding-bottom: 5px; padding: 10px; padding-top: 0px;padding-bottom: 5px;" >Members</a> |
− | <a href=" | + | <a href="https://2018.igem.org/Team:IIT_Delhi/Attributions" style="font-size: 15px;padding: 10px; padding-top: 5px; |
padding-bottom: 5px;" >Attributions</a> | padding-bottom: 5px;" >Attributions</a> | ||
− | + | ||
− | + | ||
</div> | </div> | ||
Line 832: | Line 914: | ||
<div class="dropdownsakks-container" id="mydropdownsakks5" style= "font-style: italic;"> | <div class="dropdownsakks-container" id="mydropdownsakks5" style= "font-style: italic;"> | ||
− | <a href=" | + | <a href="https://2018.igem.org/Team:IIT_Delhi/Notebook" style="font-size: 15px;font-size: 15px; padding-bottom: 5px; padding: 10px; padding-top: 0px; " >Lab Records</a> |
− | + | <a href="https://igem.org/2018_Judging_Form?team=IIT_Delhi" style="font-size: 15px;font-size: 15px; padding-bottom: 5px; padding: 10px; padding-top: 5px;" >Medal Criteria</a> | |
− | <a href=" | + | |
− | + | ||
</div> | </div> | ||
Line 841: | Line 921: | ||
</div> | </div> | ||
− | </div> | + | </div> |
− | + | ||
− | + | ||
− | + | ||
<!-- Banner --> | <!-- Banner --> | ||
Line 852: | Line 929: | ||
</section> | </section> | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | <div style="color: | + | <div style="color: black;background-color:white;text-align:center;padding:50px 80px;text-align: justify;margin: auto;width: 80%;font-size: 60%;line-height: 1.5;"> |
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | <table> | |
+ | <tr> | ||
+ | <th>S. No</th> | ||
+ | <th>Part Name</th> | ||
+ | <th>BioBrick</th> | ||
+ | <th>Description</th> | ||
+ | <th>Part Type</th> | ||
+ | </tr> | ||
+ | <tr> | ||
+ | <td>1</td> | ||
+ | <td><a href="http://parts.igem.org/Part:BBa_K2814001"><span style="font-weight: 400;">BBa_K2814001</span></a></td> | ||
+ | <td>pLTL</td> | ||
+ | <td>Lac-Tet-Lac Hybrid Promoter</td> | ||
+ | <td>Promoter</td> | ||
+ | </tr> | ||
+ | <tr> | ||
+ | <td>2</td> | ||
+ | <td><a href="http://parts.igem.org/Part:BBa_K2814007">BBa_K2814007</a></td> | ||
+ | <td>sfGFP_ssrA</td> | ||
+ | <td>Reporter gene (codon-optimised for E. coli)</td> | ||
+ | <td>Coding Sequence</td> | ||
+ | </tr> | ||
+ | <tr> | ||
+ | <td>3</td> | ||
+ | <td><a href="http://parts.igem.org/Part:BBa_K2814008">BBa_K2814008</a></td> | ||
+ | <td>rrnB T1 Terminator + T7Te Terminator</td> | ||
+ | <td>Double Transcriptional Terminator</td> | ||
+ | <td>Terminator</td> | ||
+ | </tr> | ||
+ | <tr> | ||
+ | <td>4</td> | ||
+ | <td><a href="http://parts.igem.org/Part:BBa_K2814009">BBa_K2814009</a></td> | ||
+ | <td>mKate2</td> | ||
+ | <td>Reporter gene (codon-optimised for E. coli)</td> | ||
+ | <td>Coding Sequence</td> | ||
+ | </tr> | ||
+ | <tr> | ||
+ | <td>5</td> | ||
+ | <td><a href="http://parts.igem.org/Part:BBa_K2814010">BBa_K2814010</a></td> | ||
+ | <td>rrnB T1 Terminator</td> | ||
+ | <td>Transcriptional Terminator</td> | ||
+ | <td>Terminator</td> | ||
+ | </tr> | ||
+ | <tr> | ||
+ | <td>6</td> | ||
+ | <td><a href="http://parts.igem.org/Part:BBa_K2814011">BBa_K2814011</a></td> | ||
+ | <td>attP TP901-1</td> | ||
+ | <td>Attachment site for TP901-1 Integrase</td> | ||
+ | <td>DNA</td> | ||
+ | </tr> | ||
+ | <tr> | ||
+ | <td>7</td> | ||
+ | <td><a href="http://parts.igem.org/Part:BBa_K2814012">BBa_K2814012</a></td> | ||
+ | <td>BxbI Integrase + ssrA(LVA) deg tag</td> | ||
+ | <td>CDS for Integrase Bxb1</td> | ||
+ | <td>Coding Sequence</td> | ||
+ | </tr> | ||
+ | <tr> | ||
+ | <td>8</td> | ||
+ | <td><a href="http://parts.igem.org/Part:BBa_K2814013">BBa_K2814013</a></td> | ||
+ | <td>attB TP901-1</td> | ||
+ | <td>Attachment site for TP901-1 Integrase</td> | ||
+ | <td>DNA</td> | ||
+ | </tr> | ||
+ | <tr> | ||
+ | <td>9</td> | ||
+ | <td><a href="http://parts.igem.org/Part:BBa_K2814014">BBa_K2814014</a></td> | ||
+ | <td>complement of B0034, RBS on the antisense strand</td> | ||
+ | <td>Ribosome Binding Site</td> | ||
+ | <td>RBS</td> | ||
+ | </tr> | ||
+ | <tr> | ||
+ | <td>10</td> | ||
+ | <td><a href="http://parts.igem.org/Part:BBa_K2814015">BBa_K2814015</a></td> | ||
+ | <td>pLac(lambda) hybrid</td> | ||
+ | <td>Lac-Lambda Hybrid Promoter</td> | ||
+ | <td>Promoter</td> | ||
+ | </tr> | ||
+ | <tr> | ||
+ | <td>11</td> | ||
+ | <td><a href="http://parts.igem.org/Part:BBa_K2814017">BBa_K2814017</a></td> | ||
+ | <td>attP Bxb1</td> | ||
+ | <td>Attachment site for Bxb1 Integrase</td> | ||
+ | <td>DNA</td> | ||
+ | </tr> | ||
+ | <tr> | ||
+ | <td>12</td> | ||
+ | <td><a href="http://parts.igem.org/Part:BBa_K2814018">BBa_K2814018</a></td> | ||
+ | <td>attB Bxb1</td> | ||
+ | <td>Attachment site for Bxb1 Integrase</td> | ||
+ | <td>DNA</td> | ||
+ | </tr> | ||
+ | <tr> | ||
+ | <td>13</td> | ||
+ | <td><a href="http://parts.igem.org/Part:BBa_K2814019">BBa_K2814019</a></td> | ||
+ | <td>P7 Promoter</td> | ||
+ | <td>Constitutive P7 promoter</td> | ||
+ | <td>Promoter</td> | ||
+ | </tr> | ||
+ | <tr> | ||
+ | <td>14</td> | ||
+ | <td><a href="http://parts.igem.org/Part:BBa_K2814021">BBa_K2814021</a></td> | ||
+ | <td>BxbI-Xis + ssrA(LVA) deg tag</td> | ||
+ | <td>CDS for Recombinase Directionality Factor for Integrase Bxb1</td> | ||
+ | <td>Coding Sequence</td> | ||
+ | </tr> | ||
+ | <tr> | ||
+ | <td>15</td> | ||
+ | <td><a href="http://parts.igem.org/Part:BBa_K2814022">BBa_K2814022</a></td> | ||
+ | <td>attB BxbI (reverse orientation)</td> | ||
+ | <td>Attachment site for Bxb1 Integrase (Reverse)</td> | ||
+ | <td>DNA</td> | ||
+ | </tr> | ||
+ | <tr> | ||
+ | <td>16</td> | ||
+ | <td><a href="http://parts.igem.org/Part:BBa_K2814025">BBa_K2814025</a></td> | ||
+ | <td>TP901-1 Integrase</td> | ||
+ | <td>CDS for Integrase TP901-1</td> | ||
+ | <td>Coding Sequence</td> | ||
+ | </tr> | ||
+ | </table> | ||
</div> | </div> | ||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | + | <div style="background-color: white"> | |
− | + | <div style="background-color: #555;color:black;font-size: 35px;text-align: center;font-family: sans-serif;"><h4 style="color: white">Contact us</h4></div> | |
− | + | <div style="text-align: center;margin-bottom: -136px;"><h4 style="color:black;font-size: 50px;"><u class="fx" style="cursor: pointer;text-align: center">Address</u></h4><p style="text-align: center;margin-bottom: 16px">Undergraduate Laboratory<br> | |
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | <div style="background-color: | + | |
− | <div style="text-align: center;margin-bottom: -136px;"><h4 style="font-size: 50px;"><u class="fx" style="cursor: pointer;text-align: center">Address</u></h4><p style="text-align: center;margin-bottom: 16px">Undergraduate Laboratory<br> | + | |
Department of Biotechnology and Biochemical Engineering, IIT Delhi</p> | Department of Biotechnology and Biochemical Engineering, IIT Delhi</p> | ||
</div> | </div> | ||
− | <div style="margin-left: 75%;height: auto;max-height: inherit;width: auto;max-width: inherit;margin-bottom: 8px;"><i class="fa fa-facebook-official fx" style="font-size:90px;transition: 0.5s;transition-duration: 0.3s;transition-property: transform;margin-bottom: 30px;"></i></div> | + | <div style="margin-left: 75%;height: auto;max-height: inherit;width: auto;max-width: inherit;margin-bottom: 8px;"><a href="https://www.facebook.com/igemiitdelhi/" style="color:black;"><i class="fa fa-facebook-official fx" style="font-size:90px;transition: 0.5s;transition-duration: 0.3s;transition-property: transform;margin-bottom: 30px;"></i></a></div> |
− | <div style="height: auto;max-height: inherit;width: auto;max-width: inherit; margin-left: 20%;margin-top: -125.5px;display: block;"><i class="fa fa- | + | <div style="height: auto;max-height: inherit;width: auto;max-width: inherit; margin-left: 20%;margin-top: -125.5px;display: block;"><a href="https://twitter.com/igem_iit_delhi?lang=en" style="color:black;"><i class="fa fa-twitter fxln" style="font-size:90px;transition: 0.5s;transition-duration: 0.3s;transition-property: transform;margin-bottom: 30px;"></i></a></div> |
− | <div style="margin-left: 90%;margin-top: -120px;display: block;height: auto;max-height: inherit;width: auto;max-width: inherit;"><i class="fa fa-instagram fx1" style="font-size:90px;transition: 0.5s;transition-duration: 0.3s;transition-property: transform;margin-bottom: 30px;"></i></div> | + | <div style="margin-left: 90%;margin-top: -120px;display: block;height: auto;max-height: inherit;width: auto;max-width: inherit;"><a href="https://www.instagram.com/igemiitd/" style="color:black;"><i class="fa fa-instagram fx1" style="font-size:90px;transition: 0.5s;transition-duration: 0.3s;transition-property: transform;margin-bottom: 30px;"></i></a></div> |
− | <div style="margin-left: 4.5%;margin-top: -120px;display: block;height: auto;max-height: inherit;width: auto;max-width: inherit;"><i class="fa fa-envelope fxm" style="font-size:90px;transition: 0.5s;transition-duration: 0.3s;transition-property: transform;margin-bottom: 30px;"></i></div> | + | <div style="margin-left: 4.5%;margin-top: -120px;display: block;height: auto;max-height: inherit;width: auto;max-width: inherit;"><a href="iitd.igem@gmail.com" style="color:black;"><i class="fa fa-envelope fxm" style="font-size:90px;transition: 0.5s;transition-duration: 0.3s;transition-property: transform;margin-bottom: 30px;"></i></a></div> |
</div> | </div> | ||
</div> | </div> |
Latest revision as of 23:40, 17 October 2018
S. No | Part Name | BioBrick | Description | Part Type |
---|---|---|---|---|
1 | BBa_K2814001 | pLTL | Lac-Tet-Lac Hybrid Promoter | Promoter |
2 | BBa_K2814007 | sfGFP_ssrA | Reporter gene (codon-optimised for E. coli) | Coding Sequence |
3 | BBa_K2814008 | rrnB T1 Terminator + T7Te Terminator | Double Transcriptional Terminator | Terminator |
4 | BBa_K2814009 | mKate2 | Reporter gene (codon-optimised for E. coli) | Coding Sequence |
5 | BBa_K2814010 | rrnB T1 Terminator | Transcriptional Terminator | Terminator |
6 | BBa_K2814011 | attP TP901-1 | Attachment site for TP901-1 Integrase | DNA |
7 | BBa_K2814012 | BxbI Integrase + ssrA(LVA) deg tag | CDS for Integrase Bxb1 | Coding Sequence |
8 | BBa_K2814013 | attB TP901-1 | Attachment site for TP901-1 Integrase | DNA |
9 | BBa_K2814014 | complement of B0034, RBS on the antisense strand | Ribosome Binding Site | RBS |
10 | BBa_K2814015 | pLac(lambda) hybrid | Lac-Lambda Hybrid Promoter | Promoter |
11 | BBa_K2814017 | attP Bxb1 | Attachment site for Bxb1 Integrase | DNA |
12 | BBa_K2814018 | attB Bxb1 | Attachment site for Bxb1 Integrase | DNA |
13 | BBa_K2814019 | P7 Promoter | Constitutive P7 promoter | Promoter |
14 | BBa_K2814021 | BxbI-Xis + ssrA(LVA) deg tag | CDS for Recombinase Directionality Factor for Integrase Bxb1 | Coding Sequence |
15 | BBa_K2814022 | attB BxbI (reverse orientation) | Attachment site for Bxb1 Integrase (Reverse) | DNA |
16 | BBa_K2814025 | TP901-1 Integrase | CDS for Integrase TP901-1 | Coding Sequence |