Difference between revisions of "Team:KU Leuven/InterLabStudy/Protocol"
(Blanked the page) |
|||
Line 1: | Line 1: | ||
+ | {{KU_Leuven}} | ||
+ | {{KU_Leuven/css}} | ||
+ | {{KU_Leuven/Lightbox/css}} | ||
+ | {{KU_Leuven/modeling/top/css}} | ||
+ | <html> | ||
+ | <!--load mathJax related stuff --> | ||
+ | <script type="text/x-mathjax-config"> | ||
+ | MathJax.Hub.Config({tex2jax: {inlineMath: [['$','$'], ['\\(','\\)']]}}); | ||
+ | MathJax.Hub.Config({ SVG: { scale: 100 }}); | ||
+ | <!-- possible fonts TeX, STIX-Web, Asana-Math, Neo-Euler, Gyre-Pagella, Gyre-Termes and Latin-Modern. --> | ||
+ | MathJax.Hub.Config({ SVG: { Font: "Asana-Math" }}); | ||
+ | |||
+ | </script> | ||
+ | <script type="text/javascript" | ||
+ | src="http://cdn.mathjax.org/mathjax/latest/MathJax.js?config=TeX-AMS-MML_SVG.js"> | ||
+ | </script> | ||
+ | |||
+ | <script> | ||
+ | $(document).onload(function() { | ||
+ | $(".main-navm").hide(); | ||
+ | } | ||
+ | </script> | ||
+ | |||
+ | <style> | ||
+ | #modeling{ | ||
+ | background-color: transparent; | ||
+ | border-style: solid; | ||
+ | border: 0px solid transparent; | ||
+ | border-bottom: 5px solid #8b7a57; | ||
+ | } | ||
+ | |||
+ | #centernav:hover #modeling { /* this is active when your mouse moves is over the item */ | ||
+ | border: 0px solid transparent; | ||
+ | border-bottom: 0px solid transparent; | ||
+ | } | ||
+ | |||
+ | .main-navm:hover #modeling { /* this is active when your mouse moves is over the item */ | ||
+ | border: 0px solid transparent; | ||
+ | border-right: 0px solid transparent; | ||
+ | } | ||
+ | |||
+ | @media screen and (max-width: 1000px) { | ||
+ | #modeling { | ||
+ | border-bottom: 5px solid transparent; | ||
+ | border-right: 5px solid #8b7a57; | ||
+ | } | ||
+ | } | ||
+ | |||
+ | #content { | ||
+ | background-color:transparent; | ||
+ | } | ||
+ | </style> | ||
+ | |||
+ | <head> | ||
+ | <link rel="icon" href="https://static.igem.org/mediawiki/2015/9/9c/Ku_Leuven_Favicon.gif" /> | ||
+ | <link rel="shortcut icon" href="https://static.igem.org/mediawiki/2015/9/9c/Ku_Leuven_Favicon.gif" / | ||
+ | </head> | ||
+ | |||
+ | <body> | ||
+ | |||
+ | <div class="sidebarright"> | ||
+ | <div id="molText"> | ||
+ | <p>In numerical </br> | ||
+ | simulation </br> | ||
+ | a computational </br> | ||
+ | molecule describes </br> | ||
+ | the space and </br> | ||
+ | time relationship </br> | ||
+ | of data.</p> | ||
+ | </div> | ||
+ | </div> | ||
+ | |||
+ | <div class="summaryheader"> | ||
+ | <div class="summaryimg"> | ||
+ | <img src="https://static.igem.org/mediawiki/2015/e/eb/KU_Leuven_fossilBackground.png" width="100%"> | ||
+ | <div class="head"> | ||
+ | <h2> 1-D continuous model </h2> | ||
+ | </div> | ||
+ | </div> | ||
+ | </div> | ||
+ | |||
+ | <!--Foot don't touch!--> | ||
+ | |||
+ | |||
+ | <div class="subsections"> | ||
+ | <div class="subsectionwrapper"> | ||
+ | <div class="subimgrow"> | ||
+ | <div class="subimg"> | ||
+ | <img src="https://static.igem.org/mediawiki/2015/9/98/HybridCover.png" width="100%"> | ||
+ | </div> | ||
+ | |||
+ | <div class="whitespace"> | ||
+ | </div> | ||
+ | |||
+ | <div class="subimg"> | ||
+ | <img src="https://static.igem.org/mediawiki/2015/d/dd/InternalCover.png" width="100%"> | ||
+ | </div> | ||
+ | |||
+ | <div class="whitespace"> | ||
+ | </div> | ||
+ | |||
+ | <div class="subimg"> | ||
+ | <a href="https://2015.igem.org/Team:KU_Leuven/Modeling"> | ||
+ | <!---<img src="https://static.igem.org/mediawiki/2015/2/2b/KU_Leuven_Monocotyl.jpg" width="100%" height="100%" >--> | ||
+ | </a> | ||
+ | </div> | ||
+ | </div> | ||
+ | |||
+ | <div class="subtext"> | ||
+ | <h2>Hybrid model</h2> | ||
+ | <p> | ||
+ | Coming Soon | ||
+ | </p> | ||
+ | </div> | ||
+ | |||
+ | <div class="whitespace"> | ||
+ | </div> | ||
+ | |||
+ | <div class="subtext"> | ||
+ | <h2>Internal model</h2> | ||
+ | <p> | ||
+ | Coming Soon | ||
+ | </p> | ||
+ | </div> | ||
+ | |||
+ | <div class="whitespace"> | ||
+ | </div> | ||
+ | |||
+ | <div class="subtext"> | ||
+ | <a href="https://2015.igem.org/Team:KU_Leuven/Modeling"> | ||
+ | <h2>Back</h2> | ||
+ | </a> | ||
+ | </div> | ||
+ | </div> | ||
+ | </div> | ||
+ | |||
+ | </body> | ||
+ | <script> | ||
+ | $(document).ready(function(){ | ||
+ | |||
+ | $(".sidebarright").hide(); | ||
+ | $(".sidebarleft").hide(); | ||
+ | |||
+ | }); | ||
+ | |||
+ | $( "#image1" ).mouseenter(function() { | ||
+ | $(".sidebarright").show(); | ||
+ | $("#molText").show(); | ||
+ | }); | ||
+ | |||
+ | $( "#image1" ).mouseleave(function() { | ||
+ | $(".sidebarright").hide(); | ||
+ | }); | ||
+ | |||
+ | </script> | ||
+ | |||
+ | </html> | ||
+ | {{KU_Leuven/modeling/internal/ultra/test/footer}} |
Revision as of 13:10, 8 September 2015
1-D continuous model
Contact
Address: Celestijnenlaan 200G room 00.08 - 3001 Heverlee
Telephone n°: +32(0)16 32 73 19