Difference between revisions of "Team:NYMU-Taipei/Team"

 
(228 intermediate revisions by 9 users not shown)
Line 5: Line 5:
  
 
  <head>
 
  <head>
 +
  <style>
 +
 +
.igem_2017_content_wrapper{
 +
background-repeat:repeat;
 +
background-size:80%;
 +
                        $('div').width(screen.width);
 +
}
 +
.slider_container {
 +
    margin: 30px auto;
 +
    width: 530px;
 +
    height: 400px;
 +
    position: relative;
 +
    border: 20px solid;   
 +
    border-color: #fff;
 +
    border-bottom-width: 30px;
 +
    background-color: #f5f5f5;
 +
    box-shadow: #666 0 0 5px;
 +
}
 +
 +
.slider_container div {
 +
    position: absolute;
 +
    top: 0;
 +
    left: 0;
 +
    opacity: 0;
 +
    filter: alpha(opacity=0);
 +
}
 +
 +
.slider_container div {
 +
    -webkit-animation: round 55s linear infinite;
 +
            animation: round 55s linear infinite;
 +
}
 +
 +
@-webkit-keyframes round {
 +
    4% {
 +
        opacity: 1;
 +
        filter: alpha(opacity=100);
 +
        /* 0 - 1秒 淡入*/
 +
    }
 +
    20% {
 +
        opacity: 1;
 +
        filter: alpha(opacity=100);
 +
        /* 1- 5秒靜止*/
 +
    }
 +
    24% {
 +
        opacity: 0;
 +
        filter: alpha(opacity=0);
 +
        /* 5-6秒淡出*/
 +
    }
 +
}
 +
@keyframes round {
 +
    4% {
 +
        opacity: 1;
 +
        filter: alpha(opacity=100);
 +
        /* 0 - 1秒 淡入*/
 +
    }
 +
    20% {
 +
        opacity: 1;
 +
        filter: alpha(opacity=100);
 +
        /* 1- 5秒靜止*/
 +
    }
 +
    24% {
 +
        opacity: 0;
 +
        filter: alpha(opacity=0);
 +
        /* 5-6秒淡出*/
 +
    }
 +
}
 +
 +
 +
.slider_container div:nth-child(1) {
 +
    -webkit-animation-delay: 0s;
 +
            animation-delay: 0s;
 +
}
 +
 +
.slider_container div:nth-child(2) {
 +
    -webkit-animation-delay: 5s;
 +
            animation-delay: 5s;
 +
}
 +
 +
.slider_container div:nth-child(3) {
 +
    -webkit-animation-delay: 10s;
 +
            animation-delay: 10s;
 +
}
 +
 +
.slider_container div:nth-child(4) {
 +
    -webkit-animation-delay: 15s;
 +
            animation-delay: 15s;
 +
}
 +
 +
.slider_container div:nth-child(5) {
 +
    -webkit-animation-delay: 20s;
 +
            animation-delay: 20s;
 +
}
 +
 +
.slider_container div:nth-child(6) {
 +
    -webkit-animation-delay: 25s;
 +
            animation-delay: 25s;
 +
}
 +
 +
.slider_container div:nth-child(7) {
 +
    -webkit-animation-delay: 30s;
 +
            animation-delay: 30s;
 +
}
 +
 +
.slider_container div:nth-child(8) {
 +
    -webkit-animation-delay: 35s;
 +
            animation-delay: 35s;
 +
}
 +
 +
.slider_container div:nth-child(10) {
 +
    -webkit-animation-delay: 40s;
 +
            animation-delay: 40s;
 +
}
 +
 +
.slider_container div:nth-child(11) {
 +
    -webkit-animation-delay: 45s;
 +
            animation-delay: 45s;
 +
}
 +
 +
.slider_container div:nth-child(12) {
 +
    -webkit-animation-delay: 50s;
 +
            animation-delay: 50s;
 +
}
 +
 +
.slider_container span {   
 +
    color: #000;
 +
    background: #fff;
 +
    position: absolute;
 +
    left: 0%;
 +
    top: 280px;
 +
    width: 400px;
 +
    height: 100px;
 +
    font-size: 30px;
 +
    text-align: center;
 +
    line-height: 100px;
 +
    -webkit-transform:scaleY(0);
 +
        -ms-transform:scaleY(0);
 +
            transform:scaleY(0);
 +
    -webkit-transition: all 0.5s ease-in-out;
 +
            transition: all 0.5s ease-in-out;
 +
}
 +
 +
.slider_container:hover span {
 +
    width: 100%;
 +
    -webkit-transform:scaleY(1);
 +
        -ms-transform:scaleY(1);
 +
            transform:scaleY(1);
 +
}
 +
 +
.slider_container:hover div {
 +
    -webkit-animation-play-state: paused;
 +
            animation-play-state: paused;
 +
}
 +
 +
@media only screen and (max-width: 800px) {
 +
    .example {width:96%; margin-left:0px;}
 +
}
 +
/* IF THE SCREEN IS LESS THAN 800PX */
 +
@media only screen and (max-width: 800px) {
 +
.igem_2017_footer_wrapper {width:100%; margin-left:0px;}
 +
}
 +
body {
 +
    margin:0;
 +
    padding:0;
 +
    background: #000 url(minwt_bg.jpg) center center fixed no-repeat;
 +
    -moz-background-size: cover;
 +
    background-size: cover;
 +
}
 +
 +
  nav {
 +
    float: left;
 +
    width: 25%;
 +
  }
 +
  section {
 +
    margin-left: 25%;
 +
  }
 +
</style>
 +
 
   </head>
 
   </head>
  
Line 10: Line 187:
 
   <body>
 
   <body>
 
<div class = "igem_2017_content_wrapper">
 
<div class = "igem_2017_content_wrapper">
             <h1><a name="jump_top">Team Member</a></h1>
+
             <h1><a name="jump_top">Team Members</a></h1>
  
 
<div class="slider_container">
 
<div class="slider_container">
Line 59: Line 236:
 
 
 
</div>
 
</div>
 
+
      <div class="namelist_container">
 
+
          <h4>Team list</h4>
 +
          <div id="namelist1" style="float:left;">
 +
            <p>
 +
                <a href="#cch">Chang, Chuan-Hsiung (Instructor)</a>
 +
            <p>
 +
                <a href="#cth">Chou,Tzu-Ho (Instructor)</a>
 +
            </p>
 +
            <p>
 +
                <a href="#jc">Jude Clapper (Instructor)</a>
 +
            </p>
 
             <p>
 
             <p>
 
                 <a href="#jcc">Jiang, Chen-Chia</a>
 
                 <a href="#jcc">Jiang, Chen-Chia</a>
 
             </p>
 
             </p>
 
             <p>
 
             <p>
                 <a href="#gt">Guan-Ting</a>
+
                 <a href="#gt">Wu, Guan-Ting</a>
 
             </p>
 
             </p>
 
             <p>
 
             <p>
                 <a href="#n">Naomi</a>
+
                 <a href="#n">Chiang, Chia-Sui (Naomi) </a>
 
             </p>
 
             </p>
 +
        </div>
 +
        <div id="namelist2" style="float:left;">
 
             <p>
 
             <p>
                 <a href="#i">Ian</a>
+
                 <a href="#i">Liu, Yun-Chang (Ian)</a>
 
             </p>
 
             </p>
 
             <p>
 
             <p>
                 <a href="#vi">Vincent</a>
+
                 <a href="#vi"> Lin, Yu-Hsiang (Vincent)</a>
 
             </p>
 
             </p>
 
             <p>
 
             <p>
                 <a href="#hl">Hardy Lin</a>
+
                 <a href="#hl"> Lin, Yi-Chien (Hardy)</a>
 
             </p>
 
             </p>
 
             <p>
 
             <p>
                 <a href="#k">Ken</a>
+
                 <a href="#k">Lin, Tien-Tsai (Ken)</a>
 
             </p>
 
             </p>
 
 
            <br>
 
 
 
             <p>
 
             <p>
                 <a href="#P">Priscilla</a>
+
                 <a href="#P">Lee, Ann-Hweek (Priscilla)</a>
 
             </p>
 
             </p>
 
             <p>
 
             <p>
                 <a href="#l">Lily</a>
+
                 <a href="#l">Hung, Jo-Ning (Lily)</a>
 
             </p>
 
             </p>
 +
          </div>
 +
          <div id="namelist3" style="float:left; ">
 
             <p>
 
             <p>
                 <a href="#a">Anita</a>
+
                 <a href="#a">Tu, Yen-Ching (Anita)</a>
 
             </p>
 
             </p>
 
             <p>
 
             <p>
                 <a href="#mt">Megan Tsao</a>
+
                 <a href="#mt">Tsao, Hsuan (Megan)</a>
 
             </p>
 
             </p>
 
             <p>
 
             <p>
                 <a href="#va">Valerie</a>
+
                 <a href="#va">Yang,Ya-Xuan (Valerie)</a>
 
             </p>
 
             </p>
 
             <p>
 
             <p>
                 <a href="#cc">Catherine Chang</a>
+
                 <a href="#cc">Chang, Catherine</a>
 
             </p>
 
             </p>
 
             <p>
 
             <p>
                 <a href="#py">Pin-Yu</a>
+
                 <a href="#py">Chen, Pin-Yu</a>
 
             </p>
 
             </p>
 +
            <p>
 +
                <a href="#lt">Tsai, Leona</a>
 +
            </p>
 +
        </div>
 +
        <div style="clear:both;"></div>
 +
    </div>
 +
<br>
 +
<br>
 +
            <br>
 +
            <br>
 +
            <br>
 +
            <div class="Chang, Chuan-Hsiung (Instructor)">
 +
            <a name="cch"> </a>
 +
            <br>
 +
            <br>
 +
            <br>
 +
            <br>
 +
            <h4>Chang, Chuan-Hsiung (Instructor) 張傳雄</h4>
 +
<div id="cchcontainer" style="border:8px #FFD382 groove;height:40%;padding:3%;">
 +
        <div class="sidebar"  style="float:left; width:20%; padding-right:5%;height:95%;"><img src="https://static.igem.org/mediawiki/2017/3/32/NYMU_2017_team_instrucors_1.jpg" width="100%" height="100%" /><br><br><br></div>
 +
                  <div class="body"style="height:95%;" ><p  style="font-size:24px;">    Professor Chang is our lead instructor; he always gives valuable advice to us. He is a very kind person: when we run experiments at midnight, he often waits until when we have all completed and drives us back to our dorms. Not willing to miss any of our hard-working moments, he likes to take pictures of us working as a team. He gives us great encouragement and always has our back. The 2017 NYMU iGEM team is not complete without him.
 +
</p><br><br><br><br></div>
 +
</div>
 +
            </div>
 +
            <br>
 +
            <br>
 +
            <br>
 +
            <br>
 +
            <div class="Chou,Tzu-Ho (Instructor)">
 +
            <a name="cth"> </a>
 +
            <br>
 +
            <br>
 +
            <br>
 +
            <br>
 +
            <h4>Chou,Tzu-Ho (Instructor) 周子禾</h4>
 +
<div id="cthcontainer" style="border:8px #FFD382 groove;height:40%;padding:3%;">
 +
        <div id="cthsidebar"style="float:left; width:20%; padding-right:5%;height:95%"><img src="https://static.igem.org/mediawiki/2017/7/7b/NYMU_2017_team_carton_chou.jpg" height="100%" width="100%"><br><br><br></div>
 +
                  <div id="cthbody" style="height:95%;"><p  style="font-size:24px;">    Words cannot describe how awesome Dr. Chou is. Dr. Chou trains and instructs all of our iGEM experiments. He patiently helps us and teaches us step by step. He is also a very approachable person. In some cases, he is our friend rather than our instructor. We often play card games with him in leisure time. We are grateful for his guidance.
 +
 +
</p><br><br><br><br></div>
 +
</div>
  
 
             <br>
 
             <br>
Line 112: Line 339:
 
             <br>
 
             <br>
 
             <br>
 
             <br>
            <div class="Jiang, Chen-Chia">
+
<div class="Jude Clapper (Instructor)">
 +
            <a name="jc"> </a>
 +
            <br>
 +
            <br>
 +
            <br>
 +
            <br>
 +
            <h4>Jude Clapper (Instructor)</h4>
 +
<div id="jccontainer" style="border:8px #FFD382 groove;height:40%;padding:3%;">
 +
        <div id="jcsidebar"  style="float:left; width:20%;padding-right:5%;height:95%"><img src="https://static.igem.org/mediawiki/2017/e/ed/NYMU_2017_team_clapper.jpg"  width="100%" height="100%" /><br><br><br><br><br></div>
 +
                  <div id="jcbody" style="height:95%;"><p  style="font-size:24px;">Mr. Clapper is awesome! He often meets us with a big smile and always shares his past iGEM experiences. Throughout the whole preparation for this year's iGEM, he has assisted us by clarifying everything we are unsure about. Though we usually speak Chinese during the meeting, he still pays attention to our discussions and never get distracted or stops us when we are having some discussions. We are glad that we have him to take a part in our iGEM team!
 +
</p><br><br><br><br></div>
 +
</div>
 +
            </div>
 +
 
 +
            </div>
 +
            <br>
 +
            <br>
 +
            <br>
 +
            <br>
 +
 
 
             <a name="jcc"> </a>
 
             <a name="jcc"> </a>
 
             <br>
 
             <br>
Line 118: Line 364:
 
             <br>
 
             <br>
 
             <br>
 
             <br>
             <h4>Jiang, Chen-Chia</h4>
+
            <div class="Jiang, Chen-Chia">
                   <p>     Chen-Chia is one of the members in Wet Lab and Human Practice. Asking good questions and finding wise solutions are what he pursues. He also insists in  
+
             <h4>Jiang, Chen-Chia 江振嘉</h4>
                        recording the lab processes correctly. In his free time, he enjoys jogging and reading.</p>
+
<div id="jcccontainer" style="border:8px #FFD382 groove;height:40%;padding:3%;">
              <a href="#jump_top">Back to the top</a>
+
        <div id="jccsidebar" style="float:left; width:20%;padding-right:5%;height:95%"><img src="https://static.igem.org/mediawiki/2017/a/a5/NYMU_Jiang%2C_Chen-Chia.jpg" width="100%" height="100%"/></div>
 +
                   <div id="jccbody" style="height:95%;"><p style="font-size:24px;">     Chen-Chia is one of the members in Wet Lab and Human Practice. He always ask good questions and finds wise solutions. He also insists in recording the lab processes correctly. In his free time, he enjoys jogging and reading.</p><br><br><br><br><br><br><br></div>
 +
</div>
 
             </div>
 
             </div>
 
             <div class="Guan-Ting">
 
             <div class="Guan-Ting">
Line 129: Line 377:
 
             <br>
 
             <br>
 
             <br>
 
             <br>
             <h4>Guan-Ting</h4>
+
             <h4>Wu, Guan-Ting 吳冠廷</h4>
                <p>    Guan-Ting is our student leader this year. Or, you can just call him “Tinger”. He is responsible for Wetlab, Drylab and Human Practice in our project. He likes  
+
<div id="gtcontainer" style="border:8px #FFD382 groove;height:40%;padding:3%;">
                      reading and watching superhero movies. Guan-Ting hopes his teammates can have fun during the crazy and awesome journey of iGEM.</p>
+
        <div id="gtsidebar" style="float:left; width:20%;padding-right:5%;height:95%"><img src="https://static.igem.org/mediawiki/2017/1/11/NYMU_Guan-Ting.jpg"width="100%" height="100%"></div>
              <a href="#jump_top">Back to the top</a>
+
                  <div id="gtbody"style="height:95%;"> <p style="font-size:24px;">    Guan-Ting is one of our team leaders for this year. He also goes by the name “Tinger”. He is responsible for Human Practice in our project. He likes to read and watch Sci-Fi movies. Guan-Ting hopes his teammates can have fun throughout the crazy and awesome journey of iGEM.</p><br><br><<br><br><br></div>
 +
</div>
 
             </div>     
 
             </div>     
 
             <div class="Naomi">
 
             <div class="Naomi">
Line 140: Line 389:
 
             <br>
 
             <br>
 
             <br>
 
             <br>
             <h4>Naomi</h4>
+
             <h4> Chiang, Chia-Sui (Naomi) 江佳穗</h4>
                <p>    Naomi is a wet lab member working on the induced suicide. She major in life science. She loves biology, eat, experiment and movies. Also, she likes to do  
+
<div id="ncontainer" style="border:8px #FFD382 groove;height:40%;padding:3%;">
                      sports, such as swimming and jogging. She has been to some countries. However, the most she wants to go are Turkey and Israel.</p>
+
        <div id="nsidebar"  style="float:left; width:20%;padding-right:5%;height:95%"><img src="https://static.igem.org/mediawiki/2017/7/7e/NYMU_Naomi.jpg" width="100%" height="95%"></div>
              <a href="#jump_top">Back to the top</a>
+
                  <div id="nbody" style="height:95%;"><p style="font-size:24px;">    Naomi is a wet lab member that works on our suicide mechanism. She majors in life science. She loves to study biology, eat, conduct experiment and watch movies. She also likes to do sports, such as swimming and jogging. She has been to some countries; however, the countries she wants to go to are Turkey and Israel. </p><br><br><br><br><br></div>
 +
</div>
 
             </div>     
 
             </div>     
 
             <div class="Ian">
 
             <div class="Ian">
Line 151: Line 401:
 
             <br>
 
             <br>
 
             <br>
 
             <br>
             <h4>Ian</h4>
+
             <h4> Liu, Yun-Chang (Ian) 劉昀昌</h4>
                <p>    Hi, I’m Ian, a member in wiki team. I major in biomedical-engineering. I love music and basketball. Also, I am interested in travel. If I am affordable for a trip, I 
+
<div id="icontainer" style="border:8px #FFD382 groove;height:40%;padding:3%;">
                      will be a backpacker travel around.</p>
+
        <div id="isidebar" style="float:left; width:20%; padding-right:5%;height:95%"><img src="https://static.igem.org/mediawiki/2017/d/d8/NYMU_ian.jpg" width="100%" height="%"/></div>
              <a href="#jump_top">Back to the top</a>
+
                  <div id="ibody" style="height:95%;"><p style="font-size:24px;">    Ian is a member in wiki team. His major is biomedical-engineering. He loves music and basketball. He is also interested in traveling. He will like to be a backpacker and travel around the world.</p><br><br><br><br><br><br><br><br><br></div>
 +
</div>
 
             </div>     
 
             </div>     
 
             <div class="Vincent">
 
             <div class="Vincent">
Line 162: Line 413:
 
             <br>
 
             <br>
 
             <br>
 
             <br>
             <h4>Vincent</h4>
+
             <h4> Lin, Yu-Hsiang (Vincent) 林于翔</h4>
                <p>     Vincent is our public relations officer for NYMU IGEM this year. You may contact with him for team collaboration and other affairs. He also participates in wet  
+
<div id="vcontainer" style="border:8px #FFD382 groove;height:40%;padding:3%;">
                    lab and human practice. He is obsessed with strategic board games such as chess and Go. </p>
+
        <div id="vsidebar"style="float:left; width:20%; padding-right:5%; height:95%"><img src="https://static.igem.org/mediawiki/2017/c/c9/NYMU_Vincent.jpg" width="100%" height="100%"/></div>
              <a href="#jump_top">Back to the top</a>
+
                  <div id="vbody" style="height:95%;"><p style="font-size:24px;">   Vincent is our public relations officer for NYMU iGEM this year. You may contact with him for team collaboration and other affairs. He also participates in wet lab and human practice. He is obsessed with strategic board games such as chess and Go.</p></div>
 +
 
 +
<br><br><br><br><br><br><br></div>
 
             </div>     
 
             </div>     
 
             <div class="Hardy Lin">
 
             <div class="Hardy Lin">
Line 173: Line 426:
 
             <br>
 
             <br>
 
             <br>
 
             <br>
             <h4>Hardy Lin</h4>
+
             <h4> Lin, Yi-Chien (Hardy) 林宜謙</h4>
                <table style="border:8px #FFD382 groove;"border='0' valign="baseline"  >
+
      <div id="hlcontainer" style="border:8px #FFD382 groove;height:40%;padding:3%;" >
            <tr><td  valign="baseline"><img src="https://static.igem.org/mediawiki/2017/2/20/NYMU_Hardy_Lin.jpg" height="250" width="180" ></td>
+
            <div id="hlsidebar" style="float:left; width:20%; padding-right:5%;height:95%;"><img src="https://static.igem.org/mediawiki/2017/2/20/NYMU_Hardy_Lin.jpg" width="100%" height="100%" /></div>
              <td valign="baseline" > <p style="font-size:40px;">
+
              <div id="hlbody" style="height:95%;"><p style="font-size:24px;">Hardy's major is biomedical-engineering. iGEM enabled him to realize how amazing the genetic world and the future of synthetic biology is. He is responsible for building project’s framework and is also a member of both wet lab and dry lab. He enjoys all kinds of sports and music. A peaceful leisure time is his favorite.</p><br><br><br><br><br><br><br></div>  
                            My major is biomedical-engineering.“IGEM let me know how amazing of genetic world and the future of synthetic biology” I am responsible for building
+
                 </div>
                    project’s framework,and be a member of both wet lab and dry lab. Every kinds of sport and music are my energy source.A peaceful spacetime is my favorite.
+
                    </p></td></tr>
+
 
+
</table>
+
                  
+
              <a href="#jump_top">Back to the top</a>
+
 
             </div>     
 
             </div>     
 
             <div class="Ken">
 
             <div class="Ken">
Line 191: Line 438:
 
             <br>
 
             <br>
 
             <br>
 
             <br>
             <h4>Ken</h4>
+
             <h4>Lin, Tien-Tsai (Ken) 林天財</h4>
                <p>     Ken is one of our Team leader.He handles the chores of the team and care all of our team member.He enjoys exploring new field that he has never been and  
+
      <div id="kcontainer" style="border:8px #FFD382 groove;height:40%;padding:3%;" >
                    likes purposing questions which makes our project better.</p>
+
            <div id="ksidebar"  style="float:left; width:20%;padding-right:5%;height:95%;"><img src="https://static.igem.org/mediawiki/2017/a/a3/NYMU_Ken.jpg" width="100%" height="100%"></div>
              <a href="#jump_top">Back to the top</a>
+
              <div id="kbody" style="height:95%;"><p style="font-size:24px;">   Ken is one of our team leaders. He handles the chores of the team and takes care all of our team members. He enjoys exploring new fields that he has never studied and likes to ask questions to make our project better.</p><br><br><br><br><br><br><br></div>
 +
</div>
 
             </div>     
 
             </div>     
 
             <div class="Priscilla">
 
             <div class="Priscilla">
Line 202: Line 450:
 
             <br>
 
             <br>
 
             <br>
 
             <br>
             <h4>Priscilla</h4>
+
             <h4>Lee, Ann-Hweek (Priscilla) 李恩慧</h4>
                <p>I am Priscilla, a member of wet lab. I come from Malaysia and I love traveling . Besides that, I am also a girl who love to smile , teehee.</p>
+
      <div id="pcontainer" style="border:8px #FFD382 groove;height:40%;padding:3%;" >
              <a href="#jump_top">Back to the top</a>
+
            <div id="psidebar"  style="float:left; width:20%;padding-right:5%;height:95%;"><img src="https://static.igem.org/mediawiki/2017/4/40/NYMU_Priscilla.jpg" width="100%" height="100%"></div>
 +
              <div id="pbody" style="height:95%;"><p style="font-size:24px;"> Priscilla is a member of wet lab and in charged in poster design. She came from Malaysia and she loves traveling. Besides that, she is also a girl who love to smile, teehee.</p><br><br><br><br><br><br><br><br><br><br><br></div>
 +
</div>
 
             </div>     
 
             </div>     
 
             <div class="Lily">
 
             <div class="Lily">
Line 212: Line 462:
 
             <br>
 
             <br>
 
             <br>
 
             <br>
             <h4>Lily</h4>
+
             <h4>Hung, Jo-Ning (Lily) 洪若寧</h4>
                <p>     Lily is a team member of wet lab and also participates in wiki design. Both exercising and watching movies are my interest. I also like to explore and learn  
+
      <div id="lcontainer" style="border:8px #FFD382 groove;height:40%;padding:3%;" >
                    new things, and I major in medical technology. I enjoy every moment spent in iGEM and love synthetic biology.</p>
+
            <div id="lsidebar"  style="float:left; width:20%;padding-right:5%;height:95%;"><img src="https://static.igem.org/mediawiki/2017/4/47/NYMU_Lily.jpg" width="100%" height="100%" ></div>
              <a href="#jump_top">Back to the top</a>
+
              <div id="lbody" style="height:95%;"><p style="font-size:24px;">   Lily is a team member of wet lab and also assists in our wiki design. She enjoys to watch movies and to play sports. She also likes to explore and learn new things. She enjoys every moment spent in iGEM and loves synthetic biology.</p><br><br><br><br><br><br>/div>
 +
</div>
 
             </div>     
 
             </div>     
 
             <div class="Anita">
 
             <div class="Anita">
Line 223: Line 474:
 
             <br>
 
             <br>
 
             <br>
 
             <br>
             <h4>Anita</h4>
+
             <h4>Tu, Yen-Ching (Anita) 涂硯情</h4>
                <p>   Anita is a member of wet lab and also dry lab. She is an optimistic girl and fond of laughing. She always puts much effort into subjects that she is interested  
+
      <div id="acontainer" style="border:8px #FFD382 groove;height:40%;padding:3%;" >
                      in, such as calculus XD  
+
            <div id="asidebar"  style="float:left; width:20%;padding-right:5%;height:95%;"><img src="https://static.igem.org/mediawiki/2017/c/c5/NYMU_Anita.jpg" width="100%" height="100%" ></div>
                          By the way, Anita likes to go swimming and jogging in her free time. If you have the same interests, you guys will definitely have a good time together.</p>
+
            <div id="lbody" style="height:95%;"><p style="font-size:24px;">   Anita is a member of wet lab and also dry lab. She is an optimistic girl and is fond of laughing. She always puts effort into subjects that she is interested in, such as calculus XD. Anita also likes to swim and jog in her free time. If you have the same interests, you guys will definitely have a good time together.</p><br><br><br><br><br></div>
              <a href="#jump_top">Back to the top</a>
+
</div>
 
             </div>     
 
             </div>     
             <div class="Megan Tsao">
+
             <div class="Tsao, Hsuan (Megan)">
 
             <a name="mt"> </a>
 
             <a name="mt"> </a>
 
             <br>
 
             <br>
Line 235: Line 486:
 
             <br>
 
             <br>
 
             <br>
 
             <br>
             <h4>Megan Tsao</h4>
+
             <h4>Tsao, Hsuan (Megan) 曹暄</h4>
                <p>     I’m Megan Tsao, a member of Wet lab and Human Practice. I have great interests in exploring the genetic world, and I believe iGEM is a wonderful    
+
      <div id="mtcontainer" style="border:8px #FFD382 groove;height:40%;padding:3%;" >
                    opportunity for me to reach my dream. Although I’m a highschool student, I do my best in advancing our project. Most importantly, I acquaint a lot of awesome        
+
            <div class="sidebar"  style="float:left; width:20%;padding-right:5%;height:95%;"><img src="https://static.igem.org/mediawiki/2017/5/56/NYMU_Megan_Tsao.jpg" width="100%" height="100%" ></div>
                    friends, and we are just like a family. Wish we have a great time and enjoy ourselves!</p>
+
            <div class="body"  style="height:95%;"><p style="font-size:24px;">   Megan Tsao is a member of Wet lab and Human Practice. She has great interests in exploring the genetic world and she believes iGEM is a wonderful opportunity for her to reach her dream. Although she is a high school student, she does her best in advancing the project. Most importantly, she has made a lot of awesome friends who are just like a family.</p><br><br><br><br></div>
              <a href="#jump_top">Back to the top</a>
+
</div>
 
             </div>     
 
             </div>     
 
             <div class="Valerie">
 
             <div class="Valerie">
Line 247: Line 498:
 
             <br>
 
             <br>
 
             <br>
 
             <br>
             <h4>Valerie</h4>
+
             <h4>Yang,Ya-Xuan (Valerie) 楊蕥瑄</h4>
                <p>     I am Valerie, a member of Wet Lab. I majors in biomedical engineering.In my spare time, I enjoys swimmming, playing volleyball and drawing.</p>
+
      <div id="vcontainer" style="border:8px #FFD382 groove;height:40%;padding:3%;" >
              <a href="#jump_top">Back to the top</a>
+
            <div id="vsidebar" style="float:left; width:20%;padding-right:5%;height:95%;"><img src="https://static.igem.org/mediawiki/2017/7/77/NYMU_Valerie.jpg"width="100%" height="100%" ></div>
 +
            <div id="vbody" style="height:95%;"><p style="font-size:24px;">   Valerie is a member of Wet Lab. She majors in biomedical engineering. In her spare time, she enjoys swimming, playing volleyball, and drawing.</p><br><br><br><br><br><br><br><br><br><br></div>
 +
</div>
 
             </div>     
 
             </div>     
             <div class="Catherine Chang">
+
             <div class="Chang, Catherine">
 
             <a name="cc"> </a>
 
             <a name="cc"> </a>
 
             <br>
 
             <br>
Line 257: Line 510:
 
             <br>
 
             <br>
 
             <br>
 
             <br>
             <h4>Catherine Chang</h4>
+
             <h4>Chang, Catherine 張凱琳</h4>
                <p>    HELLO! I am Catherine Chang, a junior in Taipei American School. Despite being a high schooler, I do my best in helping my team in all aspects I can aid in. I
+
      <div id="cccontainer" style="border:8px #FFD382 groove;height:40%;padding:3%;" >
                    am a part of the Human Practice team and I work on spreading awareness of synthetic biology within my community at TAS. I love how I get to be involved with  
+
            <div id="ccsidebar" style="float:left; width:20%; padding-right:5%;height:95%;"><img src="https://static.igem.org/mediawiki/2017/6/69/NYMU_Catherine_Chang.jpg" width="100%" height="100%"></div>
                    NYMU and TAS. With this experience, I am sure I can grow immensely as a student. </p>
+
            <div id="ccbody" style="height:95%;"><p style="font-size:24px;">    Catherine Chang is a junior in Taipei American School. Despite being a high schooler, she does her best in helping her team in all aspects she can aid in. She is a part of the Human Practice team and she works on spreading awareness of synthetic biology within the TAS community. She loves how she gets to be involved with NYMU and TAS. With this experience, she believes that she can grow immensely as a student. </p><br><br><br><br></div>
              <a href="#jump_top">Back to the top</a>
+
</div>
 
             </div>     
 
             </div>     
 
             <div class="Pin-Yu">
 
             <div class="Pin-Yu">
Line 269: Line 522:
 
             <br>
 
             <br>
 
             <br>
 
             <br>
             <h4>Pin-Yu</h4>
+
             <h4>Chen, Pin-Yu 陳品妤</h4>
                <p>     Pin-Yu is responsible for writing wiki pages. You may contact with her for anything about wiki pages. By the way, in her free time, she enjoys mountain  
+
      <div id="pycontainer" style="border:8px #FFD382 groove;height:40%;padding:3%;" >
                    climbing, swimming and painting.</p>
+
            <div id="pysidebar" style="float:left; width:20%; padding-right:5%;height:95%"><img src="https://static.igem.org/mediawiki/2017/a/a5/NYMU_Pin-Yu.jpg" width="100%" height="100%" ></div>
              <a href="#jump_top">Back to the top</a>
+
            <div id="pybody" style="height:95%;"><p style="font-size:24px;">   Pin-Yu is responsible for setting up our wiki page. You may contact with her for anything about wiki pages. In her free time, she enjoys mountain climbing, swimming and painting.</p><br><br><br><br><br><br><br><br><br><br></div>
 +
</div>
 +
            </div>   
 +
          <div class="Tsai, Leona">
 +
            <a name="lt"> </a>
 +
            <br>
 +
            <br>
 +
            <br>
 +
            <br>
 +
            <h4>Tsai, Leona 蔡憶翎</h4>
 +
      <div id="ltcontainer" style="border:8px #FFD382 groove;height:40%;padding:3%;" >
 +
            <div id="ltsidebar" style="float:left; width:20%; padding-right:5%;height:95%"><img src="https://static.igem.org/mediawiki/2017/4/44/NYMU_Leona.jpg" width="100%" height="100%" ></div>
 +
            <div id="pybody" style="height:95%;"><p style="font-size:24px;">    Leona is currently a junior in Taipei American School. She is enthusiastic about challenging herself by working with different students and pushing herself into new fields of study. Leona hopes to promote iGEM and its spirit beyond NYMU to local colleges and high schools in Taiwan.</p><br><br><br><br><br><br><br><br></div>
 +
</div>
 
             </div>     
 
             </div>     
  

Latest revision as of 03:25, 17 November 2017

Team Members

NYMU slider 2017 NYMU iGEM_1
NYMU slider 2017 NYMU iGEM_2
NYMU slider 2017 NYMU iGEM_3
NYMU slider 2017 NYMU iGEM_4
NYMU slider 2017 NYMU iGEM_5
NYMU slider 2017 NYMU iGEM_6
NYMU slider 2017 NYMU iGEM_7
NYMU slider 2017 NYMU iGEM_8
NYMU slider 2017 NYMU iGEM_9
NYMU slider 2017 NYMU iGEM_10
NYMU slider 2017 NYMU iGEM_11









Chang, Chuan-Hsiung (Instructor) 張傳雄

Professor Chang is our lead instructor; he always gives valuable advice to us. He is a very kind person: when we run experiments at midnight, he often waits until when we have all completed and drives us back to our dorms. Not willing to miss any of our hard-working moments, he likes to take pictures of us working as a team. He gives us great encouragement and always has our back. The 2017 NYMU iGEM team is not complete without him.













Chou,Tzu-Ho (Instructor) 周子禾




Words cannot describe how awesome Dr. Chou is. Dr. Chou trains and instructs all of our iGEM experiments. He patiently helps us and teaches us step by step. He is also a very approachable person. In some cases, he is our friend rather than our instructor. We often play card games with him in leisure time. We are grateful for his guidance.













Jude Clapper (Instructor)






Mr. Clapper is awesome! He often meets us with a big smile and always shares his past iGEM experiences. Throughout the whole preparation for this year's iGEM, he has assisted us by clarifying everything we are unsure about. Though we usually speak Chinese during the meeting, he still pays attention to our discussions and never get distracted or stops us when we are having some discussions. We are glad that we have him to take a part in our iGEM team!













Jiang, Chen-Chia 江振嘉

Chen-Chia is one of the members in Wet Lab and Human Practice. He always ask good questions and finds wise solutions. He also insists in recording the lab processes correctly. In his free time, he enjoys jogging and reading.












Wu, Guan-Ting 吳冠廷

Guan-Ting is one of our team leaders for this year. He also goes by the name “Tinger”. He is responsible for Human Practice in our project. He likes to read and watch Sci-Fi movies. Guan-Ting hopes his teammates can have fun throughout the crazy and awesome journey of iGEM.



<






Chiang, Chia-Sui (Naomi) 江佳穗

Naomi is a wet lab member that works on our suicide mechanism. She majors in life science. She loves to study biology, eat, conduct experiment and watch movies. She also likes to do sports, such as swimming and jogging. She has been to some countries; however, the countries she wants to go to are Turkey and Israel.










Liu, Yun-Chang (Ian) 劉昀昌

Ian is a member in wiki team. His major is biomedical-engineering. He loves music and basketball. He is also interested in traveling. He will like to be a backpacker and travel around the world.














Lin, Yu-Hsiang (Vincent) 林于翔

Vincent is our public relations officer for NYMU iGEM this year. You may contact with him for team collaboration and other affairs. He also participates in wet lab and human practice. He is obsessed with strategic board games such as chess and Go.












Lin, Yi-Chien (Hardy) 林宜謙

Hardy's major is biomedical-engineering. iGEM enabled him to realize how amazing the genetic world and the future of synthetic biology is. He is responsible for building project’s framework and is also a member of both wet lab and dry lab. He enjoys all kinds of sports and music. A peaceful leisure time is his favorite.












Lin, Tien-Tsai (Ken) 林天財

Ken is one of our team leaders. He handles the chores of the team and takes care all of our team members. He enjoys exploring new fields that he has never studied and likes to ask questions to make our project better.












Lee, Ann-Hweek (Priscilla) 李恩慧

Priscilla is a member of wet lab and in charged in poster design. She came from Malaysia and she loves traveling. Besides that, she is also a girl who love to smile, teehee.
















Hung, Jo-Ning (Lily) 洪若寧

Lily is a team member of wet lab and also assists in our wiki design. She enjoys to watch movies and to play sports. She also likes to explore and learn new things. She enjoys every moment spent in iGEM and loves synthetic biology.







/div>




Tu, Yen-Ching (Anita) 涂硯情

Anita is a member of wet lab and also dry lab. She is an optimistic girl and is fond of laughing. She always puts effort into subjects that she is interested in, such as calculus XD. Anita also likes to swim and jog in her free time. If you have the same interests, you guys will definitely have a good time together.










Tsao, Hsuan (Megan) 曹暄

Megan Tsao is a member of Wet lab and Human Practice. She has great interests in exploring the genetic world and she believes iGEM is a wonderful opportunity for her to reach her dream. Although she is a high school student, she does her best in advancing the project. Most importantly, she has made a lot of awesome friends who are just like a family.









Yang,Ya-Xuan (Valerie) 楊蕥瑄

Valerie is a member of Wet Lab. She majors in biomedical engineering. In her spare time, she enjoys swimming, playing volleyball, and drawing.















Chang, Catherine 張凱琳

Catherine Chang is a junior in Taipei American School. Despite being a high schooler, she does her best in helping her team in all aspects she can aid in. She is a part of the Human Practice team and she works on spreading awareness of synthetic biology within the TAS community. She loves how she gets to be involved with NYMU and TAS. With this experience, she believes that she can grow immensely as a student.









Chen, Pin-Yu 陳品妤

Pin-Yu is responsible for setting up our wiki page. You may contact with her for anything about wiki pages. In her free time, she enjoys mountain climbing, swimming and painting.















Tsai, Leona 蔡憶翎

Leona is currently a junior in Taipei American School. She is enthusiastic about challenging herself by working with different students and pushing herself into new fields of study. Leona hopes to promote iGEM and its spirit beyond NYMU to local colleges and high schools in Taiwan.