Line 4: | Line 4: | ||
<head> | <head> | ||
<style> | <style> | ||
− | + | .container { | |
− | + | ||
− | + | ||
− | + | ||
overflow: hidden; | overflow: hidden; | ||
background-color: #333; | background-color: #333; | ||
+ | font-family: Arial; | ||
} | } | ||
− | + | .container a { | |
float: left; | float: left; | ||
− | + | font-size: 16px; | |
− | + | ||
− | + | ||
− | + | ||
color: white; | color: white; | ||
text-align: center; | text-align: center; | ||
Line 24: | Line 19: | ||
} | } | ||
− | + | .dropdown { | |
− | + | float: left; | |
+ | overflow: hidden; | ||
} | } | ||
− | + | .dropdown .dropbtn { | |
− | + | font-size: 16px; | |
+ | border: none; | ||
+ | outline: none; | ||
+ | color: white; | ||
+ | padding: 14px 16px; | ||
+ | background-color: inherit; | ||
+ | } | ||
+ | |||
+ | .container a:hover, .dropdown:hover .dropbtn { | ||
+ | background-color: red; | ||
} | } | ||
Line 42: | Line 47: | ||
.dropdown-content a { | .dropdown-content a { | ||
+ | float: none; | ||
color: black; | color: black; | ||
padding: 12px 16px; | padding: 12px 16px; | ||
Line 49: | Line 55: | ||
} | } | ||
− | .dropdown-content a:hover {background-color: # | + | .dropdown-content a:hover { |
+ | background-color: #ddd; | ||
+ | } | ||
.dropdown:hover .dropdown-content { | .dropdown:hover .dropdown-content { | ||
Line 58: | Line 66: | ||
<body> | <body> | ||
− | + | <div class="container"> | |
− | < | + | <a href=/Team:Edinburgh_UG>Home</a> |
− | + | <div class="dropdown"> | |
− | + | <button class="dropbtn">Team</button> | |
− | + | <div class="dropdown-content"> | |
− | + | <a href=/Team:Edinburgh_UG/Team>Team</a> | |
− | + | <a href=/Team:Edinburgh_UG/Collaborations>Collaborations</a> | |
− | + | </div> | |
− | + | </div> | |
− | + | <div class="dropdown"> | |
− | + | <button class="dropbtn">Projects</button> | |
− | + | <div class="dropdown-content"> | |
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
<a href=/Team:Edinburgh_UG/Description>Description</a> | <a href=/Team:Edinburgh_UG/Description>Description</a> | ||
<a href=/Team:Edinburgh_UG/Design>Design</a> | <a href=/Team:Edinburgh_UG/Design>Design</a> | ||
Line 87: | Line 89: | ||
<a href=/Team:Edinburgh_UG/Improve>Improve</a> | <a href=/Team:Edinburgh_UG/Improve>Improve</a> | ||
<a href=/Team:Edinburgh_UG/Attributions>Attributions</a> | <a href=/Team:Edinburgh_UG/Attributions>Attributions</a> | ||
− | + | </div> | |
− | + | </div> | |
− | + | <div class="dropdown"> | |
− | + | <button class="dropbtn">Parts</button> | |
− | + | <div class="dropdown-content"> | |
− | <a href= | + | <a href=/Team:Edinburgh_UG/Parts>Parts</a> |
− | <a href= | + | <a href=/Team:Edinburgh_UG/Basic_Part>Basic Parts</a> |
− | <a href= | + | <a href=/Team:Edinburgh_UG/Composite_Part>Composite Parts</a> |
− | <a href= | + | <a href=/Team:Edinburgh_UG/Part_Collection>Part Collection</a> |
− | + | </div> | |
− | + | </div> | |
− | + | <a href=/Team:Edinburgh_UG/Safety>Safety</a> | |
− | + | <div class="dropdown"> | |
− | + | <button class="dropbtn">Human Practices</button> | |
− | < | + | |
− | + | ||
− | + | ||
− | + | ||
<div class="dropdown-content"> | <div class="dropdown-content"> | ||
<a href=/Team:Edinburgh_UG/HP/Silver>Silver HP</a> | <a href=/Team:Edinburgh_UG/HP/Silver>Silver HP</a> | ||
Line 110: | Line 108: | ||
<a href=/Team:Edinburgh_UG/HP/Engagement>Public Engagement</a> | <a href=/Team:Edinburgh_UG/HP/Engagement>Public Engagement</a> | ||
</div> | </div> | ||
− | </ | + | </div> |
− | < | + | <div class="dropdown"> |
− | < | + | <button class="dropbtn">Awards</button> |
<div class="dropdown-content"> | <div class="dropdown-content"> | ||
<a href=/Team:Edinburgh_UG/Applied_Design>Applied Design</a> | <a href=/Team:Edinburgh_UG/Applied_Design>Applied Design</a> | ||
Line 122: | Line 120: | ||
<a href=/Team:Edinburgh_UG/Software>Software</a> | <a href=/Team:Edinburgh_UG/Software>Software</a> | ||
</div> | </div> | ||
− | </ | + | </div> |
− | </ | + | </div> |
<img style="max-width: 100%" src="https://static.igem.org/mediawiki/2017/c/c3/T--Edinburgh_UG--logo.png" width="100%"> | <img style="max-width: 100%" src="https://static.igem.org/mediawiki/2017/c/c3/T--Edinburgh_UG--logo.png" width="100%"> |
Revision as of 14:59, 20 June 2017
Edinburgh_UG
Many commercially important chemicals are manufactured with the help of microbes. These microbes are often genetically modified so that they are equipped with the necessary enzymes to produce those chemicals. However, there are millions of species in nature, each carrying their own version of enzymes. Which one should we choose to put into the microbes? To answer this questions, researchers normally test these enzymes – or combinations of enzymes – one by one to see if they work well in the microbe. As you may imagine, this is very labour-intensive and time-consuming, even with the help of automated systems. Therefore, we, the Homologics team, are developing a highly-adaptable method to speed up this process.