Difference between revisions of "Team:IIT Delhi"

 
(13 intermediate revisions by 5 users not shown)
Line 1: Line 1:
 
<html>
 
<html>
<!--
+
<link href='https://fonts.googleapis.com/css?family=Boogaloo' rel='stylesheet'>
Interphase by TEMPLATED
+
<script>
templated.co @templatedco
+
// When the user scrolls down 20px from the top of the document, show the button
Released for free under the Creative Commons Attribution 3.0 license (templated.co/license)
+
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;
 +
 +
   
 +
   
 +
}
 +
 +
 +
 +
  
/*
 
Interphase by TEMPLATED
 
templated.co @templatedco
 
Released for free under the Creative Commons Attribution 3.0 license (templated.co/license)
 
*/
 
  
 
/* Basic */
 
/* Basic */
Line 27: Line 149:
 
body, input, select, textarea {
 
body, input, select, textarea {
 
color: #444;
 
color: #444;
font-family: "Lato", Helvetica, sans-serif;
+
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: #eee;
+
color: #000;
font-weight: 400;
+
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: medium double rgba(144, 144, 144, 0.25);
+
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: FontAwesome;
+
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: FontAwesome;
+
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: FontAwesome;
+
font-family: 'Boogaloo';
 
font-style: normal;
 
font-style: normal;
 
font-weight: normal;
 
font-weight: normal;
Line 660: Line 788:
  
 
table {
 
table {
margin: 0 0 2em 0;
+
margin: 0 0 0em 0;
width: 100%;
+
width: 98.5%;
 
}
 
}
  
 
table tbody tr {
 
table tbody tr {
border: solid 1px rgba(144, 144, 144, 0.25);
+
border: solid 0px #000;
 
border-left: 0;
 
border-left: 0;
 
border-right: 0;
 
border-right: 0;
 
}
 
}
  
table tbody tr:nth-child(2n + 1) {
+
background-color: rgba(144, 144, 144, 0.075);
+
 
}
+
.tr2{
 +
background-color: rgba(82,82,82,0.99);
 +
}
 +
.tr3{
 +
background-color: #000;
 +
 
 +
}
 +
.tr4{
 +
font-color: #fff;
 +
}
 +
 
  
 
table td {
 
table td {
padding: 0.75em 0.75em;
+
padding: 0em 0em;
 +
                        color: #fff;
 +
                       
 +
}
 +
.table1 td {
 +
padding: 0em 0em;
 +
                        color: #000;
 +
                       
 
}
 
}
  
 
table th {
 
table th {
color: #666;
+
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(144, 144, 144, 0.25);
+
border-bottom: solid 0px rgba(0,0,0, 0.25);
 
}
 
}
  
 
table tfoot {
 
table tfoot {
border-top: solid 2px rgba(144, 144, 144, 0.25);
+
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 1px rgba(144, 144, 144, 0.25);
+
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: 41em 0em 1em;
+
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 1em;
+
padding: 1em 0em;
 
}
 
}
  
Line 1,136: Line 1,284:
 
-webkit-font-smoothing: antialiased;
 
-webkit-font-smoothing: antialiased;
 
}
 
}
.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:50px;
+
width:100%;
+
margin:0;
+
padding:0;
+
z-index:999;
+
background-color: #333;
+
overflow:visible;
+
}
+
  
  
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: 18px 16px;
+
     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,300: Line 1,468:
 
<meta name="description" content="" />
 
<meta name="description" content="" />
 
<meta name="keywords" content="" />
 
<meta name="keywords" content="" />
<!--[if lte IE 8]><script src="css/ie/html5shiv.js"></script><![endif]-->
+
<script src="js/jquery.min.js"></script>
+
<script src="js/skel.min.js"></script>
+
<script src="js/skel-layers.min.js"></script>
+
<script src="js/init.js"></script>
+
<noscript>
+
<link rel="stylesheet" href="css/skel.css" />
+
<link rel="stylesheet" href="css/style.css" />
+
<link rel="stylesheet" href="css/style-xlarge.css" />
+
</noscript>
+
<!--[if lte IE 8]><link rel="stylesheet" href="css/ie/v8.css" /><![endif]-->
+
 
<script>
 
<script>
 
/*
 
/*
Line 1,323: Line 1,481:
 
breakpoints: {
 
breakpoints: {
 
global: {
 
global: {
href: 'css/style.css',
+
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,415: Line 1,573:
 
 
 
<div class = "navbar ">
 
<div class = "navbar ">
<a href="index.html">iGEM IIT Delhi</a>
+
 +
                                                        <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,422: Line 1,581:
 
     </button>
 
     </button>
 
     <div class="dropdown-content">
 
     <div class="dropdown-content">
       <a href="#">Description</a>
+
       <a href="/Team:IIT_Delhi/Description">Overview</a>
       <a href="#">Results</a>
+
       <a href="/Team:IIT_Delhi/Design">Squarewave Generator</a>
      <a href="#">Proof of Concept</a>
+
 
       <a href="#">Basic Parts</a>
+
       <a href="/Team:IIT_Delhi/InterLab">Interlab</a>
      <a href="#">Composite Parts</a>
+
 
     </div>
 
     </div>
 
   </div>  
 
   </div>  
  <div class="dropdown">
+
                                                        <div class="dropdown">
     <button class="dropbtn">Modelling
+
     <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="#">Overview</a>
+
       <a href="/Team:IIT_Delhi/Circuit_Design">Circuit design and construction</a>
       <a href="#">Logic Assessment</a>
+
       <a href="/Team:IIT_Delhi/Microfluidics">Microfluidics and Fluorescence</a>
       <a href="#">Signalling Tools</a>
+
       <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,444: Line 1,632:
 
     </button>
 
     </button>
 
     <div class="dropdown-content-big">
 
     <div class="dropdown-content-big">
       <a href="#">Human Practices</a>
+
       <a href="/Team:IIT_Delhi/HP/Silver">Human Practices</a>
       <a href="#">Integrated Practices</a>
+
       <a href="/Team:IIT_Delhi/HP/Gold_Integrated">Integrated Practices</a>
       <a href="#">Public Engagement</a>
+
       <a href="/Team:IIT_Delhi/Engagement">Public Engagement</a>
       <a href="#">Collaborations</a>
+
       <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,455: Line 1,658:
 
     </button>
 
     </button>
 
     <div class="dropdown-content">
 
     <div class="dropdown-content">
       <a href="#">Lab Records</a>
+
       <a href="/Team:IIT_Delhi/Notebook">Lab Records</a>
       <a href="#">Protocols</a>
+
       <a href="/Team:IIT_Delhi/protocol">Protocols</a>
       <a href="#">Recipes</a>
+
       <a href="/Team:IIT_Delhi/recipe">Recipes</a>
       <a href="#">Medal Criteria</a>
+
       <a href="/Team:IIT_Delhi/medal">Medal Criteria</a>
      <a href="#">Recipes</a>
+
     
 
     </div>
 
     </div>
 
   </div>   
 
   </div>   
Line 1,467: Line 1,670:
 
     </button>
 
     </button>
 
     <div class="dropdown-content">
 
     <div class="dropdown-content">
       <a href="team.html">The Team</a>
+
       <a href="/Team:IIT_Delhi/Team">The Team</a>
       <a href="#">Attributions</a>
+
 
 +
       <a href="/Team:IIT_Delhi/Attributions">Attributions</a>
 
     </div>
 
     </div>
 
   </div>   
 
   </div>   
Line 1,484: Line 1,688:
 
</section>
 
</section>
  
<!-- Abstract -->
 
 
 
<section class=" align-center">
 
        <div class="bggg ">
 
    <h2 class="toppad">Abstract</h2>
 
              <blockquote><p align = "left"  >Lack of digital responses in Synthetic Biology have inhibited the diverse potential that accompanies the digitization of biological circuits. This year we aim to develop synthetic modules for signal processing in biological systems, in the form of elements of specialized logic gates based on transcriptional regulation. We move from developing 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 this aim of making a square wave generator, we engineered a five node repression based ring network to give digital oscillations. Quantitative computational modelling would be 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.</p>
 
      </blockquote>
 
    </div>
 
      </section>
 
  
  
<!-- One -->
+
<section id="one" class="wrapper style1 align-center">
+
<center><div class=" panel_back bggg">
<div class="container ">
+
      <header class="major">
<header>
+
       
<h2>Consectetur adipisicing elit</h2>
+
       
<p>Lorem ipsum dolor sit amet adipisicing elit. Delectus consequatur sed tempus.</p>
+
            <h2 class="h2font">Abstract</h2>
</header>
+
<div class="row 200%">
+
<section class="4u 12u$(small)">
+
<i class="icon big rounded fa-clock-o"></i>
+
<p>
+
+
</p>
+
</section>
+
<section class="4u 12u$(small)">
+
<i class="icon big rounded fa-comments"></i>
+
<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit. Laudantium ullam consequatur repellat debitis maxime molestiae.</p>
+
</section>
+
<section class="4u$ 12u$(small)">
+
<i class="icon big rounded fa-user"></i>
+
<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit. Atque eaque eveniet, nesciunt molestias. Ipsam, voluptate vero.</p>
+
</section>
+
</div>
+
</div>
+
</section>
+
  
<!-- Two -->
+
            <p> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
<section id="two" class="wrapper style2 align-center">
+
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
<div class=" bggg toppad">
+
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
<header>
+
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
<h2>Lorem ipsum dolor sit</h2>
+
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit. Distinctio, autem.</p>
+
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
</header>
+
</p>
<div class="row">
+
<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>
<section class="feature 6u 12u$(small)">
+
          </header>
<img class="image fit" src="images/pic01.jpg" alt="" />
+
<img src="https://static.igem.org/mediawiki/2017/5/59/T--IIT_Delhi--cover.jpg" width="100%"/>
<h3 class="title">Lorem ipsum dolor</h3>
+
<br>
<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit. Dolore ipsa voluptate, quae quibusdam. Doloremque similique, reiciendis sit quibusdam aperiam? Lorem ipsum dolor sit amet, consectetur adipisicing elit.</p>
+
<br>
</section>
+
          </div>
<section class="feature 6u$ 12u$(small)">
+
<img class="image fit" src="images/pic02.jpg" alt="" />
+
<h3 class="title">Esse, fugiat, in</h3>
+
<p>Natus perspiciatis fugit illum porro iusto fuga nam voluptas minima voluptates deserunt, veniam reiciendis harum repellat necessitatibus. Animi, adipisci qui. Lorem ipsum dolor sit amet, consectetur adipisicing elit.</p>
+
</section>
+
<section class="feature 6u 12u$(small)">
+
<img class="image fit" src="images/pic03.jpg" alt="" />
+
<h3 class="title">Voluptates, repudiandae, dolor</h3>
+
<p>Voluptatibus repellendus tempora, quia! Consequuntur atque, rerum quis, ullam labore officiis ipsa beatae dolore, assumenda eos harum repudiandae, qui ab! Lorem ipsum dolor sit amet, consectetur adipisicing elit.</p>
+
</section>
+
<section class="feature 6u$ 12u$(small)">
+
<img class="image fit" src="images/pic04.jpg" alt="" />
+
<h3 class="title">Eveniet, reiciendis, veniam</h3>
+
<p>Rem nulla molestiae inventore quibusdam repudiandae doloremque eveniet ullam, qui autem possimus saepe laudantium numquam sapiente vel. Repudiandae, nihil tempore. Lorem ipsum dolor sit amet, consectetur adipisicing elit.</p>
+
</section>
+
</div>
+
<footer>
+
<ul class="actions">
+
<li>
+
<a href="#" class="button alt big">Learn More</a>
+
</li>
+
</ul>
+
</footer>
+
</div>
+
</section>
+
 
+
 
+
 
+
+
 
<!-- Footer -->
 
<!-- Footer -->
 
<footer id="footer">
 
<footer id="footer">
<table border = "1" id="tablea" >
+
<table style="font-family:'Lato'; border: 0px solid black; ">
         <tr align="center" >
+
         <tr align="center" >
         <td align="center" width="50%" id="tableatd" colspan="2"><b>Sponsored By</b></td></tr>
+
         <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%" id="tableatd" colspan="2"><b><img src= "66.jpg" class="width-max"></b></td></tr>
+
         <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%" id="tableatd"><b>Contact Us</b></td>
+
             <td align="center" width="50%" class="tr3"><div class="tr4">Contact Us</div></td>
             <td align="center" id="tableatd" ><b>Address</b></td>
+
             <td align="center" class="tr3"><div class="tr4">Address</div></td>
 
         </tr>
 
         </tr>
 
          
 
          
         <tr align="center" width= "100%">
+
         <tr align="center" >
             <td align="center" id="tableatd1" style="padding-top: 5px;">
+
             <td align="center" style="padding-top: 5px;" class="tr2">
 
<br>
 
<br>
<i class="fa igem_iitd-hover-opacity"><img src="foot_1.png" height="50px" width="50px" ></i>
+
<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.png" height="50px" width="50px"></i>
+
     <!--<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.png" height="50px" width="50px"></i>
+
     <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.png" height="50px" width="50px"></i>
+
     <!--<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.png" height="50px" width="50px"></i></td>
+
     <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" id="tableatd2"  style="padding-top: 0px;" >
+
          <td align = "center"   style="padding-top: 0px;" class="tr2">
<p ><b>E-mail:</b> iitd.igem@gmail.com<br>Undergraduate Laboratory<br>Department of Biotechnology and Biochemical Engineering, IIT Delhi
+
<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

iGEM IIT Delhi

Abstract

                                                                                                                                                                                                                 

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.



Sponsored By
Contact Us
Address

E-mail: iitd.igem@gmail.com
Undergraduate Laboratory
Department of Biotechnology and Biochemical Engineering, IIT Delhi