Difference between revisions of "Team:NCTU Formosa/Team"
(36 intermediate revisions by the same user not shown) | |||
Line 4: | Line 4: | ||
<style type="text/css"> | <style type="text/css"> | ||
− | + | body{ | |
− | + | background-color:#ffffff; | |
+ | } | ||
+ | .project{ | ||
+ | width:90vw; | ||
+ | height:auto; | ||
+ | padding-left:60px; | ||
+ | background-color:#ffffff; | ||
+ | padding-bottom:15vh; | ||
− | + | } | |
− | + | .side{ | |
height:100vh; | height:100vh; | ||
+ | width:60px; | ||
+ | position:fixed; | ||
+ | background-color:#000; | ||
+ | z-index:99; | ||
+ | left:0vw; | ||
+ | } | ||
+ | .Background{ | ||
+ | position:relative; | ||
+ | text-align: center; | ||
+ | padding-top:5vh; | ||
+ | text-shadow:3px 3px 3px #cccccc; | ||
+ | } | ||
+ | #image1 img{ | ||
+ | max-width:92vw; | ||
+ | width:92vw; | ||
+ | width:expression(document.body.clientWidth>92vw?"92vw":"auto"); | ||
+ | overflow:hidden; | ||
+ | position:relative; | ||
+ | text-align:center; | ||
+ | } | ||
+ | .project_text{ | ||
+ | text-align:left; | ||
+ | font-family:Myriad Pro; | ||
+ | font-weight:normal; | ||
+ | color:#000000; | ||
+ | padding-left:5vw; | ||
+ | padding-right:5vw; | ||
+ | font-size:1.5em; | ||
+ | text-indent:38px; | ||
+ | } | ||
+ | |||
+ | .project_title{ | ||
+ | text-align:left; | ||
+ | font-family:Myriad Pro; | ||
+ | color:#000000; | ||
+ | padding-left:5vw; | ||
+ | font-size:20pt; | ||
+ | background-size:cover;height:20vh;width:15vw; | ||
+ | |||
+ | |||
+ | } | ||
+ | .project3{ | ||
+ | text-align:left; | ||
+ | font-family:Myriad Pro; | ||
+ | font-weight:normal; | ||
+ | color:#000000; | ||
+ | padding-left:5vw; | ||
+ | padding-right:5vw; | ||
+ | padding-bottom:9vh; | ||
+ | font-size:16pt; | ||
+ | text-indent:25px; | ||
+ | } | ||
+ | |||
+ | .link--kukuri { | ||
+ | text-transform:none; | ||
+ | overflow: hidden; | ||
+ | |||
+ | } | ||
+ | .link { | ||
+ | outline: none; | ||
+ | text-decoration: none; | ||
+ | position: relative; | ||
+ | line-height: 1; | ||
+ | color: #9e9ba4; | ||
+ | display:outline-block; | ||
+ | font-family:Myriad Pro; | ||
+ | font-weight:bold; | ||
+ | font-size:45pt; | ||
+ | } | ||
+ | |||
+ | .link--kukuri:hover { | ||
+ | color: #b2b0a9; | ||
+ | } | ||
+ | |||
+ | .link--kukuri::after { | ||
+ | content: ''; | ||
+ | position: absolute;gi | ||
+ | height: 20px; | ||
+ | width: 100%; | ||
+ | top: 50%; | ||
+ | margin-top: 8px; | ||
+ | right: 0; | ||
+ | background: #F9F9F9; | ||
+ | transform: translate3d(-100%,0,0); | ||
+ | transition: transform 0.2s; | ||
+ | transition-timing-function: cubic-bezier(1.0,0,0.8,1); | ||
+ | |||
+ | } | ||
+ | |||
+ | .link--kukuri:hover::after { | ||
+ | transform: translate3d(100%,0,0); | ||
+ | |||
+ | } | ||
+ | |||
+ | .link--kukuri::before { | ||
+ | content: attr(data-letters); | ||
+ | position: absolute; | ||
+ | overflow: hidden; | ||
+ | color: #424242; | ||
+ | white-space: nowrap; | ||
+ | width: 0%; | ||
+ | transition: width 0.2s 0.1s; | ||
+ | } | ||
+ | |||
+ | .link--kukuri:hover::before { | ||
+ | width: 100%; | ||
+ | } | ||
+ | a.animated-button.thar-three { | ||
+ | color: #000; | ||
+ | font-family:Myriad Pro; | ||
+ | font-size: 20px; | ||
+ | text-decoration: none; | ||
+ | text-align:center; | ||
+ | cursor: pointer; | ||
+ | display: block; | ||
+ | position: relative; | ||
+ | bottom:10vh; | ||
+ | width:30vh; | ||
+ | left:75vw; | ||
+ | border: 2px solid #F7CA18; | ||
+ | transition: all 0.4s cubic-bezier(0.42, 0, 0.58, 1); | ||
+ | 0s; | ||
+ | z-index: 2; | ||
+ | |||
+ | } | ||
+ | |||
+ | a.animated-button.thar-three:hover { | ||
+ | color: #000 !important; | ||
+ | background-color: transparent; | ||
+ | text-shadow: nthree; | ||
+ | } | ||
+ | |||
+ | a.animated-button.thar-three:hover:before { | ||
+ | right: auto; | ||
+ | width: 100%; | ||
+ | } | ||
+ | |||
+ | a.animated-button.thar-three:before { | ||
+ | display: block; | ||
+ | position: absolute; | ||
+ | top: 0px; | ||
+ | right: 0px; | ||
+ | height: 100%; | ||
+ | width: 0px; | ||
+ | z-index: -1; | ||
+ | content: ''; | ||
+ | color: #000 !important; | ||
+ | background: #F7CA18; | ||
+ | transition: all 0.4s cubic-bezier(0.42, 0, 0.58, 1); | ||
+ | 0s; | ||
+ | } | ||
+ | a.animated-button.thar-three-two { | ||
+ | color: #000; | ||
+ | font-family:Myriad Pro; | ||
+ | font-size: 20px; | ||
+ | text-decoration: none; | ||
+ | text-align:center; | ||
+ | cursor: pointer; | ||
+ | display: block; | ||
+ | position: relative; | ||
+ | bottom:10vh; | ||
+ | width:30vh; | ||
+ | left:-7vw; | ||
+ | border: 2px solid #F7CA18; | ||
+ | transition: all 0.4s cubic-bezier(0.42, 0, 0.58, 1); | ||
+ | 0s; | ||
+ | z-index: 2; | ||
+ | } | ||
+ | a.animated-button.thar-three-two:hover { | ||
+ | color: #000 !important; | ||
+ | background-color: transparent; | ||
+ | text-shadow: nthree; | ||
+ | } | ||
+ | |||
+ | a.animated-button.thar-three-two:hover:before { | ||
+ | right: auto; | ||
+ | width: 100%; | ||
+ | } | ||
+ | |||
+ | a.animated-button.thar-three-two:before { | ||
+ | display: block; | ||
+ | position: absolute; | ||
+ | top: 0px; | ||
+ | right: 0px; | ||
+ | height: 100%; | ||
+ | width: 0px; | ||
+ | z-index: -1; | ||
+ | content: ''; | ||
+ | color: #000 !important; | ||
+ | background: #F7CA18; | ||
+ | transition: all 0.4s cubic-bezier(0.42, 0, 0.58, 1); | ||
+ | 0s; | ||
+ | } | ||
+ | .text{ | ||
+ | width:65%; | ||
+ | |||
+ | text-align:left; | ||
+ | |||
+ | position:relative; | ||
+ | float:left; | ||
+ | font-weight:normal; | ||
+ | color:#575757; | ||
+ | font-family:Myriad Pro; | ||
+ | font-size:1.5em; | ||
+ | |||
+ | } | ||
+ | |||
+ | .logo{ | ||
+ | background-image:url("https://static.igem.org/mediawiki/2015/5/53/2015_NCTU_Formosa_11897155_889492047791513_1100794190_n.jpg"); | ||
+ | position:absolute; | ||
+ | background-size:80%; | ||
+ | background-repeat: no-repeat; | ||
+ | height:50vh; | ||
+ | width:20vw; | ||
+ | right:0vw; | ||
+ | top:0vh; | ||
+ | } | ||
+ | .cont{ | ||
+ | width:100%; | ||
+ | height:400%; | ||
+ | |||
} | } | ||
.mid-column{ | .mid-column{ | ||
− | width: | + | width:80vw; |
+ | |||
margin:0 auto; | margin:0 auto; | ||
} | } | ||
Line 18: | Line 247: | ||
.title{ | .title{ | ||
height:15vh; | height:15vh; | ||
− | font-size: | + | font-size:10em; |
font-family:Myriad Pro; | font-family:Myriad Pro; | ||
color:#000000; | color:#000000; | ||
} | } | ||
.picture{ | .picture{ | ||
− | width: | + | width:10vw; |
height:40vh; | height:40vh; | ||
float:left; | float:left; | ||
Line 32: | Line 261: | ||
} | } | ||
.box{ | .box{ | ||
− | width: | + | width:10vw; |
height:40vh; | height:40vh; | ||
− | background-color:# | + | background-color:#FFFFFF; |
float:left; | float:left; | ||
opacity:0.5; | opacity:0.5; | ||
Line 60: | Line 289: | ||
margin:0 auto; | margin:0 auto; | ||
} | } | ||
− | + | .titlebox{ | |
− | + | height:12vh; | |
− | + | width:100%; | |
+ | float:left; | ||
+ | font-family:Myriad Pro; | ||
+ | color:#000000; | ||
+ | font-size:24pt; | ||
+ | background-size:cover; | ||
+ | padding-left:32px; | ||
+ | } | ||
+ | .text2{ | ||
+ | width:100%; | ||
+ | float:left; | ||
+ | font-family:Myriad Pro; | ||
+ | color:#444444; | ||
+ | font-size:16px; | ||
+ | padding-left:38px; | ||
+ | text-justify:auto; | ||
+ | text-align:justify; | ||
+ | |||
+ | } | ||
+ | .titlebox1{ | ||
+ | height:12vh; | ||
+ | width:100%; | ||
+ | float:left; | ||
+ | font-family:Myriad Pro; | ||
+ | color:#000000; | ||
+ | font-size:2.5em; | ||
+ | background-size:cover; | ||
+ | padding-left:32px; | ||
+ | } | ||
+ | .circle{ | ||
+ | width:2em;height:2em; | ||
+ | border-radius:99em; | ||
+ | background-color:black; | ||
+ | |||
+ | |||
+ | } | ||
+ | </style> | ||
<script type="text/javascript" | <script type="text/javascript" | ||
src="https://2015.igem.org/Team:NCTU_Formosa/source/fancybox.js? | src="https://2015.igem.org/Team:NCTU_Formosa/source/fancybox.js? | ||
Line 68: | Line 333: | ||
<link rel="stylesheet" type="text/css" | <link rel="stylesheet" type="text/css" | ||
href="https://2015.igem.org/Team:NCTU_Formosa/Source/fancybox.css?action=raw&ctype=text/css" media="screen"></link> | href="https://2015.igem.org/Team:NCTU_Formosa/Source/fancybox.css?action=raw&ctype=text/css" media="screen"></link> | ||
− | </head> | + | </head> |
− | + | ||
− | <body | + | <body> |
− | <script type="text/javascript"> | + | <script type="text/javascript"> |
$(document).ready(function() { | $(document).ready(function() { | ||
$(".fancybox").fancybox({ | $(".fancybox").fancybox({ | ||
Line 83: | Line 348: | ||
}); | }); | ||
</script> | </script> | ||
− | <div class=" | + | <div class="logo"></div> |
− | <div class=" | + | <div class="side"></div> |
− | + | ||
− | + | <div class="project" > | |
− | + | <div class="Background"><a class="link link--kukuri" href="#" data-letters="Team and Attribution">Team and Attribution</a></div> | |
+ | <div class="logo"></div> | ||
+ | <div class="side"></div> | ||
+ | <div class="cont"> | ||
+ | <div class="mid-column"> | ||
− | <div style=" | + | <div class="titlebox1" style="background-image:url(https://static.igem.org/mediawiki/2015/3/3f/NCTU_Formosa_team1.png);"><p></p><B>NCTU_Formosa</B></div> |
− | <div class="picture" style="background-image:url( | + | <div class="text2" ><p>Our Team consisted of 17students with diverse major in NCTU, including Department of Biological Science and Technology, Department of Transportation Technology and Management, Institute of Nanotechnology and Department of Applied Chemistry, each of us exerted our capacities to the team and learned new multifaceted abilities during iGEM Project. |
+ | We are NCTU_FORMOSA iGEM team! WE CAN !</p></div> | ||
+ | <div class="titlebox"><p></p><B>2015 Team Member</B></div> | ||
+ | <div class="picture" style="background-image:url()"><a class="fancybox"href=""data-width=15% data-height=70% title=" | ||
Hello everyone, I'm Yu-Yun Wang, majoring in applied chemistry. I'm glad that I have the chance to join the<br> | Hello everyone, I'm Yu-Yun Wang, majoring in applied chemistry. I'm glad that I have the chance to join the<br> | ||
NCTU_Formosa iGEM team, making friends with lots of people full of enthusiasm for genetic engineering. Hope all of<br> | NCTU_Formosa iGEM team, making friends with lots of people full of enthusiasm for genetic engineering. Hope all of<br> | ||
us can realize our dreams, and make a change to the world! | us can realize our dreams, and make a change to the world! | ||
"><div class="box";></div></a></div> | "><div class="box";></div></a></div> | ||
− | <div class="picture" style="background-image:url( | + | <div class="picture" style="background-image:url(https://static.igem.org/mediawiki/2015/9/94/NCTU_Formosa_team_4.png)" ><a class="fancybox"href="https://static.igem.org/mediawiki/2015/9/94/NCTU_Formosa_team_4.png"data-width=280px data-height=560px title=" |
Hi, I'm Crystal and I major in biotechnology. Instead of most iGEMers are sophomore in the college, I'm a freshman.<br> | Hi, I'm Crystal and I major in biotechnology. Instead of most iGEMers are sophomore in the college, I'm a freshman.<br> | ||
For this reason, I am extremely proud of being able to participate in this grand competition, and I'm look forward to<br> | For this reason, I am extremely proud of being able to participate in this grand competition, and I'm look forward to<br> | ||
sharing and exchanging our intriguing project to all iGEMers who bear lots of fascinating ideas. | sharing and exchanging our intriguing project to all iGEMers who bear lots of fascinating ideas. | ||
"><div class="box";></div></a></div> | "><div class="box";></div></a></div> | ||
− | <div class="picture";><a class="fancybox"href=""data-width= | + | <div class="picture";><a class="fancybox"href=""data-width=15% data-height=70% title=" |
I'm Nai-Chen Chi A junior student in NCTU I'm an engineering student who knew little about bio tech at first But now I <br> | I'm Nai-Chen Chi A junior student in NCTU I'm an engineering student who knew little about bio tech at first But now I <br> | ||
know more by doing research or experiment. Things that I could never learn if I haven't join igem team. What's more, <br> | know more by doing research or experiment. Things that I could never learn if I haven't join igem team. What's more, <br> | ||
Line 107: | Line 379: | ||
friendship never end. | friendship never end. | ||
"><div class="box";></div></a></div> | "><div class="box";></div></a></div> | ||
− | <div class="picture" | + | <div class="picture" style="background-image:url(https://static.igem.org/mediawiki/2015/thumb/2/24/NCTU_Formosa_team_1.png/316px-NCTU_Formosa_team_1.png)" ><a class="fancybox"href="https://static.igem.org/mediawiki/2015/thumb/2/24/NCTU_Formosa_team_1.png/316px-NCTU_Formosa_team_1.png"data-width=280px data-height=560px title=" |
Hi! I am Chen-Yu Chang and I major in Biotechnology. I am so excited because this is my first to participate internationa<br> | Hi! I am Chen-Yu Chang and I major in Biotechnology. I am so excited because this is my first to participate internationa<br> | ||
competition. Joining NCTU_Formosa makes me be good at doing experiment, search many information to realize our<br> | competition. Joining NCTU_Formosa makes me be good at doing experiment, search many information to realize our<br> | ||
Line 113: | Line 385: | ||
only let me learn lots of knowledge but also make friends from other teams. | only let me learn lots of knowledge but also make friends from other teams. | ||
"><div class="box";></div></a></div> | "><div class="box";></div></a></div> | ||
− | <div class="picture";><a class="fancybox"href=""data-width= | + | <div class="picture";><a class="fancybox"href=""data-width=15% data-height=70% title=" |
Yo~ I'm Ray, a Nano Science and Engineering major in NCTU.The reason why I participates in NCTU Formosa iGEM team <br> | Yo~ I'm Ray, a Nano Science and Engineering major in NCTU.The reason why I participates in NCTU Formosa iGEM team <br> | ||
is that I love the feeling of working with friends which have the same belief with me and accomplishing the tasks<br> | is that I love the feeling of working with friends which have the same belief with me and accomplishing the tasks<br> | ||
Line 119: | Line 391: | ||
this big competition.But now, I am convinced that I am ready for it! | this big competition.But now, I am convinced that I am ready for it! | ||
"><div class="box";></div></a></div> | "><div class="box";></div></a></div> | ||
− | <div class="picture";><a class="fancybox"href=""data-width= | + | <div class="picture";><a class="fancybox"href=""data-width=15% data-height=70% title=" |
Hello, I'm You An Chen, majoring in Biotechnology and like to play volleyball. Because I want some different experience<br> | Hello, I'm You An Chen, majoring in Biotechnology and like to play volleyball. Because I want some different experience<br> | ||
as a freshman, I joined the NCTU_Formosa team and I have learned a lot about IGEM. Besides, I also want to make <br> | as a freshman, I joined the NCTU_Formosa team and I have learned a lot about IGEM. Besides, I also want to make <br> | ||
some minded friends. Therefore, I'm looking forward to meet you ! | some minded friends. Therefore, I'm looking forward to meet you ! | ||
"><div class="box";></div></a></div> | "><div class="box";></div></a></div> | ||
− | <div class="picture";><a class="fancybox"href=""data-width= | + | <div class="picture";><a class="fancybox"href=""data-width=15% data-height=70% title=" |
Hi, I'm Morris Hsu and I major in Nano Science and Engineering. I'm very glad to be part of the NCTU_Formosa big <br> | Hi, I'm Morris Hsu and I major in Nano Science and Engineering. I'm very glad to be part of the NCTU_Formosa big <br> | ||
family. This year, I am representing the team to present on the big stage. I hope that we will all have fun in the process <br> | family. This year, I am representing the team to present on the big stage. I hope that we will all have fun in the process <br> | ||
and be able to learn from it. | and be able to learn from it. | ||
"><div class="box";></div></a></div> | "><div class="box";></div></a></div> | ||
− | <div class="picture" | + | <div class="picture" style="background-image:url(https://static.igem.org/mediawiki/2015/d/d3/NCTU_Formosa_team_5.png)"><a class="fancybox"href="https://static.igem.org/mediawiki/2015/d/d3/NCTU_Formosa_team_5.png"data-width=280px data-height=560px title=" |
Hi~I am Fung Ling,the year 3 student of the Department of Biological Science and Technology in NCTU and the leader <br> | Hi~I am Fung Ling,the year 3 student of the Department of Biological Science and Technology in NCTU and the leader <br> | ||
of NCTU_Formosa in 2015 ! Because of my great passion in biotech and enjoying the interesting and amazing in biology, <br> | of NCTU_Formosa in 2015 ! Because of my great passion in biotech and enjoying the interesting and amazing in biology, <br> | ||
Line 136: | Line 408: | ||
BOLEH(means ''We can!'' in Malay language)! | BOLEH(means ''We can!'' in Malay language)! | ||
"><div class="box";></div></a></div> | "><div class="box";></div></a></div> | ||
− | <div class="picture" | + | <div class="picture" style="background-image:url(https://static.igem.org/mediawiki/2015/d/d4/NCTU_Formosa_team_3.png)" ><a class="fancybox"href="https://static.igem.org/mediawiki/2015/d/d4/NCTU_Formosa_team_3.png"data-width=280px data-height=560px title=" |
I'm Ming-Hsiu! I met iGEM on 'Scientific American' magazine when I'm a senior high school student. It is so cool and <br> | I'm Ming-Hsiu! I met iGEM on 'Scientific American' magazine when I'm a senior high school student. It is so cool and <br> | ||
fun for me to create a live which can do anything we want just by inserting a gene! Fortunately, I joined the <br> | fun for me to create a live which can do anything we want just by inserting a gene! Fortunately, I joined the <br> | ||
Line 142: | Line 414: | ||
project in Boston! We are iGEMer, Let's enjoy the amazing field! | project in Boston! We are iGEMer, Let's enjoy the amazing field! | ||
"><div class="box";></div></a></div> | "><div class="box";></div></a></div> | ||
− | <div class="picture" | + | <div class="picture" style="background-image:url(https://static.igem.org/mediawiki/2015/2/2e/NCTU_Formosa_team_8.png)"><a class="fancybox"href="https://static.igem.org/mediawiki/2015/2/2e/NCTU_Formosa_team_8.png"data-width=280px data-height=560px title=" |
Hi. I'm Lin Ru Hua, a junior student in Nation Chiao Tung University, majoring in biological science and technology. <br> | Hi. I'm Lin Ru Hua, a junior student in Nation Chiao Tung University, majoring in biological science and technology. <br> | ||
Using amazing biological method to solve problems is my motivation to join iGEM family. During the process of <br> | Using amazing biological method to solve problems is my motivation to join iGEM family. During the process of <br> | ||
Line 148: | Line 420: | ||
meet you, friends. | meet you, friends. | ||
"><div class="box";></div></a></div> | "><div class="box";></div></a></div> | ||
− | <div class="picture" | + | <div class="picture" style="background-image:url(https://static.igem.org/mediawiki/2015/d/dd/NCTU_Formosa_team_6.png)"><a class="fancybox"href="https://static.igem.org/mediawiki/2015/d/dd/NCTU_Formosa_team_6.png"data-width=280px data-height=560px title=" |
I am Amber and I'm a freshman now. I major in transportation and logistics management. Because I have great <br> | I am Amber and I'm a freshman now. I major in transportation and logistics management. Because I have great <br> | ||
teammates that taught me and helped me a lot so I can really learned a great lesson from this competition. I'm so <br> | teammates that taught me and helped me a lot so I can really learned a great lesson from this competition. I'm so <br> | ||
proud of being a member of NCTU_FORMOSA and an igemer. I'm looking forward to showing our best in Boston! | proud of being a member of NCTU_FORMOSA and an igemer. I'm looking forward to showing our best in Boston! | ||
"><div class="box";></div></a></div> | "><div class="box";></div></a></div> | ||
− | <div class="picture" | + | <div class="picture" style="background-image:url(https://static.igem.org/mediawiki/2015/7/73/NCTU_Formosa_team_2.png)" ><a class="fancybox"href="https://static.igem.org/mediawiki/2015/7/73/NCTU_Formosa_team_2.png"data-width=280px data-height=560px title=" |
HI everyone, I'm JING-JHIH, LIN, or you can call me Chinz. This is my first time participating such a large-scaled and <br> | HI everyone, I'm JING-JHIH, LIN, or you can call me Chinz. This is my first time participating such a large-scaled and <br> | ||
international competition, hope all of us could take this chance to know more people, broaden our horizon, nice to <br> | international competition, hope all of us could take this chance to know more people, broaden our horizon, nice to <br> | ||
meet you guys! | meet you guys! | ||
"><div class="box";></div></a></div> | "><div class="box";></div></a></div> | ||
− | <div class="picture";><a class="fancybox"href=""data-width= | + | <div class="picture";><a class="fancybox"href=""data-width=15% data-height=70% title=" |
To figure out some questions in the recesses of my mind, I joined NCTU_FORMOSA iGEM team for experiencing the <br> | To figure out some questions in the recesses of my mind, I joined NCTU_FORMOSA iGEM team for experiencing the <br> | ||
sense of belonging and mutually Teamwork! I enjoy learning multifaceted abilities and finding my values to contribute <br> | sense of belonging and mutually Teamwork! I enjoy learning multifaceted abilities and finding my values to contribute <br> | ||
the team during iGEM. I am Yang Chen Lin!CAN'T WAIT TO MEET UP WITH ALL iGEMers in BOSTON ! | the team during iGEM. I am Yang Chen Lin!CAN'T WAIT TO MEET UP WITH ALL iGEMers in BOSTON ! | ||
"><div class="box";></div></a></div> | "><div class="box";></div></a></div> | ||
− | <div class="picture";><a class="fancybox"href=""data-width= | + | <div class="picture";><a class="fancybox"href=""data-width=15% data-height=70% title=" |
My name is Ting Han Guo, I major in biotechnology.<br> After join iGEM I learn many things,team work,how to think,<br> | My name is Ting Han Guo, I major in biotechnology.<br> After join iGEM I learn many things,team work,how to think,<br> | ||
experiment,and so on. Hope we will arrive our goal. | experiment,and so on. Hope we will arrive our goal. | ||
"><div class="box";></div></a></div> | "><div class="box";></div></a></div> | ||
− | <div class="picture";><a class="fancybox"href=""data-width= | + | <div class="picture";><a class="fancybox"href=""data-width=15% data-height=70% title=" |
Hi, I'm Chih-Hsuan Hsu and I major in Biological Science and technology. I have a great passion for synthetic biology. <br> | Hi, I'm Chih-Hsuan Hsu and I major in Biological Science and technology. I have a great passion for synthetic biology. <br> | ||
I'm honored to be able to join the NCTU Formosa team this year and I believe this will definitely be an unforgettable <br> | I'm honored to be able to join the NCTU Formosa team this year and I believe this will definitely be an unforgettable <br> | ||
Line 174: | Line 446: | ||
"><div class="box";></div></a></div> | "><div class="box";></div></a></div> | ||
<div class="picture";></div> | <div class="picture";></div> | ||
− | + | <div class="titlebox"><p></p><B>Adviser and Instructor</B></div> | |
− | + | <div class="picture" style="background-position:center;background-image:url(https://static.igem.org/mediawiki/2014/thumb/7/78/NCTU_Formosa_2014_TEAM10.jpg/340px-NCTU_Formosa_2014_TEAM10.jpg);"><a class="fancybox"href="https://static.igem.org/mediawiki/2014/thumb/7/78/NCTU_Formosa_2014_TEAM10.jpg/340px-NCTU_Formosa_2014_TEAM10.jpg"data-width="340" data-height="341" title=" | |
− | <div | + | |
− | + | ||
− | <div class="picture";><a class="fancybox"href=""data-width=" | + | |
Hi, I'm Kuan Chun Lan. I major in Biological Science and Technology at NCTU, Taiwan.This is my second year to be a <br> | Hi, I'm Kuan Chun Lan. I major in Biological Science and Technology at NCTU, Taiwan.This is my second year to be a <br> | ||
iGEMer and join the NCTU_Formosa iGEM team. I'm so grateful to our team for giving me such a wonderful iGEM <br> | iGEMer and join the NCTU_Formosa iGEM team. I'm so grateful to our team for giving me such a wonderful iGEM <br> | ||
Line 184: | Line 453: | ||
achievement this year. | achievement this year. | ||
"><div class="box";></div></a></div> | "><div class="box";></div></a></div> | ||
− | <div class="picture";><a class="fancybox"href=""data-width=" | + | <div class="picture"style="background-position:center;background-image:url(https://static.igem.org/mediawiki/2014/thumb/2/27/NCTU_Formosa_2014_TEAM5.jpg/310px-NCTU_Formosa_2014_TEAM5.jpg);"><a class="fancybox"href="https://static.igem.org/mediawiki/2014/thumb/2/27/NCTU_Formosa_2014_TEAM5.jpg/310px-NCTU_Formosa_2014_TEAM5.jpg"data-width="310" data-height="396" title=" |
Hi, I'm Rachel Lee and I'm a member from the 2014 team. I was one of the main speakers last year and I'm thrilled to <br> | Hi, I'm Rachel Lee and I'm a member from the 2014 team. I was one of the main speakers last year and I'm thrilled to <br> | ||
have the chance to continue to help the team and share my experience with new members. Looking forward to seeing <br> | have the chance to continue to help the team and share my experience with new members. Looking forward to seeing <br> | ||
everyone again at this year's jamboree! | everyone again at this year's jamboree! | ||
"><div class="box";></div></a></div> | "><div class="box";></div></a></div> | ||
− | <div class="picture";><a class="fancybox"href=""data-width=" | + | <div class="picture" style="background-image:url(https://static.igem.org/mediawiki/2014/thumb/3/3f/NCTU_Formosa_2014_TEAM15.jpg/350px-NCTU_Formosa_2014_TEAM15.jpg);"><a class="fancybox"href="https://static.igem.org/mediawiki/2014/thumb/3/3f/NCTU_Formosa_2014_TEAM15.jpg/350px-NCTU_Formosa_2014_TEAM15.jpg"data-width="350" data-height="263" title=" |
Hi, I'm Lung-Chieh Chen, a senior student, majoring in Biological Science and Technology at National Chiao-Tung<br> | Hi, I'm Lung-Chieh Chen, a senior student, majoring in Biological Science and Technology at National Chiao-Tung<br> | ||
University. It's my greatest honor to be the leader of NCTU_Formosa last year and this year, I am a teaching assistant <br> | University. It's my greatest honor to be the leader of NCTU_Formosa last year and this year, I am a teaching assistant <br> | ||
Line 199: | Line 468: | ||
Facebook:styleme21@yahoo.com.tw gmail:x24827297@gmail.com | Facebook:styleme21@yahoo.com.tw gmail:x24827297@gmail.com | ||
"><div class="box";></div></a></div> | "><div class="box";></div></a></div> | ||
− | <div class="picture";><a class="fancybox"href=""data-width=" | + | <div class="picture" style="background-image:url(https://static.igem.org/mediawiki/2014/d/de/NCTU_Formosa_2014_TEAM13.jpg);"><a class="fancybox"href="https://static.igem.org/mediawiki/2014/d/de/NCTU_Formosa_2014_TEAM13.jpg"data-width="329" data-height="494" title=" |
Hi, I'm Roy Wang and I major in Biological Science and Technology. I'm the 2014 NCTU_Formosa iGEM team member. <br> | Hi, I'm Roy Wang and I major in Biological Science and Technology. I'm the 2014 NCTU_Formosa iGEM team member. <br> | ||
Now, i'm glad to join 2015 NCTU_Formosa iGEM team. Designing ''Device'' is my favorite, welcome to discuss it with <br> | Now, i'm glad to join 2015 NCTU_Formosa iGEM team. Designing ''Device'' is my favorite, welcome to discuss it with <br> | ||
me. Don't judge a book by it's cover. | me. Don't judge a book by it's cover. | ||
"><div class="box";></div></a></div> | "><div class="box";></div></a></div> | ||
− | <div class="picture";><a class="fancybox"href=""data-width=" | + | <div class="picture" style="background-image:url(https://static.igem.org/mediawiki/2014/thumb/1/10/NCTU_Formosa_2014_TEAM7.jpg/280px-NCTU_Formosa_2014_TEAM7.jpg);"><a class="fancybox"href="https://static.igem.org/mediawiki/2014/thumb/1/10/NCTU_Formosa_2014_TEAM7.jpg/280px-NCTU_Formosa_2014_TEAM7.jpg"data-width="280" data-height="495" title=" |
Hi, I'm Chris and I major in Biological Science. I have great passion for synthetic biology. I'm honored to be able to join<br> | Hi, I'm Chris and I major in Biological Science. I have great passion for synthetic biology. I'm honored to be able to join<br> | ||
NCTU_Formosa team again as an advisor. At the moment, I'm assisting our team members conducting experiments<br> | NCTU_Formosa team again as an advisor. At the moment, I'm assisting our team members conducting experiments<br> | ||
Line 210: | Line 479: | ||
discuss and share ideas in biological sciences. | discuss and share ideas in biological sciences. | ||
"><div class="box";></div></a></div> | "><div class="box";></div></a></div> | ||
− | <div class="picture";><a class="fancybox"href=""data-width=" | + | <div class="picture" style="background-image:url(https://static.igem.org/mediawiki/2014/thumb/6/61/NCTU_Formosa_2014_TEAM14.jpg/350px-NCTU_Formosa_2014_TEAM14.jpg);"><a class="fancybox"href="https://static.igem.org/mediawiki/2014/thumb/6/61/NCTU_Formosa_2014_TEAM14.jpg/350px-NCTU_Formosa_2014_TEAM14.jpg"data-width="350" data-height="426" title=" |
Hi, I'm William, a senior student majoring in Biotechnology. This is my second time being a member in NCTU_Formosa. <br> | Hi, I'm William, a senior student majoring in Biotechnology. This is my second time being a member in NCTU_Formosa. <br> | ||
My hobbies are playing table tennis, swimming, and mountain climbing, watching movies and playing the Chinese<br> | My hobbies are playing table tennis, swimming, and mountain climbing, watching movies and playing the Chinese<br> | ||
fiddle. I love cell biology and also hope to gain more knowledge of molecular biology and biomedical engineering. It's <br> | fiddle. I love cell biology and also hope to gain more knowledge of molecular biology and biomedical engineering. It's <br> | ||
my pleasure to meet you all, let's do our best and enjoy the competition as well."><div class="box";></div></a></div> | my pleasure to meet you all, let's do our best and enjoy the competition as well."><div class="box";></div></a></div> | ||
− | + | <div class="picture" style="background-image:url(https://static.igem.org/mediawiki/2014/thumb/0/08/NCTU_Formosa_2014_TEAM23.jpg/330px-NCTU_Formosa_2014_TEAM23.jpg);"><a class="fancybox"href="https://static.igem.org/mediawiki/2014/thumb/0/08/NCTU_Formosa_2014_TEAM23.jpg/330px-NCTU_Formosa_2014_TEAM23.jpg"data-width="330" data-height="295" title=" | |
− | + | My name is Ying-Ying. I’m a master student; studying in bioinformatics and synthetic biology. I think iGEM<br> | |
− | + | competition is always a good place for synthetic biologists and students in the field. Additionally, they could <br> | |
− | + | develop their own creativities and potentials. We don’t focus our research on conventional organisms or<br> | |
− | + | mechanisms anymore. Synthetic biology brings us whole new way!"><div class="box";></div></a></div> | |
− | < | + | <div class="picture" style="background-image:url(https://static.igem.org/mediawiki/2014/thumb/5/58/NCTU_Formosa_2014_TEAM30.jpg/300px-NCTU_Formosa_2014_TEAM30.jpg);"><a class="fancybox"href="https://static.igem.org/mediawiki/2014/thumb/5/58/NCTU_Formosa_2014_TEAM30.jpg/300px-NCTU_Formosa_2014_TEAM30.jpg"data-width="300" data-height="526" title=" |
− | + | An International student in NCTU, majoring in Biological Science and Technology. It's my pleasure to join<br> | |
− | < | + | IGEM competition to taste what's so called teamwork in doing experiment as a team. "><div class="box";></div></a></div> |
+ | <div class="picture" style="background-image:url(https://static.igem.org/mediawiki/2015/1/19/NCTU_Formosa_team_7.png);"><a class="fancybox"href="https://static.igem.org/mediawiki/2015/1/19/NCTU_Formosa_team_7.png"data-width="393" data-height="731" title=" | ||
+ | "><div class="box";></div></a></div> | ||
+ | <div class="picture" style="background-position:center;background-image:url(https://static.igem.org/mediawiki/2013/thumb/8/8f/Nctu-team12.jpg/330px-Nctu-team12.jpg);"><a class="fancybox"href="https://static.igem.org/mediawiki/2013/thumb/8/8f/Nctu-team12.jpg/330px-Nctu-team12.jpg"data-width="330" data-height="219" title=" | ||
+ | Hello everyone, I’m Sandy, I’m from Taipei and I’m the student in NCTU biological science and technology.<br> | ||
+ | I’m really happy to join this competition in 2013 and excited to be here to share different experience with<br> | ||
+ | people all over the world. I learn a lot in this competition, not only the wet lab work but also team work and<br> | ||
+ | presentation skills. It’s my pleasure to meet you all, let’s do our best and enjoy the competition as well. "><div class="box";></div></a></div> | ||
+ | <div class="picture" style="background-position:center;background-image:url(https://static.igem.org/mediawiki/2014/thumb/d/d4/NCTU_Formosa_2014_TEAM26.jpg/330px-NCTU_Formosa_2014_TEAM26.jpg);"><a class="fancybox"href="https://static.igem.org/mediawiki/2014/thumb/d/d4/NCTU_Formosa_2014_TEAM26.jpg/330px-NCTU_Formosa_2014_TEAM26.jpg"data-width="330" data-height="495" title=" | ||
+ | Hi, I'm Dino, a senior student majoring in Biotechnology. This is my second time being a member in <br> | ||
+ | NCTU_Formosa and I'm the team leader of our team last year. I love cell biology and also hope to gain more<br> | ||
+ | knowledge of molecular biology. It's definitely an awesome experience to work with the members of <br> | ||
+ | team. Wish we have a good time in iGEM! Let's ROCK! "><div class="box";></div></a></div> | ||
+ | <div class="picture" style="background-position:center;background-image:url(https://static.igem.org/mediawiki/2014/thumb/e/e6/NCTU_Formosa_2014_TEAM33.jpg/350px-NCTU_Formosa_2014_TEAM33.jpg);"><a class="fancybox"href="https://static.igem.org/mediawiki/2014/thumb/e/e6/NCTU_Formosa_2014_TEAM33.jpg/350px-NCTU_Formosa_2014_TEAM33.jpg"data-width="350" data-height="291" title=" | ||
+ | Dr. Jong is the Dean of College of Biological Science and Technology of National Chiao Tung University. His<br> | ||
+ | research areas are Pediatrics Pediatric Neurology, Myology, Molecular Genetics, and Medical Genetics."><div class="box";></div></a></div> | ||
+ | <div class="picture" style="background-position:center;background-image:url(https://static.igem.org/mediawiki/2014/thumb/8/8e/NCTU_Formosa_2014_TEAM32.jpg/350px-NCTU_Formosa_2014_TEAM32.jpg);"><a class="fancybox"href="https://static.igem.org/mediawiki/2014/thumb/8/8e/NCTU_Formosa_2014_TEAM32.jpg/350px-NCTU_Formosa_2014_TEAM32.jpg"data-width="350" data-height="219" title=" | ||
+ | Dr. Huang is a Professor and the current Chairman of Department of Biological Science & Technology, Institute<br> | ||
+ | of Bioinformatics and Systems Biology of National Chiao Tung University, Hsinchu, Taiwan R.O.C. His current <br> | ||
+ | researches include microRNA regulation, protein post-translational modification databases building, and dry-<br> | ||
+ | lab tools development."><div class="box";></div></a></div> | ||
+ | <div class="picture" style="background-position:center;background-image:url(https://static.igem.org/mediawiki/2015/5/55/NCTU_Formosa_team_9.png);"><a class="fancybox"href="https://static.igem.org/mediawiki/2015/5/55/NCTU_Formosa_team_9.png"data-width="379" data-height="731" title=" | ||
+ | Dr. Chen is now an Assistant Professor at the Department of Biological Science and Technology in National <br> | ||
+ | Chiao Tung University. He's interested in genetic network, synthetic biology and cancer biology."><div class="box";></div></a></div> | ||
+ | <div class="picture" style="background-position:center;background-image:url(https://static.igem.org/mediawiki/2015/d/d9/NCTU_Formosa_team_10.png);"><a class="fancybox"href="https://static.igem.org/mediawiki/2015/d/d9/NCTU_Formosa_team_10.png"data-width="379" data-height="731" title=" | ||
+ | Professor Hsiao-Ching Lee received the B.S. degree and Ph.D. degree from the Department of Life Science at<br> | ||
+ | National Tsing Hua University, Hsinchu, Taiwan, R.O.C. in 1999 and 2005 respectively. From 2005 to 2007,<br> | ||
+ | she worked as a postdoctoral research position at NTHU. She is now an Assistant Professor with the <br> | ||
+ | Department of Biological Science and Technology at National Chiao Tung University. Her current research <br> | ||
+ | interests include molecular biology, synthetic biology and bioinformatics."><div class="box";></div></a></div> | ||
+ | <div class="picture" style="background-position:center;background-image:url(https://static.igem.org/mediawiki/2014/thumb/4/47/%E4%BD%95%E4%BF%A1%E7%91%A9%E6%95%99%E6%8E%88.jpg/300px-%E4%BD%95%E4%BF%A1%E7%91%A9%E6%95%99%E6%8E%88.jpg);"><a class="fancybox"href="https://static.igem.org/mediawiki/2014/thumb/4/47/%E4%BD%95%E4%BF%A1%E7%91%A9%E6%95%99%E6%8E%88.jpg/300px-%E4%BD%95%E4%BF%A1%E7%91%A9%E6%95%99%E6%8E%88.jpg"data-width="300" data-height="358" title=" | ||
+ | Professor Shinn-Ying Ho received his B.S., M.S., and Ph.D. degrees in computer science and information <br> | ||
+ | engineering from National Chiao Tung University, Hsinchu, Taiwan, in 1984, 1986, and 1992, respectively. He <br> | ||
+ | is currently a professor in the Department of Biological Science and Technology and Institute of<br> | ||
+ | Bioinformatics and Systems Biology, and the Director of Institute of Bioinformatics and Systems Biology (from <br> | ||
+ | 2013) at National Chiao Tung University, Taiwan."><div class="box";></div></a></div> | ||
+ | <div class="picture" style="background-position:center;background-image:url(https://static.igem.org/mediawiki/2014/b/b1/NCTU_Formosa_2014_TEAM36.jpg);"><a class="fancybox"href="https://static.igem.org/mediawiki/2014/b/b1/NCTU_Formosa_2014_TEAM36.jpg"data-width="330" data-height="534" title=" | ||
+ | Dr. Lu received Ph.D. degree from the Department of Biological Science and Technology of National Chiao<br> | ||
+ | Tung University, Taiwan in 2013. He is a research scientist of Bioresource Collection and Research Center in <br> | ||
+ | Food Industry Research and Development Institute. He is interested in genetic regulation and stem cell <br> | ||
+ | biology. His hobby is photography, so he is not only the advisor to us, but also the exclusive photographer of our team."><div class="box";></div></a></div> | ||
− | + | <div class="titlebox1"><p></p></div> | |
− | + | <div class="titlebox1" style="background-image:url(https://static.igem.org/mediawiki/2015/3/3d/NCTU_Formosa_team2.png);"><p></p><B>Attribution</B></div> | |
− | + | <div style="background-color:green;width:50%"> | |
− | + | <div class="titlebox"><p></p><B>Instructors</B> | |
− | + | </div> | |
− | + | <div class="text2" > | |
− | <p style=" | + | <p>WEN-LIANG CHEN</p> |
− | + | <p>HSIAO-CHING LEE</p> | |
− | <p> | + | <p>HUAI-EN LU</p> |
− | + | <p>Specifically, Prof. WEN-LIANG CHEN provided us with his lab to work on our project and discussed ideas with us. Prof. HSIAO-CHING LEE gave us expertly suggestion with building our Biobricks. Great thanks to Dr.HUAI-EN LU for taking pictures and giving advices with our presentation. </p></div> | |
− | + | <div class="titlebox"><p></p><B>Advisers</B> | |
− | + | </div> | |
− | + | <div class="text2" > | |
− | + | <p>LUNG-CHEIH CHEN UAN-CHUN LAN</p> | |
− | + | <p>TSUNG-YU HO GAUNG-JYUN WANG</p> | |
− | + | <p>RACHEL LEE William </p> | |
− | <p> | + | <p>BOBO HUANG MALVIN JEFRI</p> |
− | + | ||
− | + | <p>Deeply thanks to our advisors LUNG-CHEIH CHEN, KUAN-CHUN LAN, TSUNG-YU HO GAUNG-JYUN WANG, RACHEL LEE and others pre-iGEMers who helped us with their experiences to make us learn to be an iGEMers of NCTU_FORMOSA! In brief, thanks to all our instructors and advisors for owning us resources, asking the right questions and advising in problem solving. </p></div> | |
− | + | <div class="titlebox"><p></p><B>Experiments - Biobricks</B> | |
− | + | </div> | |
− | <p | + | <div class="text2" > |
− | <p | + | <p>Ming-Hsiu <B>Adviser</B></p> |
− | <p | + | <p>Ting Han Guo TSUNG-YU HO</p> |
− | <p>Experiments</p> | + | <p>Chen-Yu Chang MALVIN JEFRI</p> |
− | <p> | + | <p>Chih-Hsuan Hsu CHUN-SAN TAI</p> |
− | <div><p>Adviser</p> | + | <p> ING-YING YU</p> |
− | <p> | + | <p> It is our basal experiment group, playing an importance role in the team, constructing our Parts for follow-up groups to achieve our whole project. </p></div> |
− | <p> | + | <div class="titlebox"><p></p><B>Experiments - scFv</B> |
− | <p> | + | </div> |
− | <p> | + | <div class="text2" > |
− | + | <p><B>Member</B></p> | |
− | + | <p>You An Chen</p> | |
− | </div> | + | <p>Yang Chen Lin</p> |
− | <div style=" | + | <p> Something about Antibody will be experiment in this group, such as choosing out the suitable antibody for our project or find out the suitable binding condition for our E.Cotecter. </p></div> |
+ | <div class="titlebox"><p></p><B>Experiments - Cell Staining Test</B> | ||
+ | </div> | ||
+ | <div class="text2" > | ||
+ | <p><B>Member</B> <B>Adviser</B></p> | ||
+ | <p>Fung Ling Ng Bobo Huang</p> | ||
+ | <p> The importance application for our E.Cotector will be test in this group. </p></div> | ||
+ | <div class="titlebox"><p></p><B>Experiments - Gold Binding Peptide Test </B> | ||
+ | </div> | ||
+ | <div class="text2" > | ||
+ | <p><B>Member</B> <B>Adviser</B></p> | ||
+ | <p>Yu-Yun Wang Bobo Huang</p> | ||
+ | <p> Amber Lin</p> | ||
+ | <p> The function of GBP will be test in this group. </p></div> | ||
+ | <div class="titlebox"><p></p><B>Experiments - Safety </B> | ||
+ | </div> | ||
+ | <div class="text2" > | ||
+ | <p><B>Member</B> <B>Adviser</B></p> | ||
+ | <p> Ru Hua Lin Bobo Huang</p> | ||
+ | <p> Ann Dai</p> | ||
+ | <p> Make sure our products are not harmful to our customer and environment; meanwhile, maintain its functions. </p></div> | ||
+ | <div class="titlebox"><p></p><B>Modeling </B> | ||
+ | </div> | ||
+ | <div class="text2" > | ||
+ | <p> Find out the optimized condition or predict the experiment results. </p></div> | ||
+ | <div class="titlebox"><p></p><B>Art Design</B> | ||
+ | </div> | ||
+ | <div class="text2" > | ||
+ | <p><B>Member</B></p> | ||
+ | <p> JING-JHIH, LIN</p> | ||
+ | <p> Chih-Hsuan Hsu</p> | ||
+ | <p> Crystal Wei</p> | ||
+ | <p> Design for our team to make project, wiki, presentation slide and our team more attractive and pleasing. </p></div> | ||
+ | <div class="titlebox"><p></p><B>Presentation and Poster</B> | ||
+ | </div> | ||
+ | <div class="text2" > | ||
+ | <p><B>Member</B></p> | ||
+ | <p> Amber Lin</p> | ||
+ | <p> Ray Wang</p> | ||
+ | <p> Morris Hsu</p> | ||
+ | <p>Jenny Gee</p> | ||
+ | <p> Introducing our project to others with perfect preparing. </p></div> | ||
+ | <div class="titlebox"><p></p><B>Wiki</B> | ||
+ | </div> | ||
+ | <div class="text2" > | ||
+ | <p><B>Member</B></p> | ||
+ | <p> Ming-Hsiu</p> | ||
+ | <p> Crystal Wei</p> | ||
+ | <p> Ru Hua Lin</p> | ||
+ | <p>Yang Chen Lin</p> | ||
+ | <p> Design our page to present our project to others with passionate and diligent. </p></div> | ||
+ | <div class="titlebox"><p></p><B>Human Practice and Policies</B> | ||
+ | </div> | ||
+ | <div class="text2" > | ||
+ | </div> | ||
+ | </div> | ||
+ | |||
+ | |||
+ | <div class="titlebox1"><p></p></div> | ||
+ | <div class="titlebox1" style="background-image:url(https://static.igem.org/mediawiki/2015/d/d2/NCTU_Formosa_team4.png);"><p></p><B>Sponsor</B></div> | ||
<div style="height:75vh;width:100%;float:left;font-family:Myriad Pro;color:#000000;font-size:1em;"></div> | <div style="height:75vh;width:100%;float:left;font-family:Myriad Pro;color:#000000;font-size:1em;"></div> | ||
<div style="height:18vh;width:100%;float:left;"></div> | <div style="height:18vh;width:100%;float:left;"></div> | ||
− | + | ||
− | + | ||
Line 268: | Line 636: | ||
− | + | ||
+ | |||
+ | |||
</div> | </div> | ||
+ | |||
+ | |||
+ | </div> | ||
+ | </div> | ||
+ | </div> | ||
+ | |||
+ | |||
</body> | </body> | ||
</html> | </html> |
Latest revision as of 17:58, 25 August 2015
Our Team consisted of 17students with diverse major in NCTU, including Department of Biological Science and Technology, Department of Transportation Technology and Management, Institute of Nanotechnology and Department of Applied Chemistry, each of us exerted our capacities to the team and learned new multifaceted abilities during iGEM Project. We are NCTU_FORMOSA iGEM team! WE CAN !
WEN-LIANG CHEN
HSIAO-CHING LEE
HUAI-EN LU
Specifically, Prof. WEN-LIANG CHEN provided us with his lab to work on our project and discussed ideas with us. Prof. HSIAO-CHING LEE gave us expertly suggestion with building our Biobricks. Great thanks to Dr.HUAI-EN LU for taking pictures and giving advices with our presentation.
LUNG-CHEIH CHEN UAN-CHUN LAN
TSUNG-YU HO GAUNG-JYUN WANG
RACHEL LEE William
BOBO HUANG MALVIN JEFRI
Deeply thanks to our advisors LUNG-CHEIH CHEN, KUAN-CHUN LAN, TSUNG-YU HO GAUNG-JYUN WANG, RACHEL LEE and others pre-iGEMers who helped us with their experiences to make us learn to be an iGEMers of NCTU_FORMOSA! In brief, thanks to all our instructors and advisors for owning us resources, asking the right questions and advising in problem solving.
Ming-Hsiu Adviser
Ting Han Guo TSUNG-YU HO
Chen-Yu Chang MALVIN JEFRI
Chih-Hsuan Hsu CHUN-SAN TAI
ING-YING YU
It is our basal experiment group, playing an importance role in the team, constructing our Parts for follow-up groups to achieve our whole project.
Member
You An Chen
Yang Chen Lin
Something about Antibody will be experiment in this group, such as choosing out the suitable antibody for our project or find out the suitable binding condition for our E.Cotecter.
Member Adviser
Fung Ling Ng Bobo Huang
The importance application for our E.Cotector will be test in this group.
Member Adviser
Yu-Yun Wang Bobo Huang
Amber Lin
The function of GBP will be test in this group.
Member Adviser
Ru Hua Lin Bobo Huang
Ann Dai
Make sure our products are not harmful to our customer and environment; meanwhile, maintain its functions.
Find out the optimized condition or predict the experiment results.
Member
JING-JHIH, LIN
Chih-Hsuan Hsu
Crystal Wei
Design for our team to make project, wiki, presentation slide and our team more attractive and pleasing.
Member
Amber Lin
Ray Wang
Morris Hsu
Jenny Gee
Introducing our project to others with perfect preparing.
Member
Ming-Hsiu
Crystal Wei
Ru Hua Lin
Yang Chen Lin
Design our page to present our project to others with passionate and diligent.