-
Notifications
You must be signed in to change notification settings - Fork 53
/
header_prenav.html
85 lines (74 loc) · 3.9 KB
/
header_prenav.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
<!DOCTYPE html>
<html lang="en">
<head>
<!-- Basic Page Needs
–––––––––––––––––––––––––––––––––––––––––––––––––– -->
<meta charset="utf-8">
<title>Tensor Network</title>
<meta name="description" content="Resources for tensor network algorithms, theory, and software"/>
<link rel="canonical" href="https://www.tensornetwork.org"/>
<meta property="og:title" content="The Tensor Network"/>
<meta property="og:description" content="Resources for tensor network algorithms, theory, and software"/>
<meta property="og:url" content="https://www.tensornetwork.org"/>
<meta property="og:site_name" content="Tensor Network"/>
<meta property="og:type" content="website"/>
<!-- Mobile Specific Metas
–––––––––––––––––––––––––––––––––––––––––––––––––– -->
<meta name="viewport" content="width=device-width, initial-scale=1">
<!-- FONT
–––––––––––––––––––––––––––––––––––––––––––––––––– -->
<link href="https://fonts.googleapis.com/css?family=Roboto:400,300,600" rel="stylesheet" type="text/css">
<!-- CSS
–––––––––––––––––––––––––––––––––––––––––––––––––– -->
<link rel="stylesheet" href="/css/normalize.css">
<link rel="stylesheet" href="/css/skeleton.css">
<link rel="stylesheet" href="/css/style.css">
<!-- Favicon
–––––––––––––––––––––––––––––––––––––––––––––––––– -->
<link rel="icon" type="image/png" href="/images/favicon.png">
<!-- KaTeX -->
<!-- Load the css and the fonts for Katex -->
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/[email protected]/dist/katex.min.css">
<!-- The loading of KaTeX is deferred to speed up page rendering -->
<script defer src="https://cdn.jsdelivr.net/npm/[email protected]/dist/katex.min.js"></script>
<!-- Automatically render math in text elements -->
<script defer src="https://cdn.jsdelivr.net/npm/[email protected]/dist/contrib/auto-render.min.js">
</script>
<script>
document.addEventListener("DOMContentLoaded", function() {
renderMathInElement(document.body, {
// customised options
// • auto-render specific keys, e.g.:
delimiters: [
{left: '$', right: '$', display: false},
{left: "\\(", right: "\\)", display: false},
{left: "\\begin{equation}", right: "\\end{equation}", display: true},
{left: "\\begin{align}", right: "\\end{align}", display: true},
{left: "\\begin{alignat}", right: "\\end{alignat}", display: true},
{left: "\\begin{gather}", right: "\\end{gather}", display: true},
{left: "\\begin{CD}", right: "\\end{CD}", display: true},
{left: "\\[", right: "\\]", display: true}
],
// • rendering keys, e.g.:
throwOnError : false
});
});
</script>
</head>
<body style="background-color:#FFF;">
<div class="container">
<div class="row" style="margin-top: 2%">
<span class="twelve columns">
<table style="width:100%;">
<tr>
<td style="width:10%;">
<a href="/"><img style="height:100%; max-height: 40px; padding:0; margin-top: 5px; margin-right:10px; vertical-align: middle;" src="/images/tn_logo.png"/></a>
</td>
<td style="width:90%;" class="top_navbar">
<!--<a href="/">Main</a>-->
<a href="/about/">About</a>
<a href="/contribute/">Contribute</a>
<a href="https://github.com/tensornetwork/tensornetwork.org">Source</a>
</td>
</tr>