-
Notifications
You must be signed in to change notification settings - Fork 0
/
news.html
714 lines (598 loc) · 35.2 KB
/
news.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
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
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
---
layout: default
title: Parsl A Parallel Scripting Library for Python
---
<div class="container support" style="margin-top: 10px;">
<div class="row" style="padding-top: 20px">
<div class="col-lg-12">
<h1 style="color: #285893;">News</h1>
<!--
<div class="news-info">
<p><span class="name">XX 25, 2019:</span>
<a href=''></a
</p>
</div>
-->
<div class="news-info">
<p><span class="name">December 16, 2024:</span>
NCSA covers Parsl's first steps into the non-profit world as a fiscally-sponsored NumFOCUS project in an article titled "<a href="https://www.ncsa.illinois.edu/a-new-community-and-sustainability-path-for-parsl/" target="_blank">A New Community and Sustainability Path for Parsl</a>." </p>
</div>
<div class="news-info">
<p><span class="name">December 6, 2024:</span>
Daniel S. Katz presented a talk at the NIH NCI Informatics Technology for Cancer Research (ITCR) December meeting. In his talk titled, "<a href="https://zenodo.org/records/14285239" target="_blank">Parsl: an example of trying to sustain research software</a>," he shares our community's experience with navigating the pathway to sustainability in open source software.</p>
</div>
<div class="news-info">
<p><span class="name">November 17–22, 2024:</span>
Community members and researchers presented their Parsl-related work and projects at SC24 in Atlanta, Georgia. <a href="https://parsl-project.org/2024/11/14/Parsl-at-SC24.html" target="_blank">Read about these activities here</a>.</p>
</div>
<div class="news-info">
<p><span class="name">November 8, 2024:</span>
Parsl joins NumFOCUS, a nonprofit organization that supports open code and open science, as a fiscally-sponsored project. <a href="https://numfocus.medium.com/parsl-joins-numfocus-as-a-sponsored-project-862dc767a235" target="_blank">Read the announcement here</a>.</p>
</div>
<div class="news-info">
<p><span class="name">September 5–7, 2024:</span>
Kyle Chard attended the <a href="https://www.nfsummit24.com/" target="_blank">2024 NumFOCUS Project Summit</a> in Boston, MA, to exchange insights on developing and supporting open-source projects and communities and to foster opportunities for cross-project collaboration. <a href="https://numfocus.medium.com/numfocus-2024-project-summit-recap-5e6c5071e438" target="_blank">Read NumFOCUS' summit recap blog post here</a>.</p>
</div>
<div class="news-info">
<p><span class="name">August 14, 2024:</span>
A <a href="https://doi.org/10.6084/m9.figshare.26661619">Parsl poster</a> was presented at the <a href="https://confmeet.github.io/ccs2024/">NSF PI meeting</a> that has partially funded Parsl over the last 2 years.
</div>
<div class="news-info">
<p><span class="name">May 29, 2024:</span>
Sophie Bui presented her work developing the Parsl Community Playbook at the Center for Scientific Collaboration and Community Engagement's May Community Call. <a href="https://www.cscce.org/2024/05/30/may-community-call-recap-the-who-what-when-where-why-and-how-of-making-a-community-playbook/" target="_blank">Read the recap and watch the presentation here</a>.</p>
</div>
<div class="news-info">
<p><span class="name">April 26, 2024:</span>
Parsl is featured in the Open Source Science Initiative (OSSci) Spotlight Series. "<a href="https://medium.com/open-source-science-initiative/spotlight-parsl-productive-parallel-programming-in-python-7fc803b60d7d" target="_blank">Spotlight: Parsl–Productive Parallel Programming in Python</a>."
</div>
<div class="news-info">
<p><span class="name">April 4, 2024:</span>
Ben Clifford gave a talk on "<a href="https://pycon.lt/2024/talks/YUXXZS" target="_blank">The Ghosts of Distant Objects</a>" at <a href="https://pycon.lt/2024" target="_blank">PyCon Lithuania 2024</a>. You can watch the talk on <a href="https://www.youtube.com/watch?v=Qn-1hGLrzR0" target="_blank">YouTube</a> and see the slides on <a href="https://docs.google.com/presentation/d/1ek4DCn98chYgASTgePpO6-GNu7-uTEmVbN68iu_5quU" target="_blank">Google Slides</a>.
</div>
<div class="news-info">
<p><span class="name">March 20, 2024:</span>
Tom Demeyere, PhD student at University of Southhampton, wrote a blog post titled "<a href="https://tomdemeyere.github.io/blog/2024/workflows-manager-for-dft/" target="_blank">Use Parsl to create concurrent computational chemistry workflows</a>" to demonstrate how to run Quantum Espresso calculations using Quacc and the Parsl workflow engine to create comp-chem workflows.
</div>
<div class="news-info">
<p><span class="name">January 18, 2024:</span>
Douglas Friedel and Daniel S. Katz presented an overview of Parsl and led a code-along session at the <a href="https://illinois-ceesd.github.io/nuwest/" target="_blank">NNSA-University Workshop on Exascale Simulation Technologies</a> (NUWEST) in Albuquerque, NM.
</div>
<div class="news-info">
<p><span class="name">January 5, 2024:</span>
Ben Clifford presented a talk on <a href="https://docs.google.com/presentation/d/1V58BTaLOP-HmPlGQJqItpWKWXDh69AWJyDZ819pb-74">"Functional Influences on a Python-embedded Scientific Workflow Library"</a> at <a href="https://www.tudelft.nl/fpday-2024-1" target="_blank">TU Delft's Dutch Functional Programming Day 2024</a> in the Netherlands.
</p>
</div>
<h2>Archives</h2>
<button class="accordion">2023</button>
<div class="panel">
<div class="news-info">
<p><span class="name">November 2023:</span>
Sander Vandenhaute gave a tutorial on Psiflow, with a
strong Parsl component, at the
<a href="https://www.mlip-workshop.xyz/">2023 Machine Learning Interatomic Potential School for Young & Early Career Researchers</a>
</p>
</div>
<div class="news-info">
<p><span class="name">November 20, 2023:</span>
NCSA summarized highlights from ParslFest 2023 in a recap article titled "<a href="https://www.ncsa.illinois.edu/showcasing-the-versatility-of-parsl/" target="_blank">Showcasing the Versatility of Parsl</a>."
</p>
</div>
<div class="news-info">
<p><span class="name">November 17, 2023:</span>
Daniel S. Katz gave a talk on "<a href="/images/111723-dskatz-uw-rse-talk.jpg">Research Software, Sustainability, and RSEs</a>" at the University of Wyoming's School of Computing.
</p>
</div>
<div class="news-info">
<p><span class="name">November 13, 2023:</span>
Community members and researchers presented their Parsl-related work and projects at SC23 in Denver, CO:
<ul>
<li>The 18th Workshop on Workflows in Support of Large-Scale Science (<a href="https://sc23.conference-program.com/session/?sess=sess450" target="_blank">WORKS23</a>)
<ul>
<li>Title: A Data Science Pipeline Synchronization Method for Edge-Fog-Cloud Continuum
<ul>
<li>Author/Presenters: Dante D. Sanchez-Gallegos, J. L. Gonzalez-Compean, Jesus Carretero, Heidy Marin-Castro</li>
</ul>
</li>
<li>Title: TaskVine: Managing In-Cluster Storage for High-Throughput Data Intensive Workflows
<ul>
<li>Author/Presenters: Barry Sly-Delgado, Thanh Son Phung, Colin Thomas, David Simonetti, Andrew Hennessee, Ben Tovar, Douglas Thain</li>
</ul>
</li>
<li>Title: Leveraging Large Language Models to Build and Execute Computational Workflows
<ul>
<li>Author/Presenters: Alejandro Duque, Abdullah Syed, Kastan Day, Matthew Berry, Daniel S. Katz, Volodymyr Kindratenko</li>
</ul>
</li>
</ul>
<li>High Performance Python for Science at Scale Workshop
<ul>
<li>Title: <a href="https://sc23.supercomputing.org/proceedings/workshops/workshop_pages/ws_hppss101.html" target="_blank">Maximizing Data Utility for HPC Python Workflow Execution</a>
<ul>
<li>Authors: Thanh Son Phung (University of Notre Dame), Ben Clifford (CQX Limited), Kyle Chard (University of Chicago), and Douglas Thain (University of Notre Dame)</li>
</ul>
</li>
</ul>
</p>
</div>
<div class="news-info">
<p><span class="name">October 19–20, 2023:</span>
<a href="https://parsl-project.org/parslfest/parslfest2023.html">ParslFest 2023</a>, the festival of all things Parsl, happened in Chicago. Videos and slides are linked from the program.
</p>
</div>
<div class="news-info">
<p><span class="name">August 11, 2023:</span>
NCSA published an article titled <a href="https://www.ncsa.illinois.edu/undergraduate-researchers-in-action/ target="_blank'>Undergraduate Researchers in Action</a> that profiles students in their various internship programs. They highlighted Alejandro Duque, a student from the Universidad San Francisco de Quito in NCSA's International Research Internship Program, who uses Parsl and OpenAPI to research ways to integrate modern software tools with scientific workflows.
</p>
</div>
<div class="news-info">
<p><span class="name">July, 2023:</span>
Logan put up a couple of videos using Parsl: <a href="https://www.youtube.com/watch?v=ybcq0d0ydKw">Running many CP2K calculations in parallel with Parsl and ASE</a>, and <a href="https://www.youtube.com/watch?v=0V4Hs4kTyJs">Running many NWChem calculations on HPC with Parsl and ase</a>.</p>
</div>
<div class="news-info">
<p><span class="name">July, 2023:</span>
Dan is presenting <a href="https://arxiv.org/abs/2307.11060">The Changing Role of RSEs over the Lifetime of Parsl (arXiv)</a> at <a href="https://se4science.org/workshops/se4rs23/index.htm">Software Engineering for Research Software (SE4RS'23)</a>.
</p>
</div>
<div class="news-info">
<p><span class="name">July, 2023:</span>
Ben gave a talk at the #parsl-hackers telecon on serialization in Parsl. You can watch "Same Object, Different Process" on <a href="https://www.youtube.com/watch?v=g6KPLxlB1gs">YouTube</a> or see the slides on <a href="https://docs.google.com/presentation/d/1VgRLwCiv7uX_UhFN48W_cM9O5dYGBmAFpNOhIoCtNDs">Google Slides</a>.
</p>
</div>
<div class="news-info">
<p><span class="name">June, 2023:</span>
The <a href="https://molmod.ugent.be/">Center for Molecular Modeling (CMM), Ghent University</a> has released <a href="https://github.com/molmod/psiflow">Psiflow</a>: Psiflow is a modular and scalable library for developing interatomic potentials. It uses Parsl to interface popular trainable interaction potentials with quantum chemistry software, and is designed to support computational workflows on hundreds or thousands of nodes.
</p>
</div>
<div class="news-info">
<p><span class="name">June, 2023:</span>
A column partially inspired by Parsl experience was published in Computing in Science & Engineering: "<a href="https://doi.org/10.1109/MCSE.2023.3263458">Overcoming Challenges to Continuous Integration in HPC</a>"
</p>
</div>
<div class="news-info">
<p><span class="name">March, 2023:</span>
Dan gave a talk at SIAM CSE23 "<a href="https://doi.org/10.5281/zenodo.7683966">How RSE Community Identity Leads to Improved Research Software Practices</a>"
</p>
</div>
</div>
<button class="accordion">2022</button>
<div class="panel">
<div class="news-info">
<p><span class="name">November, 2022:</span>
NCSA published an <a href="https://www.ncsa.illinois.edu/new-grants-allow-the-parsl-project-to-enter-its-next-stage/" target="_blank">article about new grants supporting Parsl's move toward sustainability</a>
</p>
</div>
<div class="news-info">
<p><span class="name">November, 2022:</span>
UChicago published an <a href='https://cs.uchicago.edu/news/uchicagos-parsl-project-pivots-to-sustainability-and-community-with-new-grants/'>article about Parsl's sustainability focus</a>
</p>
</div>
<div class="news-info">
<p><span class="name">November, 2022:</span>
Parsl was awarded new funding from the <a href='https://chanzuckerberg.com/science/programs-resources/open-science/grants/'>Chan Zuckerberg Initative</a> to support
<a href='https://chanzuckerberg.com/eoss/proposals/sustaining-parsl-enabling-extreme-scale-biomedicine/'>sustainability in extreme scale biomedicine.</a<
</p>
</div>
<div class="news-info">
<p><span class="name">November 16, 2022:</span>
Dan talked about <a href="https://doi.org/10.5281/zenodo.7327745">Parsl sustainability</a> at <a href="https://sc22.supercomputing.org/">SC22</a>,
in the BOF "<a href="https://sc22.supercomputing.org/presentation/?id=bof198&sess=sess337">Expanding the Impact of Scientific Software Engineering in HPC</a>.
</p>
</div>
<div class="news-info">
<p><span class="name">September, 2022:</span>
Parsl recieved new awards (<a href="https://www.nsf.gov/awardsearch/showAward?AWD_ID=2209919&HistoricalAwards=false">UChicago</a>
and <a href="https://www.nsf.gov/awardsearch/showAward?AWD_ID=2209920&HistoricalAwards=false">UIUC</a>) from NSF's CSSI program to support sustainability.
</p>
</div>
<div class="news-info">
<p><span class="name">June 2022:</span>
Parsl is part of a tutorial on next-generation workflows at <a href='https://pearc.acm.org/pearc22'>PEARC 2022</a>.
</p>
</div>
<div class="news-info">
<p><span class="name">June 2022:</span>
Kyle spoke at the NREL Connections Seminar on Scalable Scientific Computing with funcX and Parsl.
</p>
</div>
<div class="news-info">
<p><span class="name">May 2022:</span>
Parsl was presented in the ISC tutorial <a href='https://www.isc-hpc.com/agenda.html'>"Developing Robust and Scalable Next Generation Workflows Applications and Systems"</a>.
</p>
</div>
<div class="news-info">
<p><span class="name">May 2022:</span>
Kyle presented at the HEP <a href='https://indico.jlab.org/event/505/#day-2022-05-03'>Software & Computing Round Table</a>.
</p>
</div>
<div class="news-info">
<p><span class="name">May 2022:</span>
Parsl was mentioned in the National Academies report on <a href='http://nap.naptionalacademies.org/26532'>Automated Research Workflows For
Accelerated Discovery: Closing the Knowledge Discovery Loop (2022)</a>.
</p>
</div>
<div class="news-info">
<p><span class="name">May 2022:</span>
Kyle Chard gave a talk in the <a href='https://indico.jlab.org/event/505/#day-2022-05-03'>Software & Computing Round Table</a>.
</p>
</div>
<div class="news-info">
<p><span class="name">April 2022:</span>
Congratulations to Mike Wilde and the Parallel Works team on receiving <a href='https://www.hpcwire.com/off-the-wire/argonne-and-parallel-works-win-highest-honor-from-federal-laboratory-consortium/'>FLC Excellence in Technology Transfer Award</a>.
</p>
</div>
<div class="news-info">
<p><span class="name">February 2022:</span>
We have started a new biweekly open development meeting. Join us every second Thursday at noon central (details in Slack).
</p>
</div>
<div class="news-info">
<p><span class="name">February 2022:</span>
Daniel S. Katz gave a talk on "<a href="https://doi.org/10.5281/zenodo.6210785">Parsl & funcX: Build and test challenges</a>" in a SIAM PP22 panel.
</p>
</div>
</div>
<button class="accordion">2021</button>
<div class="panel">
<div class="news-info">
<p><span class="name">December 2021:</span>
Congratulations to Mike Wilde and the Parallel Works team on winning an <a href='https://www.rdworldonline.com/argonne-national-laboratorys-machine-learning-software-streamlines-design-time/'>R&100 award/a>.
</p>
</div>
<div class="news-info">
<p><span class="name">September 2021:</span>
Parsl is part of a new <a href='https://dpi.uillinois.edu/news/dpi-awards-more-than-1-5-million-in-second-round-of-rd-seed-grants/'>DSI-funded project on sustainable agriculture</a>.
</p>
</div>
<div class="news-info">
<p><span class="name">July 2021:</span>
Kyle Chard gave a talk on "Scalable Scientific Computing with funcX and Parsl" at Victoria University of Wellington.
</p>
</div>
<div class="news-info">
<p><span class="name">April 26, 2021:</span>
<a href="https://pypi.org/project/parsl/1.1.0">Parsl 1.1.0</a> released.
</p>
</div>
<div class="news-info">
<p><span class="name">April 13, 2021:</span>
The Parsl team will be presenting at the Exascale Computing Project annual meeting in the workflows breakout on April 17.
</p>
</div>
<div class="news-info">
<p><span class="name">April 7, 2021:</span>
Join the second <a href="https://workflowsri.org/summits/community/">WorkflowsRI/ExaWorks community summit</a> focused on advancing the state-of-the-art of scientific workflows management systems research and development
</p>
</div>
<div class="news-info">
<p><span class="name">March 4, 2021:</span>
A talk that includes discusion about the sustainability of Parsl was presented at <a href="https://www.siam.org/conferences/cm/conference/cse21">SIAM CSE21</a>:
R. Ramnath, D. S. Katz,
"<a href="https://doi.org/10.6084/m9.figshare.14153303.v2">Case Studies in Scientific Software Sustainability</a>," 2021.
</p>
</div>
<div class="news-info">
<p><span class="name">January 13, 2021:</span>
Join the first "<a href="https://workflowsri.org/summits/community/">WorkflowsRI/ExaWorks community summit</a>
</p>
</div>
</div>
<button class="accordion">2020</button>
<div class="panel">
<div class="news-info">
<p><span class="name">October 16, 2020:</span>
Dan and Kunkun Tang gave a <a href="https://calendars.illinois.edu/detail/6851/33389205">seminar on Parsl and Composite modeling with UQ / Experience with Parsl</a>
in the weekly seminar series for the <a href="http://ceesd.ncsa.illinois.edu">Center for Exascale-enabled Scramjet Design (CEESD)</a> project
</p>
</div>
<div class="news-info">
<p><span class="name">October 16, 2020:</span>
Dan presented on <a href="https://doi.org/10.6084/m9.figshare.13103510.v1">Parsl: Pervasive Parallel Programming in Python & funcX: A
Federated Function Serving Fabric for Science</a> as a guest lecture for LaTech CSC 452/552 & CYEN 405
</p>
</div>
<div class="news-info">
<p><span class="name">October 1, 2020:</span>
The <a href="https://www.energy.gov/nnsa/articles/nnsa-announces-selection-predictive-science-academic-alliance-program-centers">new</a>
DOE-funded <a href="http://ceesd.ncsa.illinois.edu">Center for Exascale-enabled Scramjet Design (CEESD)</a> includes support for Parsl
</p>
</div>
<div class="news-info">
<p><span class="name">September 29, 2020:</span>
Dan presented Parsl in a talk on <a href="https://indico.bnl.gov/event/9023/contributions/40346/">Research Software Sustainability</a> at the <a href="https://indico.bnl.gov/event/9023/">Future Trends in Nuclear Physics Computing Workshop</a>
</p>
</div>
<div class="news-info">
<p><span class="name">September 10, 2020:</span>
Dan discussed "<a href="https://doi.org/10.5281/zenodo.4020518">A common workflow registry of compute endpoints and applications</a>" for Parsl and other systems at the <a href="http://icl.utk.edu/jlesc11/">11th Joint Lab for Exascale Computing (JLESC) Workshop</a>
</p>
</div>
<div class="news-info">
<p><span class="name">July 21, 2020:</span>
Dan and Kyle (with Rosa Badia and Jorge Ejarque) presented "A common workflow registry of compute endpoints and applications"
(<a href="https://collegeville.github.io/CW20/WorkshopResources/WhitePapers/katz_registry.pdf">whitepaper</a>,
<a href="https://youtu.be/ToP0_PaNhss">video discussion</a>) for Parsl and other systems at the
<a href="https://collegeville.github.io/CW20//">2020 Collegeville Workshop on Scientific Software</a>
</p>
</div>
<div class="news-info">
<p><span class="name">June 11, 2020:</span>
<a href="https://pypi.org/project/parsl/1.0.0">Parsl 1.0.0</a> released.
</p>
</div>
<div class="news-info">
<p><span class="name">May 27, 2020:</span>
Dan presented Parsl in a webinar on Research Software Sustainability for the <a href="https://ardc.edu.au">Australia Research Data Commons (ARDC)</a>
</p>
</div>
<div class="news-info">
<p><span class="name">May 22, 2020:</span>
Parsl used to compute <a href='https://2019-ncovgroup.github.io/data/'>features for 4.2 billion small molecules</a> to help screen COVID-19 drug candidates.
</p>
</div>
<div class="news-info">
<p><span class="name">May 7, 2020:</span>
Dan presented Parsl as part of his webinar on Research Software Sustainability for the <a href="https://bisti.nih.gov/">NIH's Biomedical Information Science and Technology Initiative (BISTI)</a>
</p>
</div>
<div class="news-info">
<p><span class="name">May 1, 2020:</span>
<a href='https://funcx.org'>FuncX project</a> (built on Parsl) recieves funding from NSF CSSI.
</p>
</div>
<div class="news-info">
<p><span class="name">May 1, 2020:</span>
Parsl is being used by <a href='https://science.osti.gov/-/media/ascr/ascac/pdf/meetings/202004/ASCAC-COVID-202004.pdf'>DOE researchers to tackle COVID-19</a>
</p>
</div>
<div class="news-info">
<p><span class="name">March 10, 2020:</span>
Parsl presented at the ECP Industry Deep Dive workshop
</p>
</div>
<div class="news-info">
<p><span class="name">Jan 22, 2020:</span>
Parsl presented at the <a href='http://chicago.pydata.org/'>Chicago PyData meetup</a>.
</p>
</div>
<div class="news-info">
<p><span class="name">Jan 16, 2020:</span>
Dan presented Parsl as part of his talk on "<a href="https://www.nitrd.gov/nitrdgroups/images/6/65/HEC-Daniel-Katz-01162020.pdf">Research Software Sustainability</a>" at the monthly <a href="https://www.nitrd.gov/nitrdgroups/index.php?title=High-End-Computing">NITRD HEC IWG</a> meeting
</p>
</div>
</div>
<button class="accordion">2019</button>
<div class="panel">
<div class="news-info">
<p><span class="name">November 21, 2019:</span>
Parsl presented at the <a href='https://sc19.supercomputing.org/session/?sess=sess400/'>Python for High Performance and Scientific Computing on SC'2019</a>.
</p>
</div>
<div class="news-info">
<p><span class="name">November 4, 2019:</span>
Dan presented Parsl at <a href="http://cces.unicamp.br">Unicamp's Center for Computing in Engineering & Sciences</a>' Workshop VI
</p>
</div>
<div class="news-info">
<p><span class="name">October 15, 2019:</span>
<a href='https://pypi.org/project/parsl/0.9.0'>Parsl 0.9.0</a> released.
</p>
</div>
<div class="news-info">
<p><span class="name">October 3-4, 2019:</span>
We held our first annual <a href='https://parsl-project.org/parslfest.html'>ParslFest user meeting</a>.
</p>
</div>
<div class="news-info">
<p><span class="name">September 20, 2019:</span>
Dan presented <a href="https://events.manchester.ac.uk/event/event:bee-k05dgdms-ugesoi">Parsl at the University of Manchester</a>
</p>
</div>
<div class="news-info">
<p><span class="name">August 15, 2019:</span>
Dan Katz discusses Parsl as part of his talk "Better Software, Better Careers, Better Research" at Sandia
</p>
</div>
<div class="news-info">
<p><span class="name">July 31, 2019:</span>
Parsl paper <a href='http://www.hpdc.org/2019/program/'>Scalable Parallel Programming in Python with Parsl"</a> presented Practice & Experience in Advanced Research Computing 2019
</p>
</div>
<div class="news-info">
<p><span class="name">June 26, 2019:</span>
Parsl paper was selected as a <a href='http://www.hpdc.org/2019/program/'>best paper finalist</a> at HPDC 2019.
</p>
</div>
<div class="news-info">
<p><span class="name">June 26, 2019:</span>
<a href='http://www.hpdc.org/2019/program/'>Parsl: Pervasive Parallel Programming in Python</a> presented at HPDC 2019.
</p>
</div>
<div class="news-info">
<p><span class="name">June 13, 2019:</span>
<a href='https://pypi.org/project/parsl/0.8.0'>Parsl 0.8.0</a> released.
</p>
</div>
<div class="news-info">
<p><span class="name">April 26, 2019:</span>
Dan Katz presented Parsl at the <a href='https://jupyter-workshop-2019.lbl.gov/home'>Jupyter Community Workshop for Scientific User Facilities and High-Performance Computing</a>
</p>
</div>
<div class="news-info">
<p><span class="name">April 26, 2019:</span>
Parsl presented at the <a href='http://www.stsci.edu/contents/events/stsci/2019/april/enabling-multi-messenger-astrophysics-in-the-big-data-era'>Enabling Multi-Messenger Astrophysics in the Big Data Era Workshop</a>.
</p>
</div>
<div class="news-info">
<p><span class="name">March 19, 2019:</span>
Parsl presented at the <a href='https://www.sandia.gov/saw/Workshop2019.html'>DOE Workflow Workshop and Hackathon</a>.
</p>
</div>
<div class="news-info">
<p><span class="name">March 14, 2019:</span>
<a href='https://pypi.org/project/parsl/0.7.2/'>Parsl 0.7.2</a> released.
</p>
</div>
<div class="news-info">
<p><span class="name">March 13, 2019:</span>
Rick Wagner presented <a href=''>Managing Large-Scale Cosmology Simulations with Parsl and Singularity</a> at the Singularity User Group Meeting
</p>
</div>
<div class="news-info">
<p><span class="name">February 25, 2019:</span>
<a href='https://doi.org/10.6084/m9.figshare.7016936.v1'>"Parsl: A Python-based Parallel Scripting Library,"</a> poster presented at SIAM CSE19.
</p>
</div>
<div class="news-info">
<p><span class="name">January 25, 2019:</span>
Parsl participated in the <a href='https://scimma.org/'>SciMMA Community planning for Scalable Cyberinfrastructure to support Multi-Messenger Astrophysics</a>.
</p>
</div>
<div class="news-info">
<p><span class="name">January 18, 2019:</span>
<a href='https://pypi.org/project/parsl/0.7.1/'>Parsl 0.7.1</a> released.
</p>
</div>
</div>
<button class="accordion">2018</button>
<div class="panel">
<div class="news-info">
<p><span class="name">December 11, 2018:</span>
Parsl participated in the <a href='https://bioexcel.eu/events/bioexcel-molssi-workshop-on-workflows-in-biomolecular-simulations/'>BioExcel/MolSSI
Workshop on Workflows in Biomolecular Simulations</a> .
</p>
</div>
<div class="news-info">
<p><span class="name">November 11, 2018:</span>
Connor Pigg presented a <a href="https://sc18.supercomputing.org/proceedings/src_poster/src_poster_pages/spost110.html">poster about monitoring in Parsl</a> in the SC18 Student Research Competition.
</p>
</div>
<div class="news-info">
<p><span class="name">October 5, 2018:</span>
Parsl lightning talk at <a href='https://casc.org/events/EventDetails.aspx?id=1056296'>CASC Fall 2018 Meeting/a>.
</p>
</div>
<div class="news-info">
<p><span class="name">August 23, 2018:</span>
Ian Foster's <a href='https://www.slideshare.net/ianfoster/scaling-collaborative-data-science-with-globus-and-jupyter'>presentation</a>
on collaborative science with Juypter and Globus at <a href='https://conferences.oreilly.com/jupyter/jup-ny'>JupyterCon 2018</a> highlights Parsl’s ability to scale science applications.
</p>
</div>
<div class="news-info">
<p><span class="name">August 16, 2018:</span>
<a href='https://www.nextplatform.com/2018/08/16/argonne-leverages-hpc-and-machine-learning-to-accelerate-science/'>New article describing how researchers at Argonne National Laboratory are using machine learning and Parsl to accelerate science</a>.
</p>
</div>
<div class="news-info">
<p><span class="name">July 14, 2018:</span>
<a href='https://pypi.python.org/pypi/parsl'>Parsl 0.6.1</a> version released with class-based configuration, implicit data staging, real-time usage tracking, and more.
</p>
</div>
<div class="news-info">
<p><span class="name">July 17, 2018:</span>
Parsl presentation at workshop on <a href='http://gsi.cigi.illinois.edu/workshop2/agenda/'>Geospatial Use Cases and Core Technical Capabilities</a>.
</p>
</div>
<div class="news-info">
<p><span class="name">July 13, 2018:</span>
<a href='https://scipy2018.scipy.org/ehome/index.php?eventid=299527&tabid=721463&cid=2264594&sessionid=21620152&sessionchoice=1&'>Parsl: Enabling Scalable Interactive Computing in Python</a> presentation at SciPy 2018.
</p>
</div>
<div class="news-info">
<p><span class="name">July 9, 2018:</span>
Parsl presentation at <a href='http://chep2018.org/'>CHEP 2018</a> using Parsl for HEP.
</p>
</div>
<div class="news-info">
<p><span class="name">June 30, 2018:</span>
Parsl presentation and tutorial at <a href="ttp://www.ncsa.illinois.edu/Conferences/LSST18/program.html">workshop on Data Visualization and Exploration in the LSST Era</a>
</p>
</div>
<div class="news-info">
<p><span class="name">June 11, 2018:</span>
Parsl poster accepted at <a href="http://rse.ac.uk/conf2018/">Third RSE Conference (RSE 2018)</a>
</p>
</div>
<div class="news-info">
<p><span class="name">May 23, 2018:</span>
Parsl seminar at Notre Dame.
</p>
</div>
<div class="news-info">
<p><span class="name">April 18, 2018:</span>
<a href="https://sites.google.com/a/nd.edu/iwsg2018/program/iwsg-schedule">"Parsl: Scalable Parallel Scripting in Python"</a> presented at IWSG 2018.
</p>
</div>
<div class="news-info">
<p><span class="name">April 18, 2018:</span>
<a href='https://scipy2018.scipy.org/ehome/index.php?eventid=299527&tabid=712461&cid=2233540&sessionid=21620152&sessionchoice=1&'>Parsl abstract</a> accepted for presentation at SciPy2018.
</p>
</div>
<div class="news-info">
<p><span class="name">April 16, 2018:</span>
<a href='https://pypi.python.org/pypi/parsl'>Parsl 0.5.0</a> version released with Globus transfers, Docker containers, automatic checkpointing, and more.
</p>
</div>
<div class="news-info">
<p><span class="name">March 15, 2018:</span>
Catch our presentation about Parsl for HEP workflows using containers at <a href='http://chep2018.org/'>CHEP 2018</a>
</p>
</div>
<div class="news-info">
<p><span class="name">February 5, 2018:</span>
<a href='https://pypi.python.org/pypi/parsl'>Parsl 0.4.0</a> version released with automatic elasticity, multi-site support, and caching.
</p>
</div>
<div class="news-info">
<p><span class="name">February 2, 2018:</span>
Parsl presentation at UIUC/NCSA in room 1040.
</p>
</div>
</div>
<button class="accordion">2017</button>
<div class="panel">
<div class="news-info">
<p><span class="name">November 22, 2017:</span>
Parsl and Swift included in the <a href='https://www.ci.uchicago.edu/blog/ci-sc17-arctic-award-portal-preview-smart-cities'>Computation Institute overview of SC17</a>
</p>
</div>
<div class="news-info">
<p><span class="name">November 17, 2017:</span>
NCSA wins <a href='http://www.ncsa.illinois.edu/news/story/ncsa_wins_top_supercomputing_achievement_and_a_best_use_of_hpc_in_2017_hpcw'>top supercomputing achievement and a best use of HPC</a> in 2017 HPCWire Editors' Choice Awards.
</p>
</div>
<div class="news-info">
<p><span class="name">September 1, 2017:</span>
We are actively looking for developers, postdocs, and students to help develop Parsl. Join our team.
</p>
</div>
<div class="news-info">
<p><span class="name">August 29, 2017:</span>
Extended abstract about Parsl published on Zenodo: <a href='http://doi.org/10.5281/zenodo.853492'>Introducing Parsl: A Python Parallel Scripting Library</a>
</p>
</div>
<div class="news-info">
<p><span class="name">August 20, 2017:</span>
Paper using Parsl accepted for publication. O. Sode and J. N. Cherry, <a href='https://pubmed.ncbi.nlm.nih.gov/29067701/'>“Development of a flexible-monomer two-body carbon dioxide potential and its application to clusters up to (CO2)13,”</a> J. Comput. Chem.
</p>
</div>
<div class="news-info">
<p><span class="name">June 19, 2017:</span>
Parsl Poster presented at the <a href='http://cropsinsilico.org/cis2017/'>Second Annual Crops in silico syposium and workshop</a>
</p>
</div>
<div class="news-info">
<p><span class="name">June 14, 2017:</span>
Software Sustainability Institute blog about <a href='https://www.software.ac.uk/blog/2017-06-14-workflow-systems-science-programming-large'>Parsl and Swift’s use in the ArcticDEM project</a>
</p>
</div>
</div>
<button class="accordion">2016</button>
<div class="panel">
<div class="news-info">
<p><span class="name">June 1, 2016:</span>
NSF Awarded funding to develop a workflow ecosystem: <a href='https://www.nsf.gov/awardsearch/showAward?AWD_ID=1550588&HistoricalAwards=false'>SI2-SSI: Swift/E: Integrating Parallel Scripted Workflow into the Scientific Software Ecosystem</a>
</p>
</div>
</div>
</div>
</div>