-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
498 lines (443 loc) · 21.1 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
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
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link href='https://fonts.googleapis.com/css?family=Droid+Sans' rel='stylesheet' type='text/css'>
<link rel="stylesheet" href="styles.css" type="text/css" media="screen" charset="utf-8">
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.3.2/jquery.js"></script><script src="pxToEm.js"></script><script type="text/javascript" src="https://ajax.googleapis.com/ajax/libs/jqueryui/1.8/jquery-ui.min.js"></script><script>
function longestLine(text) {
lines = text.split('\n');
longest = 0;
for(var i=0; i<lines.length; i++) {
len = lines[i].length;
longest = len > longest ? len : longest;
}
return longest;
}
$().ready(function() {
// $("#basicinfo li:even").addClass("colored");
//setup the bibtex references
$('.bibtexitem a').each(function(ix) {
text = $(this).text();
newSpan = $('<span/>').text(text);
newSpan.addClass('biblink');
$(this).replaceWith(newSpan);
newSpan.click(function() {
cite_text = $($('#bibtex pre')[ix]).text();
pub_title = cite_text.match(/\stitle\s=\s{(.+)}/)[1];
dialog = $('#ref-dialog').dialog({
modal : true,
minWidth : 1024,
title : pub_title,
});
dialog.children('pre').text(cite_text)
})
});
});
</script>
<title>Dan Lazewatsky</title>
</head>
<script type="text/javascript">
var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www.");
document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));
</script><script type="text/javascript">
try {
var pageTracker = _gat._getTracker("UA-12221940-1");
pageTracker._trackPageview();
} catch(err) {}
</script>
<body>
<h1>Dan Lazewatsky</h1>
<img src="headshot.jpg" id="me" width="200" height="200">
<ul id="basicinfo">
<li>
<div class="colored">Contact:</div>
<ul>
<li><a href="https://www.linkedin.com/in/danlazewatsky/">LinkedIn</a></li>
<li><a href="https://github.com/dlaz">github/dlaz</a></li>
</ul>
</li>
<li><div class="colored">Education:</div>
<ul>
<li>
Ph.D. Robotics | <a href="https://www.oregonstate.edu">Oregon State University</a> | <a href="https://research.engr.oregonstate.edu/prg/">Personal Robotics Group</a>
</li>
<li>B.S. Computer Science | <a href="https://www.brandeis.edu">Brandeis University</a></li>
</ul>
</ul>
<h2>About</h2>
<div class="section"><p>
Experienced software engineer and researcher with a strong background in building cloud infrastructure, web services,
and applications. Particular experience managing large fleets of physical hardware requiring low latency and high
availability, and building insights from resulting datasets. Excels in designing and managing cloud architectures,
deploying cloud applications to heterogeneous environments. Proven ability to own and support software throughout its
full lifecycle.
<p>I am currently a Software Engineer Manager at Verily in Boston.</p>
</div>
<h2>Work Experience</h2>
<h3>Verily (2019-present)</h3>
<p>Staff Software Engineer / Manager</p>
<ul>
<li>Lumi by Pampers (Tech Lead)</li>
<ul>
<li>Led the development of a smart diaper sensor and camera system.</li>
<li>Built backend services to drive mobile app experience for caregivers.</li>
</ul>
<li><a
href="https://verily.com/perspectives/verily-launches-healthy-at-work-program-to-support-organizations-in-their-efforts-to-ensure-a-safe-return-to-work-and-school"
target="_blank" rel="noopener">Healthy at Work</a> (Tech Lead)</li>
<ul>
<li>Covid testing program for educational institutions and businesses enabling safe return to school/work.</li>
<li>Product went from concept to launch in 6 weeks, serving hundreds of thousands of users and millions of
tests </li>
<li>Designed and built vendor and customer integrations, enabling fast-turnaround testing order signoff, and robust,
flexible data pipelines for customers and internal stakeholders</li>
</ul>
<li><a
href="https://news.pg.com/news-releases/news-details/2020/Baby-Monitoring-Takes-a-Quantum-Leap-Lumi-by-Pampers-All-in-One-Connected-Baby-Care-System-Unveiled-at-CES-2020/default.aspx"
target="_blank" rel="noopener">Verily Retinal Service</a> (Tech Lead, Engineering Manager)</li>
<ul>
<li>Led development of core services including multiple microservices and frontends through exploration, refinement,
testing to on-time public launch</li>
<li>Focus on third party integrations with customers and partners (e.g. hospital EHR, image grading vendors)</li>
<li>Responsible for engineering coordination with cross-functional teams required for releasing regulated medical
software</li>
</ul>
</ul>
<h3>Google (2016-2019)</h3>
<p>Senior Software Engineer</p>
<ul>
<li>Google Video Conferencing Platform (Tech Lead)</li>
<ul>
<li>Led the development of software powering in-conference room video conferencing experience.</li>
<li>Supported hardware and feature modernization in tens of thousands of conference rooms.</li>
<li>Managed fleet and reliability monitoring for a high-reliability, seamless experience.</li>
</ul>
</ul>
<h2>Research</h2>
<div>
<ul>
<li>
<a href="https://web.archive.org/web/20111209110008/http://www.willowgarage.com/blog/2011/07/13/robots-humanity">Robots for Humanity</a>: Along with collaborators at Willow Garage, and the Healthcare Robotics Lab at Georgia Tech, I'm working on enabling persons with severe motor disabilities to use assistive mobile manipulators (AAMs) in their homes. Specifically, I'm working on moving interfaces away from the screen, to be embedded in the real world, tailored to the task at hand.
</li>
<li>
Adapting RIDE, a computer game-like interface designed for controlling mobile robots, for use with a multitouch interface.
The goal is to use this interface to more effectively supervise large groups (or individual) of autonomous mobile robots.
</li>
<li>
Remote Robotic Exploration and Experimentation: A system to for teleoperation of robots, allowing people to explore Colby College's art museum from St. Louis.
</li>
</ul>
</div>
<h2 id="software">Software</h2>
<div>
<h3>Author</h3>
<ul>
<li><a href="https://github.com/OSUrobotics/contextual_interfaces">contextual_interfaces</a>: interfaces that adjust based on context such as location and time</li>
<li><a href="https://github.com/OSUrobotics/robot_vector_control">robot_vector_control</a>: send a robot navigation goals by intersecting vectors with the floor</li>
<li><a href="https://github.com/OSUrobotics/splashscreen">splashscreen</a>: use ROS to control splashscreens on computer displays; useful for running user studies</li>
<li><a href="https://github.com/OSUrobotics/glass_ros">glass_ros</a>: Android app and corresponding ROS node to read sensor data off of Google Glass</li>
<li><a href="https://github.com/OSUrobotics/ros-3d-interaction">ROS 3D interaction</a>: tools for projecting and interacting with 3D interfaces embedded in the world</li>
<li><a href="https://github.com/OSUrobotics/projected-interface-builder">projected_interface_builder</a>: tool for graphically designing projected interfaces</li>
<li><a href="https://github.com/OSUrobotics/projected_numchat">projected_numchat: collaboration with CAD Lab at NEU</a>: projected interface for predictive text entry</li>
<li><a href="https://github.com/OSUrobotics/vlc">vlc</a>: tools for controlling VLC from ROS</li>
<li><a href="https://github.com/OSUrobotics/ros-phidgets-ir">ROS Phidets IR</a>: interface between Phidgets IR board and ROS</li>
<li><a href="https://github.com/OSUrobotics/bag2video">bag2video</a>: tool for extracting video from ROS bag files</li>
<li><a href="https://github.com/ros-visualization/rqt_common_plugins/tree/master/rqt_top">rqt_top</a>: tool for monitoring ROS processes</li>
<li><a href="https://github.com/dlaz/gmail-corpus">gmail-corpus</a>: tools for creating predictive text corpora from gmail message history</li>
<li><a href="https://github.com/dlaz/rosberrypi_cam">rosberrypi_cam</a>: ROS driver for raspberry pi CSI camera modules</li>
</ul>
<h3>Maintainer</h3>
<ul>
<li><a href="https://github.com/OSUrobotics/ros-head-tracking">head_pose_estimation</a>: 6 DoF head pose estimation from Kinect data</li>
<li><a href="https://github.com/OSUrobotics/rosh_core">rosh</a>: interactive python shell for ROS</li>
<li><a href="https://github.com/wg-perception/people">people</a>: people detection and tracking algorithms in ROS</li>
<li><a href="https://github.com/ar-tools/ar_tools">ar_tools</a>: ROS wrapper around ARToolkit for detecting AR tags</li>
</ul>
</div>
<h2>(Maybe) Useful Tips and Tricks</h2>
<div>
<ul>
<li><a href="latex.html">Latex</a></li>
<li><a href="python.html">Python</a></li>
<li><a href="matlab.html">MATLAB</a></li>
<li><a href="hardware.html">Hardware Designs</a></li>
</ul>
</div>
<h2>Publications</h2>
<div>
<table>
<tr valign="top">
<td align="right" class="bibtexnumber">
[<a name="lazewatsky2015evaluation">1</a>]
</td>
<td class="bibtexitem">
Daniel A Lazewatsky and William D Smart.
Evaluation of interfaces for 3d pointing.
In <em>Proceedings of the Tenth Annual ACM/IEEE International
Conference on Human-Robot Interaction Extended Abstracts</em>, pages 25–26. ACM,
2015.
[ <a href="danpapers_bib.html#lazewatsky2015evaluation">bib</a> ]
</td>
</tr>
<tr valign="top">
<td align="right" class="bibtexnumber">
[<a name="lazewatsky2014reclaiming">2</a>]
</td>
<td class="bibtexitem">
Daniel A Lazewatsky and William D Smart.
Reclaiming microinteractions for people with motor disabilities,
2014.
[ <a href="danpapers_bib.html#lazewatsky2014reclaiming">bib</a> ]
</td>
</tr>
<tr valign="top">
<td align="right" class="bibtexnumber">
[<a name="lazewatsky2014understanding">3</a>]
</td>
<td class="bibtexitem">
Daniel A Lazewatsky and William D Smart.
Understanding user needs: A systems view.
2014.
[ <a href="danpapers_bib.html#lazewatsky2014understanding">bib</a> ]
</td>
</tr>
<tr valign="top">
<td align="right" class="bibtexnumber">
[<a name="lazewatsky2014wearable">4</a>]
</td>
<td class="bibtexitem">
Daniel A Lazewatsky, Cameron Bowie, William Curran, Jasper LaFortune, Benjamin
Narin, Duy Nguyen, Amy Wyman, and William D Smart.
Wearable computing to enable robot microinteractions.
In <em>Robot and Human Interactive Communication, 2014 RO-MAN: The
23rd IEEE International Symposium on</em>, pages 141–146. IEEE, 2014.
[ <a href="danpapers_bib.html#lazewatsky2014wearable">bib</a> ]
</td>
</tr>
<tr valign="top">
<td align="right" class="bibtexnumber">
[<a name="lazewatsky2014accessible">5</a>]
</td>
<td class="bibtexitem">
Daniel Lazewatsky and William D Smart.
Accessible interfaces for robot assistants.
In <em>RO-MAN 2014: The 23rd IEEE International Symposium on Robot
and Human Interactive Communication</em>, pages 106–111. IEEE, 2014.
[ <a href="danpapers_bib.html#lazewatsky2014accessible">bib</a> ]
</td>
</tr>
<tr valign="top">
<td align="right" class="bibtexnumber">
[<a name="chen2013robots">6</a>]
</td>
<td class="bibtexitem">
Tiffany L Chen, Matei Ciocarlie, Steve Cousins, Phillip M Grice, Kelsey
Hawkins, Kaijen Hsiao, Charles C Kemp, Chih-Hung King, Daniel A Lazewatsky,
Hai Nguyen, et al.
Robots for humanity: A case study in assistive mobile manipulation.
2013.
[ <a href="danpapers_bib.html#chen2013robots">bib</a> ]
</td>
</tr>
<tr valign="top">
<td align="right" class="bibtexnumber">
[<a name="shen2013hri">7</a>]
</td>
<td class="bibtexitem">
Solace Shen, Henny Admoni, Caroline Harriott, Yunkyung Kim, Matt Marge, Marynel
Vázquez, Astrid Rosenthal-von der Putten, Matt Beane, Yasuhiko Hato,
Daniel Lazewatsky, et al.
Hri pioneers workshop 2013.
In <em>Human-Robot Interaction (HRI), 2013 8th ACM/IEEE
International Conference on</em>, pages 439–440. IEEE, 2013.
[ <a href="danpapers_bib.html#shen2013hri">bib</a> ]
</td>
</tr>
<tr valign="top">
<td align="right" class="bibtexnumber">
[<a name="lazewatsky2012context">8</a>]
</td>
<td class="bibtexitem">
Daniel A Lazewatsky and William D Smart.
Context-sensitive in-the-world interfaces for mobile manipulation
robots.
In <em>RO-MAN, 2012 IEEE</em>, pages 989–994. IEEE, 2012.
[ <a href="danpapers_bib.html#lazewatsky2012context">bib</a> ]
</td>
</tr>
<tr valign="top">
<td align="right" class="bibtexnumber">
[<a name="chen2012robots">9</a>]
</td>
<td class="bibtexitem">
Tiffany L Chen, Matei Ciocarlie, Steve Cousins, Phillip Grice, Kelsey Hawkins,
Kaijen Hsiao, Charles C Kemp, Chih-Hung King, Daniel A Lazewatsky, Adam
Leeper, et al.
Robots for humanity: User-centered design for assistive mobile
manipulation.
In <em>Intelligent Robots and Systems (IROS), 2012 IEEE/RSJ
International Conference on</em>, pages 5434–5435. IEEE, 2012.
[ <a href="danpapers_bib.html#chen2012robots">bib</a> ]
</td>
</tr>
<tr valign="top">
<td align="right" class="bibtexnumber">
[<a name="lazewatsky2011inexpensive">10</a>]
</td>
<td class="bibtexitem">
Daniel A Lazewatsky and William D Smart.
An inexpensive robot platform for teleoperation and experimentation.
In <em>Robotics and Automation (ICRA), 2011 IEEE International
Conference on</em>, pages 1211–1216. IEEE, 2011.
[ <a href="danpapers_bib.html#lazewatsky2011inexpensive">bib</a> ]
</td>
</tr>
<tr valign="top">
<td align="right" class="bibtexnumber">
[<a name="lazewatsky2011context">11</a>]
</td>
<td class="bibtexitem">
Daniel A Lazewatsky, Bogumil Giertler, Martha Witick, Leah Perlmutter, Bruce A
Maxwell, and William D Smart.
Context-aware video compression for mobile robots.
In <em>Intelligent Robots and Systems (IROS), 2011 IEEE/RSJ
International Conference on</em>, pages 4115–4120. IEEE, 2011.
[ <a href="danpapers_bib.html#lazewatsky2011context">bib</a> ]
</td>
</tr>
<tr valign="top">
<td align="right" class="bibtexnumber">
[<a name="lazewatsky2011panorama">12</a>]
</td>
<td class="bibtexitem">
Daniel A Lazewatsky and William D Smart.
A panorama interface for telepresence robots.
In <em>Proceedings of the 6th international conference on
Human-robot interaction</em>, pages 177–178. ACM, 2011.
[ <a href="danpapers_bib.html#lazewatsky2011panorama">bib</a> ]
</td>
</tr>
</table><hr><p><em>This file was generated by
<a href="http://www.lri.fr/~filliatr/bibtex2html/">bibtex2html</a> 1.98.</em></p> </div>
<div id="bibtex" style="display:none">
<h1>danpapers.bib</h1><a name="lazewatsky2011inexpensive"></a><pre>
@inproceedings{<a href="danpapers.html#lazewatsky2011inexpensive">lazewatsky2011inexpensive</a>,
title = {An inexpensive robot platform for teleoperation and experimentation},
author = {Lazewatsky, Daniel A and Smart, William D},
booktitle = {Robotics and Automation (ICRA), 2011 IEEE International Conference on},
pages = {1211--1216},
year = {2011},
organization = {IEEE}
}
</pre>
<a name="lazewatsky2011context"></a><pre>
@inproceedings{<a href="danpapers.html#lazewatsky2011context">lazewatsky2011context</a>,
title = {Context-aware video compression for mobile robots},
author = {Lazewatsky, Daniel A and Giertler, Bogumil and Witick, Martha and Perlmutter, Leah and Maxwell, Bruce A and Smart, William D},
booktitle = {Intelligent Robots and Systems (IROS), 2011 IEEE/RSJ International Conference on},
pages = {4115--4120},
year = {2011},
organization = {IEEE}
}
</pre>
<a name="lazewatsky2011panorama"></a><pre>
@inproceedings{<a href="danpapers.html#lazewatsky2011panorama">lazewatsky2011panorama</a>,
title = {A panorama interface for telepresence robots},
author = {Lazewatsky, Daniel A and Smart, William D},
booktitle = {Proceedings of the 6th international conference on Human-robot interaction},
pages = {177--178},
year = {2011},
organization = {ACM}
}
</pre>
<a name="lazewatsky2012context"></a><pre>
@inproceedings{<a href="danpapers.html#lazewatsky2012context">lazewatsky2012context</a>,
title = {Context-sensitive in-the-world interfaces for mobile manipulation robots},
author = {Lazewatsky, Daniel A and Smart, William D},
booktitle = {RO-MAN, 2012 IEEE},
pages = {989--994},
year = {2012},
organization = {IEEE}
}
</pre>
<a name="chen2012robots"></a><pre>
@inproceedings{<a href="danpapers.html#chen2012robots">chen2012robots</a>,
title = {Robots for humanity: User-centered design for assistive mobile manipulation},
author = {Chen, Tiffany L and Ciocarlie, Matei and Cousins, Steve and Grice, Phillip and Hawkins, Kelsey and Hsiao, Kaijen and Kemp, Charles C and King, Chih-Hung and Lazewatsky, Daniel A and Leeper, Adam and others},
booktitle = {Intelligent Robots and Systems (IROS), 2012 IEEE/RSJ International Conference on},
pages = {5434--5435},
year = {2012},
organization = {IEEE}
}
</pre>
<a name="chen2013robots"></a><pre>
@article{<a href="danpapers.html#chen2013robots">chen2013robots</a>,
title = {Robots for humanity: A case study in assistive mobile manipulation},
author = {Chen, Tiffany L and Ciocarlie, Matei and Cousins, Steve and Grice, Phillip M and Hawkins, Kelsey and Hsiao, Kaijen and Kemp, Charles C and King, Chih-Hung and Lazewatsky, Daniel A and Nguyen, Hai and others},
year = {2013},
publisher = {Georgia Institute of Technology}
}
</pre>
<a name="shen2013hri"></a><pre>
@inproceedings{<a href="danpapers.html#shen2013hri">shen2013hri</a>,
title = {HRI pioneers workshop 2013},
author = {Shen, Solace and Admoni, Henny and Harriott, Caroline and Kim, Yunkyung and Marge, Matt and V{\'a}zquez, Marynel and Rosenthal-von der Putten, Astrid and Beane, Matt and Hato, Yasuhiko and Lazewatsky, Daniel and others},
booktitle = {Human-Robot Interaction (HRI), 2013 8th ACM/IEEE International Conference on},
pages = {439--440},
year = {2013},
organization = {IEEE}
}
</pre>
<a name="lazewatsky2014reclaiming"></a><pre>
@misc{<a href="danpapers.html#lazewatsky2014reclaiming">lazewatsky2014reclaiming</a>,
title = {Reclaiming Microinteractions for People with Motor Disabilities},
author = {Lazewatsky, Daniel A and Smart, William D},
year = {2014}
}
</pre>
<a name="lazewatsky2014understanding"></a><pre>
@article{<a href="danpapers.html#lazewatsky2014understanding">lazewatsky2014understanding</a>,
title = {Understanding User Needs: A Systems View},
author = {Lazewatsky, Daniel A and Smart, William D},
year = {2014}
}
</pre>
<a name="lazewatsky2014wearable"></a><pre>
@inproceedings{<a href="danpapers.html#lazewatsky2014wearable">lazewatsky2014wearable</a>,
title = {Wearable computing to enable robot microinteractions},
author = {Lazewatsky, Daniel A and Bowie, Cameron and Curran, William and LaFortune, Jasper and Narin, Benjamin and Nguyen, Duy and Wyman, Amy and Smart, William D},
booktitle = {Robot and Human Interactive Communication, 2014 RO-MAN: The 23rd IEEE International Symposium on},
pages = {141--146},
year = {2014},
organization = {IEEE}
}
</pre>
<a name="lazewatsky2014accessible"></a><pre>
@inproceedings{<a href="danpapers.html#lazewatsky2014accessible">lazewatsky2014accessible</a>,
title = {Accessible interfaces for robot assistants},
author = {Lazewatsky, Daniel and Smart, William D},
booktitle = {RO-MAN 2014: The 23rd IEEE International Symposium on Robot and Human Interactive Communication},
pages = {106--111},
year = {2014},
organization = {IEEE}
}
</pre>
<a name="lazewatsky2015evaluation"></a><pre>
@inproceedings{<a href="danpapers.html#lazewatsky2015evaluation">lazewatsky2015evaluation</a>,
title = {Evaluation of interfaces for 3D pointing},
author = {Lazewatsky, Daniel A and Smart, William D},
booktitle = {Proceedings of the Tenth Annual ACM/IEEE International Conference on Human-Robot Interaction Extended Abstracts},
pages = {25--26},
year = {2015},
organization = {ACM}
}
</pre>
<hr><p><em>This file was generated by
<a href="http://www.lri.fr/~filliatr/bibtex2html/">bibtex2html</a> 1.98.</em></p> </div>
<div id="ref-dialog" style="display:none">
<pre></pre>
</div>
</body>
</html>