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

Line 3: Line 3:
  
  
 +
<script>
 +
function myFunction() {
 +
    var x = document.getElementById('Capture_Andrew');
 +
    if (x.style.display === 'none') {
 +
        x.style.display = 'block';
 +
    } else {
 +
        x.style.display = 'none';
 +
    }
 +
}
 +
</script>
  
 
<div class="span11" style="text-align: justify;">
 
<div class="span11" style="text-align: justify;">
Line 14: Line 24:
 
Engineering.</p>
 
Engineering.</p>
  
 +
<div id="third-column">
  
<div id="Capture_Andrew">
+
 
<div class="photo" id="Capture_Andrew_picture" style="display:inline-block;"><img
+
<img id=“Andrewpic” onclick="myFunction()" src="https://static.igem.org/mediawiki/2017/2/20/Capture_Andrew.PNG"/>
        src="https://static.igem.org/mediawiki/2017/2/20/Capture_Andrew.PNG"/></div>
+
 
    <div class="bio" id="Capture_Andrew_bio" style="display:none"><h1> Name: To Ching Yuet Nickname: Andrew</h1><p><br>Major/Year:Cell and Molecular Biology/3</p><p>Hobby:
+
 
 +
 
 +
 
 +
<div id="Capture_Andrew" style="display:none">
 +
 
 +
    <div class="bio"><h1> Name: To Ching Yuet Nickname: Andrew</h1><p><br>Major/Year:Cell and Molecular Biology/3</p><p>Hobby:
 
  Hiking, watching movie</p><p>Favourite Food: Ice-cream</p><p><i>Why did you join iGEM:</i>I joined CUHK iGEM team this year  
 
  Hiking, watching movie</p><p>Favourite Food: Ice-cream</p><p><i>Why did you join iGEM:</i>I joined CUHK iGEM team this year  
 
because I believe that it would be fun that we can carry out research study independently. I think it is meaningful to join</p>When I  
 
because I believe that it would be fun that we can carry out research study independently. I think it is meaningful to join</p>When I  
Line 27: Line 43:
 
</div>
 
</div>
  
<script>
 
var e = document.getElementById('Capture_Andrew_picture');
 
e.onmouseover = function() {
 
  document.getElementById('Capture_Andrew_bio').style.display = 'inline-block';
 
}
 
e.onmouseout = function() {
 
  document.getElementById('Capture_Andrew_bio').style.display = 'none';
 
}
 
</script>
 
  
 
<div class="column full_size" >
 
<div class="column full_size" >

Revision as of 15:04, 25 May 2017

Template:HTTP://2017.igem.org/Team:Hong Kong-CUHK/Team


<script> function myFunction() {

   var x = document.getElementById('Capture_Andrew');
   if (x.style.display === 'none') {
       x.style.display = 'block';
   } else {
       x.style.display = 'none';
   }

} </script>




Team instruction

2017 CUHK igem team is made up of 16 students from The Chinese University of Hong Kong. Our teammates come from Faculty of Science and Faculty of Engineering.


<img id=“Andrewpic” onclick="myFunction()" src="Capture_Andrew.PNG"/>





Inspiration

You can look at what other teams did to get some inspiration!
Here are a few examples:

What should this page contain?
  • Include pictures of your teammates, don’t forget instructors and advisors!
  • You can add a small biography or a few words from each team member, to tell us what you like, and what motivated you to participate in iGEM.
  • Take team pictures! Show us your school, your lab and little bit of your city.
  • Remember that image galleries can help you showcase many pictures while saving space.


</html>