- ≡ Menu
- Home
- Team
- Project
- InterLab
- Description
- Design
- Experiments
- Notebook
- Model
- Results
- Demonstrate
- Improve
- Attributions
- Human Practices
- Human Practices
- Education & Engagement
- Parts
- Parts Overview
- Basic Parts
- Composite Parts
- Part Collection
- Awards
- Applied Design
- Entrepeneurship
- Hardware
- Measurement
- Model
- Plant
- Software
- Sponsors
(Prototype team page) |
JacquesHille (Talk | contribs) |
||
Line 10: | Line 10: | ||
− | < | + | <script> |
+ | //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// | ||
+ | $(document).ready(function() { | ||
+ | $("#HQ_page").attr('id',''); | ||
+ | |||
+ | //highlight current page on the menu | ||
+ | highlight_current_page_menu(); | ||
+ | |||
+ | //accessing submenus | ||
+ | $(".menu_item").click(function(){ | ||
+ | $(".submenu_control_icon", this).toggleClass("open"); | ||
+ | $(this).next(".submenu").fadeToggle(400); | ||
+ | }); | ||
+ | |||
+ | //mobile menu access | ||
+ | $(".igem_2018_team_mobile_bar").click(function(){ | ||
+ | $(this).next().toggleClass("displaying_menu"); | ||
+ | }); | ||
+ | |||
+ | }); | ||
+ | function highlight_current_page_menu() { | ||
+ | |||
+ | var page_url="https://2018.igem.org/"; | ||
+ | page_url = page_url + wgPageName; | ||
+ | $("a[href$='"+ page_url +"']").children().addClass("current_page"); | ||
+ | |||
+ | //if the page is in a submenu, open the submenu and make the appropiate changes | ||
+ | if( $( ".current_page" ).hasClass( "submenu_item" )){ | ||
+ | |||
+ | $(".current_page").parent().parent().fadeToggle(400); | ||
+ | $(".current_page").parent().parent().prev().addClass("current_page"); | ||
+ | $(".menu_item.current_page > .submenu_control_icon").toggleClass("open"); | ||
+ | |||
+ | } | ||
+ | } | ||
− | |||
− | |||
− | |||
− | |||
− | + | /*********************** Own Script: ****************/ | |
− | + | ||
− | + | ||
− | + | ||
− | + | ||
+ | function showPopup(popup_name) { | ||
+ | var popup = document.getElementById(popup_name); | ||
+ | popup.classList.toggle("show"); | ||
+ | } | ||
+ | |||
− | < | + | //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// |
+ | </script> | ||
+ | <style> | ||
+ | .collapsible { | ||
+ | background-color: white; | ||
+ | color: #484848; | ||
+ | cursor: pointer; | ||
+ | padding: 18px; | ||
+ | width: 100%; | ||
+ | border: none; | ||
+ | text-align: left; | ||
+ | outline: none; | ||
+ | font-size: 15px; | ||
+ | } | ||
+ | .collapsible-header { | ||
+ | background-color: #039435 | ||
+ | color: white; | ||
+ | } | ||
− | + | .content { | |
− | + | padding: 0 18px; | |
+ | display: none; | ||
+ | overflow: hidden; | ||
+ | background-color: #f1f1f1; | ||
+ | } | ||
+ | </style> | ||
− | < | + | <!-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------> |
− | < | + | <!--- THIS IS WHERE THE HTML BEGINS ---> |
− | + | <!-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------> | |
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | < | + | |
− | < | + | <head> |
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
+ | <!-- This tells the browser that your page is responsive --> | ||
+ | <meta name="viewport" content="width=device-width, initial-scale=1"> | ||
+ | <script src="scrollreveal.js"> </script> | ||
+ | <link rel="stylesheet" type="text/css" href="groningen.css"> | ||
− | < | + | <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/materialize/1.0.0-alpha.4/css/materialize.min.css"> |
− | + | ||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
+ | <script type = "text/javascript" src = "https://code.jquery.com/jquery-2.1.1.min.js"></script> | ||
+ | <!-- Compiled and minified JavaScript --> | ||
+ | <script src="https://cdnjs.cloudflare.com/ajax/libs/materialize/1.0.0-alpha.4/js/materialize.min.js"></script> | ||
+ | </head> | ||
+ | <!-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------> | ||
+ | <!--- Menu ---> | ||
+ | <!-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------> | ||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | <div class=" | + | <!-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------> |
− | <div class=" | + | <!--- Content of the page ---> |
− | < | + | <!-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------> |
− | < | + | <style> |
− | </div> | + | .portrait_photo { |
+ | border-radius: 10px | ||
+ | } | ||
+ | </style> | ||
+ | |||
+ | <div class="navbar-fixed"> | ||
+ | <!-- <nav class="row red"> --> | ||
+ | <div id="primary_nav_wrap" style="z-index: 2000"> | ||
+ | <ul> | ||
+ | <li class="mobicon"> <a href="javascript:void(0);" onclick="mobnavtoggle()">≡ Menu</a></li> | ||
+ | |||
+ | <li><a href="https://2018.igem.org/Team:Groningen">Home</a></li> | ||
+ | <li><a onclick="">Team</a> | ||
+ | <ul> | ||
+ | <li class="dir"><a href="https://2018.igem.org/Team:Groningen/Team">Team Members</a></li> | ||
+ | <li class="dir"><a href="">Collaborations</a></li> | ||
+ | </ul> | ||
+ | </li> | ||
+ | <li><a onclick="">Project</a> | ||
+ | <ul> | ||
+ | <li><a href="https://2018.igem.org/Team:Groningen/InterLab">InterLab</a></li> | ||
+ | <li class="dir">Description</li> | ||
+ | <li class="dir">Design</li> | ||
+ | <li class="dir">Experiments</li> | ||
+ | <li class="dir">Notebook</li> | ||
+ | <li class="dir">Model</li> | ||
+ | <li class="dir">Results</li> | ||
+ | <li class="dir">Demonstrate</li> | ||
+ | <li class="dir">Improve</li> | ||
+ | <li class="dir">Attributions</li> | ||
+ | </ul> | ||
+ | </li> | ||
+ | <li><a onclick="">Human Practices</a> | ||
+ | <ul> | ||
+ | <li class="dir">Human Practices</li> | ||
+ | <li class="dir">Education & Engagement</li> | ||
+ | </ul> | ||
+ | </li> | ||
+ | <li><a onclick="">Parts</a> | ||
+ | <ul> | ||
+ | <li class="dir">Parts Overview</li> | ||
+ | <li class="dir">Basic Parts</li> | ||
+ | <li class="dir">Composite Parts</li> | ||
+ | <li class="dir">Part Collection</li> | ||
+ | </ul> | ||
+ | </li> | ||
+ | <li><a onclick="">Awards</a> | ||
+ | <ul> | ||
+ | <li class="dir">Applied Design</li> | ||
+ | <li class="dir">Entrepeneurship</li> | ||
+ | <li class="dir">Hardware</li> | ||
+ | <li class="dir">Measurement</li> | ||
+ | <li class="dir">Model</li> | ||
+ | <li class="dir">Plant</li> | ||
+ | <li class="dir">Software</li> | ||
+ | </ul> | ||
+ | </li> | ||
+ | <li><a>Sponsors</a></li> | ||
+ | </ul> | ||
+ | </div> | ||
+ | <!-- </nav> --> | ||
+ | <div> | ||
+ | |||
+ | <!------------- toggle mobile menu -----------> | ||
+ | <script> | ||
+ | function mobnavtoggle() { | ||
+ | document.getElementByID("primary_nav_wrap").classList.toggle("mobnav"); | ||
+ | } | ||
+ | </script> | ||
+ | |||
+ | <style> | ||
+ | .mobicon {display:none;} | ||
+ | </style> | ||
+ | |||
+ | <div box-shadow="0 0 px 8px #10722B inset" visibility="hidden"> | ||
+ | <img src="https://static.igem.org/mediawiki/2018/5/5c/T--Groningen--WikiBackgroundImage.png" width="100%" height="auto"> | ||
</div> | </div> | ||
+ | <div style="position:relative; height: 15px; ; z-index: 5; box-shadow: 0px 0px 8px 1px black; background-color: white"></div> | ||
+ | <!-- PAGE CONTENT --> | ||
+ | <div class="igem_2018_team_content" style="background-color: white"> | ||
+ | <div class="igem_2018_team_column_wrapper"> | ||
+ | <h1 class="headline">Attributions</h1> | ||
+ | <body> | ||
+ | <ul class="collapsible popout"> | ||
+ | <li> | ||
+ | <h4 class="collapsible-header">PI's</h4> | ||
+ | <div class="collapsible-body"> | ||
+ | <ul>Jan Kok</ul> | ||
+ | <ul>Dirk-Jan Scheffers</ul> | ||
+ | </div> | ||
+ | </li> | ||
+ | <li> | ||
+ | <h4 class="collapsible-header">Instructors</h4> | ||
+ | <div class="collapsible-body"> | ||
+ | <ul>Andreas Milias</ul> | ||
+ | <ul>Linda Dijkshoorn</ul> | ||
+ | <ul>Agnieszka Wegrzyn</ul> | ||
+ | <ul>Sergey Lunev</ul> | ||
+ | </div> | ||
+ | </li> | ||
+ | <li> | ||
+ | <h4 class="collapsible-header">General Support</h4> | ||
+ | <div class="collapsible-body"> | ||
+ | <ul>Lisbeth Ravnkilde Kjolbye: <i>for providing us with many contacts to get our project off the ground</i></ul> | ||
+ | <ul>Thanks to Matthijs’ personnel pass for free coffee</ul> | ||
+ | <ul>Sonja Billerbeck: <i>advice about the iGEM competition in general</i></ul> | ||
+ | <ul>Siger Holsappel: <i>general support in logistics</i></ul> | ||
+ | <ul>Ger Telkamp: <i>for providing us with lab-equipment from the practicum pool</i></ul> | ||
+ | <ul>Manon Dusseljee: <i>for financial administrative support</i></ul> | ||
+ | <ul>Hannah Dosenko: <i>for helping us with our ....</i></ul> | ||
+ | </div> | ||
+ | </li> | ||
+ | <li> | ||
+ | <h4 class="collapsible-header">Fundraising help and advice</h4> | ||
+ | <div class="collapsible-body"> | ||
+ | <ul>Chienes Metus: <i>For aiding us in our financial planning and taking care of all of our bills</i></ul> | ||
+ | <ul>Mareike Schmidt: <i>For giving advice on organizing our fundraising barbecue </i></ul> | ||
+ | <ul>Derk Bosker: <i>For guidance in the crowd-funding page </i></ul> | ||
+ | </div> | ||
+ | </li> | ||
+ | <li> | ||
+ | <h4 class="collapsible-header">Lab Support</h4> | ||
+ | <div class="collapsible-body"> | ||
+ | </div> | ||
+ | </li> | ||
+ | <li> | ||
+ | <h4 class="collapsible-header">Lab design Support</h4> | ||
+ | <div class="collapsible-body"> | ||
+ | </div> | ||
+ | </li> | ||
+ | <li> | ||
+ | <h4 class="collapsible-header">Personal development and coaching</h4> | ||
+ | <div class="collapsible-body"> | ||
+ | </div> | ||
+ | </li> | ||
+ | <li> | ||
+ | <h4 class="collapsible-header">(Integrated) Human Practices and Public Engagement Support</h4> | ||
+ | <div class="collapsible-body"> | ||
+ | </div> | ||
+ | </li> | ||
+ | <li> | ||
+ | <h4 class="collapsible-header">Outreach and Social Media</h4> | ||
+ | <div class="collapsible-body"> | ||
+ | </div> | ||
+ | </li> | ||
+ | <li> | ||
+ | <h4 class="collapsible-header">Drylab Support</h4> | ||
+ | <div class="collapsible-body"> | ||
+ | </div> | ||
+ | </li> | ||
+ | </ul> | ||
+ | <script> | ||
+ | $(document).ready(function(){ | ||
+ | $('.collapsible').collapsible(); | ||
+ | }); | ||
+ | </script> | ||
+ | </body> | ||
</html> | </html> |
Revision as of 10:56, 30 September 2018
★ ALERT!
This page is used by the judges to evaluate your team for the medal criterion or award listed below.
Delete this box in order to be evaluated for this medal criterion and/or award. See more information at Instructions for Pages for awards.