Team:Uppsala-Sweden

From 2010.igem.org

(Difference between revisions)
Line 44: Line 44:
   border-left: 0;
   border-left: 0;
   padding: 0;
   padding: 0;
-
   background: blue;
+
   background: black;
    
    
}
}
Line 54: Line 54:
   border: 0;
   border: 0;
   padding: 0;
   padding: 0;
-
   background: blue;
+
   background: black;
}
}
div.MenuBar ul li {
div.MenuBar ul li {
Line 63: Line 63:
   font-size: 1.3em;
   font-size: 1.3em;
   float: left;
   float: left;
-
   background: blue;
+
   background: black;
   text-align: center;
   text-align: center;
   width: 107px;
   width: 107px;
Line 72: Line 72:
   font: arial, helvetica, sans-serif;
   font: arial, helvetica, sans-serif;
   display: block;
   display: block;
-
   background: blue;
+
   background: black;
   height: 22px; /* Keep height + padding-top + padding-bottom sync with the menu bar height. */
   height: 22px; /* Keep height + padding-top + padding-bottom sync with the menu bar height. */
   color: #ffffff;
   color: #ffffff;
Line 94: Line 94:
                 Keep it sync with the menu bar height. */
                 Keep it sync with the menu bar height. */
   left: 0; /* Aligns the drop-down menu to its top-level item. */
   left: 0; /* Aligns the drop-down menu to its top-level item. */
-
   background-color: blue; /* Selected item. */
+
   background-color: black; /* Selected item. */
   color: #FFFFFF;
   color: #FFFFFF;
Line 105: Line 105:
   padding-left: 0;
   padding-left: 0;
   padding-right: 0;
   padding-right: 0;
-
   background-color: blue; /* Selected item. */
+
   background-color: black; /* Selected item. */
   color: #FFFFFF;
   color: #FFFFFF;
}
}
Line 116: Line 116:
ul.DropDownMenu li a span span {
ul.DropDownMenu li a span span {
   float: left; /* Aligns the text (back) to the left. */
   float: left; /* Aligns the text (back) to the left. */
-
   font: 12px arial, helvetica, sans-serif; /* Requiblue for IE55. */
+
   font: 12px arial, helvetica, sans-serif; /* Requiblack for IE55. */
   height: 20px;
   height: 20px;
   color: #FFFFFF;
   color: #FFFFFF;
Line 138: Line 138:
   width: 11em; /* Keep it sync with the side menu width.
   width: 11em; /* Keep it sync with the side menu width.
                             Use MenuTailor.css to customize. */
                             Use MenuTailor.css to customize. */
-
   font: 12px arial, helvetica, sans-serif; /* Requiblue for IE55. */
+
   font: 12px arial, helvetica, sans-serif; /* Requiblack for IE55. */
   left: 13em; /* Places the side menu to the right of the drop-down menu.
   left: 13em; /* Places the side menu to the right of the drop-down menu.
                             Keep it sync with the drop-down menu width.
                             Keep it sync with the drop-down menu width.
Line 147: Line 147:
   padding-right: 0.5em; /* Sets the right space of each side menu item. */
   padding-right: 0.5em; /* Sets the right space of each side menu item. */
   text-align: left;
   text-align: left;
-
   font: 12px arial, helvetica, sans-serif; /* Requiblue for IE55. */
+
   font: 12px arial, helvetica, sans-serif; /* Requiblack for IE55. */
   left: 13em; /* Places the side menu to the right of the drop-down menu.
   left: 13em; /* Places the side menu to the right of the drop-down menu.
                             Keep it sync with the drop-down menu width.
                             Keep it sync with the drop-down menu width.
Line 154: Line 154:
/*----------------------------------------------------------------------------- Browser Specific */
/*----------------------------------------------------------------------------- Browser Specific */
* html div.MenuBar ul li a {
* html div.MenuBar ul li a {
-
   float: left; /* Requiblue for IE55 and IE6.
+
   float: left; /* Requiblack for IE55 and IE6.
                             Breaks O9.
                             Breaks O9.
                             Hidden (* html) from non-IE browsers. */
                             Hidden (* html) from non-IE browsers. */
}
}
* html ul.DropDownMenu li a:hover {
* html ul.DropDownMenu li a:hover {
-
   cursor: hand; /* Requiblue for IE55.
+
   cursor: hand; /* Requiblack for IE55.
                   Hidden (* html) from non-IE browsers. */
                   Hidden (* html) from non-IE browsers. */
}
}
ul.DropDownMenu li a:hover {
ul.DropDownMenu li a:hover {
-
   cursor: pointer; /* Requiblue for IE6 and IE7.
+
   cursor: pointer; /* Requiblack for IE6 and IE7.
                       Hidding it (* html) from non-IE browsers breaks IE7!  
                       Hidding it (* html) from non-IE browsers breaks IE7!  
}
}
* html div.MenuBar a:hover {
* html div.MenuBar a:hover {
-
   text-decoration: none; /* Requiblue for IE55 and IE6.
+
   text-decoration: none; /* Requiblack for IE55 and IE6.
                             Hidden (* html) from non-IE browsers. */
                             Hidden (* html) from non-IE browsers. */
}
}
* html div.MenuBar ul li table,
* html div.MenuBar ul li table,
* html div.MenuBar ul li table td {
* html div.MenuBar ul li table td {
-
   border: 0; /* Requiblue for IE55 and IE6.
+
   border: 0; /* Requiblack for IE55 and IE6.
                 Hidden (* html) from non-IE browsers. */
                 Hidden (* html) from non-IE browsers. */
}
}
Line 228: Line 228:
body {
body {
   background:url(https://static.igem.org/mediawiki/2010/2/20/Clock.jpg) repeat top left;
   background:url(https://static.igem.org/mediawiki/2010/2/20/Clock.jpg) repeat top left;
-
   color: blue;
+
   color: black;
   margin: 0;
   margin: 0;
   border: 0;
   border: 0;
Line 239: Line 239:
}
}
div.MenuBar ul {
div.MenuBar ul {
-
   font: 13px arial, helvetica, sans-serif; /* Requiblue for IE55. */
+
   font: 13px arial, helvetica, sans-serif; /* Requiblack for IE55. */
}
}
/*--------------------------------------------------------------------------------------- Colors */
/*--------------------------------------------------------------------------------------- Colors */
div.MenuBar {
div.MenuBar {
-
   background-color: blue; /* Selected item. */
+
   background-color: black; /* Selected item. */
   color: #FFFFFF;
   color: #FFFFFF;
   border-bottom: 1px solid ButtonShadow;
   border-bottom: 1px solid ButtonShadow;
Line 252: Line 252:
div.MenuBar ul li:hover ul.DropDownMenu li:hover ul.SideMenu li a,
div.MenuBar ul li:hover ul.DropDownMenu li:hover ul.SideMenu li a,
div.MenuBar ul li a:hover ul.DropDownMenu li a:hover ul.SideMenu li a {
div.MenuBar ul li a:hover ul.DropDownMenu li a:hover ul.SideMenu li a {
-
   background-color: blue; /* Selected item. */
+
   background-color: black; /* Selected item. */
   color: #FFFFFF;
   color: #FFFFFF;
}
}
Line 370: Line 370:
<ul class="DropDownMenu" id="MB1-DDM1">
<ul class="DropDownMenu" id="MB1-DDM1">
<li><a href="https://2010.igem.org/Team:Uppsala-SwedenProject"><span><span>Overall Project</span></span></a></li>
<li><a href="https://2010.igem.org/Team:Uppsala-SwedenProject"><span><span>Overall Project</span></span></a></li>
-
<li><a href="https://2010.igem.org/Team:Uppsala-SwedenNotebook/material"><span><span>Material & Methods</span></span></a>
+
<li><a href="https://2010.igem.org/Team:Uppsala-SwedenProject#Proof_Of_Concept_and_Characterisation:"><span><span>Characterisation</span></span></a></li>
 +
<li><a href="https://2010.igem.org/Team:Uppsala-SwedenProject#Band_Detect:"><span><span>Band Detect</span></span></a></li>
 +
<li><a href="https://2010.igem.org/Team:Uppsala-SwedenProject/future"><span><span>The Future</span></span></a></li>
 +
<li><a href="https://2010.igem.org/Team:Uppsala-SwedenProject/safety"><span><span>Safety</span></span></a></li>
</ul>
</ul>
<!--[if lte IE 6]></td></tr></table></a><![endif]-->
<!--[if lte IE 6]></td></tr></table></a><![endif]-->
Line 419: Line 422:
</li>
</li>
<li>
<li>
-
<a href="https://2010.igem.org/Team:Uppsala-Sweden/Sponsors" style="color: white">Sponsors<!--[if gt IE 6]><!--></a><!--<![endif]-->
+
<a href="https://2010.igem.org/Team:Uppsala-Sweden/Sponsors" style="color: white">Sponsors
 +
<!--[if gt IE 6]><!--></a><!--<![endif]-->
<!--[if lt IE 7]><table border="0" cellpadding="0" cellspacing="0"><tr><td><![endif]-->
<!--[if lt IE 7]><table border="0" cellpadding="0" cellspacing="0"><tr><td><![endif]-->
-
<ul class="DropDownMenu" id="MB1-DDM5">
 
-
</ul>
 
<!--[if lte IE 6]></td></tr></table></a><![endif]-->
<!--[if lte IE 6]></td></tr></table></a><![endif]-->
</li>
</li>
Line 490: Line 492:
Many previous iGEM teams have come up with sensors for various applications ranging from toxic metals to life saving enzymes. Our attempt is to create a concentration band detect component which can quantify the signal. This concentration band detection sensor thus serves as a quantitative sensor which can work in combination with any of these chemical sensors. Apart from this utility, we believe the concentration band detect sensor in different configurations can allow the creation of complex circuits ranging from simple oscillators to complex data processing machines which can exist on the same system without affecting other components of the system owing to its concentration band specificity.  
Many previous iGEM teams have come up with sensors for various applications ranging from toxic metals to life saving enzymes. Our attempt is to create a concentration band detect component which can quantify the signal. This concentration band detection sensor thus serves as a quantitative sensor which can work in combination with any of these chemical sensors. Apart from this utility, we believe the concentration band detect sensor in different configurations can allow the creation of complex circuits ranging from simple oscillators to complex data processing machines which can exist on the same system without affecting other components of the system owing to its concentration band specificity.  
-
Using the concentration band detect sensors in combination with regulated transcription factors we could create a color display unit. Each pixel of this Color Display Cell (CDC) consists of the three colors blue, green and blue each of which can be controlled individually. These CDC's in combinations can produce complex color pictures and even movies when combined with an efficient color degrading system which could be controlled by electric current.
+
Using the concentration band detect sensors in combination with regulated transcription factors we could create a color display unit. Each pixel of this Color Display Cell (CDC) consists of the three colors black, green and black each of which can be controlled individually. These CDC's in combinations can produce complex color pictures and even movies when combined with an efficient color degrading system which could be controlled by electric current.
The bio-clock is an attempt to see how robust the concentration band detection mechanism really is and if it could be used to build more complex devices. Although many different approaches have been made to build oscillators, an oscillator which displays time like a wrist watch or wall clock is a more unique proposition. We are using the concentration band detection sensors in combination to build such an oscillator which actually displays time as it oscillates.
The bio-clock is an attempt to see how robust the concentration band detection mechanism really is and if it could be used to build more complex devices. Although many different approaches have been made to build oscillators, an oscillator which displays time like a wrist watch or wall clock is a more unique proposition. We are using the concentration band detection sensors in combination to build such an oscillator which actually displays time as it oscillates.

Revision as of 08:34, 23 July 2010

Levande Klocka(Live Clock):

Our project for iGEM 2010 involves building a biological concentration band detection sensor and demonstrating its usefulness in building a bio-clock and color display unit.

Many previous iGEM teams have come up with sensors for various applications ranging from toxic metals to life saving enzymes. Our attempt is to create a concentration band detect component which can quantify the signal. This concentration band detection sensor thus serves as a quantitative sensor which can work in combination with any of these chemical sensors. Apart from this utility, we believe the concentration band detect sensor in different configurations can allow the creation of complex circuits ranging from simple oscillators to complex data processing machines which can exist on the same system without affecting other components of the system owing to its concentration band specificity.

Using the concentration band detect sensors in combination with regulated transcription factors we could create a color display unit. Each pixel of this Color Display Cell (CDC) consists of the three colors black, green and black each of which can be controlled individually. These CDC's in combinations can produce complex color pictures and even movies when combined with an efficient color degrading system which could be controlled by electric current.

The bio-clock is an attempt to see how robust the concentration band detection mechanism really is and if it could be used to build more complex devices. Although many different approaches have been made to build oscillators, an oscillator which displays time like a wrist watch or wall clock is a more unique proposition. We are using the concentration band detection sensors in combination to build such an oscillator which actually displays time as it oscillates.

Commercial value of the project:

This project has many specific as well as diverse applications which give it a huge commercial value. In its simplest form the concentration band detection sensor can be used in combination with other chemical sensors to quantify toxic chemicals or specific enzymes within the body. The sensor can be combined with drug delivery systems which delivers drugs at a particular time and place. Other application such as the Color Display Unit will help in further development of the field of bio-electronics. Bio-clock gives yet another approach to building an oscillator which has many applications of its own. Moreover, the concentration band detection sensor can be used in building complex devices that are not affected by noise due to their concentration band specific action.


Project concept:

The concentration band detect sensor is based on the concept of the ‘band detect cells’ designed by Basu et al 2005, at Princeton University. These band detect cells use two plasmids (pHD{x} and pLD) in combination to detect the AHL concentration band.