Team:Grenoble-EMSE-LSU/Templates/Project
From 2013.igem.org
(Difference between revisions)
(40 intermediate revisions not shown) | |||
Line 1: | Line 1: | ||
- | {{:Team:Grenoble-EMSE-LSU/Templates/ | + | {{:Team:Grenoble-EMSE-LSU/Templates/Menu}} |
- | + | ||
- | <html> | + | <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> |
- | + | <!--<head> | |
- | + | <title>Grenoble-EMSE-LSU, iGEM</title> | |
- | </ | + | <meta http-equiv="content-type" content="text/html;charset=utf-8" /> |
+ | <meta name="generator" content="Geany 0.19.1" /> | ||
- | + | </head>--> | |
- | <div class=" | + | |
- | <ul class=" | + | <!-- Chargement CSS --> |
- | + | ||
- | + | <link rel="stylesheet" href="https://2013.igem.org/Team:Grenoble-EMSE-LSU/Design/Menu_Left?action=raw&ctype=text/css" type="text/css" /> | |
- | + | <link rel="stylesheet" href="https://2013.igem.org/Team:Grenoble-EMSE-LSU/Design/Menu_Left_Couleurs?action=raw&ctype=text/css" type="text/css"/> | |
+ | |||
+ | |||
+ | <div id="back_proj"> | ||
+ | <div class="left" id="scroll"> | ||
+ | <div id="Project"> | ||
+ | <ul> | ||
+ | <a class="title" href="/Team:Grenoble-EMSE-LSU/Project"><li class="title">Scientific Project</li></a> | ||
+ | |||
+ | <a class="sub" href="/Team:Grenoble-EMSE-LSU/Project"><li class="sub">Overview</li></a> | ||
+ | |||
+ | <a class="sub" href="/Team:Grenoble-EMSE-LSU/Project/Biology"><li class="sub">Biology</li></a> | ||
+ | <a class="subsub" href="/Team:Grenoble-EMSE-LSU/Project/Biology/Cell_Density"><li class="subsub">Light-Controlled Cell Density</li></a> | ||
+ | <a class="subsub" href="/Team:Grenoble-EMSE-LSU/Project/Biology/KR"><li class="subsub">Light-Controlled KR Concentration</li></a> | ||
+ | |||
+ | |||
+ | |||
+ | <a class="sub" href="/Team:Grenoble-EMSE-LSU/Project/Modelling"><li class="sub">Modelling</li> </a> | ||
+ | |||
+ | <a class="subsub" href="/Team:Grenoble-EMSE-LSU/Project/Modelling/Building"><li class="subsub">Building the Model</li></a> | ||
+ | <a class="subsub" href="/Team:Grenoble-EMSE-LSU/Project/Modelling/Parameters"><li class="subsub">Finding Parameters</li></a> | ||
+ | <a class="subsub" href="/Team:Grenoble-EMSE-LSU/Project/Modelling/Density"><li class="subsub">Density Control</li></a> | ||
+ | |||
+ | |||
+ | |||
+ | <a class="sub" href="/Team:Grenoble-EMSE-LSU/Project/Validation"><li class="sub">Validation</li></a> | ||
+ | <a class="subsub" href="/Team:Grenoble-EMSE-LSU/Project/Validation"><li class="subsub">Experiments</li></a> | ||
+ | <a class="subsub" href="/Team:Grenoble-EMSE-LSU/Project/Validation/Future"><li class="subsub">Future Experiments</li></a> | ||
+ | |||
+ | <a class="sub" href="/Team:Grenoble-EMSE-LSU/Project/Instrumentation"><li class="sub">Instrumentation</li></a> | ||
+ | <a class="subsub" href="/Team:Grenoble-EMSE-LSU/Project/Instrumentation"><li class="subsub">TalkE'.coli</li></a> | ||
+ | <a class="subsub" href="/Team:Grenoble-EMSE-LSU/Project/Instrumentation/Fluo"><li class="subsub">Main parts of the device</li></a> | ||
+ | |||
+ | <a class="sub" href="/Team:Grenoble-EMSE-LSU/Project/Attribution"><li class="sub">Attributions</li></a> | ||
+ | </ul> | ||
+ | </div> | ||
+ | </div> | ||
+ | </div> | ||
+ | |||
+ | <!-- Logos à droite --> | ||
+ | <div id="wrap"> | ||
+ | <div id="scroll_right"> | ||
+ | <ul id="right"> | ||
+ | <li><a href="https://2013.igem.org" title="iGEM Main Page" id="igem_logo" target="_blank"><img src="https://static.igem.org/mediawiki/2013/thumb/5/5d/2013Calgary_iGEM_Logo.png/739px-2013Calgary_iGEM_Logo.png" alt="iGEM logo" width="85px" height="69px"></a><br><br></li> | ||
+ | <li><a href="/Team:Grenoble-EMSE-LSU"><img src="https://static.igem.org/mediawiki/2013/8/8e/Grenoble_logo_mini.png" alt="team logo" height="69px"></a></li> | ||
+ | <li class="contact"><a id="contact" href="mailto:igem.grenoble.fr@gmail.com">Contact us !</a></li> | ||
</ul> | </ul> | ||
</div> | </div> | ||
+ | </div> | ||
+ | |||
+ | |||
+ | <!-- Script --> | ||
+ | |||
+ | <script src="http://ajax.googleapis.com/ajax/libs/jquery/1/jquery.js"></script> | ||
+ | |||
+ | <script type="text/javascript"> | ||
+ | |||
+ | $(document).ready(function () { | ||
+ | var top = $('#scroll').offset().top - parseFloat($('#scroll').css('marginTop').replace(/auto/, 0)); | ||
+ | $(window).scroll(function (event) { | ||
+ | var y = $(this).scrollTop(); | ||
+ | if (y >= top) { | ||
+ | $('#scroll').addClass('fixed'); | ||
+ | } else { | ||
+ | $('#scroll').removeClass('fixed'); | ||
+ | } | ||
+ | }); | ||
+ | }); | ||
+ | |||
+ | </script> | ||
+ | |||
+ | <script src="http://ajax.googleapis.com/ajax/libs/jquery/1/jquery.js"></script> | ||
+ | |||
+ | <script type="text/javascript"> | ||
+ | |||
+ | $(document).ready(function () { | ||
+ | var top = $('#scroll_right').offset().top - parseFloat($('#scroll_right').css('marginTop').replace(/auto/, 0)); | ||
+ | $(window).scroll(function (event) { | ||
+ | var y = $(this).scrollTop(); | ||
+ | if (y >= top) { | ||
+ | $('#scroll_right').addClass('fixed'); | ||
+ | } else { | ||
+ | $('#scroll_right').removeClass('fixed'); | ||
+ | } | ||
+ | }); | ||
+ | }); | ||
+ | |||
+ | </script> | ||
</html> | </html> |
Latest revision as of 03:53, 5 October 2013