Skip to content

Commit 1756786

Browse files
Merge branch 'USRSE:main' into develop
2 parents 7494455 + a3b62f7 commit 1756786

File tree

5 files changed

+33
-2
lines changed

5 files changed

+33
-2
lines changed

_data/org-members.yaml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -116,3 +116,11 @@ premier:
116116
founding_member: true
117117
tier: "Premier"
118118
contact: "Jim Weiss <[email protected]>"
119+
- name: "Coalition for Academic Scientific Computation"
120+
acronym: "CASC"
121+
contact: "Kathryn Kelley <[email protected]> "
122+
tier: "Premier"
123+
date_joined: 2025-05-28
124+
url: https://casc.org/
125+
figure: logo-casc.png
126+
Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
---
2+
title: June 2025 Community Call
3+
expires: 2025-06-13
4+
event_date: "June 13, 2025"
5+
layout: event
6+
duration: 60
7+
repeated: false
8+
category: community-call
9+
time:
10+
- - start: 2025-06-13T18:00:00Z
11+
end: 2025-06-13T19:00:00Z
12+
---
13+
14+
Our **June Community Call** will be all about **AI in Research Software Engineering** on Friday, June 13, at 2pm ET/1pm CT/12pm MT/11am PT.
15+
16+
It's been almost two years since we talked about AI, ChatGPT, and LLMs in RSEng, and a lot has changed in that time! Let's get together and share how we're using these tools today to write code, check code, or otherwise help out in our roles as RSEs. What do they mean for our job? How are they best deployed? Do they create trustworthy code? Or maybe you use them for research rather than for creating code for research? What do they mean for the next generation of research software engineers? These and so many more questions will be discussed at our next community call. Join us and share your experiences and opinions!
17+
18+
#### Registration details
19+
Information on how to register for the Zoom meeting will be sent via email and posted in the #general channel on Slack. The registration link can also be found in the Channel Overview and Bookmarks of the #communitycalls channel on Slack.

_includes/org-card-group.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<div class="row justify-content-center">
22
{%- for item in org_tier -%}
3-
<div class="col-6 col-md-4 align-self-center p-1">
3+
<div class="p-4 col-6 col-md-4 align-self-center p-1">
44
{% include org-member-card.html %}
55
</div>
66
{%- endfor -%}

assets/img/org-logos/logo-casc.png

38.7 KB
Loading

pages/get_involved/organizational_membership.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -182,7 +182,9 @@ Table 3: Membership fees
182182

183183

184184
{% if site.data.org-members.premier %}
185-
### Premier Level
185+
### Premier Level
186+
187+
---
186188

187189
{% assign org_tier = site.data.org-members.premier | sort: "date_joined" %}
188190
{% include org-card-group.html %}
@@ -192,6 +194,7 @@ Table 3: Membership fees
192194
{% if site.data.org-members.standard %}
193195
### Standard Level
194196

197+
---
195198
{% assign org_tier = site.data.org-members.standard | sort: "date_joined" %}
196199
{% include org-card-group.html %}
197200
{% endif %}
@@ -200,6 +203,7 @@ Table 3: Membership fees
200203
{% if site.data.org-members.basic %}
201204
### Basic Level
202205

206+
---
203207
{% assign org_tier = site.data.org-members.basic | sort: "date_joined" %}
204208
{% include org-card-group.html %}
205209
{% endif %}

0 commit comments

Comments
 (0)