This repository was archived by the owner on Sep 18, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
104 lines (77 loc) · 3.58 KB
/
index.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
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
<!DOCTYPE html>
<html lang="en-gb">
<head>
<meta charset="utf-8">
<meta name="generator" content="Hugo 0.37.1" />
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="author" content="">
<meta property="og:url" content="https://matmoore.github.io/accelerator/">
<title>Accelerator project journal</title>
<meta property="og:title" content="Accelerator project journal">
<meta property="og:type" content="website">
<meta name="description" content="A 3 month project to mine click logs for evaluating and improving searches for public information">
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Source+Code+Pro|Arvo:400,700">
<link rel="stylesheet" href="./css/highlight.css">
<link rel="stylesheet" href="./css/journal.css">
<link href="./index.xml" rel="alternate" type="application/rss+xml" title="Accelerator project journal">
</head>
<body>
<div class="container">
<header class="site-header">
<h1>Accelerator project journal</h1>
<p>A 3 month project to mine click logs for evaluating and improving site search</p>
</header>
<article class="posts">
<section>
<h2>2018</h2>
<ol>
<li>
<time datetime="2018-08-05 13:00:00 BST">Aug 05</time>
<a href="./post/project-writeup-lessons-learnt/">Building a tool to benchmark search: Results and lessons learnt</a>
</li><li>
<time datetime="2018-07-01 19:00:00 BST">Jul 01</time>
<a href="./post/project-writeup-motivation/">Building a tool to benchmark search: Motivation</a>
</li><li>
<time datetime="2018-07-01 17:12:41 BST">Jul 01</time>
<a href="./post/wrapping-up/">Wrapping up the project</a>
</li><li>
<time datetime="2018-04-22 09:00:01 UTC">Apr 22</time>
<a href="./post/mid-point-plan/">Half way through - what's left to do</a>
</li><li>
<time datetime="2018-04-22 09:00:00 UTC">Apr 22</time>
<a href="./post/half-way-through/">Half way through - what I've done so far</a>
</li><li>
<time datetime="2018-04-08 10:00:00 UTC">Apr 08</time>
<a href="./post/week-4-update/">Week 4 update</a>
</li><li>
<time datetime="2018-04-08 10:00:00 UTC">Apr 08</time>
<a href="./post/dynamic-bayesian-network-model/">Predicting search result relevance with a click model</a>
</li><li>
<time datetime="2018-04-02 14:00:00 UTC">Apr 02</time>
<a href="./post/not-getting-data/">Data problems</a>
</li><li>
<time datetime="2018-03-28 19:00:00 UTC">Mar 28</time>
<a href="./post/getting-data/">Getting some data</a>
</li><li>
<time datetime="2018-03-17 13:26:14 UTC">Mar 17</time>
<a href="./post/background-govuk-search/">How does GOV.UK search work at the moment?</a>
</li><li>
<time datetime="2018-03-17 13:26:13 UTC">Mar 17</time>
<a href="./post/what-is-this/">About this project</a>
</li>
</ol>
</section>
</article>
<footer class="site-footer">
<span itemscope itemtype="http://schema.org/Person">
<link itemprop="url" href="https://matmoore.github.io/accelerator/">
<span itemprop="name"></span>
<br>
</span>
</footer>
</div>
<script src="./js/highlight.pack.js"></script>
<script>hljs.initHighlightingOnLoad();</script>
</body>
</html>