-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathsc24.html
More file actions
690 lines (615 loc) · 36.9 KB
/
sc24.html
File metadata and controls
690 lines (615 loc) · 36.9 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
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
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
<!DOCTYPE html>
<!--
_ _
| | | |
Designed and Coded By | | __ _| |__
/ _ \ \ /\ / /\ \ /\ / /\ \ /\ / / |/ _` | '_ \
| (_) \ V V / \ V V / \ V V /| | (_| | |_) |
\___/ \_/\_/ \_/\_/ \_/\_/ |_|\__,_|_.__/
http://themeforest.net/user/owwwlab/
-->
<html lang="en" dir="ltr" itemscope itemtype="http://schema.org/WebPage">
<!-- #####Begin head-->
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<!-- globalise scripting and styling content language-->
<meta name="Content-Type-Script" content="text/javascript">
<meta name="Content-Type-Style" content="text/css">
<!-- author of this doc-->
<meta name="author" content="owwwlab.com">
<!-- ################################-->
<!-- #### add SEO metadata here-->
<!-- ################################-->
<!-- #####Begin styles-->
<!-- stylesheets -->
<link href="assets/css/vendors/vendors.css" rel="stylesheet" type="text/css">
<!-- Load extra page specific css-->
<!-- Overwrite vendors-->
<link href="assets/css/vendors/vendors-overwrites.css" rel="stylesheet" type="text/css">
<link href="assets/css/styles.css" rel="stylesheet" type="text/css">
<link href="assets/css/demo5.css" rel="stylesheet" type="text/css">
<!-- #####End styles-->
<!-- #####Begin JS-->
<!-- add your scripts to the end of the page for sake of page load speed-->
<!-- scripts that need to be at head section-->
<script src="assets/js/vendors/jquery.min.js"></script>
<!-- #####End JS-->
<!-- #####Begin load google fonts-->
<link href="https://fonts.googleapis.com/css?family=Play:400,700&subset=latin,greek,cyrillic" rel="stylesheet"
type="text/css">
<link href="https://fonts.googleapis.com/css?family=Sintony:400,700&subset=latin,greek,cyrillic" rel="stylesheet"
type="text/css">
<link
href="https://fonts.googleapis.com/css?family=Merriweather:300,300italic,400,400italic,700,700italic&subset=latin,greek,cyrillic"
rel="stylesheet" type="text/css">
<link
href="https://fonts.googleapis.com/css?family=Exo+2:400,200,300,400italic,500,700,900&subset=latin,greek,cyrillic"
rel="stylesheet" type="text/css">
<!-- #####End load google fonts-->
<title>GCLab @ SC24</title>
</head>
<!-- #####End head-->
<body class="fullwidth bg-pattern-4 sticky-header"> <!--bg-gray-->
<div id="wrapper" class="boxed-layout">
<!-- #####Begin Header-->
<header id="header" class="bg-pattern-4"> <!--light sticky-->
<div class="head-main">
<div class="container">
<!-- logo-->
<!-- #####Begin logo wrapper-->
<div class="logo-wrapper">
<!-- standard Logo--><a href="index.html"><img src="assets/img/logo/logo-gclab.png" alt="GCLab"
class="logo-light ol-retina"><img src="assets/img/logo/logo-gclab.png" alt="GCLab"
class="logo-dark ol-retina"></a>
</div>
<!-- #####End logo wrapper-->
<!-- primary navigation-->
<ul id="primary-menu">
<li><a href="index.html" title="Home"><span>Home</span></a>
</li>
<li><a href="about.html" title="Dr. Michela Taufer"><span>Dr. Michela Taufer</span></a>
</li>
<li><a href="people.html" title="People"><span>People</span></a>
</li>
<li><a href="research.html" title="Research"><span>Research</span></a>
</li>
<li><a href="publications.html" title="Publications"><span>Publications</span></a>
</li>
<li><a href="https://github.com/TauferLab/" target="_blank" title="Software"><span>Software</span></a>
</li>
<li><a href="news.html" title="News"><span>News</span></a>
</li>
<li><a href="gallery.html" title="Gallery"><span>Gallery</span></a>
</li>
<li><a href="contact.html" title="Contact"><span>Contact</span></a>
</li>
<li><a href="positions.html" title="Positions"><span>Positions</span></a>
</li>
</ul>
<div class="header-icons"></div>
<!-- #####Begin trigger for search-->
<!--<div class="search ol-search-trigger simple"><a href="#"><i class="oli oli-search"></i></a></div>-->
<a href="https://www.linkedin.com/company/global-computing-laboratory/" target="_blank"><i
class="fa fa-linkedin"></i></a>
<!-- #####End trigger for search-->
<!-- #####Begin mobile menu trigger-->
<div class="ol-mobile-trigger hamburger hamburger--elastic">
<div class="hamburger-box">
<div class="hamburger-inner"></div>
</div>
</div>
<!-- #####End mobile menu trigger-->
<div class="search-area fullscreen">
<div data-img-src="assets/img/bg/14.jpg" class="ol-search-bg set-bg ov-dark-alpha-50"></div>
<div class="inner-wrapper"><a href="#" class="close-btn"><i class="ol-css-close"></i><span>ESC</span></a>
<div class="search-field">
<input type="text" placeholder="Type and hit enter">
</div>
<div class="search-logo"><img src="assets/img/logo/logo-gclab.png"></div>
</div>
</div>
</div>
</div>
</header>
<!-- #####End Header-->
<!-- #####Begin contents-->
<section id="contents">
<!-- #####Begin page head-->
<div class="page-head h-250 center-it parallax-layer dark ov-grad1-alpha-30" data-img-src="assets/img/atlanta.jpg"
data-parallax-mode="mode-title">
<div class="container">
<div class="tb-vcenter-wrapper">
<div class="title-wrapper vcenter parallax-layer" data-parallax-mode="mode-header-content">
<!--<h4 class="head">Current</h4>-->
<!--<h4><font face="Courier New" color="white">Current</font></h4>-->
<h1 class="title">GCLab @ SC24</h1>
<!-- <h2 class="description">Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the standard dummy text. Lorem Ipsum is simply dummy text.</h2> -->
</div>
<div class="breadcrumb-wrapper vcenter parallax-layer" data-parallax-mode="mode-header-content">
<ul class="breadcrumb">
<li><a href="#"><i class="oli oli-home"></i></a></li>
<li><a href="#">publication</a></li>
<li><a href="#">publication type</a></li>
<li>learning environment</li>
</ul>
</div>
</div>
</div>
</div>
<!-- #####End page head
-->
<section class="page-contents">
<!-- #####Begin main area-->
<section id="main-area">
<section class="section slim-container">
<div class="container">
<div class="sc-p-1">
We at the Global Computing Lab are excited to participate at SC24.
We have a host of events and activities planned, including papers, Birds of a Feather talks, workshops, posters, and more!
We would love it if you attended, asked questions, and talked to us.
</div>
<div class="sp-blank-30"></div>
<h3>Check out our Interdisciplinary Projects</h3>
<iframe src="https://docs.google.com/presentation/d/e/2PACX-1vSHVMigW8cwx7PohNyF14Um69HzuTvPgyTGXbl2NGySzSpizxO3Cw79dN_v_2iiXQ/embed?start=true&loop=true&delayms=3000" frameborder="0" width="100%" height="500" allowfullscreen="true" mozallowfullscreen="true" webkitallowfullscreen="true"></iframe>
<div class="sp-blank-30"></div>
<!-- <div class="sp-line-80"></div> -->
<!-- Attendees -->
<div>
<h3>GCLab Members Attending SC24</h3>
<!-- <div class="sp-line-80"></div> -->
<!-- <div class="sp-blank-40"></div> -->
<div class="col-xs-4" align="center"><img src="assets/img/people/michela.jpg" class="set-me" height="100" width="100">
<div class="contents" align="center">
<font face="Courier New" size="3"><b>Michela Taufer</b></font>
</div>
</div>
<div class="col-xs-4" align="center"><img src="assets/img/people/msutherlin.png" class="set-me" height="100" width="100">
<div class="contents" align="center">
<font face="Courier New" size="3"><b>Michael Sutherlin</b></font>
</div>
</div>
<div class="col-xs-4" align="center"><img src="assets/img/people/jack.png" class="set-me" height="100" width="100">
<div class="contents" align="center">
<font face="Courier New" size="3"><b>Jack Marquez</b></font>
</div>
</div>
<div class="col-xs-4" align="center"><img src="assets/img/people/kin.png" class="set-me" height="100" width="100">
<div class="contents" align="center">
<font face="Courier New" size="3"><b>Kin NG</b></font>
</div>
</div>
<div class="col-xs-4" align="center"><img src="assets/img/people/paula.jpg" class="set-me" height="100" width="100">
<div class="contents" align="center">
<font face="Courier New" size="3"><b>Paula Olaya</b></font> <br>
<!-- Student Volunteer</font> -->
</div>
</div>
<div class="col-xs-4" align="center"><img src="assets/img/people/nigel.jpg" class="set-me" height="100" width="100">
<div class="contents" align="center">
<font face="Courier New" size="3"><b>Nigel Tan</b></font>
</div>
</div>
<div class="col-xs-4" align="center"><img src="assets/img/people/ian.jpg" class="set-me" height="100" width="100">
<div class="contents" align="center">
<font face="Courier New" size="3"><b>Ian Lumsden</b></font> <br> Lead
Student Volunteer</font>
</div>
</div>
<div class="col-xs-4" align="center"><img src="assets/img/people/befikir.png" class="set-me" height="100" width="100">
<div class="contents" align="center">
<font face="Courier New" size="3"><b>Befikir Bogale</b></font> <br>
Student Volunteer</font>
</div>
</div>
<div class="col-xs-4" align="center"><img src="assets/img/people/jay.png" class="set-me" height="100" width="100">
<div class="contents" align="center">
<font face="Courier New" size="3"><b>Jay Ashworth</b></font> <br>
Student Volunteer</font>
</div>
</div>
<div class="sp-line-80"></div>
<h3>Schedule of GCLab Activities </h3>
<!-- ======================= -->
<!-- SUNDAY NOV 17 -->
<!-- ======================= -->
<h5 class="m-bottom-30">Sunday, Nov 17th</h5>
<div class="row">
<!-- 9:00 -->
<div class="col-sm-8">
<div class="dl-horizontal text-left tight m-bottom-30">
<dt>9:00am - 12:30pm EST</dt>
<!-- <dd><b>Paper: </b>
In Proceedings of the 2024 Workshop on Education for High-Performance Computing (EduHPC) - Workshops of The International Conference on High Performance Computing, Network, Storage, and Analysis (SC-W24), Atlanta, GA, USA, November 2024. IEEE Computer Society.
</dd> -->
<dd><b>Workshop: </b> <a href="https://sc24.conference-program.com/presentation/?id=wksp115&sess=sess285" target="_blank">
EduHPC-24: Workshop on Education for High Performance Computing</a></dd>
<dd> </dd>
<dd style="width: 100%;"><b>Location: </b> B301</dd> <!-- Full width style retained -->
</div>
</div>
<div class="col-sm-1"><img src="assets/img/people/michela.jpg" height="45" width="45" alt="Michela Taufer"></div>
<div class="col-sm-1"><img src="assets/img/people/jack.png" height="45" width="45" alt="Jack Marquez"></div>
<div class="col-sm-1"><img src="assets/img/people/paula.jpg" height="45" width="45" alt="Paula Olaya"></div>
<div class="sp-blank-30 col-sm-8"></div>
<div class="col-sm-12">
<div class="dl-horizontal text-left tight m-bottom-30">
<div class="citation-container">
<p class="citation-text">
<b>Paper: </b>
<b>Michela Taufer</b>, Heberth Martinez, Aashish Panta, <b>Paula Olaya</b>, <b>Jack Marquez</b>, Amy Gooch, Giorgio Scorzelli, and Valerio Pascucci. Leveraging National Science Data Fabric Services to Train Data Scientists. In Proceedings of the 2024 Workshop on Education for High-Performance Computing (EduHPC)-Workshops of The International Conference on High Performance Computing, Network, Storage, and Analysis (SC24), Atlanta, GA, USA, November 2024. IEEE Computer Society.
</p>
</div>
</div>
</div>
</div>
<!-- ======================= -->
<!-- MONDAY NOV 18 -->
<!-- ======================= -->
<div class="sp-line-80"></div>
<h5 class="m-bottom-30">Monday, Nov 18th</h5>
<div class="row">
<!-- 8:30 -->
<div class="sp-blank-30"></div>
<div class="col-sm-8">
<div class="dl-horizontal text-left tight m-bottom-30">
<dt>8:30am - 5:00pm EST</dt>
<dd><b>Workshop: </b> <a href="https://sc24.supercomputing.org/program/early-career/" target="_blank">
Early Career Program</a></dd>
<dd><b>Location: </b> A404-A405</dd>
<dd> </dd>
</div>
</div>
<div class="col-sm-1"><img src="assets/img/people/nigel.jpg" height="45" width="45"></div>
<div class="col-sm-1"><img src="assets/img/people/kin.png" height="45" width="45"></div>
<!-- 9:00 -->
<div class="sp-blank-30"></div>
<div class="col-sm-8">
<div class="dl-horizontal text-left tight m-bottom-30">
<dt>9:00am - 12:30pm EST</dt>
<dd><b>Keynote: </b> <b>Michela Taufer</b>, “Reimagining Performance and Reproducibility in the Post-Moore Era: Innovations in Checkpointing and Workflow Management”</dd>
<dd><b>Workshop: </b> <a href="https://sc24.conference-program.com/presentation/?id=wksp108&sess=sess106" target="_blank">
Co-design of Next-Generation HPC Systems for Artificial Intelligence and Mixed-Analytics (Keynote) + P3HPC</a></dd>
<dd> </dd>
<dd><b>Location: </b> B314</dd>
</div>
</div>
<div class="col-sm-1"><img src="assets/img/people/michela.jpg" height="45" width="45"></div>
<div class="sp-blank-30"></div>
<div class="col-sm-8">
<div class="dl-horizontal text-left tight m-bottom-30">
<dt>1:30pm - 5:00pm EST</dt>
<dd><b>Workshop: </b> <a href="https://sc24.conference-program.com/session/?sess=sess751" target="_blank">
2024 International Workshop on Performance, Portability & Productivity in HPC (P3HPC)</a></dd>
<dd><b>Location: </b> B306</dd>
</div>
</div>
<div class="col-sm-1"><img src="assets/img/people/michela.jpg" height="45" width="45"></div>
<div class="col-sm-1"><img src="assets/img/people/ian.jpg" height="45" width="45"></div>
<div class="col-sm-1"><img src="assets/img/people/befikir.png" height="45" width="45"></div>
<div class="col-sm-12">
<div class="citation-container">
<p class="citation-text">
<b>Paper: </b>
Olga Pearce, Jason Burmark, Rich Hornung, <b>Befikir Bogale</b>, <b>Ian Lumsden</b>, Michael McKinsey, Dewi Yokelson, David Boehme, Stephanie Brink, <b>Michela Taufer</b>, and Tom Scogland. RAJA Performance Suite: Performance Portability Analysis with Caliper and Thicket. In Proceedings of the 2024 International Workshop on Performance, Portability, and Productivity in HPC (P3HPC)-Workshops of The International Conference on High Performance Computing, Network, Storage, and Analysis (SC24), Atlanta, GA, USA, November 2024. IEEE Computer Society.
</p>
</div>
</div>
</div>
<!-- ======================= -->
<!-- TUESDAY NOV 19 -->
<!-- ======================= -->
<div class="sp-line-80"></div>
<h5 class="m-bottom-30">Tuesday, Nov 19th</h5>
<div class="row">
<!-- 12:15 -->
<div class="sp-blank-30"></div>
<div class="col-sm-8">
<div class="dl-horizontal text-left tight m-bottom-30">
<dt>12:15pm - 1:15pm EST</dt>
<dd><b>Birds of a Feather: </b> <a href="https://sc24.conference-program.com/presentation/?id=bof110&sess=sess592" target="_blank">
SIGHPC Annual Member Meeting</a></dd>
<dd> </dd>
<dd><b>Location: </b> B201</dd>
</div>
</div>
<div class="col-sm-1"><img src="assets/img/people/michela.jpg" height="45" width="45"></div>
<div class="col-sm-1"><img src="assets/img/people/msutherlin.png" height="45" width="45"></div>
<div class="col-sm-1"><img src="assets/img/people/jack.png" height="45" width="45"></div>
<div class="col-sm-1"><img src="assets/img/people/kin.png" height="45" width="45"></div>
<div class="col-sm-1"><img src="assets/img/people/nigel.jpg" height="45" width="45"></div>
<div class="col-sm-1"><img src="assets/img/people/ian.jpg" height="45" width="45"></div>
<div class="col-sm-1"><img src="assets/img/people/befikir.png" height="45" width="45"></div>
<div class="col-sm-1"><img src="assets/img/people/jay.png" height="45" width="45"></div>
<!-- 5:15 -->
<div class="sp-blank-30"></div>
<div class="col-sm-8">
<div class="dl-horizontal text-left tight m-bottom-30">
<dt>5:15pm - 6:45pm EST</dt>
<dd> <b>Posters: </b> <a href="https://sc24.conference-program.com/session/?sess=sess553" target="_blank">
Art of HPC Display: Poster Sessions and Reception</a>
</dd>
<dd> </dd>
<dd><b>Location: </b> B301</dd>
</div>
</div>
<div class="col-sm-1"><img src="assets/img/people/nigel.jpg" height="45" width="45"></div>
<div class="col-sm-1"><img src="assets/img/people/ian.jpg" height="45" width="45"></div>
<div class="col-sm-1"><img src="assets/img/people/befikir.png" height="45" width="45"></div>
<div class="col-sm-1"><img src="assets/img/people/jay.png" height="45" width="45"></div>
<div class="col-sm-12"></div>
<div class="sp-blank-30"></div>
<div class="col-sm-12 sc-poster-div">
<div class="col-sm-12 sc-poster-subdiv">
<div class="col-sm-4 poster-link">
<a href="assets/img/sc24/ian_sc24_poster.png">
<img src="assets/img/sc24/ian_sc24_poster.png" height="140" width="220" class="set-me">
</a>
</div>
<div class="col-sm-8 citation-container">
<p class="citation-text">
<b>Ian Lumsden</b>, Olga Pearce, Jae-Seung Yeom, Tom Scogland, and <b>Michela Taufer</b>. “Benchmarking and Modeling of Producer-Consumer Data Movement Performance in Scientific Workflows.” Presented at the ACM Student Research Competition at the International Conference on High Performance Computing, Network, Storage, and Analysis (SC24), Atlanta, GA, USA, November 2024. IEEE Computer Society.
</p>
</div>
</div>
<div class="col-sm-12 sc-poster-subdiv">
<div class="col-sm-4 poster-link">
<a href="assets/img/sc24/befikir_sc24_poster.png">
<img src="assets/img/sc24/befikir_sc24_poster.png" height="140" width="220" class="set-me">
</a>
</div>
<div class="col-sm-8 citation-container">
<p class="citation-text">
<b>Befikir Bogale</b>, Tom Scogland, Olga Pearce, and <b>Michela Taufer</b>. “Cluster-Based Methodology for Characterizing the Performance of Portable Applications.” Presented at the ACM Student Research Competition at the International Conference on High Performance Computing, Network, Storage, and Analysis (SC24), Atlanta, GA, USA, November 2024. IEEE Computer Society.
</p>
</div>
</div>
<div class="col-sm-12 sc-poster-subdiv">
<div class="col-sm-4 poster-link">
<a href="assets/img/sc24/jay_sc24_poster.png">
<img src="assets/img/sc24/jay_sc24_poster.png" height="140" width="220" class="set-me">
</a>
</div>
<div class="col-sm-8 citation-container">
<p class="citation-text">
<b>Jay Ashworth</b>, Julian Uran, <b>Michela Taufer</b>, and Paola A. Buitrago. "Improvement of Bridges-2 Resource Utilization Through User Optimization." Presented at the ACM Student Research Competition at the International Conference on High Performance Computing, Network, Storage, and Analysis (SC24), Atlanta, GA, USA, November 2024. IEEE Computer Society.
</p>
</div>
</div>
</div>
<div class="sp-blank-30"></div>
<div class="col-sm-8">
<div class="dl-horizontal text-left tight m-bottom-30">
<dt>5:15pm - 6:45pm EST</dt>
<dd><b>Birds of a Feather: </b> <a href="https://sc24.conference-program.com/presentation/?id=bof121&sess=sess591" target="_blank">
Raül Sirvent, Rocío Carratalá-Sáez, <b>Michela Taufer</b>, Tanzima Islam, Reproducibility and Provenance for HPC and Distributed Environments</a>
</dd>
<dd> </dd>
<dd><b>Location: </b> B201</dd>
</div>
</div>
<div class="col-sm-1"><img src="assets/img/people/michela.jpg" height="45" width="45"></div>
</div>
<!-- ======================= -->
<!-- WEDNESDAY NOV 20 -->
<!-- ======================= -->
<div class="sp-line-80"></div>
<h5 class="m-bottom-30">Wednesday, Nov 20th</h5>
<div class="row">
<!-- 12:15 -->
<div class="sp-blank-30"></div>
<div class="col-sm-8">
<div class="dl-horizontal text-left tight m-bottom-30">
<dt>12:15pm - 1:15pm EST</dt>
<dd><b>Birds of a Feather: </b> <a href="https://sc24.conference-program.com/presentation/?id=bof114&sess=sess599" target="_blank">
Moderator: Cristina Manzano; Session Leaders: Anna Lührs, Karina Pešatová, Elisabeth Ortega-Carrasco, Thaleia Dimitra Doudali, Lois Curfman McInnes, Doris Franke, Verónica Melesse Vergara, Lucia Drummond, Lara Timm, <b>Michela Taufer</b>, Chia-Lee Yang, Super(computing)heroes</a>
</dd>
<dd> </dd>
<dd><b>Location: </b> B203</dd>
</div>
</div>
<div class="col-sm-1"><img src="assets/img/people/michela.jpg" height="45" width="45"></div>
<!-- 3:30 -->
<div class="sp-blank-30"></div>
<div class="col-sm-8">
<div class="dl-horizontal text-left tight m-bottom-30">
<dt>3:30pm - 5:00pm EST</dt>
<dd> <b>Panel: </b> <a href="https://sc24.conference-program.com/presentation/?id=pan103&sess=sess448" target="_blank">
Moderator: <b>Michela Taufer</b>; Panelists: Valerio Pascucci, Miron Livny, Joel D. Brock, Amber Boehnlein, Amy Roberts, Creating Inclusive Scientific Communities in the Information Age: Can Equity Democratize Data-Intensive Research, from Experimental Facilities and HPC to Scientific Discovery?</a>
</dd>
<dd> </dd>
<dd><b>Location: </b> B310</dd>
</div>
</div>
<div class="col-sm-1"><img src="assets/img/people/michela.jpg" height="45" width="45"></div>
<!-- 5:15 -->
<div class="sp-blank-30"></div>
<div class="col-sm-8">
<div class="dl-horizontal text-left tight m-bottom-30">
<dt>5:15pm - 6:45pm EST</dt>
<dd><b>Birds of a Feather: </b>
<a href="https://sc24.conference-program.com/presentation/?id=bof236&sess=sess586" target="_blank">
Daniel Milroy, Rosa M Badia, Ewa Deelman, Todd Gamblin, Andrew Jones, Bill Magro, Bill Seetharami Seelam, <b>Michela Taufer</b>, Converged HPC and Cloud Computing in the Era of Generative AI </a>
</dd>
<dd> </dd>
<dd><b>Location: </b> B312-B313A</dd>
</div>
</div>
<div class="col-sm-1"><img src="assets/img/people/michela.jpg" height="45" width="45"></div>
</div>
<!-- ======================= -->
<!-- THURSDAY NOV 21 -->
<!-- ======================= -->
<div class="sp-line-80"></div>
<h5 class="m-bottom-30">Thursday, Nov 21st</h5>
<div class="row">
<div class="sp-blank-30"></div>
<div class="col-sm-8">
<div class="dl-horizontal text-left tight m-bottom-30">
<dt>12:45pm - 1:30pm EST</dt>
<dd><b>Awards: </b> <a href="" target="_blank">
SC24 Awards Ceremony </a></dd>
<dd> </dd>
<dd><b>Location: </b> Exhibit Hall A3</dd>
</div>
</div>
<div class="col-sm-1"><img src="assets/img/people/michela.jpg" height="45" width="45"></div>
<div class="col-sm-1"><img src="assets/img/people/msutherlin.png" height="45" width="45"></div>
<div class="col-sm-1"><img src="assets/img/people/jack.png" height="45" width="45"></div>
<div class="col-sm-1"><img src="assets/img/people/kin.png" height="45" width="45"></div>
<div class="col-sm-1"><img src="assets/img/people/nigel.jpg" height="45" width="45"></div>
<div class="col-sm-1"><img src="assets/img/people/ian.jpg" height="45" width="45"></div>
<div class="col-sm-1"><img src="assets/img/people/befikir.png" height="45" width="45"></div>
<div class="col-sm-1"><img src="assets/img/people/jay.png" height="45" width="45"></div>
<!-- 3:30 -->
<div class="sp-blank-30"></div>
<div class="col-sm-8">
<div class="dl-horizontal text-left tight m-bottom-30">
<dt>3:30pm - 5:00pm EST</dt>
<dd><b>Doctoral Showcase: </b> <a href="https://sc24.conference-program.com/session/?sess=sess530" target="_blank">
Chair: <b>Ian Lumsden</b>, Doctoral Showcase III Presentations</a></dd>
<dd> </dd>
<dd><b>Location: </b> B306</dd>
</div>
</div>
<div class="col-sm-1"><img src="assets/img/people/ian.jpg" height="45" width="45"></div>
</div>
<!-- ======================= -->
<!-- FRIDAY NOV 22 -->
<!-- ======================= -->
<div class="sp-line-80"></div>
<h5 class="m-bottom-30">Friday, Nov 22nd</h5>
<div class="row">
<!-- 10:30 -->
<div class="sp-blank-30"></div>
<div class="col-sm-8">
<div class="dl-horizontal text-left tight m-bottom-30">
<dt>10:30am - 12:00pm EST</dt>
<dd><b>Panel: </b> <a href="https://sc24.conference-program.com/presentation/?id=pan106&sess=sess459" target="_blank">
Moderator: <b>Michela Taufer</b>; Panelists: Ana Radovanovic, Eve Schooler, Jessica Seddon, Bronis R. de Supinski, Massood Parvania, Computing Is Eating the World – Will Saving the Planet Destroy It?</a></dd>
<dd> </dd>
<dd><b>Location: </b> B310</dd>
</div>
</div>
<div class="col-sm-1"><img src="assets/img/people/michela.jpg" height="45" width="45"></div>
</div>
<div class="sp-blank-40"></div>
<div class="sp-line-80"></div>
<!-- ======================= -->
<!-- OTHER GCL ACTIVITIES -->
<!-- ======================= -->
<h3>Other GCL Activities</h3>
<div class="sp-blank-30"></div>
<div class="col-sm-8">
<div class="dl-horizontal text-left tight m-bottom-30">
<!-- <dt>10:30am - 12:00pm EST</dt> -->
<dd><b>NSDF Fellows at SC24:</b></dd>
<dd><a href="https://nationalsciencedatafabric.org/nsdf-sc24">
While at SC24, four of our early career researchers will be participating as National Science Data Fabric fellows</a></dd>
<dd></dd>
<!-- <dd><b>Location: </b> B310</dd> -->
</div>
</div>
<div class="col-sm-1"><img src="assets/img/people/msutherlin.png" height="45" width="45"></div>
<div class="col-sm-1"><img src="assets/img/people/kin.png" height="45" width="45"></div>
<div class="col-sm-1"><img src="assets/img/people/nigel.jpg" height="45" width="45"></div>
<div class="col-sm-1"><img src="assets/img/people/paula.jpg" height="45" width="45"></div>
<div class="sp-blank-30"></div>
<div class="col-sm-8">
<div class="dl-horizontal text-left tight m-bottom-30">
<!-- <dt>10:30am - 12:00pm EST</dt> -->
<dd><b>SC24 Student Volunteers:</b></dd>
<dd><a href="https://sc24.supercomputing.org/students/student-volunteers/" target="_blank">
We have two graduate students participating as SC student volunteers and one participating as a lead volunteer</a></dd>
<dd> </dd>
<!-- <dd><b>Location: </b> B310</dd> -->
</div>
</div>
<div class="col-sm-1"><img src="assets/img/people/ian.jpg" height="45" width="45"></div>
<div class="col-sm-1"><img src="assets/img/people/befikir.png" height="45" width="45"></div>
<div class="col-sm-1"><img src="assets/img/people/jay.png" height="45" width="45"></div>
<div class="sp-blank-30"></div>
<div class="sp-line-80"></div>
<center>
<h5 class="title">
<font face="Courier New" color="red"><a href="sc23.html" target="_blank"> Visit GCLab work
presented at SC23 - Nov 12-17, 2023</a></font>
</h5>
</center>
<div class="clearfix"></div>
</section>
<!-- #####End main area-->
<div class="clearfix"></div>
</section>
</section>
<!-- #####End contents-->
<footer id="footer">
<div id="footer-main" class="bg-pattern-4">
<div class="container">
<div class="row">
<div class="col-md-5"><a href="index.html" class="img"><img src="assets/img/logo/logo-gclab.png"
alt="GCLab"></a>
<div class="sp-blank-30"></div>
<p>Global Computing Laboratory</p>
<ul class="social-icons shape-circle">
<!--<li><a href="#"><i class="fa fa-facebook"></i></a></li>-->
<li><a href="https://www.linkedin.com/company/global-computing-laboratory/" target="_blank"><i
class="fa fa-linkedin"></i></a></li>
<!--<li><a href="#"><i class="fa fa-google-plus"></i></a></li>
<li><a href="#"><i class="fa fa-linkedin"></i></a></li>
<li><a href="#"><i class="fa fa-skype"></i></a></li>
<li><a href="#"><i class="fa fa-dribbble"></i></a></li>-->
</ul>
</div>
<div class="col-md-3 col-md-offset-1 col-sm-6">
<div class="widget">
<div class="links">
<ul>
<li><a href="about.html" title="Dr. Michela Taufer"><span>Dr. Michela Taufer</span></a></li>
<li><a href="people.html" title="People"><span>People</span></a></li>
<li><a href="research.html" title="Research"><span>Research</span></a></li>
<li><a href="publications.html" title="Publications"><span>Publications</span></a></li>
</ul>
</ul>
</div>
</div>
</div>
<div class="col-md-3 col-sm-6">
<div class="widget">
<div class="links">
<ul>
<li><a href="https://github.com/TauferLab/" target="_blank"
title="Software"><span>Software</span></a></li>
<li><a href="news.html" title="News"><span>News</span></a></li>
<li><a href="gallery.html" title="Home"><span>Gallery</span></a></li>
<li><a href="contact.html" title="Contact"><span>Contact</span></a></li>
<li><a href="assets/pdf/sc19/SC19_flier_gclab_open_positions.pdf"
title="JoinUs"><span>Positions</span></a></li>
</ul>
</div>
</div>
</div>
</div>
</div>
</div>
</footer>
</div>
<!-- #####Begin scripts-->
<script src="assets/js/vendors/vendors.js"></script>
<!-- Local Revolution tools-->
<!-- Only for local and can be removed on server-->
<script type="text/javascript" src="assets/revolution/js/extensions/revolution.extension.video.min.js"></script>
<script type="text/javascript" src="assets/revolution/js/extensions/revolution.extension.slideanims.min.js"></script>
<script type="text/javascript" src="assets/revolution/js/extensions/revolution.extension.actions.min.js"></script>
<script type="text/javascript"
src="assets/revolution/js/extensions/revolution.extension.layeranimation.min.js"></script>
<script type="text/javascript" src="assets/revolution/js/extensions/revolution.extension.kenburn.min.js"></script>
<script type="text/javascript" src="assets/revolution/js/extensions/revolution.extension.navigation.min.js"></script>
<script type="text/javascript" src="assets/revolution/js/extensions/revolution.extension.migration.min.js"></script>
<script type="text/javascript" src="assets/revolution/js/extensions/revolution.extension.parallax.min.js"></script>
<script src="assets/js/custom.js"></script>
<script src="http://localhost:35729/livereload.js"></script>
<!-- #####End scripts-->
</body>
</html>