Team:Tsinghua

From 2012.igem.org

(Difference between revisions)
Line 1: Line 1:
-
This page is currently under construction.
+
<html xmlns="http://www.w3.org/1999/xhtml">
-
 
+
-
<html>
+
<head>
<head>
 +
<title></title>
 +
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
 +
<style type="text/css">td img {display: block;}</style>
 +
<!--Fireworks CS5 Dreamweaver CS5 target.  Created Sat Apr 14 20:15:24 GMT+0800 2012-->
 +
<style type="text/css">
 +
 +
#search-controls {
 +
position: absolute;
 +
top:  20px;
 +
right: 15px;
 +
width: 150px;
 +
height: 40px;
 +
background-color: transparent;
 +
    text-align: center;
 +
    z-index: 3;
 +
}
 +
input.searchButton {
 +
margin: 1px 10px 0 10px;
 +
font-size: 100%;
 +
background: none;
 +
border: none;
 +
color: #FFFFFF;
 +
font-weight: bold;
 +
}
 +
input.searchButton:hover {
 +
color: E0E0E0;
 +
}
 +
#searchInput {
 +
    width: 10.9em;
 +
    margin: 0;
 +
    font-size: 95%;
 +
}
 +
 +
 +
#menubar {
 +
    position: absolute;
 +
    white-space: nowrap;
 +
    top: -6px;
 +
    width: 400px;
 +
    z-index: 5;
 +
    font-family: sans-serif;
 +
    font-size: 95%;
 +
    line-height: 1em;
 +
}
 +
 +
.left-menu, .left-menu a {
 +
    left: 0px;
 +
    text-align: left;
 +
    color: #000000;
 +
    opacity:0.6;
 +
    text-transform: lowercase;
 +
}
 +
 +
.left-menu:hover {
 +
    color: white;
 +
    background-color: #000000;
 +
    opacity:0.6;
 +
}
 +
.right-menu, .right-menu a {
 +
    right: 0px;
 +
    text-align: right;
 +
    color: white;
 +
}
 +
#menubar ul {
 +
    color: #000000;
 +
    list-style: none;
 +
}
 +
#menubar li {
 +
    display: inline;
 +
    position: relative;
 +
    cursor: pointer;
 +
    padding-left: 0px;
 +
    padding-right: 0px;
 +
}
 +
.left-menu li a {
 +
    padding: 0px 10px 0px 0px;
 +
}
 +
.left-menu .selected {
 +
    color: white;
 +
}
 +
#.left-menu .selected:hover {
 +
    color: #5555FF;
 +
}
 +
 +
.left-menu:hover a {
 +
    color: white;
 +
}
 +
.right-menu li {
 +
    background-color: transparent;
 +
}
 +
.right-menu li a {
 +
    padding: 0px 15px 0px 0px;
 +
    color: white;
 +
    background-color: transparent;
 +
}
 +
.right-menu li a:hover {
 +
    color: #aaaaff;
 +
    text-decoration: underline;
 +
}
 +
 +
</style>
 +
<script type="text/javascript" language="JavaScript1.2">
 +
var item_count = 4;
 +
var image_over = new Array(item_count);
 +
var image_down = new Array(item_count);
 +
var image_normal = new Array(item_count);
 +
function init(){
 +
//完成预先载入过程
 +
preLoadButtonImage();
 +
}
 +
function preLoadButtonImage(){
 +
//记录导航菜单的项目数
 +
//var image_over = new Array(item_count);
 +
//var image_down = new Array(item_count);
 +
var i = 0;
 +
for (i = 0; i < image_over.length; i++){
 +
image_normal[i] = new Image();
 +
image_over[i] = new Image();
 +
image_down[i] = new Image();
 +
}
 +
image_normal[0].src = "https://static.igem.org/mediawiki/2012/e/ed/HOME_NAVI.gif";
 +
image_normal[1].src = "https://static.igem.org/mediawiki/2012/4/40/Project_NAVI.gif";
 +
image_normal[2].src = "https://static.igem.org/mediawiki/2012/4/43/TEAM_NAVI.gif";
 +
image_normal[3].src = "https://static.igem.org/mediawiki/2012/1/1e/NOTEBOOK_NAVI.gif";
 +
 +
image_over[0].src = "https://static.igem.org/mediawiki/2012/e/ef/HOME_NAVI_OVER.gif";
 +
image_over[1].src = "https://static.igem.org/mediawiki/2012/4/48/Project_NAVI_OVER.gif";
 +
image_over[2].src = "https://static.igem.org/mediawiki/2012/4/45/TEAM_NAVI_OVER.gif";
 +
image_over[3].src = "https://static.igem.org/mediawiki/2012/5/58/NOTEBOOK_NAVI_OVER.gif";
 +
 +
image_down[0].src = "https://static.igem.org/mediawiki/2012/1/1e/HOME_NAVI_DOWN.gif";
 +
image_down[1].src = "https://static.igem.org/mediawiki/2012/2/27/Project_NAVI_DOWN.gif";
 +
image_down[2].src = "https://static.igem.org/mediawiki/2012/f/f4/TEAM_NAVI_DOWN.gif";
 +
image_down[3].src = "https://static.igem.org/mediawiki/2012/a/a5/NOTEBOOK_NAVI_DOWN.gif";
 +
 +
//document.getElementById("Home")[0].src = image_normal[0].src;
 +
//alert(document.getElementById("Home").id + " " + document.getElementById("Home").nodeName);
 +
 +
 +
}
 +
function changeImage_over(obj, pos){
 +
 +
obj.src = image_over[pos].src;
 +
}
 +
function changeImage_down(obj, pos){
 +
obj.src = image_down[pos].src;
 +
}
 +
function changeImage_leave(obj, pos){
 +
obj.src = image_normal[pos].src;
 +
}
 +
 +
</script>
 +
<style type="text/css">
<style type="text/css">
.auto-style1 {
.auto-style1 {
-
font-size: x-small;
+
font-family: Arial, Helvetica, sans-serif;
 +
        font-size:11pt;
 +
}
 +
.auto-style2 {
 +
font-size: 8pt;
 +
}
 +
.auto-style4 {
 +
text-align: left;
}
}
</style>
</style>
-
<script type="text/javascript">
 
-
document.getElementsByID("p-logo")[0].innerHTML="<img src='http://portal.tsinghua.edu.cn/initial/all/images/yjfk.gif'>"
 
-
</script>
 
</head>
</head>
-
<body>
+
<body bgcolor="#ffffff" onLoad="Javascript:init();">
-
<div id="层1" style="position: absolute; width: 975px; height: 64px; z-index: 1; left: 0px; top: 0px">
+
 
-
<table style="width: 100%; height: 36px">
+
<div id="TOP_BAR" style="position: absolute; width: 976px; height: 100px; z-index: 2; left: -1px; top: -100px; background:white">
-
<tr>
+
<img src="https://static.igem.org/mediawiki/2012/4/43/TOPBAR_Temp.png" height="100%" width="100%" alt="TOPBAR"/>
-
<td style="height: 58px"><strong>Home</strong></td>
+
</div>
-
<td style="height: 58px"><strong><a href="https://2012.igem.org/Team:Tsinghua/Project">
+
 
-
Project</a></strong></td>
+
<div style="position: absolute; width: 975px; height: 50px; z-index: 1; left: 0px; top: 0px; background:white" id="layer1">
-
<td style="height: 58px"><strong>
+
 
-
<a href="https://2012.igem.org/Team:Tsinghua/Team">Team</a></strong></td>
+
<table style="display: inline-table;" border="0" cellpadding="0" cellspacing="0" width="975px">
-
<td style="height: 58px"><strong>
+
 
-
<a href="https://2012.igem.org/Team:Tsinghua/Notebook">Notebook</a></strong></td>
+
  <tr>
-
<td style="height: 58px"></td>
+
  <td><img src="https://static.igem.org/mediawiki/2012/5/52/Spacer.gif" width="90" height="1" border="0" alt="" /></td>
-
<td style="height: 58px"></td>
+
  <td><img src="https://static.igem.org/mediawiki/2012/5/52/Spacer.gif" width="108" height="1" border="0" alt="" /></td>
-
<td style="height: 58px"></td>
+
  <td><img src="https://static.igem.org/mediawiki/2012/5/52/Spacer.gif" width="92" height="1" border="0" alt="" /></td>
-
<td class="auto-style1" style="height: 58px">
+
  <td><img src="https://static.igem.org/mediawiki/2012/5/52/Spacer.gif" width="134" height="1" border="0" alt="" /></td>
-
<a href="https://2012.igem.org/">Back to iGEM MainPage</a></td>
+
  <td><img src="https://static.igem.org/mediawiki/2012/5/52/Spacer.gif" width="1" height="1" border="0" alt="" /></td>
-
</tr>
+
  <td><img src="https://static.igem.org/mediawiki/2012/5/52/Spacer.gif" width="1" height="1" border="0" alt="" /></td>
-
</table>
+
  </tr>
 +
 
 +
  <tr>
 +
  <td><a href="https://2012.igem.org/Team:Tsinghua"><img name="Home" src="https://static.igem.org/mediawiki/2012/e/ed/HOME_NAVI.gif" width="90" height="32" border="0" id="Home" alt="Home" onmouseover="javascript:changeImage_over(this, 0);" onmousedown="javascript:changeImage_down(this, 0);" onmouseleave="javascript:changeImage_leave(this, 0);" onmouseout="javascript:changeImage_leave(this, 0);"/></a></td>
 +
  <td><a href="https://2012.igem.org/Team:Tsinghua/Project"><img name="Project" src="https://static.igem.org/mediawiki/2012/4/40/Project_NAVI.gif" width="108" height="32" border="0" id="Project" alt="Project" onmouseover="javascript:changeImage_over(this, 1);" onmousedown="javascript:changeImage_down(this, 1);" ononmouseleave="javascript:changeImage_leave(this, 1);" onmouseout="javascript:changeImage_leave(this, 1);"/></a></td>
 +
  <td><a href="https://2012.igem.org/Team:Tsinghua/Team"><img name="Team" src="https://static.igem.org/mediawiki/2012/4/43/TEAM_NAVI.gif" width="92" height="32" border="0" id="Team" alt="Team" onmouseover="javascript:changeImage_over(this, 2);" onmousedown="javascript:changeImage_down(this, 2);" onmouseleave="javascript:changeImage_leave(this, 2);" onmouseout="javascript:changeImage_leave(this, 2);"/></a></td>
 +
  <td><a href="https://2012.igem.org/Team:Tsinghua/Notebook"><img name="Notebooo" src="https://static.igem.org/mediawiki/2012/1/1e/NOTEBOOK_NAVI.gif" width="134" height="32" border="0" id="Notebook" alt="Notebook" onmouseover="javascript:changeImage_over(this, 3);" onmousedown="javascript:changeImage_down(this, 3);" onmouseleave="javascript:changeImage_leave(this, 3);" onmouseout="javascript:changeImage_leave(this, 3);"/></a></td>
 +
  <td><img name="OTHER" src="https://static.igem.org/mediawiki/2012/5/52/Spacer.gif" width="550" height="32" border="0" id="OTHER" alt="" /></td>
 +
  <td><img src="https://static.igem.org/mediawiki/2012/5/52/Spacer.gif" width="1" height="32" border="0" alt="" /></td>
 +
  </tr>
 +
</table>
 +
 
 +
</div>
 +
 
 +
<div id="Introduction"  style="height: 771px; margin-left:46px; z-index:2;  margin-right:46px" >
 +
 
 +
 
 +
<p class="auto-style1">With the development of modern technology, the computer
 +
has become an essential tool in people’s daily life. At the beginning of the
 +
21st century, the biological computer was introduced. In recent studies, people
 +
have established different logical pathways such as "<a target="_blank" href="http://en.wikipedia.org/wiki/Binary_and">and</a>",
 +
"<a target="_blank" href="http://en.wikipedia.org/wiki/Binary_and">or</a>" and "<a target="_blank" href="http://en.wikipedia.org/wiki/Binary_and">xor</a>&nbsp;(<span class="auto-style2">Exclusive
 +
or</span>) " in prokaryote cells and mammalian cells. However, we discover that
 +
these pathways can only function in single cells. But we also find that these
 +
implementations are limited in one cell, which in fact greatly suppress the
 +
ability of application in which we require <strong>high-throughout</strong>,
 +
<strong>large scale</strong>, <strong>super-fast</strong> delivery and
 +
processing of information.&nbsp; We want to design a biofilm-based E.chip that
 +
will allow signal transmission and processing among E.coli bacterial colonies.
 +
The rapid proliferation of bacteria and their large number will help us realize
 +
the idea of cloud computation through biological computers.</p>
 +
<p class="auto-style1">Firstly, we will construct an information
 +
transmission module.</p>
 +
<p class="auto-style1">In a traditional cell-cell communication system, the
 +
signal is determined by the presence of signal molecules. The problem with
 +
this system is that it can only support a small number of cells and the
 +
information we can transmit with it is very limited. In modern communication
 +
systems, signals are transmitted through microwaves, which have a higher
 +
capacity and are easier to process. Therefore, we want E.coli to generated a
 +
signal wave, to fulfill our needs for information transmission. </p>
 +
<p class="auto-style1">&nbsp;</p>
 +
 
</div>
</div>
Line 36: Line 232:
-
<script language="Javascript">
 
-
document.write("LAST UPDATE April 10th, 2012");
 
-
</script>
 

Revision as of 13:19, 12 July 2012

TOPBAR
Home Project Team Notebook

With the development of modern technology, the computer has become an essential tool in people’s daily life. At the beginning of the 21st century, the biological computer was introduced. In recent studies, people have established different logical pathways such as "and", "or" and "xor (Exclusive or) " in prokaryote cells and mammalian cells. However, we discover that these pathways can only function in single cells. But we also find that these implementations are limited in one cell, which in fact greatly suppress the ability of application in which we require high-throughout, large scale, super-fast delivery and processing of information.  We want to design a biofilm-based E.chip that will allow signal transmission and processing among E.coli bacterial colonies. The rapid proliferation of bacteria and their large number will help us realize the idea of cloud computation through biological computers.

Firstly, we will construct an information transmission module.

In a traditional cell-cell communication system, the signal is determined by the presence of signal molecules. The problem with this system is that it can only support a small number of cells and the information we can transmit with it is very limited. In modern communication systems, signals are transmitted through microwaves, which have a higher capacity and are easier to process. Therefore, we want E.coli to generated a signal wave, to fulfill our needs for information transmission.