-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
133 lines (81 loc) · 3.67 KB
/
index.html
File metadata and controls
133 lines (81 loc) · 3.67 KB
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
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
<!DOCTYPE html>
<html class="no-js">
<head>
<title>bcdata colloquium</title>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<meta http-equiv="content-language" content="en-us" />
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
<meta name="author" content="bcdata.ca">
<meta name="description" content="Data talks linking industry and the academy.">
<meta name="generator" content="Hugo 0.17" />
<!-- Stylesheets -->
<link rel="stylesheet" type="text/css" href="http://bcdata.ca/css/main.css" />
<link rel="stylesheet" type="text/css" href="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/8.6/styles/tomorrow.min.css" />
<link href="https://fonts.googleapis.com/css?family=Open+Sans:400italic,400,300,700|Lora:400,700,400italic" rel="stylesheet" type="text/css">
</head>
<body>
<div class="off-canvas">
<div class="bio">
<h1>bcdata colloquium</h1>
<p>Data talks linking industry and the academy.</p>
</div>
<nav>
<h6>Subscribe</h6>
<ul>
<li><a target="_blank" href="http://bcdata.ca/index.xml">RSS feed</a></li>
</ul>
<ul>
<li><a target="_blank" href="//github.com/pimsmath/">Github</a></li>
</ul>
<h6>Sponsors</h6>
<a href="http://www.canssi.ca"><img src="/img/canssi_logo.png" alt="CANSSI logo" height="120" width="">
<a href="http://dsi.ubc.ca"><img src="/img/ubc-dsi-logo.png" alt="DSI" height="120" width="">
<a href="http://www.iam.ubc.ca/"><img src="/img/iam-logo.png" alt="IAM" height="120" width="">
<a href="https://pims.math.ca"><img src="/img/pims-logo.png" alt="PIMS logo" height="120" width="">
</nav>
</div>
<div class="site-wrapper">
<header>
<div class="h-wrap">
<h1 class="title"><a href="http://bcdata.ca/">bcdata colloquium</a></h1>
<a class="menu-icon" title="Menu"><span class="lines"></span></a>
</div>
</header>
<main>
<div id="home">
<ul class="posts">
<li itemscope itemtype="//schema.org/BlogPosting">
<a href="http://bcdata.ca/post/20170201-kim-coleman/" itemprop="url">
<div class="p-wrap">
<time datetime="" itemprop="datePublished">
01 Feb 2017
</time>
<p itemprop="name headline">A risk-based platform for accident prevention strategies</p>
</div>
</a>
</li>
<li itemscope itemtype="//schema.org/BlogPosting">
<a href="http://bcdata.ca/post/20170129-introduction/" itemprop="url">
<div class="p-wrap">
<time datetime="" itemprop="datePublished">
29 Jan 2017
</time>
<p itemprop="name headline">bcdata colloquium introduction</p>
</div>
</a>
</li>
</ul>
</div>
</main>
<footer>
<small>2017 bcdata.ca – All Rights Reserved.</small>
</footer>
</div>
<script src="//cdnjs.cloudflare.com/ajax/libs/jquery/2.1.4/jquery.min.js"></script>
<script src="http://bcdata.ca/js/main.js"></script>
<!-- Syntax highlighting -->
<script src="//cdnjs.cloudflare.com/ajax/libs/highlight.js/8.6/highlight.min.js"></script>
<script>hljs.initHighlightingOnLoad();</script>
</body>
</html>