Team:NCTU Formosa/Team
From 2009.igem.org
(Difference between revisions)
(35 intermediate revisions not shown) | |||
Line 1: | Line 1: | ||
- | + | <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"><!-- InstanceBegin template="/Templates/inpage_ex.dwt" codeOutsideHTMLIsLocked="false" --> | |
- | ! | + | <head> |
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
+ | <style media="all" type="text/css"> | ||
+ | <!-- | ||
- | + | #body{ | |
+ | width:880px; | ||
+ | height:7500px; | ||
+ | margin-left:auto; | ||
+ | margin-right:auto; | ||
+ | } | ||
+ | .nav { | ||
+ | height:35px; | ||
+ | background: url(https://static.igem.org/mediawiki/2009/c/c9/Bg.gif) repeat-x; | ||
+ | position:relative; | ||
+ | font-family:arial, verdana, sans-serif; | ||
+ | font-size:11px; | ||
+ | width:100%; | ||
+ | z-index:100; | ||
+ | margin:0 0 0 0; | ||
+ | padding:0; | ||
+ | } | ||
- | + | .nav .table { | |
- | + | display:table; | |
+ | margin:0 auto; | ||
+ | } | ||
+ | .nav .select, | ||
+ | .nav .current { | ||
+ | margin:0; | ||
+ | padding:0; | ||
+ | list-style:none; | ||
+ | display:table-cell; | ||
+ | white-space:nowrap; | ||
+ | } | ||
- | + | .nav li { | |
+ | margin:0; | ||
+ | padding:0; | ||
+ | height:auto; | ||
+ | float:left; | ||
+ | } | ||
+ | .nav .select a { | ||
+ | display:block; | ||
+ | height:35px; | ||
+ | float:left; | ||
+ | font-weight:bold; | ||
+ | background: url(https://static.igem.org/mediawiki/2009/c/c9/Bg.gif); | ||
+ | padding:0 30px 0 30px; | ||
+ | text-decoration:none; | ||
+ | line-height:35px; | ||
+ | white-space:nowrap; | ||
+ | color:#dfdfdf; | ||
+ | } | ||
+ | |||
+ | |||
+ | .nav .select a:hover, | ||
+ | .nav .select li:hover a { | ||
+ | background: url(https://static.igem.org/mediawiki/2009/e/e6/Hover.gif); | ||
+ | padding:0 0 0 15px; | ||
+ | cursor:pointer; | ||
+ | color:#2b3238; | ||
+ | } | ||
+ | |||
+ | .nav .select a b{ | ||
+ | font-weight:bold; | ||
+ | } | ||
+ | |||
+ | .nav .select a:hover b, | ||
+ | .nav .select li:hover a b { | ||
+ | display:block; | ||
+ | float:left; | ||
+ | padding:0 30px 0 15px; | ||
+ | background:url(https://static.igem.org/mediawiki/2009/e/e6/Hover.gif) right top; | ||
+ | cursor:pointer; | ||
+ | } | ||
+ | |||
+ | .nav .select_sub { | ||
+ | display:none; | ||
+ | } | ||
+ | |||
+ | /* IE6 only */ | ||
+ | .nav table { | ||
+ | border-collapse:collapse; | ||
+ | margin:-1px; | ||
+ | font-size:1em; | ||
+ | width:0; | ||
+ | height:0; | ||
+ | } | ||
+ | |||
+ | .nav .sub { | ||
+ | display:table; | ||
+ | margin:0 auto; | ||
+ | padding:0; | ||
+ | list-style:none; | ||
+ | } | ||
+ | |||
+ | .nav .sub_active .current_sub a, | ||
+ | .nav .sub_active a:hover { | ||
+ | background:transparent; | ||
+ | color:#2b3238; | ||
+ | } | ||
+ | |||
+ | .nav .select :hover .select_sub, | ||
+ | .nav .current .show { | ||
+ | display:block; | ||
+ | position:absolute; | ||
+ | width:100%; | ||
+ | top:35px; | ||
+ | background:url(https://static.igem.org/mediawiki/2009/f/f8/Back.gif); | ||
+ | padding:0; | ||
+ | z-index:100; | ||
+ | left:0; | ||
+ | text-align:center; | ||
+ | } | ||
+ | |||
+ | .nav .current .show { | ||
+ | z-index:10; | ||
+ | } | ||
+ | |||
+ | .nav .select :hover .sub li a, | ||
+ | .nav .current .show .sub li a { | ||
+ | display:block; | ||
+ | float:left; | ||
+ | background:transparent; | ||
+ | padding:0 10px 0 10px; | ||
+ | margin:0; | ||
+ | white-space:nowrap; | ||
+ | border:0; | ||
+ | color:#2b3238; | ||
+ | } | ||
+ | |||
+ | .nav .current .sub li.sub_show a { | ||
+ | color:#2b3238; | ||
+ | cursor:default; | ||
+ | } | ||
+ | |||
+ | .nav .select .sub li a { | ||
+ | font-weight:normal; | ||
+ | } | ||
+ | |||
+ | .nav .select :hover .sub li a:hover, | ||
+ | .nav .current .sub li a:hover { | ||
+ | visibility:visible; | ||
+ | color:#909090; | ||
+ | } | ||
+ | |||
+ | #banner{ | ||
+ | width:878px; | ||
+ | height:215px; | ||
+ | border:1px 0px 1px 0px #000 solid; | ||
+ | background: url(https://static.igem.org/mediawiki/2009/a/af/Inpagebanner.png) no-repeat top left; | ||
+ | } | ||
+ | |||
+ | #nctucontent { width:830px; margin:0px auto;} | ||
+ | #nctucontent1 { width:780px; margin:40px 0px 0px 20px; font-family:Arial, Helvetica, sans-serif; } | ||
+ | #intitle { width:770px; margin-bottom:10px;} | ||
+ | #innerbox { width:770px; margin-top:10px;} | ||
+ | #innertext { font-size:13px; line-height:20px;} | ||
+ | #innerimg {border:1px #cccccc solid; background:#f9f9f9; margin:auto; padding-left:5px;} | ||
+ | #imgbox { border:1px #cccccc solid; margin-top:5px; } | ||
+ | #imgcaption { font-size:10px; padding:5px; background:#f9f9f9; } | ||
+ | --> | ||
+ | </style> | ||
+ | <!--[if IE]> | ||
+ | <style media="all" type="text/css"> | ||
+ | .nav ul {display:inline-block;} | ||
+ | .nav ul {display:inline;} | ||
+ | .nav ul li {float:left;} | ||
+ | .nav {text-align:center;} | ||
+ | .nav .select a:hover b, | ||
+ | .nav .select li:hover a b {float:none;} | ||
+ | </style> | ||
+ | <![endif]--> | ||
+ | </head> | ||
+ | |||
+ | <body> | ||
+ | |||
+ | <div id="body"> | ||
+ | <div id="banner"></div> | ||
+ | <div class="nav"> | ||
+ | <div class="table"> | ||
+ | |||
+ | <ul class="select"> | ||
+ | <li><a href="https://2009.igem.org/Team:NCTU_Formosa" target="_self"><b>Home</b></a></li> | ||
+ | </ul> | ||
+ | |||
+ | |||
+ | <ul class="select"> | ||
+ | <li><a><b>Team</b></a> | ||
+ | <div class="select_sub"> | ||
+ | <ul class="sub"> | ||
+ | <li><a href="https://2009.igem.org/Team:NCTU_Formosa/Team" target="_self">Team</a></li> | ||
+ | <li><a href="http://life.nctu.edu.tw/~cptlab/Picasa%20HTML%20Exports/2009_iGEM-NCTU_Formosa/20091013.html" target="_blank">Gallery</a></li> | ||
+ | </ul> | ||
+ | </div> | ||
+ | </li> | ||
+ | </ul> | ||
+ | |||
+ | |||
+ | |||
+ | |||
+ | <ul class="select"> | ||
+ | <li><a><b>Project</b></a> | ||
+ | <div class="select_sub"> | ||
+ | <ul class="sub"> | ||
+ | <li><a href="https://2009.igem.org/Team:NCTU_Formosa/Project/Abstract" target="_self">Abstract</a></li> | ||
+ | <li><a href="https://2009.igem.org/Team:NCTU_Formosa/Project/Introduction" target="_self">Introduction</a></li> | ||
+ | <li><a href="https://2009.igem.org/Team:NCTU_Formosa/Project/Design" target="_self">Design</a></li> | ||
+ | <li><a href="https://2009.igem.org/Team:NCTU_Formosa/Project/Parts" target="_self">Parts</a></li> | ||
+ | <li><a href="https://2009.igem.org/Team:NCTU_Formosa/Project/Project_new" target="_self">New Idea</a></li> | ||
+ | <li><a href="https://2009.igem.org/Team:NCTU_Formosa/Project/Safety" target="_self">Safety</a></li> | ||
+ | |||
+ | </ul> | ||
+ | </div> | ||
+ | </li> | ||
+ | </ul> | ||
+ | |||
+ | |||
+ | <ul class="select"> | ||
+ | <li><a><b>Results</b></a> | ||
+ | <div class="select_sub"> | ||
+ | <ul class="sub"> | ||
+ | <li><a href="https://2009.igem.org/Team:NCTU_Formosa/WetLab/Labworks" target="_self">Lab works</a></li> | ||
+ | <li><a href="https://2009.igem.org/Team:NCTU_Formosa/WetLab/Timer" target="_self">Timer</a></li> | ||
+ | <li><a href="https://2009.igem.org/Team:NCTU_Formosa/WetLab/Counter" target="_self">Counter</a></li> | ||
+ | <li><a href="https://2009.igem.org/Team:NCTU_Formosa/WetLab/Memory" target="_self">Memory</a></li> | ||
+ | <li><a href="https://2009.igem.org/Team:NCTU_Formosa/WetLab/Results_new" target="_self">New Idea</a></li> | ||
+ | </ul> | ||
+ | </div> | ||
+ | </li> | ||
+ | </ul> | ||
+ | |||
+ | |||
+ | <ul class="select"> | ||
+ | <li><a href="https://2009.igem.org/Team:NCTU_Formosa/Modeling" target="_self"><b>Modeling</b></a></li> | ||
+ | </ul> | ||
+ | |||
+ | <ul class="select"> | ||
+ | <li><a><b>Notebook</b></a> | ||
+ | <div class="select_sub"> | ||
+ | <ul class="sub"> | ||
+ | <li><a href="https://2009.igem.org/Team:NCTU_Formosa/Notebook/Calendar" target="_self">Calendar</a></li> | ||
+ | </ul> | ||
+ | </div> | ||
+ | </li> | ||
+ | </ul> | ||
+ | <ul class="select"> | ||
+ | <li><a href="https://2009.igem.org/Team:NCTU_Formosa/SubmittedParts" target="_self"><b>Submitted Parts</b></a> | ||
+ | </li> | ||
+ | </ul> | ||
+ | |||
+ | <ul class="select"> | ||
+ | <li><a href="https://2009.igem.org/Team:NCTU_Formosa/Contact" target="_self"><b>Contact</b></a> | ||
+ | </li> | ||
+ | </ul> | ||
+ | </div> | ||
+ | </div> | ||
+ | </html> | ||
+ | |||
+ | [[Image:1100462784.jpg|center|caption]] | ||
+ | |||
+ | <br> | ||
+ | |||
+ | |||
+ | |||
+ | ---- | ||
+ | == Team members == | ||
+ | |||
+ | <table width="800" border="0"> | ||
+ | <tr> | ||
+ | <td width="147" height="93">[[Image:Hsiao-Ching Lee.jpg|thumb|83px|Dawn]]</td> | ||
+ | <td width="144">[[Image:Min-Zhi Gao.JPG|thumb|85px|Min-Zhi]]</td> | ||
+ | <td width="149">[[Image:Shao-Yi Wu.JPG|thumb|90px|terence]]</td> | ||
+ | <td width="166">[[Image:Wei-Hsin Shieh.JPG|thumb|83px|xulcat]]</td> | ||
+ | <td width="167">[[Image:HSIAO-YUN KO.jpg|thumb|90px|kirhun]]</td> | ||
+ | <td width="156">[[Image:Ting-Hua Ling.JPG |thumb|90px|relopm]]</td> | ||
+ | <td width="1"> </td> | ||
+ | </tr> | ||
+ | <tr> | ||
+ | <td height="93">[[Image:Ching-Ping, Tseng.JPG|thumb|100px|Ching-Ping]]</td> | ||
+ | <td>[[Image:Chi-Dung Yang.JPG|thumb|100px|Chi-Dung]]</td> | ||
+ | <td>[[Image:Tseng En-Jung.jpg|thumb|100px|En-Jung]]</td> | ||
+ | <td>[[Image:Chung-En Huang.JPG|thumb|100px|kutar]]</td> | ||
+ | <td>[[Image:115454744chu.jpg|thumb|100px|Chu]]</td> | ||
+ | <td>[[Image:Fu Yuan Lo.JPG |thumb|90px|lofuyuan]]</td> | ||
+ | <td> </td> | ||
+ | </tr> | ||
+ | <tr> | ||
+ | <td height="93">[[Image:Chia-Hung Chang.JPG|thumb|100px|John]]</td> | ||
+ | <td>[[Image:Huai-En Lu.JPG |thumb|90px|Ryan]]</td> | ||
+ | <td>[[ Image:Chia-Wei Zheng.JPG|thumb|100px|cjoy]]</td> | ||
+ | <td>[[ Image:Hou Fai Sam.jpg |thumb|100px|houfai]]</td> | ||
+ | <td>[[ Image:Kam Seng Cheang.JPG|thumb|100px|SENG]]</td> | ||
+ | <td>[[Image:Karry.JPG |thumb|100px|karry]]</td> | ||
+ | <td> </td> | ||
+ | </tr> | ||
+ | <tr> | ||
+ | <td height="20">[[Image:P3010341.JPG|thumb|100px|CHEN-CHING]]</td> | ||
+ | <td> </td> | ||
+ | <td>[[Image:照片 6.jpg|thumb|100px|shangweilin]]</td> | ||
+ | <td></td> | ||
+ | <td> </td> | ||
+ | <td> </td> | ||
+ | <td> </td> | ||
+ | <td> </td> | ||
+ | <td> </td> | ||
+ | </tr> | ||
+ | </table> | ||
== Instructor == | == Instructor == | ||
Line 25: | Line 319: | ||
- | <table width=" | + | <table width="800" border="0"> |
<tr> | <tr> | ||
- | <td height="286"><table width=" | + | <td height="286"><table width="800" height="286" border="0" align="left"> |
<tr> | <tr> | ||
- | <td width="220" height="220">[[Image:Hsiao-Ching Lee.jpg|frameless| | + | <td width="200" height="220">[[Image:Ching-Ping, Tseng.JPG|frameless|300px]]</td> |
+ | <td width="30"> </td> | ||
+ | <td width="600"><ul> | ||
+ | <li><span class="style1"><strong>Ching-Ping, Tseng</strong></span></li> | ||
+ | <li><span class="style1">He is a Professor with the Department of Biological Science and Technology at National Chiao Tung University, Hsinchu, Taiwan, R.O.C. </span></li> | ||
+ | <li><span class="style1">Highest Education: Ph. D. Rutgers University, USA, 1991</span> </li> | ||
+ | <li><span class="style1">Present Position: Professor, 2001~present</span></li> | ||
+ | <li><span class="style1">His current research interests include molecular biology, synthetic biology, applied microbiology, and bioengineering.</span></li> | ||
+ | </ul></td> | ||
+ | <td width="30"><p> </p></td> | ||
+ | </tr> | ||
+ | <tr> | ||
+ | <td width="200" height="220">[[Image:Hsiao-Ching Lee.jpg|frameless|200px]]</td> | ||
<td width="30"> </td> | <td width="30"> </td> | ||
<td width="600"><ul> | <td width="600"><ul> | ||
Line 39: | Line 345: | ||
<td width="30"><p> </p></td> | <td width="30"><p> </p></td> | ||
</tr> | </tr> | ||
+ | <tr> | ||
+ | <td width="200" height="220">[[Image:Min-Zhi Gao.JPG|frameless|200px]]</td> | ||
+ | <td width="30"> </td> | ||
+ | <td width="600"><ul> | ||
+ | <li><span class="style1"><strong>Min-Zhi Gao</strong></span></li> | ||
+ | <li><span class="style1">He is currently working towards the M.S. degree in the Department of Biological Science and Technology at National Chiao Tung University. His current research interests include systems biology, bioengineering, and synthetic biology. </span></li> | ||
+ | </ul></td> | ||
+ | <td width="30"><p> </p></td> | ||
+ | </tr> | ||
+ | <tr> | ||
+ | <td width="200" height="220">[[Image:Huai-En Lu.JPG|frameless|200px]]</td> | ||
+ | <td width="30"> </td> | ||
+ | <td width="600"><ul> | ||
+ | <li><span class="style1"><strong>Huai-En Lu</strong></span></li> | ||
+ | <li><span class="style1">Huai-En Lu received the M.S. degree from National Dong Hwa University, Hualien, Taiwan, in 2007. He is currently working towards the Ph.D. degree in Biotechnology at National Chiao Tung University, Hsinchu, Taiwan. His current research interests include tissue engineering, stem cell biology and synthetic biology.</span></li> | ||
+ | </ul></td> | ||
+ | <td width="30"><p> </p></td> | ||
+ | </tr> | ||
+ | <tr> | ||
+ | <td width="200" height="220">[[Image:P3010341.JPG|frameless|200px]]</td> | ||
+ | <td width="30"> </td> | ||
+ | <td width="600"><ul> | ||
+ | <li><span class="style1"><strong>CHEN-CHING YUAN</strong></span></li> | ||
+ | <li><span class="style1">CHEN-CHING have obtained the MS degree in the Department of Biotechnology at National Chiao Tung University, Hsinchu, Taiwan, R.O.C. in 2007. Now work for taiwan cell bank to study the stem cell and biomaterial research.</span></li> | ||
+ | </ul></td> | ||
+ | <td width="30"><p> </p></td> | ||
+ | </tr> | ||
+ | <tr> | ||
+ | <td width="200" height="220">[[Image:Chia-Hung Chang.JPG|frameless|200px]]</td> | ||
+ | <td width="30"> </td> | ||
+ | <td width="600"><ul> | ||
+ | <li><span class="style1"><strong>Chia-Hung Chang</strong></span></li> | ||
+ | <li><span class="style1">Chia-Hung Chang (John) received the M.S. degree from National Tsing Hua University, Hsinchu, Taiwan, in 2007. He is currently working towards the Ph.D. degree in electrical engineering at National Tsing Hua University. His current research interests include systems biology, computational biology, bioinformatics, and synthetic biology. Recently, he focuses on robust genetic IC circuit design and synchronization problem in a large number of synthetic gene networks. In the future, constructing the “Bio-machinist” is his goal.</span></li> | ||
+ | </ul></td> | ||
+ | <td width="30"><p> </p></td> | ||
+ | </tr> | ||
+ | <tr> | ||
+ | <td width="200" height="220">[[Image:Chi-Dung Yang.JPG|frameless|200px]]</td> | ||
+ | <td width="30"> </td> | ||
+ | <td width="600"><ul> | ||
+ | <li><span class="style1"><strong>Chi-Dung Yang</strong></span></li> | ||
+ | <li><span class="style1">Chi-Dung received the Ph.D. candidate from the Department of Biotechnology at National Chiao Tung University, Hsinchu, Taiwan, R.O.C. in 2009. The major study interest of Chi-Dung is in the cAMP-receptor protein dependent gene regulation and system biology in Escherichia coli. </span></li> | ||
+ | </ul></td> | ||
+ | <td width="30"><p> </p></td> | ||
+ | </tr> | ||
+ | |||
<tr> | <tr> | ||
<td> </td> | <td> </td> | ||
Line 55: | Line 407: | ||
== Student == | == Student == | ||
- | |||
- | |||
<tr> | <tr> | ||
- | <td width="220" height="220">[[Image: | + | <td height="286"><table width="800" height="286" border="0" align="left"> |
+ | <tr> | ||
+ | <td width="220" height="220">[[Image:HSIAO-YUN KO.jpg|frameless|200px]]</td> | ||
+ | <td width="30"> </td> | ||
+ | <td width="600"><ul class="style3 style4"> | ||
+ | <li><strong>HSIAO-YUN KO</strong></li> | ||
+ | <li>You can also call me Cloudy. Now I am the senior student of National Chiao-Tung University and I major in biological science and technology. </li> | ||
+ | <li>Before the project, I researched in tolerance of <em>Escherichia coli</em> and cellulose degradation<em>.</em> I am glad to join this project with my teammates. Since we came from different background, we were able to contribute various perspectives and to work more efficiently.</li> | ||
+ | <li>It is a new challenge for me. Thus, the opportunity of this competition will improve me a lot.</li> | ||
+ | </ul></td> | ||
+ | <td width="30"><p> </p></td> | ||
+ | </tr> | ||
+ | <tr> | ||
+ | <td> </td> | ||
+ | <td> </td> | ||
+ | <td> </td> | ||
+ | <td> </td> | ||
+ | </tr> | ||
+ | </table> </td> | ||
+ | </tr> | ||
+ | <tr> | ||
+ | <td height="286"><table width="800" height="246" border="0" align="left"> | ||
+ | <tr> | ||
+ | <td width="220" height="220">[[Image:Ting-Hua Ling.JPG |frameless|200px]]</td> | ||
<td width="30"> </td> | <td width="30"> </td> | ||
<td width="600"><ul> | <td width="600"><ul> | ||
- | <li | + | <li class="style9"><strong>Ting-Hui Lin</strong></li> |
- | <li | + | <li class="style9">I come from Taiwan. It's a wonderful country.</li> |
- | <li | + | <li class="style9">I am studying in National Chiao-Tung University and I major in biological technology .</li> |
- | <li | + | <li class="style9">biking and playing volleyball are both my favorite exercise.</li> |
- | + | <li class="style9">[mailto:relopm@msn.com relopm@msn.com]</li> | |
+ | </ul></td> | ||
<td width="30"><p> </p></td> | <td width="30"><p> </p></td> | ||
</tr> | </tr> | ||
Line 74: | Line 448: | ||
<td height="30"> </td> | <td height="30"> </td> | ||
</tr> | </tr> | ||
- | </table> | + | </table> </td> |
</tr> | </tr> | ||
<tr> | <tr> | ||
- | <td height="286"><table width=" | + | <td height="286"><table width="800" height="246" border="0" align="left"> |
<tr> | <tr> | ||
- | <td width="220" height="220">[[Image: | + | <td width="220" height="220">[[ Image:Fu Yuan Lo.JPG |frameless|200px]]</td> |
<td width="30"> </td> | <td width="30"> </td> | ||
<td width="600"><ul> | <td width="600"><ul> | ||
- | <li class=" | + | <li class="style9"><strong> Fu-Yuan Lo </strong></li> |
- | <li class=" | + | <li class="style9"> I am student from Biological Science and Technology of NCTU.</li> |
- | <li class=" | + | <li class="style9"> I am interested in Biological Science. Thus, I am very excited for having a chance to take part in this competition.</li> |
- | + | ||
</ul></td> | </ul></td> | ||
<td width="30"><p> </p></td> | <td width="30"><p> </p></td> | ||
Line 95: | Line 468: | ||
<td height="30"> </td> | <td height="30"> </td> | ||
</tr> | </tr> | ||
- | </table> | + | </table> </td> |
- | + | ||
</tr> | </tr> | ||
<tr> | <tr> | ||
- | <td height="286"><table width=" | + | <td height="286"><table width="800" height="246" border="0" align="left"> |
<tr> | <tr> | ||
- | <td width="220" height="220">[[Image: | + | <td width="220" height="220">[[Image:Shao-Yi Wu.JPG|frameless|200px]]</td> |
<td width="30"> </td> | <td width="30"> </td> | ||
- | <td width="600"><ul | + | <td width="600"><ul> |
- | <li><strong> | + | <li class="style9"><strong> Shao-Yi Wu (Terence)</strong></li> |
- | <li> | + | <li class="style9"> National Chiao Tung University of Taiwan, Biological Science and Technology</li> |
- | <li> | + | <li class="style9"> I like playing volleyball, listening music, watching movie, photographing, traveling.</li> |
- | <li> | + | <li class="style9"> I love doing this project with these people, and hope we can do well in this competition.</li> |
+ | <li class="style9"> [mailto:wu571531540@hotmail.com wu571531540@hotmail.com]</li> | ||
</ul></td> | </ul></td> | ||
<td width="30"><p> </p></td> | <td width="30"><p> </p></td> | ||
</tr> | </tr> | ||
<tr> | <tr> | ||
- | <td> </td> | + | <td height="30"> </td> |
- | <td> </td> | + | <td height="30"> </td> |
- | <td> </td> | + | <td height="30"> </td> |
- | <td> </td> | + | <td height="30"> </td> |
</tr> | </tr> | ||
- | </table> | + | </table> </td> |
</tr> | </tr> | ||
<tr> | <tr> | ||
- | <td height="286"><table width=" | + | <td height="286"><table width="800" height="246" border="0" align="left"> |
<tr> | <tr> | ||
- | <td width="220" height="220">[[Image: | + | <td width="220" height="220">[[Image:Wei-Hsin Shieh.JPG|frameless|200px]]</td> |
<td width="30"> </td> | <td width="30"> </td> | ||
<td width="600"><ul> | <td width="600"><ul> | ||
- | <li class="style9"><strong> | + | <li class="style9"><strong> wei-Hsin Shieh</strong></li> |
- | <li class="style9">I | + | <li class="style9">I am a National Chiao-Tung University student,I major in Biotechnology.I am glad to participate iGEM competition,I am sure it will be a great experient for me.</li> |
- | + | <li class="style9">I hope everyone people who participate iGEM would have a good memory about this competition.</li> | |
- | + | ||
- | <li class="style9"> | + | |
</ul></td> | </ul></td> | ||
<td width="30"><p> </p></td> | <td width="30"><p> </p></td> | ||
Line 141: | Line 512: | ||
</table> </td> | </table> </td> | ||
</tr> | </tr> | ||
+ | |||
<tr> | <tr> | ||
- | <td height="286"><table width=" | + | <td height="286"><table width="800" height="246" border="0" align="left"> |
<tr> | <tr> | ||
- | <td width="220" height="220">[[ Image: | + | <td width="220" height="220">[[Image:Karry.JPG |frameless|200px]]</td> |
<td width="30"> </td> | <td width="30"> </td> | ||
<td width="600"><ul> | <td width="600"><ul> | ||
- | <li class="style9"><strong> | + | <li class="style9">Hello everybody </li> |
- | <li class="style9"> | + | <li class="style9"><strong>My name is Karry</strong> and I'm from Taiwan. I study biological science and technology at the National Chiao Tung University. I'm a member of the NCTU_Formosa team for iGEM 2009.</li> |
- | <li class="style9"> I | + | <li class="style9">Window shopping is my favorite pastime, and I also like to go to the movies. Sometimes I play the piano.</li> |
+ | <li class="style9"> I hope we all have a good time in the game.</li> | ||
+ | <li class="style9">[mailto:karry7809@yahoo.com.tw karry7809@yahoo.com.tw]</li> | ||
</ul></td> | </ul></td> | ||
<td width="30"><p> </p></td> | <td width="30"><p> </p></td> | ||
Line 162: | Line 536: | ||
</tr> | </tr> | ||
<tr> | <tr> | ||
- | <td height="286"><table width=" | + | <td height="286"><table width="800" height="246" border="0" align="left"> |
<tr> | <tr> | ||
- | <td width="220" height="220">[[Image: | + | <td width="220" height="220">[[ Image:Chia-Wei Zheng.JPG|frameless|200px]]</td> |
<td width="30"> </td> | <td width="30"> </td> | ||
<td width="600"><ul> | <td width="600"><ul> | ||
- | <li class="style9"> | + | <li class="style9"><strong>Chia-Wei Zheng</strong> </li> |
- | <li class="style9"> | + | <li class="style9"> I’m JOY. I’m a junior student of National Chiao-Tung University and I major in Biological Science and Technology. It’s a big challenge for me to join this genetically engineered competition and I believe I will learn a lot in the process.</li> |
- | <li class="style9"> | + | <li class="style9"> In my leisure time, I usually go playing volleyball. It’s my favorite sport. Also, I like to listen to music, especially some taiwanese underground bands such as Tizzy Bac. </li> |
- | <li class="style9"> | + | <li class="style9"> I’m exciting about the game, aren’t you? Hope everyone will have fun and enjoy it! GOOD LUCK!</li> |
- | + | ||
</ul></td> | </ul></td> | ||
<td width="30"><p> </p></td> | <td width="30"><p> </p></td> | ||
Line 181: | Line 554: | ||
<td height="30"> </td> | <td height="30"> </td> | ||
</tr> | </tr> | ||
- | </table> | + | </table> </td> |
</tr> | </tr> | ||
+ | |||
<tr> | <tr> | ||
- | <td height="286"><table width=" | + | <td height="286"><table width="800" height="246" border="0" align="left"> |
<tr> | <tr> | ||
- | <td width="220" height="220">[[ Image:Hou Fai Sam.jpg |frameless| | + | <td width="220" height="220">[[ Image:Hou Fai Sam.jpg |frameless|200px]]</td> |
<td width="30"> </td> | <td width="30"> </td> | ||
<td width="600"><ul> | <td width="600"><ul> | ||
Line 204: | Line 578: | ||
</table> </td> | </table> </td> | ||
</tr> | </tr> | ||
- | |||
<tr> | <tr> | ||
- | <td height="286"> </td> | + | <td height="286"><table width="800" height="246" border="0" align="left"> |
+ | <tr> | ||
+ | <td width="220" height="220">[[ Image:Kam Seng Cheang.JPG|frameless|200px]]</td> | ||
+ | <td width="30"> </td> | ||
+ | <td width="600"><ul> | ||
+ | <li class="style9"><strong>Kam-Seng Cheang</strong> </li> | ||
+ | <li class="style9">Some of my friends call me Jason .I am a senior student at National Chiao-Tung University .</li> | ||
+ | <li class="style9">My major is biological technology. </li> | ||
+ | <li class="style9"> My hobbies are playing basketball .swimming .karate and traveling .</li> | ||
+ | </ul></td> | ||
+ | <td width="30"><p> </p></td> | ||
</tr> | </tr> | ||
<tr> | <tr> | ||
- | <td height=" | + | <td height="30"> </td> |
+ | <td height="30"> </td> | ||
+ | <td height="30"> </td> | ||
+ | <td height="30"> </td> | ||
+ | </tr> | ||
+ | </table> </td> | ||
</tr> | </tr> | ||
<tr> | <tr> | ||
- | <td height="286"> </td> | + | <td height="286"><table width="800" height="246" border="0" align="left"> |
+ | <tr> | ||
+ | <td width="220" height="220">[[Image:照片 6.jpg|frameless|200px]]</td> | ||
+ | <td width="30"> </td> | ||
+ | <td width="600"><ul> | ||
+ | <li class="style9">You don't have to know who I am, but You should know what we did!</li> | ||
+ | </ul></td> | ||
+ | <td width="30"><p> </p></td> | ||
+ | </tr> | ||
+ | <tr> | ||
+ | <td height="30"> </td> | ||
+ | <td height="30"> </td> | ||
+ | <td height="30"> </td> | ||
+ | <td height="30"> </td> | ||
+ | </tr> | ||
+ | </table> </td> | ||
+ | </tr> | ||
+ | <tr> | ||
+ | <td height="286"><table width="800" height="246" border="0" align="left"> | ||
+ | <tr> | ||
+ | <td width="220" height="220">[[Image:Chung-En Huang.JPG|frameless|200px]]</td> | ||
+ | <td width="30"> </td> | ||
+ | <td width="600"><ul> | ||
+ | <li class="style9"><strong>Chung-En Huang</strong> </li> | ||
+ | <li class="style9">2007-2011, Biological Science and Technology, NCTU, Taiwan</li> | ||
+ | <li class="style9">I like photographing, traveling, literature, and classic music. </li> | ||
+ | <li class="style9">I hope that I will experience something fun in the competition, and enjoy it.</li> | ||
+ | <li class="style9">[mailto:kutar0123@hotmail.com kutar0123 hotmail.com]</li> | ||
+ | </ul></td> | ||
+ | <td width="30"><p> </p></td> | ||
+ | </tr> | ||
+ | <tr> | ||
+ | <td height="30"> </td> | ||
+ | <td height="30"> </td> | ||
+ | <td height="30"> </td> | ||
+ | <td height="30"> </td> | ||
+ | </tr> | ||
+ | </table> </td> | ||
+ | </tr> | ||
+ | <tr> | ||
+ | <td height="286"><table width="800" height="246" border="0" align="left"> | ||
+ | <tr> | ||
+ | <td width="220" height="220">[[Image:Tseng En-Jung.jpg|frameless|200px]]</td> | ||
+ | <td width="30"> </td> | ||
+ | <td width="600"><ul> | ||
+ | <li class="style9"><strong>Tseng En-Jung</strong> </li> | ||
+ | <li class="style9">I’m an undergraduate student and major in biotechnology. I am very glad to join in 2009 NCTU_Formosa iGEM team in my last semester in collage. Although my research in undergraduate is heart diseases, different from what the team do now. However, this training let me know another way to think of synthetic biology. I hope I will learn more design thoughts and use the thoughts in my future studies.</li> | ||
+ | </ul></td> | ||
+ | <td width="30"><p> </p></td> | ||
</tr> | </tr> | ||
- | |||
</table> | </table> | ||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- |
Latest revision as of 02:01, 22 October 2009
Team members
Instructor
Student | ||||||||
|
||||||||
|
||||||||
|
||||||||
|
||||||||
|
||||||||
|
||||||||