Difference between revisions of "Team:CGU Taiwan/Team"

 
(296 intermediate revisions by 3 users not shown)
Line 17: Line 17:
 
<head>
 
<head>
 
<style>
 
<style>
 +
.button1 {
 +
    width:7.5%;
 +
    font-size:12px;
 +
    z-index:1;
 +
    border:1px #0D014D solid;
 +
    border-radius:3px;
 +
    position:relative;
 +
    text-align: center;
 +
    display: inline-block;
 +
    text-decoration: none;
 +
    -webkit-transition-duration: 0.4s; /* Safari */
 +
    transition-duration: 0.4s;
 +
    cursor: pointer;
 +
    background-color:#FFFFCE;
 +
}
 +
 +
.button1:hover {
 +
    background-color: #0D014D;
 +
    color: white;
 +
}
 +
 
body {
 
body {
 
   background-color:white;
 
   background-color:white;
Line 29: Line 50:
 
   font-family: Corbel;
 
   font-family: Corbel;
 
   overflow:visible;
 
   overflow:visible;
   z-index: +1;
+
   z-index: +3;
 
}
 
}
 
.mid {
 
.mid {
 
   position: absolute;
 
   position: absolute;
  left: 5%;
+
   width: 100%;
   width: 80%;
+
 
   height: 100%;
 
   height: 100%;
 
   font-family: Corbel;
 
   font-family: Corbel;
Line 53: Line 73:
 
   left: 0%;
 
   left: 0%;
 
   font-family: Corbel;
 
   font-family: Corbel;
   z-index:-1;
+
   z-index:3;
 
}
 
}
 
.header-subnav li {
 
.header-subnav li {
Line 339: Line 359:
 
   position: absolute;
 
   position: absolute;
 
   width: 100%;
 
   width: 100%;
   height: 260%;
+
   height: 300%;
 
   font-family: Corbel;
 
   font-family: Corbel;
 
   z-index:+1;
 
   z-index:+1;
Line 349: Line 369:
 
   height: 40%;
 
   height: 40%;
 
   font-family: Corbel;
 
   font-family: Corbel;
 +
  z-index:+3;
 
}
 
}
 
.list1 li {
 
.list1 li {
Line 383: Line 404:
 
   text-align:justify;
 
   text-align:justify;
 
   text-decoration:none;
 
   text-decoration:none;
   margin-left:3%;
+
  margin-right:30%;
   margin-top:2%;
+
   margin-left:27%;
 +
   margin-top:6.5%;
 
   padding-right:2%;
 
   padding-right:2%;
 
   padding-left:2%;
 
   padding-left:2%;
 
   padding-top:2%;
 
   padding-top:2%;
   padding-bottom:2%;
+
   padding-bottom:4%;
 
   font-size:18px;
 
   font-size:18px;
 +
  background:white;
 
}
 
}
span:hover + div {
+
button:hover + div {
 
     display: block;
 
     display: block;
 +
}
 +
 +
#popup{
 +
    height:175%;
 +
    width:45%;
 +
    margin-top: 3.5%;
 +
    margin-left: 21%;
 +
    border-style:double;
 +
    border-width:4px;
 +
    border-color:#444444;
 +
    border-radius:8px;
 +
    background-color:#F5F5F5;
 +
    z-index:1;
 +
    position:absolute;
 +
    padding:15px;
 +
    font-size:15;
 +
}
 +
 +
#popup1{
 +
    height:175%;
 +
    width:45%;
 +
    margin-top: 3.5%;
 +
    margin-left: 21%;
 +
    border-style:double;
 +
    border-width:4px;
 +
    border-color:#444444;
 +
    border-radius:8px;
 +
    background-color:#F5F5F5;
 +
    z-index:2;
 +
    position:absolute;
 +
    padding:15px;
 +
    font-size:15;
 +
}
 +
 +
#popup2{
 +
    height:175%;
 +
    width:45%;
 +
    margin-top: 3.5%;
 +
    margin-left: 21%;
 +
    border-style:double;
 +
    border-width:4px;
 +
    border-color:#444444;
 +
    border-radius:8px;
 +
    background-color:#F5F5F5;
 +
    z-index:2;
 +
    position:absolute;
 +
    padding:15px;
 +
    font-size:15;
 +
}
 +
 +
#popup3{
 +
    height:175%;
 +
    width:45%;
 +
    margin-top: 3.5%;
 +
    margin-left: 21%;
 +
    border-style:double;
 +
    border-width:4px;
 +
    border-color:#444444;
 +
    border-radius:8px;
 +
    background-color:#F5F5F5;
 +
    z-index:2;
 +
    position:absolute;
 +
    padding:15px;
 +
    font-size:15;
 +
}
 +
 +
#popup4{
 +
    height:175%;
 +
    width:45%;
 +
    margin-top: 3.5%;
 +
    margin-left: 21%;
 +
    border-style:double;
 +
    border-width:4px;
 +
    border-color:#444444;
 +
    border-radius:8px;
 +
    background-color:#F5F5F5;
 +
    z-index:2;
 +
    position:absolute;
 +
    padding:15px;
 +
    font-size:15;
 +
}
 +
 +
#popup5{
 +
    height:175%;
 +
    width:45%;
 +
    margin-top: 3.5%;
 +
    margin-left: 21%;
 +
    border-style:double;
 +
    border-width:4px;
 +
    border-color:#444444;
 +
    border-radius:8px;
 +
    background-color:#F5F5F5;
 +
    z-index:2;
 +
    position:absolute;
 +
    padding:15px;
 +
    font-size:15;
 +
}
 +
 +
#popup6{
 +
    height:175%;
 +
    width:45%;
 +
    margin-top: 3.5%;
 +
    margin-left: 21%;
 +
    border-style:double;
 +
    border-width:4px;
 +
    border-color:#444444;
 +
    border-radius:8px;
 +
    background-color:#F5F5F5;
 +
    z-index:2;
 +
    position:absolute;
 +
    padding:15px;
 +
    font-size:15;
 +
}
 +
 +
#popup7{
 +
    height:175%;
 +
    width:45%;
 +
    margin-top: 3.5%;
 +
    margin-left: 21%;
 +
    border-style:double;
 +
    border-width:4px;
 +
    border-color:#444444;
 +
    border-radius:8px;
 +
    background-color:#F5F5F5;
 +
    z-index:2;
 +
    position:absolute;
 +
    padding:15px;
 +
    font-size:15;
 +
}
 +
 +
#popup8{
 +
    height:175%;
 +
    width:45%;
 +
    margin-top: 3.5%;
 +
    margin-left: 21%;
 +
    border-style:double;
 +
    border-width:4px;
 +
    border-color:#444444;
 +
    border-radius:8px;
 +
    background-color:#F5F5F5;
 +
    z-index:2;
 +
    position:absolute;
 +
    padding:15px;
 +
    font-size:15;
 +
}
 +
 +
#popup9{
 +
    height:175%;
 +
    width:45%;
 +
    margin-top: 3.5%;
 +
    margin-left: 21%;
 +
    border-style:double;
 +
    border-width:4px;
 +
    border-color:#444444;
 +
    border-radius:8px;
 +
    background-color:#F5F5F5;
 +
    z-index:2;
 +
    position:absolute;
 +
    padding:15px;
 +
    font-size:15;
 +
}
 +
 +
#popup10{
 +
    height:175%;
 +
    width:45%;
 +
    margin-top: 3.5%;
 +
    margin-left: 21%;
 +
    border-style:double;
 +
    border-width:4px;
 +
    border-color:#444444;
 +
    border-radius:8px;
 +
    background-color:#F5F5F5;
 +
    z-index:2;
 +
    position:absolute;
 +
    padding:15px;
 +
    font-size:15;
 +
}
 +
 +
#popup11{
 +
    height:175%;
 +
    width:45%;
 +
    margin-top: 3.5%;
 +
    margin-left: 21%;
 +
    border-style:double;
 +
    border-width:4px;
 +
    border-color:#444444;
 +
    border-radius:8px;
 +
    background-color:#F5F5F5;
 +
    z-index:2;
 +
    position:absolute;
 +
    padding:15px;
 +
    font-size:15;
 
}
 
}
  
Line 416: Line 631:
  
 
</script>
 
</script>
 +
 
<script>
 
<script>
 +
function showinfo1(){
 +
document.getElementById("popup1").style.display='block'
 +
}
 +
function hideinfo1(){
 +
document.getElementById("popup1").style.display='none'
 +
}
 +
function showinfo2(){
 +
document.getElementById("popup2").style.display='block'
 +
}
 +
function hideinfo2(){
 +
document.getElementById("popup2").style.display='none'
 +
}
 +
function showinfo3(){
 +
document.getElementById("popup3").style.display='block'
 +
}
 +
function hideinfo3(){
 +
document.getElementById("popup3").style.display='none'
 +
}
 +
function showinfo4(){
 +
document.getElementById("popup4").style.display='block'
 +
}
 +
function hideinfo4(){
 +
document.getElementById("popup4").style.display='none'
 +
}
 +
function showinfo5(){
 +
document.getElementById("popup5").style.display='block'
 +
}
 +
function hideinfo5(){
 +
document.getElementById("popup5").style.display='none'
 +
}
 +
function showinfo6(){
 +
document.getElementById("popup6").style.display='block'
 +
}
 +
function hideinfo6(){
 +
document.getElementById("popup6").style.display='none'
 +
}
 +
function showinfo7(){
 +
document.getElementById("popup7").style.display='block'
 +
}
 +
function hideinfo7(){
 +
document.getElementById("popup7").style.display='none'
 +
}
 +
function showinfo8(){
 +
document.getElementById("popup8").style.display='block'
 +
}
 +
function hideinfo8(){
 +
document.getElementById("popup8").style.display='none'
 +
}
 +
function showinfo9(){
 +
document.getElementById("popup9").style.display='block'
 +
}
 +
function hideinfo9(){
 +
document.getElementById("popup9").style.display='none'
 +
}
 +
function showinfo10(){
 +
document.getElementById("popup10").style.display='block'
 +
}
 +
function hideinfo10(){
 +
document.getElementById("popup10").style.display='none'
 +
}
 +
function showinfo11(){
 +
document.getElementById("popup11").style.display='block'
 +
}
 +
function hideinfo11(){
 +
document.getElementById("popup11").style.display='none'
 +
}
 +
 
var slideIndex = 1;
 
var slideIndex = 1;
 
showDivs(slideIndex);
 
showDivs(slideIndex);
Line 464: Line 747:
 
<li><a href="https://2016.igem.org/Team:CGU_Taiwan/Parts">PARTS</a></li>
 
<li><a href="https://2016.igem.org/Team:CGU_Taiwan/Parts">PARTS</a></li>
 
</ul>
 
</ul>
<div class="circle"><img style="position:absolute;z-index:+1;width:90%;height:95%;margin-left:3%;margin-top:2%;" src="https://static.igem.org/mediawiki/2016/8/8a/CGU_Taiwan--logo9.jpg"></div>
+
<div class="circle">
 +
<img style="position:absolute;z-index:+4;width:90%;height:95%;margin-left:3%;margin-top:2%;" src="https://static.igem.org/mediawiki/2016/8/8a/CGU_Taiwan--logo9.jpg"></div>
 
</header>
 
</header>
  
 
<div class="mid">
 
<div class="mid">
 
<br><br>
 
<br><br>
<img src="https://static.igem.org/mediawiki/2016/1/16/CGU_Taiwan--team0.1.jpg" style="width:110%;position:absolute;margin-left:2%;margin-top:20%;z-index:-1;">
 
<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br>
 
<span style="color:#0D014D;font-size:20px;z-index:+1;margin-left:3%;"><button style="border:4px #0D014D solid;border-radius:2px;">Chien-Yu</button></span>
 
<div class="click">
 
Hsu,Chien-Yu (Ditto)
 
<br>
 
Chien-Yu gets the face totally like Ditto! Chien-Yu is an eager and quick leaner which could fit in anything with Ditto style smiling face! She mainly helps our modeling, codes CSS and javascript of wiki pages, makes a McHug demo video and designs jamboree PowerPoint. A kind and helpful person always gives the hands to any team members who need.
 
</div>
 
  
 +
<div style="padding:10px;border: 3px #0D014D solid;border-radius: 8px;margin-top:20%;margin-left:3%;width:90%;height:480%;">
 +
<img src="https://static.igem.org/mediawiki/2016/1/16/CGU_Taiwan--team0.1.jpg" style="width:90%;position:absolute;z-index:-1;">
 +
<br><br><br><br><br><br><br><br><br><br><br><br><br>
 +
<button class="button1" style="margin-left:1%;" onmouseover="showinfo1();" onmouseout="hideinfo1();">Chien-Yu</button>
 +
<button class="button1" style="margin-left:1.3%;" onmouseover="showinfo2();" onmouseout="hideinfo2();">Ying-Hsuan</button>
 +
<button class="button1" style="margin-left:1.3%;" onmouseover="showinfo3();" onmouseout="hideinfo3();">Chia-Wei</button>
 +
<button class="button1" style="margin-left:1.3%;" onmouseover="showinfo4();" onmouseout="hideinfo4();">Tzu-Chieh</button>
 +
<button class="button1" style="margin-left:1.3%;" onmouseover="showinfo5();" onmouseout="hideinfo5();">Da-Li</button>
 +
<button class="button1" style="margin-left:1.4%;" onmouseover="showinfo6();" onmouseout="hideinfo6();">Justine</button>
 +
<button class="button1" style="margin-left:1.4%;" onmouseover="showinfo7();" onmouseout="hideinfo7();">Lu, Min</button>
 +
<button class="button1" style="margin-left:1.4%;" onmouseover="showinfo8();" onmouseout="hideinfo8();">Yu-Chang</button>
 +
<button class="button1" style="margin-left:1.4%;" onmouseover="showinfo9();" onmouseout="hideinfo9();">Yu-Yan</button>
 +
<button class="button1" style="margin-left:1.4%;" onmouseover="showinfo10();" onmouseout="hideinfo10();">Bin-Tse</button>
 +
<button class="button1" style="margin-left:1.4%;" onmouseover="showinfo11();" onmouseout="hideinfo11();">Tzu-Li</button>
  
 +
<div id="popup1" style="display:none">
 +
<b style="font-weight:bolder;font-size:30px;">Hsu,Chien-Yu (Ditto)</b>
 +
<br><br>
 +
<span style="font-size:20px;">
 +
Chien-Yu has the face totally like Ditto! Chien-Yu is an eager and quick leaner which could fit in anything with Ditto style smiling face! She mainly helps our modeling, codes CSS and javascript of wiki pages, makes a McHug demo video and designs jamboree PowerPoint. A kind and helpful person always gives the hands to any team members who are in need.
 +
</span>
 +
</div>
  
 +
<div id="popup2" style="display:none">
 +
<b style="font-weight:bolder;font-size:30px;">Lu, Ying-Hsuan (Charmander)</b>
 +
<br><br>
 +
<span style="font-size:20px;">
 +
When she is jogging, you will find out that she is a Charmander style runner. She starts up and leads the team. A product animation producer, wiki writer, back up for team communication and industry visit, PS designer, and also carried out in vivo experiment. Not very thoughtful and even crazy sometimes but is willing to embrace all comments and advice.
 +
</span>
 +
</div>
  
 +
<div id="popup3" style="display:none">
 +
<b style="font-weight:bolder;font-size:30px;">Chang, Chia-Wei (Abra)</b>
 +
<br><br>
 +
<span style="font-size:20px;">
 +
Abra employs psychic ability even while sleeping. Chia-Wei seems to also have this psychic power to keep on carrying out experiments, however unlike Abra she stays up until the sun rises up. She leads our biobrick design, construct, and debug. She is also very hard-working and highly concentrated on doing everything which helped our experiment to start a lot more smoothly.
 +
</span>
 +
</div>
  
 +
<div id="popup4" style="display:none">
 +
<b style="font-weight:bolder;font-size:30px;">Liao, Tzu-Chieh (Dratini)</b>
 +
<br><br>
 +
<span style="font-size:20px;">
 +
Tzu-Chieh is just as cute as Dratini, and also a strong back up! Major in biomedical science but built up the whole McHug prediction platform codes! He has brilliant ways of thoughts, extraordinary technique of Western blotting, and a talent for every kinds of accent thus also represents for our jamboree presentation.
 +
</span>
 +
</div>
  
 +
<div id="popup5" style="display:none">
 +
<b style="font-weight:bolder;font-size:30px;">Yen,Da-Li (Slowbro)</b>
 +
<br><br>
 +
<span style="font-size:20px;">
 +
He makes others think of Slowbro due to the atmosphere around him. He is also a professional Leishmania keeper. He handles crucial steps such as transfecting target vector into Leishmania by electroporation and drug selection. Trying different condition and discussing again and again with teachers, he finally succeeds and becomes a great troubleshooting Leishmania trainer.
 +
</span>
 +
</div>
  
 +
<div id="popup6" style="display:none">
 +
<b style="font-weight:bolder;font-size:30px;">Hsu, Justine (Snorlax)</b>
 +
<br><br>
 +
<span style="font-size:20px;">
 +
She wants to let Snorlax to be her buddy and stand on her shoulder, but she doesn’t have one. She sleeps and eats like Snorlax (No, I don’t), however a non-eating and non-sleeping person during iGEM project. Like a native English speaker and represent our team to jamboree presentation. Also our team wiki contents writer and editor, in vivo experiment operator, and an earnest supporter for our team.
 +
</span>
 +
</div>
  
<div style="margin-top:80%;">
+
<div id="popup7" style="display:none">
 +
<b style="font-weight:bolder;font-size:30px;">Lu, Min (Vulpix)</b>
 +
<br><br>
 +
<span style="font-size:20px;">
 +
She is as keen as Vulpix. Like a problem sensor that quickly finds the logical mistake, stops our crazy ideas and keeps our feet on the ground. She also keeps an eye on our team accounts and expenses cautiously. She specializes in virus which helps a lot with our project design. With a sense of art and being good at InDesign, she also draws a logo for CGU_Taiwan and DMs for jamboree.
 +
</span>
 +
</div>
  
<b style="color:#0D014D;font-size:20px;">Our Team</b>
+
<div id="popup8" style="display:none">
<br>
+
<b style="font-weight:bolder;font-size:30px;">Ku,Yu-Chang (Arcanine)</b>
<div style="color:#0D014D;font-size:18px;text-align:justify;text-decoration:none;">
+
<br><br>
Our team consists of 11 members majoring in biomedical sciences or electronic engineering to represent CGU participating in iGEM. We are resourceful, thriving on challenge and eager leaners. Everyone brings what he or she has learned into full play. After interdisciplinary brainstorm for several months, we hope to contribute to the society and world by providing another possibility of adjuvant during the iGEM project.
+
<span style="font-size:20px;">
 +
He really likes Arcanine so let him be the cool Arcanine once. He leads the experiment group, learns and modifies the protocols, collects the laboratory supplies, and cultures lots of Leishmania. He also has a special headlamp with mystical power that can photo-inactive the Leishmania. This step is extremely crucial to the safety of our product!
 +
</span>
 
</div>
 
</div>
<br><br><br>
+
 
<b style="font-size:20px;color:#0D014D;">Lu, Ying-Hsuan (Charmander)</b>
+
<div id="popup9" style="display:none">
<br>
+
<b style="font-weight:bolder;font-size:30px;">Wang, Yu-Yan (Wigglytuff)</b>
<div style="color:#0D014D;font-size:18px;text-align:justify;text-decoration:none;">
+
<br><br>
When she is jogging, you will find out a Charmander style runner. She starts up and leads the team. Make product animation, wiki writer, back up for team communication and industry visit, PS designer, and also carry out in vivo experiment. Not very thoughtful and even crazy sometimes but willing to embrace all comments and advice.
+
<span style="font-size:20px;">
 +
Like Wigglytuff, she is very soft, outgoing and easy to get along with. These personalities make her an excellent Human Practice agent. She deals with our HP education, including in Science Carnival and our biomedical science freshman orientation. She also participates in interlab project.  
 +
</span>
 
</div>
 
</div>
 +
 +
<div id="popup10" style="display:none">
 +
<b style="font-weight:bolder;font-size:30px;">Lin, Bin-Tse (Blastoise)</b>
 
<br><br>
 
<br><br>
 +
<span style="font-size:20px;">
 +
He evolves quickly from Squirtle during the iGEM project. Spokesperson for our project and take any effort in fundraising. And popular with high school student during Yilan Senior High School education, an interlab operator, HP wiki writer and laboratory supplies collector. Also a contact window toward other teams for communication.
 +
</span>
 +
</div>
  
 +
<div id="popup11" style="display:none">
 +
<b style="font-weight:bolder;font-size:30px;">Liu, Tzu-Li (Electabuzz)</b>
 +
<br><br>
 +
<span style="font-size:20px;">
 +
He is Electabuzz just because he majors in electronic engineering. And it is a big work for him to understand and catch up with biology stuff. But he is a good asker and helps for modeling. He provides lots of resources including 3D printer and camera to help us print our product and taking group photos.
 +
</span>
 
</div>
 
</div>
  
 +
<div id="popup">
 +
<b style="color:#0D014D;font-size:30px;">Our Team</b>
 +
<br>
 +
<div style="color:#0D014D;font-size:20px;text-align:justify;text-decoration:none;">
 +
<br>
 +
Our team consists of 11 members majoring in biomedical sciences or electronic engineering to represent CGU participating in iGEM. We are resourceful, thriving on challenge and eager leaners. Everyone brings what he or she has learned into full play. After interdisciplinary brainstorming for several months, we hope to contribute to the society and world by providing another possibility of adjuvant during the iGEM project.
 +
</div>
 
</div>
 
</div>
  
 +
<br><br><br><br>
 +
</div>
  
 +
<br><br><br><br><br><br><br><br>
  
<a name='anchor1'></a>
+
<b style="color:#0D014D;font-size:40px;margin-left:22%;">Instructor</b>
<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br>
+
<br><br><br>
<br><br>
+
<img src="https://static.igem.org/mediawiki/2016/e/e3/CGU_Taiwan--PI1.jpg" style="width:20%;height:300%;margin-left:30%;">
 
+
<img src="https://static.igem.org/mediawiki/2016/0/04/CGU_Taiwan--PI2.jpg" style="width:24%;height:300%;">
<section style="float:right;margin-right:70%;margin-top:100%;" class="slide">
+
<br><br><br><br><br>
  <article>
+
  <img src="https://static.igem.org/mediawiki/2016/2/29/CGU_Taiwan--team01.jpg" style="width:30%;float:left;magrin-right:5%;"></img>
+
  <b style="font-size:20px;magrin-top:-100%;magrin-right:50%;float:left;">Chao-Lan Yu</b>
+
  </article>
+
  <article>
+
    <img src="https://static.igem.org/mediawiki/2016/3/34/CGU_Taiwan--team02.jpg" style="width:35%;float:left;magrin-right:5%;">
+
  <b style="font-size:20px;magrin-top:-100%;magrin-right:50%;float:left;">Chi-Ching Lee</b>
+
  </article>
+
  <article>
+
  <img src="https://static.igem.org/mediawiki/2016/archive/1/1d/20161011084717%21CGU_Taiwan--team1.jpg" style="width:30%;float:left;magrin-right:5%;">
+
  <b style="font-size:14px;magrin-top:-100%;magrin-right:50%;float:left;">Lu, Ying-Hsuan
+
<br>(Charmander)
+
<br>When she is jogging, you will find out a Charmander style runner.
+
<br>She starts up and leads the team. Make product animation,
+
<br>wiki writer, back up for team communication and industry visit,
+
<br>PS designer, and also carry out in vivo experiment.
+
<br>Not very thoughtful and even crazy sometimes
+
<br>but willing to embrace all comments and advice.
+
</b>
+
  </article>
+
  <article>
+
  <img src="https://static.igem.org/mediawiki/2016/d/d0/CGU_Taiwan--team3.jpg" style="width:30%;float:left;magrin-right:5%;">
+
    <b style="font-size:14px;magrin-top:-100%;magrin-right:50%;float:left;">Lu, Min
+
  <br>(Vulpix)
+
<br>She is as keen as Vulpix. Like a problem sensor
+
<br>that quickly finds the logical mistake, stops our crazy ideas
+
<br>and keeps our feet on the ground. She also keeps an eye on
+
<br>our team accounts and expenses cautiously.
+
<br>She specializes in virus which helps a lot with our
+
<br>project design. With a sense of art and being good at InDesign,
+
<br>she also draws a logo for CGU_Taiwan and DM for jamboree.</b>
+
  </article>
+
  <article>
+
  <img src="https://static.igem.org/mediawiki/2016/e/e7/CGU_Taiwan--team4.jpg" style="width:30%;float:left;magrin-right:5%;">
+
  <b style="font-size:14px;magrin-top:-100%;magrin-right:50%;float:left;">Ku,Yu-Chang
+
<br>(Arcanine)
+
<br>He really likes Arcanine so let him be the cool Arcanine once.
+
<br>He leads the experiment group, learns and modifies
+
<br>the protocols, collects the laboratory supplies, and cultures
+
<br>lots of leishmania. He also has a special headlamp with
+
<br>mystical power that can photo-inactive the leishmania.
+
<br>Our product safety is all contributed to this step.</b>
+
  </article>
+
  <article>
+
    <img src="https://static.igem.org/mediawiki/2016/b/be/CGU_Taiwan--team5.jpg" style="width:30%;float:left;magrin-right:5%;">
+
    <b style="font-size:14px;magrin-top:-100%;magrin-right:50%;float:left;">Yen,Da-Li
+
<br>(Slowbro)
+
<br>He makes others think of Slowbro due to the atmosphere
+
<br>around him. He is also a professional leishmania keeper.
+
<br>He handles a crucial step to transfect target vector into
+
<br>leishmania by electroporation and then does drug selection.
+
<br>Trying every conditions and discussing over time and
+
<br>time with teachers, he finally successes
+
<br>and becomes a great troubleshooting leishmania trainer.</b>
+
  </article>
+
  <article>
+
  <img src="https://static.igem.org/mediawiki/2016/5/51/CGU_Taiwan--team6.jpg" style="width:30%;float:left;magrin-right:5%;">
+
    <b style="font-size:14px;magrin-top:-100%;magrin-right:50%;float:left;">Chang, Chia-Wei
+
<br>(Abra)
+
<br>Abra employs psychic ability even while sleeping.
+
<br>Chia-Wei seems to also have psychic power to keep on carrying
+
<br>out experiments, however, non-sleeping until the sun rises up.
+
<br>She leads our biobrick design, construct, and debug.
+
<br>She is also very hard-working and high concentration on
+
<br>doing anything which helps our experiment start more smoothly.</b>
+
  </article>
+
  <article>
+
    <img src="https://static.igem.org/mediawiki/2016/f/f4/CGU_Taiwan--team7.jpg" style="width:30%;float:left;magrin-right:5%;">
+
    <b style="font-size:14px;magrin-top:-100%;magrin-right:50%;float:left;">Hsu, Justine
+
<br>(Snorlax)
+
<br>She wants to let Snorlax to be her buddy and
+
<br>stand on her shoulder, but she doesn’t have one.
+
<br>She sleeps and eats like Snorlax , however, non-eat and
+
<br>non-sleep during iGEM project. Like a naive English speaker
+
<br>represent our team to jamboree presentation.
+
<br>Also our team wiki contents editor and writer, in vivo
+
<br>experiment operator, and an earnest supporter for our team.</b>
+
  </article>
+
  <article>
+
  <img src="https://static.igem.org/mediawiki/2016/7/7d/CGU_Taiwan--team10.jpg" style="width:30%;float:left;magrin-right:5%;">
+
    <b style="font-size:14px;magrin-top:-100%;magrin-right:50%;float:left;">Liao, Tzu-Chieh
+
<br>(Electabuzz)
+
<br>Tzu-Chieh is just as cute as Dratini,
+
<br>and also a strong back up! Major in biomedical science
+
<br>but build up the whole McHug prediction platform codes!
+
<br>He has brilliant ways of thoughts, extraordinary technique of
+
<br>Western blotting, and a talent for every kinds of
+
<br>accent thus also represents for our jamboree presentation.</b>
+
  </article>
+
  <article>
+
  <img src="https://static.igem.org/mediawiki/2016/2/23/CGU_Taiwan--team11.jpg" style="width:30%;float:left;magrin-right:5%;">
+
    <b style="font-size:14px;magrin-top:-100%;magrin-right:50%;float:left;">Hsu,Chien-Yu
+
<br>(Ditto)
+
<br>Chien-Yu gets the face totally like Ditto!
+
<br>Chien-Yu is an eager and quick leaner which could fit in
+
<br>helping anything with Ditto style smiling face!
+
<br>She mainly helps our modeling, codes CSS and javascript of
+
<br>wiki pages, makes a McHug demo video and designs
+
<br>jamboree PowerPoint. A kind and helpful person
+
<br>always gives the hands to any team members who need.</b>
+
  </article>
+
  <article>
+
  <img src="https://static.igem.org/mediawiki/2016/1/1b/CGU_Taiwan--team12.jpg" style="width:30%;float:left;magrin-right:5%;">
+
    <b style="font-size:14px;magrin-top:-100%;magrin-right:50%;float:left;">Liu, Tzu-Li
+
<br>(Dratini)
+
<br>He is Electabuzz just because majoring in
+
<br>electronic engineering. And it is a big work for him to
+
<br>understand and catch up with biology stuff.
+
<br>But he is a good asker and helps for modeling.
+
<br>He provides lots of resources including 3D printer and
+
<br>camera to help us print our product and taking group photos.</b>
+
  </article>
+
  <article>
+
  <img src="https://static.igem.org/mediawiki/2016/1/1c/CGU_Taiwan--team8.jpg" style="width:30%;float:left;magrin-right:5%;">
+
    <b style="font-size:14px;magrin-top:-100%;magrin-right:50%;float:left;">Lin, Bin-Tse
+
<br>(Blastoise)
+
<br>The one that evolves quickly from Squirtle during
+
<br>the iGEM project. Spokesperson for our project and
+
<br>take any effort in fundraising. And popular with high school
+
<br>student during Yilan Senior High School education,
+
<br>an interlab operator, HP wiki writer and laboratory
+
<br>supplies collector. Also a contact window
+
<br>toward other teams for communication.</b>
+
  </article>
+
  <article>
+
  <img src="https://static.igem.org/mediawiki/2016/5/5b/CGU_Taiwan--team9.jpg" style="width:30%;float:left;magrin-right:5%;">
+
    <b style="font-size:14px;magrin-top:-100%;magrin-right:50%;float:left;">Wang, Yu-Yan
+
<br>(Wigglytuff)
+
<br>As Wigglytuff very soft, outgoing and easy to get along with.
+
<br>These personalities make her an excellence
+
<br>Human Practice agent. She deals with our HP education,
+
<br>including in Science Carnival and our biomedical science
+
<br>freshman orientation. She also participates in interlab project.</b>
+
  </article>
+
</section>
+
 
<a name='anchor2'></a>
 
<a name='anchor2'></a>
<br><br><br><br><br><br><br><br><br><br><br>
+
<br><br><br>
<b style="color:#0D014D;font-size:28px;margin-left:22%;">Sponsors</b>
+
<b style="color:#0D014D;font-size:40px;margin-left:22%;margin-top:100%;">Sponsors</b>
 
<br><br>
 
<br><br>
<div style="color:black;font-size:18px;margin-left:22%;margin-right:5%;text-align:justify;text-decoration:none;">
+
<div style="color:black;font-size:18px;margin-left:22%;margin-right:20%;text-align:justify;text-decoration:none;">
 
iGEM is a highly-cost competition, so that we have no choice but to go around canvassing and collect requisite capital for iGEM. There are four parts in our total budgetary, including registration fees, experimental costs, transportation & living expenses, and others. Our project will require extensive DNA work and large-scale antibody test. The required reagents count significant cost to our budget; the actual cost varies depending on the results and progress. Any remaining funds will go towards being used in personal registration fees to MIT (USA) Jamboree where we present our project, and living expenses later.<br><br>At first, we think how we could get subsidized by others? Then we wrote request letters for small donations and emailed them to the faculty of Chang Gung University and thousands and hundreds of biotech-associated or –unassociated companies. In the letter, we described, “your small donation will do help us achieve our goals and support the CGU iGEM team in the years to come. The desire to win glory for Taiwan impels our team to work more diligently. Finally, we are going to contribute to the world by our ultimate outcome.”<br><br>Additionally, we participated in the plenitude of seminars, lectures, and exhibitions, like Joint Annual Conference of Biomedical Science in Taiwan and numerous academic seminars held in the CGU, so that we could have a direct contact with managers or agents of the companies to ask them for assistance.<br>
 
iGEM is a highly-cost competition, so that we have no choice but to go around canvassing and collect requisite capital for iGEM. There are four parts in our total budgetary, including registration fees, experimental costs, transportation & living expenses, and others. Our project will require extensive DNA work and large-scale antibody test. The required reagents count significant cost to our budget; the actual cost varies depending on the results and progress. Any remaining funds will go towards being used in personal registration fees to MIT (USA) Jamboree where we present our project, and living expenses later.<br><br>At first, we think how we could get subsidized by others? Then we wrote request letters for small donations and emailed them to the faculty of Chang Gung University and thousands and hundreds of biotech-associated or –unassociated companies. In the letter, we described, “your small donation will do help us achieve our goals and support the CGU iGEM team in the years to come. The desire to win glory for Taiwan impels our team to work more diligently. Finally, we are going to contribute to the world by our ultimate outcome.”<br><br>Additionally, we participated in the plenitude of seminars, lectures, and exhibitions, like Joint Annual Conference of Biomedical Science in Taiwan and numerous academic seminars held in the CGU, so that we could have a direct contact with managers or agents of the companies to ask them for assistance.<br>
 
<br>
 
<br>
<img src="https://static.igem.org/mediawiki/2016/8/8f/CGU_Taiwan--sponsor1.jpg" style="width:25%;height:100%;">
+
 
<img src="https://static.igem.org/mediawiki/2016/thumb/2/28/CGU_Taiwan--sponsor2.jpg/450px-CGU_Taiwan--sponsor2.jpg" style="width:25%;height:100%;margin-left:30%;">
+
<div style="padding:5px;border: 2px solid;border-radius: 8px;">
<img src="https://static.igem.org/mediawiki/2016/0/09/CGU_Taiwan--sponsor3.jpg" style="width:35%;height:135%;margin-left:30%;margin-top:-35%;">
+
<img src="https://static.igem.org/mediawiki/2016/8/8f/CGU_Taiwan--sponsor1.jpg" style="width:28%;height:110%;margin-left:7%;border-radius: 8px;">
 +
<img src="https://static.igem.org/mediawiki/2016/thumb/d/dd/CGU_Taiwan--sponsor0.3.jpg/599px-CGU_Taiwan--sponsor0.3.jpg" style="width:28%;height:110%;border-radius: 8px;">
 +
<img src="https://static.igem.org/mediawiki/2016/thumb/f/f1/CGU_Taiwan--sponsor0.2.jpg/600px-CGU_Taiwan--sponsor0.2.jpg" style="width:28%;height:110%;border-radius: 8px;">
 
</div>
 
</div>
 +
</div>
 +
 +
<br><br><br><br><br><br>
 +
<b style="color:#0D014D;font-size:40px;margin-left:22%;margin-top:100%;">Sponsors-Teacher</b>
 
<br><br>
 
<br><br>
<b style="color:#0D014D;font-size:20px;margin-left:24%;">Sponsors-Teacher</b>
+
<img src="https://static.igem.org/mediawiki/2016/2/2f/CGU_Taiwan--sponsor0.4.jpg" style="width:55%;height:300%;margin-left:25%;">
<div style="color:black;font-size:18px;margin-left:24%;margin-right:5%;text-align:justify;text-decoration:none;">
+
<br><br><br><br><br><br><br><br>
Kwang Poo, Chang<br>Sze Cheng, Lo<br>Chien Wei, Liao<br>Li Man, Hung<br>Yu Sun, Chang<br>Sebastian Fugmann<br>Petrus, Tang<br>Jau Song, Yu<br>Jin Chung, Chen<br>Ming Ling, Kuo<br>Hsin Pai, Li<br>
+
 
 +
 
 +
<b style="color:#0D014D;font-size:40px;margin-left:22%;margin-top:100%;">Sponsors-Company</b>
 
<br><br>
 
<br><br>
<b style="color:#0D014D;font-size:20px;margin-left:24%;">Sponsors-Company</b>
+
<img src="https://static.igem.org/mediawiki/2016/3/3b/CGU_Taiwan--sponsor0.5.jpg" style="width:50%;height:160%;margin-left:24%;">
<br>
+
<a href="http://shop.taqkey.com/"><img src="https://static.igem.org/mediawiki/2016/e/ea/CGU_Taiwan--company1.jpg" style="width:35%;height:135%;margin-left:24%;"></a>
+
 
<br>
 
<br>
 
</div>
 
</div>
Line 671: Line 907:
  
  
<div class="end2" style="margin-top:230%;">
+
<div class="end2" style="margin-top:260%;">
 
<br>
 
<br>
 
<ul class="list3" class="margin-left:1%;margin-top:2%;">
 
<ul class="list3" class="margin-left:1%;margin-top:2%;">
Line 687: Line 923:
 
<div class="sitemap" style="margin-left:22%;margin-top:-1%;">
 
<div class="sitemap" style="margin-left:22%;margin-top:-1%;">
 
<ul class="list1" class="margin-left:5%;">
 
<ul class="list1" class="margin-left:5%;">
<li><a href="https://2016.igem.org/Team:CGU_Taiwan"><b style="color:white;font-size:18px;margin-left:20%;">HOME</li>
+
<li><a href="https://2016.igem.org/Team:CGU_Taiwan"><b style="color:white;font-size:18px;margin-left:20%;">HOME</li></a>
<li><a href="https://2016.igem.org/Team:CGU_Taiwan/Achievements"><b style="color:white;font-size:18px;margin-left:20%;">ACHIEVEMENTS</li>
+
<li><a href="https://2016.igem.org/Team:CGU_Taiwan/Achievements"><b style="color:white;font-size:18px;margin-left:20%;">ACHIEVEMENTS</li></a>
<li><a href="https://2016.igem.org/Team:CGU_Taiwan/Interlab"><b style="color:white;font-size:18px;margin-left:20%;">INTERLAB</li>
+
<li><a href="https://2016.igem.org/Team:CGU_Taiwan/Interlab"><b style="color:white;font-size:18px;margin-left:20%;">INTERLAB</li></a>
<li><a href="https://2016.igem.org/Team:CGU_Taiwan/Safety"><b style="color:white;font-size:18px;margin-left:20%;">SAFETY</li>
+
<li><a href="https://2016.igem.org/Team:CGU_Taiwan/Safety"><b style="color:white;font-size:18px;margin-left:20%;">SAFETY</li></a>
<li><a href="https://2016.igem.org/Team:CGU_Taiwan/Parts"><b style="color:white;font-size:18px;margin-left:20%;">PARTS</li>
+
<li><a href="https://2016.igem.org/Team:CGU_Taiwan/Parts"><b style="color:white;font-size:18px;margin-left:20%;">PARTS</li></a>
 
</ul>
 
</ul>
 
</div>
 
</div>
Line 697: Line 933:
 
<div class="sitemap" style="margin-left:40%;margin-top:-2%;">
 
<div class="sitemap" style="margin-left:40%;margin-top:-2%;">
 
<ul class="list1" class="margin-left:5%;">
 
<ul class="list1" class="margin-left:5%;">
<li><a href="https://2016.igem.org/Team:CGU_Taiwan/Description"><b style="color:white;font-size:18px;margin-left:20%;">PROJECT</li>
+
<li><a href="https://2016.igem.org/Team:CGU_Taiwan/Description"><b style="color:white;font-size:18px;margin-left:20%;">PROJECT</li></a>
<br>
+
<br><br>
 
<ul class="list2" class="margin-left:6%;margin-top:50%;">
 
<ul class="list2" class="margin-left:6%;margin-top:50%;">
<li><a href="https://2016.igem.org/Team:CGU_Taiwan/Design"><b style="color:white;font-size:17px;margin-left:10%;">Design</li>
+
<li><a href="https://2016.igem.org/Team:CGU_Taiwan/Design"><b style="color:white;font-size:17px;margin-left:10%;">Design</li></a>
<li><a href="https://2016.igem.org/Team:CGU_Taiwan/Background"><b style="color:white;font-size:17px;margin-left:10%;">Background</li>
+
<li><a href="https://2016.igem.org/Team:CGU_Taiwan/Background"><b style="color:white;font-size:17px;margin-left:10%;">Background</li></a>
<li><a href="https://2016.igem.org/Team:CGU_Taiwan/Results"><b style="color:white;font-size:17px;margin-left:10%;">Results</li>
+
<li><a href="https://2016.igem.org/Team:CGU_Taiwan/Results"><b style="color:white;font-size:17px;margin-left:10%;">Results</li></a>
<li><a href="https://2016.igem.org/Team:CGU_Taiwan/Proof"><b style="color:white;font-size:17px;margin-left:10%;">Proof</li>
+
<li><a href="https://2016.igem.org/Team:CGU_Taiwan/Proof"><b style="color:white;font-size:17px;margin-left:10%;">Proof</li></a>
<li><a href="https://2016.igem.org/Team:CGU_Taiwan/Notebook"><b style="color:white;font-size:17px;margin-left:10%;">Notebook</li>
+
<li><a href="https://2016.igem.org/Team:CGU_Taiwan/Notebook"><b style="color:white;font-size:17px;margin-left:10%;">Notebook</li></a>
 
<br><br>
 
<br><br>
 
</ul>
 
</ul>
Line 712: Line 948:
 
<div class="sitemap" style="margin-left:55%;margin-top:-3.5%;">
 
<div class="sitemap" style="margin-left:55%;margin-top:-3.5%;">
 
<ul class="list1" class="margin-left:5%;">
 
<ul class="list1" class="margin-left:5%;">
<li><a href="https://2016.igem.org/Team:CGU_Taiwan/Human_Practices"><b style="color:white;font-size:18px;margin-left:20%;">HUMAN PRACTICES</li>
+
<li><a href="https://2016.igem.org/Team:CGU_Taiwan/Human_Practices"><b style="color:white;font-size:18px;margin-left:20%;">HUMAN PRACTICES</li></a>
<br>
+
<br><br>
 
<ul class="list2" class="margin-left:6%;margin-top:50%;">
 
<ul class="list2" class="margin-left:6%;margin-top:50%;">
<li><a href="https://2016.igem.org/Team:CGU_Taiwan/Human_Practices_Survey"><b style="color:white;font-size:17px;margin-left:10%;">Survey</li>
+
<li><a href="https://2016.igem.org/Team:CGU_Taiwan/Human_Practices_Survey"><b style="color:white;font-size:17px;margin-left:10%;">Survey</li></a>
<li><a href="https://2016.igem.org/Team:CGU_Taiwan/Human_Practices_Education"><b style="color:white;font-size:17px;margin-left:10%;">Education</li>
+
<li><a href="https://2016.igem.org/Team:CGU_Taiwan/Human_Practices_Education"><b style="color:white;font-size:17px;margin-left:10%;">Education</li></a>
<li><a href="https://2016.igem.org/Team:CGU_Taiwan/Human_Practices_Communication"><b style="color:white;font-size:17px;margin-left:10%;">Communication</li>
+
<li><a href="https://2016.igem.org/Team:CGU_Taiwan/Human_Practices_Communication"><b style="color:white;font-size:17px;margin-left:10%;">Communication</li></a>
<li><a href="https://2016.igem.org/Team:CGU_Taiwan/Entrepreneurship"><b style="color:white;font-size:17px;margin-left:10%;">Entrepreneurship</li>
+
<li><a href="https://2016.igem.org/Team:CGU_Taiwan/Entrepreneurship"><b style="color:white;font-size:17px;margin-left:10%;">Entrepreneurship</li></a>
 
</ul>
 
</ul>
 
</ul>
 
</ul>
Line 725: Line 961:
 
<div class="sitemap" style="margin-left:75%;margin-top:-3.5%;">
 
<div class="sitemap" style="margin-left:75%;margin-top:-3.5%;">
 
<ul class="list1" class="margin-left:5%;">
 
<ul class="list1" class="margin-left:5%;">
<li><a href="https://2016.igem.org/Team:CGU_Taiwan/Software"><b style="color:white;font-size:18px;margin-left:20%;">MODELING</li>
+
<li><a href="https://2016.igem.org/Team:CGU_Taiwan/Software"><b style="color:white;font-size:18px;margin-left:20%;">MODELING</li></a>
<br>
+
<br><br>
 
<ul class="list2" class="margin-left:6%;">
 
<ul class="list2" class="margin-left:6%;">
<li><a href="http://163.25.92.36/igemcgu/igemwebhome.htm"><b style="color:white;font-size:17px;margin-left:10%;">McHug</li>
+
<li><a href="http://163.25.92.36/igemcgu/igemwebhome.htm"><b style="color:white;font-size:17px;margin-left:10%;">McHug</li></a>
 
</ul>
 
</ul>
 
</ul>
 
</ul>
 
<ul class="list1" class="margin-left:1%;margin-top:-10%;">
 
<ul class="list1" class="margin-left:1%;margin-top:-10%;">
<li><a href="https://2016.igem.org/Team:CGU_Taiwan/Team"><b style="color:white;font-size:18px;margin-left:20%;">OUR TEAM</li>
+
<li><a href="https://2016.igem.org/Team:CGU_Taiwan/Team"><b style="color:white;font-size:18px;margin-left:20%;">OUR TEAM</li></a>
<br>
+
<br><br>
 
<ul class="list2" class="margin-left:6%;margin-top:-5%;">
 
<ul class="list2" class="margin-left:6%;margin-top:-5%;">
<li><a href="https://2016.igem.org/Team:CGU_Taiwan/Collaborations"><b style="color:white;font-size:17px;margin-left:10%;">Collaborations</li>
+
<li><a href="https://2016.igem.org/Team:CGU_Taiwan/Collaborations"><b style="color:white;font-size:17px;margin-left:10%;">Collaborations</li></a>
<li><a href="https://2016.igem.org/Team:CGU_Taiwan/Attributions"><b style="color:white;font-size:17px;margin-left:10%;">Attributions</li>
+
<li><a href="https://2016.igem.org/Team:CGU_Taiwan/Attributions"><b style="color:white;font-size:17px;margin-left:10%;">Attributions</li></a>
 +
<li><a href="https://2016.igem.org/Team:CGU_Taiwan/Team#anchor2"><b style="color:white;font-size:17px;margin-left:10%;">Sponsors</li></a>
 
</ul>
 
</ul>
 
</ul>
 
</ul>
 
</div>
 
</div>
 
</div>
 
</div>
 +
  
 
</body>
 
</body>
 
</html>
 
</html>

Latest revision as of 06:58, 2 December 2016




























Instructor










Sponsors

iGEM is a highly-cost competition, so that we have no choice but to go around canvassing and collect requisite capital for iGEM. There are four parts in our total budgetary, including registration fees, experimental costs, transportation & living expenses, and others. Our project will require extensive DNA work and large-scale antibody test. The required reagents count significant cost to our budget; the actual cost varies depending on the results and progress. Any remaining funds will go towards being used in personal registration fees to MIT (USA) Jamboree where we present our project, and living expenses later.

At first, we think how we could get subsidized by others? Then we wrote request letters for small donations and emailed them to the faculty of Chang Gung University and thousands and hundreds of biotech-associated or –unassociated companies. In the letter, we described, “your small donation will do help us achieve our goals and support the CGU iGEM team in the years to come. The desire to win glory for Taiwan impels our team to work more diligently. Finally, we are going to contribute to the world by our ultimate outcome.”

Additionally, we participated in the plenitude of seminars, lectures, and exhibitions, like Joint Annual Conference of Biomedical Science in Taiwan and numerous academic seminars held in the CGU, so that we could have a direct contact with managers or agents of the companies to ask them for assistance.







Sponsors-Teacher









Sponsors-Company