-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathblog.html
More file actions
315 lines (251 loc) · 13.8 KB
/
blog.html
File metadata and controls
315 lines (251 loc) · 13.8 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
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
<!DOCTYPE HTML>
<html>
<head>
<title>databrew</title>
<link rel="shortcut icon" type="image/x-icon" href="images/logo_clear.ico" />
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<!--[if lte IE 8]><script src="assets/js/ie/html5shiv.js"></script><![endif]-->
<link rel="stylesheet" href="assets/css/main.css" />
<!--[if lte IE 8]><link rel="stylesheet" href="assets/css/ie8.css" /><![endif]-->
<!--[if lte IE 9]><link rel="stylesheet" href="assets/css/ie9.css" /><![endif]-->
</head>
<body class="no-sidebar">
<div id="page-wrapper">
<!-- Header -->
<header id="header">
<h1 id="logo"><a href="index.html"><span><img class="image logo small" src="images/logosmall.png"/></span></a></h1>
<nav id="nav">
<ul>
<li class="current"><a href="index.html">Home</a></li>
<li class="current"><a href="about.html">About</a></li>
<li class="current"><a href="blog.html">Blog</a></li>
<li class="current"><a href="portfolio.html">Portfolio</a></li>
<li class="submenu">
<a href="#">Our Services</a>
<ul>
<li><a href="consulting.html">Consulting</a></li>
<li><a href="workshops.html">Data Science Workshops</a></li>
</ul>
</li>
<li><a href="contact.html" class="button special">Contact Us</a></li>
</ul>
</nav>
</header>
<!-- banner2 -->
<!-- <section class="banner3">
</section>
-->
<!-- Main -->
<article id="main">
<section class="wrapper style4 container special" id="blog">
<header>
<h2>{Blog}</h2>
</header>
<hr style="width: 25%">
<br>
<!-- feature -->
<div class="row">
<!-- <div class="4u 12u(narrower)">
<section>
<a href="posts/uciblog.html" class="image featured blog"><img src="/images/uci1.png" alt="" /></a>
<h7>March 21, 2020</h7>
<h3><strong>COVID-19 and health services capacity in Spain</strong></h3>
<p>A tool for generating rough estimates for when COVID-19 health services "demand" (critically ill patients) will surpass "supply" (ICU beds) in Spain</p>
<a href="posts/uciblog.html" class="button tiny"><span class="label">Read Article →</span></a>
</section>
</div> -->
<!--
<div class="4u 12u(narrower)">
<section>
<a href="posts/covid.html" class="image featured blog"><img src="/images/blog/covid2.png" alt="" /></a>
<h7>March 11, 2020</h7>
<h3><strong>COVID-19 Data Explorer</strong></h3>
<p>Exploring COVID-19 Data</p>
<a href="posts/covid.html" class="button tiny"><span class="label">Read Article →</span></a>
</section>
</div> -->
</div>
<!--row 1 -->
<div class="row">
<div class="4u 12u(narrower)">
<section>
<a href="posts/ontario_tourism.html" class="image featured blog"><img src="posts/on_tourism/tor_img.jpg" alt="" /></a>
<h7>October 20, 2018</h7>
<h3><strong>Tourism Trends in Ontario, Canada</strong></h3>
<p>Who are the most frugal tourists? How has Airbnb affected hotel prices? And other surprising trends.</p>
<a href="posts/ontario_tourism.html" class="button tiny"><span class="label">Read Article →</span></a>
</section>
</div>
<div class="4u 12u(narrower)">
<section>
<a href="posts/languages.html" class="image featured blog"><img src="images/blog/languages.png" alt="" /></a>
<h7>February 21, 2018</h7>
<h3><strong>Endangered Languages</strong></h3>
<p>A Leaflet map of endangered and extinct languages in North America</p>
<a href="posts/languages.html" class="button tiny"><span class="label">Read Article →</span></a>
</section>
</div>
<div class="4u 12u(narrower)">
<section>
<a href="posts/gsod.html" class="image featured blog"><img src="images/blog/gsod_blog.png" alt="" /></a>
<h7>December 14, 2017</h7>
<h3><strong>Databrew's gsod package</strong></h3>
<p>Utilities for quickly accessing daily weather data from over 9,000 stations</p>
<a href="posts/gsod.html" class="button tiny"><span class="label">Read Article →</span></a>
</section>
</div>
</div>
<!--row 2 -->
<div class="row">
<div class="4u 12u(narrower)">
<section>
<a href="posts/datasaurus.html" class="image featured blog"><img src="images/blog/datasaur.png" alt="" /></a>
<h7>December 8, 2017</h7>
<h3><strong>The Datasaurus Dozen</strong></h3>
<p>Understanding the importance of data visualization</p>
<a href="posts/datasaurus.html" class="button tiny"><span class="label">Read Article →</span></a>
</section>
</div>
<div class="4u 12u(narrower)">
<section>
<a href="posts/irma.html" class="image featured blog"><img src="images/blog/irma1.png" alt="" /></a>
<h7>September 8, 2017</h7>
<h3><strong>So Many Hurricanes</strong></h3>
<p>Visualizing storm data in R (100 years of hurricanes in 100 lines of code)</p>
<a href="posts/irma.html" class="button tiny"><span class="label">Read Article →</span></a>
</section>
</div>
<div class="4u 12u(narrower)">
<section>
<a href="posts/mixedunions.html" class="image featured blog"><img src="images/blog/mixed_unions/mixed_union.png" alt="" /></a>
<h7>August 11, 2017</h7>
<h3><strong>Increasingly Mixed Up</strong></h3>
<p>Exploring data on interracial marriages in Canada</p>
<a href="posts/mixedunions.html" class="button tiny"><span class="label">Read Article →</span></a>
</section>
</div>
</div>
<!--row 3 -->
<div class="row">
<div class="4u 12u(narrower)">
<section>
<a href="posts/strava.html" class="image featured blog"><img src="images/blog/strava5.png" alt="" /></a>
<h7>August 5 2017</h7>
<h3><strong>The World According to Strava</strong></h3>
<p>How to get, munge, and visualize Strava data in R</p>
<a href="posts/strava.html" class="button tiny"><span class="label">Read Article →</span></a>
</section>
</div>
<div class="4u 12u(narrower)">
<section>
<a href="posts/sex.html" class="image featured blog"><img src="images/blog/sex_blog.jpg" alt="" /></a>
<h7>July 21, 2017</h7>
<h3><strong>Sexy Data</strong></h3>
<p>How does frequency of having sex vary with age and partner status?</p>
<a href="posts/sex.html" class="button tiny"><span class="label">Read Article →</span></a>
</section>
</div>
<div class="4u 12u(narrower)">
<section>
<a href="posts/bjj.html" class="image featured blog"><img src="images/blog/bjj.jpg" alt="" /></a>
<h7>June 29, 2017</h7>
<h3><strong>BJJ vs Capoeira</strong></h3>
<p>Examining the popularity of two martial arts using Google searches</p>
<a href="posts/bjj.html" class="button tiny"><span class="label">Read Article →</span></a>
</section>
</div>
</div>
<!--row 4 -->
<div class="row">
<div class="4u 12u(narrower)">
<section>
<a href="posts/trump.html" class="image featured blog"><img src="images/blog/trump_tweet.png" alt="" /></a>
<h7>June 15, 2017</h7>
<h3><strong>Analyzing Donald Trump's Tweets</strong></h3>
<p>An exploration of the Trump tweet dataset.</p>
<a href="posts/trump.html" class="button tiny"><span class="label">Read Article →</span></a>
</section>
</div>
<div class="4u 12u(narrower)">
<section>
<a href="posts/toronto.html" class="image featured blog"><img src="images/blog1_img.png" alt="" /></a>
<h7>May 15, 2017</h7>
<h3><strong>Open Data Toronto</strong></h3>
<p>Mapping homeless shelters in Toronto using the City's open data.</p>
<a href="posts/toronto.html" class="button tiny"><span class="label">Read Article →</span></a>
</section>
</div>
<div class="4u 12u(narrower)">
<section>
<a href="posts/africa.html" class="image featured blog"><img src="images/0.jpg" alt="" /></a>
<h7>May 14, 2017</h7>
<h3><strong>Open sourcing Africa</strong></h3>
<p>Unlocking the research potential of the developing world through R.</p>
<a href="posts/africa.html" class="button tiny"><span class="label">Read Article →</span></a>
</section>
</div>
</div>
</section>
</article>
<!-- Footer -->
<footer id="footer">
<div class="row">
<div class="3u 12u(narrower)">
<h5>{databrew}</h5>
</div>
<div class="3u 12u(narrower)">
<h6>Explore</h6>
<ul class="list">
<li><a href="about.html">About Us</a></li>
<li><a href="portfolio.html">Projects</a></li>
<li><a href="consulting.html">Data-driven consulting</a></li>
<li><a href="workshops.html">Data science workshops</a></li>
<li><a href="about.html#team">Our team</a></li>
<li><a href="blog.html">Blog</a></li>
</ul>
</div>
<div class="3u 12u(narrower)">
<h6>Contact</h6>
<ul class="list">
<li><a href="mailto:helllo@databrew.cc" target="_blank">hello@databrew.cc</a></li>
</ul>
</div>
<div class="3u 12u(narrower)">
<h6>Follow Us</h6>
<ul class="icons">
<li><a href="https://twitter.com/data_brew" class="icon circle fa-twitter" target="_blank"><span class="label">Twitter</span></a></li>
<li><a href="https://www.facebook.com/databrew.cc/" class="icon circle fa-facebook" target="_blank"><span class="label">Facebook</span></a></li>
<li><a href="https://github.com/databrew" class="icon circle fa-github" target="_blank"><span class="label">Github</span></a></li>
<li><a href="https://www.linkedin.com/company-beta/16192241/" class="icon circle fa-linkedin" target="_blank"><span class="label">Linkedin</span></a></li>
</ul>
</div>
</div>
<ul class="copyright">
<li>© Databrew 2021</li>
</ul>
</footer>
</div>
<!-- Scripts -->
<script src="assets/js/jquery.min.js"></script>
<script src="assets/js/jquery.dropotron.min.js"></script>
<script src="assets/js/jquery.scrolly.min.js"></script>
<script src="assets/js/jquery.scrollgress.min.js"></script>
<script src="assets/js/skel.min.js"></script>
<script src="assets/js/util.js"></script>
<!--[if lte IE 8]><script src="assets/js/ie/respond.min.js"></script><![endif]-->
<script src="assets/js/main.js"></script>
<script>
</script>
<!-- Google analytics -->
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','https://www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-71173507-3', 'auto');
ga('send', 'pageview');
</script>
<!-- End google analytics -->
</body>
</html>