-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
142 lines (138 loc) · 7.85 KB
/
index.html
File metadata and controls
142 lines (138 loc) · 7.85 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
---
layout: default
permalink: /
---
<a name="overview"></a>
<section class="ftco-section ftco-animate">
<div class="container-fluid" data-scrollax-parent="true">
<div class="row mt-5 d-flex justify-content-center">
<div class="col-md-7 text-center heading-section ftco-animate">
<h2 class="mb-4">Overview</h2>
<p>
The objective of the SWAS center is to identify critical software and develop a plan for sustaining
this software that is tailored to the needs of this unique software ecosystem. SWAS will advance and
sustain workflows and application services development, with entrusted validation and verification
capabilities (via a community-endorsed sustainability model), so that these systems and application
services can provide the functionality and robustness required by DOE science users.
</p>
<h3>Target Software</h3>
<p>
SWAS welcomes engagements with software teams and communities related to workflows and application
services. We emphasize that "workflows" in this context represents the broad set of software and
services users need to configure, orchestrate, and operate modern analysis, modeling, and simulation
campaigns. Specifically, we seek engagement with the following communities:
</p>
<div class="row text-center" style="margin: auto;">
<div class="col-md-4 mb-3" style="font-size: 1.2em;">
<strong style="color: #5C7DFE">Workflow Systems</strong>
</div>
<div class="col-md-4" style="font-size: 1.2em;">
<strong style="color: #F63555">Data Management Frameworks</strong>
</div>
<div class="col-md-4" style="font-size: 1.2em;">
<strong style="color: #FFAD34">Visualization Frameworks</strong>
</div>
<div class="col-md-4" style="line-height: 1.1em; font-size: 1.2em;">
<strong style="color: #00AEAD">AI/ML Tools</strong><br /><span
style="font-size: 0.7em; font-style: italic;">(used in
modern workflows)</span>
</div>
<div class="col-md-4" style="font-size: 1.2em;">
<strong style="color: #C43BF7">Application services</strong>
</div>
</div>
</div>
</div>
</div>
</section>
<a name="stakeholders"></a>
<section class="ftco-section ftco-animate" style="background-color: #eee;">
<div class="container-fluid" data-scrollax-parent="true">
<div class="row mt-5 d-flex justify-content-center">
<div class="col-md-7 text-center heading-section ftco-animate">
<h2 class="mb-4">Stakeholder Communities</h2>
<p>
The primary stakeholders of the SWAS center are workflow researchers and developers, science and
engineering users, and computing centers and facilities operators:
</p>
<div class="row text-center" style="margin: auto;">
<div class="col-md-4 mb-3">
<strong style="font-size: 1.2em; color: #5C7DFE">Workflows and application services</strong>
that focus on general and specific domains, non-expert and expert users, and offer
configuration-based interfaces, graphical interfaces, domain-specific languages, or programming
language libraries or APIs.
</div>
<div class="col-md-4">
<strong style="font-size: 1.2em; color: #F63555">Science and engineering communities</strong>
to understand their current, imminent, and future workflow needs and challenges, and provide
guidance for application, infrastructure, and software development. These communities are the
groups most affected by the uncertain workflows landscape, and face the crucial need for robust
and sustainable workflows software.
</div>
<div class="col-md-4">
<strong style="font-size: 1.2em; color: #00AEAD">Computing centers and facilities
operators</strong>
(both public and private) to support the use and deployment of workflow and application
services, and provide training to foster proper adoption of workflow tools and therefore
offering pathways for sustainability.
</div>
</div>
</div>
</div>
</div>
</section>
<a name="getinvolved"></a>
<section class="ftco-section ftco-counter" id="section-counter" style="padding: 4em 0">
<div class="container">
<div class="row justify-content-center">
<div class="col-md-7 text-center heading-section heading-section-white ftco-animate">
<h2>Get Involved</h2>
</div>
</div>
<br />
<div class="row">
<div class="col-md-6 d-flex justify-content-center counter-wrap ftco-animate p-3" style="color: #fff">
<p>The SWAS seedling effort is planning to organize an in-person workshop during <strong>Summer 2023</strong>.</p>
</div>
<div class="col-md-6 d-flex justify-content-center counter-wrap ftco-animate p-3" style="color: #fff">
<p>Members of the SWAS team will be visiting several institutions and engaging in conversations with
software teams and communities. Please, reach out to <a
href="mailto:contact@swas.center" style="color: #fff; font-weight: bold;">contact@swas.center</a> for more information.</p>
</div>
</div>
</div>
</section>
<a name="team"></a>
<section class="ftco-section" style="background-color: #fff;">
<div class="container">
<div class="row">
<div class="col-md-12 text-center heading-section ftco-animate">
<!-- <span class="subheading">Since 2023</span> -->
<h2 class="mb-4">SWAS Leadership Team</h2>
<br />
<div class="row">
{% assign leadership = site.data.organization | where: "category","leadership" %}
{% for member in leadership %}
<div class="col-md-2 mb-5 ftco-animate">
<div class="block-10">
<div class="person-info mb-0" style="margin-bottom: 0; line-height: 1.2em; height: 50px;">
<span class="name" style="font-size: 1em">{{ member.name }}</span>
<!-- <span class="position">{{ member.role }}</span> -->
</div>
<a href="{{ member.link }}" target="_blank">
<img src="/images/about/{{ member.photo }}" alt="{{ member.name }}"
class="img-fluid mb-3" style="width: 100%">
</a>
<a href="{{ member.institution.link }}" target="_blank">
<img src="/images/institutions/{{ member.institution.image }}"
alt="{{ member.institution.name }}" style="max-height: 2em" />
</a>
</div>
</div>
{% endfor %}
</div>
</div>
</div>
</div>
</div>
</section>