Team:TCU Taiwan/Team

From 2014.igem.org

(Difference between revisions)
 
(177 intermediate revisions not shown)
Line 1: Line 1:
 +
{{CSS/Main}}
{{CSS/Main}}
 +
<html>
<html>
<head>
<head>
-
<link rel="stylesheet" href="https://2013.igem.org/Team:SYSU-China/main.css?action=raw&amp;ctype=text/css" type="text/css" />
+
<meta name="google-site-verification" content="pY8JgIYK6zMi9LoymHQcUKbj-xnD-rcPBrYI-xllU9o" />
 +
 
 +
<script src="http://code.jquery.com/jquery-1.9.1.js"></script>
 +
<link rel="stylesheet" href="http://code.jquery.com/ui/1.9.2/themes/smoothness/jquery-ui.css">
 +
<script src="http://code.jquery.com/ui/1.9.2/jquery-ui.js"></script>
 +
</head>
 +
<body>
 +
</html>
 +
 
 +
<html>
 +
<!--Analytics-->
 +
<script>
 +
  (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
 +
  (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
 +
  m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
 +
  })(window,document,'script','//www.google-analytics.com/analytics.js','ga');
 +
 
 +
  ga('create', 'UA-48805552-2', 'igem.org');
 +
  ga('send', 'pageview');
 +
 
 +
</script>
 +
 
 +
<script type="text/javascript"><!--
 +
Image0 = new Image(100,50); Image0.src = "https://static.igem.org/mediawiki/2014/a/aa/TCU-Contact-bot1.png";
 +
Image1 = new Image(100,50); Image1.src = "https://static.igem.org/mediawiki/2014/3/31/TCU_TEAM_n.jpg";
 +
Image2 = new Image(100,50); Image2.src = "https://static.igem.org/mediawiki/2014/b/b1/TCU_TEAM_S_n.jpg";
 +
Image3 = new Image(100,50); Image3.src = "https://static.igem.org/mediawiki/2014/6/65/TCU_TEAM_SN_n.jpg";
 +
Image4 = new Image(100,50); Image4.src = "https://static.igem.org/mediawiki/2014/f/ff/TCU_TEAM_BO_n.jpg";
 +
Image5 = new Image(100,50); Image5.src = "https://static.igem.org/mediawiki/2014/7/7f/TCU_TEAM_RE_n.jpg";
 +
Image6 = new Image(100,50); Image6.src = "https://static.igem.org/mediawiki/2014/3/3d/TCU_TEAM_REN_n.jpg";
 +
Image7 = new Image(100,50); Image7.src = "https://static.igem.org/mediawiki/2014/b/be/TCU_TEAM_H_n.jpg";
 +
// --></script>
 +
<!--End Analytics-->
 +
 
 +
 
 +
<!-- this section changes the default wiki template to a white full width background -->
<style type="text/css">
<style type="text/css">
-
body {background-color:#aaab4d;}
+
#contentSub, #footer-box, #catlinks, #search-controls, #p-logo, .printfooter, .firstHeading,.visualClear {display: none;} /*-- hides default wiki settings --*/
-
#cont_column h1,#cont_column h2,#cont_column h3 {color: #81822f;}
+
 
-
#cont_column h3 {border-bottom: 2px solid #aaab4d;}
+
#top-section { /*-- styling for default menu bar (edit, page, history, etc.) --*/
-
#cont_column p,#cont_column li {color: #1d1d02;}
+
-
table {color:#1d1d02;background-color:transparent;}
+
border: 0 none;
 +
height: 14px;
 +
z-index: 100;
 +
top: 0;
 +
position: fixed;
 +
width: 975px;
 +
left: 50%;
 +
margin-left: -487px;
 +
}
 +
 
 +
#globalWrapper, #content { /*-- changes default wiki settings --*/
 +
width: 100%;
 +
height: 100%;
 +
border: 0px;
 +
background-color: transparent;
 +
margin: 0px;
 +
padding: 0px;
 +
}
 +
 
 +
html, body, .wrapper { /*-- changes default wiki settings --*/
 +
width: 100%;  
 +
height: 100%;
 +
background-color: transparent;
 +
}
 +
 
 +
#gotop {
 +
    display: none;
 +
    position: fixed;
 +
    right: 20px;
 +
    bottom: 20px;   
 +
    padding: 10px 15px;   
 +
    font-size: 20px;
 +
    background: #777;
 +
    color: white;
 +
    cursor: pointer;
 +
}
</style>
</style>
-
<link rel="stylesheet" href="https://2013.igem.org/Team:SYSU-China/common_all.css?action=raw&amp;ctype=text/css" type="text/css" />
+
<style type="text/css">
 +
  #jamboreemenu ul {list-style: none;padding: 0px;margin: 0px;}
 +
  #jamboreemenu ul li {display: block;position: relative;float: left; #A66B38; width:150px;}
 +
    #jamboreemenu li ul {display: none;}
-
<script src="//ajax.googleapis.com/ajax/libs/jquery/1.10/jquery.min.js"></script>
+
    #jamboreemenu ul li a {display: block;background: #A66B38;  width:150px; padding: 10px 5px 10px 10px;text-decoration: none;
 +
          white-space: nowrap;color: #fff;}
-
<script src="https://2013.igem.org/Team:SYSU-China/common.js?action=raw&amp;ctype=text/javascript" type="text/javascript"></script>
+
  #jamboreemenu li a:hover {background: #F2DE79;  width:150px;}
 +
    #jamboreemenu li:hover ul {display: block; position: absolute;}
 +
  #jamboreemenu li:hover li {float: none;}
 +
  #jamboreemenu  li:hover a {background: #F2DE79; width:150px;}
 +
  #jamboreemenu  li:hover li a:hover {background: #A66B38; width:150px;}
 +
  #drop-nav li ul li {border-top: 10px; }
 +
</style>
-
<script src="https://2013.igem.org/Team:SYSU-China/animat.js?action=raw&amp;ctype=text/javascript" type="text/javascript"></script>
+
<script type="text/javascript">
-
<script src="https://2013.igem.org/Team:SYSU-China/Project.js?action=raw&amp;ctype=text/javascript" type="text/javascript"></script>
+
$(function(){
-
+
    $("#gotop").click(function(){
-
</head>
+
        jQuery("html,body").animate({
-
<body>
+
            scrollTop:0
-
<div id="outerdiv" style="position:fixed;top:0;left:0;background:rgba(220,220,220,0.9);z-index:2;width:100%;height:100%;display:none;"><div id="innerdiv" style="position:absolute;"><img id="bigimg" style="border:5px solid #fff;" src="" /></div></div>
+
        },1000);
-
<DIV id="animat">
+
    });
-
  <span><p>ipsc</p>
+
    $(window).scroll(function() {
-
  <img src="https://static.igem.org/mediawiki/2013/4/44/WIKI-MASCOT-STAND.png" /></span></DIV>  
+
        if ( $(this).scrollTop() > 300){
 +
            $('#gotop').fadeIn("fast");
 +
        } else {
 +
            $('#gotop').stop().fadeOut("fast");
 +
        }
 +
    });
 +
});
 +
</script>
 +
<!--  here ends the section that changes the default wiki template to a white full width background -->
-
<DIV class=""  align="center">
 
-
<DIV class="navigater">
 
-
</DIV>
 
-
<DIV id="cont_column">
 
-
 
-
<!--正 文 部 分 开 始-->
 
-
<DIV class="chapter">
 
-
<span>Project/Overview</span>
 
-
<h1>Overview: iPSCs Safeguard</h1>
+
<!-- beginning of your page -->
-
<p>
+
<!--main content -->
-
<strong>To live or not to live?</strong> This time, why not let cells answer this question and select their fates automatically?
+
<table width="100%" align="center" >
-
</p>
+
<tr>
-
<br /><img src=" https://static.igem.org/mediawiki/2013/9/90/Overview1.png " width="700" /><br />
+
</tr>
-
<p>
+
 
-
This summer, iGEM team of SYSU-China came up with a new strategy to minimize the tumorigenesis risks of iPSCs: We designed a device which can <strong>select the right kinds of cells from induced cell mass and retain selection pressure to remove cancerous cells in the long term.</strong> During differentiation, undifferentiated cells or wrong kinds of differentiated cells will undergo apoptosis and the transferred cells can be cultured and brought into further usage. After cells are transplanted into patient’s body, the spontaneous cancerous cells can be killed and cleared.  
+
<!--navigation menu -->
-
</p>
+
<td align="center" colspan="3">
 +
 
 +
<table width="100%" border="0" style="background-color:#F2DE79" height="150px">
 +
  <tr>
 +
    <td width="0%">&nbsp;</td>
 +
    <td width="128" height="128" align="left" valign="middle"><img src="https://static.igem.org/mediawiki/2014/1/1a/TCU-Team-logo.png" width="128" height="128"></td>
 +
    <td width="68%" align="left" valign="middle"><h6><font face="Trebuchet MS" size="7" color="#484644">Members</font></h6></td>
 +
    <td width="19%" align="center"><img src="https://static.igem.org/mediawiki/2014/c/c2/TCU-Logo-up.png" width="90%"></td>
 +
    <td width="0%">&nbsp;</td>
 +
  </tr>
 +
</table>
 +
<!--end navigation menu -->
 +
 
 +
<table id="jamboreemenu" width="100%" cellspacing="0" align="center">
 +
 
 +
<tbody>
 +
<td width="100%" bgcolor="#A66B38" align="center">
 +
<table width="100%" cellspacing="0">
 +
<tbody><tr align="center" bgcolor="#A66B38" height="40px">
 +
 
 +
<td  align="center">
 +
<ul id="drop-nav">
 +
<li><a href="https://2014.igem.org/Team:TCU_Taiwan"><font size="5">Home</font></a>
 +
 
 +
  </li>
 +
</ul>
 +
</td>
 +
 
 +
<td align="center">
 +
<ul id="drop-nav">
 +
<li><a href="#" style="cursor:default"><font size="5" style="color:#DBAC52">Team</font></a>
 +
    <ul>
 +
      <li><a href="https://2014.igem.org/Team:TCU_Taiwan/Team" style="color:#DBAC52"><font size="3">Members</font></a></li>
 +
      <li><a href="https://2014.igem.org/Team:TCU_Taiwan/Achievements"><font size="3">Achievements</font></a></li>
 +
      <li><a href="https://igem.org/Team.cgi?id=1473" target="_blank"><font size="3">Official Team Profile</font></a></li>
 +
      <li><a href="https://2014.igem.org/Team:TCU_Taiwan/Contact"><font size="3">Contact</font></a></li>
 +
 
 +
</ul>
 +
  </li>
 +
</ul>
 +
</td>
 +
 
 +
 
 +
<td align="center">
 +
<ul id="drop-nav">
 +
  <li><a href="#" style="cursor:default"><font size="5" >Project</font></a>
 +
    <ul>
 +
      <li><a href="https://2014.igem.org/Team:TCU_Taiwan/Project"><font size="3">Introduction</font></a></li>
 +
      <li><a href="https://2014.igem.org/Team:TCU_Taiwan/Parts"><font size="3">Parts</font></a></li>
 +
      <li><a href="https://2014.igem.org/Team:TCU_Taiwan/SystemDesign"><font size="3">System Design</font></a></li>
 +
      <li><a href="https://2014.igem.org/Team:TCU_Taiwan/M13Phage"><font size="3">M13 Phage</font></a></li>
 +
      <li><a href="https://2014.igem.org/Team:TCU_Taiwan/CRISPR"><font size="3">CRISPR</font></a></li>
 +
      <li><a href="https://2014.igem.org/Team:TCU_Taiwan/FutureWorks"><font size="3">Future Works</font></a></li>
 +
      <li><a href="https://2014.igem.org/Team:TCU_Taiwan/HumanPratics"><font size="3">Human Pratics</font></a></li>
 +
    </ul>
 +
  </li>
 +
</ul>
 +
</td>
 +
 
 +
 
 +
<td align="center">
 +
<ul id="drop-nav">
 +
  <li><a href="https://2014.igem.org/Team:TCU_Taiwan/Modeling"><font size="5">Modeling</font></a>
 +
  </li>
 +
</ul>
 +
</td>
 +
 
 +
 
 +
<td align="center">
 +
<ul id="drop-nav">
 +
  <li><a href="https://2014.igem.org/Team:TCU_Taiwan/Safety"><font size="5">Safety</font></a></li>
 +
</ul>
 +
</td>
 +
 
 +
 
 +
<td align="center">
 +
<ul id="drop-nav">
 +
<li><a href="https://2014.igem.org/Team:TCU_Taiwan/Notebook"><font size="5">Notebook</font></a></li>
 +
</ul>
 +
</td>
 +
 
 +
<td align="center">
 +
<ul id="drop-nav">
 +
<li><a href="https://2014.igem.org/Team:TCU_Taiwan/Attributions"><font size="5">Attributions</font></a></li>
 +
</ul>
 +
</td>
 +
 
 +
<td align="center">
 +
<ul id="drop-nav">
 +
<li><a href="https://2014.igem.org/Main_Page"><img src="https://static.igem.org/mediawiki/igem.org/6/60/Igemlogo_300px.png" width="40px"></a></li>
 +
</ul>
 +
</td>
 +
</tbody></table>
 +
 
 +
 
 +
<tr><td colspan="3" height="1px" background="#F3E4C2"><img src="https://static.igem.org/mediawiki/2014/c/c1/TCU-Line.png" width="100%"></tr>
 +
 
 +
</table>
 +
<div id="contentcontainer">
 +
 
 +
 
 +
 
 +
 
 +
<!-- Page content begins -->
 +
<!-- Team introduction, here you can tell us about your school and your city!  -->
 +
<table width="975px" align="center">
 +
<tr ><td coslpan="2" height="35px"></td></tr>
 +
<tr>
 +
  <td valign="top" colspan="3" align="center">
 +
  <table width="100%" border="0" cellspacing="0" cellpadding="0">
 +
    <tr>
 +
      <td width="10%" bgcolor="#000000"><a href="http://www.mi.tcu.edu.tw/english_web/introduction.htm" title="Department of Medical Informatics"><img src="https://static.igem.org/mediawiki/2014/2/24/TCU_MI_LOGO.png" width="100%"/></td>
 +
      <td width="3%">&nbsp;</td>
 +
      <td align="justify">
 +
     
 +
      <font size="3" face="Verdana" color="#008C32"><p>TCU-Taiwan is a team founded in 2009 and was instructed by Professor Ingrid Y.C. Liu, Professor Peng Yeong Woon and Professor Hsin-Yi Yu. Now it is taken over by Professor Ingrid Y.-C. Liu, Professor Peng Yeong Woon and Professor Yung-Hao Ching. Our team have students from department of medical informatics and department of molecular biology and human genetics of Tzu Chi University.</p></font>
 +
     
 +
      </td>
 +
      <td width="3%">&nbsp;</td>
 +
      <td width="10%" align="center"><a href="http://www.dmbhg.tcu.edu.tw/dmbhg.html" title="Department of Molecular Biology and Human Genetics"><img src="https://static.igem.org/mediawiki/2014/d/d6/TCU_MBGH_LOGO.png" width="100%"/></a></td>
 +
    </tr>
 +
    <tr>
 +
      <td height="50px">&nbsp;</td>
 +
      <td>&nbsp;</td>
 +
      <td align="justify">&nbsp;</td>
 +
      <td align="justify">&nbsp;</td>
 +
      <td>&nbsp;</td>
 +
    </tr>
 +
  </table>    </td>
 +
 
 +
<tr>
 +
  <td valign="top" height="20px" style="background-color:#FFF2B5"><font id="studentgallery" face="Trebuchet MS" size="7" color="#A66B38">Who are we?</font></td>
 +
  <td ></td>
 +
  <td >&nbsp;</td>
 +
<tr>
 +
 
 +
<td width="35%" valign="top" rowspan="">
 +
<h3> We are TCU-Taiwn team !</h3><font size="3" face="Verdana" color="#333">
 +
<p align="justify">We are a small team with only 7 people, so each of us has to carry multi-work. It is not easy to have so much work while our class is heavy, too. And we did had a hard time that everyone wanted to give up. But we took it over successfully by helping each other as well as accomplishing our own job. As time goes by, TCU_Taiwan has grown from a team to a big family. Together, we all looking forward to enjoy the iGEM competition and share more details about our “Trogene Horse” with all iGEMers.</p></font>
 +
 
 +
<!-- This will link to students, instructors and advisors galleries inside your page--></td>
 +
<td width="3%" > </td>
 +
 
 +
 
 +
<!-- Here you can place and image of your team -->
 +
<td width="60%" >
 +
 
 +
 
 +
<script language="JavaScript1.1">
 +
var specifyimage=new Array()
 +
specifyimage[0]="https://static.igem.org/mediawiki/2014/d/d3/TCU-Team-members.jpg"
 +
specifyimage[1]="https://static.igem.org/mediawiki/2014/1/1f/TCU-team-p1.jpg"
 +
specifyimage[2]="https://static.igem.org/mediawiki/2014/7/70/TCU-team-p2.jpg"
 +
specifyimage[3]="https://static.igem.org/mediawiki/2014/7/73/TCU-team-p3.jpg"
 +
specifyimage[4]="https://static.igem.org/mediawiki/2014/8/84/TCU_TEAM_10670238_946246738725051_342795070903430221_n.jpg"
 +
specifyimage[5]="https://static.igem.org/mediawiki/2014/a/ad/TCU_TEAM_10468687_948158005200591_5485891191605830980_n.jpg"
 +
specifyimage[6]="https://static.igem.org/mediawiki/2014/5/53/TCU_TWAM_10733846_946522168697508_5162293134592975585_o.jpg"
 +
 
 +
var delay=2500 //3 seconds
 +
 
 +
//Counter for array
 +
var count =1;
 +
 
 +
var cubeimage=new Array()
 +
for (i=0;i<specifyimage.length;i++){
 +
cubeimage[i]=new Image()
 +
cubeimage[i].src=specifyimage[i]
 +
}
 +
 
 +
function movecube(){
 +
if (window.createPopup)
 +
cube.filters[0].apply()
 +
document.images.cube.src=cubeimage[count].src;
 +
if (window.createPopup)
 +
cube.filters[0].play()
 +
count++;
 +
if (count==cubeimage.length)
 +
count=0;
 +
setTimeout("movecube()",delay)
 +
}
 +
 
 +
window.onload=new Function("setTimeout('movecube()',delay)")
 +
</script>
 +
 
 +
<img width="600px" height="300px" src="https://static.igem.org/mediawiki/2014/d/d3/TCU-Team-members.jpg" name="cube" border="0" style="filter:progid:DXImageTransform.Microsoft.Stretch(stretchStyle='PUSH')">
 +
 
 +
 
 +
</td>
 +
<tr>
 +
  <td valign="top">&nbsp;</td>
 +
  <td ></td>
 +
  <td ><table width="100%" align="center">
 +
    <tr ></tr>
 +
    <tr>
 +
      <td style="border:0px solid black;" align="center" width="33%" height ="35px"
 +
onmouseover="this.bgColor='#99CC69'" onmouseout="this.bgColor='#FFCE5B'" bgcolor="#FFCE5B"><a href="#studentsgallery"
 +
style="color:#0B6D78; text-decoration: none;"><font face="Trebuchet MS" size="4">Students</font></a></td>
 +
      <td style="border:0px solid black;" align="center" width="33%" height ="35px"
 +
onmouseover="this.bgColor='#99CC69'" onmouseout="this.bgColor='#FFCE5B'" bgcolor="#FFCE5B"><a href="#instructorgallery"
 +
style="color:#0B6D78; text-decoration: none;"><font face="Trebuchet MS" size="4">Instructors</font></a></td>
 +
      <td style="border:0px solid black;" align="center"  width="33%" height ="35px"
 +
onmouseover="this.bgColor='#99CC69'" onmouseout="this.bgColor='#FFCE5B'" bgcolor="#FFCE5B"><a href="#advisorgallery"
 +
style="color:#0B6D78; text-decoration: none;"><font face="Trebuchet MS" size="4">Advisors</font></a></td>
 +
    </tr>
 +
  </table></td>
 +
<tr ><td coslpan="2" height="35px" align="right"></td></tr>
 +
</tr>
 +
</table>
 +
 
 +
 
 +
 
 +
 
 +
<!-- team member gallery -->
 +
<table width="975px" align="center">
 +
<tr ><td coslpan="7" height="20px"></td>
 +
  <td coslpan="7"></td>
 +
  <td coslpan="7"></td>
 +
  <td coslpan="7"></td>
 +
</tr>
 +
<!-- copy from here for another row of team members-->
 +
<tr ><td coslpan="7" height="20px" style="background-color:#FFF2B5"><font id="studentgallery" face="Trebuchet MS" size="7" color="#A66B38">Students</font></td>
 +
  <td coslpan="7" width="" style="background-color:#FFF2B5">&nbsp;</td>
 +
  <td coslpan="7" width="" style="background-color:#FFF2B5">&nbsp;</td>
 +
  <td coslpan="7" width="" style="background-color:#FFF2B5">&nbsp;</td>
 +
</tr>
 +
<tr >
 +
  <td coslpan="7" height="20px">&nbsp;</td>
 +
  <td coslpan="7">&nbsp;</td>
 +
  <td coslpan="7">&nbsp;</td>
 +
  <td coslpan="7">&nbsp;</td>
 +
</tr>
 +
<tr align="center">
 +
<!-- here you can add the photos from your team members-->
 +
<td width="25%" colspan="6" align="center">
 +
<script>
 +
$(function() {
 +
  $('#chp001').hover( function(){
 +
      $('#chp001>img').attr({src:Image1.src}).effect({effect: 'shake', direction: 'up', distance: 2, times: 1});
 +
      },
 +
      function(){
 +
  $('#chp001>img').attr({src:'https://static.igem.org/mediawiki/2014/4/4e/TCU_TEAM_P_1030725.jpg'});
 +
  });
 +
});
 +
</script>
 +
 
 +
<div id="chp001" style="width: 300px; height: 300px;">
 +
<img  style="width: 300px; height: 300px;" alt="" src="https://static.igem.org/mediawiki/2014/4/4e/TCU_TEAM_P_1030725.jpg"><br>
 +
</div>
 +
</td>
 +
<td width="5%"> </td>
 +
<td width="65%" colspan="3" align="left"><p><font face="Trebuchet MS" size="5" color="#484644"><strong>Lin,Yi-Ting</strong>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Eating</font><img src="https://static.igem.org/mediawiki/2014/f/f6/TCU-Eating.png" width="180" align="right"/></p>
 +
  <hr />
 +
  <p>&nbsp;</p>
 +
  <p align="justify"><font size="3" face="Verdana" color="#333">Hello! I am Yi-Ting, a junior student majoring in Molecular Biology and Human Genetics at Tzu Chi University. I am really delighting to get an opportunity joining in iGEM. I am the leader of 2014 TCU-Taiwan. In our team, I worked with wet experiment and 2014 Synthetic Biology information meeting of local senior high school and Tzu Chi University as a chief convener. My hobbies are playing basketball, riding bike, running, listening to classical music, journey and eating. My dream is to be a traveler, eat and play all around the world! I am full of enthusiasm in molecular biology and hope to gain more knowledge of molecular biology during the competition. Let&rsquo;s do our best and enjoy the iGEM! I think it as the most special experience to me.</font></p>
 +
</td>
 +
</table>
 +
 
 +
<table width="975px" align="center">
 +
<tr ><td coslpan="7" height="20px"></td></tr>
 +
<!-- copy from here for another row of team members-->
 +
<!-- here you can write about each team member's interests -->
 +
<tr >
 +
<td width="65%" colspan="3" align="left"><p><font face="Trebuchet MS" size="5" color="#484644"><strong>Shan, Zhe</strong>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Ted</font><img src="https://static.igem.org/mediawiki/2014/a/ab/TCU-Silver.png" width="120" align="right"/></p><hr />
 +
  <p>&nbsp;</p>
 +
  <p align="justify"><font size="3" face="Verdana" color="#333">I am Zhe Shan , you can also call me Ted. I am majoring in molecular biology and human genetics now. I come from China and I play as second leader in TCU_Taiwan. I am in charge of our project’s system design, and I also join some part of our wet experiment.I enjoy working with my teammates together. In addition to learning synthetic biology, iGEM has let me understand the idea of teamship and responsibility.</font></p><p align="justify"><font size="3" face="Verdana" color="#333">
 +
I love science, I enjoy working in the lab because it makes me feel very cool. And I consider Taiwan, this beautiful island, as my second hometown, its special culture impressed me a lot. When I am free, I like swimming, playing computer games, listening rock and roll (ROCK!!!) and eating. My dream is make some great contribution on molecular biology and get famous for that.</font></p></td>
 +
<td width="5%"> </td>
 +
<td width="25%" colspan="3" align="center">
 +
<script>
 +
$(function() {
 +
  $('#chp002').hover( function(){
 +
      $('#chp002>img').attr({src:Image2.src}).effect({effect: 'shake', direction: 'up', distance: 2, times: 1});
 +
      },
 +
      function(){
 +
  $('#chp002>img').attr({src:'https://static.igem.org/mediawiki/2014/1/1d/TCU_TEAM_P_1030728.jpg'});
 +
  });
 +
});
 +
</script>
 +
 
 +
<div id="chp002" style="width: 300px; height: 300px;">
 +
<img  style="width: 300px; height: 300px;" alt="" src="https://static.igem.org/mediawiki/2014/1/1d/TCU_TEAM_P_1030728.jpg"><br>
 +
</div>
 +
</td>
 +
</tr>
 +
<!-- copy up to here for another row team members-->
 +
</table>
 +
 
 +
<table width="975px" align="center">
 +
<tr ><td coslpan="7" height="20px"></td></tr>
 +
<!-- copy from here for another row of team members-->
 +
<tr align="center">
 +
<!-- here you can add the photos from your team members-->
 +
<td width="25%" colspan="3" align="center">
 +
<script>
 +
$(function() {
 +
  $('#chp003').hover( function(){
 +
      $('#chp003>img').attr({src:Image3.src}).effect({effect: 'shake', direction: 'up', distance: 2, times: 1});
 +
      },
 +
      function(){
 +
  $('#chp003>img').attr({src:'https://static.igem.org/mediawiki/2014/c/c1/TCU_Team_6.jpg'});
 +
  });
 +
});
 +
</script>
 +
 
 +
<div id="chp003" style="width: 300px; height: 300px;">
 +
<img  style="width: 300px; height: 300px;" alt="" src="https://static.igem.org/mediawiki/2014/c/c1/TCU_Team_6.jpg"><br>
 +
</div>
 +
</td>
 +
<td width="5%"> </td>
 +
<td width="65%" colspan="3" align="left"><p><font face="Trebuchet MS" size="5" color="#484644"><strong>Hsieh,Siang-En</strong>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Sharon</font><img src="https://static.igem.org/mediawiki/2014/5/5d/TCU-Sharon.png" width="150" align="right"/></p><hr />
 +
  <p>&nbsp;</p>
 +
  <p align="justify"><font size="3" face="Verdana" color="#333">Sharon is a sentimental student who always got so many interesting ideas in his brain. With these ideas, he often see things from a different point of view and this can sometimes get an unexpected result .He enjoys thinking, sharing his ideas with other people, reading books and arts. Thanks to his unlimited imagination, we never get lack of ideas during our project design. Besides, he is a professional photographer in our team.</font></p></td>
 +
</table>
 +
 
 +
<table width="975px" align="center">
 +
<tr ><td coslpan="7" height="20px"></td></tr>
 +
<tr >
 +
<td width="65%" colspan="3" align="left"><p><font face="Trebuchet MS" size="5" color="#484644"><strong>Chen,Shih-Jie</strong>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Mr.Bo</font><img src="https://static.igem.org/mediawiki/2014/3/34/TCU-Bo.png" width="150" align="right"/></p><hr />
 +
  <p>&nbsp;</p>
 +
  <p align="justify"><font size="3" face="Verdana" color="#333">Hey guys! I am happy to join this party with you. I am BoBo Chen from TzuChi University, Hualien. I am a junior student and I am working in microbiology genetic lab now. And I am in charge of wet experiment of TCU_Taiwan. I like playing basketball since I was a child, and when I grew up genetics and physiology of bacteria became my second interest. I hope I can make the best of what I learned and improve it during this competition.</font></p></td>
 +
<td width="5%"> </td>
 +
<td width="25%" colspan="3" align="center">
 +
<script>
 +
$(function() {
 +
  $('#chp004').hover( function(){
 +
      $('#chp004>img').attr({src:Image4.src}).effect({effect: 'shake', direction: 'up', distance: 2, times: 1});
 +
      },
 +
      function(){
 +
  $('#chp004>img').attr({src:'https://static.igem.org/mediawiki/2014/8/80/TCU_TEAM_P_1030729.jpg'});
 +
  });
 +
});
 +
</script>
 +
<div id="chp004" style="width: 300px; height: 300px;">
 +
<img  style="width: 300px; height: 300px;" alt="" src="https://static.igem.org/mediawiki/2014/8/80/TCU_TEAM_P_1030729.jpg"><br>
 +
</div>
 +
</td>
 +
</tr>
 +
<!-- copy up to here for another row team members-->
 +
</table>
 +
 
 +
<table width="975px" align="center">
 +
<tr ><td coslpan="7" height="20px"></td></tr>
 +
<!-- copy from here for another row of team members-->
 +
<tr align="center">
 +
<!-- here you can add the photos from your team members-->
 +
<td width="25%" colspan="3" align="center">
 +
<script>
 +
$(function() {
 +
  $('#chp005').hover( function(){
 +
      $('#chp005>img').attr({src:Image5.src}).effect({effect: 'shake', direction: 'up', distance: 2, times: 1});
 +
      },
 +
      function(){
 +
  $('#chp005>img').attr({src:'https://static.igem.org/mediawiki/2014/e/ec/TCU_TEAM_P_1030726.jpg'});
 +
  });
 +
});
 +
</script>
 +
 
 +
<div id="chp005" style="width: 300px; height: 300px;">
 +
<img  style="width: 300px; height: 300px;" alt="" src="https://static.igem.org/mediawiki/2014/e/ec/TCU_TEAM_P_1030726.jpg"><br>
 +
</div>
 +
</td>
 +
<td width="5%"> </td>
 +
<td width="65%" colspan="3" align="left"><p><font face="Trebuchet MS" size="5" color="#484644"><strong>Chen,Yu-Ting</strong>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Regina</font><img src="https://static.igem.org/mediawiki/2014/1/1c/TCU-Regina.png" width="150" align="right"/></p><hr />
 +
  <p>&nbsp;</p>
 +
  <p align="justify"><font size="3" face="Verdana" color="#333">Hello everyone! I am Yu-Ting Chen. I come from Taiwan and I am a junior student of TzuChi University, Hualien. I am working on wet experiment in TCU_Taiwan and I see my work as pleasure! In other time, I like surfing the Facebook, hang out with my friends and reading scientific articles. I want to make more friends, so please contact with me if we have same hobbies!</font></p></td>
 +
</table>
 +
 
 +
<table width="975px" align="center">
 +
<tr ><td coslpan="7" height="20px"></td></tr>
 +
<!-- copy from here for another row of team members-->
 +
<!-- here you can write about each team member's interests -->
 +
<tr >
 +
<td width="65%" colspan="3" align="left"><p><font face="Trebuchet MS" size="5" color="#484644"><strong>Lien,Pei-Yi</strong>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Denise</font><img src="https://static.igem.org/mediawiki/2014/a/a6/TCU-Peiyi.png" width="150" align="right"/></p><hr />
 +
  <p>&nbsp;</p>
 +
  <p align="justify"><font size="3" face="Verdana" color="#333">Hello~ My name is Denise. I come from Taiwan. And I study in Tzu Chi University , my major is Molecular Biology and Human Genetics. I am in experimental group in TCU_Taiwan and I also do some administrative matters.</font></p>
 +
  <p align="justify"><font size="3" face="Verdana" color="#333">I want to join the iGEM contest, because I want to make many new friends from different countries, and build up my global vision. I’m so exciting to participate iGEM in MIT. Besides, I like making friends, welcome to add my facebook : <a style="text-decoration: none; color:#65A17C" target="_blank" href="https://www.facebook.com/profile.php?id=100000307724835&fref=ts">bty31025@yahoo.com.tw</a></font></p><p><font size="3" face="Verdana" color="#333">The iGEM 2014 Giant Jamboree! I am coming!!</font></p></td>
 +
<td width="5%"> </td>
 +
<td width="25%" colspan="3" align="center">
 +
<script>
 +
$(function() {
 +
  $('#chp006').hover( function(){
 +
      $('#chp006>img').attr({src:Image6.src}).effect({effect: 'shake', direction: 'up', distance: 2, times: 1});
 +
      },
 +
      function(){
 +
  $('#chp006>img').attr({src:'https://static.igem.org/mediawiki/2014/9/93/TCU_TEAM_P_1030727.jpg'});
 +
  });
 +
});
 +
</script>
 +
<div id="chp006" style="width: 300px; height: 300px;">
 +
<img  style="width: 300px; height: 300px;" alt="" src="https://static.igem.org/mediawiki/2014/9/93/TCU_TEAM_P_1030727.jpg"><br>
 +
</div>
 +
</td>
 +
</tr>
 +
<!-- copy up to here for another row team members-->
 +
</table>
 +
 
 +
<table width="975px" align="center">
 +
<tr ><td coslpan="7" height="20px"></td></tr>
 +
<!-- copy from here for another row of team members-->
 +
<tr align="center">  <!-- here you can add the photos from your team members-->
 +
<td width="25%" colspan="3" align="center">
 +
<script>
 +
$(function() {
 +
  $('#chp007').hover( function(){
 +
      $('#chp007>img').attr({src:Image7.src}).effect({effect: 'shake', direction: 'up', distance: 2, times: 1});
 +
      },
 +
      function(){
 +
  $('#chp007>img').attr({src:'https://static.igem.org/mediawiki/2014/3/33/TCU_TEAM_P_1030731.jpg'});
 +
  });
 +
});
 +
</script>
 +
<div id="chp007" style="width: 300px; height: 300px;">
 +
<img  style="width: 300px; height: 300px;" alt="" src="https://static.igem.org/mediawiki/2014/3/33/TCU_TEAM_P_1030731.jpg"><br>
 +
</div>
 +
</td>
 +
<td width="5%"> </td>
 +
<td width="65%" colspan="3" align="left"><p><font face="Trebuchet MS" size="5" color="#484644"><strong>Hao,Hsu</strong>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;House</font><img src="https://static.igem.org/mediawiki/2014/0/0e/TCU-House.png" width="180" align="right"/></p><hr />
 +
  <p>&nbsp;</p>
 +
  <p align="justify"><font size="3" face="Verdana" color="#333">Nice to meet you, every iGEMers! My name is House, the oldest member in TCU_Taiwan.</font></p><p align="justify"><font size="3" face="Verdana" color="#333">My major is Medical Informatics. Do you know what is Medical Informatics? If not, you can consider my major as “computer science” plus “medicine”.However, iGEM is Synthetic Biology competition, then… Why am I here? What can I do? Actually, what I am doing is coding our wiki page to become the best one!And the most important is to study all about Synthetic Biology from wetlab to drylab. We still got a lot of things to learn, but just enjoying this short fantasy now.</font></p><p align="justify"><font size="3" face="Verdana" color="#333">See you in MIT. =)</font></p></td>
 +
</table>
 +
 
 +
<!-- end of team member gallery -->
 +
<table width="975px" align="center" border="0" cellspacing="0" cellpadding="0">
 +
  <tr>
 +
    <td height="30">&nbsp;</td>
 +
  </tr>
 +
  <tr>
 +
    <td align="center"><img src="https://static.igem.org/mediawiki/2014/f/f4/TCU_TEAM_10643072_923451394337919_60133534_o.jpg" width="80%"/></td>
 +
  </tr>
 +
 
 +
</table>
-
<p>
 
-
We have chosen <strong>hepatocytes</strong>, a type of normal liver cell, and its highly expressed miR-122 to achieve this idea. In order to accurately control our device at the right time, we introduced a manually-indusing switch, tet-off system, to our project. We altered promoter of gene into EF-1α which would not be silenced in pluripotent stage. There are several ways to convert iPS cells into hepatocytes available. We hope that our device could promote the development and clinical application of iPSC technology.
 
-
</p>
 
 +
<!--  team instructors gallery -->
 +
<table width="975px" align="center">
 +
<tr align="center">
 +
  <td width="30%"><table width="975px" align="center">
 +
    <tr >
 +
      <td coslpan="5" height="50px"></td>
 +
    </tr>
 +
    <tr >
 +
      <td coslpan="5" height="20px" style="background-color:#FFF2B5"><font id="instructorgallery" face="Trebuchet MS" size="7" color="#A66B38">Instructors</font></td>
 +
    </tr>
 +
    <tr >
 +
      <td coslpan="5" height="20px">&nbsp;</td>
 +
    </tr>
 +
    <!-- copy from here for another row of instructors-->
 +
    <!-- here you can add the photos of your instructors-->
 +
    <tr align="center">
 +
      <td width="200"><img src="https://static.igem.org/mediawiki/2014/6/65/TCU_%E6%9E%97%E5%85%89%E6%85%A7.jpg" width="202"  height="200"/></td>
 +
      <td width="10"></td>
 +
      <td width="200"><img src="https://static.igem.org/mediawiki/2014/f/f8/TCU_%E6%9E%97%E5%BF%B5%E7%92%81.jpg" width="160" height="200" /></td>
 +
      <td width="10"></td>
 +
      <td width="200"><img src="https://static.igem.org/mediawiki/2014/1/1c/TCU_%E9%9D%96%E6%B0%B8%E7%9A%93.jpg" width="202" height="200" /></td>
 +
      <td width="10">&nbsp;</td>
 +
      <td width="200"><img src="https://static.igem.org/mediawiki/2014/2/2b/TCU_%E6%BA%AB%E7%A7%89%E7%A5%A5.jpg" width="165" height="200" /></td>
 +
    </tr>
 +
    <tr >
 +
      <td coslpan="5" height="10px"></td>
 +
    </tr>
 +
    <!-- here you can write about your instructors -->
 +
    <tr align="center">
 +
      <td><p><font face="Trebuchet MS" size="5" color="#484644">Lin,Guang-Huey</font></p></td>
 +
      <td></td>
 +
      <td><p><font face="Trebuchet MS" size="5" color="#484644">Lin,Nien-Tsung</font></p></td>
 +
      <td></td>
 +
      <td><p><font face="Trebuchet MS" size="5" color="#484644">Ching,Yung-Hao</font></p></td>
 +
      <td>&nbsp;</td>
 +
      <td><p><font face="Trebuchet MS" size="5" color="#484644">Woon,Peng-Yeong</font></p></td>
 +
    </tr>
 +
    <tr align="center">
 +
      <td><font face="Trebuchet MS" size="3" color="#90B849">Associate Professor, Department of Microbiology</font></td>
 +
      <td></td>
 +
      <td><font face="Trebuchet MS" size="3" color="#90B849">Doctor of Philosophy (Ph.D.), Department of  Professor, Department of MicrobiologyBotany</font></td>
 +
      <td></td>
 +
      <td><font face="Trebuchet MS" size="3" color="#90B849">Assistant Professor, Department of Molecular Biology and Human Genetics</font></td>
 +
      <td>&nbsp;</td>
 +
      <td><font face="Trebuchet MS" size="3" color="#90B849">Assistant Professor, Department of Molecular Biology and Human Genetics</font></td>
 +
    </tr>
 +
    <tr align="center">
 +
      <td align="right"><a style="text-decoration: none;" target="_blank" href="http://mglabtcue.weebly.com/ ">More...</a></td>
 +
      <td></td>
 +
      <td align="right"><a style="text-decoration: none;" target="_blank" href="http://www.ntlin.tcu.edu.tw/teacher_2.htm ">More...</a></td>
 +
      <td></td>
 +
      <td align="right"><a style="text-decoration: none;" target="_blank" href="http://www.chinglab.tcu.edu.tw/ChingLab/Welcome_to_ChingLab.html ">More...</a></td>
 +
      <td>&nbsp;</td>
 +
      <td align="right"><a style="text-decoration: none;" target="_blank" href="http://www.dmbhg.tcu.edu.tw/new_faculty/wps/wps_educational.html ">More...</a></td>
 +
    </tr>
 +
    <tr align="center">
 +
      <td>&nbsp;</td>
 +
      <td></td>
 +
      <td>&nbsp;</td>
 +
      <td></td>
 +
      <td>&nbsp;</td>
 +
      <td>&nbsp;</td>
 +
      <td>&nbsp;</td>
 +
    </tr>
 +
    <!-- copy up to here for another row of instructors-->
 +
  </table>
 +
  </td>
 +
</tr>
 +
</table>
-
<p><strong>So... To live or not to live? </strong></p>
+
<!-- end of instructors gallery -->
-
<p>
+
-
We prefer:
+
-
<strong><h1>To liver or not to live!</h1></strong>
+
-
</p>
+
 +
<!-- advisors gallery -->
 +
<table width="975px" align="center">
 +
<tr >
 +
  <td coslpan="7" height="50px">&nbsp;</td>
 +
</tr>
 +
<tr ><td coslpan="7" height="20px" style="background-color:#FFF2B5"><font id="advisorgallery" face="Trebuchet MS" size="7" color="#A66B38">Advisors </font></td></tr>
 +
<tr >
 +
  <td coslpan="7" height="20px">&nbsp;</td>
 +
</tr>
-
</DIV>
+
<!-- copy from to here for another row of advisors-->
-
<!--正 文 部 分 结 束-->
+
-
   
+
-
</DIV>
+
-
<DIV id="side_bar"></DIV>
+
<!-- here you can add the photos of your advisors-->
 +
<tr align="center"> 
 +
<td width="20%"> <img src="https://static.igem.org/mediawiki/2014/1/1e/TCU_Ingrid.jpg" width="200" height="200"> </td>
 +
<td width="5%"> </td>
 +
<td width="20%"> <img src="https://static.igem.org/mediawiki/2014/5/52/TCU_Dr._chen.jpg" width="200" height="200"> </td>
 +
<td width="5%"> </td>
 +
<td width="20%"> <img src="https://static.igem.org/mediawiki/2014/4/48/TCU_%E9%A1%8F%E7%91%9E%E9%B4%BB.jpg" width="200" height="200"> </td>
 +
<td width="5%"> </td>
 +
<td width="20%"> <img src="https://static.igem.org/mediawiki/2014/b/b3/TCU_%E6%9E%97%E6%98%8E%E5%BE%B7.jpg" width="158" height="200"> </td>
-
<DIV id="top_button">
+
</tr>
-
  <span><p></p></span></DIV>
+
-
</DIV>
+
-
<DIV id="address"><p>Sun Yat-Sen University, Guangzhou, China</p><p>Address: 135# Xingang Rd.(W.), Haizhu Guangzhou, P.R.China</p></DIV> 
 
-
</body>
+
<!-- here you can write about your advisors -->
 +
<tr ><td coslpan="7" height="10px"></td></tr>
 +
<tr >  
-
</p>
+
<td width="20%" align="center"><p><font face="Trebuchet MS" size="5" color="#484644">Liu,Ingrid</font></p></td>
-
<!--
+
<td width="5%"> </td>
-
NewPP limit report
+
<td width="20%" align="center"><p><font face="Trebuchet MS" size="5" color="#484644">Chen,Ji Hshiung</font></p></td>
-
Preprocessor node count: 4/1000000
+
<td width="5%"> </td>
-
Post-expand include size: 0/2097152 bytes
+
<td width="20%" align="center"><p><font face="Trebuchet MS" size="5" color="#484644">Yen,Jui-Hung</font></p></td>
-
Template argument size: 0/2097152 bytes
+
<td width="5%"> </td>
-
Expensive parser function count: 0/100
+
<td width="20%" align="center"><p><font face="Trebuchet MS" size="5" color="#484644">Lin,Min-Der</font></p></td>
-
-->
+
-
<!-- Saved in parser cache with key 2013_igem_org:pcache:idhash:33867-0!1!0!!en!2!edit=0 and timestamp 20140725201534 -->
+
</tr>
-
<div class="printfooter">
+
<tr >
-
Retrieved from "<a href="https://2013.igem.org/Team:SYSU-China/Project/Overview">https://2013.igem.org/Team:SYSU-China/Project/Overview</a>"</div>
+
  <td align="right"><a style="text-decoration: none;" target="_blank" href="http://ingridlabenglish.blogspot.tw/ ">More...</a></td>
-
<div id="catlinks"><div id='catlinks' class='catlinks catlinks-allhidden'></div></div> <!-- end content -->
+
  <td></td>
-
<div class="visualClear"></div>
+
  <td align="right"></td>
-
</div>
+
  <td></td>
-
    </div>
+
  <td align="right"><a style="text-decoration: none;" target="_blank" href="http://www.imyenjh.tcu.edu.tw/index.php ">More...</a></td>
-
<!-- PAGE FOOTER -- ITEMS FROM COLUMN ! HAVE BEEN MOVED HERE  -- RDR  -->
+
  <td></td>
-
<div class="visualClear"></div>
+
  <td align="right"><a style="text-decoration: none;" target="_blank" href="http://ls.tcu.edu.tw/mdlin/index.php ">More...</a></td>
-
    <div id='footer-box' class='noprint'>
+
</tr>
-
        <div id="footer">
+
-
              <div id="f-poweredbyico"><a href="http://www.mediawiki.org/"><img src="/wiki/skins/common/images/poweredby_mediawiki_88x31.png" height="31" width="88" alt="Powered by MediaWiki" /></a></div>       <div id="f-copyrightico"><a href="http://creativecommons.org/licenses/by/3.0/"><img src="http://i.creativecommons.org/l/by/3.0/88x31.png" alt="Attribution 3.0 Unported" width="88" height="31" /></a></div>     <ul id="f-list">
+
-
+
-
  <!-- Recentchanges is not handles well DEBUG -->
+
<tr >
-
    <li id="t-recentchanges"><a href="/Special:RecentChanges"
+
  <td>&nbsp;</td>
-
      title='Recent changes'>Recent changes</a></li>
+
  <td></td>
 +
  <td>&nbsp;</td>
 +
  <td></td>
 +
  <td>&nbsp;</td>
 +
  <td></td>
 +
  <td>&nbsp;</td>
 +
</tr>
 +
<tr align="center">  
 +
<td width="20%"> <img src="https://static.igem.org/mediawiki/2014/e/eb/TCU_%E6%9F%AF%E5%BE%8B%E5%9D%87.jpg" width="200" height="200"> </td>
 +
<td width="5%"> </td>
 +
<td width="20%"> <img src="https://static.igem.org/mediawiki/2014/a/a1/TCU_%E7%B0%A1%E5%AE%8F%E4%BB%BB.jpg" width="200" height="200"> </td>
 +
<td width="5%"> </td>
 +
<td width="20%"> <img src="https://static.igem.org/mediawiki/2014/5/5c/TCU_10719424_389097671244390_1182319692_n.jpg" width="200" height="200"> </td>
 +
<td width="5%"> </td>
 +
<td width="20%"> <img src="https://static.igem.org/mediawiki/2014/6/61/TCU_10720976_389099711244186_1688032728_n.jpg" width="200" height="200"> </td>
-
    <li id="t-whatlinkshere"><a href="/Special:WhatLinksHere/Team:SYSU-China/Project/Overview"
+
</tr>
-
      title="List of all wiki pages that link here [j]" accesskey="j">What links here</a></li>
+
<tr ><td coslpan="7" height="10px"></td></tr>
 +
<tr >  
-
                        <li id="t-recentchangeslinked"><a href="/Special:RecentChangesLinked/Team:SYSU-China/Project/Overview"
+
<td width="20%" align="center"><p><font face="Trebuchet MS" size="5" color="#484644">Ke,Lu-Chu</font></p></td>
-
                          title="Recent changes in pages linked from this page [k]" accesskey="k">Related changes</a></li>
+
<td width="5%"> </td>
 +
<td width="20%" align="center"><p><font face="Trebuchet MS" size="5" color="#484644">Chien,Hung-Jen</font></p></td>
 +
<td width="5%"> </td>
 +
<td width="20%" align="center"><p><font face="Trebuchet MS" size="5" color="#484644">Wang,Yi-Ru</font></p></td>
 +
<td width="5%"> </td>
 +
<td width="20%" align="center"><p><font face="Trebuchet MS" size="5" color="#484644">Chen,Jia-Wei</font></p></td>
 +
</tr>
 +
<tr >
 +
  <td>&nbsp;</td>
 +
  <td></td>
 +
  <td>&nbsp;</td>
 +
  <td></td>
 +
  <td>&nbsp;</td>
 +
  <td></td>
 +
  <td>&nbsp;</td>
 +
</tr>
 +
<tr align="center"> 
 +
<td width="20%">&nbsp;</td>
 +
<td width="5%"> </td>
 +
<td width="20%"><img src="https://static.igem.org/mediawiki/2014/b/ba/TCU_%E9%BB%83%E7%BA%96%E5%A9%B71.jpg" width="200" height="200" /></td>
 +
<td width="5%"></td>
 +
<td width="20%"><img src="https://static.igem.org/mediawiki/2014/1/14/TCU_TEAM_SUPo.jpg" width="200" height="200" /></td>
 +
<td width="5%"></td>
 +
<td width="20%">&nbsp;</td>
 +
</tr>
 +
<tr ><td coslpan="7" height="10px"></td></tr>
 +
<tr >
-
                <li id="t-specialpages"><a href="/Special:SpecialPages"
+
<td width="20%" align="center"><p>&nbsp;</p></td>
-
                  title="List of all special pages [q]" accesskey="q">Special pages</a>
+
<td width="5%"> </td>
-
                </li>
+
<td width="20%" align="center"><font face="Trebuchet MS" size="5" color="#484644">Huang,Hsien-Ting</font></td>
-
                <li><a href='/Special:Preferences'>My preferences</a></li>
+
<td width="5%"></td>
-
            </ul>
+
<td width="20%"><font face="Trebuchet MS" size="5" color="#484644">Chang,Chao-Di</font></td>
-
        </div> <!-- close footer -->
+
<td width="5%"></td>
-
        <div id='footer'>
+
<td width="20%">&nbsp;</td>
-
    <ul id="f-list">
+
-
            <li id="t-print"><a href="/wiki/index.php?title=Team:SYSU-China/Project/Overview&amp;printable=yes"
+
</tr>
-
              title="Printable version of this page [p]" accesskey="p">Printable version</a>
+
<tr >
-
            </li>
+
  <td height="30px">&nbsp;</td>
 +
  <td></td>
 +
  <td>&nbsp;</td>
 +
  <td></td>
 +
  <td>&nbsp;</td>
 +
  <td></td>
 +
  <td>&nbsp;</td>
 +
</tr>
 +
<!-- copy up to here for another row of advisors-->
-
            <li id="t-permalink"><a href="/wiki/index.php?title=Team:SYSU-China/Project/Overview&amp;oldid=337533"
+
</table>
-
              title="Permanent link to this revision of the page">Permanent link</a>
+
<table width="70%" border="0" cellspacing="0" cellpadding="0">
-
            </li>
+
  <tr>
 +
    <td style="background-color:#FFF2B5" height="20px" colspan="2" align="center"><font face="Trebuchet MS" size="7" color="#A66B38">Our colorful life</font></td>
 +
  </tr>
 +
  <tr>
 +
    <td colspan="2"><iframe width="720" height="482" frameborder="0" src="http://files.slidemypics.com/app/js/iframe.html?bg_color=ffffff&amp;hash=cb7783daf1ee3ba8ce4d3495a1459956&amp;r=0.9298509561922401"></iframe></td>
 +
  </tr>
 +
  <tr>
 +
    <td colspan="2" height="30px">&nbsp;</td>
 +
  </tr>
 +
</table>
 +
<!-- end of advisors gallery -->
-
        <li id="privacy"><a href="/2013.igem.org:Privacy_policy" title="2013.igem.org:Privacy policy">Privacy policy</a></li>
 
-
        <li id="disclaimer"><a href="/2013.igem.org:General_disclaimer" title="2013.igem.org:General disclaimer">Disclaimers</a></li>
 
-
    </ul>
 
-
</div> <!-- close footer -->
 
-
    </div> <!-- close footer-box -->
 
-
 
-
<script>if (window.runOnloadHook) runOnloadHook();</script>
 
</div>
</div>
-
<!-- Served in 0.162 secs. --></body>
+
<table width="100%" border="0" cellspacing="0" cellpadding="0">
 +
  <tr>
 +
    <td><img src="https://static.igem.org/mediawiki/2014/c/c1/TCU-Line.png" width="100%"></td>
 +
  </tr>
 +
</table>
 +
<table width="100%" border="0" align="center" style="background-color:#F2DE79" height="150px">
 +
  <tr align="center" bgcolor="#F2DE79" height="150px" style="width:150px">
 +
    <td width="15%" align="center"><div id="gotop">^</div>
 +
    <a href="https://2014.igem.org/Team:TCU_Taiwan/Contact" title="Contact Us"><img src="https://static.igem.org/mediawiki/2014/8/84/TCU-Contact-bot.png" width="80" onMouseMove="this.src=Image0.src;" onMouseOut="this.src='https://static.igem.org/mediawiki/2014/8/84/TCU-Contact-bot.png'"></a>
 +
    <br><br>
 +
    <a href="mailto: tcutaiwan@gmail.com" target="_blank" title="Gmail"><img src="https://static.igem.org/mediawiki/2014/c/c4/TCU%E3%84%A6Gmail.png" width="30"></a>&nbsp;
 +
    <a href="https://www.facebook.com/TCUiGEM?ref=ts&fref=ts"  target="_blank" title="Facebook"><img src="https://static.igem.org/mediawiki/2014/b/b9/TCU-Facebook.png" width="30"></a>&nbsp;<a href="https://www.youtube.com/channel/UCr40ZmaFNJGx7tUufCXK_OQ" target="_blank" title="YouTube"><img src="https://static.igem.org/mediawiki/2014/2/29/TCU_Youtube.png" width="30"></a>&nbsp;<a href="http://tcuigem.wordpress.com/" target="_blank" title="Wordpress"><img src="https://static.igem.org/mediawiki/2014/f/f0/TCU-Wordpress.png" width="30"></a>
 +
    </td>
 +
    <td width="0.5px" align="center" bgcolor="#A66B38"> </td>
 +
    <td>
 +
      <table width="70%" border="0" cellspacing="0" cellpadding="0" align="center" style="background-color:#F2DE79">
 +
        <tr align="center">
 +
          <td><font size="2" face="Verdana" color="#F2DE79" id="Members">Team Members</font></td>
 +
          <td><font size="2" face="Verdana" color="#F2DE79" id="Project">Project</font></td>
 +
          <td><font size="2" face="Verdana" color="#F2DE79" id="Parts">Parts</font></td>
 +
          <td><font size="2" face="Verdana" color="#F2DE79" id="Pratics">Human Pratics</font></td>
 +
          <td><font size="2" face="Verdana" color="#F2DE79" id="Modeling">Modeling</font></td>
 +
          <td><font size="2" face="Verdana" color="#F2DE79" id="Safety">Safety</font></td>
 +
          <td><font size="2" face="Verdana" color="#F2DE79" id="Notebook">Notebook</font></td>
 +
          <td><font size="2" face="Verdana" color="#F2DE79" id="Attributions">Attributions</font></td>
 +
        </tr>
 +
        <tr>
 +
          <td><a href="https://2014.igem.org/Team:TCU_Taiwan/Team" title="Team Members"><img src="https://static.igem.org/mediawiki/2014/1/1a/TCU-Team-logo.png" width="100"onMouseOver="this.width=this.width*1.1;Members.color='#333'" onMouseOut="this.width=this.width/1.1;Members.color='#F2DE79'"></a></td>
 +
          <td><a href="https://2014.igem.org/Team:TCU_Taiwan/Project" title="Project"><img src="https://static.igem.org/mediawiki/2014/f/f4/TCU-Project-logo.png" width="100"  onMouseOver="this.width=this.width*1.1;Project.color='#333'" onMouseOut="this.width=this.width/1.1;Project.color='#F2DE79'"></a></td>
 +
          <td><a href="https://2014.igem.org/Team:TCU_Taiwan/Parts" title="Parts"><img src="https://static.igem.org/mediawiki/2014/e/e5/TCU-Part-logo.png" width="100" onMouseOver="this.width=this.width*1.1;Parts.color='#333'" onMouseOut="this.width=this.width/1.1;Parts.color='#F2DE79'"></a></td>
 +
          <td><a href="https://2014.igem.org/Team:TCU_Taiwan/HumanPratics" title="Human Pratics"><img src="https://static.igem.org/mediawiki/2014/d/dd/TCU-Human-logo.png" width="100" onMouseOver="this.width=this.width*1.1;Pratics.color='#333'" onMouseOut="this.width=this.width/1.1;Pratics.color='#F2DE79'"></a></td>
 +
          <td><a href="https://2014.igem.org/Team:TCU_Taiwan/Modeling" title="Modeling"><img src="https://static.igem.org/mediawiki/2014/3/3f/TCU-Modeling-logo.png" width="100" onMouseOver="this.width=this.width*1.1;Modeling.color='#333'" onMouseOut="this.width=this.width/1.1;Modeling.color='#F2DE79'"></a></td>
 +
          <td><a href="https://2014.igem.org/Team:TCU_Taiwan/Safety" title="Safety"><img src="https://static.igem.org/mediawiki/2014/2/21/TCU-Safety-logo.png" width="100" onMouseOver="this.width=this.width*1.1;Safety.color='#333'" onMouseOut="this.width=this.width/1.1;Safety.color='#F2DE79'"></a></td>
 +
          <td><a href="https://2014.igem.org/Team:TCU_Taiwan/Notebook" title="Notebook"><img src="https://static.igem.org/mediawiki/2014/2/25/TCU-Notebook-logo.png" width="100" onMouseOver="this.width=this.width*1.1;Notebook.color='#333'" onMouseOut="this.width=this.width/1.1;Notebook.color='#F2DE79'"></a></td>
 +
          <td><a href="https://2014.igem.org/Team:TCU_Taiwan/Attributions" title="Attributions"><img src="https://static.igem.org/mediawiki/2014/5/51/TCU-Attributions-logo.png" width="100" onMouseOver="this.width=this.width*1.1;Attributions.color='#333'" onMouseOut="this.width=this.width/1.1;Attributions.color='#F2DE79'"></a></td>
 +
        </tr>
 +
      </table>
 +
      <p><font size="2" face="Verdana" color="#333" id="tip">Lost the way? Use it to help you if you're lost</font><font color="#333" size="2" face="Verdana">.</font></p>
 +
    </td>
 +
    <td width="1px" align="center" bgcolor="#A66B38"> </td>
 +
    <td width="15%" align="center"><p><a href="https://2014.igem.org/Team:TCU_Taiwan" title="Home"><img src="https://static.igem.org/mediawiki/2014/c/c3/TCU-Logo-d.png" width="100"></a></p>
 +
    <p><img src="http://i.creativecommons.org/l/by/3.0/88x31.png" width="100"></p>      <p></p></td>
 +
  </tr>
 +
</table>
 +
<div id="gotop">^</div>
</html>
</html>

Latest revision as of 20:49, 17 October 2014

 
Members
 
 

TCU-Taiwan is a team founded in 2009 and was instructed by Professor Ingrid Y.C. Liu, Professor Peng Yeong Woon and Professor Hsin-Yi Yu. Now it is taken over by Professor Ingrid Y.-C. Liu, Professor Peng Yeong Woon and Professor Yung-Hao Ching. Our team have students from department of medical informatics and department of molecular biology and human genetics of Tzu Chi University.

 
         
Who are we?  

We are TCU-Taiwn team !

We are a small team with only 7 people, so each of us has to carry multi-work. It is not easy to have so much work while our class is heavy, too. And we did had a hard time that everyone wanted to give up. But we took it over successfully by helping each other as well as accomplishing our own job. As time goes by, TCU_Taiwan has grown from a team to a big family. Together, we all looking forward to enjoy the iGEM competition and share more details about our “Trogene Horse” with all iGEMers.

 
Students Instructors Advisors
Students      
       

Lin,Yi-Ting     Eating


 

Hello! I am Yi-Ting, a junior student majoring in Molecular Biology and Human Genetics at Tzu Chi University. I am really delighting to get an opportunity joining in iGEM. I am the leader of 2014 TCU-Taiwan. In our team, I worked with wet experiment and 2014 Synthetic Biology information meeting of local senior high school and Tzu Chi University as a chief convener. My hobbies are playing basketball, riding bike, running, listening to classical music, journey and eating. My dream is to be a traveler, eat and play all around the world! I am full of enthusiasm in molecular biology and hope to gain more knowledge of molecular biology during the competition. Let’s do our best and enjoy the iGEM! I think it as the most special experience to me.

Shan, Zhe     Ted


 

I am Zhe Shan , you can also call me Ted. I am majoring in molecular biology and human genetics now. I come from China and I play as second leader in TCU_Taiwan. I am in charge of our project’s system design, and I also join some part of our wet experiment.I enjoy working with my teammates together. In addition to learning synthetic biology, iGEM has let me understand the idea of teamship and responsibility.

I love science, I enjoy working in the lab because it makes me feel very cool. And I consider Taiwan, this beautiful island, as my second hometown, its special culture impressed me a lot. When I am free, I like swimming, playing computer games, listening rock and roll (ROCK!!!) and eating. My dream is make some great contribution on molecular biology and get famous for that.



Hsieh,Siang-En     Sharon


 

Sharon is a sentimental student who always got so many interesting ideas in his brain. With these ideas, he often see things from a different point of view and this can sometimes get an unexpected result .He enjoys thinking, sharing his ideas with other people, reading books and arts. Thanks to his unlimited imagination, we never get lack of ideas during our project design. Besides, he is a professional photographer in our team.

Chen,Shih-Jie     Mr.Bo


 

Hey guys! I am happy to join this party with you. I am BoBo Chen from TzuChi University, Hualien. I am a junior student and I am working in microbiology genetic lab now. And I am in charge of wet experiment of TCU_Taiwan. I like playing basketball since I was a child, and when I grew up genetics and physiology of bacteria became my second interest. I hope I can make the best of what I learned and improve it during this competition.



Chen,Yu-Ting     Regina


 

Hello everyone! I am Yu-Ting Chen. I come from Taiwan and I am a junior student of TzuChi University, Hualien. I am working on wet experiment in TCU_Taiwan and I see my work as pleasure! In other time, I like surfing the Facebook, hang out with my friends and reading scientific articles. I want to make more friends, so please contact with me if we have same hobbies!

Lien,Pei-Yi     Denise


 

Hello~ My name is Denise. I come from Taiwan. And I study in Tzu Chi University , my major is Molecular Biology and Human Genetics. I am in experimental group in TCU_Taiwan and I also do some administrative matters.

I want to join the iGEM contest, because I want to make many new friends from different countries, and build up my global vision. I’m so exciting to participate iGEM in MIT. Besides, I like making friends, welcome to add my facebook : bty31025@yahoo.com.tw

The iGEM 2014 Giant Jamboree! I am coming!!



Hao,Hsu     House


 

Nice to meet you, every iGEMers! My name is House, the oldest member in TCU_Taiwan.

My major is Medical Informatics. Do you know what is Medical Informatics? If not, you can consider my major as “computer science” plus “medicine”.However, iGEM is Synthetic Biology competition, then… Why am I here? What can I do? Actually, what I am doing is coding our wiki page to become the best one!And the most important is to study all about Synthetic Biology from wetlab to drylab. We still got a lot of things to learn, but just enjoying this short fantasy now.

See you in MIT. =)

 
Instructors
 
 

Lin,Guang-Huey

Lin,Nien-Tsung

Ching,Yung-Hao

 

Woon,Peng-Yeong

Associate Professor, Department of Microbiology Doctor of Philosophy (Ph.D.), Department of Professor, Department of MicrobiologyBotany Assistant Professor, Department of Molecular Biology and Human Genetics   Assistant Professor, Department of Molecular Biology and Human Genetics
More... More... More...   More...
         
 
Advisors
 

Liu,Ingrid

Chen,Ji Hshiung

Yen,Jui-Hung

Lin,Min-Der

More... More... More...
       

Ke,Lu-Chu

Chien,Hung-Jen

Wang,Yi-Ru

Chen,Jia-Wei

       
   

 

Huang,Hsien-Ting Chang,Chao-Di  
       
Our colorful life
 
^


    
Team Members Project Parts Human Pratics Modeling Safety Notebook Attributions

Lost the way? Use it to help you if you're lost.

^