(12 intermediate revisions by 5 users not shown) | |||
Line 1: | Line 1: | ||
<html> | <html> | ||
− | < | + | <link href='https://fonts.googleapis.com/css?family=Boogaloo' rel='stylesheet'> |
− | + | <script> | |
− | + | // When the user scrolls down 20px from the top of the document, show the button | |
− | + | window.onscroll = function() {scrollFunction()}; | |
− | + | ||
− | + | ||
+ | function scrollFunction() { | ||
+ | if (document.body.scrollTop > 20 || document.documentElement.scrollTop > 20) { | ||
+ | document.getElementById("myBtn").style.display = "block"; | ||
+ | } else { | ||
+ | document.getElementById("myBtn").style.display = "none"; | ||
+ | } | ||
+ | } | ||
+ | // When the user clicks on the button, scroll to the top of the document | ||
+ | function topFunction() { | ||
+ | document.body.scrollTop = 0; | ||
+ | document.documentElement.scrollTop = 0; | ||
+ | } | ||
+ | </script> | ||
<style> | <style> | ||
@charset "UTF-8"; | @charset "UTF-8"; | ||
@import url(font-awesome.min.css); | @import url(font-awesome.min.css); | ||
@import url("http://fonts.googleapis.com/css?family=Lato:300,400"); | @import url("http://fonts.googleapis.com/css?family=Lato:300,400"); | ||
+ | @import url ("'https://fonts.googleapis.com/css?family=Boogaloo"); | ||
+ | |||
+ | #myBtn { | ||
+ | display: none; | ||
+ | position: fixed; | ||
+ | bottom: 30px; | ||
+ | right: 200px; | ||
+ | z-index: 99999; | ||
+ | border: none; | ||
+ | outline: none; | ||
+ | background-color: red; | ||
+ | color: white; | ||
+ | cursor: pointer; | ||
+ | padding: 15px; | ||
+ | height: 50px; | ||
+ | width: 50px; | ||
+ | border-radius: 50px; | ||
+ | } | ||
+ | |||
+ | #myBtn:hover { | ||
+ | background-color: #555; | ||
+ | } | ||
+ | .pagetop{ | ||
+ | position:relative; | ||
+ | } | ||
+ | .fitum { | ||
+ | |||
+ | |||
+ | width:50%; | ||
+ | |||
+ | } | ||
+ | .igem_iit_delhi_width-max | ||
+ | { | ||
+ | width:100%; | ||
+ | height: auto; | ||
+ | } | ||
+ | .navbar { | ||
+ | position:fixed;/* ie6 will treat this as fixed because of a bug where overflow:auto is set on a parent */ | ||
+ | top:0px; | ||
+ | left:0px; | ||
+ | height:28px; | ||
+ | width:100%;; | ||
+ | margin:0; | ||
+ | padding:20px; | ||
+ | z-index:999; | ||
+ | background-color: #333; | ||
+ | overflow:visible; | ||
+ | } | ||
+ | button.accordion:after { | ||
+ | content: '+'; | ||
+ | color: #777; | ||
+ | font-weight: bold; | ||
+ | float: right; | ||
+ | margin-left: 5px; | ||
+ | } | ||
+ | |||
+ | button.accordion.active:after { | ||
+ | content: "-"; | ||
+ | |||
+ | } | ||
+ | button.back1{ | ||
+ | background-color: #FFA0A0; | ||
+ | } | ||
+ | button.back2{ | ||
+ | background-color: #FFFBA0; | ||
+ | } | ||
+ | button.back3{ | ||
+ | background-color: #AEFFA0; | ||
+ | } | ||
+ | button.back4{ | ||
+ | background-color: #A0B1FF; | ||
+ | } | ||
+ | button.accordion { | ||
+ | |||
+ | color: #444; | ||
+ | cursor: pointer; | ||
+ | padding: 18px; | ||
+ | width: 100%; | ||
+ | border: none; | ||
+ | text-align: left; | ||
+ | outline: none; | ||
+ | font-size: 25px; | ||
+ | transition: 0.4s; | ||
+ | border: 2px solid black; | ||
+ | font-family: 'Boogaloo'; | ||
+ | } | ||
+ | .h2font { | ||
+ | |||
+ | color: #444; | ||
+ | font-size: 50px; | ||
+ | |||
+ | font-family: 'Boogaloo'; | ||
+ | } | ||
+ | #pfont { | ||
+ | |||
+ | color: #444; | ||
+ | font-size: 18px; | ||
+ | |||
+ | font-family: 'Boogaloo'; | ||
+ | } | ||
+ | button.accordion.active, button.accordion:hover { | ||
+ | background-color: #fff; | ||
+ | } | ||
+ | |||
+ | div.panel { | ||
+ | padding: 10 10px; | ||
+ | background-color: #FDFF88; | ||
+ | display: none; | ||
+ | |||
+ | |||
+ | |||
+ | } | ||
+ | |||
+ | |||
+ | |||
+ | |||
− | |||
− | |||
− | |||
− | |||
− | |||
/* Basic */ | /* Basic */ | ||
Line 27: | Line 149: | ||
body, input, select, textarea { | body, input, select, textarea { | ||
color: #444; | color: #444; | ||
− | font-family: | + | font-family: 'Boogaloo', Helvetica, sans-serif; |
font-size: 15pt; | font-size: 15pt; | ||
font-weight: 300; | font-weight: 300; | ||
Line 43: | Line 165: | ||
strong, b { | strong, b { | ||
− | color: # | + | color: #000; |
− | font-weight: | + | font-weight: 500; |
} | } | ||
Line 158: | Line 280: | ||
/* Section/Article */ | /* Section/Article */ | ||
+ | .paddingleft{ | ||
+ | padding-left: 10px; | ||
+ | } | ||
+ | .paddingright{ | ||
+ | padding-right: 10px; | ||
+ | } | ||
section.special, article.special { | section.special, article.special { | ||
Line 198: | Line 326: | ||
header.major p { | header.major p { | ||
− | border-top: | + | border-top: thick double rgba(144, 144, 144, 0.25); |
display: inline-block; | display: inline-block; | ||
padding: 2em 2em 0 2em; | padding: 2em 2em 0 2em; | ||
Line 266: | Line 394: | ||
-moz-osx-font-smoothing: grayscale; | -moz-osx-font-smoothing: grayscale; | ||
-webkit-font-smoothing: antialiased; | -webkit-font-smoothing: antialiased; | ||
− | font-family: | + | font-family: 'Boogaloo'; |
font-style: normal; | font-style: normal; | ||
font-weight: normal; | font-weight: normal; | ||
Line 332: | Line 460: | ||
-moz-osx-font-smoothing: grayscale; | -moz-osx-font-smoothing: grayscale; | ||
-webkit-font-smoothing: antialiased; | -webkit-font-smoothing: antialiased; | ||
− | font-family: | + | font-family:'Boogaloo'; |
font-style: normal; | font-style: normal; | ||
font-weight: normal; | font-weight: normal; | ||
Line 433: | Line 561: | ||
-moz-osx-font-smoothing: grayscale; | -moz-osx-font-smoothing: grayscale; | ||
-webkit-font-smoothing: antialiased; | -webkit-font-smoothing: antialiased; | ||
− | font-family: | + | font-family: 'Boogaloo'; |
font-style: normal; | font-style: normal; | ||
font-weight: normal; | font-weight: normal; | ||
Line 660: | Line 788: | ||
table { | table { | ||
− | margin: 0 0 | + | margin: 0 0 0em 0; |
− | width: | + | width: 98.5%; |
} | } | ||
table tbody tr { | table tbody tr { | ||
− | border: solid | + | border: solid 0px #000; |
border-left: 0; | border-left: 0; | ||
border-right: 0; | border-right: 0; | ||
} | } | ||
− | + | ||
− | + | ||
− | + | .tr2{ | |
+ | background-color: rgba(82,82,82,0.99); | ||
+ | } | ||
+ | .tr3{ | ||
+ | background-color: #000; | ||
+ | |||
+ | } | ||
+ | .tr4{ | ||
+ | font-color: #fff; | ||
+ | } | ||
+ | |||
table td { | table td { | ||
− | padding: | + | padding: 0em 0em; |
+ | color: #fff; | ||
+ | |||
+ | } | ||
+ | .table1 td { | ||
+ | padding: 0em 0em; | ||
+ | color: #000; | ||
+ | |||
} | } | ||
table th { | table th { | ||
− | color: # | + | color: #fe4400; |
+ | background-color: #fff; | ||
font-size: 0.9em; | font-size: 0.9em; | ||
font-weight: 400; | font-weight: 400; | ||
Line 687: | Line 833: | ||
table thead { | table thead { | ||
− | border-bottom: solid 0px rgba( | + | border-bottom: solid 0px rgba(0,0,0, 0.25); |
} | } | ||
table tfoot { | table tfoot { | ||
− | border-top: solid | + | border-top: solid 0.5px rgba(0,0,0, 0.25); |
} | } | ||
Line 699: | Line 845: | ||
table.alt tbody tr td { | table.alt tbody tr td { | ||
− | border: solid | + | border: solid 0.5px rgba(144, 144, 144, 0.25); |
border-left-width: 0; | border-left-width: 0; | ||
border-top-width: 0; | border-top-width: 0; | ||
Line 972: | Line 1,118: | ||
background-position: center; | background-position: center; | ||
background-repeat: no-repeat; | background-repeat: no-repeat; | ||
− | background-size: cover; | + | background-size: cover ; |
+ | |||
color: #ffffff; | color: #ffffff; | ||
− | padding: | + | padding: 27.5em 0em 1em; |
text-align: center; | text-align: center; | ||
+ | padding-bottom: 150px; | ||
} | } | ||
Line 1,054: | Line 1,202: | ||
background: #202222; | background: #202222; | ||
color: #ddd; | color: #ddd; | ||
− | padding: 1em 0em | + | padding: 1em 0em; |
} | } | ||
Line 1,136: | Line 1,284: | ||
-webkit-font-smoothing: antialiased; | -webkit-font-smoothing: antialiased; | ||
} | } | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
Line 1,158: | Line 1,295: | ||
.bggg | .bggg | ||
{ | { | ||
− | background-image: url("background.png"); | + | background-image: url("https://static.igem.org/mediawiki/2017/c/c9/T--IIT_Delhi--background.png"); |
padding-left: 300px; | padding-left: 300px; | ||
padding-right: 300px; | padding-right: 300px; | ||
Line 1,167: | Line 1,304: | ||
background-size: cover; | background-size: cover; | ||
padding-bottom: 0px; | padding-bottom: 0px; | ||
+ | |||
} | } | ||
.width-max | .width-max | ||
Line 1,194: | Line 1,332: | ||
outline: none; | outline: none; | ||
color: white; | color: white; | ||
− | padding: | + | padding: 15px 16px; |
background-color: inherit; | background-color: inherit; | ||
+ | z-index: 101; | ||
+ | } | ||
+ | |||
+ | .dropbtn1 { | ||
+ | font-size: 16px; | ||
+ | border: none; | ||
+ | outline: none; | ||
+ | color: white; | ||
+ | padding: 15px 16px; | ||
+ | background-color: inherit; | ||
+ | z-index: 101; | ||
+ | } | ||
+ | |||
+ | .dropbtn2 { | ||
+ | font-size: 16px; | ||
+ | border: none; | ||
+ | outline: none; | ||
+ | color: white; | ||
+ | padding: 15px 16px; | ||
+ | background-color: #000; | ||
+ | background-size: 100% 100%; | ||
z-index: 101; | z-index: 101; | ||
} | } | ||
Line 1,203: | Line 1,362: | ||
z-index: 101; | z-index: 101; | ||
} | } | ||
+ | |||
.dropdown-content { | .dropdown-content { | ||
Line 1,274: | Line 1,434: | ||
margin-right: 60px; | margin-right: 60px; | ||
} | } | ||
+ | |||
+ | .right_menu1{ | ||
+ | float: left; | ||
+ | text-align: left; | ||
+ | width: auto; | ||
+ | margin-right: 60px; | ||
+ | } | ||
+ | |||
.backbody { | .backbody { | ||
background-image: url("1.png"); | background-image: url("1.png"); | ||
Line 1,313: | Line 1,481: | ||
breakpoints: { | breakpoints: { | ||
global: { | global: { | ||
− | href: ' | + | href: 'https://2017.igem.org/wiki/index.php?title=Team:IIT_Delhi&action=edit', |
containers: 1400, | containers: 1400, | ||
grid: { gutters: ['2em', 0] } | grid: { gutters: ['2em', 0] } | ||
Line 1,405: | Line 1,573: | ||
<div class = "navbar "> | <div class = "navbar "> | ||
− | <a href=" | + | |
+ | <button class="dropbtn2"><a href="https://2017.igem.org/Team:IIT_Delhi">iGEM IIT Delhi</a></button> | ||
<div class = "right_menu"> | <div class = "right_menu"> | ||
<div class="dropdown"> | <div class="dropdown"> | ||
Line 1,412: | Line 1,581: | ||
</button> | </button> | ||
<div class="dropdown-content"> | <div class="dropdown-content"> | ||
− | <a href=" | + | <a href="/Team:IIT_Delhi/Description">Overview</a> |
− | <a href=" | + | <a href="/Team:IIT_Delhi/Design">Squarewave Generator</a> |
− | + | ||
− | <a href=" | + | <a href="/Team:IIT_Delhi/InterLab">Interlab</a> |
− | + | ||
</div> | </div> | ||
</div> | </div> | ||
− | + | <div class="dropdown"> | |
− | <button class="dropbtn"> | + | <button class="dropbtn">Results |
<i class="fa fa-caret-down"></i> | <i class="fa fa-caret-down"></i> | ||
</button> | </button> | ||
<div class="dropdown-content"> | <div class="dropdown-content"> | ||
− | <a href=" | + | <a href="/Team:IIT_Delhi/Circuit_Design">Circuit design and construction</a> |
− | <a href=" | + | <a href="/Team:IIT_Delhi/Microfluidics">Microfluidics and Fluorescence</a> |
− | <a href=" | + | <a href="/Team:IIT_Delhi/Photobleaching">Photobleaching</a> |
+ | <a href="/Team:IIT_Delhi/Promoter">Promoter strength</a> | ||
+ | <a href="/Team:IIT_Delhi/Oscillations">Oscillations</a> | ||
+ | |||
</div> | </div> | ||
− | </div> | + | </div> |
+ | |||
+ | <div class="dropdown"> | ||
+ | <button class="dropbtn">Parts | ||
+ | <i class="fa fa-caret-down"></i> | ||
+ | </button> | ||
+ | <div class="dropdown-content"> | ||
+ | <a href="/Team:IIT_Delhi/Basic_Part">Basic Parts</a> | ||
+ | <a href="/Team:IIT_Delhi/Composite_Part">Composite Parts</a> | ||
+ | <a href="/Team:IIT_Delhi/Improved_Part">Improved Parts</a> | ||
+ | <a href="/Team:IIT_Delhi/Part_Collection">Part Collection</a> | ||
+ | |||
+ | </div> | ||
+ | </div> | ||
+ | |||
+ | <div class="dropdown"> | ||
+ | <button class="dropbtn">Modeling | ||
+ | <i class="fa fa-caret-down"></i> | ||
+ | </button> | ||
+ | <div class="dropdown-content-big"> | ||
+ | <a href="/Team:IIT_Delhi/Model">Overview</a> | ||
+ | <a href="/Team:IIT_Delhi/Write_Model">Writing a Model</a> | ||
+ | <a href="/Team:IIT_Delhi/Deterministic_Model">Deterministic Model </a> | ||
+ | <a href="/Team:IIT_Delhi/Stochastic_Model">Stochastic Model</a> | ||
+ | <a href="/Team:IIT_Delhi/Bifurcation">Bifurcation and Squareness</a> | ||
+ | <a href="/Team:IIT_Delhi/Resources">Resource sharing</a> | ||
+ | </div> | ||
+ | </div> | ||
<div class="dropdown"> | <div class="dropdown"> | ||
<button class="dropbtn">Human Practices | <button class="dropbtn">Human Practices | ||
Line 1,434: | Line 1,632: | ||
</button> | </button> | ||
<div class="dropdown-content-big"> | <div class="dropdown-content-big"> | ||
− | <a href=" | + | <a href="/Team:IIT_Delhi/HP/Silver">Human Practices</a> |
− | <a href=" | + | <a href="/Team:IIT_Delhi/HP/Gold_Integrated">Integrated Practices</a> |
− | <a href=" | + | <a href="/Team:IIT_Delhi/Engagement">Public Engagement</a> |
− | <a href=" | + | <a href="/Team:IIT_Delhi/Collaborations">Collaborations</a> |
+ | <a href="/Team:IIT_Delhi/Safety">Safety</a> | ||
</div> | </div> | ||
</div> | </div> | ||
+ | |||
+ | <div class="dropdown"> | ||
+ | <button class="dropbtn">Collaborations | ||
+ | <i class="fa fa-caret-down"></i> | ||
+ | </button> | ||
+ | <div class="dropdown-content"> | ||
+ | <a href="/Team:IIT_Delhi/Collaborations">Overview</a> | ||
+ | <a href="/Team:IIT_Delhi/GMM_legislation">GMM Legislation</a> | ||
+ | <a href="/Team:IIT_Delhi/berlin">iGEM Berlin</a> | ||
+ | <a href="/Team:IIT_Delhi/mohali">Mentoring IISER Mohali</a> | ||
+ | <a href="/Team:IIT_Delhi/glasgow">iGEM Glasgow</a> | ||
+ | |||
+ | </div> | ||
+ | </div> | ||
<div class="dropdown"> | <div class="dropdown"> | ||
<button class="dropbtn">Notebook | <button class="dropbtn">Notebook | ||
Line 1,445: | Line 1,658: | ||
</button> | </button> | ||
<div class="dropdown-content"> | <div class="dropdown-content"> | ||
− | <a href=" | + | <a href="/Team:IIT_Delhi/Notebook">Lab Records</a> |
− | <a href=" | + | <a href="/Team:IIT_Delhi/protocol">Protocols</a> |
− | <a href=" | + | <a href="/Team:IIT_Delhi/recipe">Recipes</a> |
− | <a href=" | + | <a href="/Team:IIT_Delhi/medal">Medal Criteria</a> |
− | + | ||
</div> | </div> | ||
</div> | </div> | ||
Line 1,457: | Line 1,670: | ||
</button> | </button> | ||
<div class="dropdown-content"> | <div class="dropdown-content"> | ||
− | <a href=" | + | <a href="/Team:IIT_Delhi/Team">The Team</a> |
− | <a href=" | + | |
+ | <a href="/Team:IIT_Delhi/Attributions">Attributions</a> | ||
</div> | </div> | ||
</div> | </div> | ||
Line 1,474: | Line 1,688: | ||
</section> | </section> | ||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | + | ||
− | + | <center><div class=" panel_back bggg"> | |
− | + | <header class="major"> | |
− | + | ||
− | + | ||
− | + | <h2 class="h2font">Abstract</h2> | |
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | <p> | |
− | + | | |
− | + | | |
− | + | | |
− | + | | |
− | + | | |
− | + | </p> | |
− | + | <h2 id="pfont">Lack of digital responses in Synthetic Biology have inhibited the diverse potential that accompanies the digitization of biological circuits. This year we developed synthetic modules for signal processing in biological systems, in the form of elements of specialized logic gates based on transcriptional regulation. We moved from computationally demonstrating near digital logic gates with sharp responses, to more specialized collapsible and reconfigurable circuits which can perform various operations like developing square pulses. Further, to realize the aim of making a square wave generator, we engineered a five node repression based ring network to give digital oscillations. Quantitative computational modelling was used to tailor the cellular environment and observe period, steepness, noise and amplitude variations. Our project poses to be an integral element in genetic networks intended to solve scientific challenges for years to come, ranging from making light sensitive frequency modulators and bacterial memory storage systems.</h2> | |
− | + | </header> | |
− | + | <img src="https://static.igem.org/mediawiki/2017/5/59/T--IIT_Delhi--cover.jpg" width="100%"/> | |
− | + | <br> | |
− | + | <br> | |
− | + | </div> | |
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
<!-- Footer --> | <!-- Footer --> | ||
<footer id="footer"> | <footer id="footer"> | ||
− | <table | + | <table style="font-family:'Lato'; border: 0px solid black; "> |
− | <tr align="center" > | + | <tr align="center" > |
− | <td align="center" width="50%" | + | <td align="center" width="50%" colspan="2" class="tr2"><div class="tr4">Sponsored By</div></td></tr> |
<tr align="center" > | <tr align="center" > | ||
− | <td align="center" width="50% | + | <td align="center" width="50%" colspan="2"><b><img src= "https://static.igem.org/mediawiki/2017/1/1e/T--IIT_DELHI--sponsotstrip.jpg" class="width-max"></b></td></tr> |
<tr align="right" > | <tr align="right" > | ||
− | <td align="center" width="50%" | + | <td align="center" width="50%" class="tr3"><div class="tr4">Contact Us</div></td> |
− | <td align="center" | + | <td align="center" class="tr3"><div class="tr4">Address</div></td> |
</tr> | </tr> | ||
− | <tr align="center | + | <tr align="center" > |
− | <td align="center | + | <td align="center" style="padding-top: 5px;" class="tr2"> |
<br> | <br> | ||
− | <i class="fa igem_iitd-hover-opacity"><img src="foot_1. | + | <a href="https://www.facebook.com/igemiitdelhi/"><i class="fa igem_iitd-hover-opacity"><img src="https://static.igem.org/mediawiki/2017/f/f5/T--IIT_DELHI--foot_1.jpg" height="50px" width="50px"></i></a> |
− | <i class="fa igem_iitd-hover-opacity"><img src="foot_4. | + | <!--<i class="fa igem_iitd-hover-opacity"><img src="https://static.igem.org/mediawiki/2017/d/dd/T--IIT_DELHI--foot_4.jpg" height="50px" width="50px"></i>--> |
− | <i class="fa igem_iitd-hover-opacity"><img src="foot_3. | + | <a href="https://www.linkedin.com/company/igemiitdelhi/"><i class="fa igem_iitd-hover-opacity"><img src="https://static.igem.org/mediawiki/2017/a/ac/T--IIT_DELHI--foot_3.jpg" height="50px" width="50px"></i></a> |
− | <i class="fa igem_iitd-hover-opacity"><img src="foot_5. | + | <!--<i class="fa igem_iitd-hover-opacity"><img src="https://static.igem.org/mediawiki/2017/2/29/T--IIT_DELHI--foot_5.jpg" height="50px" width="50px"></i>--> |
− | <i class="fa igem_iitd-hover-opacity"><img src="foot_2. | + | <a href="https://twitter.com/igem_iit_delhi?lang=en"><i class="fa igem_iitd-hover-opacity"><img src="https://static.igem.org/mediawiki/2017/2/23/T--IIT_DELHI--foot_2.jpg" height="50px" width="50px"></i></a> |
+ | </td> | ||
− | + | <td align = "center" style="padding-top: 0px;" class="tr2"> | |
− | < | + | <center> <p style="text-align: center; color:white; font-size: 80%;">E-mail: iitd.igem@gmail.com<br>Undergraduate Laboratory<br>Department of Biotechnology and Biochemical Engineering, IIT Delhi</p></center> |
</tr> | </tr> |
Latest revision as of 22:31, 1 November 2017
Abstract