-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
460 lines (414 loc) · 20.9 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
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
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="description" content="Data Science + Design + Community">
<meta name="author" content="Brett Bejcek">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="icon" href="img/favicon.png">
<title>Brett Bejcek</title>
<!-- Bootstrap CSS -->
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0-beta.2/css/bootstrap.min.css" integrity="sha384-PsH8R72JQ3SOdhVi3uxftmaW6Vc51MKb0q5P2rRUpPvrszuE4W1povHYgTpBfshb" crossorigin="anonymous">
<!-- Fonts -->
<link href="https://fonts.googleapis.com/css?family=Montserrat:400,700" rel="stylesheet" type="text/css">
<link href='https://fonts.googleapis.com/css?family=Kaushan+Script' rel='stylesheet' type='text/css'>
<link href='https://fonts.googleapis.com/css?family=Droid+Serif:400,700,400italic,700italic' rel='stylesheet' type='text/css'>
<link href='https://fonts.googleapis.com/css?family=Roboto+Slab:400,100,300,700' rel='stylesheet' type='text/css'>
<!-- JQuery -->
<script src="https://code.jquery.com/jquery-3.1.0.js"></script>
<!-- <script src="https://code.jquery.com/jquery-3.2.1.slim.min.js" integrity="sha384-KJ3o2DKtIkvYIK3UENzmM7KCkRr/rE9/Qpg6aAZGJwFDMVNA/GpGFF93hXpG5KkN" crossorigin="anonymous"></script> -->
<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.12.3/umd/popper.min.js" integrity="sha384-vFJXuSJphROIrBnz7yo7oB41mKfc8JzQZiCq4NCceLEaO4IHwicKwpJf9c9IpFgh" crossorigin="anonymous"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0-beta.2/js/bootstrap.min.js" integrity="sha384-alpBpkh1PFOepccYVYDB4do5UnbKysX5WZXm3XxPqe5iKTfUKjNkCk9SaVuEZflJ" crossorigin="anonymous"></script>
<!-- Style -->
<link href="css/main.css" rel="stylesheet">
<!-- DepartureBoard -->
<link href="css/departureboard.css" rel="stylesheet">
<script src="js/departureboard.js"></script>
<!-- Autohide Navbar -->
<script src="js/auto_hide.js"></script>
<!-- Icon Stylesheets -->
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<!-- FullStory -->
<script>
window['_fs_debug'] = false;
window['_fs_host'] = 'fullstory.com';
window['_fs_org'] = 'CNVF5';
window['_fs_namespace'] = 'FS';
(function(m,n,e,t,l,o,g,y){
if (e in m) {if(m.console && m.console.log) { m.console.log('FullStory namespace conflict. Please set window["_fs_namespace"].');} return;}
g=m[e]=function(a,b){g.q?g.q.push([a,b]):g._api(a,b);};g.q=[];
o=n.createElement(t);o.async=1;o.src='https://'+_fs_host+'/s/fs.js';
y=n.getElementsByTagName(t)[0];y.parentNode.insertBefore(o,y);
g.identify=function(i,v){g(l,{uid:i});if(v)g(l,v)};g.setUserVars=function(v){g(l,v)};
g.shutdown=function(){g("rec",!1)};g.restart=function(){g("rec",!0)};
g.consent=function(a){g("consent",!arguments.length||a)};
g.identifyAccount=function(i,v){o='account';v=v||{};v.acctId=i;g(o,v)};
g.clearUserCookie=function(){};
})(window,document,window['_fs_namespace'],'script','user');
</script>
</head>
<body id="home" data-spy="scroll" data-target=".navbar" data-offset="60">
<!-- <nav class="navbar sticky-top navbar-expand-md navbar-light">
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarNav" aria-controls="navbarNav" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarNav">
<ul class="navbar-nav">
<li class="nav-item">
<a class="nav-link" href="#home">HOME</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#about">ABOUT</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#projects">PROJECTS</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#contact">CONTACT</a>
</li>
</ul>
</div>
</nav> -->
<div class="row">
<div class="col-md-6">
<img src="img/brett5.png" class="img-responsive face-header">
</div>
<div class="col-md-6" id="name_container">
<div>
<img src="img/full_name.png" class="img-responsive name" id="name">
</div>
<div>
<p class="desc"> DATA SCIENCE. DESIGN THINKING. SOCIAL GOOD. </p>
</div>
</div>
</div>
<div id="about" class="container-fluid">
<p class="about_header_text"> >>>>>> ABOUT ME
<<<<<<</p>
<div class="row">
<div class="col-12 letter_container">
<div id='board'></div>
</div>
<div class="col-3 about_side">
<img class="img-responsive about_side" src="img/side.png" />
</div>
<div class="col-sm-12 col-md-6 middle_about">
<img class="img-responsive about_me" src="img/about_me2.png" />
</div>
<div class="col-3 about_side">
<img class="img-responsive about_side" src="img/side.png" />
</div>
</div>
</div>
<div id="projects" class="container-fluid">
<div class="project_header">
<p class="project_header_text"> >>>>>> PROJECTS
<<<<<<</p>
<p class="project_header_text_desc"> CHECK OUT MY WORK THAT COMBINES DATA SCIENCE, DESIGN, AND SOCIAL GOOD. </p>
</div>
<div class="row">
<div class="col-12 project_container">
<div class="project" data-toggle="modal" data-target="#newsModal">
<img class='inner_project' src="projects/news-bg.png" />
<img class='inner_project_text' src='projects/news-txt.png' />
</div>
<div class="project" data-toggle="modal" data-target="#dssgModal">
<img class='inner_project' src="projects/dssg-bg.png" />
<img class='inner_project_text' src='projects/dssg-txt.png' />
</div>
<div class="project" data-toggle="modal" data-target="#basicModal">
<img class='inner_project' src="projects/basic_needs-bg.png" />
<img class='inner_project_text' src='projects/basic_needs-txt.png' />
</div>
<div class="project" data-toggle="modal" data-target="#ohioModal">
<img class='inner_project' src="projects/ohio-bg.png" />
<img class='inner_project_text' src='projects/ohio-txt.png' />
</div>
<div class="project" data-toggle="modal" data-target="#17Modal">
<img class='inner_project' src="projects/datafest2017-bg.png" />
<img class='inner_project_text' src='projects/datafest2017-txt.png' />
</div>
<div class="project"data-toggle="modal" data-target="#datacapstoneModal">
<img class='inner_project' src="projects/datacapstone-bg.png" />
<img class='inner_project_text' src='projects/datacapstone-txt.png' />
</div>
</div>
</div>
</div>
<div id="contact" class="container-fluid">
<div class="row">
<div class="col-12 letter_container">
<p class="contact_header_text"> >>>>>> CONTACT ME
<<<<<<</p>
<p class="contact_header_text_desc"> GET IN TOUCH. I'D LOVE TO HEAR FROM YOU. </p>
</div>
<div class="col-3 icon_container">
<a href="https://www.facebook.com/brett.bejcek" target="_blank"><i class="fa fa-5x fa-facebook-square contact_icon" ></i></a>
</div>
<div class="col-3 icon_container">
<a href="https://github.com/bmbejcek" target="_blank"><i class="fa fa-5x fa-github-square contact_icon" ></i></a>
</div>
<div class="col-3 icon_container">
<a href="https://www.instagram.com/bbejcek/" target="_blank"><i class="fa fa-5x fa-instagram contact_icon" ></i></a>
</div>
<div class="col-3 icon_container">
<a href="https://www.linkedin.com/in/brettbejcek/" target="_blank"><i class="fa fa-5x fa-linkedin-square contact_icon" ></i></a>
</div>
</div>
</div>
<!-- NewsBreakers Modal -->
<div class="modal fade" id="newsModal">
<div class="modal-dialog modal-lg">
<div class="modal-content">
<div class="modal-header">
<button type="button" class="close" data-dismiss="modal">×</button>
</div>
<div class="modal-body">
<img class="modal-header-picture" src="projects/news-header.png" />
<a class="modal-title">FAKE NEWS DETECTOR</a>
<a class="modal-location">SEATTLE, WASHINGTON</a>
<a class="modal-small-header">DESCRIPTION</a>
<p class="modal-description">As the winner of the 2017 Seattle Global AI Hackathon, we created a fake news detector based on a Naive Bayes Classifier that could predict whether an article was fake with 85% accuracy. The model was trained on a set of 4,000 articles and was
tested on a set of 1,100 articles. We then created a web demo using HTML, CSS, and Javascript with a Flask backend. Check out the source code <a href="https://github.com/bmbejcek/fakenews">here</a> and a live web demo <a href="http://newsbreakers.herokuapp.com/">here</a>.</p>
</div>
<img class="modal-footer-picture" src="projects/news.gif" />
<div class="modal-footer">
<button type="button" class="btn btn-secondary" data-dismiss="modal">CLOSE</button>
</div>
</div>
</div>
</div>
<!-- DSSG Modal -->
<div class="modal fade" id="dssgModal">
<div class="modal-dialog modal-lg">
<div class="modal-content">
<div class="modal-header">
<button type="button" class="close" data-dismiss="modal">×</button>
</div>
<div class="modal-body">
<img class="modal-header-picture" src="projects/dssg-header.png" />
<a class="modal-title">DSSG FELLOWSHIP</a>
<a class="modal-location">SEATTLE, WASHINGTON</a>
<a class="modal-small-header">DESCRIPTION</a>
<p class="modal-description">Vehicle cruising (individuals looking for parking and for-hire vehicles operating without a passenger) is a major contributor to traffic congestion in downtown Seattle. Still, the magnitude and location of vehicle cruising is poorly understood.
To get a better understanding of where vehicles cruise, we used traffic sensor data to generate most-likely paths traversed. We segmentated paths by time and method of transportation. After segmentation, we introduced metadata to describe
the trip and used a semi-supervised machine learning approach to label the data. Ultimately, we created an interactive heat map of downtown Seattle that can be used to visualize the relative levels of cruising.</p>
<p class="modal-description">This research has the potential to help transportation agencies, technology companies, and car companies predict the availability of parking and more accurately direct travelers with online, mobile, and connected tools, thereby reducing congestion
impacts, emissions, and fuel costs. Check out <a href="https://github.com/uwescience/TrafficCruising-DSSG2017">source code</a> and a
<a href="https://news.microsoft.com/features/students-create-something-really-incredible-broader-aim-help-two-cross-border-cities-thrive-together/">news article</a>.</p>
</div>
<img class="modal-footer-picture" src="projects/dssg.gif" />
<div class="modal-footer">
<button type="button" class="btn btn-secondary" data-dismiss="modal">CLOSE</button>
</div>
</div>
</div>
</div>
<!-- Basic Needs Modal -->
<div class="modal fade" id="basicModal">
<div class="modal-dialog modal-lg">
<div class="modal-content">
<div class="modal-header">
<button type="button" class="close" data-dismiss="modal">×</button>
</div>
<div class="modal-body">
<img class="modal-header-picture" src="projects/basic-header.png" />
<a class="modal-title">BASIC NEEDS</a>
<a class="modal-location">SEATTLE, WASHINGTON</a>
<a class="modal-small-header">DESCRIPTION</a>
<p class="modal-description"> As a Seattle Angel Hack Challenge Winner, Basic Needs is an SMS-based application that provides access to routing, emergency, mental health, sanitation, education, location, weather, and feedback services to vulnerable populations without wifi
dependency. Basic Needs addresses immediate needs, connects vulnerable populations to their needs, and initiates a dialog between cities and vulnerable populations for social engagement and improvement.
<a href="https://github.com/bmbejcek/basicneeds">Source code</a> is available and showcases Python utilized in conjunction Amazon Lexa and AWS Lambda.</p>
</div>
<img class="modal-footer-picture" src="projects/basic_needs.png" />
<div class="modal-footer">
<button type="button" class="btn btn-secondary" data-dismiss="modal">CLOSE</button>
</div>
</div>
</div>
</div>
<!-- Ohio Modal -->
<div class="modal fade" id="ohioModal">
<div class="modal-dialog modal-lg">
<div class="modal-content">
<div class="modal-header">
<button type="button" class="close" data-dismiss="modal">×</button>
</div>
<div class="modal-body">
<img class="modal-header-picture" src="projects/ohio-header.png" />
<a class="modal-title">FOOD INSECURITY</a>
<a class="modal-location">COLUMBUS, OHIO</a>
<a class="modal-small-header">DESCRIPTION</a>
<p class="modal-description"> This visualization, second place winner, shows the disparity between access and need for food banks in Ohio. It was created by overlaying two different sources of data to see emerging trends. To create the drive time data, first, a list of census
tracts with center coordinates were produced. Then Python code was run to calculate driving time from that center coordinate to the nearest foodbank. This was achieved by utilizing Open Source Routing Machine. Next, we received SNAP data about
food insecurity from the Census. Our final step was overlaying these two data sources in QGIS to produce a meaningful visualization. <a href="https://github.com/bmbejcek/ohio-foodbank">See here</a> for source code.</p>
</div>
<img class="modal-footer-picture" src="projects/ohio.png" />
<div class="modal-footer">
<button type="button" class="btn btn-secondary" data-dismiss="modal">CLOSE</button>
</div>
</div>
</div>
</div>
<!-- DF17 Modal -->
<div class="modal fade" id="17Modal">
<div class="modal-dialog modal-lg">
<div class="modal-content">
<div class="modal-header">
<button type="button" class="close" data-dismiss="modal">×</button>
</div>
<div class="modal-body">
<img class="modal-header-picture" src="projects/datafest2017-header.png" />
<a class="modal-title">DATAFEST 2017</a>
<a class="modal-location">COLUMBUS, OHIO</a>
<a class="modal-small-header">DESCRIPTION</a>
<p class="modal-description"> This presentation, winner of best visualizations, shows insight into the data provided for the 2017 Datafest competition. We analyzed Expedia data and provided recommendations for customizing pricing based on where you book.</p>
<img src="projects/datafest2017.png" width="100%"/>
</div>
<div class="modal-footer">
<button type="button" class="btn btn-secondary" data-dismiss="modal">CLOSE</button>
</div>
</div>
</div>
</div>
<!-- Barry Bonds Modal -->
<div class="modal fade" id="bondsModal">
<div class="modal-dialog modal-lg">
<div class="modal-content">
<div class="modal-header">
<button type="button" class="close" data-dismiss="modal">×</button>
</div>
<div class="modal-body">
<img class="modal-header-picture" src="projects/barrybonds-header.png" />
<a class="modal-title">BARRY BONDS ANALYSIS</a>
<a class="modal-location">COLUMBUS, OHIO</a>
<a class="modal-small-header">DESCRIPTION</a>
<p class="modal-description"> This project answers the question: "During the 2001 Season, what factors played a role in the probability of Barry Bonds getting on base?" using logit regression and generalized linear models.</p>
<img src="projects/barrybonds.png" width="100%"/>
</div>
<div class="modal-footer">
<button type="button" class="btn btn-secondary" data-dismiss="modal">CLOSE</button>
</div>
</div>
</div>
</div>
<!-- Datafest2016 Modal -->
<div class="modal fade" id="16Modal">
<div class="modal-dialog modal-lg">
<div class="modal-content">
<div class="modal-header">
<button type="button" class="close" data-dismiss="modal">×</button>
</div>
<div class="modal-body">
<img class="modal-header-picture" src="projects/datafest2016-header.png" />
<a class="modal-title">DATAFEST 2016</a>
<a class="modal-location">COLUMBUS, OHIO</a>
<a class="modal-small-header">DESCRIPTION</a>
<p class="modal-description"> This presentation, as winner of the 2016 Datafest, explores the impact of presales on ticket profit.</p>
<img src="projects/datafest2016.png" width="100%"/>
</div>
<div class="modal-footer">
<button type="button" class="btn btn-secondary" data-dismiss="modal">CLOSE</button>
</div>
</div>
</div>
</div>
<!-- Smart Columbus Modal -->
<div class="modal fade" id="smartcolumbusModal">
<div class="modal-dialog modal-lg">
<div class="modal-content">
<div class="modal-header">
<button type="button" class="close" data-dismiss="modal">×</button>
</div>
<div class="modal-body">
<img class="modal-header-picture" src="projects/smartcolumbus-header.png" />
<a class="modal-title">SMART CITIES INNOVATION CHALLENGE</a>
<a class="modal-location">COLUMBUS, OHIO</a>
<a class="modal-small-header">DESCRIPTION</a>
<p class="modal-description"> Smart Cities Columbus partnered with the Ohio State University Leadership Capstone Class, challenging us to produce innovative ways to engage the community.</p>
<img src="projects/smartcolumbus.png" width="100%"/>
</div>
<div class="modal-footer">
<button type="button" class="btn btn-secondary" data-dismiss="modal">CLOSE</button>
</div>
</div>
</div>
</div>
<!-- Insurance Analysis Modal -->
<div class="modal fade" id="datacapstoneModal">
<div class="modal-dialog modal-lg">
<div class="modal-content">
<div class="modal-header">
<button type="button" class="close" data-dismiss="modal">×</button>
</div>
<div class="modal-body">
<img class="modal-header-picture" src="projects/datacapstone-header.png" />
<a class="modal-title">DATA CAPSTONE</a>
<a class="modal-location">COLUMBUS, OHIO</a>
<a class="modal-small-header">DESCRIPTION</a>
<p class="modal-description"> As part of the Data Analytics curriculum at Ohio State, we partnered with PwC to perform analysis on poor performing segments of an insurance company.</p>
<img src="projects/datacapstone.png" width="100%"/>
</div>
<div class="modal-footer">
<button type="button" class="btn btn-secondary" data-dismiss="modal">CLOSE</button>
</div>
</div>
</div>
</div>
<footer class='footer'>
BRETT BEJCEK 2018
</footer>
<script>
var board = new DepartureBoard(document.getElementById('board'), {
rowCount: 1,
letterCount: 15
});
var greetings = ['< hi there />', '< good day />', '<howdy partner>', '<how do you do>', '< why hello >',
'<whats shakin?>'
];
board.setValue(greetings[0]);
for (var i = 1; i <= 1000; i++) {
setTimeout(function(x) {
return function() {
board.setValue(greetings[x % greetings.length]);
};
}(i), 7000 * i);
}
</script>
<script>
$(document).ready(function() {
$('body').scrollspy({
target: ".navbar",
offset: 150
});
$("#navbarNav a").on('click', function(event) {
if (this.hash !== "") {
event.preventDefault();
var hash = this.hash;
$('html, body').animate({
scrollTop: $(hash).offset().top
}, 800, function() {
//window.location.hash = hash;
});
}
});
});
</script>
<script>
$(".sticky-top").autoHidingNavbar();
</script>
</body>
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-111770621-1"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag() {
dataLayer.push(arguments);
}
gtag('js', new Date());
gtag('config', 'UA-111770621-1');
</script>
<script>
$('#home').animate({opacity: '1.0',top: '0px'}, 500)
</script>
</html>