-
Notifications
You must be signed in to change notification settings - Fork 0
/
cv.html
599 lines (545 loc) · 31.4 KB
/
cv.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
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
<!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" xml:lang="en" lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
<title>Elsa Gonsiorowski's CV</title>
<link rel="stylesheet" href="fontfacekits/Aller-fontfacekit/stylesheet-linkedstyles.css" type="text/css" charset="utf-8">
<link rel="stylesheet" href="fontfacekits/PT-Sans-fontfacekit/stylesheet-ls.css" type="text/css" charset="utf-8">
<link rel="stylesheet" href="stylesheets/print.css" type="text/css">
<link href='https://fonts.googleapis.com/css?family=Playfair+Display+SC:400,900,700' rel='stylesheet' type='text/css'>
<link href='https://fonts.googleapis.com/css?family=Playfair+Display:400,400italic,700,700italic' rel='stylesheet' type='text/css'>
<link href='https://fonts.googleapis.com/css?family=PT+Serif:400,400italic,700,700italic' rel='stylesheet' type='text/css'>
<link rel="stylesheet" href="css/octicons/octicons.css">
<style type="text/css">
* { margin: 0; padding: 0; }
body { font: 12px "Playfair Display", serif; line-height: 18px; }
.clear { clear: both; }
#page-wrap { width: 700px; margin: 40px auto 60px; }
#pic { float: right; margin: -30px 0 0 0; }
h1 { margin: 0 0 16px 0; padding: 16px 0 16px 0; font-size: 36px; font-family: "Playfair Display SC", serif; font-weight: bold; border-bottom: 1px solid #999; }
h2 { font-size: 12px; font-family: "Playfair Display", serif; font-weight: normal; position: relative; }
h2 strong { font-size: 16px; font-family: "Playfair Display"; padding: 0 10px 0 0; }
h2 span { position: absolute; margin: 0 5px 0 0; top: 0; right: 0; text-align: right; font-family: "Playfair Display", Georgia, Serif; font-size: 12px; color: #999; font-weight: normal; }
p { position: relative; }
p.floating { position: relative; margin: -60px 5px 0 0; text-align: right; float: right; font-size: 12px; font-family: "Playfair Display"; }
p span { position: absolute; margin: 0 5px 0 0; top: 0; right: 0; font-family: "Playfair Display", Georgia, Serif; font-size: 12px; font-weight: normal; }
a { color: #999; text-decoration: none; border-bottom: 1px dotted #999; }
a:hover { border-bottom-style: solid; color: black; }
ul { margin: 0 0 0 18px; }
ul li { position: relaitive; }
ul li span { text-align: right; float: right; padding: 0 5px 0 0; color: #999; }
ul.inset { list-style: none; margin: -2px 0 0 14px; }
ol { margin: 0 0 0 18px; }
ol li { position: relaitive; }
ol li span { text-align: right; float: right; padding: 0 5px 0 0; color: #999; }
ol.inset { list-style: none; margin: -2px 0 0 14px; }
/* ul li span { position: absolute; bottom: 0; right: 0; font-style: italic; } */
#objective { width: 700px; float: left; }
#objective p { font-family: "Playfair Display", Serif; font-style: italic; font-size: 12px; }
dt { font-weight: bold; font-family: "Playfair Display"; font-size: 14px; text-align: center; width: 75px; float: left; }
dd { width: 575px; float: right; border-left: 1px solid #999; padding: 0 0 0 26px; }
dd.clear { float: none; margin: 0; height: 20px; border-left: none; }
.smartmargin { margin: 8px 0 0 0; }
</style>
<style type="text/css" media="print">
.noprint { display: none; }
</style>
</head>
<body>
<div id="page-wrap">
<div id="contact-info" class="vcard">
<!-- Microformats! -->
<h1 class="fn">Elsa Gonsiorowski</h1>
<!-- <p class="floating">
Phone: <span class="tel">617-877-5293</span><br />
Email: <a class="email">gonsie@me.com</a>
</p>
</div>
-->
<!-- <div id="objective">
<p>
I am recent Ph.D. recipient seeking post graduate employment in HPC.
I bring an organized and clean software engineering sense to large research projects.
I am passionate about well-designed code for science, technology, engineering, and math.
</p>
</div> -->
<div class="clear"></div>
<dl>
<dd class="clear"></dd>
<dt>Personal Information</dt>
<dd>
<p>Livermore Computing, L-556<span >Phone: 925-422-1127</span></p>
<p>Lawrence Livermore National Laboratory<span>Email: gonsie@llnl.gov</span></p>
<p>Livermore, CA 95440</p>
</dd>
<dd class="clear"></dd>
<dt>Education</dt>
<dd>
<h2><strong>Rensselaer Polytechnic Institute</strong>Troy, NY</h2>
<ul>
<li>Ph.D. Computer Science: 3.80/4.0<span>Jan 2016</span></li>
<ul class="inset">
<li><strong>Advisor:</strong> Christopher Carothers</li>
<li><strong>Thesis:</strong> Enabling Extreme-Scale Circuit Modeling Using Massively PDES</li>
</ul>
<li>B.S. Dual Physics and Computer Science: 3.70/4.0<span>May 2010</span></li>
<ul class="inset"><li>Magna Cum Laude</li></ul>
</ul>
</dd>
<dd class="clear"></dd>
<dt>Research Interests</dt>
<dd>
<p> High performance computing,
parallel discrete-event simulation,
parallel digital gate level simulation,
storage modeling and simulation,
application I/O
</p>
</dd>
<dd class="clear noprint"></dd>
<dt class="noprint">Links</dt>
<dd class="noprint">
<p>
<a href="http://github.com/gonsie">
<span class="octicon octicon-mark-github" style="position: relative; color: black; margin: 1px;"></span>
github.com/gonsie
</a>
<a href="https://www.linkedin.com/in/gonsie">
<img src="images/In-Black-14px.png">
linkedin.com/in/gonsie
</a>
<a href="https://orcid.org/0000-0002-8815-229X" target="orcid.widget" rel="noopener noreferrer" style="vertical-align:top;"><img src="https://orcid.org/sites/default/files/images/orcid_16x16.png" style="width:1em;margin-right:.5em;" alt="ORCID iD icon">orcid.org/0000-0002-8815-229X</a>
</p>
</dd>
<dd class="clear"></dd>
<dt>Professional Experience</dt>
<dd>
<h2>
<strong>Systems Software Developer</strong>LLNL, Livermore, CA
<span>Sept 2016 – Present</span>
</h2>
<ul>
<li>HPC Application I/O</li>
</ul>
<h2 class="smartmargin">
<strong>Certified SCRUM Master</strong>
<span>May 2017</span>
</h2>
<h2 class="smartmargin">
<strong>Computer Scientist</strong>RPI, Troy, NY
<span>May 2014 – July 2016</span>
</h2>
<ul>
<li>Worked with an IBM Blue Gene/Q at the Center for Computational Innovations</li>
<li>Developed a storage I/O model for IBM future storage systems</li>
<li>Communicated project progress through written milestone reports</li>
</ul>
<h2 class="smartmargin"><strong>Adjunct Professor</strong>RPI, Troy, NY
<span>Jan 2016 – May 2016</span>
</h2>
<ul class="noprint">
<li>Co-taught Data Structures (CSCI-1200)</li>
</ul>
<h2 class="smartmargin">
<strong>Research Assistant</strong>RPI, Troy, NY
<span>
Aug 2011 – May 2014
<div style="margin: -4px; padding: 0px; clear: both; height: 0px"> </div>
Aug – Dec 2010
</span>
</h2>
<ul class="noprint">
<li>Developed a parallel simulation for a gate level processor</li>
<li>Worked with the OpenSPARC T2 processor</li>
<li>Supported by AFRL</li>
</ul>
<h2 class="smartmargin"><strong>Teaching Assistant</strong>RPI, Troy, NY
<span>Jan – May 2011</span>
</h2>
<ul class="noprint">
<li>Assisted students in Data Structures (CSCI-1200)</li>
<li>Responsible for office hours, grading, and overseeing two lab sections</li>
</ul>
<h2 class="smartmargin">
<strong>Computer Science Intern</strong>Naval Undersea Warfare Center, Newport, RI
<span>June – Aug 2010</span>
</h2>
<ul class="noprint">
<li>Developed an enterprise level database and web application combining Java and Javascript</li>
<li>Learned and developed to the SCORM standards</li>
</ul>
<h2 class="smartmargin noprint">
<strong>Undergraduate Teaching Assistant</strong>RPI, Troy, NY
<span>Sept 2009 – May 2010</span>
</h2>
<ul class="noprint">
<li>Helped run a lab for students in Data Stuctures (CSCI-1200)</li>
<li>Responsible for grading parts of labs and exams</li>
</ul>
<h2 class="smartmargin noprint">
<strong>Content Developer</strong>Enablearning, Cambridge, MA
<span>
May – Aug 2009
<div style="margin: -4px; padding: 0px; clear: both; height: 0px"> </div>
June – Aug 2008
</span>
</h2>
<ul class="noprint">
<li>Developed and tested visual content for math education software</li>
<li>Conducted program requirements gathering and evaluation</li>
</ul>
<h2 class="smartmargin noprint">
<strong>Rowing Coach</strong>Boston University, Boston, MA
<span>June – Aug 2007</span>
</h2>
</dd>
<dd class="clear"></dd>
<dt>Honors and Awards</dt>
<dd>
<h2>
<strong>Better Scientific Software Fellowship</strong> Honorable Mention
<span>Feb 2018</span>
</h2>
<h2 class="smartmargin">
<strong>EPSRC USA-UK RSE Collaboration Fund</strong>
<span>Jan 2018</span>
</h2>
<h2 class="smartmargin">
<strong>International HPC Summer School Mentor</strong>
<span>June 2016</span>
</h2>
<h2 class="smartmargin">
<strong>International HPC Summer School Scholar</strong>
<span>June 2015</span>
</h2>
<h2 class="smartmargin">
<strong>Grace Hopper Celebration Attendance via NSF Scholarship</strong>
<span>Oct 2012</span>
</h2>
<h2 class="smartmargin">
<strong>RPI Founders Award of Excellence</strong>
<span>Oct 2010</span>
</h2>
<h2 class="smartmargin">
<strong>RPI Deans List</strong>
<span>Fall 2006 – Spring 2010</span>
</h2>
</dd>
<dd class="clear"></dd>
<dt>Community Service</dt>
<dd>
<h2><strong>Workshop Chair</strong></h2>
<ul>
<li><strong>11th Women in HPC Workshop</strong> at ISC'20 <span>Jun 2020</span></li>
<li><strong>6th HPC User Support Tools Workshop (HUST)</strong> at SC'19 <span>Nov 2019</span></li>
<li><strong>5th HPC User Support Tools Workshop (HUST)</strong> at SC'18 <span>Nov 2018</span></li>
<li><strong>8th Women in HPC Workshop</strong> at ISC'18 <span>Jun 2018</span></li>
</ul>
<h2 class="smartmargin"><strong>Diversity and Inclusivity Committee</strong> Supercomputing Conference <span>Nov 2018</span></h2>
<h2 class="smartmargin"><strong>International HPC Summer School</strong></h2>
<ul>
<li>Hands-on Committee Chair <span>Nov 2017 – Jul 2018</span></li>
<li>Mentor Organization Committee Member <span>Jan 2017 – Present</span></li>
</ul>
<h2 class="smartmargin">
<strong>Women in HPC</strong>Workshops at SC and ISC
<span>Jul 2017 – Present</span>
</h2>
<h2 class="smartmargin"><strong>Conference Program Committee Membership</strong> Paper Reviewing Duties</h2>
<ul>
<li><strong>Technical Program: Systems Software area</strong> Supercomputing 2018 and 2017</li>
<li>HUST Workshop at SC17</li>
<li>ICPP 2018, 2019</li>
<li>IPDPS 2018, 2019</li>
<li>PDSW-DISCS Workshop at SC18 and SC17</li>
<li>PADS 2019</li>
</ul>
<h2 class="smartmargin"><strong>Journal Review Contributions</strong></h2>
<ul>
<li><em>Transactions on Software Engineering</em></li>
<li><em>Parallel Computing</em></li>
<li><em>Transactions on Parallel and Distributed Systems</em></li>
<li><em>The Journal of Open Source Software</em></li>
</ul>
<h2 class="smartmargin">
<strong>Mentor</strong>New York Academy of Sciences
<span>Mar 2017 – Dec 2017</span>
</h2>
<h2 class="smartmargin noprint">
<strong>Web Designer</strong>ACM-W
<span>March – Dec 2015</span>
</h2>
<ul class="noprint">
<li>Responsible for maintenance and design of our website</li>
</ul>
<h2 class="smartmargin">
<strong>Officer</strong>Upsilon Pi Epsilon
<span>April 2009 – May 2015</span>
</h2>
<ul class="noprint">
<li><strong>Upsilon (President):</strong> leader of the chapter and responsible for community involvement</li>
<li><strong>Pi (Vice President):</strong> responsible for managing events and projects</li>
<li><strong>Epsilon (Secretary):</strong> responsible for meeting reconds and semesterly resume book</li>
<li><strong>Treasurer:</strong> managed club finances and created yearly budgets</li>
</ul>
<h2 class="smartmargin noprint">
<strong>Graduate Senator</strong>Student Senate
<span>April 2011 – April 2012</span>
</h2>
<ul class="noprint">
<li>Represented the concerns of all graduate students</li>
</ul>
<h2 class="smartmargin noprint">
<strong>Representative</strong>CS Undergraduate Curriculum Committee
<span>Sept 2009 – May 2010</span>
</h2>
<ul class="noprint">
<li>Represented the concerns of students to the department</li>
</ul>
</dd>
<dd class="clear noprint"></dd>
<dt class="noprint">Skills</dt>
<dd class="noprint">
<h2><strong>Excellent</strong>Go-to tools
<span>★ ★ ★</span>
</h2>
<ul>
<li>Bash, C, C++, CMake, Dvorak, Emacs, Git, GitHub, Graphviz, Java, LaTeX, MPI, Python</li>
</ul>
<h2 class="smartmargin"><strong>Proficient</strong>Competent and comfortable
<span>★ ★ ☆</span>
</h2>
<ul>
<li>CSS, Elisp, HTML, Javascript, SVN, Vi</li>
</ul>
<h2 class="smartmargin"><strong>Basic</strong>Essential foundation and basics
<span>★ ☆ ☆</span>
</h2>
<ul>
<li>Japanese, Ruby, Rust, Spanish</li>
</ul>
</dd>
<dd class="clear"></dd>
<dt>Publications</dt>
<dd>
<h2><strong>Dissertation</strong></h2>
<ol><li><strong>E. Gonsiorowski</strong>,
"Enabling Extreme-Scale Circuit Modeling Using Massively Parallel Discrete-Event Simulations,"
Ph.D. dissertation, C.S., RPI, Troy, NY, 2016.
</li>
</ol>
<h2 class="smartmargin"><strong>Conference Proceedings</strong></h2>
<ol>
<li><strong>E. Gonsiorowski</strong>, C. D. Carothers, and C. Tropper.
"Modeling Large-Scale Circuits Using Massively Parallel Discrete-Event Simulation".
<em>IEEE 20th International Symposium on Modeling, Analysis and Simulation of Computer and Telecommunication Systems (MASCOTS 2012)</em>.
pp. 127-133.
Arlington, Virginia, August 7–9th, 2012.
<a href="papers/mascots2012.pdf" class='noprint'>link</a>
</li>
<li>J. M. LaPre, C. D. Carothers, and <strong>E. Gonsiorowski</strong>.
"LORAIN: A Step Closer to the PDES Holy Grail".
<em>Proceedings of the 2014 ACM SIGSIM Conference on Principles of Advanced Discrete Simulation (SIGSIM PADS 2014)</em>.
Denver, Colorado, May 18–21, 2014.
<a href="papers/p3-lapre.pdf" class='noprint'>link</a>
</li>
<li><strong>E. Gonsiorowski</strong>, C. D. Carothers, and J. M. LaPre.
"Improving Accuracy and Performance Through Automatic Model Generation for Gate-Level Circuit PDES with Reverse Computation".
<em>Proceedings of the 2015 ACM SIGSIM Conference on Principles of Advanced Discrete Simulation (SIGSIM PADS 2015)</em>.
London, England, June 10–12, 2015.
<a href="papers/pads2015.pdf" class='noprint'>link</a>
</li>
<li>J. M. LaPre, <strong>E. Gonsiorowski</strong>, C. D. Carothers, J. Jenkins, P. Carns, R. Ross.
"Time Warp State Restoration via Delta Encoding".
<em>Proceedings of the 2015 Winter Simulation Conference (WSC 2015)</em>.
Huntington Beach, California December 6–9, 2015.
<a href="papers/Delta.pdf" class='noprint'>link</a>
</li>
<li>M. Plagge, C. D. Carothers, and <strong>E. Gonsiorowski</strong>.
"NeMo: A Massively Parallel Discrete-Event Simulation Model for Neuromorphic Architectures".
<em>Proceedings of the 2016 ACM SIGSIM Conference on Principles of Advanced Discrete Simulation (SIGSIM PADS 2016)</em>.
Banff, Alberta, Canada May 15–18, 2016.
<a href="papers/pads2016-nemo.pdf" class='noprint'>link</a>
</li>
<li>E. Mikida, N. Jain, L. Kale, <strong>E. Gonsiorowski</strong>, C. D. Carothers, P. D. Barnes, Jr., D. Jefferson.
"Towards PDES in a Message-Driven Paradigm: A Preliminary Case Study Using Charm++".
<em>Proceedings of the 2016 ACM SIGSIM Conference on Principles of Advanced Discrete Simulation (SIGSIM PADS 2016)</em>.
Banff, Alberta, Canada May 15–18, 2016.
<a href="papers/pads2016-charm.pdf" class='noprint'>link</a>
</li>
<li><strong>E. Gonsiorowski</strong>, C. D. Carothers, J. M. LaPre, P. Heidelberger, C. Minkenberg, G. Rodriguez, B. Prisacari.
"Using Quality Of Service Lanes To Control The Impact Of Raid Traffic Within A Burst Buffer".
<em>Proceedings of the 2017 Winter Simulation Conference (WSC 2017)</em>.
Las Vegas, Nevada December 3–6, 2017.
<!-- <a href="paper/wsc17.pdf" class='noprint'>link</a> -->
</li>
<li>S. S. Vazhkudai, B. R. de Supinski, A. S. Bland, A. Geist, J. Sexton, J. Kahle, C. J. Zimmer,
S. Atchley, S. Oral, D. E. Maxwell, V. G. Vergara Larrea, A. Bertsch, R. Goldstone, W. Joubert,
C. Chambreau, D. Appelhans, R. Blackmore, B. Casses, G. Chochia, G. Davison, M. A. Ezell, T. Gooding,
<strong>E. Gonsiorowski</strong>, L. Grinberg, B. Hanson, B. Hartner, I. Karlin, M. L. Leininger, D. Leverman,
C. Marroquin, A. Moody, M. Ohmacht, R. Pankajakshan, F. Pizzano, J. H. Rogers, B. Rosenburg, D. Schmidt,
M. Shankar, F. Wang, P. Watson, B. Walkup, L. D. Weems, J. Yin.
"The design, deployment, and evaluation of the CORAL pre-exascale systems".
<em>Proceedings of the International Conference for High Performance Computing, Networking, Storage, and Analysis (SC 2018)</em>.
Dallas, Texas November 11–16, 2018.
</li>
</ol>
<h2 class="smartmargin"><strong>Journal Articles</strong></h2>
<ol>
<li><strong>E. Gonsiorowski</strong>, C. D. Carothers, and J. M. LaPre.
"Automatic Model Generation for Gate-Level Circuit PDES with Reverse Computation".
<em>ACM Transactions on Modeling and Computer Simulation (TOMACS): Best of PADS 2015 Special Issue</em>.
vol. 27, no. 2, May 2017.
<!-- <a href="papers/tomacs.pdf" class='noprint'>link</a> -->
</li>
<li>M. Plagge, C. Carothers, <strong>E. Gonsiorowski</strong>, and N. McGlohon.
"NeMo: A Massively Parallel Discrete-Event Simulation Model for Neuromorphic Architectures".
<em>ACM Transactions on Modeling and Computer Simulation (TOMACS): Best of PADS 2016 Special Issue</em>.
Under review.
<!-- <a href="papers/tomacs-nemo.pdf" class='noprint'>link</a> -->
</li>
</ol>
</dd>
<dd class="clear"></dd>
<dt>Unpublished</dt>
<dd>
<h2><strong>Technical Reports</strong></h2>
<ol>
<li>C. Carothers, <strong>E. Gonsiorowski</strong>, J. LaPre, P. Heidelberger, G. Rodriguez Herrera, C. Minkenberg, and B. Prisacari.
"Design Forward Milestone Interconnect Architecture M5: Development of GPFS File System Subset and RAID Rebuild Model".
Accepted and Approved 2014.
</li>
<li>C. Carothers, <strong>E. Gonsiorowski</strong>, J. LaPre, P. Heidelberger, G. Rodriguez Herrera, C. Minkenberg, and B. Prisacari.
"Design Forward Milestone Interconnect Architecture M7: Study to Scale Venus Simulator onto ROSS".
Accepted and Approved 2014.
</li>
<li>C. Carothers, <strong>E. Gonsiorowski</strong>, J. LaPre, P. Heidelberger, G. Rodriguez Herrera, C. Minkenberg, and B. Prisacari.
"Design Forward Milestone Interconnect Architecture M6: Application and System I/O Workload Model".
Accepted and Approved 2015.
</li>
<li>C. Carothers, <strong>E. Gonsiorowski</strong>, J. LaPre, P. Heidelberger, G. Rodriguez Herrera, C. Minkenberg, and B. Prisacari.
"Design Forward Milestone Interconnect Architecture M8: Implementation of Scalable Venus onto ROSS".
Accepted and Approved 2015.
</li>
<li>C. Carothers, <strong>E. Gonsiorowski</strong>, J. LaPre, P. Heidelberger, G. Rodriguez Herrera, C. Minkenberg, and B. Prisacari.
"Design Forward Milestone Interconnect Architecture M9: Performance Study of I/O Workloads".
Accepted and Approved 2016.
</li>
<li>M. C. Miller, E. Pourmal, <strong>E. Gonsiorowski</strong>.
"PSIP for HDF5Pilot Project Final Report".
doi:10.2172/1698291
<a href="https://www.osti.gov/biblio/1698291-psip-hdf5pilot-project-final-report" class="noprint">link</a>
</li>
</ol>
<h2 class="smartmargin noprint"><strong>Workshop Proceedings</strong></h2>
<ol class="noprint">
<li>R. Blake, <strong>E. Gonsiorowski</strong>, T. O'Hara, and D. F. Richards
"Melodee: Modular Expression Language for Ordinary Differential Equation Editing".
<em>WolfHPC Workshop at Supercomputing 2017</em>
Denver, CO, November 17, 2017.
</li>
</ol>
<h2 class="smartmargin noprint"><strong>Posters</strong></h2>
<ol class="noprint">
<li><strong>E. Gonsiorowski</strong>, C. D. Carothers.
"Reducing the Barriers to PDES Checkpointing"
<em>Women in HPC (Workshop at Supercomputing 2015)</em>
Austin, Texas, November 20, 2015.
<a href="papers/sc2015.pdf" class='noprint'>link</a>
</li>
<li><strong>E. Gonsiorowski</strong>, M. Miller, J. Dickson.
"MACSio Development and Proxy Application Validation"
<em>DOE COE Performance Portability Meeting</em>
Denver, CO, August 22–24, 2017.
</li>
</ol>
</dd>
<dd class="clear"></dd>
<dt>Talks</dt>
<dd>
<h2><strong>Invited Talks</strong></h2>
<ol>
<li>
<strong>Modern Software Design, Tools, and Practices</strong>
SC'19, Denver, CO
<a href="talks/2019-sc-students.pdf" class="noprint">link</a>
<span>Nov 2019</span>
</li>
<li>
<strong>Navigating SC</strong>
SC'18, Dallas, TX
<a href="talks/2018-sc-nav.pdf" class="noprint">link</a>
<span>Nov 2018</span>
</li>
<li>
<strong>Parallel I/O</strong>
IHPCSS'18, Ostrava, Czech Republic
<a href="talks/2018-ihpcss-parallel-io.pdf" class="noprint">link</a>
<span>Jul 2018</span>
</li>
<li>
<strong>Recognizing Privilege</strong>
WHPC Workshop at ISC'18, Frankfurt, Germany
<span>Jun 2018</span>
</li>
<li>
<strong>State of the Art I/O Tools</strong>
EPCC Virtual Seminar
<a href="talks/2018-epcc-io.pdf" class='noprint'>link</a>
<span>Feb 2018</span>
</li>
<li>
<strong>Taking the Next Step in Your Career</strong>
WHPC Workshop at SC'17, Denver, CO
<a href="https://www.womeninhpc.org/career-next-steps/" class='noprint'>link</a>
<span>Nov 2017</span>
</li>
<li>
<strong>SCR and Preparing for Burst Buffers</strong>
DOE COE Performance Portability Mtg, Denver, CO
<span>Aug 2017</span>
<a href="talks/2017-P3-scr-bb.pdf" class='noprint'>link</a></li>
<li>
<strong>The State and Needs of IO Tools</strong>
Scalable Tools Workshop, Lake Tahoe, CA
<a href="talks/2017-stw-io-tools.pdf" class='noprint'>link</a>
<span>Aug 2017</span>
</li>
<li>
<strong>ROSS: Past, Present, Future</strong>
Summer of CODES, ANL
<a href="talks/2016-soc-ross.pdf" class='noprint'>link</a>
<span>Jul 2016</span>
</li>
<li>
<strong>Unix Command Line and Git</strong>
NYχ: New York Capital Hackathon for Inclusivity
<a href="http://www.gonsie.com/unix-git/index.html" class='noprint'>link</a>
<span>Apr 2016</span>
</li>
<li><strong>Panel: Graduate School</strong> ACM-W NY Celebration of Women in Computing <span>Apr 2016</span></li>
<li><strong>Women in HPC in New York</strong> ACM-W NY Celebration of Women in Computing <span>Apr 2016</span></li>
<li><strong>Graduate School Basics</strong> UPE I/O at RPI <span>Oct 2015</span></li>
<li><strong>ROSS as a PDES Research Vehicle</strong> Summer of CODES, ANL <span>Jul 2015</span></li>
</ol>
<h2 class="smartmargin"><strong>Presentations Associated with a Publication</strong></h2>
<ol>
<li>Paper at Winter Simulation Conference <span>Dec 2017</span></li>
<li>Design Forward Reviews at LLNL <span>Mar 2016</span></li>
<li>Women in HPC Workshop at Supercomputing 2015 <span>Nov 2015</span></li>
<li>Design Forward Reviews at LBNL <span>Sep 2016</span></li>
<li>Paper at ACM SIGSIM PADS <span>May 2015</span></li>
<li>Design Forward Reviews at LLNL <span>Mar 2015</span></li>
<li>Paper at ACM SIGSIM PADS <span>May 2014</span></li>
<li>Paper at MASCOTS <span>Aug 2012</span></li>
</ol>
</dd>
<dd class="clear noprint"></dd>
</dl>
<p class="noprint">Last Updated: July 3, 2018</p>
</div>
</body>
</html>