Skip to content

Commit 8e2b74b

Browse files
authored
Merge pull request #7 from USRSE/jsubida/hugo
Publish first 2 posts
2 parents 93d59c0 + 4e6bee7 commit 8e2b74b

File tree

5 files changed

+45
-14
lines changed

5 files changed

+45
-14
lines changed

content/_index.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22

33
The Institutional RSE Networking Affinity Group connects Research Software Engineers (RSEs) who support or aspire to develop RSE communities within their organizations. Whether your institution has an established RSE program or is just beginning to recognize RSE work, this group provides a collaborative space to share strategies and experiences. Our members focus on:
44

5-
Identifying and connecting with RSEs across institutional departments
6-
Building sustainable local RSE communities
7-
Developing effective networking and engagement strategies
8-
Sharing best practices for community leadership
9-
We welcome participants at any stage of their RSE community-building journey, from those exploring initial steps to those leading established groups. Through regular meetings, members exchange practical insights on community outreach, event planning, and maintaining active engagement while addressing the unique organizational contexts and challenges each institution faces.
5+
* Identifying and connecting with RSEs across institutional departments
6+
* Building sustainable local RSE communities
7+
* Developing effective networking and engagement strategies
8+
* Sharing best practices for community leadership
9+
* We welcome participants at any stage of their RSE community-building journey, from those exploring initial steps to those leading established groups. Through regular meetings, members exchange practical insights on community outreach, event planning, and maintaining active engagement while addressing the unique organizational contexts and challenges each institution faces.

content/posts/2025-04_JD.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
---
2+
title: "Let's Get Them in a Room!"
3+
date: 2025-04-25T14:38:30-05:00
4+
# bookComments: false
5+
# bookSearchExclude: false
6+
---
7+
8+
By Julia Damerow, Arizona State University
9+
10+
I work remotely for Arizona State University (ASU), but from time to time I get to go back to Arizona and meet people in person. When I went back in April of this year, my colleague Susan Massey and I planned an in-person meeting of RSEs that work across ASU. For context, at this point we have an informal group of people doing RSE work at ASU. We meet monthly and each meeting is usually attended by somewhere between 4 and 7 people. Our network is a little bit bigger than the people who usually show up for our meetings, but it’s still tiny compared to how many RSEs there must be at ASU (which has over 18,000 employees and over 5,000 faculty). Susan and I set out with the goal to make this the biggest RSE meeting at ASU so far.
11+
12+
First, we drafted a description of the meeting and put it on our website (we have an RSE website for ASU at rse.asu.edu!). We asked people to register via a Google form so we would know how many people to expect. We planned to provide some refreshments to entice attendance. We sent the meeting advertisement out to our mailing list of people that have indicated interest in RSE-related events in the past and advertised the event in our ASU-RSE Slack channel. We then drafted personal emails to the RSEs we knew that usually don’t come to our meetings to make sure the event was on their radar. Finally, we employed the brute-force method of searching the ASU directory for “research software engineer” and “scientific software engineer”, which brought up a handful of results each. We emailed all the people with those titles and sent them the meeting invitation (basically saying “Hi, my name is Julia. I am an RSE and I think you are too! You should come to our meeting!”).
13+
14+
Our efforts were met with success! We had a total of 12 people at our meeting and at least 3 of those were new faces. The amazing thing about this group of people was that the situation was different for almost everyone in the room. Some people were of the type “long wolf RSE” that didn't have any other RSE colleagues, while others worked in teams, big as well as small. Some people developed web applications, some worked with LLMs, and some worked on scientific code and HPC resources. So naturally, the experiences of each person differed greatly.
15+
16+
To give the meeting some structure, we created a short agenda to make sure everyone was on the same page. We introduced our efforts up to this point, talked about the RSE movement in general (to make sure everyone knew about US-RSE!), and then went around the room for everyone to introduce themselves and their work. Afterwards, we posed a few questions to get a discussion started. We encouraged everyone to share their career path and thoughts on what ASU could provide to make their work better. It was an engaging and very interesting discussion. We talked about the differences between software engineering and research software engineering, the different projects people worked on, and how RSEs at ASU could support each other and connect.
17+
18+
In summary, this in person meeting was a great step forward for the RSE community at ASU. More people now know about our efforts, we have more contacts, and word-of-mouth can spread a little farther than before.

content/posts/2025-05_JS.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
---
2+
title: "NURSEs.xlsx"
3+
date: 2025-05-25T14:42:44-05:00
4+
# bookComments: false
5+
# bookSearchExclude: false
6+
---
7+
8+
By J.C. Subida, Northwestern University
9+
10+
In the ever-evolving world of research software engineering (RSE), collaboration and community are key to success. Recently, I had the opportunity to connect with my colleague, Luke Rasmussen, through USRSE’s Slack group. Both of us, working remotely, decided to meet via Zoom to discuss our shared vision for creating a vibrant RSE community at Northwestern University.
11+
12+
Our conversation was fueled by a common desire to empower and motivate each other as software engineers. We envisioned a space where siloed developers could connect, share ideas, and contribute to individual grants. This community would not only foster professional growth but also provide a supportive environment for all involved.
13+
14+
However, we also acknowledged the challenges that lay ahead. Time constraints, introvert tendencies, and the ongoing debate between virtual and in-person connections were just a few of the hurdles we anticipated. Additionally, understanding and aligning with others’ motivations would be crucial for the community’s success.
15+
16+
Despite these challenges, we decided to start small. Our first step was to create a spreadsheet of potential contacts who might be interested in joining our community. We affectionately refer to these individuals as Northwestern University Research Software Engineers, or NURSEs. Once we have compiled a sufficient list of emails, we plan to reach out to them and invite them to be part of this exciting initiative.
17+
18+
While we haven’t reached that stage yet, we believe that taking small, deliberate steps, even under constraints, is more productive than doing nothing. Our journey is just beginning, and we are eager to see how our community will grow and evolve. Stay tuned for more updates as we continue to build a strong network of research software engineers at Northwestern University.

content/posts/hello.md

Lines changed: 0 additions & 8 deletions
This file was deleted.

hugo.toml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
11
baseURL = 'https://usrse.github.io/ag-institutional-rse-networking/'
22
languageCode = 'en-us'
33
title = 'Institutional RSE Networking'
4-
theme = "hugo-book"
4+
theme = "hugo-book"
5+
6+
[params]
7+
BookSection = 'posts'

0 commit comments

Comments
 (0)