Skip to content

Commit 9f22e7e

Browse files
committed
Add listing of software by stewarding CASS member
1 parent b605f3b commit 9f22e7e

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

internal/index.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ header:
1818
- Office elections
1919
- Working group reviews
2020
- [Software](software): information about the software packages in the CASS portfolio
21+
- Software by CASS member
2122
- Availability of spack packages
2223
- Availability in E4S
2324
- Counts of mentions in highlights

internal/software.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,13 @@ header:
1313
---
1414
*The resources linked from this page are intended for internal use by CASS members. Nothing in the internal tree should be linked from any public webpage.*
1515

16+
## Software by CASS member
17+
18+
{% assign cass_members = site.software | group_by_exp: "item", "item.cass_members | array_to_sentence_string" | sort_natural: "name" %}
19+
{% for m in cass_members %}
20+
**{{ m.name }}**: {{ m.items | map: "name" | sort_natural | array_to_sentence_string }}
21+
{% endfor %}
22+
1623
## Spack package availability
1724

1825
These listings are for informational purposes only. It is not necessarily useful or appropriate for every product to be packaged with Spack.

0 commit comments

Comments
 (0)