-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathcommunity.html
More file actions
86 lines (79 loc) · 3.81 KB
/
Copy pathcommunity.html
File metadata and controls
86 lines (79 loc) · 3.81 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
---
layout: default
title: Community
---
<div class="wrapper">
<div class="container" id="main">
<div class="row gtr-150">
<div class="col-7 col-12-narrower">
<article id="content">
<header>
<img src="/images/exaworks-community.png" width="400px" />
<h4><i>Bringing the exascale workflow applications community together</i></h4>
</header>
<button onclick="window.open('https://join.slack.com/t/exaworks/shared_invite/zt-gttapi1i-GSaiHd8Q0h7uKyZnIqAUwQ')" class="btn btn-danger"
style="font-size: 0.9em"> <i class="fab fa-slack" style="font-size: 2em"></i><br />
Join our Slack workspace </button>
<button onclick="window.open('https://github.com/exaworks')" class="btn btn-danger"
style="font-size: 0.9em"> <i class="fab fa-github" style="font-size: 2em"></i><br />
Follow the project on GitHub </button>
<p style="margin-top: 2em">
We are building an Exascale Workflows Community, and will providing more information soon...
</p>
</article>
</div>
<div class="col-5 col-12-narrower" style="font-size: 0.9em">
<header>
<h3 style="margin-bottom: 0.5em">Workflows Community Summits</h3>
</header>
<p>In collaboration with <a href="https://workflowsri.org/">the workflowsRI project</a> we are
organizing a series of Workflows Community Summits. These events gather workflows stakeholders
(researchers, developers, users, facility representatives) to identify crucial challenges in the
workflow community.
</p>
<p>Participants span the following facilities, supercomputing centers, and large-scale computing
providers: Argonne Leadership Computing Facility, Oak Ridge Leadership Computing Facility, National
Energy Research Scientific Computing Center, San Diego Supercomputer Center, Pittsburgh
Supercomputing Center, Open Science Grid, and others.
</p>
<hr />
<header style="font-size: 0.8em">
<h3>Third Workflows Community Summit (Nov 8, 2021)</h3>
<p style="padding: 0.5em 0; margin: 0">Tightening the Integration between Computing Facilities and
Scientific Workflows
</p>
<button onclick="window.open('https://doi.org/10.5281/zenodo.5815332')" class="btn btn-danger"
style="font-size: 0.9em"> <i class="fas fa-file-pdf"></i>
<strong>Report:</strong> DOI 10.5281/zenodo.5815332 </button>
<button onclick="window.open('/summit#third', '_self')" class="btn btn-danger"
style="font-size: 0.9em"> Learn more </button>
<br /><br />
</header>
<hr />
<header style="font-size: 0.8em">
<h3>Second Workflows Community Summit (Apr 7, 2021)</h3>
<p style="padding: 0.5em 0; margin: 0">Advancing the State-of-the-art of Scientific Workflows
Management Systems Research and Development</p>
<button onclick="window.open('https://doi.org/10.5281/zenodo.4915801')" class="btn btn-danger"
style="font-size: 0.9em"> <i class="fas fa-file-pdf"></i>
<strong>Report:</strong> DOI 10.5281/zenodo.4915801 </button>
<button onclick="window.open('/summit#second', '_self')" class="btn btn-danger"
style="font-size: 0.9em"> Learn more </button>
<br /><br />
</header>
<hr />
<header style="font-size: 0.8em">
<h3>First Workflows Community Summit (Jan 13, 2021)</h3>
<p style="padding: 0.5em 0; margin: 0">Bringing the Scientific Workflows Community Together</p>
<button onclick="window.open('https://doi.org/10.5281/zenodo.4606958')" class="btn btn-danger"
style="font-size: 0.9em"> <i class="fas fa-file-pdf"></i>
<strong>Report:</strong> DOI 10.5281/zenodo.4606958 </button>
<button onclick="window.open('/summit#first', '_self')" class="btn btn-danger"
style="font-size: 0.9em"> Learn more </button>
<br /><br />
</header>
</div>
</div>
</div>
</div>