Team:Hong Kong-CUHK/Team

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>