Team:Tokyo Tech/Attribution and Contributions.htm
From 2011.igem.org
(16 intermediate revisions not shown) | |||
Line 32: | Line 32: | ||
{ | { | ||
font-family: Arial, verdana, sans-serif; | font-family: Arial, verdana, sans-serif; | ||
- | list-style | + | list-style: none; |
float: left; | float: left; | ||
- | height: | + | height: 30px; |
+ | width: 945px; | ||
} | } | ||
Line 42: | Line 43: | ||
position:relative; | position:relative; | ||
padding: 2px 15px 0 0; | padding: 2px 15px 0 0; | ||
- | |||
- | |||
- | |||
- | |||
} | } | ||
ul#TopMenu > li ul | ul#TopMenu > li ul | ||
{ | { | ||
- | background-color: # | + | background-color: #000000; |
color: #FFFFFF; | color: #FFFFFF; | ||
display: none; | display: none; | ||
position: absolute; | position: absolute; | ||
- | font-size: | + | font-size: 16px; |
- | opacity: 0. | + | opacity: 0.8; |
list-style: none; | list-style: none; | ||
min-width: 100px; | min-width: 100px; | ||
Line 78: | Line 75: | ||
background-color: #EFEBEC; | background-color: #EFEBEC; | ||
color: #000000; | color: #000000; | ||
+ | font-size: 13px; | ||
} | } | ||
Line 85: | Line 83: | ||
left: 0; | left: 0; | ||
clear: both; | clear: both; | ||
- | height: | + | height: 190px; |
} | } | ||
.main | .main | ||
Line 105: | Line 103: | ||
h1, h2, h3, h4, h5, h6 | h1, h2, h3, h4, h5, h6 | ||
{ | { | ||
- | background-color: # | + | background-color: #00508D; |
- | color:# | + | color:#FFFFFF; |
text-align: left; | text-align: left; | ||
+ | } | ||
+ | |||
+ | h2 | ||
+ | { | ||
+ | text-indent: 1em; | ||
} | } | ||
+ | h3 | ||
+ | { | ||
+ | text-indent: 2em; | ||
+ | } | ||
+ | |||
+ | h4 | ||
+ | { | ||
+ | text-indent: 3em; | ||
+ | } | ||
+ | |||
+ | h5 | ||
+ | { | ||
+ | text-indent: 4em; | ||
+ | } | ||
+ | |||
+ | h6 | ||
+ | { | ||
+ | text-indent: 5em; | ||
+ | } | ||
+ | |||
.footer | .footer | ||
{ | { | ||
Line 135: | Line 158: | ||
p | p | ||
{ | { | ||
- | text-indent: | + | text-indent: 2em; |
} | } | ||
--> | --> | ||
Line 177: | Line 200: | ||
} | } | ||
- | 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 207: | Line 242: | ||
</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 217: | Line 257: | ||
<li id="menu_Project"> | <li id="menu_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/ | + | <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 228: | Line 268: | ||
<li id="menu_Modeling"> | <li id="menu_Modeling"> | ||
- | + | Modeling | |
<ul> | <ul> | ||
- | <li><a href="https://2011.igem.org/Team:Tokyo_Tech/Modeling/ | + | <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/ | + | <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> | ||
<li id="menu_Extra"> | <li id="menu_Extra"> | ||
- | + | More | |
- | <ul> | + | <ul style="width:210px;"> |
- | <li><a href="https://2011.igem.org/Team:Tokyo_Tech/ | + | <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/ | + | <li><a href="https://2011.igem.org/Team:Tokyo_Tech/notebook">NoteBook</a></li> |
- | <li><a href="https://2011.igem.org/Team:Tokyo_Tech/ | + | <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 270: | Line 307: | ||
<!-- page title --> | <!-- page title --> | ||
<h1> Attributions and Contributions </h1> | <h1> Attributions and Contributions </h1> | ||
+ | |||
+ | <h2> 1. Attributions </h2> | ||
<p> | <p> | ||
- | We are proud to say that all of the ideas we worked on this summer were proposed by undergraduate members of our own team. We also want to thank all those advisors and instructors who help us discuss these ideas and guided us in doing the experiments. All experimental data reported by the Tokyo Tech 2011 team comes from experiments done all by undergraduates. | + | We are proud to say that all of the ideas we worked on this summer were proposed by undergraduate members of our own team. |
+ | We also want to thank all those advisors and instructors who help us discuss these ideas and guided us in doing the experiments. | ||
+ | All experimental data reported by the Tokyo Tech 2011 team comes from experiments done all by undergraduates. | ||
</p> | </p> | ||
<p> | <p> | ||
- | The idea of a human-bacteria Rock-Paper-Scissors game (Tomoyuki Ohno), the idea of bacteria that could make it rain ( | + | The idea of a human-bacteria Rock-Paper-Scissors game (Tomoyuki Ohno), |
+ | the idea of bacteria that could make it rain (Hiroki Yoshise), | ||
+ | and the idea of bacteria that could help us make coolers (Natsuki Kubo) | ||
+ | were all proposed by undergraduate members of our team. Modeling related to our | ||
+ | Rock-Paper-Scissors game was also done by undergraduate students (Alejandro Tsai, Takashi Kitashima) | ||
+ | with the support and guide of our advisor (Hata). | ||
</p> | </p> | ||
+ | |||
+ | <h2> 2. Contributions </h2> | ||
+ | <h3>2.1 National Institute of Genetics</h2> | ||
+ | <p> | ||
+ | We obtained the <span class="name">E. coli</span> JD22597, JD23615, JD24293, JD29294, JE6852, JW3206, ME5476, ME8563 and ME9062 strain from the National Institute of Genetics. | ||
+ | </p> | ||
+ | |||
+ | <h3>2.2 National Institute for Environmental Studies</h2> | ||
+ | <p> | ||
+ | We asked them for advice about experiments making aerosol from isoprene. They kindly advised on our experience. Thank you! | ||
+ | </p> | ||
+ | |||
<!-- ############ End of main contents ############ --> | <!-- ############ End of main contents ############ --> | ||
Line 282: | Line 340: | ||
<!-- end of main contents --> | <!-- end of main contents --> | ||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
</p> | </p> | ||
<!-- end of under contents --> | <!-- end of under contents --> |
Latest revision as of 14:12, 28 October 2011
Attributions and Contributions
1. Attributions
We are proud to say that all of the ideas we worked on this summer were proposed by undergraduate members of our own team. We also want to thank all those advisors and instructors who help us discuss these ideas and guided us in doing the experiments. All experimental data reported by the Tokyo Tech 2011 team comes from experiments done all by undergraduates.
The idea of a human-bacteria Rock-Paper-Scissors game (Tomoyuki Ohno), the idea of bacteria that could make it rain (Hiroki Yoshise), and the idea of bacteria that could help us make coolers (Natsuki Kubo) were all proposed by undergraduate members of our team. Modeling related to our Rock-Paper-Scissors game was also done by undergraduate students (Alejandro Tsai, Takashi Kitashima) with the support and guide of our advisor (Hata).
2. Contributions
2.1 National Institute of Genetics
We obtained the E. coli JD22597, JD23615, JD24293, JD29294, JE6852, JW3206, ME5476, ME8563 and ME9062 strain from the National Institute of Genetics.
2.2 National Institute for Environmental Studies
We asked them for advice about experiments making aerosol from isoprene. They kindly advised on our experience. Thank you!