Team:Tokyo Tech/notebook
From 2011.igem.org
(Difference between revisions)
(2 intermediate revisions not shown) | |||
Line 34: | Line 34: | ||
list-style: none; | list-style: none; | ||
float: left; | float: left; | ||
- | height: | + | height: 30px; |
width: 945px; | width: 945px; | ||
} | } | ||
Line 43: | Line 43: | ||
position:relative; | position:relative; | ||
padding: 2px 15px 0 0; | padding: 2px 15px 0 0; | ||
- | |||
- | |||
- | |||
- | |||
} | } | ||
Line 55: | Line 51: | ||
display: none; | display: none; | ||
position: absolute; | position: absolute; | ||
- | font-size: | + | 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: | + | height: 190px; |
} | } | ||
.main | .main | ||
Line 114: | Line 111: | ||
{ | { | ||
text-indent: 1em; | text-indent: 1em; | ||
- | |||
- | |||
- | |||
- | |||
- | |||
} | } | ||
Line 124: | Line 116: | ||
{ | { | ||
text-indent: 2em; | text-indent: 2em; | ||
- | |||
- | |||
- | |||
- | |||
- | |||
} | } | ||
Line 134: | Line 121: | ||
{ | { | ||
text-indent: 3em; | text-indent: 3em; | ||
- | |||
- | |||
- | |||
- | |||
- | |||
} | } | ||
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 245: | Line 239: | ||
</head> | </head> | ||
<body> | <body> | ||
- | |||
<!-- top box --> | <!-- top box --> | ||
<div class="top"> | <div class="top"> | ||
- | < | + | <object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,0,0" width="965" height="150" id="Yourfilename" align=""> |
+ | <param name="movie" value="https://static.igem.org/mediawiki/2011/4/4d/Header.swf"> | ||
+ | <param name="quality" value="high"> | ||
+ | <param name="bgcolor" value="#FFFFFF"> | ||
+ | <embed src="https://static.igem.org/mediawiki/2011/4/4d/Header.swf" quality="high" bgcolor="#FFFFFF" width="965" height="150" name="Yourfilename" align="" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer"> | ||
+ | </embed> | ||
+ | </object> | ||
<!-- list of top menu --> | <!-- list of top menu --> | ||
<div id="navigation"> | <div id="navigation"> | ||
Line 257: | Line 256: | ||
Project | Project | ||
<ul> | <ul> | ||
- | <li><a href="https://2011.igem.org/Team:Tokyo_Tech/Projects/RPS-game/index.htm">RPS- | + | <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"> | + | <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"> | + | <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 267: | ||
Modeling | Modeling | ||
<ul> | <ul> | ||
- | <li><a href="https://2011.igem.org/Team:Tokyo_Tech/Modeling/RPS-game/RPS-game">RPS- | + | <li><a href="https://2011.igem.org/Team:Tokyo_Tech/Modeling/RPS-game/RPS-game">RPS-Game</li> |
- | <li><a href="https://2011.igem.org/Team:Tokyo_Tech/Modeling/Urea-cooler/urea-cooler"> | + | <li><a href="https://2011.igem.org/Team:Tokyo_Tech/Modeling/Urea-cooler/urea-cooler">Urea Coolers</li> |
</ul> | </ul> | ||
</li> | </li> | ||
- | <li id=" | + | <li id="menu_Human Practice"><a href="https://2011.igem.org/Team:Tokyo_Tech/HumanPractice.htm">Human Practice</a></li> |
<li id="menu_Sitemap"><a href="https://2011.igem.org/Team:Tokyo_Tech/sitemap.htm">Sitemap</a></li> | <li id="menu_Sitemap"><a href="https://2011.igem.org/Team:Tokyo_Tech/sitemap.htm">Sitemap</a></li> | ||
Line 279: | Line 278: | ||
<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> | ||
<li><a href="https://2011.igem.org/Team:Tokyo_Tech/notebook">NoteBook</a></li> | <li><a href="https://2011.igem.org/Team:Tokyo_Tech/notebook">NoteBook</a></li> | ||
<li><a href="https://2011.igem.org/Team:Tokyo_Tech/team">Team</a></li> | <li><a href="https://2011.igem.org/Team:Tokyo_Tech/team">Team</a></li> | ||
- | <li><a href="https://2011.igem.org/Team:Tokyo_Tech/Sponsers.htm"> | + | <li><a href="https://2011.igem.org/Team:Tokyo_Tech/Sponsers.htm">Sponsors</a></li> |
<li><a href="https://2011.igem.org/Team:Tokyo_Tech/Collaboration.htm">Collaboration</a></li> | <li><a href="https://2011.igem.org/Team:Tokyo_Tech/Collaboration.htm">Collaboration</a></li> | ||
</ul> | </ul> | ||
Line 308: | Line 307: | ||
<p> | <p> | ||
<h2>March</h2> | <h2>March</h2> | ||
- | <p>We started a team. But we did no activity on March because of earthquake.</p> | + | <p>We started a team. But we did no activity on March because of the earthquake.</p> |
<h2>April</h2> | <h2>April</h2> | ||
Line 323: | Line 322: | ||
<h2>September</h2> | <h2>September</h2> | ||
- | <p>Presentation and wiki | + | <p>Presentation and wiki were made.</p> |
<h2>October</h2> | <h2>October</h2> | ||
Line 334: | Line 333: | ||
<!-- end of main contents --> | <!-- end of main contents --> | ||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
</p> | </p> | ||
<!-- end of under contents --> | <!-- end of under contents --> |
Latest revision as of 18:16, 5 October 2011
Notebook
March
We started a team. But we did no activity on March because of the earthquake.
April
First, we made mind map to decide our project. At the same time, we searched the iGEM projects in past years.
May・June
We read biological texts and papers. And started experiments to acquire techniques.
July
We started to search hotels, plane tickets, funds etc. And we prepared for manabi-gate.
August
Manabigate took place. We started experiments to make parts and assay.
September
Presentation and wiki were made.
October
We bring everything to perfection.