Team:Chiba/Member

From 2010.igem.org

(Difference between revisions)
 
(12 intermediate revisions not shown)
Line 14: Line 14:
</html>
</html>
<!--- Background Contents --->
<!--- Background Contents --->
 +
<!--- 1st tab --->
<html><br><br><br>
<html><br><br><br>
<div id="search-controls">
<div id="search-controls">
Line 24: Line 25:
-
<body bgcolor="white" text="black" link="yellow" vlink="purple" alink="red" background="https://static.igem.org/mediawiki/2010/a/a1/Chiba_ground_2.jpg">
+
<body bgcolor="blue" text="black" link="yellow" vlink="purple" alink="red" background="https://static.igem.org/mediawiki/2010/a/a1/Chiba_ground_2.jpg">
<img src="https://static.igem.org/mediawiki/2010/f/f9/Chiba_menu_2.jpg">
<img src="https://static.igem.org/mediawiki/2010/f/f9/Chiba_menu_2.jpg">
<p>
<p>
<style type="text/css">  
<style type="text/css">  
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-
        <html xmlns="http://www.w3.org/1999/xhtml">
+
<html xmlns="http://www.w3.org/1999/xhtml">
-
                <head>
+
        <head>
-
                        <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
+
                <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
-
                        <title>Free CSS Navigation Menu Designs 1 at exploding-boy.com</title>
+
                <title>Free CSS Navigation Menu Designs 2 at exploding-boy.com</title>
-
                        <style type="text/css">
+
                <style type="text/css">
<!--
<!--
     body {
     body {
Line 48: Line 49:
}
}
-
/*- Menu Tabs E--------------------------- */
+
img {
 +
border: none;
 +
}
 +
 
 +
/*- Menu Tabs 10--------------------------- */
-
     #tabsE {
+
     #tabs10 {
       float:left;
       float:left;
       width:100%;
       width:100%;
-
      background:#373737;
 
       font-size:100%;
       font-size:100%;
       line-height:normal;
       line-height:normal;
-
       margin-top: -9px;
+
      background:#373737;
-
 
+
       margin-top:-10px;
       }
       }
-
     #tabsE ul {
+
     #tabs10 ul {
-
        margin:0;
+
          margin:0;
-
        padding:2px 10px 0 95px;
+
          padding:2px 10px 0 105px;
-
        list-style:none;
+
          list-style:none;
       }
       }
-
     #tabsE li {
+
     #tabs10 li {
       float:left;
       float:left;
       display:inline;
       display:inline;
 +
      margin:0;
       padding:0;
       padding:0;
-
       margin-right: 40px;
+
       margin-left:40px;
-
 
+
       }
       }
-
     #tabsE li ul {
+
     #tabs10 a {
-
position: absolute;
+
-
left: -999em;
+
-
    }
+
-
   
+
-
    #tabsE li:hover ul {
+
-
      float:left;
+
-
      color: white !important;
+
-
+
-
    }
+
-
+
-
    #tabsE li:hover ul, #tabsE li.sfhover ul {
+
-
      left:auto;
+
-
      padding: 10px;
+
-
      color: white !important;
+
-
    }
+
-
 
+
-
#tabsE a {
+
       float:left;
       float:left;
-
       background:url("tableftE.gif") no-repeat left top;
+
       background:url("tableft10.gif") no-repeat left top;
       margin:0;
       margin:0;
       padding:0 0 0 2px;
       padding:0 0 0 2px;
       text-decoration:none;
       text-decoration:none;
       }
       }
-
     #tabsE a span {
+
     #tabs10 a span {
       float:left;
       float:left;
       display:block;
       display:block;
-
       background:url("tabrightE.gif") no-repeat right top;
+
       background:url("tabright10.gif") no-repeat right top;
       padding:5px 15px 4px 6px;
       padding:5px 15px 4px 6px;
       color:#FFF;
       color:#FFF;
       }
       }
     /* Commented Backslash Hack hides rule from IE5-Mac \*/
     /* Commented Backslash Hack hides rule from IE5-Mac \*/
-
     #tabsE a span {float:none;}
+
     #tabs10 a span {float:none;}
     /* End IE5-Mac hack */
     /* End IE5-Mac hack */
-
     #tabsE a:hover span {
+
     #tabs9 a:hover span {
-
       color:#FFF;
+
       color:#FFFFFF;
       }
       }
-
     #tabsE a:hover {
+
     #tabs10 a:hover {
       background-position:0% -42px;
       background-position:0% -42px;
       }
       }
-
     #tabsE a:hover span {
+
     #tabs10 a:hover span {
       background-position:100% -42px;
       background-position:100% -42px;
       }
       }
-
        #tabsE #current a {
+
      #tabs10 #current a {
-
                background-position:0% -42px;
+
              background-position:0% -42px;
-
        }
+
      }
-
        #tabsE #current a span {
+
      #tabs10 #current a span {
-
                background-position:100% -42px;
+
              background-position:100% -42px;
-
        }
+
      }
-
sfHover = function() {
+
-
var sfEls = document.getElementById("tabsE").getElementsByTagName("LI");
+
-
for (var i=0; i<sfEls.length; i++) {
+
-
sfEls[i].onmouseover=function() {
+
-
this.className+=" sfhover";
+
-
}
+
-
sfEls[i].onmouseout=function() {
+
-
this.className=this.className.replace(new RegExp(" sfhover\\b"), "");
+
-
}
+
-
}
+
-
}
+
-
if (window.attachEvent) window.attachEvent("onload", sfHover);
+
-
 
+
-->
-->
</style>
</style>
-
                </head>
+
        </head>
-
                <body>
+
        <body>
-
                        <div id="tabsE">
+
                <div id="tabs10">
-
                                <ul>
+
                <ul>
-
                                        <!-- CSS Tabs -->
+
                                <!-- CSS Tabs -->
<li><a href="https://2010.igem.org/Team:Chiba"><span>Home</span></a></li>
<li><a href="https://2010.igem.org/Team:Chiba"><span>Home</span></a></li>
-
<li><a href="https://2010.igem.org/Team:Chiba/Team"><span>Team</span></a>
+
<li><a href="https://2010.igem.org/Team:Chiba/Team"><span>Team</span></a></li>
-
<ul style="z-index:1"> <br>
+
<li><a href="https://2010.igem.org/Team:Chiba/Project"><span>Project</span></a></li>
-
<li><a class="tablinks" href="https://2010.igem.org/Team:Chiba/Team">Team</a></li> <li><a class="tablinks" href="https://2010.igem.org/Team:Chiba/Member">Member</a></li>
+
-
<li><a class="tablinks" href="https://2010.igem.org/Team:Chiba/School">School</a></li>
+
-
</ul>
+
-
</li>
+
-
<li><a href="https://2010.igem.org/Team:Chiba/Project"><span>Project</span></a>
+
-
<ul style="z-index:1"><br>
+
-
                        <li><a class="tablinks" href="https://2010.igem.org/Team:Chiba/Project">Overall Project</a></li>
+
-
<li><a class="tablinks" href="https://2010.igem.org/Team:Chiba/Circuit_1">Circuit 1</a></li>
+
-
<li><a class="tablinks" href="https://2010.igem.org/Team:Chiba/Circuit_2">Circuit 2</a></li>
+
-
</ul>
+
-
</li>
+
<li><a href="https://2010.igem.org/Team:Chiba/Parts"><span>Parts</span></a></li>
<li><a href="https://2010.igem.org/Team:Chiba/Parts"><span>Parts</span></a></li>
-
<li><a href="https://2010.igem.org/Team:Chiba/Result"><span>Result</span></a>
+
<li><a href="https://2010.igem.org/Team:Chiba/Notebook"><span>Notebook</span></a></li>
-
<ul style="z-index:1"><br>
+
-
                        <li><a class="tablinks" href="https://2010.igem.org/Team:Chiba/Plasmid1">Plasmid 1</a></li>
+
-
<li><a class="tablinks" href="https://2010.igem.org/Team:Chiba/Plasmid2">Plasmid 2</a></li>
+
-
<li><a class="tablinks" href="https://2010.igem.org/Team:Chiba/lux_promoter">lux Promoter</a></li><br>
+
-
</ul>
+
-
</li>
+
-
<li><a href="https://2010.igem.org/Team:Chiba/Notebook"><span>Notebook</span></a>
+
-
<ul style="z-index:1"><br>
+
-
                        <li><a class="tablinks" href="https://2010.igem.org/Team:Chiba/Notebook">Notebook 1</a></li>
+
-
<li><a class="tablinks" href="https://2010.igem.org/Team:Chiba/Notebook_2">Notebook 2</a></li>
+
-
<li><a class="tablinks" href="https://2010.igem.org/Team:Chiba/Notebook_3">Notebook 3</a></li><br>
+
-
</ul>
+
-
</li>
+
-
 
+
<li><a href="https://2010.igem.org/Team:Chiba/Support"><span>Support</span></a></li>
<li><a href="https://2010.igem.org/Team:Chiba/Support"><span>Support</span></a></li>
-
<li><a href="https://2010.igem.org/Team:Chiba/Safety"><span>Safety</span></a></li>
+
<li id="current"><a href="https://2010.igem.org/Team:Chiba/Safety"><span>Safety</span></a></li>
 +
 
 +
                        </ul>
 +
                </div>
 +
<!--- 1st tab End --->
 +
<!--- 2nd tab --->
 +
<div id="search-controls">
 +
<form action="/Special:Search" id="searchform">
 +
<input id="searchInput" name="search" type="text" title="Search 2010.igem.org [f]" accesskey="f" value="" />
 +
<input type='submit' name="go" class="searchButton" id="searchGoButton" value="Go" title="Go to a page with this exact name if exists" />&nbsp;
 +
      <input type='submit' name="fulltext" class="searchButton" id="mw-searchButton" value="Search" title="Search the pages for this text" />
 +
</form>
 +
</div> <!-- close search controls -->
 +
<p>
 +
<style type="text/css">
 +
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
 +
<html xmlns="http://www.w3.org/1999/xhtml">
 +
        <head>
 +
                <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
 +
                <title>Free CSS Navigation Menu Designs 2 at exploding-boy.com</title>
 +
                <style type="text/css">
 +
<!--
 +
    body {
 +
        margin:0;
 +
        padding:0;
 +
        font: bold 11px/1.5em Verdana;
 +
}
 +
 
 +
h2 {
 +
        font: bold 14px Verdana, Arial, Helvetica, sans-serif;
 +
        color: #000;
 +
        margin: 0px;
 +
        padding: 0px 0px 0px 15px;
 +
}
 +
 
 +
img {
 +
border: none;
 +
}
 +
 
 +
/*- Menu Tabs 9--------------------------- */
 +
 
 +
    #tabs9 {
 +
      float:left;
 +
      width:100%;
 +
      font-size:100%;
 +
      line-height:normal;
 +
      background:#125FDB;
 +
      margin-top:0px;
 +
      }
 +
    #tabs9 ul {
 +
          margin:0;
 +
          padding:2px 10px 0 105px;
 +
          list-style:none;
 +
      }
 +
    #tabs9 li {
 +
      float:left;
 +
      display:inline;
 +
      margin:0;
 +
      padding:0;
 +
      margin-left:40px;
 +
      }
 +
    #tabs9 a {
 +
      float:left;
 +
      background:url("tableft10.gif") no-repeat left top;
 +
      margin:0;
 +
      padding:0 0 0 2px;
 +
      text-decoration:none;
 +
      }
 +
    #tabs9 a span {
 +
      float:left;
 +
      display:block;
 +
      background:url("tabright10.gif") no-repeat right top;
 +
      padding:5px 15px 4px 6px;
 +
      color:#FFF;
 +
      }
 +
    /* Commented Backslash Hack hides rule from IE5-Mac \*/
 +
    #tabs9 a span {float:none;}
 +
    /* End IE5-Mac hack */
 +
    #tabs9 a:hover span {
 +
      color:#FFFFFF;
 +
      }
 +
    #tabs9 a:hover {
 +
      background-position:0% -42px;
 +
      }
 +
    #tabs9 a:hover span {
 +
      background-position:100% -42px;
 +
      }
 +
 
 +
      #tabs9 #current a {
 +
              background-position:0% -42px;
 +
      }
 +
      #tabs9 #current a span {
 +
              background-position:100% -42px;
 +
      }
 +
-->
 +
</style>
 +
        </head>
-
                                 </ul>
+
        <body>
-
                         </div>
+
                <div id="tabs9">
-
                 </body>
+
                <ul>
 +
                                 <!-- CSS Tabs -->
 +
<li><a href="https://2010.igem.org/Team:Chiba/Team"><span>Team</span></a></li>
 +
<li><a href="https://2010.igem.org/Team:Chiba/Member"><span>Member</span></a></li>
 +
<li><a href="https://2010.igem.org/Team:Chiba/School"><span>School</span></a></li>
 +
                         </ul>
 +
                 </div>
 +
        </body>
 +
<!--- 2nd tab End--->
<!--- Background Contents End --->
<!--- Background Contents End --->
Line 190: Line 243:
</tr>
</tr>
</table>
</table>
-
<table border="0" cellpadding="30" cellspacing="0">  
+
<table border="0" cellpadding="30" cellspacing="0">
  <tr>
  <tr>
<font size=2 face=verdana>
<font size=2 face=verdana>
<td width="200"><img src="https://static.igem.org/mediawiki/2010/e/ea/Chiba_05_1.JPG"></td>
<td width="200"><img src="https://static.igem.org/mediawiki/2010/e/ea/Chiba_05_1.JPG"></td>
<td width="500"><font size=2 face=verdana>
<td width="500"><font size=2 face=verdana>
-
Ryuji Yamamoto
+
Hello, I'm Ryuji Yamamoto.
 +
This year our team designed double click bacteria. Have you ever heard of such bacteria?
 +
If you have interest in genetic circuit, our project might be interesting to you.
 +
See you soon in Boston.
 +
 
</td>  
</td>  
  </tr>
  </tr>
Line 201: Line 258:
   <td width="200"><img src="https://static.igem.org/mediawiki/2010/d/d1/Chiba_Ling.jpg"></td>
   <td width="200"><img src="https://static.igem.org/mediawiki/2010/d/d1/Chiba_Ling.jpg"></td>
<td width="500"><font size=2 face=verdana>
<td width="500"><font size=2 face=verdana>
-
Ling Li
+
This is Ling Li, a graduate student from Chiba University. I participate in iGEM for the first
 +
time and I see a great opportunity and future in synthetic biology. My major is applied chemistry
 +
but I have great interest in molecular biology. Hope we have the chance to get together!
</td>  
</td>  
  </tr>
  </tr>
Line 207: Line 266:
   <td width="200"><img src="https://static.igem.org/mediawiki/2010/a/ad/Chiba_Onoda.jpg"></td>
   <td width="200"><img src="https://static.igem.org/mediawiki/2010/a/ad/Chiba_Onoda.jpg"></td>
<td width="500"><font size=2 face=verdana>
<td width="500"><font size=2 face=verdana>
-
Manabu Onoda
+
Hello,My name is Manabu Onoda.I'm an undergraduate student at Chiba University in Japan.
</td>  
</td>  
  </tr>  
  </tr>  
Line 213: Line 272:
   <td width="200"><img src="https://static.igem.org/mediawiki/2010/d/d0/Chiba_04.JPG"></td>
   <td width="200"><img src="https://static.igem.org/mediawiki/2010/d/d0/Chiba_04.JPG"></td>
<td width="500"><font size=2 face=verdana>
<td width="500"><font size=2 face=verdana>
-
Kohei Ike
+
Hello everyone !!!My name is Kohei Ike!!!!
</td>  
</td>  
  </tr>  
  </tr>  
Line 237: Line 296:
   <td width="200"><img src="https://static.igem.org/mediawiki/2010/2/2e/Chiba_03.jpg"></td>
   <td width="200"><img src="https://static.igem.org/mediawiki/2010/2/2e/Chiba_03.jpg"></td>
<td width="500"><font size=2 face=verdana>
<td width="500"><font size=2 face=verdana>
-
Yuki Kawamura
+
Hi! I’m Yuki Kawamura. I’m a freshman at a Chiba University in Japan. My major is horticulture. Horticulture is gardening, agriculture, and so on. In particular, I’m interested in microbiology.<br>
 +
I’m into listening music, reading books, and playing a flute and a shamisen(Japanese instrument). My newest passion is history novel. I’m looking forward to iGEM2010!
 +
 
</td>  
</td>  
  </tr></table><br><br><br>
  </tr></table><br><br><br>

Latest revision as of 03:46, 28 October 2010




 

 

Our Members

Hello, I'm Ryuji Yamamoto. This year our team designed double click bacteria. Have you ever heard of such bacteria? If you have interest in genetic circuit, our project might be interesting to you. See you soon in Boston.
This is Ling Li, a graduate student from Chiba University. I participate in iGEM for the first time and I see a great opportunity and future in synthetic biology. My major is applied chemistry but I have great interest in molecular biology. Hope we have the chance to get together!
Hello,My name is Manabu Onoda.I'm an undergraduate student at Chiba University in Japan.
Hello everyone !!!My name is Kohei Ike!!!!
Hello, I'm Gunhye Lee. I'm glad that participate in iGEM this year. I'm studying chemical engineering and very interested in biosynthesis. I think iGEM is great chance that can study our own, original and fun project, so I'm really excited.
I like listening to music and I love sports, especially figure skating. Not as a skater, but as a fan though. My favorite skater is Yuna Kim, Olympic Champion. I'm watching her beautiful program everyday.
See you soon in Boston.
Hello~Welcome to our wiki!!!
I'm Gyuwoon Jung. I'm undergraduate of Chiba University in Japan and a sophomore majoring in Department of Applied Chemistry & Biotechnology at Chiba University. I heard synthetic biology first time through iGEM. Potentiality of synthetic biology suprised me. I expect that this field will be developed.
So I am looking forward to you!!
Hi! I’m Yuki Kawamura. I’m a freshman at a Chiba University in Japan. My major is horticulture. Horticulture is gardening, agriculture, and so on. In particular, I’m interested in microbiology.
I’m into listening music, reading books, and playing a flute and a shamisen(Japanese instrument). My newest passion is history novel. I’m looking forward to iGEM2010!



Advisors


Daisuke Umeno
Maiko Furubayashi