-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy patharchives.html
72 lines (61 loc) · 2.21 KB
/
archives.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
<!DOCTYPE html>
<html lang="en">
<head>
<!-- ## for client-side less
<link rel="stylesheet/less" type="text/css" href="/theme/css/style.less">
<script src="http://cdnjs.cloudflare.com/ajax/libs/less.js/1.7.3/less.min.js" type="text/javascript"></script>
-->
<link rel="stylesheet" type="text/css" href="/theme/css/style.css">
<link rel="stylesheet" type="text/css" href="/theme/css/pygments.css">
<link rel="stylesheet" type="text/css" href="//fonts.googleapis.com/css?family=PT+Sans|PT+Serif|PT+Mono">
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="author" content="Gaël">
<meta name="description" content="Posts and writings by Gaël">
<title>
And yet it moves
– Archives </title>
</head>
<body>
<aside>
<div id="user_meta">
<div id="metalogo">
<a href="/">
<img src="/images/logo.svg" alt="logo" id="logo">
</a>
<a href="/" id="title">And yet it moves</a>
</div>
<p></p>
<ul>
<li><a href="/category/data-processing.html">Data processing</a></li>
</ul>
</div>
</aside>
<main>
<header>
<p>
<a href="/">Index</a> ¦ <a href="/archives.html">Archives</a>
</p>
</header>
<article>
<div class="article_text">
<dl>
<dt>Mon, 13 Jun 2016</dt>
<dd><a href="/challenging-conclusion.html">Challenging the claims and conclusion</a></dd>
<dt>Fri, 10 Jun 2016</dt>
<dd><a href="/reward-maximisation.html">Reward maximisation</a></dd>
<dt>Mon, 06 Jun 2016</dt>
<dd><a href="/AB-and-MAB.html">A/B testing and the multi-armed bandit</a></dd>
<dt>Sun, 15 May 2016</dt>
<dd><a href="/pros-of-AB-testing.html">The pros of the A/B testing method</a></dd>
<dt>Thu, 12 May 2016</dt>
<dd><a href="/basics.html">Basics of testing for web optimisation</a></dd>
</dl>
</div>
</article>
<div id="ending_message">
<p>© Gaël. Built using <a href="http://getpelican.com" target="_blank">Pelican</a>. Theme by Giulio Fidente on <a href="https://github.com/gfidente/pelican-svbhack" target="_blank">github</a>. </p>
</div>
</main>
</body>
</html>