Skip to content

Commit 96febfd

Browse files
authored
Merge pull request #145 from cass-community/bernhold-about-updates
Update membership, officers
2 parents 082f330 + 6b5571e commit 96febfd

File tree

3 files changed

+55
-39
lines changed

3 files changed

+55
-39
lines changed

_data/organization.yml

Lines changed: 30 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -24,15 +24,16 @@
2424
# This needs to be very terse in order not to blow out the formatting of the table
2525
# where it is displayed.
2626
#
27-
members:
28-
- short_name: COLABS
29-
name: "Collaboration for Better Software (for Science)"
30-
membership_level: affiliate
31-
leads:
32-
- Anshu Dubey
33-
sc_reps:
34-
- David Bernholdt
35-
focus_area: Training, workforce development, and RSE community building
27+
members:
28+
# Resigned membership 2025-10-07
29+
# - short_name: COLABS
30+
# name: "Collaboration for Better Software (for Science)"
31+
# membership_level: affiliate
32+
# leads:
33+
# - Anshu Dubey
34+
# sc_reps:
35+
# - David Bernholdt
36+
# focus_area: Training, workforce development, and RSE community building
3637
- short_name: CORSA
3738
name: Center for Open-Source Research Software Stewardship and Advancement
3839
website: https://corsa.center/
@@ -88,29 +89,35 @@ members:
8889
sc_reps:
8990
- Terry Jones
9091
focus_area: Performance and correctness tools
91-
- short_name: SWAS
92-
name: Center for Sustaining Workflows and Application Services
93-
website: https://swas.center/
94-
membership_level: affiliate
95-
leads:
96-
- Rafael Ferreira da Silva
97-
sc_reps:
98-
- David Bernholdt
99-
focus_area: Workflow software
92+
# Resigned membership 2025-10-07
93+
# - short_name: SWAS
94+
# name: Center for Sustaining Workflows and Application Services
95+
# website: https://swas.center/
96+
# membership_level: affiliate
97+
# leads:
98+
# - Rafael Ferreira da Silva
99+
# sc_reps:
100+
# - David Bernholdt
101+
# focus_area: Workflow software
100102

101103
# CASS officers
102104
# There are three, and they have a one year term (renewable)
103105
#
104106
officers:
105107
- position: Chair
106108
name: David Bernholdt
107-
elected: 2024-10-07
109+
elected: 2025-10-14
110+
# elected: 2024-10-07
108111
- position: Vice-Chair
109-
name: Terry Turton
110-
elected: 2024-10-07
112+
name: Jim Willenbring
113+
elected: 2025-10-14
114+
# name: Terry Turton
115+
# elected: 2024-10-07
111116
- position: Secretary
112-
name: Todd Munson
113-
elected: 2024-10-07
117+
name: Elaine Raybourn
118+
elected: 2025-10-14
119+
# name: Todd Munson
120+
# elected: 2024-10-07
114121

115122
# Timelines for elections and reviews
116123
# Set in the by-laws

_data/people.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,11 @@ Drew Paine:
6767
short_affil: LBNL
6868
6969

70+
Elaine Raybourn:
71+
affiliation: Sandia National Laboratories
72+
short_affil: SNL
73+
74+
7075
Rob Ross:
7176
affiliation: Argonne National Laboratory
7277
short_affil: ANL

about.md

Lines changed: 20 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -71,23 +71,27 @@ Most of the work of CASS is carried out within [Working Groups]({{ "/working-gro
7171
{% assign scr = scr | append: s -%}
7272
{% unless forloop.last %}{% assign scr = scr | append: ", " %}{% endunless -%}
7373
{% endfor -%}
74-
| ***Affiliate Members*** | | {{ scr }}
75-
{% for m in members -%}
76-
{% assign org = m.name | default: m.short_name | default: "*missing data*" -%}
77-
{% if m.website -%}
78-
{% assign org = org | prepend: "[" | append: "](" | append: m.website | append: ")" -%}
79-
{% endif -%}
80-
{% if m.name and m.short_name -%}
81-
{% assign org = org | append: " (" | append: m.short_name | append: ")" -%}
82-
{% endif -%}
83-
{% assign leads = "" -%}
84-
{% for lead in m.leads %}
85-
{% capture l %}{% include people-info.html name=lead link="email" short_affil=true %}{% endcapture -%}
86-
{% assign leads = leads | append: l -%}
87-
{% unless forloop.last %}{% assign leads = leads | append: ", " %}{% endunless -%}
88-
{% endfor -%}
74+
| ***Affiliate Members*** | | {{ scr }}
75+
{% if members.size != 0 -%}
76+
{% for m in members -%}
77+
{% assign org = m.name | default: m.short_name | default: "*missing data*" -%}
78+
{% if m.website -%}
79+
{% assign org = org | prepend: "[" | append: "](" | append: m.website | append: ")" -%}
80+
{% endif -%}
81+
{% if m.name and m.short_name -%}
82+
{% assign org = org | append: " (" | append: m.short_name | append: ")" -%}
83+
{% endif -%}
84+
{% assign leads = "" -%}
85+
{% for lead in m.leads %}
86+
{% capture l %}{% include people-info.html name=lead link="email" short_affil=true %}{% endcapture -%}
87+
{% assign leads = leads | append: l -%}
88+
{% unless forloop.last %}{% assign leads = leads | append: ", " %}{% endunless -%}
89+
{% endfor -%}
8990
| {{ org }} | {{ m.focus_area }} | {{ leads }} |
90-
{% endfor %}
91+
{% endfor %}
92+
{% else -%}
93+
| *none at present* | |
94+
{% endif %}
9195

9296
### Current officers
9397

0 commit comments

Comments
 (0)