Biomod/2013/HKBU/Team

From OpenWetWare
Jump to navigationJump to search

<html xmlns="http://www.w3.org/1999/xhtml"> <head> <title></title> <script type="text/javascript" src="http://www.webdm.cn/images/20091119/jquery-latest.js"></script> <script type="text/javascript"> $(document).ready(function(){

$("ul.subnav").parent().append(""); //Only shows drop down trigger when js is enabled - Adds empty span tag after ul.subnav

$("ul.topnav li span").click(function() { //When trigger is clicked...

//Following events are applied to the subnav itself (moving subnav up and down) $(this).parent().find("ul.subnav").slideDown('fast').show(); //Drop down the subnav on click

$(this).parent().hover(function() { }, function(){ $(this).parent().find("ul.subnav").slideUp('slow'); //When the mouse hovers out of the subnav, move it back up });

//Following events are applied to the trigger (Hover events for the trigger) }).hover(function() { $(this).addClass("subhover"); //On hover over, add class "subhover" }, function(){ //On Hover Out $(this).removeClass("subhover"); //On hover out, remove class "subhover" });

   $(window).scroll(function() {
       if($(this).scrollTop() > 100){
           $('#goTop').stop().animate({
               top: '20px'    
               }, 500);
       }
       else{
           $('#goTop').stop().animate({
              top: '-100px'    
           }, 500);
       }
   });
   $('#goTop').click(function() {
       $('html, body').stop().animate({
          scrollTop: 0
       }, 500, function() {
          $('#goTop').stop().animate({
              top: '-100px'    
          }, 500);
       });
   });

}); </script> <style type="text/css"> body { color:#000; margin: 0; padding: 0; font: 10px Arial, Helvetica, sans-serif; background: #000000; } .container { width: 870px; margin: 0 auto; position: relative;

}

  1. header {

background: url(http://openwetware.org/images/d/db/HKBU_2013_Top_logo2.jpg) no-repeat center top; padding-top: 200px; align: center; }

  1. header .disclaimer {

color: #999; padding: 100px 0 7px 0; text-align: right; display: block; position: absolute; top: 0; right: 0; }

  1. header .disclaimer a { color: #ccc;}

ul.topnav { list-style: none; padding: 0 20px; margin: 0; float: left; width: 850px; background: #222; font-size: 1.0em; background: url(http://www.webdm.cn/images/20091119/topnav_bg.gif) repeat-x; } ul.topnav li { float: left; margin: 0; padding: 0 15px 0 0; position: relative; /*--Declare X and Y axis base--*/ } ul.topnav li a{ padding: 10px 5px; color: #fff; display: block; text-decoration: none; float: left; } ul.topnav li a:hover{ background: url(http://www.webdm.cn/images/20091119/topnav_hover.gif) no-repeat center top; } ul.topnav li span { /*--Drop down trigger styles--*/ width: 17px; height: 35px; float: left; background: url(http://www.webdm.cn/images/20091119/subnav_btn.gif) no-repeat center top; } ul.topnav li span.subhover {background-position: center bottom; cursor: pointer;} /*--Hover effect for trigger--*/ ul.topnav li ul.subnav { list-style: none; position: absolute; /*--Important - Keeps subnav from affecting main navigation flow--*/ z-index: 110; left: 0; top: 35px; background: #333; margin: 0; padding: 0; display: none; float: left; width: 170px; -moz-border-radius-bottomleft: 5px; -moz-border-radius-bottomright: 5px; -webkit-border-bottom-left-radius: 5px; -webkit-border-bottom-right-radius: 5px; border: 1px solid #111; } ul.topnav li ul.subnav li{ margin: 0; padding: 0; border-top: 1px solid #252525; /*--Create bevel effect--*/ border-bottom: 1px solid #444; /*--Create bevel effect--*/ clear: both; width: 170px; } html ul.topnav li ul.subnav li a { float: left; width: 145px; background: #333 url(http://www.webdm.cn/images/20091119/dropdown_linkbg.gif) no-repeat 10px center; padding-left: 20px; } html ul.topnav li ul.subnav li a:hover { /*--Hover effect for subnav links--*/ background: #222 url(http://www.webdm.cn/images/20091119/dropdown_linkbg.gif) no-repeat 10px center; }

  1. header img {

margin: 20px 0 10px; }

  1. editHeader {

/* margin-top: -18px; */ float: right; z-index: 11; float: right; } .cf:before,.cf:after { display: none; content: " "; /* 1 */ display: table; /* 2 */ }

.cf:after { clear: both; }

  1. goTop{
   background:yellow;
   padding:5px;
   position:fixed;
   top:-100px;
   right:10px;
   z-index: 100;

} </style>

</head>

<body>

<a id="goTop">Back to Top</a>

</body> </html>

<html> <head> <meta charset="utf-8"> <title>BIOMOD 2013 The Rising Power</title>

<style>

  • {margin:0;padding:0;font-family:"微软雅黑","Arial";}

body{ width: 960px; height: auto; margin: 0 auto; background-color:#000; border:#000 thin solid; }

  1. goTopBtn {POSITION: fixed;TEXT-ALIGN: center;LINE-HEIGHT: 30px;WIDTH: 100px;BOTTOM: 35px;HEIGHT: 100px;FONT-SIZE: 12px;RIGHT: 30px;}
  1. content{margin:0;padding:0;border:0px;}

/*hidden section*/ .firstHeading{display:none;}

  1. sidebar-main{display:none;}
  2. p-cactions{display:none;}
  3. p-personal{display:none;}

</style>

</head> <body>


</html>

Team

d
d

Member

<html>
<img src="http://openwetware.org/images/3/35/HKBU_2013_Zouge.JPG" width="519" height="346" alt=""/>

Mr. Zou Yu Kai

BIOMOD Team Member, Leader

Major: Applied Biology - Biotechnology, Senior

Dream: Achieve a PhD degree in Neuroscience.

<img src="http://openwetware.org/images/f/f5/HKBU_2013_Tianlun.JPG" width="519" height="346" alt=""/>

Mr. Liang Tian Lun

BIOMOD Team Member

Major: Chemistry, Senior

Dream: make better use of microscopic molecules to improve the quality of human life.

<img src="http://openwetware.org/images/b/b6/HKBU_2013_Xizhen.JPG" width="519" height="346" alt=""/>

Mr. Sun Xi Zhen

BIOMOD Team Member

Major: Computer Study - Information System, Senior

Dream: Enjoy delicious food all over the world.

<img src="http://openwetware.org/images/f/f8/HKBU_2013_Houfu.JPG" width="346" height="519" alt=""/>

Mr. Leng Hou Fu

BIOMOD Team Member

Major: Chinese Medicine and Biomedical Science, Senior

Dream: Wanna to become a translational medicine specialist in clinical treatment and lab research.

<img src="http://openwetware.org/images/8/8e/HKBU_2013_David.JPG" width="346" height="519" alt=""/>

Mr. Chung Kui Chan, David

BIOMOD Team Member

Major: Applied Biology - Environmental Science, Senior

Dream: Be a biomod prize winner!

<img src="http://openwetware.org/images/4/4b/HKBU_2013_Junqing.JPG" width="346" height="519" alt=""/>

Ms. Zhang Jun Qing

BIOMOD Team Member

Major: Chinese Medicine and Biomedical Science, Senior

Dream: doing what I LOVE and still making money! \= ̄ω ̄=/

</html>

Supervisor

<html>
<img src="http://biol.hkbu.edu.hk/wp-content/uploads/2012/09/Professor-Ken-Yung-06.12.2012.png" width="300" height="199" alt=""/>

Prof.Yung Ken Kin Lam

Primary Faculty Supervisor

Department of Biology, Hong Kong Baptist University

<img src="http://openwetware.org/images/7/77/HKBU_2013_Patrick.jpg" width="300" height="199" alt=""/>

Dr. Yue Patrick Ying Kit

Lecturer, Faculty Mentor

Department of Biology, Hong Kong Baptist University

</html>

Graduate Mentor

<html>
<img src="http://openwetware.org/images/b/b7/HKBU_2013_Carherine.jpg" width="365" height="274" alt=""/>

Ms.Catherine Iu (left)

Graduate Mentor

Department of Biology, Hong Kong Baptist University

</html>

Collaborator

<html>
<img src="http://openwetware.org/images/7/7f/Lai.jpg" width="200" height="200" alt=""/>

Dr. Lai Wai Chiu King

Assistant Professor, Collaborator

Department of Mechanical and Biomedical Engineering, City University of Hong Kong

<img src="http://openwetware.org/images/2/2b/Li.jpg" width="199" height="300" alt=""/>

Dr.Li Hung Wing

Associate Professor, Collaborator

Department of Chemistry, Hong Kong Baptist University

<img src="http://openwetware.org/images/6/61/HKBU_2013_Fang.jpg" width="225" height="300" alt=""/>

Mr.Fang Yuqiang

Collaborator, Technician for AFM imaging

Department of Mechancial and Biomedical Engineering, City University of Hong Kong

<img src="http://openwetware.org/images/a/af/HKBU_2013_Ashley.jpg" width="365" height="274" alt=""/>

Ms.Ashley Ho

Collaborator, Technician for FM imaging

Department of Chemistry, Hong Kong Baptist University

<img src="http://openwetware.org/images/f/fd/HKBU_2013_Ip_Wong.JPG" width="365" height="274" alt=""/>

Mr.Ip Wang Kwong

Senior Lab Technician, Department of Biology, Hong Kong Baptist University

<img src="http://openwetware.org/images/2/26/HKBU_2013_Huang.jpg" width="365" height="242" alt=""/>

Mr. Baichuan Huang

Collaborator, Video Producer

Major in Cinema and Television, Sophomore, Hong Kong Baptist University

<img src="http://openwetware.org/images/8/8e/HKBU_2013_Wu.jpg" width="365" height="263" alt=""/>

Ms. Wu Peiyue

Collaborator, Profile Photo Photographer

<img src="http://openwetware.org/images/f/f7/HKBU_2013_Qian.jpg" width="180" height="240" alt=""/>

Ms. Qian Jiangfan

Collaborator, T-shirt Designer

</body> </html>