Team:Hong Kong HKUST/advisors

From 2013.igem.org

(Difference between revisions)
 
(48 intermediate revisions not shown)
Line 1: Line 1:
<html>
<html>
<head>
<head>
 +
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.10.2/jquery.min.js">
 +
</script>
 +
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.10.1/jquery.min.js">
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.10.1/jquery.min.js">
</script>
</script>
Line 30: Line 33:
</script>
</script>
 +
<script type="text/javascript">
 +
$(document).ready(function(){
 +
  $("#trevor").click(function(){
 +
    $(".info").hide();
 +
 +
    $("#trevorinfo").show();
 +
  });
 +
});
 +
</script>
-
<style type="text/css">
 
-
div.menu
 
-
{
 
-
width:100%;
 
-
}
 
 +
<script type="text/javascript">
 +
$(document).ready(function(){
 +
  $("#sara").click(function(){
 +
    $(".info").hide();
 +
 +
    $("#sarainfo").show();
 +
  });
 +
});
 +
</script>
 +
 +
 +
<script type="text/javascript">
 +
$(document).ready(function(){
 +
  $("#chris").click(function(){
 +
    $(".info").hide();
 +
 
 +
    $("#chrisinfo").show();
 +
  });
 +
});
 +
</script>
 +
 +
 +
<script type="text/javascript">
 +
$(document).ready(function(){
 +
  $("#christopher").click(function(){
 +
    $(".info").hide();
 +
 +
    $("#christopherinfo").show();
 +
  });
 +
});
 +
</script>
 +
 +
 +
<script type="text/javascript">
 +
$(document).ready(function(){
 +
  $("#steven").click(function(){
 +
    $(".info").hide();
 +
 
 +
    $("#steveninfo").show();
 +
  });
 +
});
 +
</script>
 +
 +
<script type="text/javascript">
 +
$(document).ready(function(){
 +
  $("#bida").click(function(){
 +
    $(".info").hide();
 +
 
 +
    $("#bidainfo").show();
 +
  });
 +
});
 +
</script>
 +
 +
<script type="text/javascript">
 +
$(document).ready(function(){
 +
  $("#cosmos").click(function(){
 +
    $(".info").hide();
 +
 
 +
    $("#cosmosinfo").show();
 +
  });
 +
});
 +
</script>
 +
 +
<script type="text/javascript">
 +
$(document).ready(function(){
 +
  $("#ted").click(function(){
 +
    $(".info").hide();
 +
 
 +
    $("#tedinfo").show();
 +
  });
 +
});
 +
</script>
 +
 +
<script type="text/javascript">
 +
$(document).ready(function(){
 +
  $("#ilona").click(function(){
 +
    $(".info").hide();
 +
 
 +
    $("#ilonainfo").show();
 +
  });
 +
});
 +
</script>
 +
 +
<script type="text/javascript">
 +
$(document).ready(function(){
 +
  $("#chelsi").click(function(){
 +
    $(".info").hide();
 +
 +
    $("#chelsiinfo").show();
 +
  });
 +
});
 +
</script>
 +
 +
<script type="text/javascript">
 +
$(document).ready(function(){
 +
  $("#leon").click(function(){
 +
    $(".info").hide();
 +
 +
    $("#leoninfo").show();
 +
  });
 +
});
 +
</script>
 +
 +
<script type="text/javascript">
 +
$(document).ready(function(){
 +
  $("#sean").click(function(){
 +
    $(".info").hide();
 +
 +
    $("#seaninfo").show();
 +
  });
 +
});
 +
</script>
 +
 +
 +
<script type="text/javascript">
 +
$(document).ready(function(){
 +
  $("#qiyi").click(function(){
 +
    $(".info").hide();
 +
 +
    $("#qiyiinfo").show();
 +
  });
 +
});
 +
</script>
 +
 +
 +
 +
 +
 +
<script type="text/javascript">
 +
$(document).ready(function(){
 +
  $("#xukaichun").click(function(){
 +
    $(".info").hide();
 +
   
 +
    $("#xukaichuninfo").show();
 +
  });
 +
});
 +
</script>
 +
 +
<script type="text/javascript">
 +
$(document).ready(function(){
 +
  $(".info").click(function(){
 +
    $(".info").hide();
 +
  });
 +
});
 +
</script>
 +
 +
</script>
 +
 +
<style type="text/css">
 +
body{background-color:#494042;width:100%;margin-bottom:20px;min-width:600px;max-width:2000px;height:100%;}
 +
#menubar
 +
{background-color:#EEECEC;opacity:0.8;top:-4px;width:360px;height:23px;position:absolute;top:-20px;}
 +
#menubar ul li a
 +
{ color:#8D1919;}
 +
#menubar.right-menu
 +
{background-color:#EEECEC;opacity:0.8;top:-4px;width:240px;height:23px;position:absolute;top:-20px;}
 +
.right-menu li a
 +
{color:#8D1919;background-color:#EEECEC;}
 +
#p-logo
 +
{visibility:hidden;}
 +
.firstHeading
 +
{visibility:hidden;}
 +
#globalWrapper
 +
{position: relative;font-size:127%;width:100%;margin:0;padding:0;padding-bottom:10px;background-color:#494042;}
 +
#content
 +
{width: 1000px;border:none;background-color:#494042;padding:0px;margin-top:0px;line-height: 1.5em;color: black;}
 +
#top-section
 +
{height:2px;border:none;background-color:#494042;}
 +
#catlinks
 +
{border-color:#494042;background-color:#494042;}
 +
#footer-box
 +
{display:none}
 +
#kepala
 +
{position:absolute;top:15px;background-color:#F0A5BE;height:121px;width:100%;}
.menu ul,li
.menu ul,li
{
{
Line 44: Line 225:
width:100%;
width:100%;
}
}
-
 
-
 
-
 
ul.first>li
ul.first>li
{
{
float:left;
float:left;
-
width:16.5%;
+
width:16.66%;
}
}
-
 
ul.first>li>a:link,ul.first>li>a:visited
ul.first>li>a:link,ul.first>li>a:visited
{
{
Line 67: Line 244:
ul.first>li>a:hover,ul.first>li>a:active
ul.first>li>a:hover,ul.first>li>a:active
{
{
-
background-color:#7A991A;
+
background-color:#e32e51;
}
}
Line 90: Line 267:
ul.first>li>ul>li>a:hover,ul.first>li>ul>li>a:active
ul.first>li>ul>li>a:hover,ul.first>li>ul>li>a:active
{
{
-
background-color:#B26B00;
+
background-color:#f87790;
}
}
.menu
.menu
{
{
position:absolute;
position:absolute;
-
left:-8px;
+
left:0px;
-
top:140px;
+
top:141px;
 +
width:100%;
 +
z-index:1;
}
}
 +
ul, ol {
 +
line-height: 1.6;
 +
font-size: 14px;
 +
}
 +
#banner
#banner
{
{
Line 104: Line 288:
top:15px;
top:15px;
}
}
-
.menu
+
 
-
{
+
 
-
position:absolute;
+
-
left:-10px;
+
-
top:140px;
+
-
}
+
-
#banner
+
-
{
+
-
position:absolute;
+
-
left:-15px;
+
-
top:15px;
+
-
}
+
#header
#header
{
{
Line 126: Line 300:
position:absolute;
position:absolute;
left:600px;
left:600px;
-
top:440px;
+
top:340px;
}
}
#trevor
#trevor
Line 134: Line 308:
top:190px;
top:190px;
}
}
 +
#trevorinfo
 +
{
 +
position:absolute;
 +
left:515px;
 +
top:190px;
 +
display:none;
 +
}
 +
 +
#sara
 +
{
 +
position:absolute;
 +
left:50px;
 +
top:790px;
 +
}
 +
#sarainfo
 +
{
 +
position:absolute;
 +
left:515px;
 +
top:190px;
 +
display:none;
 +
}
 +
 +
 +
#christopher
 +
{
 +
position:absolute;
 +
left:205px;
 +
top:790px;
 +
}
 +
#christopherinfo
 +
{
 +
position:absolute;
 +
left:515px;
 +
top:190px;
 +
display:none;
 +
}
 +
 +
 +
#chris
 +
{
 +
position:absolute;
 +
left:825px;
 +
top:590px;
 +
}
 +
#chrisinfo
 +
{
 +
position:absolute;
 +
left:515px;
 +
top:190px;
 +
display:none;
 +
}
 +
 +
#steven
#steven
{
{
Line 139: Line 366:
left:205px;
left:205px;
top:190px;
top:190px;
 +
}
 +
#steveninfo
 +
{
 +
position:absolute;
 +
left:515px;
 +
top:190px;
 +
display:none;
}
}
#bida
#bida
Line 145: Line 379:
left:360px;
left:360px;
top:190px;
top:190px;
 +
}
 +
#bidainfo
 +
{
 +
position:absolute;
 +
left:515px;
 +
top:190px;
 +
display:none;
}
}
#cosmos
#cosmos
Line 151: Line 392:
left:360px;
left:360px;
top:390px;
top:390px;
 +
}
 +
#cosmosinfo
 +
{
 +
position:absolute;
 +
left:515px;
 +
top:190px;
 +
display:none;
}
}
#ted
#ted
Line 157: Line 405:
left:670px;
left:670px;
top:590px;
top:590px;
 +
}
 +
#tedinfo
 +
{
 +
position:absolute;
 +
left:515px;
 +
top:190px;
 +
display:none;
}
}
#ilona
#ilona
Line 163: Line 418:
left:360px;
left:360px;
top:590px;
top:590px;
 +
}
 +
#ilonainfo
 +
{
 +
position:absolute;
 +
left:515px;
 +
top:190px;
 +
display:none;
}
}
#chelsi
#chelsi
Line 169: Line 431:
left:515px;
left:515px;
top:590px;
top:590px;
 +
}
 +
#chelsiinfo
 +
{
 +
position:absolute;
 +
left:515px;
 +
top:190px;
 +
display:none;
}
}
#leon
#leon
Line 175: Line 444:
left:50px;
left:50px;
top:390px;
top:390px;
 +
}
 +
#leoninfo
 +
{
 +
position:absolute;
 +
left:515px;
 +
top:190px;
 +
display:none;
}
}
#sean
#sean
Line 182: Line 458:
top:390px;
top:390px;
}
}
 +
#seaninfo
 +
{
 +
position:absolute;
 +
left:515px;
 +
top:190px;
 +
display:none;
 +
}
 +
#qiyi
#qiyi
{
{
Line 188: Line 472:
top:590px;
top:590px;
}
}
 +
#qiyiinfo
 +
{
 +
position:absolute;
 +
left:515px;
 +
top:190px;
 +
display:none;
 +
}
 +
#xukaichun
#xukaichun
{
{
Line 194: Line 486:
top:590px;
top:590px;
}
}
-
 
+
#xukaichuninfo
-
#copyright
+
{
{
position:absolute;
position:absolute;
-
right:320px;
+
left:515px;
-
top:1050px;
+
top:190px;
 +
display:none;
}
}
-
#globalWrapper
+
 
 +
#blank
{
{
-
background-color:#b9b2a0;
+
position:absolute;
-
height:1150px;
+
left:360px;
 +
top:790px;
}
}
-
#content
 
-
{
 
-
background-color:#b9b2a0;
 
-
border-color:#b9b2a0;
 
-
}
+
#copyright
-
#menubar
+
-
{
+
-
background-color:#EEECEC;
+
-
opacity:0.8;
+
-
top:-4px;
+
-
width:360px;
+
-
height:23px;
+
-
position:absolute;
+
-
top:-20px;
+
-
}
+
-
#menubar ul li a
+
-
{
+
-
color:#8D1919;
+
-
}
+
-
#menubar.right-menu
+
{
{
-
background-color:#EEECEC;
 
-
opacity:0.8;
 
-
top:-4px;
 
-
width:240px;
 
-
height:23px;
 
position:absolute;
position:absolute;
-
top:-20px;
+
right:320px;
-
}
+
top:1000px;
-
.right-menu li a
+
-
{
+
-
color:#8D1919;
+
-
background-color:#EEECEC;
+
}
}
-
#p-logo
+
#iGEM_Logo{
-
{
+
width:100px;
-
height:0px;
+
height:80px;
-
visibility:hidden;
+
position:absolute;
 +
right:10px;
 +
top:60px;
 +
z-index:+15;
}
}
-
#top-section
+
#hkust_Logo{
-
{
+
width:60px;
-
height:0px;
+
height:80px;
-
}
+
position:absolute;
-
#footer-box
+
right:110px;
-
{
+
top:60px;
-
height:0px;
+
z-index:+15;
-
display:none;
+
-
visbility:hidden;
+
-
}
+
-
#catlinks
+
-
{
+
-
border-color:#b9b2a0;
+
-
background-color:#b9b2a0;
+
}
}
-
 
-
.firstHeading
 
-
{
 
-
visibility:hidden
 
-
}
 
-
 
</style>
</style>
-
 
</head>
</head>
<body>
<body>
 +
          <a href="https://2013.igem.org/Main_Page"><img id="iGEM_Logo" src="https://static.igem.org/mediawiki/2013/4/46/Igem_qgem_logo.png"></a>
 +
         
-
<h3><center><div id="kepala" style="height:121px;width:965px;"><img src="https://static.igem.org/mediawiki/2013/5/5a/Banner_gear.png" id="banner" style="height:121px;width:965px;align:middle;"></div></center></h3>
+
<a href="http://www.ust.hk/eng/index.htm"><img id="hkust_Logo" src="https://static.igem.org/mediawiki/2013/5/55/Hkust_logo.gif"></a>
-
<h id="header"><font size = 50>Advisors</font></h>
+
 
-
<div id="introduction" style="background-color:cream;height:200px;width:260px;"><font size = 5>Here are our amazing advisors. They are the one who lead us to success!</font></div>
+
<h3><center><a href=https://2013.igem.org/Team:Hong_Kong_HKUST><center><div id="kepala"><img src="https://static.igem.org/mediawiki/igem.org/c/c7/BANNER1_%281%29.png" style="height:121px;width:100%;"></div></center></a></center></h3>
-
<div id="trevor" style="background-color:#FCFF27;height:200px;width:155px;">
+
 
-
<h>Trevor</h>
+
<h id="header"><font size=50 color="#ffffff">Advisors</font></h>
 +
<div id="introduction" style="background-color:cream;height:300px;width:360px;"><font size=5 color="#ffffff">Here are our amazing advisors. They are the one who lead us to success!</font></div>
 +
 
 +
 
 +
<div id="trevor" class="name" >
 +
<img src="https://static.igem.org/mediawiki/2013/3/35/Trevor_new.jpg" >
</div>
</div>
-
<div id="trevorinfo" style="background-color:#FCFF27;height:400px;width:372px;">
+
<div id="trevorinfo"  class="info" style="background-color:#FFFFFF;height:360px;width:425px;padding-left:20px;padding-right:20px;padding-top:20px;padding-bottom:20px;">
-
<p>Trevor<br><br>Trevor is beginning his MPhil program in Bioengineering in HKUST during the summer. After spending three years, he finally discovered what he longed for was not just the wonders of life per se but the power to accurately control it. Thus he shall begin the study through understanding promoters.<br><br>Funny random things:<br><br>After years of trial and error and literature search and experiment, he still can't figure out why agarose gels are so inconsistent in giving presentable figures.</p>
+
<p><h3>Trevor, HO YUAN HENG</h3><br>Trevor is beginning his MPhil program in Bioengineering in HKUST during the summer. After spending three years, he finally discovered what he longed for was not just the wonders of life per se but the power to accurately control it. Thus he shall begin the study through understanding promoters.<br><br>Funny random things:<br>After years of trial and error and literature search and experiment, he still can't figure out why agarose gels are so inconsistent in giving presentable figures.</p>
</div>
</div>
-
<div id="steven" style="background-color:green;height:200px;width:155px;">
+
 
-
<h>Steven</h>
+
 
 +
<div id="sara" class="name" >
 +
<img src="https://static.igem.org/mediawiki/2013/2/27/Sara_new.jpg" >
</div>
</div>
-
<div id="steveninfo" style="background-color:#FCFF27;height:400px;width:372px;">
+
<div id="sarainfo"  class="info" style="background-color:#FFFFFF;height:360px;width:425px;padding-left:20px;padding-right:20px;padding-top:20px;padding-bottom:20px;">
-
<p>Steven<br><br>Steven is a year 2 MBMS student who plan to apply for graduate school after UST.<br><br>Funny random things:<br><br>Always having acute memory lost and wondering whether he has added primer, enzyme or DNA during experiment preparation. Luckily, the result usually turns out to be fine.</p>
+
<p><h3>Sara, SUN FEI</h3></p>
</div>
</div>
-
<div id="bida" style="background-color:red;height:200px;width:155px;">
+
 
-
<h>Bida</h>
+
<div id="christopher" class="name" >
 +
<img src="https://static.igem.org/mediawiki/2013/7/74/Christopher_new.jpg" >
</div>
</div>
-
<div id="bidainfo" style="background-color:#FCFF27;height:400px;width:372px;">
+
<div id="christopherinfo"  class="info" style="background-color:#FFFFFF;height:360px;width:425px;padding-left:20px;padding-right:20px;padding-top:20px;padding-bottom:20px;">
-
<p>Bida<br><br>Bida is a second year student majoring in Biology. He has participated in iGEM 2012 and is currently an advisor of iGEM 2013 HKUST. He plan to advance his study in the US after graduation<br><br>Funny random things:<br><br>I hate 0.8% gel. It's really fragile!</p>
+
<p><h3>Christopher, LEE CHAK PUI</h3></p>
</div>
</div>
-
<div id="cosmos" style="background-color:orange;height:200px;width:155px;">
+
 
-
<h>Cosmos</h>
+
 
 +
<div id="steven" class="name" >
 +
<img src="https://static.igem.org/mediawiki/2013/1/15/Stephen1.jpg" >
</div>
</div>
-
<div id="cosmosinfo" style="background-color:#FCFF27;height:400px;width:372px;">
+
<div id="steveninfo"  class="info" style="background-color:#FFFFFF;height:360px;width:425px;padding-left:20px;padding-right:20px;padding-top:20px;padding-bottom:20px;">
-
<p>Cosmos<br><br>Cosmos, um, is an interesting person. You can see from his name. (Com'on, who will pick up a name like this!) He is currently studying biochemistry in HKUST, and in his year 02. It seems that life science is quite his taste, and he never never said that it was boring to memorize a lot of molecules and pathways. Never.<br><br>Funny random things:<br><br>A quote from a Dashen: "Biochemistry is playing with water." End quote.</p>
+
<p><h3>Steven, DENG YI SONG</h3><br>Steven is a year 2 MBMS student who plan to apply for graduate school after UST.<br><br>Funny random things:<br>Always having acute memory lost and wondering whether he has added primer, enzyme or DNA during experiment preparation. Luckily, the result usually turns out to be fine.</p>
</div>
</div>
-
<div id="ted" style="background-color:blue;height:200px;width:155px;">
+
 
-
<h>Ted</h>
+
 
 +
<div id="bida"   class="name" >
 +
<img src="https://static.igem.org/mediawiki/2013/b/b8/Bida1.jpg" >
</div>
</div>
-
<div id="tedinfo" style="background-color:#FCFF27;height:400px;width:372px;">
+
<div id="bidainfo" class="info"  style="background-color:#FFFFFF;height:360px;width:425px;padding-left:20px;padding-right:20px;padding-top:20px;padding-bottom:20px;">
-
<p>Ted<br><br<br><br>Funny random things:<br><br></p>
+
<p><h3>Bida, GU BI DA</h3><br>Bida is a second year student majoring in Biology. He has participated in iGEM 2012 and is currently an advisor of iGEM 2013 HKUST. He plan to advance his study in the US after graduation<br><br>Funny random things:<br>I hate 0.8% gel. It's really fragile!</p>
</div>
</div>
-
<div id="ilona" style="background-color:pink;height:200px;width:155px;">
+
 
-
<h>Ilona</h>
+
 
 +
<div id="cosmos"   class="name" >
 +
<img src="https://static.igem.org/mediawiki/2013/4/48/Cosmos1.jpg" >
</div>
</div>
-
<div id="ilonainfo" style="background-color:#FCFF27;height:400px;width:372px;">
+
<div id="cosmosinfo" class="info"  style="background-color:#FFFFFF;height:360px;width:425px;padding-left:20px;padding-right:20px;padding-top:20px;padding-bottom:20px;">
-
<p>Ilona<br><br><br><br>Funny random things:<br><br></p>
+
<p><h3>Cosmos, WANG YU QI</h3><br>Cosmos, um, is an interesting person. You can see from his name. (Com'on, who will pick up a name like this!) He is currently studying biochemistry in HKUST, and in his year 02. It seems that life science is quite his taste, and he never never said that it was boring to memorize a lot of molecules and pathways. Never.<br><br>Funny random things:<br>A quote from a Dashen: "Biochemistry is playing with water." End quote.</p>
</div>
</div>
-
<div id="chelsi" style="background-color:violet;height:200px;width:155px;">
+
 
-
<h>Chelsi</h>
+
 
 +
<div id="ted"   class="name" >
 +
<img src="https://static.igem.org/mediawiki/2013/8/80/Ted_new.jpg" >
</div>
</div>
-
<div id="chelsiinfo" style="background-color:#FCFF27;height:400px;width:372px;">
+
<div id="tedinfo"  class="info" style="background-color:#FFFFFF;height:360px;width:425px;padding-left:20px;padding-right:20px;padding-top:20px;padding-bottom:20px;">
-
<p>Chelsi<br><br><br><br>Funny random things:<br><br></p>
+
<p><h3>Ted, SHEK CHIN HONG</h3><br>Ted participated in his first iGEM competition in 2011 and has returned as an advisor to the HKUST  iGEM team for both 2012 and 2013. During his time, he was famous for using 20 agar plates a day to monitor bacterial population dynamics, and his current ambition is to create a synthetic biology trading card game to take over the world.</p>
</div>
</div>
-
<div id="leon" style="background-color:yellow;height:200px;width:155px;">
+
 
-
<h>Leon</h>
+
 
 +
<div id="ilona"   class="name" >
 +
<img src="https://static.igem.org/mediawiki/2013/c/cd/Ilona_new.jpg" >
</div>
</div>
-
<div id="leoninfo" style="background-color:#FCFF27;height:400px;width:372px;">
+
<div id="ilonainfo"  class="info" style="background-color:#FFFFFF;height:360px;width:425px;padding-left:20px;padding-right:20px;padding-top:20px;padding-bottom:20px;">
-
<p>Leon<br><br<br><br>Funny random things:<br><br></p>
+
<p><h3>Ilona, ILONA CHRISTY UNARTA</h3><br>Ilona is a chemist whose interest has gone astray from chemistry since joining IGEM 2012. After IGEM 2012, she has developed interest in bioengineering, and she has been engaged in computer-aided bioengineering research recently. Being in her final year of undergraduate study, she is hoping to continue her study as a postgraduate student in chemistry.<br><br>Funny random things:<br>I have a love and hate relationship with chili (a fruit, google it!), love because I grew up eating this, hate because it gives me diarrhea.</p>
</div>
</div>
-
<div id="sean" style="background-color:green;height:200px;width:155px;">
+
 
-
<h>Sean</h>
+
 
 +
<div id="chelsi"   class="name" >
 +
<img src="https://static.igem.org/mediawiki/2013/9/95/Chelsilia.jpg" >
</div>
</div>
-
<div id="seaninfo" style="background-color:#FCFF27;height:400px;width:372px;">
+
<div id="chelsiinfo" class="info"  style="background-color:#FFFFFF;height:360px;width:425px;padding-left:20px;padding-right:20px;padding-top:20px;padding-bottom:20px;">
-
<p>Sean<br><br>Sean is a rising 3rd year majoring in biology, and was a member of HKUST's 2012 iGEM team. Following graduation, Sean hopes to pursue further study in conservation biology and earth sciences... or maybe physiology. He is still not too sure!</p>
+
<p><h3>Chelsi, CHELSILIA TANZIL</h3><br>I am currently a Year 2 student majoring in Biochemistry. I was a amember of HKUST 2012 iGEM team. Joining iGEM when I was a freshman was not easy but I am sure glad that I did because it has given me enriching experiences that I would never get by sitting in lectures. One idea that has been incorporated to me by joining iGEM is that synthetic biology is not something you just see in a blockbuster movie, it is very close by, and with it we can actually do something great to help humanities. <br><br>Funny random things:<br>I love studying genetics but hate how it is so inconsistent with generalization!</p>
</div>
</div>
-
<div id="qiyi" style="background-color:red;height:200px;width:155px;">
+
 
-
<h>Qi Yi</h>
+
 
 +
<div id="leon"   class="name" >
 +
<img src="https://static.igem.org/mediawiki/2013/d/d2/Leon_new.jpg" >
</div>
</div>
-
<div id="qiyiinfo" style="background-color:#FCFF27;height:400px;width:372px;">
+
<div id="leoninfo"  class="info" style="background-color:#FFFFFF;height:360px;width:425px;padding-left:20px;padding-right:20px;padding-top:20px;padding-bottom:20px;">
-
<p>Qi Yi Diana<br><br>Diana is a year 1 student majoring in biochemistry currently. She plans to go abroad for further studies after graduation from UST<br><br>Funny random things:<br><br>Lab work impression: totally physical training, requires a strong body.</p>
+
<p><h3>Leon, LI XIANG</h3><br>Leon, a year 3 ECE student, as the advisor on the construction of wiki site, has helped a lot in magically debugging a lot of stubborn problems in our website.<br><br>Funny random things:<br>The funniest thing about me is that I can get the codes right without actually understanding what they mean!</p>
</div>
</div>
-
<div id="xukaichun" style="background-color:yellow;height:200px;width:155px;">
+
 
-
<h>Xu Kaichun</h>
+
 
 +
<div id="sean" class="name">
 +
<img src="https://static.igem.org/mediawiki/2013/9/9a/Sean1.jpg" >
</div>
</div>
-
<div id="xukaichuninfo" style="background-color:#FCFF27;height:400px;width:372px;">
+
<div id="seaninfo" class="info"  style="background-color:#FFFFFF;height:360px;width:425px;padding-left:20px;padding-right:20px;padding-top:20px;padding-bottom:20px;">
-
<p>Xu Kaichun Wendy<br><br>Wendy is now a year 2 biochemistry student in HKUST. She loves doing different experiments and like using different approaches to solve problems and enjoy the lab work. She plans to continue doing research after graduation.<br><br>Funny random things:<br><br>Having been participated in iGEM for almost 3 years, I am happy to see the diversity of iGEM projects in HKUST and also each year different lab techniques are involved. I hope in the future HKUST iGEM team can keep better and better. </p>
+
<p><h3>Sean, SEAN CARIM</h3><br>Sean is a rising 3rd year majoring in biology, and was a member of HKUST's 2012 iGEM team. Following graduation, Sean hopes to pursue further study in conservation biology and earth sciences... or maybe physiology. He is still not too sure!</p>
 +
</div>
 +
 
 +
 
 +
<div id="qiyi"  class="name" >
 +
<img src="https://static.igem.org/mediawiki/2013/7/7f/QI_yi_new.jpg" >
 +
</div>
 +
<div id="qiyiinfo" class="info"  style="background-color:#FFFFFF;height:360px;width:425px;padding-left:20px;padding-right:20px;padding-top:20px;padding-bottom:20px;">
 +
<p><h3>Diana, QI YI</h3><br><br>Diana is a year 1 student majoring in biochemistry currently. She plans to go abroad for further studies after graduation from UST<br><br>Funny random things:<br>Lab work impression: totally physical training, requires a strong body.</p>
 +
</div>
 +
 
 +
<div id="chris"  class="name" >
 +
<img src="https://static.igem.org/mediawiki/2013/8/88/Chris1.jpg" >
 +
</div>
 +
<div id="chrisinfo" class="info"  style="background-color:#FFFFFF;height:360px;width:425px;padding-left:20px;padding-right:20px;padding-top:20px;padding-bottom:20px;">
 +
<p><h3>Chris, YU LAI CHEONG</h3><br>Chris is year 3 student studying molecular biomedical sciences. He is the previous iGEM member.<br><br>Funny random things:<br>I love microwave oven. Imagine this is broken in the lab. =p</p>
 +
</div>
 +
 
 +
<div id="xukaichun" class="name" >
 +
<img src="https://static.igem.org/mediawiki/2013/6/63/Wendi1.jpg" >
 +
</div>
 +
<div id="xukaichuninfo" class="info" style="background-color:#FFFFFF;height:360px;width:425px;padding-left:20px;padding-right:20px;padding-top:20px;padding-bottom:20px;">
 +
<p><h3>Wendy, XU KAICHUN</h3><br><br>Wendy is now a year 2 biochemistry student in HKUST. She loves doing different experiments and like using different approaches to solve problems and enjoy the lab work. She plans to continue doing research after graduation.<br><br>Funny random things:<br><br>Having been participated in iGEM for almost 3 years, I am happy to see the diversity of iGEM projects in HKUST and also each year different lab techniques are involved. I hope in the future HKUST iGEM team can keep better and better. </p>
 +
</div>
 +
 
 +
 
 +
<div id="blank" class="info" style="background-color:#FFFFFF;height:200px;width:620px;">
</div>
</div>
<div id="copyright">© Copyright HKUST iGEM Team 2013, All Rights Reserved<br><br><br></div>
<div id="copyright">© Copyright HKUST iGEM Team 2013, All Rights Reserved<br><br><br></div>
-
<div class="menu">
 
 +
 +
 +
<div class="menu">
<ul class="first">
<ul class="first">
Line 357: Line 666:
<li><a href="https://2013.igem.org/Team:Hong_Kong_HKUST/advisors">Advisors</a></li>
<li><a href="https://2013.igem.org/Team:Hong_Kong_HKUST/advisors">Advisors</a></li>
<li><a href="https://2013.igem.org/Team:Hong_Kong_HKUST/instructors">Instructors</a></li>
<li><a href="https://2013.igem.org/Team:Hong_Kong_HKUST/instructors">Instructors</a></li>
 +
<li><a href="https://2013.igem.org/Team:Hong_Kong_HKUST/attribution">Attribution</a></li>
 +
<li><a href="https://2013.igem.org/Team:Hong_Kong_HKUST/acknowledge">Acknowledgement</a></li>
</ul>
</ul>
</li>
</li>
-
<li><a href="https://2013.igem.org/Team:Hong_Kong_HKUST/project">Project</a>
+
<li><a href="https://2013.igem.org/Team:Hong_Kong_HKUST/Project">Project</a>
<ul>
<ul>
-
<li><a href="https://2013.igem.org/Team:Hong_Kong_HKUST/abstract">Abstract (Details)</a></li>
+
<li><a href="https://2013.igem.org/Team:Hong_Kong_HKUST/abstract">Abstract</a></li>
-
<li><a href="https://2013.igem.org/Team:Hong_Kong_HKUST/modelling">Modelling</a></li>
+
<li><a href="https://2013.igem.org/Team:Hong_Kong_HKUST/modules">Modules Description</a></li>
 +
<li><a href="https://2013.igem.org/Team:Hong_Kong_HKUST/data">Data Page</a></li>
 +
<li><a href="https://2013.igem.org/Team:Hong_Kong_HKUST/Parts">Parts</a></li>
<li><a href="https://2013.igem.org/Team:Hong_Kong_HKUST/characterization">Characterization</a></li>
<li><a href="https://2013.igem.org/Team:Hong_Kong_HKUST/characterization">Characterization</a></li>
-
<li><a href="https://2013.igem.org/Team:Hong_Kong_HKUST/parts">Parts</a></li>
+
<li><a href="https://2013.igem.org/Team:Hong_Kong_HKUST/results">Result</a></li>
-
<li><a href="https://2013.igem.org/Team:Hong_Kong_HKUST/datapage">Data Page</a></li>
+
<li><a href="https://2013.igem.org/Team:Hong_Kong_HKUST/future">Future Work</a></li>
-
<li><a href="https://2013.igem.org/Team:Hong_Kong_HKUST/results">Results</a></li>
+
</ul>
</ul>
</li>
</li>
-
<li><a href="https://2013.igem.org/Team:Hong_Kong_HKUST/wetlab">Wetlab</a>
+
<li><a href="https://2013.igem.org/Team:Hong_Kong_HKUST/Wetlab">Wetlab</a>
<ul>
<ul>
<li><a href="https://2013.igem.org/Team:Hong_Kong_HKUST/notebook">Notebook</a></li>
<li><a href="https://2013.igem.org/Team:Hong_Kong_HKUST/notebook">Notebook</a></li>
<li><a href="https://2013.igem.org/Team:Hong_Kong_HKUST/protocols">Protocols</a></li>
<li><a href="https://2013.igem.org/Team:Hong_Kong_HKUST/protocols">Protocols</a></li>
<li><a href="https://2013.igem.org/Team:Hong_Kong_HKUST/safety">Safety</a></li>
<li><a href="https://2013.igem.org/Team:Hong_Kong_HKUST/safety">Safety</a></li>
 +
</ul>
</ul>
</li>
</li>
Line 381: Line 694:
<li><a href="https://2013.igem.org/Team:Hong_Kong_HKUST/achievement">Achievement</a>
<li><a href="https://2013.igem.org/Team:Hong_Kong_HKUST/achievement">Achievement</a>
<ul>
<ul>
-
<li><a href="https://2013.igem.org/Team:Hong_Kong_HKUST/medalreqeirements">Medal Requirements</a></li>
+
<li><a href="https://2013.igem.org/Team:Hong_Kong_HKUST/medals">Medal Requirements</a></li>
<li><a href="https://2013.igem.org/Team:Hong_Kong_HKUST/prizes">Prizes</a></li>
<li><a href="https://2013.igem.org/Team:Hong_Kong_HKUST/prizes">Prizes</a></li>
</ul>
</ul>
</li>
</li>
-
<li><a href="https://2013.igem.org/Team:Hong_Kong_HKUST/humanpractice">Human Practice</a></li>
+
<li><a href="https://2013.igem.org/Team:Hong_Kong_HKUST/hp">Human Practice</a>
 +
<ul>
 +
<li><a href="https://2013.igem.org/Team:Hong_Kong_HKUST/hp/cp">Country Profile</a></li>
 +
<li><a href="https://2013.igem.org/Team:Hong_Kong_HKUST/hp/blog">Blog</a></li>
 +
<li><a href="https://2013.igem.org/Team:Hong_Kong_HKUST/hp/interview">Interviews</a></li>
 +
<li><a href="https://2013.igem.org/Team:Hong_Kong_HKUST/hp/article/genet">Article</a></li>
 +
<li><a href="https://2013.igem.org/Team:Hong_Kong_HKUST/hp/video">Videos</a></li>
 +
<li><a href="https://2013.igem.org/Team:Hong_Kong_HKUST/hp/presentation">Presentations</a></li>
 +
</ul>
 +
</li>
</ul>
</ul>
 +
</div>
</div>
-
 
-
 
-
 

Latest revision as of 22:56, 27 September 2013

Advisors
Here are our amazing advisors. They are the one who lead us to success!

Trevor, HO YUAN HENG


Trevor is beginning his MPhil program in Bioengineering in HKUST during the summer. After spending three years, he finally discovered what he longed for was not just the wonders of life per se but the power to accurately control it. Thus he shall begin the study through understanding promoters.

Funny random things:
After years of trial and error and literature search and experiment, he still can't figure out why agarose gels are so inconsistent in giving presentable figures.

Sara, SUN FEI

Christopher, LEE CHAK PUI

Steven, DENG YI SONG


Steven is a year 2 MBMS student who plan to apply for graduate school after UST.

Funny random things:
Always having acute memory lost and wondering whether he has added primer, enzyme or DNA during experiment preparation. Luckily, the result usually turns out to be fine.

Bida, GU BI DA


Bida is a second year student majoring in Biology. He has participated in iGEM 2012 and is currently an advisor of iGEM 2013 HKUST. He plan to advance his study in the US after graduation

Funny random things:
I hate 0.8% gel. It's really fragile!

Cosmos, WANG YU QI


Cosmos, um, is an interesting person. You can see from his name. (Com'on, who will pick up a name like this!) He is currently studying biochemistry in HKUST, and in his year 02. It seems that life science is quite his taste, and he never never said that it was boring to memorize a lot of molecules and pathways. Never.

Funny random things:
A quote from a Dashen: "Biochemistry is playing with water." End quote.

Ted, SHEK CHIN HONG


Ted participated in his first iGEM competition in 2011 and has returned as an advisor to the HKUST iGEM team for both 2012 and 2013. During his time, he was famous for using 20 agar plates a day to monitor bacterial population dynamics, and his current ambition is to create a synthetic biology trading card game to take over the world.

Ilona, ILONA CHRISTY UNARTA


Ilona is a chemist whose interest has gone astray from chemistry since joining IGEM 2012. After IGEM 2012, she has developed interest in bioengineering, and she has been engaged in computer-aided bioengineering research recently. Being in her final year of undergraduate study, she is hoping to continue her study as a postgraduate student in chemistry.

Funny random things:
I have a love and hate relationship with chili (a fruit, google it!), love because I grew up eating this, hate because it gives me diarrhea.

Chelsi, CHELSILIA TANZIL


I am currently a Year 2 student majoring in Biochemistry. I was a amember of HKUST 2012 iGEM team. Joining iGEM when I was a freshman was not easy but I am sure glad that I did because it has given me enriching experiences that I would never get by sitting in lectures. One idea that has been incorporated to me by joining iGEM is that synthetic biology is not something you just see in a blockbuster movie, it is very close by, and with it we can actually do something great to help humanities.

Funny random things:
I love studying genetics but hate how it is so inconsistent with generalization!

Leon, LI XIANG


Leon, a year 3 ECE student, as the advisor on the construction of wiki site, has helped a lot in magically debugging a lot of stubborn problems in our website.

Funny random things:
The funniest thing about me is that I can get the codes right without actually understanding what they mean!

Sean, SEAN CARIM


Sean is a rising 3rd year majoring in biology, and was a member of HKUST's 2012 iGEM team. Following graduation, Sean hopes to pursue further study in conservation biology and earth sciences... or maybe physiology. He is still not too sure!

Diana, QI YI



Diana is a year 1 student majoring in biochemistry currently. She plans to go abroad for further studies after graduation from UST

Funny random things:
Lab work impression: totally physical training, requires a strong body.

Chris, YU LAI CHEONG


Chris is year 3 student studying molecular biomedical sciences. He is the previous iGEM member.

Funny random things:
I love microwave oven. Imagine this is broken in the lab. =p

Wendy, XU KAICHUN



Wendy is now a year 2 biochemistry student in HKUST. She loves doing different experiments and like using different approaches to solve problems and enjoy the lab work. She plans to continue doing research after graduation.

Funny random things:

Having been participated in iGEM for almost 3 years, I am happy to see the diversity of iGEM projects in HKUST and also each year different lab techniques are involved. I hope in the future HKUST iGEM team can keep better and better.