Skip to content

Commit 97eaa96

Browse files
committed
Adding CASS member focus areas
1 parent b3d4546 commit 97eaa96

File tree

2 files changed

+15
-4
lines changed

2 files changed

+15
-4
lines changed

_data/organization.yml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,9 @@
2020
# the concatenation of the unique sc_reps values from the affiliate member
2121
# entries. So you can safely duplicate sc_reps or just have one per every
2222
# five affiliates.
23+
# focus_area: A short phrase describing the focus area(a) of the member organization.
24+
# This needs to be very terse in order not to blow out the formatting of the table
25+
# where it is displayed.
2326
#
2427
members:
2528
- short_name: COLABS
@@ -29,6 +32,7 @@ members:
2932
- Anshu Dubey
3033
sc_reps:
3134
- David Bernholdt
35+
focus_area: Training, workforce development, and RSE community building
3236
- short_name: CORSA
3337
name: Center for Open-Source Research Software Stewardship and Advancement
3438
website: https://corsa.center/
@@ -37,6 +41,7 @@ members:
3741
- Greg Watson
3842
sc_reps:
3943
- Greg Watson
44+
focus_area: Pathways to foundations and software sustainability metrics
4045
- short_name: FASTMath
4146
name: Frameworks, Algorithms and Scalable Technologies for Mathematics
4247
website: https://scidac5-fastmath.lbl.gov/
@@ -45,6 +50,7 @@ members:
4550
- Carol Woodward
4651
sc_reps:
4752
- Todd Munson
53+
focus_area: Scalable mathematical libraries
4854
- short_name: PESO
4955
name: Partnering for Scientific-Software Ecosystem Opportunities
5056
website: https://pesoproject.org/
@@ -54,6 +60,7 @@ members:
5460
- Michael A. Heroux
5561
sc_reps:
5662
- Jim Willenbring
63+
focus_area: Fostering, curating, and delivering a scientific software ecosystem
5764
- short_name: RAPIDS
5865
name: "RAPIDS2: A SciDAC Institute for Computer Science, Data, and Artificial Intelligence"
5966
website: https://rapids.lbl.gov/
@@ -62,6 +69,7 @@ members:
6269
- Rob Ross
6370
sc_reps:
6471
- Lenny Oliker
72+
focus_area: Platform readiness, data management/understanding, and AI tools
6573
- short_name: S4PST
6674
name: Stewardship for Programming Systems and Tools
6775
website: https://s4pst.org/
@@ -70,6 +78,7 @@ members:
7078
- Keita Teranishi
7179
sc_reps:
7280
- Seyong Lee
81+
focus_area: Programming models and runtimes
7382
- short_name: STEP
7483
name: Software Tools Ecosystem Project
7584
website: https://ascr-step.org/
@@ -78,6 +87,7 @@ members:
7887
- Terry Jones
7988
sc_reps:
8089
- Terry Jones
90+
focus_area: Development tools
8191
- short_name: SWAS
8292
name: Center for Sustaining Workflows and Application Services
8393
website: https://swas.center/
@@ -86,6 +96,7 @@ members:
8696
- Rafael Ferreira da Silva
8797
sc_reps:
8898
- David Bernholdt
99+
focus_area: Workflow software
89100

90101
# CASS officers
91102
# There are three, and they have a one year term (renewable)

about.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,8 @@ Most of the work of CASS is carried out within [Working Groups]({{ "/working-gro
3434

3535
## Current members and leadership
3636

37-
| Organization Name | Organization Lead(s) | Steering Committee Representative
38-
|:------------------|:------------------------|:-------
37+
| Organization Name | Focus Area(s) | Organization Lead(s) | Steering Committee Representative
38+
|:------------------|:--------------|:---------------------|:-------
3939
| ***Core Members*** | |
4040
{% assign members = site.data.organization.members | where: "membership_level", "core" -%}
4141
{% for m in members -%}
@@ -58,7 +58,7 @@ Most of the work of CASS is carried out within [Working Groups]({{ "/working-gro
5858
{% assign leads = leads | append: l -%}
5959
{% unless forloop.last %}{% assign leads = leads | append: ", " %}{% endunless -%}
6060
{% endfor -%}
61-
| {{ org }} | {{ leads }} | {{ scr }}
61+
| {{ org }} | {{ m.focus_area }} | {{ leads }} | {{ scr }}
6262
{% endfor -%}
6363
{% assign members = site.data.organization.members | where: "membership_level", "affiliate" -%}
6464
{% assign scr_array = nil -%}
@@ -86,7 +86,7 @@ Most of the work of CASS is carried out within [Working Groups]({{ "/working-gro
8686
{% assign leads = leads | append: l -%}
8787
{% unless forloop.last %}{% assign leads = leads | append: ", " %}{% endunless -%}
8888
{% endfor -%}
89-
| {{ org }} | {{ leads }} |
89+
| {{ org }} | {{ m.focus_area }} | {{ leads }} |
9090
{% endfor %}
9191

9292
### Current officers

0 commit comments

Comments
 (0)