Team:UT-Tokyo/members.html
From 2013.igem.org
(Difference between revisions)
(77 intermediate revisions not shown) | |||
Line 19: | Line 19: | ||
<html> | <html> | ||
<div id="contents"> | <div id="contents"> | ||
+ | |||
+ | <script type="text/javascript"> | ||
+ | function update() { | ||
+ | // freeze 20130928 00:00 @ MIT | ||
+ | freeze = new Date(2013, 8, 28, 4, 0, 0); | ||
+ | |||
+ | var date = new Date(); | ||
+ | var utc = new Date(date.getUTCFullYear(), date.getUTCMonth(), date | ||
+ | .getUTCDate(), date.getUTCHours(), date.getUTCMinutes(), | ||
+ | date.getUTCSeconds()); | ||
+ | var time = freeze.getTime() - utc.getTime(); | ||
+ | time = Math.floor(time / 1000); | ||
+ | var wrapper = document.getElementById("limit"); | ||
+ | if (time < 0) { | ||
+ | wrapper.style.color = "#f00"; | ||
+ | wrapper.innerHTML = "Time Up!"; | ||
+ | return; | ||
+ | } else if (time <= 1 * 3600) { | ||
+ | wrapper.style.color = "#f00"; | ||
+ | } else if (time <= 24 * 3600) { | ||
+ | wrapper.style.color = "#ff0"; | ||
+ | } | ||
+ | var second = ('0' + (time % 60)).slice(-2); | ||
+ | time = Math.floor(time / 60); | ||
+ | var minute = ('0' + (time % 60)).slice(-2); | ||
+ | time = Math.floor(time / 60); | ||
+ | var hour = ('0' + (time)).slice(-2); | ||
+ | wrapper.innerHTML = hour + ':' + minute + ':' + second; | ||
+ | } | ||
+ | |||
+ | function resize() { | ||
+ | var wrapper = document.getElementById("limit"); | ||
+ | var top = 300; | ||
+ | if (window.innerHeight != undefined) { | ||
+ | top = window.innerHeight / 2; | ||
+ | } else if (document.documentElement.clientWidth != undefined) { | ||
+ | top = document.documentElement.clientWidth / 2; | ||
+ | } | ||
+ | wrapper.style.top = top + "px"; | ||
+ | |||
+ | var width = 1000; | ||
+ | if (window.innerWidth != undefined) { | ||
+ | width = window.innerWidth; | ||
+ | } else if (document.documentElement.clientWidth != undefined) { | ||
+ | width = document.documentElement.clientWidth; | ||
+ | } | ||
+ | if (width < 1000) { | ||
+ | wrapper.style.width = width + "px"; | ||
+ | wrapper.style.marginLeft = (-width / 2) + "px"; | ||
+ | var size = width / 5; | ||
+ | wrapper.style.fontSize = size + "px"; | ||
+ | wrapper.style.lineHeight = size + "px"; | ||
+ | wrapper.style.height = size + "px"; | ||
+ | wrapper.style.marginTop = (-size / 2) + "px"; | ||
+ | } | ||
+ | } | ||
+ | |||
+ | window.onload = function() { | ||
+ | resize(); | ||
+ | update(); | ||
+ | setInterval(function() { | ||
+ | update(); | ||
+ | }, 200); | ||
+ | }; | ||
+ | |||
+ | window.onresize = function() { | ||
+ | resize(); | ||
+ | }; | ||
+ | </script> | ||
<h1 id="Students">Students</h1> | <h1 id="Students">Students</h1> | ||
<h2>Kyuto Sonehara</h2> | <h2>Kyuto Sonehara</h2> | ||
- | <h3>Leader</h3> | + | <h3>Leader / Modeling Manager / Wiki Designer</h3> |
- | <p class="ini"> | + | <img src="https://static.igem.org/mediawiki/2013/6/6b/Sonehara.jpg" |
+ | height="120px"> | ||
+ | <p class="ini">Kyuto is a medical student. In his free time, he | ||
+ | enjoys playing Kendo.</p> | ||
<h2>Natsuki Takamura</h2> | <h2>Natsuki Takamura</h2> | ||
- | <h3> | + | <h3>Experimenter / Manager / Presenter</h3> |
- | <p class="ini"> | + | <img src="https://static.igem.org/mediawiki/2013/2/2d/Takamura.jpg" |
+ | height="120px"> | ||
+ | <p class="ini">Natsuki is a junior studying Biology. She is a great | ||
+ | manager.</p> | ||
<h2>Kohta Toshimitsu</h2> | <h2>Kohta Toshimitsu</h2> | ||
- | <h3> | + | <h3>Experiment Manager</h3> |
- | <p class="ini"> | + | <img src="https://static.igem.org/mediawiki/2013/4/47/Kohtaro2.jpg" |
+ | height="120px"> | ||
+ | <p class="ini">Kohta is good at pipetting very much.</p> | ||
<h2>Takefumi Yoshikawa</h2> | <h2>Takefumi Yoshikawa</h2> | ||
- | <h3> | + | <h3>Experimenter / Presenter</h3> |
- | <p class="ini"> | + | <img src="https://static.igem.org/mediawiki/2013/9/95/Tube.jpg" |
+ | height="120px"> | ||
+ | <p class="ini">Takefumi is a freshman. He is good at gel extraction.</p> | ||
<h2>Soh Nakashima</h2> | <h2>Soh Nakashima</h2> | ||
- | <h3> | + | <h3>Experimenter</h3> |
- | <p class="ini"> | + | <img src="https://static.igem.org/mediawiki/2013/7/7e/Dream_taro.png" height="120px"> |
+ | <p class="ini">Soh is a freshman. He loves math.</p> | ||
<h2>Takahiro Yamada</h2> | <h2>Takahiro Yamada</h2> | ||
- | <h3> | + | <h3>Manager</h3> |
- | <p class="ini"> | + | <img src="https://static.igem.org/mediawiki/2013/3/3b/Am_takahiro2.png" |
+ | height="120px"> | ||
+ | <p class="ini">Takahiro is a junior.</p> | ||
<h2>Yuta Otsuka</h2> | <h2>Yuta Otsuka</h2> | ||
- | <h3> | + | <h3>Project Manager / Presenter</h3> |
- | <p class="ini"> | + | <img src="https://static.igem.org/mediawiki/2013/1/1b/1124yuta.jpg" |
+ | height="120px"> | ||
+ | <p class="ini">Yuta is a sophomore.</p> | ||
<h2>Tomohito Minakuchi</h2> | <h2>Tomohito Minakuchi</h2> | ||
- | <h3> | + | <h3>Experimenter</h3> |
- | <p class="ini"> | + | <img src="https://static.igem.org/mediawiki/2013/b/b1/Atp38.png" |
+ | height="120px"> | ||
+ | <p class="ini"></p> | ||
<h2>Akira Sen</h2> | <h2>Akira Sen</h2> | ||
- | <h3> | + | <h3>Experimenter</h3> |
- | <p class="ini"> | + | <img src="https://static.igem.org/mediawiki/2013/1/11/Gentexx2.png" |
+ | height="120px"> | ||
+ | <p class="ini">Akira is a junior.</p> | ||
<h2>Takahiro Kuroda</h2> | <h2>Takahiro Kuroda</h2> | ||
- | <h3> | + | <h3>Experimenter</h3> |
- | <p class="ini"> | + | <img src="https://static.igem.org/mediawiki/2013/3/38/Kuroda.jpg" |
+ | height="120px"> | ||
+ | <p class="ini"></p> | ||
<h2>Masataka Kirihara</h2> | <h2>Masataka Kirihara</h2> | ||
- | <h3> | + | <h3>Experimenter</h3> |
- | <p class="ini"> | + | <img src="https://static.igem.org/mediawiki/2013/6/66/写真.JPG" |
+ | height="120px"> | ||
+ | <p class="ini">He really loves birds.</p> | ||
<h2>Yoichi Irie</h2> | <h2>Yoichi Irie</h2> | ||
- | <h3> | + | <h3>Experimenter</h3> |
- | <p class="ini"> | + | <img src="https://static.igem.org/mediawiki/2013/c/cd/Irie.jpg" |
+ | height="120px"> | ||
+ | <p class="ini"></p> | ||
<h2>Kazumi Fukutani</h2> | <h2>Kazumi Fukutani</h2> | ||
- | <h3> | + | <h3>Human Practice</h3> |
- | <p class="ini"> | + | <img src="https://static.igem.org/mediawiki/2013/b/ba/52.jpg" |
+ | height="120px"> | ||
+ | <p class="ini"></p> | ||
<h2>Yuewen Ding</h2> | <h2>Yuewen Ding</h2> | ||
- | <h3> | + | <h3>Tour Conductor</h3> |
- | <p class="ini"> | + | <img src="https://static.igem.org/mediawiki/2013/1/15/Ding_164936220363337_1421080919_n.jpg" |
+ | height="120px"> | ||
+ | <p class="ini">I love eating.</p> | ||
<h2>Shunsuke Sumi</h2> | <h2>Shunsuke Sumi</h2> | ||
- | <h3> | + | <h3>Modeling</h3> |
- | <p class="ini"> | + | <img src="https://static.igem.org/mediawiki/2013/3/3b/Zonaa2.png" |
+ | height="120px"> | ||
+ | |||
+ | <p class="ini"></p> | ||
<h2>Tomohiro Soejima</h2> | <h2>Tomohiro Soejima</h2> | ||
- | <h3> | + | <h3>Modeling</h3> |
- | <p class="ini"> | + | <img src="https://static.igem.org/mediawiki/2013/7/71/Tomoso.jpg" |
+ | height="120px"> | ||
+ | <p class="ini"></p> | ||
<h2>Kyoko Kushibe</h2> | <h2>Kyoko Kushibe</h2> | ||
- | <h3> | + | <h3>Tour Conductor</h3> |
- | <p class="ini"> | + | <p class="ini"></p> |
+ | <img src="https://static.igem.org/mediawiki/2013/b/bb/Kusibe.jpg" | ||
+ | height="120px"> | ||
<h2>Yoshihiko Tomofuji</h2> | <h2>Yoshihiko Tomofuji</h2> | ||
- | <h3> | + | <h3>Experimenter</h3> |
- | <p class="ini"> | + | <img src="https://static.igem.org/mediawiki/2013/e/eb/Mizinko.jpg" |
+ | height="120px"> | ||
+ | <p class="ini"></p> | ||
<h2>Naoki Watanabe</h2> | <h2>Naoki Watanabe</h2> | ||
- | <h3> | + | <h3>Designer</h3> |
- | <p class="ini"> | + | <img src="https://static.igem.org/mediawiki/2013/a/a6/Watanabe.jpg" |
+ | height="120px"> | ||
+ | <p class="ini"></p> | ||
<h2>Ihori Ebinuma</h2> | <h2>Ihori Ebinuma</h2> | ||
- | <h3> | + | <h3>Designer / Adviser</h3> |
- | <p class="ini"> | + | <img src="https://static.igem.org/mediawiki/2013/5/5e/Ihori.jpg" |
+ | height="120px"> | ||
+ | |||
+ | <h2>Takeru Morishita</h2> | ||
+ | <h3>Experimenter</h3> | ||
+ | <img src="https://static.igem.org/mediawiki/2013/7/73/Insect2.png" | ||
+ | height="120px"> | ||
+ | <p class="ini"></p> | ||
<h2>Chika Kikuchi</h2> | <h2>Chika Kikuchi</h2> | ||
- | <h3> | + | <h3>Designer</h3> |
- | < | + | <img src="https://static.igem.org/mediawiki/2013/a/a4/Leo_chica.jpg" |
+ | height="120px"> | ||
<h2>Fuminori Yanagimoto</h2> | <h2>Fuminori Yanagimoto</h2> | ||
- | <h3> | + | <h3>Collaborator</h3> |
- | < | + | <img src="https://static.igem.org/mediawiki/2013/9/99/562269_546207298757519_1304470143_n.jpg" |
+ | height="120px"> | ||
<h2>Tanaka Tomohiro</h2> | <h2>Tanaka Tomohiro</h2> | ||
- | <h3> | + | <h3>Collaborator</h3> |
- | < | + | <img src="https://static.igem.org/mediawiki/2013/7/7a/写真_2013-10-13_18_24_56.jpg" |
+ | height="120px"> | ||
<h2>Hiroshige Ishii</h2> | <h2>Hiroshige Ishii</h2> | ||
- | <h3> | + | <h3>Collaborator</h3> |
- | < | + | <img src="https://static.igem.org/mediawiki/2013/4/4b/写真_2013-10-13_18_26_30.jpg" |
+ | height="120px"> | ||
<h2>Tomoyuki Mano</h2> | <h2>Tomoyuki Mano</h2> | ||
- | <h3> | + | <h3>Web Designer / System Engineer</h3> |
- | < | + | <img src="https://static.igem.org/mediawiki/2013/0/06/写真_2013-10-13_18_28_34.jpg" |
+ | height="120px"> | ||
<h2>Kazuhiro Omi</h2> | <h2>Kazuhiro Omi</h2> | ||
- | <h3> | + | <h3>Experimenter</h3> |
- | < | + | <img src="https://static.igem.org/mediawiki/2013/a/a5/写真_2013-10-13_18_30_02.jpg" |
+ | height="120px"> | ||
<h2>Kenko Nakamura</h2> | <h2>Kenko Nakamura</h2> | ||
- | <h3> | + | <h3>Designer / Adviser</h3> |
- | <p class="ini"> | + | <a href="http://www.facebook.com/nkenkou"><img src="https://static.igem.org/mediawiki/2013/3/3d/Aaaaaaaaaaaaaaaaaaaaaaa.jpg" |
+ | height="120px" border=0></a> | ||
+ | <p class="ini">Remember Hakuho.</p> | ||
<h1 id="Students">Adviser / Instructor</h1> | <h1 id="Students">Adviser / Instructor</h1> | ||
+ | |||
+ | <h2>Eiichi Matsumoto</h2> | ||
+ | <h3>Adviser</h3> | ||
+ | <img src="https://static.igem.org/mediawiki/2013/4/44/写真_2013-10-13_18_22_26.jpg" | ||
+ | height="120px"> | ||
<h2>Masahiko Shimizu</h2> | <h2>Masahiko Shimizu</h2> | ||
- | <h3> | + | <h3>Adviser</h3> |
- | < | + | <img src="https://static.igem.org/mediawiki/2013/b/ba/写真_2012-09-27_1_27_07_%282%29.jpg" |
+ | height="120px"> | ||
<h2>Craig Hamilton</h2> | <h2>Craig Hamilton</h2> | ||
- | <h3> | + | <h3>Instructor</h3> |
- | < | + | <img src="https://static.igem.org/mediawiki/2013/0/05/MrCrg.jpg" |
+ | height="120px"> | ||
Latest revision as of 19:24, 15 October 2013
Thanks for your visiting our team wiki!
TEAM
Students
Kyuto Sonehara
Leader / Modeling Manager / Wiki Designer
Kyuto is a medical student. In his free time, he enjoys playing Kendo.
Natsuki Takamura
Experimenter / Manager / Presenter
Natsuki is a junior studying Biology. She is a great manager.
Kohta Toshimitsu
Experiment Manager
Kohta is good at pipetting very much.
Takefumi Yoshikawa
Experimenter / Presenter
Takefumi is a freshman. He is good at gel extraction.
Soh Nakashima
Experimenter
Soh is a freshman. He loves math.
Takahiro Yamada
Manager
Takahiro is a junior.
Yuta Otsuka
Project Manager / Presenter
Yuta is a sophomore.
Tomohito Minakuchi
Experimenter
Akira Sen
Experimenter
Akira is a junior.
Takahiro Kuroda
Experimenter
Masataka Kirihara
Experimenter
He really loves birds.
Yoichi Irie
Experimenter
Kazumi Fukutani
Human Practice
Yuewen Ding
Tour Conductor
I love eating.
Shunsuke Sumi
Modeling
Tomohiro Soejima
Modeling
Kyoko Kushibe
Tour Conductor
Yoshihiko Tomofuji
Experimenter
Naoki Watanabe
Designer
Ihori Ebinuma
Designer / Adviser
Takeru Morishita
Experimenter
Chika Kikuchi
Designer
Fuminori Yanagimoto
Collaborator
Tanaka Tomohiro
Collaborator
Hiroshige Ishii
Collaborator
Tomoyuki Mano
Web Designer / System Engineer
Kazuhiro Omi
Experimenter
Kenko Nakamura
Designer / Adviser
Remember Hakuho.