-
Notifications
You must be signed in to change notification settings - Fork 0
/
authors.html
81 lines (69 loc) · 2.97 KB
/
authors.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
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta name="author" content="LFP Collab" />
<meta name="robots" content="index, follow"/>
<meta property="og:title" content="< physics | machine learning >"/>
<meta property="og:url" content=""/>
<meta property="og:site_name" content="< physics | machine learning >"/>
<meta property="og:type" content="website"/>
<link rel="canonical" href="" />
<title>< physics | machine learning > - Authors</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" type="text/css" href="//netdna.bootstrapcdn.com/font-awesome/4.0.3/css/font-awesome.css" />
<link rel="stylesheet" type="text/css" href="//netdna.bootstrapcdn.com/twitter-bootstrap/2.3.2/css/bootstrap-combined.min.css" />
<link rel="stylesheet" type="text/css" href="/theme/css/main.css" />
<script type="text/javascript">var switchTo5x=true;</script>
<script type="text/javascript" src="http://w.sharethis.com/button/buttons.js"></script>
<script type="text/javascript">
stLight.options({
publisher: "",
doNotHash: false,
doNotCopy: false,
hashAddressBar: false
});
</script>
</head>
<body id="index">
<div class="row-fluid">
<div class="span10 offset1">
<header id="banner" >
<h1>
<a href="/">< physics | machine learning > </a>
</h1>
<nav class="navbar">
<div class="navbar-inner">
<ul class="nav">
<li ><a href="/category/articles.html">Articles</a></li>
<li ><a href="/category/journal-club.html">Journal Club</a></li>
</ul>
</div>
</nav>
</header><!-- /#banner -->
</div>
</div>
<div class="row-fluid">
<div class="span10 offset1">
<div class="row-fluid">
<h1>Authors on < physics | machine learning ></h1>
<ul> <li><a href="/author/miles-stoudenmire.html">Miles Stoudenmire</a> (4)</li>
</ul>
</div>
</div>
</div>
<footer id="site-footer">
<div class="row-fluid">
<div class="span10 offset1">
<address>
<p>
Blog powered by <a href="http://getpelican.com/">Pelican</a>, theme based on <a href="http://github.com/jsliang/pelican-fresh/">Fresh</a>.
</p>
</address>
</div>
</div>
</footer>
<script src="//code.jquery.com/jquery.min.js"></script>
<script src="//netdna.bootstrapcdn.com/bootstrap/2.3.2/js/bootstrap.min.js"></script>
</body>
</html>