Team:Tokyo Tech/Sponsers.htm

From 2011.igem.org

(Difference between revisions)
Line 34: Line 34:
list-style: none;
list-style: none;
float: left;
float: left;
-
height: 20px;
+
height: 30px;
width: 945px;
width: 945px;
}
}
Line 43: Line 43:
position:relative;
position:relative;
padding: 2px 15px 0 0;
padding: 2px 15px 0 0;
-
/* border-color: #EFEBEC;
 
-
border-width: 0;
 
-
border-left-width: 5px;
 
-
border-style: solid; */
 
}
}
Line 55: Line 51:
display: none;
display: none;
position: absolute;
position: absolute;
-
font-size: 14px;
+
font-size: 16px;
opacity: 0.8;
opacity: 0.8;
list-style: none;
list-style: none;
Line 79: Line 75:
background-color: #EFEBEC;
background-color: #EFEBEC;
color: #000000;
color: #000000;
 +
font-size: 13px;
}
}
Line 86: Line 83:
left: 0;
left: 0;
clear: both;
clear: both;
-
height: 180px;
+
height: 190px;
}
}
.main
.main
Line 111: Line 108:
}
}
-
h2
+
h2
{
{
text-indent: 1em;
text-indent: 1em;
-
}
 
-
 
-
h2+p
 
-
{
 
-
margin-left: 1em;
 
}
}
Line 124: Line 116:
{
{
text-indent: 2em;
text-indent: 2em;
-
}
 
-
 
-
h3+p
 
-
{
 
-
margin-left: 2em;
 
}
}
Line 134: Line 121:
{
{
text-indent: 3em;
text-indent: 3em;
-
}
 
-
 
-
h4+p
 
-
{
 
-
margin-left: 3em;
 
}
}
Line 166: Line 148:
p
p
{
{
-
text-indent: 0.5em;
+
text-indent: 2em;
}
}
Line 215: Line 197:
}
}
-
window.onload = function() {
+
function getElementsByClass() {
 +
    var classElements = new Array();
 +
    var allElements = document.getElementsByTagName("*");
 +
    for (i = 0 ; i < allElements.length; i++) {
 +
if (allElements[i].className == 'firstHeading') {
 +
    allElements[i].style.display = 'none';
 +
  // window.alert('発見。');
 +
}
 +
    }
 +
}
 +
 +
window.onload = function() {
 +
getElementsByClass();
var menu = window.document.getElementById('TopMenu');
var menu = window.document.getElementById('TopMenu');
if(menu==null)
if(menu==null)
Line 257: Line 251:
Project
Project
<ul>
<ul>
-
<li><a href="https://2011.igem.org/Team:Tokyo_Tech/Projects/RPS-game/index.htm">RPS-game</a></li>
+
<li><a href="https://2011.igem.org/Team:Tokyo_Tech/Projects/RPS-game/index.htm">RPS-Game</a></li>
-
<li><a href="https://2011.igem.org/Team:Tokyo_Tech/Projects/making-rain/index.htm">rain</a></li>
+
<li><a href="https://2011.igem.org/Team:Tokyo_Tech/Projects/making-rain/index.htm">Make it Rain</a></li>
-
<li><a href="https://2011.igem.org/Team:Tokyo_Tech/Projects/Urea-cooler/index.htm">urea cooler</a></li>
+
<li><a href="https://2011.igem.org/Team:Tokyo_Tech/Projects/Urea-cooler/index.htm">Urea Coolers</a></li>
</ul>
</ul>
</li>
</li>
Line 268: Line 262:
Modeling
Modeling
<ul>
<ul>
-
<li><a href="https://2011.igem.org/Team:Tokyo_Tech/Modeling/RPS-game/RPS-game">RPS-game</a></li>
+
<li><a href="https://2011.igem.org/Team:Tokyo_Tech/Modeling/RPS-game/RPS-game">RPS-Game</a></li>
-
<li><a href="https://2011.igem.org/Team:Tokyo_Tech/Modeling/Urea-cooler/urea-cooler">urea cooler</a></li>
+
<li><a href="https://2011.igem.org/Team:Tokyo_Tech/Modeling/Urea-cooler/urea-cooler">Urea Coolers</a></li>
</ul>
</ul>
</li>
</li>
Line 279: Line 273:
<li id="menu_Extra">
<li id="menu_Extra">
More
More
-
<ul>
+
<ul style="width:210px;">
<li><a href="https://2011.igem.org/Team:Tokyo_Tech/Safety">Safety</a></li>
<li><a href="https://2011.igem.org/Team:Tokyo_Tech/Safety">Safety</a></li>
<li><a href="https://2011.igem.org/Team:Tokyo_Tech/Attribution_and_Contributions.htm">Attribution and Contributions</a></li>
<li><a href="https://2011.igem.org/Team:Tokyo_Tech/Attribution_and_Contributions.htm">Attribution and Contributions</a></li>
Line 316: Line 310:
<p>
<p>
<h2>Aizawa Foundation</h2>
<h2>Aizawa Foundation</h2>
-
Aizawa Foundation was established by Masuo Aizawa,the ex-President of Tokyo Tech. The Foundation supports students’ projects financially, especially the projects of those who belong to the Department of Bioscience and Biotechnology.
+
Aizawa Foundation was established by Masuo Aizawa,the ex-President of Tokyo Tech. The Foundation supports students' projects financially, especially the projects of those who belong to the Department of Bioscience and Biotechnology.
</p>
</p>
Line 326: Line 320:
<p>
<p>
<h2>Tokyo Tech Alumni Association</h2>
<h2>Tokyo Tech Alumni Association</h2>
-
Tokyo Tech Alumni Association aims to create mutual friendship among Tokyo Tech Alumni, and to develop industrial and scientific technology. The association supports Tokyo Tech’s projects of students.
+
Tokyo Tech Alumni Association aims to create mutual friendship among Tokyo Tech Alumni, and to develop industrial and scientific technology. The association supports Tokyo Tech's projects of students.
</p>
</p>
Line 339: Line 333:
<!-- end of main contents -->
<!-- end of main contents -->
-
<!-- footer -->
 
-
<!--
 
-
<div class="footer">
 
-
<hr />
 
-
here is footer.
 
-
</div>
 
-
-->
 
-
<!-- end of footer -->
 
</p>
</p>
<!-- end of under contents -->
<!-- end of under contents -->

Revision as of 12:34, 5 October 2011

Tokyo Tech 2011

Sponsors

Thanks to our sponsors, we were able to carry out our experiments and join the iGEM Jamborees. We really appreciate their kind help.

Collaboration Center for Design and Manufacturing

The Collaboration Center for Design and Manufacturing (CODAMA) is a facility that supports Manufacturing, especially the transformation of ideas into real products. It is open to the whole Tokyo Tech community.

Aizawa Foundation

Aizawa Foundation was established by Masuo Aizawa,the ex-President of Tokyo Tech. The Foundation supports students' projects financially, especially the projects of those who belong to the Department of Bioscience and Biotechnology.

Tokyo Tech 130th anniversary

The Tokyo Tech 130th Anniversary Foundation was created in commemoration of Tokyo Tech 130th anniversary in the year 2011. It highlights Tokyo Tech's primary mission, which is to develop global human capabilities and excellence, pioneering research and education in science and technology.

Tokyo Tech Alumni Association

Tokyo Tech Alumni Association aims to create mutual friendship among Tokyo Tech Alumni, and to develop industrial and scientific technology. The association supports Tokyo Tech's projects of students.

MathWorks

MathWorks kindly allowed us to use their excellent software MATLAB, we could not have created our modeling programs without it.