-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
365 lines (338 loc) · 14.5 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
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title>Jason's Portfolio</title
<link rel="stylesheet" href="//fonts.googleapis.com/css?family=Josefin+Slab:regular" type="text/css">
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/semantic-ui@2.3.1/dist/semantic.min.css" type="text/css">
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/semantic-ui@2.3.1/dist/components/modal.min.css" type="text/css">
<link rel="stylesheet" href="bower_components/slick-carousel/slick/slick.css">
<link rel="stylesheet" href="bower_components/slick-carousel/slick/slick-theme.css">
<style type="text/css">
body {
padding-top: 50px;
background: #272822;
}
#parallax-container:before {
content: "";
z-index: 1;
display: block;
position: absolute;
top: 0;
left: 0;
min-width: 200vw;
min-height: 200vh;
background: rgba(0,0,0,0.65);
}
p {
font-size: 1.3rem;
}
h1 {
height: 200px;
}
h1 p {
font-family: 'Josefin Slab' !important;
font-size: 2em;
color: whitesmoke;
}
img:not(#logo):not(.parallax):not(.image){
background: gray;
padding: 5px;
margin: 5px;
max-width: 500px;
max-height: 450px;
}
figure {
position: fixed;
top: -100px;
left: -150px;
width: 100%;
z-index: -1;
}
.ui.dimmer {
overflow: hidden !important;
padding: 0;
}
#modal {
background: transparent;
min-height: 60%;
margin: 0 !important;
}
#modal > .image.content {
padding: 0;
max-width: 80vw;
max-height: 80vh;
margin: auto;
overflow: hidden;
background: transparent;
}
.image {
margin: auto;
max-width: 60%;
max-height: 60%;
}
#stanley-wrapper {
width: 100%;
height: 690px;
border: 1px solid black;
overflow: hidden;
}
#stanley-frame {
-moz-transform: scale(0.75);
-o-transform: scale(0.75);
-webkit-transform: scale(0.75);
transform: scale(0.75);
-moz-transform-origin: 0 0;
-o-transform-origin: 0 0;
-webkit-transform-origin: 0 0;
transform-origin: 0 0;
width: 135%;
height: 920px;
}
</style>
</head>
<body>
<figure id="parallax-container">
<img class="parallax" src="img/src.png" alt="">
</figure>
<div class="ui container">
<h1 class="ui centered aligned header">
<img
id="logo" src="img/logo.png" alt="">
<p>Jason Wuertz</p>
</h1>
<div class="ui centered aligned header">
<a href="https://www.linkedin.com/in/jasonwuertz/">
<i class="big linkedin icon"></i>
</a>
<a href="https://github.com/ThePenguin1140">
<i class="big github icon"></i>
</a>
</div>
<div class="ui divider"></div>
<div class="ui column segment">
<p id="summary">My name is Jason Wuertz. I'm a generalist, full stack engineer with a Master degree in Human Computer Interaction. Scroll down to see some of my projects!</p>
</div
<div class="ui divider"></div>
<div class="ui stackable doubling grid container">
<div class="ui divider"></div>
<div class="sixteen wide column">
<div class="ui raised segment">
<h2>Healthy Lies: The Effects of Misrepresenting Player Health Data on Experience, Behavior and Performance</h2>
<div class="slick-carousel">
<div>
<iframe width="560" height="315" src="https://www.youtube-nocookie.com/embed/BOdDlpgg-Qo" frameborder="0" allow="accelerometer; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
</div>
</div>
<div class="ui divider"></div>
<div class="sixteen wide column">
<h3>Also known as: <a href="https://redline-server.herokuapp.com/">Redline</a> (<a href="pdf/Redline.pdf">pdf</a>)</h3>
<p>See a preview of the environment <a href="https://redline-server.herokuapp.com/">here</a>.</p>
</div>
</div>
</div>
<div class="sixteen wide column">
<div class="ui raised segment">
<h2>A Design Framework for Awareness Cues in Distributed Multiplayer Games (<a href="pdf/GameAwarenessCHI2018.pdf">pdf</a>)</h2>
<div class="ui stackable doubling grid container">
<div class="ui sixteen wide column">
<div class="slick-carousel">
<div>
<img onclick="ToggleModal(this)" src="img/awareness-fig1.jpg" alt="">
</div>
<div>
<img onclick="ToggleModal(this)" src="img/awareness-fig2.jpg" alt="">
</div>
<div>
<img onclick="ToggleModal(this)" src="img/awareness-fig3.jpg" alt="">
</div>
<div>
<img onclick="ToggleModal(this)" src="img/awareness-fig4.jpg" alt="">
</div>
</div>
</div>
</div>
<div class="ui divider"></div>
<div class="sixteen wide column">
<p>
In the physical world, teammates develop situation awareness about each other's location, status, and actions through cues such as gaze direction and ambient noise. To support situation awareness, distributed multiplayer games provide awareness cues - information that games automatically make available to players to support cooperative gameplay. The design of awareness cues can be extremely complex, impacting how players experience games and work with teammates. Despite the importance of awareness cues, designers have little beyond experiential knowledge to guide their design. In this work, we describe a design framework for awareness cues, providing insight into what information they provide, how they communicate this information, and how design choices can impact play experience. Our research, based on a grounded theory analysis of current games, is the first to provide a characterization of awareness cues, providing a palette for game designers to improve design practice and a starting point for deeper research into collaborative play.
</p>
</div>
</div>
</div>
<div class="sixteen wide column">
<div class="ui raised segment">
<h2>Why Players use Pings and Annotations in Dota 2 (<a href="pdf/2017-chi2017-dota2.pdf">pdf</a>)</h2>
<div class="ui stackable doubling grid container">
<div class="ui sixteen wide column">
<div class="slick-carousel">
<div>
<img onclick="ToggleModal(this)" src="img/dota-fig1.jpg" alt="">
</div>
<div>
<img onclick="ToggleModal(this)" src="img/dota-fig2.jpg" alt="">
</div>
<div>
<img onclick="ToggleModal(this)" src="img/dota-fig3.jpg" alt="">
</div>
<div>
<img onclick="ToggleModal(this)" src="img/dota-fig4.jpg" alt="">
</div>
</div>
</div>
</div>
<div class="ui divider"></div>
<div class="sixteen wide column">
<p>
Groupware research has long focused on representing gestures as a means to facilitate collaboration. However, this work has not led to wide support of gesturing in commercial groupware systems. In contrast, Dota 2, a popular MOBA game, provides two frequently-used gesturing tools: annotations - freely drawn lines on top of the gamespace - and pings - a combination of animation and sound indicating a point of interest. While gesturing tools are important for quickly coordinating with teammates in Dota 2, there is little information about how and why people use them. To gather this information, we performed two complementary studies: an interaction analysis of eight game replays, and a survey of 167 experienced players. Our findings include: six distinct motivations for the use of gesturing tools; when and how frequently gesture motivations occur during games; and, that players find pings an essential tool for winning, but not annotations. Our findings provide new directions for the design of gesturing tools in groupware and online games.
</p>
</div>
</div>
</div>
<div class="sixteen wide column">
<div class="ui raised segment">
<h2>Inventory and Geographic Data Visualization</h2>
<div class="slick-carousel">
<div>
<img onclick="ToggleModal(this)" src="img/remsoft-areagraph.png" alt="">
</div>
<div>
<img onclick="ToggleModal(this)" src="img/remsoft-areagraph2.png" alt="">
</div>
<div>
<img onclick="ToggleModal(this)" src="img/remsoft-gundeath.png" alt="">
</div>
<div>
<img onclick="ToggleModal(this)" src="img/remsoft-map.png" alt="">
</div>
</div>
<div class="ui divider"></div>
<div class="sixteen wide column">
<p>During my time at the University of New Brunswick I participated in a variety of projects. One of the more exciting ones was a contract with a local company to design novel information visualization techniques for the managment of inventory and geographic data. During this project I was responsible for the design and evaluation of several novel information visualization techniques in collaboration with my peers. Frequent meetings with our clients allowed us to apply an iterative design process and find a suitable and effective solution to their problem.</p>
</div>
</div>
</div>
<div class="sixteen wide column">
<div class="ui raised segment">
<h2>User Experience Consultation</h2>
<div class="ui stackable doubling grid container">
<div class="ui sixteen wide column">
<div class="slick-carousel">
<div>
<img onclick="ToggleModal(this)" src="img/deltaware-eval.png" alt="">
</div>
<div>
<img onclick="ToggleModal(this)" src="img/deltaware-eval2.png" alt="">
</div>
<div><img onclick="ToggleModal(this)" src="img/deltaware-report.png" alt=""></div>
<div><img onclick="ToggleModal(this)" src="img/deltaware-report2.png" alt=""></div>
</div>
</div>
<div class="ui divider"></div>
<div class="ui sixteen wide column">
<p>While working for DeltaWare my responsibilities ranged from maintenance and development to research and usability testing. My current role revolves around the evaluation of low, medium and high fidelity prototypes using heuristic evaluations and in-house usability studies. As part of this I prepare detailed reports for management, outline significant areas of improvement, and emphasize the importance of user centered design. Additionally I have held several workshops and lectures on usability and user experience for developers and management to help the integration of user centered design.</p>
</div>
</div>
</div>
</div>
<div class="sixteen wide column">
<div class="ui raised segment">
<h2><a href="https://thepenguin1140.github.io/Stanley/">The Stanley Project</a></h2>
<p>The Stanley project is the accumulation of a self directed information visualization course at the University of New Brunswick. Naturally I was responsible for the design and development of this novel and interactive information visualization application using D3.js. The application aimed to give users the ability to explore Stanley Cup winnning hockey teams and the player trades between them.</p>
<div class="ui divider"></div>
<div class="ui computer only grid">
<div id="stanley-wrapper">
<iframe id="stanley-frame" src="https://thepenguin1140.github.io/Stanley/" allowfullscreen="true" frameborder="1"></iframe>
</div>
</div>
<div class="ui mobile only grid">
<p>You can see this project in action by clicking on the title or visiting this page on your computer.</p>
<div class="ui divider"></div>
</div>
</div>
</div>
<div class="sixteen wide column">
<div class="ui raised segment">
<h2>TrackWell Systems</h2>
<div class="ui stackable doubling grid container">
<div class="ui sixteen wide column slick-carousel">
<div>
<img onclick="ToggleModal(this)" src="img/trackwell-profile.png"/>
</div>
<div>
<img onclick="ToggleModal(this)" src="img/trackwell-profile2.png"/>
</div>
<div>
<img onclick="ToggleModal(this)" src="img/trackwell-home.png"/>
</div>
<div>
<img onclick="ToggleModal(this)" src="img/trackwell-search.png"/>
</div>
</div>
<div class="ui divider"></div>
<div class="ui sixteen wide column">
<p>TrackWell systems was the result of a 2 semester final project for my undergraduate degree at the University of Prince Edward Island. The system aimed to bridge the gap between health practitioners and patients through lifestyle data collection, analysis and visualization using mobile technology. After developing our initial prototype for this course three of us decided to attempt to turn this project into a Start-up. During the summer of 2012 we continued to develop the application. However, lack of funding and experience forced us to accept more sustainable opportunities. For the complete duration of the project I assumed the position of managing the project which included:</p>
<ul>
<li>The division of labor</li>
<li>The creation and implementation of development standards:
<ul>
<li>code style and documenation <a href="pdf/Coding and Documentation Standards.pdf">pdf</a></li>
<li>commit message standards and respository maintenance</li>
<li>user interface consistency standards</li>
</ul>
</li>
<li>Desiging the user interface and expierence of the application</li>
</ul>
</div>
</div>
</div>
</div>
</div>
</div>
<div id="modal" class="ui fullscreen modal" onclick="CloseModal()">
<div class="image content">
<img onclick="ToggleModal(this)" src="" alt="" class="image">
</div>
</div>
<script src="bower_components/jquery/dist/jquery.min.js"></script>
<script src="https://cdn.jsdelivr.net/npm/semantic-ui@2.3.1/dist/semantic.min.js"></script>
<script src="https://cdn.jsdelivr.net/npm/semantic-ui@2.3.1/dist/components/modal.min.js"></script>
<script src="bower_components/slick-carousel/slick/slick.min.js"></script>
<script src="bower_components/scroll-parallax/dist/Parallax.min.js"></script>
<script>
$(document).ready(function() {
var p = new Parallax('.parallax').init();
$('.slick-carousel').slick({
slidesToShow: 3,
slidesToScroll: 1,
autoplay: true,
autoplaySpeed: 5000,
lazyLoad: 'ondemand',
infinite: true,
variableWidth: true,
adaptiveHeight: true,
dots: true,
centerMode: true,
responsive: [
{
breakpoint: 600,
settings: {
arrows: false,
slidesToShow: 1,
}
}
]
});
$('.ui.fullscreen.modal').modal();
});
function ToggleModal(element) {
var modal = $('.ui.fullscreen.modal');
modal.find('img').attr('src', element.src);
$('.ui.fullscreen.modal').modal('toggle');
}
function CloseModal() {
$('.ui.fullscreen.modal').modal('hide');
}
</script>
</body>
</html>