Team:Hong Kong HKUST/instructors
From 2013.igem.org
(Difference between revisions)
Line 1: | Line 1: | ||
<html> | <html> | ||
+ | <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.10.1/jquery.min.js"> | ||
+ | </script> | ||
+ | <script type="text/javascript"> | ||
+ | $(document).ready(function(){ | ||
+ | $(".menu li").hover(function(){ | ||
+ | $(this).find("ul>li").stop().fadeToggle(10); | ||
+ | }); | ||
+ | }); | ||
+ | </script> | ||
+ | |||
+ | <style type="text/css"> | ||
+ | .menu ul{ | ||
+ | margin:0; | ||
+ | padding:0; | ||
+ | list-style:none; | ||
+ | } | ||
+ | |||
+ | |||
+ | .menu{ | ||
+ | position:absolute; | ||
+ | z-index:+1; | ||
+ | } | ||
+ | |||
+ | body{ | ||
+ | font-family:auto; | ||
+ | background-color:white; | ||
+ | padding:0px; | ||
+ | } | ||
+ | |||
+ | .menu ul li{ | ||
+ | float:left; | ||
+ | width:160px; | ||
+ | height:30px; | ||
+ | line-height:30px; | ||
+ | text-align:center; | ||
+ | background-color:green; | ||
+ | } | ||
+ | |||
+ | .menu ul li a{ | ||
+ | text-decoration:none; | ||
+ | color:yellow; | ||
+ | } | ||
+ | |||
+ | .menu ul li li{ | ||
+ | background-color:green; | ||
+ | color:white; | ||
+ | display:none; | ||
+ | } | ||
+ | |||
+ | .menu ul li li:hover{ | ||
+ | background:green; | ||
+ | } | ||
+ | |||
+ | .menu ul li li a{ | ||
+ | text-decoration:none; | ||
+ | color:white; | ||
+ | } | ||
+ | </style> | ||
+ | <style> | ||
+ | .pos_fixed | ||
+ | { | ||
+ | position:fixed; | ||
+ | top:300px; | ||
+ | left:10px; | ||
+ | } | ||
+ | |||
+ | ol.pos_fixed | ||
+ | { | ||
+ | list-style-type:none; | ||
+ | margin:0; | ||
+ | padding:0; | ||
+ | } | ||
+ | .pos_fixed a:link,.pos_fixed a:visited | ||
+ | { | ||
+ | display:block; | ||
+ | font-weight:bold; | ||
+ | color:#FFFFFF; | ||
+ | background-color:#98bf21; | ||
+ | width:120px; | ||
+ | text-align:center; | ||
+ | padding:4px; | ||
+ | text-decoration:none; | ||
+ | text-transform:uppercase; | ||
+ | } | ||
+ | .pos_fixed a:hover,.pos_fixed a:active | ||
+ | { | ||
+ | background-color:#7A991A; | ||
+ | } | ||
+ | |||
+ | </style> | ||
+ | </head> | ||
+ | <body> | ||
+ | |||
+ | <div class="menu"> | ||
+ | <ul> | ||
+ | |||
+ | <li><a href=" ">Home</a></li> | ||
+ | |||
+ | <li><a href="team">Team</a> | ||
+ | <ul> | ||
+ | <li><a href="members">Members</a></li> | ||
+ | <li><a href="advisors">Advisors</a></li> | ||
+ | <li><a href="instructors">Instructors</a></li> | ||
+ | </ul> | ||
+ | </li> | ||
+ | |||
+ | <li><a href="project">Project</a> | ||
+ | <ul> | ||
+ | <li><a href="abstract">Abstract(Details)</a></li> | ||
+ | <li><a href="modelling">Modelling</a></li> | ||
+ | <li><a href="characterization">Characterization</a></li> | ||
+ | <li><a href="parts">Parts</a></li> | ||
+ | <li><a href="datapage">Data Page</a></li> | ||
+ | <li><a href="results">Results</a></li> | ||
+ | </ul> | ||
+ | </li> | ||
+ | |||
+ | <li><a href="wetlab">Wetlab</a> | ||
+ | <ul> | ||
+ | <li><a href="notebook">Notebook</a></li> | ||
+ | <li><a href="protocols">Protocols</a></li> | ||
+ | <li><a href="safety">Safety</a></li> | ||
+ | </ul> | ||
+ | </li> | ||
+ | |||
+ | <li><a href="achievements">Achievement</a> | ||
+ | <ul> | ||
+ | <li><a href="medalrequirements">Medal Requirements</a></li> | ||
+ | <li><a href="prizes">Prizes</a></li> | ||
+ | </ul> | ||
+ | </li> | ||
+ | |||
+ | <li><a href="humanpractice">Human Practice</a></li> | ||
+ | |||
+ | </ul> | ||
+ | |||
+ | </div> | ||
+ | |||
+ | |||
+ | |||
+ | |||
+ | |||
+ | |||
+ | </body> | ||
<head> | <head> | ||
Revision as of 08:04, 18 July 2013
Here are our amazing instructors. They are the one who lead us to success!
Dr. King L. CHOW
Professor, Division of Life Science, Hong Kong University of Science and Technology
Professor, Division of Life Science, Hong Kong University of Science and Technology
Dr. Jessica Ce Mun Tang
Division of Life Science, Hong Kong University of Science and Technology
Division of Life Science, Hong Kong University of Science and Technology