Hpedamallu (Talk | contribs) |
Hpedamallu (Talk | contribs) |
||
Line 1: | Line 1: | ||
<html> | <html> | ||
+ | <head> | ||
+ | <meta name="viewport" content="width=device-width, initial-scale=1.0"> | ||
− | <style> | + | <!-- this section changes the default wiki template to a |
− | * | + | white full width background --> |
− | + | ||
− | + | <style type="text/css"> | |
− | + | #contentSub, #footer-box, #catlinks, #search-controls, #p- | |
+ | |||
+ | logo, #sideMenu, #menubar, .logo_2018, .printfooter, .firstHeading,.visualClear {display: | ||
+ | |||
+ | none;} /*-- hides default wiki settings --*/ | ||
+ | |||
+ | #top-section { /*-- styling for default menu bar (edit, page, | ||
+ | |||
+ | history, etc.) --*/ | ||
+ | |||
+ | border: 0 none; | ||
+ | height: 14px; | ||
+ | z-index: 100; | ||
+ | top: 0; | ||
+ | position: fixed; | ||
+ | width: 100%; | ||
+ | left: 50%; | ||
+ | margin-left: 0px; | ||
} | } | ||
− | + | #globalWrapper, #content { /*-- changes default wiki settings | |
− | + | ||
− | + | --*/ | |
− | + | width: 100%; | |
+ | height: 100%; | ||
+ | border: 0px; | ||
+ | background-color: transparent; | ||
+ | margin: 0px; | ||
+ | padding: 0px; | ||
} | } | ||
− | . | + | html, body, .wrapper { /*-- changes default wiki settings -- |
− | + | ||
− | + | */ | |
− | + | width: 100%; | |
− | + | height: 100%; | |
+ | background-color: transparent; | ||
+ | } | ||
+ | #top_menu_inside > ul { | ||
+ | font-size: 12px; | ||
+ | line-height: 1.5em; | ||
+ | display:inline-block; | ||
+ | vertical-align:top; | ||
+ | } | ||
+ | #footer { | ||
+ | position: absolute; | ||
+ | bottom: 0; | ||
+ | background-color: #6A6A6A ; | ||
+ | text-align: center; | ||
} | } | ||
− | / | + | </style> |
− | . | + | <link rel="stylesheet" type="text/css" href="https://2017.igem.org/Template:Heidelberg/jasnybootstrapmin/CSS?action=raw&ctype=text/css" /> |
− | + | <script src="https://2017.igem.org/Template:Heidelberg/bootstrapmin/JS?action=raw&ctype=text/javascript"></script> | |
+ | |||
+ | <!-- zlib --> | ||
+ | <script src="https://2017.igem.org/Template:Heidelberg/zlib/JS?action=raw&ctype=text/javascript"></script> | ||
+ | <script src="https://2017.igem.org/Template:Heidelberg/zlib/Unzip?action=raw&ctype=text/javascript"></script> | ||
+ | <script src="https://2017.igem.org/Template:Heidelberg/zipjs/ZIP?action=raw&ctype=text/javascript"></script> | ||
+ | |||
+ | <!-- deeprotein --> | ||
+ | <script src="https://2017.igem.org/Template:Heidelberg/deeprotein/DRIVER?action=raw&ctype=text/javascript"></script> | ||
+ | |||
+ | <!-- safetyblast --> | ||
+ | <script src="https://2017.igem.org/Template:Heidelberg/safetyblast/JS?action=raw&ctype=text/javascript"></script> | ||
+ | <script src="https://2017.igem.org/Template:Heidelberg/fuse/JS?action=raw&ctype=text/javascript"></script> | ||
+ | |||
+ | <!-- Assets --> | ||
+ | <link rel="stylesheet" href="https://2017.igem.org/Template:Heidelberg/tilda-grid/CSS?action=raw&ctype=text/css" type="text/css" media="all" /> | ||
+ | <link rel="stylesheet" href="https://2017.igem.org/Template:Heidelberg/mdl-teal/CSS?action=raw&ctype=text/css" type="text/css" media="all" /> | ||
+ | |||
+ | <link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Josefin+Sans:300,400|Roboto:300,400,500"> | ||
+ | <link rel="stylesheet" type="text/css" href="https://2017.igem.org/Template:Heidelberg/bootstrapmin/CSS?action=raw&ctype=text/css" /> | ||
+ | <link rel="stylesheet" type="text/css" href="https://2017.igem.org/Template:Heidelberg/styles2/CSS?action=raw&ctype=text/css" /> | ||
+ | |||
+ | <link href="https://fonts.googleapis.com/css?family=Open+Sans" rel="stylesheet"> | ||
+ | <link rel="stylesheet" type="text/css" href="https://2017.igem.org/Template:Heidelberg/font-icons/CSS?action=raw&ctype=text/css"/> | ||
+ | |||
+ | |||
+ | <style> | ||
+ | body { | ||
+ | background-color: #F8F9F9; | ||
+ | } | ||
+ | #sidebarCollapse { | ||
+ | background-color: white; | ||
+ | border: none; | ||
} | } | ||
</style> | </style> | ||
+ | |||
+ | |||
+ | |||
+ | <link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Josefin+Sans:300,400|Roboto:300,400,500"> | ||
+ | |||
+ | |||
+ | <link rel="stylesheet" href="http://azmind.com/demo/bootstrap-navbar-menu/layout-3/assets/font-awesome/css/font-awesome.min.css"> | ||
+ | |||
+ | |||
+ | <!-- Favicon and touch icons --> | ||
+ | <script src="https://ajax.googleapis.com/ajax/libs/jquery/3.2.1/jquery.min.js"></script> | ||
+ | <script src="https://ajax.googleapis.com/ajax/libs/jquerymobile/1.4.5/jquery.mobile.min.js"></script> | ||
+ | <script src="https://cdn.plot.ly/plotly-latest.min.js"></script> | ||
+ | |||
+ | <script type="text/javascript" src="https://2017.igem.org/Template:Heidelberg/jasnybootstrapmin/JS?action=raw&ctype=text/javascript"></script> | ||
+ | <script type="text/x-mathjax-config"> | ||
+ | MathJax.Hub.Config({ | ||
+ | tex2jax: {inlineMath: [['$','$'], ['\\(','\\)']]}, | ||
+ | jax: ["input/TeX","output/SVG"], | ||
+ | TeX: { equationNumbers: { autoNumber: "AMS" } } | ||
+ | }); | ||
+ | </script> | ||
+ | <script type="text/javascript"> | ||
+ | $(document).ready(function() { | ||
+ | $('div.make-it-glow').each(function(i, e) {hljs.highlightBlock(e)}); | ||
+ | }); | ||
+ | </script> | ||
+ | <script src="https://2015.igem.org/common/MathJax-2.5-latest/MathJax.js?config=TeX-AMS-MML_SVG"></script> | ||
+ | <script type="text/javascript" src="https://2015.igem.org/Team:Heidelberg/js/bibtexParse?action=raw&ctype=text/javascript"></script> | ||
+ | <script type="text/javascript" src="https://2015.igem.org/Team:Heidelberg/js/zitator?action=raw&ctype=text/javascript"></script> | ||
+ | <script type="text/javascript"> | ||
+ | var bibfile = "https://static.igem.org/mediawiki/2017/f/f2/T--Heidelberg--Team_Heidelberg_2017_full_citation-unique.txt"; | ||
+ | $(function (){new Zitator(".content",bibfile).zitiere();}); | ||
+ | </script> | ||
+ | |||
+ | <link href="https://maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css" rel="stylesheet"> | ||
+ | |||
+ | <script src="https://2017.igem.org/Template:Heidelberg/safetynet/JS?action=raw&ctype=text/javascript"></script> | ||
+ | <link rel="stylesheet" | ||
+ | href="https://2017.igem.org/Template:Heidelberg/highlightjs/CSS?action=raw&ctype=text/css"> | ||
+ | <script src="https://2017.igem.org/Template:Heidelberg/highlightjs/JS?action=raw&ctype=text/javascript"></script> | ||
+ | <script> | ||
+ | hljs.initHighlightingOnLoad(); | ||
+ | |||
+ | </script> | ||
+ | |||
+ | </head> | ||
<body> | <body> | ||
− | <div class=" | + | |
− | + | ||
− | + | <!-- It was fun! Lots of love from phaetjay (jkreft.de) --> | |
− | + | ||
− | + | <!-- Fix for Safari mobile and touch in general --> | |
− | + | ||
− | + | <script> | |
− | + | $( document ).ready(function() { | |
− | + | $('#sidebarHide').click(function() { | |
− | + | $('#sidebar').trigger('offcanvas.toggle'); | |
+ | }); | ||
+ | $('#sidebarCollapse').click(function() { | ||
+ | $('#sidebar').trigger('offcanvas.toggle'); | ||
+ | }); | ||
+ | $('#mw-content-text div').click(function() { | ||
+ | $('#sidebar').trigger('offcanvas.toggle'); | ||
+ | }); | ||
+ | $(window).on('swiperight', function(){ | ||
+ | $('#sidebar').trigger('offcanvas.toggle'); | ||
+ | }); | ||
+ | $(window).on('swipeleft', function(){ | ||
+ | $('#sidebar').trigger('offcanvas.toggle'); | ||
+ | }); | ||
+ | |||
+ | |||
+ | $('#sidenav').find('> li').click(function() { | ||
+ | $(this).find('> ul').trigger('collapse.toggle'); | ||
+ | }); | ||
+ | }); | ||
+ | </script> | ||
+ | <style> | ||
+ | html, | ||
+ | body{ | ||
+ | z-index: 0; | ||
+ | } | ||
+ | navmenu-brand { | ||
+ | display: inline-block; | ||
+ | vertical-align: top; | ||
+ | width: 50px; | ||
+ | height: 50px; | ||
+ | margin-right: 10px; | ||
+ | margin-top: 0px; | ||
+ | } | ||
+ | </style> | ||
+ | |||
+ | <!-- Top menu --> | ||
+ | <nav style="z-index: 10001;" class="navbar navbar-inverse navbar-fixed-top navbar-no-bg " role="navigation"> | ||
+ | |||
+ | <div class="container"> | ||
+ | <div class="navbar-header"> | ||
+ | |||
+ | <a class="navmenu-brand" href="https://2018.igem.org/Team:WashU_StLouis" style=""><img src="https://static.igem.org/mediawiki/2018/b/ba/T--WashU_StLouis--logo.jpg"></a> | ||
+ | |||
+ | |||
+ | |||
+ | <a type="button" data-canvas="body" id="sidebarCollapse" class="navbar-toggle" data-toggle="offcanvas" data-target="#sidebar" style="color:#F8F9F9;margin-top: 9px;;">NAVIGATION | ||
+ | </a> | ||
+ | |||
+ | </div> | ||
+ | <!-- Collect the nav links, forms, and other content for toggling --> | ||
+ | <div class="collapse navbar-collapse" id="bs-example-navbar-collapse-1"> | ||
+ | <ul class="nav navbar-nav pull-right"> | ||
+ | |||
+ | <li class="dropdown"><a href="https://2018.igem.org/People:WashU_StLouis/Team">People <span class="caret"></span></a> | ||
+ | <ul class="dropdown-menu"> | ||
+ | <li><a href="https://2018.igem.org/Team:WashU_StLouis/Team">Team</a></li> | ||
+ | <li><a href="https://2018.igem.org/Team:WashU_StLouis/Attributions">Attributions</a></li> | ||
+ | <li><a href="https://2018.igem.org/Team:WashU_StLouis/Acknowledgements">Acknowledgements</a></li> | ||
+ | </ul> | ||
+ | </li> | ||
+ | <li class="dropdown"><a href="https://2018.igem.org/Team:WashU_StLouis/Overview">Project <span class="caret"></span></a> | ||
+ | <ul class="dropdown-menu"> | ||
+ | <li><a href="https://2018.igem.org/Team:WashU_StLouis/Overview">Overview</a></li> | ||
+ | <li><a href="https://2018.igem.org/Team:WashU_StLouis/Broad">Detect </a></li> | ||
+ | <li><a href="https://2018.igem.org/Team:WashU_StLouis/Avirulence">Profile</a></li> | ||
+ | <li><a href="https://2018.igem.org/Team:WashU_StLouis/CRISPCas9">Invade</a></li> | ||
+ | <li class="divider"></li> | ||
+ | <li><a href="https://2018.igem.org/Team:WashU_StLouis/Interlab">Interlab Study</a></li> | ||
+ | </ul> | ||
+ | </li> | ||
+ | <li class="dropdown"><a href="https://2018.igem.org/Team:WashU_StLouis/Human_Practices">Human Practices <span class="caret"></span></a> | ||
+ | <ul class="dropdown-menu"> | ||
+ | <li><a href="https://2018.igem.org/Team:WashU_StLouis/Human_Practices">Overview</a></li> | ||
+ | <li><a href="https://2018.igem.org/Team:WashU_StLouis/Engagement">Education</a></li> | ||
+ | <li><a href="https://2018.igem.org/Team:WashU_StLouis/Community_Outreach">Community Outreach</a></li> | ||
+ | <li><a href="https://2018.igem.org/Team:WashU_StLouis/Science_Peoples">Science Peoples</a></li> | ||
+ | <li class="divider"></li> | ||
+ | <li><a href="https://2018.igem.org/Team:WashU_StLouis/St_Louis">St Louis</a></li> | ||
+ | <li><a href="https://2018.igem.org/Team:WashU_StLouis/Cincinnati">Cincinnati</a></li> | ||
+ | <li><a href="https://2018.igem.org/Team:WashU_StLouis/Uganda">Uganda</a></li> | ||
+ | <li><a href="https://2018.igem.org/Team:WashU_StLouis/Ethiopia">Ethiopia</a></li> | ||
+ | </ul> | ||
+ | </li> | ||
+ | <li><a href="https://2018.igem.org/Team:WashU_StLouis/Collaborations">Collaborations</a></li> | ||
+ | |||
+ | <li class="dropdown"><a href="https://2018.igem.org/Team:WashU_StLouis/Device">Application <span class="caret"></span></a> | ||
+ | <ul class="dropdown-menu"> | ||
+ | <li><a href="https://2018.igem.org/Team:WashU_StLouis/Hardware">Device and Hardware</a></li> | ||
+ | <li><a href="https://2018.igem.org/Team:WashU_StLouis/Model">Modeling</a></li> | ||
+ | </ul> | ||
+ | </li> | ||
+ | <li class="dropdown"><a href="https://2018.igem.org/Team:WashU_StLouis/Results">Achievements <span class="caret"></span></a> | ||
+ | <ul class="dropdown-menu"> | ||
+ | <li><a href="https://2018.igem.org/Team:WashU_StLouis/Demonstrate">Results</a></li> | ||
+ | <li><a href="https://2018.igem.org/Team:WashU_StLouis/Parts">Parts</a></li> | ||
+ | <li><a href="https://2018.igem.org/Team:WashU_StLouis/Medal_Fullfillment">Medal Fulfillment</a></li> | ||
+ | </ul> | ||
+ | </li> | ||
+ | |||
+ | <li class="dropdown"><a href="https://2018.igem.org/Team:WashU_StLouis/Daily">Notebook <span class="caret"></span></a> | ||
+ | <ul class="dropdown-menu"> | ||
+ | <li><a href="https://2018.igem.org/Team:WashU_StLouis/Daily">Daily Lab Notebook</a></li> | ||
+ | <li><a href="https://2018.igem.org/Team:WashU_StLouis/Protocols">Protocols</a></li> | ||
+ | </ul> | ||
+ | </li> | ||
+ | |||
+ | <li><a href="https://2018.igem.org/Team:WashU_StLouis/Safe">Safety</a></li> | ||
+ | </ul> | ||
+ | </div> | ||
+ | </div> | ||
+ | </nav> | ||
+ | |||
+ | |||
+ | |||
+ | <nav id="sidebar" style="z-index: 10001; background-color: white;border: none;box-shadow:1px 0px 0px #393939;" class="navmenu navmenu-default navmenu-fixed-left offcanvas" role="navigation"> | ||
+ | <a class="navmenu-brand" href="https://2018.igem.org/Team:WashU_StLouis"><img src="https://static.igem.org/mediawiki/2018/b/ba/T--WashU_StLouis--logo.jpg"><br><br> iGEM TEAM WASHU 2018</a> | ||
+ | |||
+ | <div id="sidebarHide" data-toggle="offcanvas" data-target="#sidebar" style="padding-left: 20px;"> | ||
+ | <hr> | ||
+ | <a style="font-family: 'Josefin Sans' !important; font-size: 16px; line-height: 18px; height: 18px;"> COLLAPSE NAVIGATION </a> | ||
+ | <hr> | ||
+ | </div> | ||
+ | |||
+ | <ul class="nav navmenu-nav" id="sidenav"> | ||
+ | <li><a data-toggle="collapse" data-target="#Team_side">Team <i class="fa fa-fw fa-caret-down"></i></a> | ||
+ | <ul id="Team_side" class="collapse side"> | ||
+ | <li><a href="https://2018.igem.org/Team:WashU_StLouis/People">People</a></li> | ||
+ | <li><a href="https://2018.igem.org/Team:WashU_StLouis/Attributions">Attributions</a></li> | ||
+ | <li><a href="https://2018.igem.org/Team:WashU_StLouis/Acknowledgements">Acknowledgements</a></li> | ||
+ | </ul> | ||
+ | |||
+ | </li> | ||
+ | |||
+ | <li><a data-toggle="collapse" data-target="#Project_side">Project <i class="fa fa-fw fa-caret-down"></i></a> | ||
+ | <ul id="Project_side" class="collapse side"> | ||
+ | <li><a href="https://2018.igem.org/Team:WashU_StLouis/Overview">Overview</a></li> | ||
+ | <li><a href="https://2018.igem.org/Team:WashU_StLouis/Broad">Detecting </a></li> | ||
+ | <li><a href="https://2018.igem.org/Team:WashU_StLouis/Avirulence">Profilling</a></li> | ||
+ | <li><a href="https://2018.igem.org/Team:WashU_StLouis/CRISPCas9">CRISPRCas(</a></li> | ||
+ | <li><a href="https://2018.igem.org/Team:WashU_StLouis/InterLab">InterLab Study</a></li> | ||
+ | </ul> | ||
+ | </li> | ||
+ | |||
+ | |||
+ | <li><a data-toggle="collapse" data-target="#Human_side">Human Practices <i class="fa fa-fw fa-caret-down"></i></a> | ||
+ | <ul id="Human_side" class="collapse side"> | ||
+ | <li><a href="https://2018.igem.org/Team:WashU_StLouis/Overview">Overview</a></li> | ||
+ | <li><a href="https://2018.igem.org/Team:WashU_StLouis/Education">Education</a></li> | ||
+ | <li><a href="https://2018.igem.org/Team:WashU_StLouis/Community_Outreach">Community Outreach</a></li> | ||
+ | <li><a href="https://2018.igem.org/Team:WashU_StLouis/St_Louis">St Louis</a></li> | ||
+ | <li><a href="https://2018.igem.org/Team:WashU_StLouis/Cincinnati">Cincinnati</a></li> | ||
+ | <li><a href="https://2018.igem.org/Team:WashU_StLouis/Uganda">Uganda</a></li> | ||
+ | <li><a href="https://2018.igem.org/Team:WashU_StLouis/Ethiopia">Ethiopia</a></li> | ||
</ul> | </ul> | ||
− | </div> | + | </li> |
+ | |||
+ | |||
+ | <li><a href="https://2018.igem.org/Team:WashU_StLouis/Collaborations">Collaborations</a></li> | ||
+ | |||
+ | |||
+ | <li><a data-toggle="collapse" data-target="#Application_side">Application<i class="fa fa-fw fa-caret-down"></i></a> | ||
+ | <ul id="Application_side" class="collapse side"> | ||
+ | <li><a href="https://2018.igem.org/Team:WashU_StLouis/Device">Device and Hardware</a></li> | ||
+ | </ul> | ||
+ | </li> | ||
+ | |||
+ | <li><a data-toggle="collapse" data-target="#Achievements_side">Achievements <i class="fa fa-fw fa-caret-down"></i></a> | ||
+ | <ul id="Achievements_side" class="collapse side"> | ||
+ | <li><a href="https://2018.igem.org/Team:WashU_StLouis/Results">Results</a></li> | ||
+ | <li><a href="https://2018.igem.org/Team:WashU_StLouis/Parts">Parts</a></li> | ||
+ | <li><a href="https://2018.igem.org/Team:WashU_StLouis/Medal_Fullfillment">Medal Fulfillment</a></li> | ||
+ | </ul> | ||
+ | |||
+ | </li> | ||
+ | |||
+ | |||
+ | <li><a data-toggle="collapse" data-target="#Notebook_side">Notebook <i class="fa fa-fw fa-caret-down"></i></a> | ||
+ | <ul id="Notebook_side" class="collapse side"> | ||
+ | <li><a href="https://2018.igem.org/Team:WashU_StLouis/Daily">Daily Lab Notebook</a></li> | ||
+ | <li><a href="https://2018.igem.org/Team:WashU_StLouis/Protocols">Protocols</a></li> | ||
+ | </ul> | ||
+ | |||
+ | </li> | ||
+ | |||
+ | |||
+ | <li><a href="https://2018.igem.org/Team:WashU_StLouis/Safety">Safety</a></li> | ||
+ | </ul> | ||
+ | </nav> | ||
+ | |||
+ | |||
+ | |||
+ | <div id="footer"> | ||
+ | <div class="container"> | ||
+ | <div class="span5"> | ||
+ | <a href="https://www.facebook.com/WashuIgem/"> | ||
+ | <li><img src="https://static.igem.org/mediawiki/2018/1/1e/T--WashU_StLouis--facebook.png" style="width:25px;height:25px;"></li> | ||
+ | </a> | ||
+ | <a href="https://twitter.com/WashUiGEM?ref_src=twsrc%5Egoogle%7Ctwcamp%5Eserp%7Ctwgr%5Eauthor"> | ||
+ | <li><img src="https://static.igem.org/mediawiki/2018/e/ea/T--WashU_StLouis--twitter.png" style="width:25px;height:25px;"></li> | ||
+ | </a> | ||
+ | <a href="https://instagram.com/washu.igem/"> | ||
+ | <li><img src="https://static.igem.org/mediawiki/2018/e/ee/T--WashU_StLouis--instagram.png" style="width:25px;height:25px;"></li> | ||
+ | </a> | ||
</div> | </div> | ||
+ | </div> | ||
+ | </div> | ||
+ | |||
+ | |||
</body> | </body> | ||
+ | </script> | ||
+ | |||
</html> | </html> |
Revision as of 01:19, 16 June 2018