Team:Hong Kong HKUST/human practice
From 2014.igem.org
Line 2: | Line 2: | ||
<head> | <head> | ||
- | |||
<link rel="stylesheet" href="https://2014.igem.org/wiki/index.php?title=Template:Team:Hong_Kong_HKUST/indexpage.css&action=raw&ctype=text/css" type="text/css" > | <link rel="stylesheet" href="https://2014.igem.org/wiki/index.php?title=Template:Team:Hong_Kong_HKUST/indexpage.css&action=raw&ctype=text/css" type="text/css" > | ||
<script src="http://ajax.aspnetcdn.com/ajax/jQuery/jquery-1.11.1.min.js"></script> | <script src="http://ajax.aspnetcdn.com/ajax/jQuery/jquery-1.11.1.min.js"></script> | ||
- | <script | + | <script> |
+ | $(document).ready(function(){ | ||
+ | $(window).scroll(function(){ | ||
+ | var scrollTop = $(window).scrollTop(); | ||
+ | if (scrollTop > 49) { | ||
+ | $('#menu').addClass('fixed'); | ||
+ | } else { | ||
+ | $('#menu').removeClass('fixed'); | ||
+ | } | ||
+ | }); | ||
+ | }); | ||
+ | |||
+ | </script> | ||
+ | <script> | ||
+ | var on = true; | ||
+ | var myVar = setInterval(function(){ if(on) {slides()}on=true;},3000); | ||
+ | |||
+ | function slides(i) { | ||
+ | document.getElementsByClassName("slide_pic")[1].style.width="0px"; | ||
+ | document.getElementsByClassName("slide_pic")[2].style.width="100%"; | ||
+ | var slide = document.getElementsByClassName("slide_pic")[0]; | ||
+ | document.getElementById("slide").appendChild(slide); | ||
+ | if(i) { | ||
+ | on = false; | ||
+ | } | ||
+ | } | ||
+ | function back_slide(i) { | ||
+ | document.getElementsByClassName("slide_pic")[1].style.width="0px"; | ||
+ | document.getElementsByClassName("slide_pic")[0].style.width="100%"; | ||
+ | var slide = document.getElementsByClassName("slide_pic")[4]; | ||
+ | var slide2 = document.getElementsByClassName("slide_pic")[0]; | ||
+ | document.getElementById("slide").insertBefore(slide,slide2); | ||
+ | if(i) { | ||
+ | on = false; | ||
+ | } | ||
+ | } | ||
+ | </script> | ||
</head> | </head> | ||
<body> | <body> | ||
- | < | + | <div id='nav_container'> |
- | <ul | + | <nav> |
- | + | ||
- | + | <ul id="menu"> | |
- | + | <li><a href="#">Home</a></li> | |
- | + | <li><a href="#">Team</a> | |
- | + | <!-- First Tier Drop Down --> | |
- | + | <ul> | |
- | + | <li><a href="#">Members</a></li> | |
- | + | <li><a href="#">Advisers</a></li> | |
- | + | <li><a href="#">Instructor</a></li> | |
- | + | </ul> | |
- | + | </li> | |
- | + | <li><a href="#">Project</a> | |
- | + | <!-- First Tier Drop Down --> | |
- | + | <ul> | |
- | + | <li><a href="#">Main Project</a> | |
- | + | <ul> | |
- | + | <li><a href="#">Overview</a></li> | |
- | + | <li><a href="#">Module one </a></li> | |
- | + | <li><a href="#">Module two</a></li> | |
- | + | <li><a href="#">Data</a></li> | |
- | + | <li><a href="#">Characterization</a></li> | |
- | + | </ul></li> | |
- | + | <li><a href="#">Side Project</a> | |
- | + | <ul> | |
- | + | <li><a href="#">Overview</a></li> | |
- | + | <li><a href="#">Parts</a></li> | |
- | + | <li><a href="#">Catalogue</a></li> | |
- | + | <li><a href="#">Feature pages</a></li> | |
- | + | </ul></li> | |
- | + | ||
- | + | </ul> | |
- | + | </li> | |
- | + | <li><a href="#">Human Practice</a> | |
- | + | <ul> | |
- | + | <li><a href="#">Overview</a></li> | |
- | + | <li><a href="#">Start up kit</a> | |
- | + | <ul> | |
- | + | <li><a href="#">Interview</a></li> | |
- | + | <li><a href="#">Report</a></li> | |
- | + | <li><a href="#">Database</a></li> | |
- | + | </ul></li> | |
- | + | <li><a href="#">Talks</a></li> | |
- | + | <li><a href="#">Outreach</a></li> | |
- | + | </ul></li> | |
- | + | <li><a href="#">Wetlab</a> | |
- | + | <ul> | |
- | < | + | <li><a href="#">Protocol</a></li> |
- | + | <li><a href="#">Notebook</a></li> | |
- | + | <li><a href="#">Safety</a></li> | |
- | + | </ul></li> | |
- | + | <li><a href="#">Achievement</a> | |
- | + | <ul> | |
- | + | <li><a href="#">Medal Requirement</a></li> | |
- | + | <li><a href="#">Deliverable</a></li> | |
- | + | </ul></li> | |
- | + | <li class= "logo"><a href="https://2014.igem.org/Main_Page"> <img src="Igemlogo_whiteletters.png" height="45px"> </a></li> | |
- | + | <li class= "logo"><a href="http://www.ust.hk/"> <img src="HKUST_logo.png" height="45px"> </a></li> | |
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
</ul> | </ul> | ||
+ | |||
</nav> | </nav> | ||
- | <!-- ================ do not touch any thing above this, dont even think about it =========================--> | + | </div> |
+ | <h1> </h1> | ||
+ | <!-- ================ do not touch any thing above this, dont even think about it =========================--> | ||
<div id="content_container"> | <div id="content_container"> | ||
<div class= "banner_area"> | <div class= "banner_area"> | ||
- | <img src= ' | + | <img src= 'banner_mod.png' /> |
<!--banner should be larger and height should be more than 400px--> | <!--banner should be larger and height should be more than 400px--> | ||
</div> | </div> | ||
Line 186: | Line 208: | ||
<table class= "site_map_table" align= "center"> | <table class= "site_map_table" align= "center"> | ||
- | + | <tr> | |
- | + | <td class= 'site_map_column'><a href="#"><h4>Home</h4></a> | |
- | + | <ul class= 'site_list'> | |
- | + | <li class='site_link'><a href="#">Team</li></a> | |
- | + | <li class='site_link'><a href="#">Project</li></a> | |
- | + | <li class='site_link'><a href="#">WetLab</li></a> | |
- | + | <li class='site_link'><a href="#">Achievement</li></a> | |
- | + | <li class='site_link'><a href="#">Human Practice</li></a> | |
- | + | <li class='site_link'><a href="#">Side Project</li></a> | |
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
</ul> | </ul> | ||
- | </ | + | |
- | < | + | </td> |
- | <ul> | + | <td class= 'site_map_column'><a href="#"><h4>Team</h4></a> |
- | <li><a href=" | + | <ul class= 'site_list'> |
- | <li><a href=" | + | <li class='site_link'><a href="#">Member</li></a> |
- | <li><a href=" | + | <li class='site_link'><a href="#">Advisor</li></a> |
+ | <li class='site_link'><a href="#">Instructor</li></a> | ||
+ | <li class='site_link'><a href="#">Attribution</li></a> | ||
+ | <li class='site_link'><a href="#">Acknowledgement</li></a> | ||
</ul> | </ul> | ||
- | </ | + | </td> |
- | <li class='site_link'><a href=" | + | <td class= 'site_map_column'><a href="#"><h4>Main Project</h4></a> |
- | + | <ul class= 'site_list'> | |
- | + | <li class='site_link'><a href="#">Overview</li></a> | |
- | + | <li class='site_link'><a href="#">Module one</li></a> | |
- | + | <li class='site_link'><a href="#">Module two</li></a> | |
- | + | <li class='site_link'><a href="#">Data</li></a> | |
- | + | <li class='site_link'><a href="#">Characterisation</li></a> | |
- | + | </ul> | |
- | + | </td> | |
- | + | <td class= 'site_map_column'><a href="#"><h4>Side Project</h4></a> | |
- | + | <ul class= 'site_list'> | |
- | + | <li class='site_link'><a href="#">Overview</li></a> | |
- | + | <li class='site_link'><a href="#">Parts</li></a> | |
- | + | <li class='site_link'><a href="#">Catalogue</li></a> | |
- | + | <li class='site_link'><a href="#">Feature Pages</li></a> | |
- | + | </ul> | |
- | + | </td> | |
- | + | <td class= 'site_map_column'><a href="#"><h4>Human Practice</h4></a> | |
- | + | <ul class= 'site_list'> | |
- | + | <li class='site_link'><a href="#">Overview</li></a> | |
- | + | <li class='site_link'><a href="#">Start up kit</li></a> | |
- | + | <ul> | |
- | + | <li class='site_link'><a href="#">Interview</li></a> | |
- | + | <li class='site_link'><a href="#">Report</li></a> | |
- | + | <li class='site_link'><a href="#">Database</li></a> | |
- | + | </ul> | |
+ | <li class='site_link'><a href="#">Talks</li></a> | ||
+ | <li class='site_link'><a href="#">Outreach</li></a> | ||
+ | </ul> | ||
+ | </td> | ||
+ | <td class= 'site_map_column'><a href="#"><h4>Wetlab</h4></a> | ||
+ | <ul class= 'site_list'> | ||
+ | <li class='site_link'><a href="#">Protocol</li></a> | ||
+ | <li class='site_link'><a href="#">Notebook</li></a> | ||
+ | <li class='site_link'><a href="#">Safety</li></a> | ||
+ | </ul> | ||
+ | </td> | ||
+ | <td class= 'site_map_column'><a href="#"><h4>Achievement</h4></a> | ||
+ | <ul class= 'site_list'> | ||
+ | <li class='site_link'><a href="#">Medal Requirements</li></a> | ||
+ | <li class='site_link'><a href="#">Deliverable</li></a> | ||
+ | </ul> | ||
+ | </td> | ||
+ | </tr> | ||
- | |||
- | |||
</table> | </table> | ||
- | + | ||
</body> | </body> | ||
</html> | </html> |
Revision as of 06:08, 1 October 2014
Human Practice
The meaning of life is a philosophical question concerning the significance of life or existence in general. It can also be expressed in different forms, such as "Why are we here?", "What is life all about?", and "What is the purpose of existence?" It has been the subject of much philosophical, scientific, and theological speculation throughout history. There have been a large number of proposed answers to these questions from many different cultural and ideological backgrounds. The meaning of life is in the philosophical and religious conceptions of existence, social ties, consciousness, and happiness, and borders on many other issues, such as symbolic meaning, ontology, value, purpose, ethics, good and evil, free will, the existence of one or multiple gods, conceptions of God, the soul, and the afterlife. |
Interview 2
Fig 1 . Here is the potato.Here is the description of the potato: it is a potato!Scientific contributions focus primarily on describing related empirical facts about the universe, exploring the context and parameters concerning the 'how' of life. Science also studies and can provide recommendations for the pursuit of well-being and a related conception of morality. |
The meaning of life is a philosophical question concerning the significance of life or existence in general. It can also be expressed in different forms, such as "Why are we here?", "What is life all about?", and "What is the purpose of existence?" It has been the subject of much philosophical, scientific, and theological speculation throughout history. There have been a large number of proposed answers to these questions from many different cultural and ideological backgrounds. The meaning of life is in the philosophical and religious conceptions of existence, social ties, consciousness, and happiness, and borders on many other issues, such as symbolic meaning, ontology, value, purpose, ethics, good and evil, free will, the existence of one or multiple gods, conceptions of God, the soul, and the afterlife. |
Home |
Team |
Main Project |
Side Project |
Human Practice |
Wetlab |
Achievement |