Team:Tokyo Tech

From 2011.igem.org

(Difference between revisions)
Line 1: Line 1:
-
 
<p>We are planning three projects now.</p>
<p>We are planning three projects now.</p>
Line 44: Line 43:
!align="center"|[[Team:Tokyo_Tech/Attributions|Attributions]]
!align="center"|[[Team:Tokyo_Tech/Attributions|Attributions]]
|}
|}
 +
<!-- template starting point -->
 +
 +
<html lang="english" xmlns="http://www.w3.org/1999/xhtml" xml:lang="english">
 +
<head>
 +
<title>Tokyo Tech 2011</title>
 +
<meta http-equiv="content-script-type" content="text/javascript" />
 +
<meta http-equiv="content-type" content="text/html; charset=Shift_JIS" />
 +
<style>
 +
<!--
 +
 +
div#LeftMenu
 +
{
 +
color: #000000;
 +
background-color: #A59DA2;
 +
margin: 0px;
 +
padding: 0px;
 +
left: 2px;
 +
width: 150px;
 +
float: left;
 +
top: 500px;
 +
position: static;
 +
}
 +
 +
div#navigation
 +
{
 +
background-color: #000000;
 +
color: #FFFFFF;
 +
margin: 0;
 +
padding: 0;
 +
position: absolute;
 +
}
 +
 +
ul#TopMenu
 +
{
 +
font-family: Arial, verdana, sans-serif;
 +
list-style-type: none;
 +
float: left;
 +
height: 20px;
 +
}
 +
 +
ul#TopMenu > li
 +
{
 +
float: left;
 +
position:relative;
 +
padding: 2px 15px 0 0;
 +
border-color: #EFEBEC;
 +
border-width: 0;
 +
border-left-width: 5px;
 +
border-style: solid;
 +
}
 +
 +
ul#TopMenu > li ul
 +
{
 +
background-color: #0033CC;
 +
color: #FFFFFF;
 +
display: none;
 +
position: absolute;
 +
font-size: 14px;
 +
opacity: 0.7;
 +
list-style: none;
 +
min-width: 100px;
 +
padding: 9px 0 5px 5px;
 +
z-index: 500;
 +
}
 +
 +
#TopMenu > li:hover ul
 +
{
 +
display: inline;
 +
}
 +
 +
#TopMenu > li > ul > li
 +
{
 +
position: relative;
 +
padding: 0 0 5px 5px;
 +
margin: -1px;
 +
}
 +
 +
body
 +
{
 +
background-color: #EFEBEC;
 +
color: #000000;
 +
}
 +
 +
.top
 +
{
 +
top: 0;
 +
left: 0;
 +
clear: both;
 +
height: 250px;
 +
}
 +
.main
 +
{
 +
position: absolute;
 +
left: 160px;
 +
width: auto;
 +
}
 +
 +
.under_contents
 +
{
 +
position: static;
 +
top: 300px;
 +
margin: 5px 5px 5px 5px;
 +
padding: 0 0 0 0;
 +
 +
}
 +
 +
h1, h2, h3, h4, h5, h6
 +
{
 +
background-color: #D09DE1;
 +
color:#0D3430;
 +
text-align: left;
 +
}
 +
 +
.footer
 +
{
 +
position: relative;
 +
}
 +
 +
#navigation a
 +
{
 +
text-decoration: none;
 +
background-color: transparent;
 +
color: #FFFFFF;
 +
}
 +
-->
 +
</style>
 +
 +
<script type="text/javascript">
 +
<!--
 +
var timeout = 500; //unit: ms
 +
var temp_timer = 0;  //for temp.
 +
var showed_item = 0;  //for temp.
 +
 +
function OpenMenu(elem)
 +
{
 +
StopMenuTimer();
 +
if(showed_item) showed_item.style.display = 'none';
 +
 +
showed_item = elem.getElementsByTagName('ul').item(0);
 +
if(showed_item == null) return;
 +
showed_item.style.display = 'block';
 +
 +
}
 +
 +
function CloseMenu()
 +
{
 +
if(showed_item) showed_item.style.display = 'none';
 +
}
 +
 +
function SetCloseTimer()
 +
{
 +
temp_timer = window.setTimeout(CloseMenu, timeout);
 +
}
 +
 +
function StopMenuTimer()
 +
{
 +
if(temp_timer)
 +
{
 +
window.clearTimeout(temp_timer);
 +
temp_timer = null;
 +
}
 +
}
 +
 +
window.onload = function() {
 +
var menu = window.document.getElementById('TopMenu');
 +
if(menu==null)
 +
return;
 +
var list = menu.getElementsByTagName('li');
 +
for(i=0; i<list.length; i++)
 +
{
 +
list[i].onmouseover = function(){
 +
OpenMenu(this);
 +
}
 +
 +
// list[i].onmouseout = function(){SetCloseTimer();}
 +
list[i].onclick    = function(){
 +
if(showed_item) CloseMenu();
 +
else OpenMenu(this);
 +
}
 +
 +
var n_list = list[i].getElementsByTagName('ul');
 +
for(j=0; j<n_list.length; j++)
 +
{
 +
n_list[j].onmouseout = function(){SetCloseTimer();}
 +
n_list[j].onmouseover= function(){StopMenuTimer();}
 +
}
 +
}
 +
}
 +
//-->
 +
</script>
 +
 +
</head>
 +
<body>
 +
 +
<!-- top box -->
 +
<div class="top">
 +
<img src="dummy_logo.png" alt="Tokyo Tech 2011" width="640" height="200" /><br />
 +
<!-- list of top menu -->
 +
<div id="navigation">
 +
<ul id="TopMenu">
 +
<li id="menu_Home">Home</li>
 +
 +
<li id="menu_Project">
 +
<a href="./Projects/index.htm">Projects</a>
 +
<ul>
 +
<li><a href="./Projects/RPS-game/index.htm">RPS-game</a></li>
 +
<li><a href="./Projects/makeing-rain/index.htm">rain</a></li>
 +
<li><a href="./Projects/Urea-cooler/index.htm">urea cooler</a></li>
 +
</ul>
 +
</li>
 +
 +
<li id="menu_data_page">Data page</li>
 +
 +
<li id="menu_Modeling">
 +
<a href="./Modeling/index.htm">Modeling</a>
 +
<ul>
 +
<li>RPS-game</li>
 +
<li>rain</li>
 +
<li>urea cooler</li>
 +
</ul>
 +
</li>
 +
 +
<li id="menu_HumanPractice">Human Practice</li>
 +
 +
<li id="menu_Experience">Experience</li>
 +
 +
<li id="menu_Sitemap"><a href="./sitemap.htm">Sitemap</a></li>
 +
 +
<li id="menu_Miscellaneous">
 +
Miscellaneous
 +
<ul>
 +
<li>NoteBook</li>
 +
<li>Team</li>
 +
<li>Sponsers</li>
 +
<li>Collaboration</li>
 +
</ul>
 +
</li>
 +
</ul>
 +
</div>
 +
<!-- end of top menu -->
 +
</div>
 +
<!-- end of top box -->
 +
 +
<!-- under contents -->
 +
<p class="under_contents">
 +
 +
<!-- left menu list -->
 +
<div id="LeftMenu">
 +
<!--list of page menu: DO NOT WRITE LINKS NOT WRITTEN IN THIS PAGE -->
 +
<ul>
 +
<li>Rock-Paper-Scisors game</li>
 +
<li>Isoprene Synthesis</li>
 +
<li>Urea Cooler</li>
 +
</ul>
 +
</div>
 +
 +
<!-- main contents -->
 +
<div class="main">
 +
<!-- ############ Wrote main contents here ############### -->
 +
 +
<!-- page title -->
 +
<h1> iGEM Tokyo Tech 2011 Team </h1>
 +
 +
<p>
 +
This is a test message.
 +
 +
 +
<h2>Rock-Paper-Scissors game</h2>
 +
<h2>Isoprene Synthesis</h2>
 +
<h2>Urea Cooler</h2>
 +
</p>
 +
 +
<!-- ############ End of main contents ############ -->
 +
</div>
 +
<!-- end of main contents -->
 +
 +
<!-- footer -->
 +
<!--
 +
<div class="footer">
 +
<hr />
 +
here is footer.
 +
</div>
 +
-->
 +
<!-- end of footer -->
 +
</p>
 +
<!-- end of under contents -->
 +
 +
<!-- DO NOT WRITE UNDER HERE -->
 +
</body>
 +
</html>

Revision as of 03:04, 19 September 2011

We are planning three projects now.

・”rock-paper-scissors” project

We have constructed a system of three different genetically engineered E. coli which can express each one different signaling molecule, namely, Auto Inducer 2 (AI-2), C6-HSL and C12-HSL. On the other hand we have built a separate genetically engineered E. coli which has an AND gate that can recognize each of the three signaling molecules mentioned before, and also three more signals: IPTG, arabinose (ara) and anhydrotetracyclin (aTc). When isolating one of the signal molecule-expressing E.coli and transferring it where the AND gate construct is present, the AND gate can produce an output by further adding either ara, aTc or IPTG. This system can be used to play the game Rock-Paper-Scissors between humans and E. coli.

・urea cooler project

Inspired by the energy shortage that Japan is suffering due to the Eastern Japan Great Earthquake Disaster, we have designed an energy-wise cooler based on a urea-synthetizing E. coli. This “urea cooler” makes use of the fact that urea is a heat-absorbing substance when dissolved in water (-57.8 cal/g). Since E. coli produces all the enzymes needed for urea synthesis except arginase, we will genetically introduce the genes that code for this enzyme in E. coli to achieve urea production. Arginase catalyzes the production of urea and ornithine from arginine. Releasing the resultant urea should decrease the temperature of the surrounding environment.

・rainfall project

There are many places in the world where rainfalls are needed but do not occur naturally. To cause rainfalls in such places, cloud seeding can be done by using condensation nuclei (CCNs). CNNs are small particles about which could droplets coalesce; terpenes, which are chemical compounds that are naturally released by trees in tropical rain forests, are known to act like CNNs. The simplest of all terpenes is isoprene, and it can be synthetized from dimethylallyl pyrophosphate (DMAPP). DMAPP is naturally produced by E. coli, so inducing the expression of the genes that code for isoprene synthase in E. coli will result in the production of isoprene. Thus, this genetically engineered E. coli can be used to do cloud seeding.




You can write a background of your team here. Give us a background of your team, the members, etc. Or tell us more about something of your choosing.

Tell us more about your project. Give us background. Use this as the abstract of your project. Be descriptive but concise (1-2 paragraphs)

File:Tokyo Tech team.png
Your team picture
Team Example


Home Team Official Team Profile Project Parts Submitted to the Registry Modeling Notebook Safety Attributions

Tokyo Tech 2011

Tokyo Tech 2011

  • Rock-Paper-Scisors game
  • Isoprene Synthesis
  • Urea Cooler

iGEM Tokyo Tech 2011 Team

This is a test message.

Rock-Paper-Scissors game

Isoprene Synthesis

Urea Cooler