Difference between revisions of "Team:Hong Kong-CUHK/Team"

 
(72 intermediate revisions by 4 users not shown)
Line 4: Line 4:
 
<style>
 
<style>
  
.container {
 
    overflow: hidden;
 
    background-color: #FFFFFF;
 
    font-family: Arial;
 
}
 
  
.container a {
+
a.tip {
    float: left;
+
  position: relative;
    font-size: 16px;
+
    color: black;
+
    text-align: center;
+
    padding: 14px 16px;
+
    text-decoration: none;
+
 
}
 
}
  
.dropdown {
+
.table.borderless td,
     float: left;
+
.table.borderless th{
     overflow: hidden;
+
     border-top-style: none !important;
 +
    border-left-style: none !important;
 +
    border-right-style: none !important;
 +
     border-bottom-style: none !important;
 
}
 
}
  
.dropdown .dropbtn {
 
    font-size: 16px;   
 
    border: none;
 
    outline: none;
 
    color: black;
 
    padding: 14px 16px;
 
    background-color: inherit;
 
}
 
  
.container a:hover, .dropdown:hover .dropbtn {
+
a.tip span {
    background-color: #86F1E6;
+
  display: none;
}
+
  position: absolute;
 +
  top: 5px;
 +
  left: 140px;
 +
  width: 280px;
 +
  padding: 10px;
 +
  z-index: 100;
 +
  background-color: #ffffff;
 +
  color: #000;
 +
  border-radius:5px;
  
.dropdown-content {
+
font-size:12px;
    display: none;
+
    position: absolute;
+
    background-color: #E0E0E0;
+
    min-width: 160px;
+
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
+
    z-index: 1;
+
}
+
  
.dropdown-content a {
 
    float: none;
 
    color: black;
 
    padding: 12px 16px;
 
    text-decoration: none;
 
    display: block;
 
    text-align: left;
 
 
}
 
}
  
.dropdown-content a:hover {
+
a.tip span:before {
    background-color: #599D96;
+
  content: '';
 +
  display: block;
 +
  width: 0;
 +
  height: 0;
 +
  position: absolute;
 +
  border-top: 8px solid transparent;
 +
  border-bottom: 8px solid transparent;
 +
  border-right: 8px solid black;
 +
  left: -8px;
 +
  top: 7px;
 
}
 
}
  
.dropdown:hover .dropdown-content {
+
a:hover.tip span {
    display: block;
+
  display: block;
 
}
 
}
   
 
  
@media (max-width: 1500px) {
+
hr {
    .container{
+
        min-width: 1250px;
+
    }
+
}
+
  
 
+
margin-left: auto;
#drop-nav li ul li {border-top: 0px;}
+
margin-right: auto;
 
+
      #NavLogo{
+
        float: left;
+
        height: 80px;
+
       
+
      }
+
 
+
.igem_2017_menu_wrapper #display_menu_control {
+
display:none;
+
text-align:center
+
 
}
 
}
  
.right {
+
section {
    float: right;
+
   margin:auto;
    width: 300px;
+
    padding: 10px;
+
}
+
 
+
.left {
+
    float: left;
+
    width: 300px;
+
    padding: 10px;
+
}
+
 
+
 
+
.round {
+
                border-radius: 50%;
+
                overflow: hidden;
+
                width: 400px;
+
                height: 400px;
+
            }
+
            .round img {
+
                display: block;
+
            /* Stretch
+
                  height: 100%;
+
                  width: 100%; */
+
            min-width: 100%;
+
            min-height: 100%;
+
            }
+
 
+
.right {
+
    float: right;
+
    width: 300px;
+
    padding: 10px;
+
}
+
 
+
.left {
+
    float: left;
+
    width: 300px;
+
    padding: 10px;
+
}
+
 
+
 
+
.round {
+
                border-radius: 50%;
+
                overflow: hidden;
+
                width: 400px;
+
                height: 400px;
+
            }
+
            .round img {
+
                display: block;
+
            /* Stretch
+
                  height: 100%;
+
                  width: 100%; */
+
            min-width: 100%;
+
            min-height: 100%;
+
            }
+
 
+
.rightcontainer {
+
   clear: both;
+
 
   position: relative;
 
   position: relative;
}
+
   width: 85%;
 
+
.rightcontainer .rightarrow {
+
   width: 12px;
+
  height: 20px;
+
  overflow: hidden;
+
  position: relative;
+
  float: left;
+
  top: 6px;
+
  right: -1px;
+
}
+
 
+
.rightcontainer .rightarrow .rightouter {
+
  width: 0;
+
  height: 0;
+
  border-right: 20px solid #000000;
+
  border-top: 10px solid transparent;
+
  border-bottom: 10px solid transparent;
+
  position: absolute;
+
  top: 0;
+
  left: 0;
+
}
+
 
+
.rightcontainer .rightarrow .rightinner {
+
  width: 0;
+
  height: 0;
+
  border-right: 20px solid #ffffff;
+
  border-top: 10px solid transparent;
+
  border-bottom: 10px solid transparent;
+
  position: absolute;
+
  top: 0;
+
  left: 2px;
+
}
+
 
+
.rightcontainer .rightmessage-body {
+
  float: left;
+
  width: 300px;
+
 
   height: auto;
 
   height: auto;
  border: 1px solid #CCC;
+
}  
  background-color: #ffffff;
+
  border: 1px solid #000000;
+
  padding: 6px 8px;
+
  -webkit-border-radius: 5px;
+
  -moz-border-radius: 5px;
+
  -o-border-radius: 5px;
+
  border-radius: 5px;
+
}
+
  
  
.leftcontainer {
 
  clear: both;
 
  position: relative;
 
}
 
  
.leftcontainer .leftarrow {
+
.card {
  width: 12px;
+
    width: 30%;
  height: 20px;
+
margin:auto;
  overflow: hidden;
+
   text-align: center;
  position: relative;
+
   font-family: roboto;
  float: right;
+
   top: 6px;
+
   right: 3px;
+
 
}
 
}
  
.leftcontainer .leftarrow .leftouter {
+
.container1 {
  width: 0;
+
    margin: 2px 10px;
  height: 0;
+
  border-left: 20px solid #000000;
+
  border-top: 10px solid transparent;
+
  border-bottom: 10px solid transparent;
+
  position: absolute;
+
  top: 0;
+
  left: 0;
+
 
}
 
}
  
.leftcontainer .leftarrow .leftinner {
+
.title {
   width: 0;
+
   color: grey;
   height: 0;
+
   font-size: 20px;
  border-left: 20px solid #ffffff;
+
  border-top: 10px solid transparent;
+
  border-bottom: 10px solid transparent;
+
  position: absolute;
+
  top: 0;
+
  left: -2px;
+
 
}
 
}
  
.leftcontainer .leftmessage-body {
 
  float: right;
 
  width: 300px;
 
  height: auto;
 
  border: 1px solid #CCC;
 
  background-color: #ffffff;
 
  border: 1px solid #000000;
 
  padding: 6px 8px;
 
  -webkit-border-radius: 5px;
 
  -moz-border-radius: 5px;
 
  -o-border-radius: 5px;
 
  border-radius: 5px;
 
}
 
  
  
 
</style>
 
</style>
 
</head>
 
</head>
 +
<body>
  
<div class="container">
+
<br>
+
<section id="section01">
        <li><span style="padding-top:-50px;"><img id="NavLogo" src="https://static.igem.org/mediawiki/2017/c/cf/CUHKteamlogo.jpg"></span></li>  
+
<div class="splash" id="mainsplash">
 
+
  <div id="banner">
<a href="https://2017.igem.org/Team:Hong_Kong-CUHK">Home</a>
+
        <img src="https://static.igem.org/mediawiki/2017/0/08/Team_about_us.png" width="100%" height="auto" class=" igem-logo">
 
+
      </div>
<div class="dropdown">
+
    <button class="dropbtn"><b>Project ▼</b></button>
+
    <div class="dropdown-content">
+
      <a href="https://2017.igem.org/Team:Hong_Kong-CUHK/Description">Description</a>
+
      <a href="https://2017.igem.org/Team:Hong_Kong-CUHK/Experiments">Experiments</a>
+
      <a href="https://2017.igem.org/Team:Hong_Kong-CUHK/Results">Results</a>
+
      <a href="https://2017.igem.org/Team:Hong_Kong-CUHK/Parts">Parts</a>
+
      <a href="https://2017.igem.org/Team:Hong_Kong-CUHK/Hardware">Hardware</a>
+
 
+
 
     </div>
 
     </div>
  </div>
+
<div class="column full_size">
 
+
</section>
 
+
<br>
  <a href="https://2017.igem.org/Team:Hong_Kong-CUHK/Model">Modelling</a>
+
<br>
 
+
<section id="section02">
  <a href="http://igem.erg.cuhk.edu.hk/">Software</a>
+
<div id="header-wrapper">
 
+
     <img src="https://static.igem.org/mediawiki/2017/a/a7/Teamphoto.jpg" width="100%" style="border-bottom:1px solid black;">
  <a href="https://2017.igem.org/Team:Hong_Kong-CUHK/InterLab">InterLab</a>
+
 
+
 
+
  <div class="dropdown">
+
    <button class="dropbtn"><b>Notebook ▼</b></button>
+
    <div class="dropdown-content">
+
      <a href="https://2017.igem.org/Team:Hong_Kong-CUHK/Notebook">Notebook</a>
+
      <a href="https://2017.igem.org/Team:Hong_Kong-CUHK/Applied_Design">Protocols</a>
+
      <a href="https://2017.igem.org/Team:Hong_Kong-CUHK/Measurement">Medal Criteria</a>
+
     </div>
+
  </div>
+
 
+
<div class="dropdown">
+
    <button class="dropbtn"><b>Human Practice ▼</b></button>
+
    <div class="dropdown-content">
+
      <a href="https://2017.igem.org/Team:Hong_Kong-CUHK/Engagement">Engagement and Education</a>
+
      <a href="https://2017.igem.org/Team:Hong_Kong-CUHK/HP/Gold_Integrated">Human Practices</a>
+
      <a href="https://2017.igem.org/Team:Hong_Kong-CUHK/Collaborations">Collaboration</a>
+
    </div>
+
  </div>
+
 
+
  <a href="https://2017.igem.org/Team:Hong_Kong-CUHK/Safety">Safety</a>
+
 
+
<div class="dropdown">
+
    <button class="dropbtn"><b>Team ▼</b></button>
+
    <div class="dropdown-content">
+
      <a href="https://2017.igem.org/Team:Hong_Kong-CUHK/Team">Team</a>
+
      <a href="https://2017.igem.org/Team:Hong_Kong-CUHK/Attributions">Attributions</a>
+
    </div>
+
  </div>
+
 
+
 
+
 
</div>
 
</div>
 +
<div class="span11" style="text-align: justify;">
  
 +
<center><b><h1>
 +
Meet the team</h1>
 +
</b><br>
  
  <div class="splash" id="mainsplash">
+
</section>
    <div class="row splashyla">
+
      <div class="col-md-12">
+
        <img src="https://static.igem.org/mediawiki/2017/7/7f/Cuhk_igem_capture.PNG" width="1200" height="500" class=" igem-logo"></a>
+
      </div>
+
    </div>
+
  </div>
+
  
 
+
<section id="section03">
 
+
<table class='table borderless'>
 
+
    <tr>    <td><a href="#" class="tip"><img src="https://static.igem.org/mediawiki/2017/4/47/Moon.png" width="300" height="300">
 
+
<span> <b>Name: </b><font color="#999999"> Ching Yuet To, Andrew </font>
<div class="span11" style="text-align: justify;">
+
<br><br><br>
+
<center><b> <font size="24">
+
Meet the team
+
</font></b><br>
+
 
<br>
 
<br>
 +
<b>Major/Year:</b> <font color="#999999"> Cell and Molecular Biology/4</font>
 +
<br>
 +
<b>Hobby:</b> <font color="#999999"> Hiking, Watching movie</font>
 +
<br><br>
 +
<b>Why did you join iGEM:</b>
 +
<br><font color="#999999">
 +
I joined iGEM team because I believe that it would be fun that we can carry out research study independently. I think it is meaningful to participate and promote synthetic biology research.</font>
 +
<br><br><b>
 +
What are you looking most forward to in Boston:</b>
 +
<br><font color="#999999">
 +
I am looking most forward to meet all the interesting people in Jamboree! I believe that I can learn a lot and make many international friends in Boston!</font> </span></a>
  
<div class="left">
+
</td>
<div class="leftcontainer">
+
    <td><a href="#" class="tip"><img src="https://static.igem.org/mediawiki/2017/c/c0/Venus1.png" width="300" height="300"><span><b>Name:</b>  
  <div class="leftarrow">
+
<font color="#999999">Yuet Ching Lin, Venus </font>
    <div class="leftouter"></div>
+
    <div class="leftinner"></div>
+
  </div>
+
  <div class="leftmessage-body">
+
    <p align="justify">  
+
 
<br>
 
<br>
<font color="#8A0808" size="5" ><b>Name: Ching Yuet To</b></font>
+
<b>Major/Year: </b>
 +
<font color="#999999">Cell and Molecular Biology/4</font>
 
<br>
 
<br>
 +
<b>Hobby: </b>
 +
<font color="#999999">Reading books</font>
 
<br>
 
<br>
<font size="3" ><i><b>Nickname:</b></i><b>Andrew</b>
+
<b>Favourite food:</b>
 +
<font color="#999999">Bread</font>
 +
<br><br><b>
 +
Why did you join iGEM:</b>
 +
<br><font color="#999999">
 +
I joined IGEM because doing lab is fun.</font>
 +
<br><br><b>
 +
What are you looking most forward to in Boston:</b>
 +
<br><font color="#999999">
 +
I am looking forward to meet people in Boston.</font></span></a> </td>
 +
   
 +
 
 +
<td><a href="#" class="tip"><img src="https://static.igem.org/mediawiki/2017/e/ee/Cathy12.png" width="300" height="300"><span><b>Name:</b>
 +
<font color="#999999"> Cathy Wong </font>
 
<br>
 
<br>
 +
<b>Major/Year: </b>
 +
<font color="#999999"> Cell and Molecular Biology/4 </font>
 
<br>
 
<br>
<i><b>Major/Year: Cell and Molecular Biology/3  </b></i>
+
<b>Hobby: </b>
 +
<font color="#999999"> Swimming </font>
 
<br>
 
<br>
 +
<b>Favourite Food:</b> <font color="#999999">Ice-cream, tea </font>
 +
<br><br><b>
 +
Why did you join iGEM:</b>
 +
<br><font color="#999999">
 +
Learn more differently. For example, in igem, we initiate, propose, handle the project by ourselves, which is different in what we have learned in the teaching laboratory, which is a good challenge.</font>
 +
<br><br>
 +
<b> What are you looking most forward to in Boston: </b>
 +
<br><font color="#999999">
 +
Apart from the jamboree, the attraction visiting and food tasting are the must of course !!! </font></span></a>
 +
 +
</td>
 +
  </tr>
 +
  <tr>
 +
    <td><a href="#" class="tip"><img src="https://static.igem.org/mediawiki/2017/f/fb/Angela123.png" width="300" height="300"><span><b>Name:</b>
 +
<font color="#999999"> Ruo Ning Wang, Angela </font>
 
<br>
 
<br>
<i>Hobby: Hiking, Watching movie </i>
+
<b>Major/Year: </b>
 +
<font color="#999999"> Cell and Molecular Biology/4 </font>
 
<br>
 
<br>
 +
<b>Hobby: </b>
 +
<font color="#999999">  Film </font>
 
<br>
 
<br>
<b>Why did you join iGEM:</b>
+
<b> Favourite Food: </b> <font color="#999999">  Fish </font>
 +
<br><br> <b>
 +
Why did you join iGEM: </b>
 +
<br> <font color="#999999">
 +
iGEM offers me an opportunity to explore new knowledge and techniques. Here we meet friends from different disciplines and have freedom to do various kinds if experiments. I learnt a lot through iGEM. </font>
 +
<br><br> <b>
 +
What are you looking most forward to in Boston: </b>
 +
<br> <font color="#999999">
 +
Have communication with students all over the world and exchange each other's idea !!! </font> </span></a>
 +
 
 +
</td>
 +
    <td><a href="#" class="tip"><img src="https://static.igem.org/mediawiki/2017/1/10/Kaisou.png" width="300" height="300">
 +
    <span> <b> Name:</b> <font color="#999999">  Chui Shan Tsang, Jade </font>
 +
<br> <b>
 +
Major/Year: </b> <font color="#999999">  Biology/4 </font>  
 
<br>
 
<br>
I joined CUHK iGEM team this year because I believe that it would be fun that we can carry out research study independently.
+
<b> Hobby: </b> <font color="#999999">  Make handcraft </font>
I think it is meaningful to participate and promote synthetic biology research.
+
<br> <b>
<br>
+
Favourite Food:</b> <font color="#999999">  McDonald's chicken wings </font>
<br>
+
<br><br> <b>
<b>What are you looking most forward to in Boston:</b>
+
What are you looking most forward to in Boston: </b>
<br>
+
<br> <font color="#999999">  
I am looking most forward to meet all the interesting people in Jamboree! I believe that I can learn a lot and make many international friends in Boston!</font>
+
Meet more passionate science people and share our joy in research. </font> </span></a>  
</p>
+
  
  </div>
 
</div>
 
  
</div>
+
</td>
 +
    <td><a href="#" class="tip"><img src="https://static.igem.org/mediawiki/2017/3/3a/Sammi1.png" width="300" height="300">
 +
    <span> <b> Name: </b> <font color="#999999">  Lo Sum Yi Sammi </font>
 +
<br> <b>
 +
Major/Year: </b> <font color="#999999">  Cell and Molecular Biology/4 </font>
 +
<br> <b>
 +
Hobby: </b> <font color="#999999">  Eating, Playing Guitar, Watching movies </font>
 +
<br> <b>
 +
Favourite Food: </b> <font color="#999999"> Steak </font>
 +
<br><br> <b>
 +
Why did you join iGEM: </b>
 +
<br> <font color="#999999">
 +
To work together with my friends on our own project. </font>
 +
<br><br> <b>
 +
What are you looking most forward to in Boston: </b>
 +
<br> <font color="#999999">
 +
Try nice food and meet new friends. </font> </span></a>  
  
 +
</td>
 +
  </tr>
 +
  <tr>
 +
    <td><a href="#" class="tip"><img src="https://static.igem.org/mediawiki/2017/c/c6/Cyn.png" width="300" height="300"><span> <b> Name: </b> <font color="#999999">  Cynthia Lam </font>
 +
<br> <b>
 +
Major/Year: </b> <font color="#999999">  Biochemistry/3 </font>
 +
<br> <b>
 +
Hobby: </b> <font color="#999999">  Dancing, Vlogging about food and finding good restaurants </font>
 +
<br> <b>
 +
Favourite Food: </b> <font color="#999999">  Just any seafood </font>
 +
<br><br> <b>
 +
Why did you join iGEM: </b>
 +
<br> <font color="#999999">
 +
I thought it would be fun. </font>
 +
<br><br> <b>
 +
What are you looking most forward to in Boston: </b>
 +
<br> <font color="#999999">
 +
Meeting everyone! And of course the food :) </font> </span></a>
  
  
 +
</td>
 +
    <td><a href="#" class="tip"><img src="https://static.igem.org/mediawiki/2017/0/00/Paul.png" width="300" height="300"><span> <b> Name: </b> <font color="#999999"> Chow Chun Sing, Paul </font>
 +
<br> <b>
 +
Major/Year: </b> <font color="#999999"> Biochemistry/4 </font>
 +
<br> <b>
 +
Hobby: </b> <font color="#999999"> Watching anime, Photography </font>
 +
<br><br> <b>
 +
Why did you join iGEM: </b>
 +
<br> <font color="#999999">
 +
I want to learn more laboratory beyond classroom. </font>
 +
<br><br> <b>
 +
What are you looking most forward to in Boston: </b>
 +
<br> <font color="#999999">
 +
Meeting students and professors from different institutions among the world and sharing ideas with them. </font> </span></a>
  
 +
</td>
 +
    <td><a href="#" class="tip"><img src="https://static.igem.org/mediawiki/2017/9/9c/Jan.png" width="300" height="300"><span> <b> Name: </b> <font color="#999999"> Jan Wong Siu Kei </font>
 +
<br> <b>
 +
Major/Year: </b> <font color="#999999"> Biochemistry/4 </font>
 +
<br> <b>
 +
Hobby: </b> <font color="#999999"> Reading, Photography </font>
 +
<br><br> <b>
 +
Why did you join iGEM: </b>
 +
<br> <font color="#999999">
 +
I want to work with different people with different talents and see what sparks we can make. </font>
 +
<br><br> <b>
 +
What are you looking most forward to in Boston: </b>
 +
<br> <font color="#999999">
 +
To dig out some crazy ideas from people all over the world. </font> </span></a>
  
<div class="right">
+
</td>
 +
  </tr>
 +
<tr>
 +
    <td><a href="#" class="tip"><img src="https://static.igem.org/mediawiki/2017/1/1b/3p.png" width="300" height="300"><span><b> Name: </b> <font color="#999999"> Hui Kwok Lun, Tom </font>
 +
<br> <b>
 +
Major: </b> <font color="#999999">Biology/4 </font>
 +
<br> <b>
 +
Hobby: </b> <font color="#999999"> Running, gaming, hiking </font>
 +
<br><br> <b>
 +
Why did you join iGEM: </b>
 +
<br> <font color="#999999">
 +
Wanna achieve more </font>
 +
<br><br> <b>
 +
What are you looking most forward to in Boston: </b>
 +
<br> <font color="#999999">
 +
Making Friends. </font> </span></a>  
  
   <div class="round">
+
</td>
            <img src="https://static.igem.org/mediawiki/2017/2/26/Andrew.PNG" alt=""/>
+
    <td><a href="#" class="tip"><img src="https://static.igem.org/mediawiki/2017/6/65/Carina12.png" width="300" height="300"><span> <b> Name: </b> <font color="#999999"> Leung Po Yu, Carina </font>
  </div>
+
<br> <b>
</div>
+
Major/Year: </b> <font color="#999999"> Biology/4 </font>
 +
<br> <b>
 +
Hobby: </b> <font color="#999999"> Watching television </font>
 +
<br> <b>
 +
Favourite Food: </b> <font color="#999999"> KFC </font>
 +
<br><br> <b>
 +
Why did you join iGEM: </b>
 +
<br> <font color="#999999">
 +
I believe it would be a precious chance to do research with friends. </font>
 +
<br><br> <b>
 +
What are you looking most forward to in Boston: </b>
 +
<br> <font color="#999999">
 +
Meet international friends in Boston and travel around! </font> </span></a>
 +
 
 +
</td>
 +
    <td><a href="#" class="tip"><img src="https://static.igem.org/mediawiki/2017/4/4e/David1.png" width="300" height="300"><span> <b> Name: </b> <font color="#999999"> Ho Ting CHU, David </font>
 +
<br> <b>
 +
Major/Year: </b> <font color="#999999"> Cell and Molecular Biology/3 </font>
 +
<br> <b>
 +
Hobby: </b> <font color="#999999"> Reddit </font>
 +
<br> <b>
 +
Favourite Food: </b> <font color="#999999"> Blue Cheese </font>
 +
<br><br> <b>
 +
Why did you join iGEM: </b> <font color="#999999"> Because not many students could join it.</font>
 +
<br><br> <b>
 +
What are you looking most forward to in Boston: </b>
 +
<br> <font color="#999999">
 +
Have a look at different teams' Biobricks. </font> </span></a>
 +
 
 +
 
 +
</td>
 +
   </tr>
 +
<tr>
 +
    <td><a href="#" class="tip"><img src="https://static.igem.org/mediawiki/2017/6/6e/Alan12.png" width="300" height="300"><span> <b> Name: </b> <font color="#999999"> Chiu Wai On, Alan </font>
 +
<br> <b>
 +
Major/Year: </b> <font color="#999999"> Biomedical Engineering/3 </font>
 +
<br> <b>
 +
Hobby: </b> <font color="#999999"> calligraphy, playing sports, travelling </font>
 +
<br><br> <b>
 +
Why did you join iGEM: </b>
 +
<br> <font color="#999999">
 +
Wanna explore scientific research and develop other skills beyond my major. </font>
 +
<br><br> <b>
 +
What are you looking most forward to in Boston: </b>
 +
<br> <font color="#999999">
 +
Make new friends. </font> </span></a>
 +
 
 +
 
 +
</td>
 +
    <td><a href="#" class="tip"><img src="https://static.igem.org/mediawiki/2017/2/26/Kong.png" width="300" height="300"> <span> <b> Name: </b> <font color="#999999"> Lam Kong, Derek </font>
 +
<br> <b>
 +
Major/Year: </b> <font color="#999999"> Cell and Molecular Biology/4 </font>
 +
<br> <b>
 +
Hobby: </b> <font color="#999999">  Diving </font>
 +
<br> <b>
 +
Favourite Food: </b> <font color="#999999"> Ramen </font>
 +
<br><br> <b>
 +
Why did you join iGEM: </b>
 +
<br> <font color="#999999">
 +
To gain more laboratory experiences. </font> </span></a>  
  
 +
    <td><a href="#" class="tip"><img src="https://static.igem.org/mediawiki/2017/9/91/Peter.png" width="300" height="300"> <span> <b> Name: </b> <font color="#999999"> Lim Lok Ping, Peter </font>
 +
<br> <b>
 +
Major/Year: </b> <font color="#999999">  Cell and Molecular Biology/3 </font>
 +
<br> <b>
 +
Hobby: </b> <font color="#999999"> Playing Violin </font>
 +
<br> <br> <b>
 +
Why did you join iGEM: </b>
 +
<br> <font color="#999999">
 +
To gain more experiences in cell culture and trans genome technology so that I can pursuit the path of further studying immunology in research level. </font> </span></a>
 +
 +
  </tr>
 +
 +
</table>
  
 
<script>
 
<script>
// When the user clicks on div, open the popup
+
$(function () {
function myFunction() {
+
      $(document).tooltip({
    var popup = document.getElementById("myPopup");
+
          content: function () {
    popup.classList.toggle("show");
+
              return $(this).prop('title');
}
+
          }
 +
      });
 +
  });
 
</script>
 
</script>
  
  
  
 +
<section id="section05">
 +
<div style="width: 100%; overflow: hidden;">
 +
<br>
 +
<center><b> <h1>
 +
Our Instructors
 +
</h1></b>
 +
</centre>
  
<div class="flip-container" ontouchstart="this.classList.toggle('hover');">
+
<div class="card" style="float: left; margin:10px 10px">
<div class="flipper">
+
  <img src="https://static.igem.org/mediawiki/2017/c/c1/Eddie1.png"  style="width:100%">
<div class="back">
+
  <div class="container1">
 +
  <h3>Eddie</h3><br>
 +
<p style="font-family: roboto;font-size:100%;">Former iGEMer</p>
 +
  <p style="font-family: roboto;font-size:90%;">I was an iGEMer too a few years back then. Being one of the instructors of CUHK IGEM 2017 has been a wonderful experience full of adventures and fun. Let's enjoy the journey. Cheers!</p>
 
</div>
 
</div>
</div>
 
 
</div>
 
</div>
  
 +
<div class="card" style="float: left; margin:10px 10px">
 +
  <img src="https://static.igem.org/mediawiki/2017/e/ee/Asa.png"  style="width:100%">
 +
<div class="container1">
 +
  <h3>Asa</h3><br>
 +
  <p style="font-family: roboto;font-size:100%;">PhD Structural Biology and Protein Science</p>
 +
 
 +
<p style="font-family: roboto;font-size:90%;">It is difficult to manage a team. So, I am glad to have Ryan to work with me, and have support from the professors. While I provided the team proper training in scientific thinking. I hope the jamboree can bring the team excitement and inspiration. Go! iGEMers!</p>
 +
</div></div>
  
 +
<div class="card" style="float: left; margin:10px 10px">
 +
  <img src="https://static.igem.org/mediawiki/2017/e/e9/Ryan12.png"  style="width:100%">
 +
<div class="container1">
 +
  <h3>Ryan</h3> <br>
 +
  <p style="font-family: roboto;font-size:100%;">PhD Molecular Biology</p>
 +
  <p style="font-family: roboto;font-size:90%;">I am delighted to be one of the PG instructors of CUHK iGEM team. I have gained the administration and guidance experience by mentoring the team. Besides the role of instructor, I enjoy to meet lots of new friends and play with them. Wish we all have a wonderful memory.</p>
 +
</div></div>
 +
</section>
  
<br>
+
<section id="section06">
<br>
+
<div style="width: 100%; overflow: hidden;">
<br>
+
<center><b> <h1>
[[File:Venus.PNG|400px|left]]
+
Our Professors
<p align="justify">  
+
</h1></b>  
<br>
+
</centre>
<font color="#8A0808" size="5" ><b>Name: Venus Lin</b></font>
+
<div class="card" style="float: left; margin:10px 10px"><img src="https://static.igem.org/mediawiki/2017/f/f9/Tfchan.png" width="80%"><br>
<br>
+
  Prof. Chan Ting-Fung<br>School of Life Science</div>
<br>
+
<div class="card" style="float: left; margin:10px 10px"><img src="https://static.igem.org/mediawiki/2017/0/0b/Kmchan.png" width="80%"><br>Prof. Chan Kam-Ming<br>
<font size="3" ><i><b>Nickname:</b></i><b>Venus</b>
+
School of Life Science</div>
<br>
+
<div class="card" style="float: left; margin:10px 10px"><img src="https://static.igem.org/mediawiki/2017/1/17/Skkong.png" width="80%"><br>
<br>
+
  Prof. Kong Siu-Kai <br> School of Life Science</div>
<i><b>Major/Year: Cell and Molecular Biology/3  </b></i>
+
<div class="card" style="float: left; margin:10px 10px"><img src="https://static.igem.org/mediawiki/2017/a/ab/Kbwong.png" width="80%"><br>
<br>
+
  Prof. Wong Kam-Bo<br> School of Life Science</div>
<br>
+
<div class="card" style="float: left; margin:10px 10px"><img src="https://static.igem.org/mediawiki/2017/6/60/Jonathan.png" width="80%"><br />Prof. Choi Chung-Hang<br> Department of Biomedical Engineering</div>
<i>Hobby: Reading books</i>
+
<div class="card" style="float: left; margin:10px 10px"><img src="https://static.igem.org/mediawiki/2017/1/1c/Kevinyip.png"width="80%"><br />Prof. Yip Yuk-Lap <br> Department of Computer Science and Engineering</div>
<br>
+
<br>
+
<i>Favourite Food: Bread</i>
+
<br>
+
<br>
+
<b>Why did you join iGEM:</b>
+
<br>
+
I joined IGEM because doing lab is fun.
+
<br>
+
<br>
+
<b>What are you looking most forward to in Boston:</b>
+
<br>
+
I am looking forward to meet people in Boston.</font>
+
</p>
+
<br>
+
<br>
+
<br>
+
<br>
+
<br>
+
[[File:Cathy.PNG|420px|left]]
+
<p align="justify">
+
<br>
+
<font color="#8A0808" size="5" ><b>Name: Cathy Wong</b></font>
+
<br>
+
<br>
+
<font size="3" ><i><b>Nickname:</b>Cathy</i>
+
<br>
+
<br>
+
<i><b>Major/Year: </b>Cell and Molecular Biology/3 </i>
+
<br>
+
<br>
+
<i>Hobby: Swimming</i>
+
<br>
+
<br>
+
<i>Favourite Food: Ice-cream, tea</i>
+
<br>
+
<br>
+
<b>Why did you join iGEM:</b>
+
<br>
+
Learn more differently. For example, in igem, we initiate, propose, handle the project by ourselves, which is different in what we have learned in the teaching laboratory, which is a good challenge.
+
<br>
+
<br>
+
<b>What are you looking most forward to in Boston:</b>
+
<br>
+
Apart from the jamboree, the attraction visiting and food tasting are the must of course !!!.</font>
+
</p>
+
<br>
+
<br>
+
<br>
+
<br>
+
<br>
+
[[File:Angela.PNG|400px|left]]
+
<p align="justify">
+
<br>
+
<font color="#8A0808" size="5" ><b>Name: Ruo Ning Wang</b></font>
+
<br>
+
<br>
+
<font size="3" ><i><b>Nickname:</b>Angela</i>
+
<br>
+
<br>
+
<i><b>Major/Year: </b>Cell and Molecular Biology/3 </i>
+
<br>
+
<br>
+
<i>Hobby: Film</i>
+
<br>
+
<br>
+
<i>Favourite Food: Fish</i>
+
<br>
+
<br>
+
<b>Why did you join iGEM:</b>
+
<br>
+
iGEM offers me an opportunity to explore new knowledge and techniques. Here we meet friends from different disciplines and have freedom to do various kinds if experiments. I learnt a lot through iGEM.
+
<br>
+
<br>
+
<b>What are you looking most forward to in Boston:</b>
+
<br>
+
Have communication with students all over the world and exchange each other's idea !!!.</font>
+
</p>
+
<br>
+
<br>
+
<br>
+
<br>
+
<br>
+
[[File:Jade.PNG|400px|left]]
+
<p align="justify">
+
<br>
+
<font color="#8A0808" size="5" ><b>Name: Chui Shan Tsang</b></font>
+
<br>
+
<br>
+
<font size="3" ><i><b>Nickname:</b>Jade</i>
+
<br>
+
<br>
+
<i><b>Major/Year: </b>Biology/3 </i>
+
<br>
+
<br>
+
<i>Hobby: Make handcraft</i>
+
<br>
+
<br>
+
<i>Favourite Food: McDonald's chicken wings</i>
+
<br>
+
<br>
+
<b>What are you looking most forward to in Boston:</b>
+
<br>
+
Meet more passionate science people and share our joy in research .</font>
+
</p>
+
<br>
+
<br>
+
<br>
+
<br>
+
<br>
+
[[File:Sammi.PNG|400px|left]]
+
<p align="justify">
+
<br>
+
<font color="#8A0808" size="5" ><b>Name: Lo Sum Yi Sammi</b></font>
+
<br>
+
<br>
+
<font size="3" ><i><b>Nickname:</b></i><b>Sammi</b>
+
<br>
+
<br>
+
<i><b>Major/Year: Cell and Molecular Biology/3  </b></i>
+
<br>
+
<br>
+
<i>Hobby: Eating, Playing Guitar, Watching movies</i>
+
<br>
+
<br>
+
<i>Favourite Food: Steak</i>
+
<br>
+
<br>
+
<b>Why did you join iGEM:</b>
+
<br>
+
To work together with my friends on our own project.
+
<br>
+
<br>
+
<b>What are you looking most forward to in Boston:</b>
+
<br>
+
Trying nice food and meet new friends.</font>
+
</p>
+
<br>
+
<br>
+
<br>
+
<br>
+
<br>
+
[[File:Cynthia.PNG|400px|left]]
+
<p align="justify">
+
<br>
+
<font color="#8A0808" size="5" ><b>Name: Cynthia Lam</b></font>
+
<br>
+
<br>
+
<font size="3" ><i><b>Nickname:</b></i><b>Cyn</b>
+
<br>
+
<br>
+
<i><b>Major/Year: Biochemistry/2  </b></i>
+
<br>
+
<br>
+
<i>Hobby: Dancing, Vlogging about food and finding good restaurants</i>
+
<br>
+
<br>
+
<i>Favourite Food: Just any seafood</i>
+
<br>
+
<br>
+
<b>Why did you join iGEM:</b>
+
<br>
+
I thought it would be fun.
+
<br>
+
<br>
+
<b>What are you looking most forward to in Boston:</b>
+
<br>
+
Meeting everyone! And of course the food.</font>
+
</p>
+
  
  
 +
 +
</div>
  
  
Line 589: Line 445:
 
<div class="clear"></div>
 
<div class="clear"></div>
  
<div class="column half_size" >
 
<h5>Inspiration</h5>
 
<p>You can look at what other teams did to get some inspiration! <br />
 
Here are a few examples:</p>
 
 
<p>https://2014.igem.org/Team:METU_Turkey_team">METU Turkey </p>
 
<p>https://2014.igem.org/Team:Colombia/Members">Colombia</p>
 
<p>https://2014.igem.org/Team:Stony_Brook/Team">Stony Brook</p>
 
<p>https://2014.igem.org/Team:OUC-China/Team">OUC-China</p>
 
 
 
</div>
 
  
  
  
 +
</section>
  
 
</div>
 
</div>
 
</html>
 
</html>
 +
{{Template:Hong_Kong-CUHK_footer}}

Latest revision as of 09:35, 1 November 2017




Meet the team


Name: Ching Yuet To, Andrew
Major/Year: Cell and Molecular Biology/4
Hobby: Hiking, Watching movie

Why did you join iGEM:
I joined iGEM team because I believe that it would be fun that we can carry out research study independently. I think it is meaningful to participate and promote synthetic biology research.

What are you looking most forward to in Boston:
I am looking most forward to meet all the interesting people in Jamboree! I believe that I can learn a lot and make many international friends in Boston!
Name: Yuet Ching Lin, Venus
Major/Year: Cell and Molecular Biology/4
Hobby: Reading books
Favourite food: Bread

Why did you join iGEM:
I joined IGEM because doing lab is fun.

What are you looking most forward to in Boston:
I am looking forward to meet people in Boston.
Name: Cathy Wong
Major/Year: Cell and Molecular Biology/4
Hobby: Swimming
Favourite Food: Ice-cream, tea

Why did you join iGEM:
Learn more differently. For example, in igem, we initiate, propose, handle the project by ourselves, which is different in what we have learned in the teaching laboratory, which is a good challenge.

What are you looking most forward to in Boston:
Apart from the jamboree, the attraction visiting and food tasting are the must of course !!!
Name: Ruo Ning Wang, Angela
Major/Year: Cell and Molecular Biology/4
Hobby: Film
Favourite Food: Fish

Why did you join iGEM:
iGEM offers me an opportunity to explore new knowledge and techniques. Here we meet friends from different disciplines and have freedom to do various kinds if experiments. I learnt a lot through iGEM.

What are you looking most forward to in Boston:
Have communication with students all over the world and exchange each other's idea !!!
Name: Chui Shan Tsang, Jade
Major/Year: Biology/4
Hobby: Make handcraft
Favourite Food: McDonald's chicken wings

What are you looking most forward to in Boston:
Meet more passionate science people and share our joy in research.
Name: Lo Sum Yi Sammi
Major/Year: Cell and Molecular Biology/4
Hobby: Eating, Playing Guitar, Watching movies
Favourite Food: Steak

Why did you join iGEM:
To work together with my friends on our own project.

What are you looking most forward to in Boston:
Try nice food and meet new friends.
Name: Cynthia Lam
Major/Year: Biochemistry/3
Hobby: Dancing, Vlogging about food and finding good restaurants
Favourite Food: Just any seafood

Why did you join iGEM:
I thought it would be fun.

What are you looking most forward to in Boston:
Meeting everyone! And of course the food :)
Name: Chow Chun Sing, Paul
Major/Year: Biochemistry/4
Hobby: Watching anime, Photography

Why did you join iGEM:
I want to learn more laboratory beyond classroom.

What are you looking most forward to in Boston:
Meeting students and professors from different institutions among the world and sharing ideas with them.
Name: Jan Wong Siu Kei
Major/Year: Biochemistry/4
Hobby: Reading, Photography

Why did you join iGEM:
I want to work with different people with different talents and see what sparks we can make.

What are you looking most forward to in Boston:
To dig out some crazy ideas from people all over the world.
Name: Hui Kwok Lun, Tom
Major: Biology/4
Hobby: Running, gaming, hiking

Why did you join iGEM:
Wanna achieve more

What are you looking most forward to in Boston:
Making Friends.
Name: Leung Po Yu, Carina
Major/Year: Biology/4
Hobby: Watching television
Favourite Food: KFC

Why did you join iGEM:
I believe it would be a precious chance to do research with friends.

What are you looking most forward to in Boston:
Meet international friends in Boston and travel around!
Name: Ho Ting CHU, David
Major/Year: Cell and Molecular Biology/3
Hobby: Reddit
Favourite Food: Blue Cheese

Why did you join iGEM: Because not many students could join it.

What are you looking most forward to in Boston:
Have a look at different teams' Biobricks.
Name: Chiu Wai On, Alan
Major/Year: Biomedical Engineering/3
Hobby: calligraphy, playing sports, travelling

Why did you join iGEM:
Wanna explore scientific research and develop other skills beyond my major.

What are you looking most forward to in Boston:
Make new friends.
Name: Lam Kong, Derek
Major/Year: Cell and Molecular Biology/4
Hobby: Diving
Favourite Food: Ramen

Why did you join iGEM:
To gain more laboratory experiences.
Name: Lim Lok Ping, Peter
Major/Year: Cell and Molecular Biology/3
Hobby: Playing Violin

Why did you join iGEM:
To gain more experiences in cell culture and trans genome technology so that I can pursuit the path of further studying immunology in research level.

Our Instructors

Eddie


Former iGEMer

I was an iGEMer too a few years back then. Being one of the instructors of CUHK IGEM 2017 has been a wonderful experience full of adventures and fun. Let's enjoy the journey. Cheers!

Asa


PhD Structural Biology and Protein Science

It is difficult to manage a team. So, I am glad to have Ryan to work with me, and have support from the professors. While I provided the team proper training in scientific thinking. I hope the jamboree can bring the team excitement and inspiration. Go! iGEMers!

Ryan


PhD Molecular Biology

I am delighted to be one of the PG instructors of CUHK iGEM team. I have gained the administration and guidance experience by mentoring the team. Besides the role of instructor, I enjoy to meet lots of new friends and play with them. Wish we all have a wonderful memory.

Our Professors


Prof. Chan Ting-Fung
School of Life Science

Prof. Chan Kam-Ming
School of Life Science

Prof. Kong Siu-Kai
School of Life Science

Prof. Wong Kam-Bo
School of Life Science

Prof. Choi Chung-Hang
Department of Biomedical Engineering

Prof. Yip Yuk-Lap
Department of Computer Science and Engineering