forked from TensorNetwork/tensornetwork.org
-
Notifications
You must be signed in to change notification settings - Fork 0
/
header_prenav.html
79 lines (70 loc) · 3.31 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
<!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">
<!-- MathJax -->
<script type="text/x-mathjax-config">
MathJax.Hub.Config({
"fast-preview": { disabled: true },
TeX:
{
Macros:
{
avg: ["{\\langle #1\\rangle}",1],
iprod: ["{\\langle #1, #2 \\rangle}",2],
bra: ["{\\langle #1|}",1],
ket: ["{|#1\\rangle}",1]
},
equationNumbers: { autoNumber: "AMS" }
},
tex2jax:
{
inlineMath: [['\$','\$'] ],
displayMath: [ ['@@','@@'] ]
},
"HTML-CSS": {scale: 100}
});
</script>
<script type="text/javascript" src="https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.4/MathJax.js?config=TeX-AMS_SVG"></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>