-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
512 lines (460 loc) · 20.8 KB
/
index.html
File metadata and controls
512 lines (460 loc) · 20.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
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
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Braeden Jury</title>
<!--
Template 2109 The Card
http://www.tooplate.com/view/2109-the-card
-->
<!-- load CSS -->
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Open+Sans:300,400,600">
<!-- Google web font "Open Sans" -->
<link rel="stylesheet" href="css/bootstrap.min.css">
<!-- https://getbootstrap.com/ -->
<link rel="stylesheet" href="slick/slick.css">
<link rel="stylesheet" href="slick/slick-theme.css">
<link rel="stylesheet" href="css/magnific-popup.css">
<link rel="stylesheet" href="css/tooplate-style.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<!-- Templatemo style -->
</head>
<body>
<!-- Loader -->
<div id="loader-wrapper">
<div id="loader"></div>
<div class="loader-section section-left"></div>
<div class="loader-section section-right"></div>
</div>
<div class="tm-main-container">
<div class="tm-top-container">
<!-- Menu -->
<nav id="tmNav" class="tm-nav">
<a class="tm-navbar-menu" href="#">Menu</a>
<ul class="tm-nav-links">
<li class="tm-nav-item active">
<a href="#" data-linkid="0" data-align="right" class="tm-nav-link">Who am I?</a>
</li>
<li class="tm-nav-item">
<a href="#" data-linkid="1" data-align="middle" class="tm-nav-link">My Projects</a>
</li>
<li class="tm-nav-item">
<a href="#" data-linkid="2" data-align="middle" class="tm-nav-link">Work Experience</a>
</li>
<li class="tm-nav-item">
<a href="#" data-linkid="3" data-align="left" class="tm-nav-link">Contact</a>
</li>
</ul>
</nav>
<!-- Site header -->
<header class="tm-site-header-box tm-bg-dark">
<h1 class="tm-site-title">Braeden Jury</h1>
<p class="mb-0 tm-site-subtitle">Assisting Through Design</p>
</header>
</div>
<!-- tm-top-container -->
<div class="container-fluid">
<div class="row">
<div class="col-md-12">
<!-- Site content -->
<div class="tm-content">
<!-- Section 0 Introduction -->
<section class="tm-section tm-section-0">
<div class="profile-box">
<img src="img/headshot.jpg" alt="Me" width="300" height="300" class="">
</div>
<div class="tm-textbox tm-textbox-2 tm-about-box tm-bg-dark">
<h2 class="tm-text-blue mb-4">About Me</h2>
<p class="mb-4">I work on integrated mechatronic and software
solutions to modern accessibility and health care problems,
while learning more about the physics that drives it all.</p>
<p class="mb-0">Check out my projects to see some of the work I've done!</p>
<a href="https://judge24601.github.io/resume.pdf" class="mb-0">Also, check out my resume!</a>
</br>
<a href="https://www.linkedin.com/in/braeden-jury-251261160/" class="fa fa-linkedin"></a>
<a href="https://github.com/Judge24601" class="fa fa-github"></a>
</div>
</section>
<!-- Section 2 Work (Gallery) -->
<section class="tm-section tm-section-1 mx-auto">
<div class="modal-mask" id="modal0">
<div class="modal-cont" >
<div class="modal-head">
<span class="close">×</span>
<h2>BEAR UBC</h2>
</div>
<div class="modal-body"><p>BEAR UBC, or Bionics Engineering Analyis and Research UBC,
is a design team founded in the pursuit of low-cost bionics,
developed by undergraduate engineering students. I founded this
team alongside 5 others, and currently lead the Electrical/Software
subteam for our first project, GRASP.</p>
<p>My role has been both as a developer and a manager - I am developing the
power management circuitry while also delegating and monitoring
the development of motor control circuitry, a neural network for
signal processing, and the onboard control systems. Additionally,
I manage the budget, administration concerns, and sponsorship for
the subteam, while communicating frequently with the mechanical subteam,
offering my design experience and an electrical perspective.</p>
If you would like to learn more about BEAR UBC, please check out
<a target="_blank" rel="noopener noreferrer" href="http://bearubc.com">bearubc.com</a>.
</div>
<div class="modal-foot">
</div>
</div>
</div>
<div class="modal-mask" id="modal1">
<div class="modal-cont" >
<div class="modal-head">
<span class="close">×</span>
<h2>Order 66</h2>
</div>
<div class="modal-body">
<p>Order 66 is a robot built for the purpose of retrieving Ewoks from the clutches of the
Empire, while navigating through the treacherous stronghold. </p>
<p>In order to make it to all the Ewoks, Order 66 was built
with two halves, Vader Bot and Trooper Bot, which worked
together to cross multiple large gaps, grab the Ewoks, and safely return
them home.</p>
<p> I personally designed the mechanics of Vader Bot, which
retreived the Ewoks and navigated the treacherous interior
of the stronghold, along with returning them home via a zip line.</p>
<p> Additionally, I designed the software architecture for both robots,
enabling them to communicate easily and collaborate to succeed.</p>
For more about Order 66, a gallery of the robot, and an overview of the design process,
see <a target="_blank" rel="noopener noreferrer" href="https://order66bot.github.io">order66bot.github.io</a>
</div>
<div class="modal-foot">
</div>
</div>
</div>
<div class="modal-mask" id="modal2">
<div class="modal-cont" >
<div class="modal-head">
<span class="close">×</span>
<h2>PoppyWatch</h2>
</div>
<div class="modal-body">
<p>A common method to recognizing emotions associated with Post Traumatic Stress Disorder
(PTSD)/Operational Stress Injury(OSI) is self monitoring.
This method involves recognizing moments where your mood and emotions are much stronger or change more drastically.
This usually involves tracking on paper and writing it all down.</p>
<p> In the workplace, it can feel like there is a stigma
with writing emotions down or even facing those emotions.
PoppyWatch is associated with Fitbit, allowing the person
to press down a button for when they have an episode,
and later can go onto the website and record down their
emotions and situation and more, while the Fitbit tracks
the heart rate, time and location. PoppyWatch makes
self-monitoring easier and more comfortable in a
stressful environment that Veterans and First Responders have to deal with.</p>
<p> I personally developed the software on the FitBit, wrangling
the API into posting the results to our own database in Google FireBase.</p>
<p> To see more about PoppyWatch, check out the <a href = "https://github.com/Judge24601/PoppyWatch">GitHub!</a>
</div>
<div class="modal-foot">
</div>
</div>
</div>
<div class="modal-mask" id="modal3">
<div class="modal-cont" >
<div class="modal-head">
<span class="close">×</span>
<h2>SafeTalk</h2>
</div>
<div class="modal-body">
<p>Safe Talk is an app that allows a selected group of people
to know the users' location in scenarios of fear and danger.</p>
<p>The simple-to-use app allows the user to set a trusted
group of people in their contacts, and a easily accessible
"HELP" button on the main screen. In the case of the user
feeling unsafe or in danger, they can press the "HELP"
button and it instantly sends an SMS message to their
trusted network with their last known location.</p>
<p> Additionally, if a trusted friend has gone missing,
you can request their last known location, and SafeTalk
will inform them you are searching for them.</p>
<p> My main contribution to this project was the location data and
database setup, along with integrating reverse geocoding,
that is, obtaining a street address from a latitude and longitude,
into the project.</p>
<p> To see more about SafeTalk, check out the <a href = "https://github.com/Judge24601/SafeTalk">GitHub!</a>
</div>
<div class="modal-foot">
</div>
</div>
</div>
<div class="grid tm-gallery">
<a href="#" id="modallink0" class="tm-nav-modal">
<figure class="effect-goliath tm-gallery-item" id="gallery0">
<img src="img/hand.JPG" height:"300" alt="Image 1" class="" usemap=""data-modalid="0">
<figcaption>
<h2>BEAR
<span>UBC</span>
</h2>
<p>Bionic Limbs for low-income families.</p>
</figcaption>
</figure>
</a>
<a href="#" id="modallink1" class="tm-nav-modal">
<figure class="effect-goliath tm-gallery-item" id="gallery1">
<img src="img/robot.jpg" alt="Robots!" class="" >
<figcaption>
<h2>Order
<span>66</span>
</h2>
<p>Two robots, together as one.</p>
</figcaption>
</figure>
</a>
<a href="#" id="modallink2" class="tm-nav-modal">
<figure class="effect-goliath tm-gallery-item">
<img src="img/poppy.jpg" alt="Red Flowers" class="">
<figcaption>
<h2>Poppy
<span>Watch</span>
</h2>
<p>PTSD monitoring for veterans.</p>
</figcaption>
</figure>
</a>
<a href="#" id="modallink3" class="tm-nav-modal">
<figure class="effect-goliath tm-gallery-item">
<img src="img/phone.jpg" alt="phone" class="">
<figcaption>
<h2>Safe
<span>Talk</span>
</h2>
<p>Keeping your friends safe.</p>
</figcaption>
</figure>
</a>
</div>
</section>
<section class="tm-section tm-section-2 mx-auto">
<div class="tm-textbox tm-textbox-2 tm-bg-dark">
<h2 class="tm-text-blue mb-4">UBC Centre for Brain Health</h2>
<h4 class="tm-text-blue mb-4">Position: Hardware and Software Developer</h3>
<h5 class="tm-text-blue mb-2">Project: Mouse Tracking System</h5>
A system for using RFID tags and computer vision to track multiple mouse movement within a small environment.
Designed, built, tested, and implemented by me, using SolidWorks for
mechanical design, Python for overall tracking, and <a href="https://pjreddie.com/yolo"> YOLO</a>
for mouse detection. The system produces 80%+ coverage of mouse positions with 100% accuracy,
at a fraction of the budget of closed-source systems.
See <a href="https://github.com/Judge24601/MouseTrackingSystem">the GitHub</a>
for more detail, along with installation instructions.
<p></p>
<h5 class="tm-text-blue mb-2">Project: Auto Head Fix</h5>
Upgraded, revised, and maintained architecture for automated
mouse brain imaging trials, integrating the system with a mySQL
database and refactoring the structure for a more modular and flexible approach.
One of the cages, specifically for laser stimulation, is pictured as the background.
See <a href="https://Judge24601.github.io/AutoHeadFix">the documentation</a> for further details.
</p>
</div>
<div class="tm-textbox tm-textbox-2 tm-bg-dark">
<h2 class="tm-text-blue mb-4">Control Inc.</h2>
<h4 class="tm-text-blue mb-4">Junior Developer</h3>
<p class="mb-4">Refactored old features and designed new features
using Vue for JavaScript, fixing or adding thousands of lines of code,
all subject to detailed code review and testing procedures.
</br>Implemented hundreds of new unit tests, increasing coverage from 40% to 70%.
</p>
</div>
</section>
<!-- Section 3 Contact -->
<section class="tm-section tm-section-3 tm-section-left">
<div class="tm-contact-form">
<p>Email: braedenjury@gmail.com</p>
<p>Github: <a href="https://github.com/Judge24601">Click Here</a></p>
<p>LinkedIn: <a href="https://www.linkedin.com/in/braeden-jury-251261160/">Click Here</a></p>
</div>
<!-- <form action="" class="tm-contact-form" method="post">
<div class="form-group mb-4">
<input type="text" id="contact_name" name="contact_name" class="form-control" placeholder="Name" required/>
</div>
<div class="form-group mb-4">
<input type="email" id="contact_email" name="contact_email" class="form-control" placeholder="Email" required/>
</div>
<div class="form-group mb-4">
<textarea rows="4" id="contact_message" name="contact_message" class="form-control" placeholder="Message" required></textarea>
</div>
<div class="form-group mb-0">
<button type="submit" class="btn tm-send-btn tm-fl-right">Send</button>
</div>
</form> -->
</section>
</div>
</div>
</div>
</div>
<div class="tm-bottom-container">
<!-- Footer -->
<footer>
</footer>
</div>
</div>
<script src="js/jquery-1.11.0.min.js"></script>
<script src="js/background.cycle.js"></script>
<script src="slick/slick.min.js"></script>
<script src="js/jquery.magnific-popup.min.js"></script>
<script>
let slickInitDone = false;
let previousImageId = 0,
currentImageId = 0;
let pageAlign = "right";
let bgCycle;
let links;
let eachNavLink;
let modals = Array.from(document.getElementsByClassName('modal-mask'));
let closes = Array.from(document.getElementsByClassName('close'));
closes.forEach((x) => {
x.onclick = () => {
modals[closes.indexOf(x)].style.display="none";
}
})
window.onload = function () {
$('body').addClass('loaded');
}
function showModal(e) {
let i = e.target;
while(i.tagName !== "A") {
console.log(i);
i = i.parentElement;
}
console.log(i.id.slice(-1));
document.getElementById('modal' + i.id.slice(-1)).style.display = "block";
}
window.onclick = function(e) {
if(modals.includes(e.target)) {
e.target.style.display = 'none';
}
}
function navLinkClick(e) {
e.preventDefault();
if ($(e.target).data("align")) {
pageAlign = $(e.target).data("align");
}
// Change bg image
previousImageId = currentImageId;
currentImageId = $(e.target).data("linkid");
bgCycle.cycleToNextImage(previousImageId, currentImageId);
// Change menu item highlight
$(`.tm-nav-item:eq(${previousImageId})`).removeClass('active');
$(`.tm-nav-item:eq(${currentImageId})`).addClass('active');
// Change page content
$(`.tm-section-${previousImageId}`).fadeOut(function (e) {
$(`.tm-section-${currentImageId}`).fadeIn();
});
adjustFooter();
}
$(document).ready(function () {
// Set first page
$('.tm-section').fadeOut(0);
$('.tm-section-0').fadeIn();
// Set Background images
// https://www.jqueryscript.net/slideshow/Simple-jQuery-Background-Image-Slideshow-with-Fade-Transitions-Background-Cycle.html
bgCycle = $("body").backgroundCycle({
imageUrls: [
'img/photo-02.jpg',
'img/photo-04.jpg',
'img/photo-03.jpg',
'img/photo-05.jpg',
],
fadeSpeed: 2000,
duration: -1,
backgroundSize: SCALING_MODE_COVER
});
eachNavLink = $('.tm-nav-link');
links = $('.tm-nav-links');
project = $('.tm-gallery-item');
// "Menu" open/close
if (links.hasClass('open')) {
links.fadeIn(0);
} else {
links.fadeOut(0);
}
// Each menu item click
eachNavLink.on('click', navLinkClick);
project.on('click', showModal);
$('.tm-navbar-menu').click(function (e) {
if (links.hasClass('open')) {
links.fadeOut();
} else {
links.fadeIn();
}
links.toggleClass('open');
});
$('.tm-navbar-menu').mouseover(function (e) {
links.fadeIn();
});
$('.tm-nav').mouseleave(function (e) {
links.fadeOut();
});
// window resize
$(window).resize(function () {
// If current page is Gallery page, set it up
if (currentImageId === 2) {
setupSlider();
}
// Adjust footer
adjustFooter();
});
adjustFooter();
}); // DOM is ready
function adjustFooter() {
const windowHeight = $(window).height();
const topHeight = $('.tm-top-container').height();
const middleHeight = $('.tm-content').height();
let contentHeight = topHeight + middleHeight;
if (pageAlign === "left") {
contentHeight += $('.tm-bottom-container').height();
}
if (contentHeight > windowHeight) {
$('.tm-bottom-container').addClass('tm-static');
} else {
$('.tm-bottom-container').removeClass('tm-static');
}
}
function setupSlider() {
let slidesToShow = 4;
let slidesToScroll = 2;
let windowWidth = $(window).width();
if (windowWidth < 480) {
slidesToShow = 1;
slidesToScroll = 1;
} else if (windowWidth < 768) {
slidesToShow = 2;
slidesToScroll = 1;
} else if (windowWidth < 992) {
slidesToShow = 3;
slidesToScroll = 2;
}
if (slickInitDone) {
$('.tm-gallery').slick('unslick');
}
slickInitDone = true;
$('.tm-gallery').slick({
dots: true,
customPaging: function (slider, i) {
var thumb = $(slider.$slides[i]).data();
return `<a>${i + 1}</a>`;
},
infinite: true,
prevArrow: false,
nextArrow: false,
slidesToShow: slidesToShow,
slidesToScroll: slidesToScroll
});
// Open big image when a gallery image is clicked.
$('.slick-list').magnificPopup({
delegate: 'a',
type: 'image',
gallery: {
enabled: true
}
});
}
</script>
</body>
</html>