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

 
(419 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 260: Line 280:
 
   height: 250px;
 
   height: 250px;
 
   position: relative;
 
   position: relative;
   left: 80%;
+
   left: 70%;
 
   top: 1em;
 
   top: 1em;
 
   margin-left: -100px;
 
   margin-left: -100px;
Line 287: Line 307:
  
 
article:nth-of-type(1){
 
article:nth-of-type(1){
   animation: slideIn 40s linear 0s infinite;
+
   animation: slideIn 50s linear 0s infinite;
 
}
 
}
 
article:nth-of-type(2){
 
article:nth-of-type(2){
   animation: slideIn 40s linear 5s infinite;
+
   animation: slideIn 50s linear 5s infinite;
 
}
 
}
 
article:nth-of-type(3){
 
article:nth-of-type(3){
   animation: slideIn 40s linear 10s infinite;
+
   animation: slideIn 50s linear 10s infinite;
 
}
 
}
 
article:nth-of-type(4){
 
article:nth-of-type(4){
   animation: slideIn 40s linear 15s infinite;
+
   animation: slideIn 50s linear 15s infinite;
 
}
 
}
 
article:nth-of-type(5){
 
article:nth-of-type(5){
Line 327: Line 347:
  
 
@keyframes slideIn{
 
@keyframes slideIn{
   0% {left: 200px;}
+
   0% {left: 600px;}
 
   1% {left: 0;}
 
   1% {left: 0;}
 
   10% {left: 0;}
 
   10% {left: 0;}
   11% {left: -200px;}
+
   11% {left: -600px;}
   100%{left: -200px;}
+
   100%{left: -600px;}
 
}
 
}
  
  
 +
.end2 {
 +
  background-color:#0D014D;
 +
  position: absolute;
 +
  width: 100%;
 +
  height: 300%;
 +
  font-family: Corbel;
 +
  z-index:+1;
 +
}
 +
.sitemap {
 +
  background-color:#0D014D;
 +
  position: absolute;
 +
  width: 20%;
 +
  height: 40%;
 +
  font-family: Corbel;
 +
  z-index:+3;
 +
}
 +
.list1 li {
 +
  list-style:none;
 +
  background-image:url(https://static.igem.org/mediawiki/2016/5/58/CGU_Taiwan--sitemap.jpg);
 +
  background-repeat:no-repeat;
 +
  background-position:10px;
 +
  background-size:9%;
 +
    margin-bottom:-20%;
 +
}
 +
.list2 li {
 +
  list-style:none;
 +
  background-image:url(https://static.igem.org/mediawiki/2016/2/2f/CGU_Taiwan--sitemap2.jpg);
 +
  background-repeat:no-repeat;
 +
  background-position:6px;
 +
  background-size:7%;
 +
  margin-bottom:-10%;
 +
}
 +
.list3 li {
 +
  list-style:none;
 +
  background-image:url(https://static.igem.org/mediawiki/2016/3/31/CGU_Taiwan--sitemap3.jpg);
 +
  background-repeat:no-repeat;
 +
  background-position:5%;
 +
  background-size:2%;
 +
  margin-bottom:-10%;
 +
}
  
 +
.click {
 +
  display: none;
 +
  border:4px #0D014D solid;
 +
  border-radius:6px;
 +
  padding:2px;
 +
  color:#0D014D;
 +
  text-align:justify;
 +
  text-decoration:none;
 +
  margin-right:30%;
 +
  margin-left:27%;
 +
  margin-top:6.5%;
 +
  padding-right:2%;
 +
  padding-left:2%;
 +
  padding-top:2%;
 +
  padding-bottom:4%;
 +
  font-size:18px;
 +
  background:white;
 +
}
 +
button:hover + div {
 +
    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;
 +
}
  
 
</style>
 
</style>
Line 360: 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 390: Line 729:
  
 
<body>
 
<body>
 +
<a name='anchor0'></a>
 
<div class="top">
 
<div class="top">
 
<img style="margin-top:-2%;width:100%;height:140%;position:absolute;" src="https://static.igem.org/mediawiki/2016/0/0b/CGU_Taiwan--top.jpg">
 
<img style="margin-top:-2%;width:100%;height:140%;position:absolute;" src="https://static.igem.org/mediawiki/2016/0/0b/CGU_Taiwan--top.jpg">
Line 407: 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="left" style="height:40%; border-color:#140731; border-radius:8px;border-width:2px;border-style:solid;">
+
<div class="mid">
<a href="#anchor0"><section class="left-tab" style="position:fixed;top:240px;left:35px;" id="myP" onmousedown="mouseDown()" onmouseup="mouseUp()">TOP</section>
+
<br><br>
<a href="#anchor1"><section class="left-tab" style="position:fixed;top:275px;left:50px;">Our Team</section>
+
 
<a href="#anchor2"><section class="left-tab" style="position:fixed;top:310px;left:50px;">Sponsors</section>
+
<div style="padding:10px;border: 3px #0D014D solid;border-radius: 8px;margin-top:20%;margin-left:3%;width:90%;height:480%;">
<a href="https://2016.igem.org/Team:CGU_Taiwan/Collaborations"><section class="left-tab" style="position:fixed;top:345px;left:50px;">Collaborations</section>
+
<img src="https://static.igem.org/mediawiki/2016/1/16/CGU_Taiwan--team0.1.jpg" style="width:90%;position:absolute;z-index:-1;">
<a href="https://2016.igem.org/Team:CGU_Taiwan/Attributions"><section class="left-tab" style="position:fixed;top:380px;left:50px;">Attributions</section>
+
<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>
 +
 +
<div id="popup2" style="display:none">
 +
<b style="font-weight:bolder;font-size:30px;">Lu, Ying-Hsuan (Charmander)</b>
 
<br><br>
 
<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 class="mid">
+
<div id="popup3" style="display:none">
<div style="font-size:60px;color:#FF8800;text-decoration:none;margin-left:22%;margin-top:20%;">
+
<b style="font-weight:bolder;font-size:30px;">Chang, Chia-Wei (Abra)</b>
People
+
<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>
 +
 +
<div id="popup4" style="display:none">
 +
<b style="font-weight:bolder;font-size:30px;">Liao, Tzu-Chieh (Dratini)</b>
 
<br><br>
 
<br><br>
<img src="https://static.igem.org/mediawiki/2016/4/44/CGU_Taiwan--team%280%29.jpg" style="width:110%;position:absolute;margin-left:6%;margin-top:-5%;z-index:-1;">
+
<span style="font-size:20px;">
<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br>
+
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.
<a name='anchor1'></a>
+
</span>
<b style="color:#0D014D;font-size:28px;margin-left:22%;">Our Team</b>
+
</div>
 +
 
 +
<div id="popup5" style="display:none">
 +
<b style="font-weight:bolder;font-size:30px;">Yen,Da-Li (Slowbro)</b>
 
<br><br>
 
<br><br>
<div style="color:black;font-size:18px;margin-left:22%;margin-right:50%;text-align:justify;text-decoration:none;">
+
<span style="font-size:20px;">
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.
+
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>
 +
 +
<div id="popup6" style="display:none">
 +
<b style="font-weight:bolder;font-size:30px;">Hsu, Justine (Snorlax)</b>
 
<br><br>
 
<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 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>
 +
 +
<div id="popup8" style="display:none">
 +
<b style="font-weight:bolder;font-size:30px;">Ku,Yu-Chang (Arcanine)</b>
 +
<br><br>
 +
<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 id="popup9" style="display:none">
 +
<b style="font-weight:bolder;font-size:30px;">Wang, Yu-Yan (Wigglytuff)</b>
 +
<br><br>
 +
<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 id="popup10" style="display:none">
 +
<b style="font-weight:bolder;font-size:30px;">Lin, Bin-Tse (Blastoise)</b>
 +
<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 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>
 +
 +
<br><br><br><br>
 +
</div>
 +
 +
<br><br><br><br><br><br><br><br>
  
<section style="float:right;margin-right:70%;margin-top:-30%;" class="slide">
+
<b style="color:#0D014D;font-size:40px;margin-left:22%;">Instructor</b>
  <article>
+
<br><br><br>
  <img src="https://static.igem.org/mediawiki/2016/2/29/CGU_Taiwan--team01.jpg" style="width:30%;float:left;magrin-right:5%;"></img>
+
<img src="https://static.igem.org/mediawiki/2016/e/e3/CGU_Taiwan--PI1.jpg" style="width:20%;height:300%;margin-left:30%;">
  <b style="font-size:20px;magrin-top:-100%;magrin-right:50%;float:left;">Chao-Lan Yu</b>
+
<img src="https://static.igem.org/mediawiki/2016/0/04/CGU_Taiwan--PI2.jpg" style="width:24%;height:300%;">
  </article>
+
<br><br><br><br><br>
  <article>
+
    <img src="https://static.igem.org/mediawiki/2016/3/34/CGU_Taiwan--team02.jpg" style="width:30%;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:13px;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.
+
</b>
+
  </article>
+
  <article>
+
  <img src="https://static.igem.org/mediawiki/2016/d/d0/CGU_Taiwan--team3.jpg" style="width:100%;">
+
    <b style="color:white;font-size:20px;">Lu, Min</b>
+
    <b style="color:white;font-size:13px;">
+
      (Vulpix)<br>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 DM for jamboree.</b>
+
  </article>
+
  <article>
+
  <img src="https://static.igem.org/mediawiki/2016/e/e7/CGU_Taiwan--team4.jpg" style="width:100%;">
+
  <b style="color:white;font-size:20px;">Ku,Yu-Chang</b>
+
    <b style="color:white;font-size:13px;">
+
      (Arcanine) <br>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. 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:100%">
+
    <b style="color:white;font-size:20px;">Yen,Da-Li</b>
+
    <b style="color:white;font-size:13px;">
+
      (Slowbro) <br>He makes others think of Slowbro due to the atmosphere around him. He is also a professional leishmania keeper. He handles a crucial step to transfect target vector into leishmania by electroporation and then does drug selection. Trying every conditions and discussing over time and time with teachers, he finally successes 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:100%;">
+
    <b style="color:white;font-size:20px;">Chang, Chia-Wei</b>
+
    <b style="color:white;font-size:13px;">
+
      (Abra) <br>Abra employs psychic ability even while sleeping. Chia-Wei seems to also have psychic power to keep on carrying out experiments, however, non-sleeping until the sun rises up. She leads our biobrick design, construct, and debug. She is also very hard-working and high concentration on 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:100%;">
+
    <b style="color:white;font-size:20px;">Hsu, Justine</b>
+
    <b style="color:white;font-size:13px;">
+
      (Snorlax) <br>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 , however, non-eat and non-sleep during iGEM project. Like a naive English speaker represent our team to jamboree presentation. Also our team wiki contents editor and writer, in vivo 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:100%;">
+
    <b style="color:white;font-size:20px;">Liao, Tzu-Chieh</b>
+
    <b style="color:white;font-size:13px;">
+
      (Electabuzz) <br>Tzu-Chieh is just as cute as Dratini, and also a strong back up! Major in biomedical science but build 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.</b>
+
  </article>
+
  <article>
+
  <img src="https://static.igem.org/mediawiki/2016/2/23/CGU_Taiwan--team11.jpg" style="width:100%;">
+
    <b style="color:white;font-size:20px;">Hsu,Chien-Yu</b>
+
    <b style="color:white;font-size:13px;">
+
      (Ditto)<br>Chien-Yu gets the face totally like Ditto! Chien-Yu is an eager and quick leaner which could fit in helping 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.</b>
+
  </article>
+
  <article>
+
  <img src="https://static.igem.org/mediawiki/2016/1/1b/CGU_Taiwan--team12.jpg" style="width:100%">
+
    <b style="color:white;font-size:20px;">Liu, Tzu-Li</b>
+
    <b style="color:white;font-size:13px;">
+
      (Dratini)<br>He is Electabuzz just because majoring 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.</b>
+
  </article>
+
  <article>
+
  <img src="https://static.igem.org/mediawiki/2016/1/1c/CGU_Taiwan--team8.jpg" style="width:100%">
+
    <b style="color:white;font-size:20px;">Lin, Bin-Tse</b>
+
    <b style="color:white;font-size:13px;">
+
      (Blastoise)<br>The one that 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.</b>
+
  </article>
+
  <article>
+
  <img src="https://static.igem.org/mediawiki/2016/5/5b/CGU_Taiwan--team9.jpg" style="width:100%">
+
    <b style="color:white;font-size:20px;">Wang, Yu-Yan</b>
+
    <b style="color:white;font-size:13px;">
+
      (Wigglytuff)<br>As Wigglytuff very soft, outgoing and easy to get along with. These personalities make her an excellence 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.</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><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><br>Dr. YTY on Sep 23, 2016<br><br>BOBC on Apr 22, 2016<br><br>JACBS on Mar 26, 2016.
+
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>
 +
 
 +
<div style="padding:5px;border: 2px solid;border-radius: 8px;">
 +
<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>
 +
 
 +
<br><br><br><br><br><br>
 +
<b style="color:#0D014D;font-size:40px;margin-left:22%;margin-top:100%;">Sponsors-Teacher</b>
 +
<br><br>
 +
<img src="https://static.igem.org/mediawiki/2016/2/2f/CGU_Taiwan--sponsor0.4.jpg" style="width:55%;height:300%;margin-left:25%;">
 +
<br><br><br><br><br><br><br><br>
 +
 
 +
 
 +
<b style="color:#0D014D;font-size:40px;margin-left:22%;margin-top:100%;">Sponsors-Company</b>
 +
<br><br>
 +
<img src="https://static.igem.org/mediawiki/2016/3/3b/CGU_Taiwan--sponsor0.5.jpg" style="width:50%;height:160%;margin-left:24%;">
 +
<br>
 +
</div>
 +
</div>
 +
<br>
 +
 
 +
 
 +
<div class="end2" style="margin-top:260%;">
 +
<br>
 +
<ul class="list3" class="margin-left:1%;margin-top:2%;">
 +
<li><a href="#anchor0"><b style="color:white;font-size:28px;margin-left:7%;">TOP</a></li>
 +
</ul>
 +
<br>
 +
<div class="sitemap" style="margin-left:5%;">
 +
<br>
 +
<b style="color:white;font-size:28px;margin-top:5%;margin-left:4%;text-decoration:none;">SITE MAP</b><br>
 +
<br><br>
 +
<img style="background-color:#0D014D;margin-left:20%;border-radius:50%;border:6px solid white;padding:5px;width:40%;height:70%;position:absolute;margin-left:2%;" src="https://static.igem.org/mediawiki/2016/0/03/CGU_Taiwan--leishmania3.jpg">
 +
</div>
 +
<br>
 +
 
 +
<div class="sitemap" style="margin-left:22%;margin-top:-1%;">
 +
<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></a>
 +
<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></a>
 +
<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></a>
 +
</ul>
 +
</div>
 +
 
 +
<div class="sitemap" style="margin-left:40%;margin-top:-2%;">
 +
<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></a>
 +
<br><br>
 +
<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></a>
 +
<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></a>
 +
<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></a>
 +
<br><br>
 +
</ul>
 +
</ul>
 +
</div>
 +
 
 +
<div class="sitemap" style="margin-left:55%;margin-top:-3.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></a>
 +
<br><br>
 +
<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></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></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></a>
 +
<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>
 +
</div>
 +
 
 +
<div class="sitemap" style="margin-left:75%;margin-top:-3.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></a>
 +
<br><br>
 +
<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></a>
 +
</ul>
 +
</ul>
 +
<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></a>
 +
<br><br>
 +
<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></a>
 +
<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>
 
</div>
 
</div>
 
</div>
 
</div>

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