JacquesHille (Talk | contribs) |
JacquesHille (Talk | contribs) |
||
Line 1: | Line 1: | ||
<html> | <html> | ||
− | < | + | <head> |
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
<!-- Basic Page Needs | <!-- Basic Page Needs | ||
–––––––––––––––––––––––––––––––––––––––––––––––––– --> | –––––––––––––––––––––––––––––––––––––––––––––––––– --> | ||
<meta charset="utf-8" /> | <meta charset="utf-8" /> | ||
− | <title> | + | <title>Case13a</title> |
<meta name="description" content="An iGEM project" /> | <meta name="description" content="An iGEM project" /> | ||
− | <meta name="author" content=" | + | <meta name="author" content="Hielke Walinga" /> |
<!-- Mobile Specific Metas | <!-- Mobile Specific Metas | ||
Line 27: | Line 18: | ||
<link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet"> | <link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet"> | ||
− | + | <!-- CSS | |
+ | –––––––––––––––––––––––––––––––––––––––––––––––––– --> | ||
+ | |||
+ | <link rel="stylesheet" href="https://2017.igem.org/Team:TUDelft/css/materialize?action=raw&ctype=text/css" /> | ||
+ | <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/KaTeX/0.7.1/katex.min.css" integrity="sha384-wITovz90syo1dJWVh32uuETPVEtGigN07tkttEqPv+uR2SE/mbQcG7ATL28aI9H0" crossorigin="anonymous"> | ||
+ | <link rel="stylesheet" href="https://2017.igem.org/Team:TUDelft/css/custom?action=raw&ctype=text/css" /> | ||
+ | |||
+ | <!-- JS | ||
+ | –––––––––––––––––––––––––––––––––––––––––––––––––– --> | ||
+ | <script src="https://code.jquery.com/jquery-3.2.1.min.js" integrity="sha256-hwg4gsxgFZhOsEEamdOYGBf13FyQuiTwlAQgxVSNgt4=" crossorigin="anonymous"></script> | ||
+ | <script src="https://2018.igem.org/Team:TUDelft/js/materialize?action=raw&ctype=text/javascript"></script> | ||
+ | <script src="https://2018.igem.org/Team:TUDelft/js/script?action=raw&ctype=text/javascript"></script> | ||
+ | <script src="https://use.fontawesome.com/b31c04f526.js"></script> | ||
+ | |||
+ | |||
+ | <!-- KATEX | ||
+ | –––––––––––––––––––––––––––––––––––––––––––––––––– --> | ||
+ | <script src="https://cdnjs.cloudflare.com/ajax/libs/KaTeX/0.7.1/katex.min.js" integrity="sha384-/y1Nn9+QQAipbNQWU65krzJralCnuOasHncUFXGkdwntGeSvQicrYkiUBwsgUqc1" crossorigin="anonymous"></script> | ||
+ | <script src="https://2017.igem.org/Team:TUDelft/js/auto-render?action=raw&ctype=text/javascript" type="text/javascript"></script> | ||
+ | <script> | ||
+ | document.addEventListener("DOMContentLoaded", function() { | ||
+ | renderMathInElement(document.body, { | ||
+ | delimiters: [{ | ||
+ | left: "$$", | ||
+ | right: "$$", | ||
+ | display: true | ||
+ | }, | ||
+ | { | ||
+ | left: "\\[", | ||
+ | right: "\\]", | ||
+ | display: true | ||
+ | }, | ||
+ | { | ||
+ | left: "$", | ||
+ | right: "$", | ||
+ | display: false | ||
+ | }, | ||
+ | { | ||
+ | left: "\\(", | ||
+ | right: "\\)", | ||
+ | display: false | ||
+ | } | ||
+ | ], | ||
+ | throwOnError: false, | ||
+ | macros: { | ||
+ | '\\tag': '\\pod\\text' | ||
+ | } | ||
+ | }); | ||
+ | var eqno = document.querySelectorAll(".katex span > span.mspace.quad"); | ||
+ | for (var i = 0; i < eqno.length; ++i) { | ||
+ | if (eqno[i].parentNode.className) | ||
+ | continue; | ||
+ | var quad = eqno[i]; | ||
+ | var span = quad.parentNode; | ||
+ | var text = span.nextSibling; | ||
+ | var pare = text.nextSibling; | ||
+ | span.removeChild(quad); | ||
+ | span.appendChild(text); | ||
+ | span.appendChild(pare); | ||
+ | span.className = 'eqno'; | ||
+ | } | ||
+ | }); | ||
+ | </script> | ||
+ | |||
+ | <!-- Favicon | ||
+ | –––––––––––––––––––––––––––––––––––––––––––––––––– --> | ||
+ | <link rel="icon" type="image/png" href="https://static.igem.org/mediawiki/2017/2/29/T--TUDelft--2017_SmallLogo.png" /> | ||
+ | |||
+ | </head> | ||
+ | </html> |
Revision as of 09:02, 2 October 2018