(9 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
<html> | <html> | ||
− | |||
<menu class="main-menu"> | <menu class="main-menu"> | ||
<menuitem class="header"> | <menuitem class="header"> | ||
Line 7: | Line 6: | ||
<menu class="right menu"> | <menu class="right menu"> | ||
<menuitem class="dropdown dropdowntn"> | <menuitem class="dropdown dropdowntn"> | ||
− | Project | + | <span class="link" data-url="/Team:Nottingham/Project">Project</span> |
<div class="dropdown-content"> | <div class="dropdown-content"> | ||
<a href="/Team:Nottingham/Project#description"> | <a href="/Team:Nottingham/Project#description"> | ||
Line 18: | Line 17: | ||
</menuitem> | </menuitem> | ||
<menuitem class="dropdown dropdowntn"> | <menuitem class="dropdown dropdowntn"> | ||
− | Human Practices | + | <span class="link" data-url="/Team:Nottingham/Human_Practices">Human Practices</span> |
<div class="dropdown-content"> | <div class="dropdown-content"> | ||
<a href="/Team:Nottingham/Human_Practices#overview"> | <a href="/Team:Nottingham/Human_Practices#overview"> | ||
Line 35: | Line 34: | ||
</menuitem> | </menuitem> | ||
<menuitem class="dropdown dropdowntn"> | <menuitem class="dropdown dropdowntn"> | ||
− | Public Engagement | + | <span class="link" data-url="/Team:Nottingham/Public_Engagement">Public Engagement</span> |
<div class="dropdown-content"> | <div class="dropdown-content"> | ||
<a href="/Team:Nottingham/Public_Engagement#discovery"> | <a href="/Team:Nottingham/Public_Engagement#discovery"> | ||
Discovery day | Discovery day | ||
</a> | </a> | ||
− | <a href="/Team:Nottingham/Public_Engagement#school-workshops | + | <a href="/Team:Nottingham/Public_Engagement#school-workshops"> |
School workshops | School workshops | ||
</a> | </a> | ||
Line 50: | Line 49: | ||
</menuitem> | </menuitem> | ||
<menuitem class="dropdown dropdowntn"> | <menuitem class="dropdown dropdowntn"> | ||
− | Lab | + | <span class="link" data-url="/Team:Nottingham/Lab">Lab |
<div class="dropdown-content"> | <div class="dropdown-content"> | ||
<a href="/Team:Nottingham/Lab#ideas"> | <a href="/Team:Nottingham/Lab#ideas"> | ||
Line 76: | Line 75: | ||
</menuitem> | </menuitem> | ||
<menuitem class="dropdown dropdowntn"> | <menuitem class="dropdown dropdowntn"> | ||
− | Modelling | + | <span class="link" data-url="/Team:Nottingham/Model">Modelling |
− | <div class="dropdown-content"> | + | <div class="dropdown-content" style="min-width:300px"> |
− | <a href="Team:Nottingham/Model# | + | <a href="/Team:Nottingham/Model#intro"> |
− | + | Introduction | |
</a> | </a> | ||
− | <a href="Team:Nottingham/Model# | + | <a href="/Team:Nottingham/Model#summary"> |
− | + | Summary | |
</a> | </a> | ||
− | <a href="Team:Nottingham/Model# | + | <a href="/Team:Nottingham/Model#lytic-phage-models"> |
− | + | Lytic Phage Models | |
</a> | </a> | ||
− | <a href="Team:Nottingham/Model# | + | <a href="/Team:Nottingham/Model#temperate-phage-models"> |
+ | Temporate Phage Models | ||
+ | </a> | ||
+ | <a href="/Team:Nottingham/Model#comparison-of-models"> | ||
Comparsion of all three models | Comparsion of all three models | ||
</a> | </a> | ||
− | <a href="Team:Nottingham/Model#parameters"> | + | <a href="/Team:Nottingham/Model#methodology"> |
+ | Methodology | ||
+ | </a> | ||
+ | <a href="/Team:Nottingham/Model#parameters"> | ||
Parameters | Parameters | ||
</a> | </a> | ||
− | <a href="Team:Nottingham/Model#references"> | + | <a href="/Team:Nottingham/Model#references"> |
References | References | ||
</a> | </a> | ||
Line 99: | Line 104: | ||
</menuitem> | </menuitem> | ||
<menuitem class="dropdown dropdowntn"> | <menuitem class="dropdown dropdowntn"> | ||
− | Collaborations | + | <span class="link" data-url="/Team:Nottingham/Collaborations">Collaborations |
− | <div class="dropdown-content"> | + | <div class="dropdown-content" style="min-width:300px"> |
<a href="/Team:Nottingham/Collaborations#warwick"> | <a href="/Team:Nottingham/Collaborations#warwick"> | ||
The University of Warwick | The University of Warwick | ||
Line 116: | Line 121: | ||
</menuitem> | </menuitem> | ||
<menuitem class="dropdown dropdowntn"> | <menuitem class="dropdown dropdowntn"> | ||
− | Achievements | + | <span class="link" data-url="/Team:Nottingham/Achievements">Achievements |
<div class="dropdown-content"> | <div class="dropdown-content"> | ||
<a href="/Team:Nottingham/Achievements#medal-criteria"> | <a href="/Team:Nottingham/Achievements#medal-criteria"> | ||
Line 136: | Line 141: | ||
</menuitem> | </menuitem> | ||
<menuitem class="dropdown dropdowntn"> | <menuitem class="dropdown dropdowntn"> | ||
− | Team | + | <span class="link" data-url="/Team:Nottingham/Team">Team |
− | <div class="dropdown-content"> | + | <div class="dropdown-content" style="min-width:200px"> |
<a href="/Team:Nottingham/Team#Students"> | <a href="/Team:Nottingham/Team#Students"> | ||
Students | Students | ||
Line 196: | Line 201: | ||
.dropdown:hover .dropbtn {background-color: #3e8e41;} | .dropdown:hover .dropbtn {background-color: #3e8e41;} | ||
</style> | </style> | ||
+ | |||
+ | <script> | ||
+ | $("span.link").on("click", function() { | ||
+ | window.location = $(this).data("url"); | ||
+ | }); | ||
+ | </script> | ||
</html> | </html> |
Latest revision as of 22:19, 17 October 2018