From eac9b401fefe21c56f05006aadfaaaf2549ff51f Mon Sep 17 00:00:00 2001 From: Alex Koufos Date: Thu, 26 Sep 2024 15:39:47 -0700 Subject: [PATCH 01/61] Issue #1587: Fixes a bug in the JSON API for jobs - Adds a `,` for every element in our jobs array - Updates formatting to see the liquid logic more clearly - Moves nowunix capture outside of the for loop for jobs --- pages/api/jobs.json | 22 +++++++++++++++++----- 1 file changed, 17 insertions(+), 5 deletions(-) diff --git a/pages/api/jobs.json b/pages/api/jobs.json index d8292ed96..0b9748892 100644 --- a/pages/api/jobs.json +++ b/pages/api/jobs.json @@ -3,10 +3,22 @@ layout: none permalink: /api/jobs.json excluded_in_search: true --- -{% assign sorted_jobs = site.data.jobs | sort: "posted" | reverse %}[{% for job in sorted_jobs %}{% capture nowunix %}{{'now' | date: '%s'}}{% endcapture %}{% capture expires %}{{ job.expires | date: '%s'}}{% endcapture %}{% capture posted %}{{ job.posted | date: '%b %d, %Y'}}{% endcapture %}{% if expires > nowunix %}{ +{%- assign sorted_jobs = site.data.jobs | sort: "posted" | reverse -%} +{%- capture nowunix -%}{{'now' | date: '%s'}}{%- endcapture -%} +[ +{%- for job in sorted_jobs -%} + {%- capture expires -%}{{ job.expires | date: '%s'}}{%- endcapture -%} + {%- capture posted -%}{{ job.posted | date: '%b %d, %Y'}}{%- endcapture -%} + {% if expires > nowunix %} + { "title": {{ job.name | jsonify }}, - {% if posted != '' %}"published": "{{ posted }}",{% endif %} - "location": {{ job.location| jsonify }}, + {%- if posted != '' %} + "published": "{{ posted }}", + {%- endif %} + "location": {{ job.location | jsonify }}, "url": "{{ job.url }}" - }{% if forloop.last %}{% else %},{% endif %}{% endif %} -{% endfor %}{}] + }, + {%- endif %} +{%- endfor %} + {} +] From ec0cc03004bdf5a64c27184e3d7b63220442e423 Mon Sep 17 00:00:00 2001 From: Ian Cosden Date: Thu, 31 Oct 2024 11:35:24 -0400 Subject: [PATCH 02/61] Create 2024-12-AGM.md --- _events/2024/2024-12-AGM.md | 38 +++++++++++++++++++++++++++++++++++++ 1 file changed, 38 insertions(+) create mode 100644 _events/2024/2024-12-AGM.md diff --git a/_events/2024/2024-12-AGM.md b/_events/2024/2024-12-AGM.md new file mode 100644 index 000000000..b7956b2ef --- /dev/null +++ b/_events/2024/2024-12-AGM.md @@ -0,0 +1,38 @@ +--- +title: US-RSE Annual General Meeting 2024 +subtitle: All Member US-RSE Event +location: Online via Zoom +expires: 2024-12-05 +event_date: "December 5, 2023" +layout: event +repeated: false +category: association-meeting +duration: 120 +time: + - - start: 2024-12-05T19:00:00Z + end: 2025-12-05T21:00:00Z +--- + +The fourth US-RSE Association Annual General Meeting (AGM) will take place on Thursday December 5th, 2024 at 11 AM PT / 2 PM ET. + +#### Registration + +The AGM is open to all US-RSE members. +Members must [register in advance](TODO - need link!). + +Not a member yet? [Join](https://us-rse.org/join/) now! + +This meeting will be recorded. + +#### Preliminary Agenda + +1. **State of the US-RSE Association: The 2024 year in review and plans for 2023** +2. **Updates from Our Executive Director** +1. **Updates from Working Groups** +1. **Meet the Steering Committee Candidates** + The candidates running for the open 2024-2026 Steering Committee seats will introduce themselves via pre-recorded videos to the community ahead of the upcoming election. +1. **Financial Status and Budget Review** +1. **US-RSE leadership Q&A & Open Member Discussion** + + +If you have questions or suggestions of discussion topics, please contact [contact@us-rse.org](mailto:contact@us-rse.org) or reach out via [slack](https://usrse.slack.com/). From 179903594392175467d1436df8c6b7247ee57ee7 Mon Sep 17 00:00:00 2001 From: Lance Parsons Date: Tue, 12 Nov 2024 18:01:54 -0500 Subject: [PATCH 03/61] Extend Princeton Lead RSE Job (#1620) --- _data/jobs.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_data/jobs.yml b/_data/jobs.yml index 41a6115ee..d72d166c3 100644 --- a/_data/jobs.yml +++ b/_data/jobs.yml @@ -160,7 +160,7 @@ name: Computational Research Scientist II - Bone/Musculoskeletal Biomechanics posted: 2024-07-30 url: https://jobs.hjf.org/jobs/4644?lang=en-us -- expires: 2024-11-01 +- expires: 2024-12-31 location: Princeton University, Princeton, NJ name: Lead Research Software Engineer posted: 2024-07-22 From 86ee9cbb52d8cf79b8ef85043959f66e07d1ef14 Mon Sep 17 00:00:00 2001 From: Abbey Roelofs Date: Tue, 12 Nov 2024 19:29:24 -0500 Subject: [PATCH 04/61] Add November Community Call (#1619) --- _events/2024/2024-11-community-call.md | 24 ++++++++++++++++++++++++ pages/about/election.md | 2 +- 2 files changed, 25 insertions(+), 1 deletion(-) create mode 100644 _events/2024/2024-11-community-call.md diff --git a/_events/2024/2024-11-community-call.md b/_events/2024/2024-11-community-call.md new file mode 100644 index 000000000..bbf381374 --- /dev/null +++ b/_events/2024/2024-11-community-call.md @@ -0,0 +1,24 @@ +--- +title: November 2024 Community Call +expires: 2024-11-15 +event_date: "November 14, 2024" +layout: event +duration: 60 +repeated: false +category: community-call +time: + - - start: 2024-11-14T17:00:00Z + end: 2024-11-14T18:00:00Z +--- + +The **November US-RSE Community Call** will be all about **computational workflow tools** on Thursday, November 14, 12pm ET/11am CT/10am MT/9am PT. What is that, you ask? Come find out! Parsl and Pegasus are your daily bread and butter? Join us to talk shop with other RSEs! As usual we will have a few speakers that will tell us how they use the tools of their choice before we dive into breakout discussions. Come join us on Zoom! + + + +#### Registration details + +**Please note that the registration link has changed! If you previously registered (before the beginning of November), you will need to register again.** + +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 pinned messages and channel description of the `#communitycalls` channel on Slack. + diff --git a/pages/about/election.md b/pages/about/election.md index aad05b1cb..61723c8cc 100644 --- a/pages/about/election.md +++ b/pages/about/election.md @@ -96,7 +96,7 @@ Additionally, Steering Committee members are expected to: * Contribute to US-RSE operations through activities such as * Updating the website * Writing newsletters and communications - * Organizing and leading community calls and events + * Organizing and leading community events * Engaging with community members on Slack * Help further the community by * Participating on international RSE committees From 0058e4510c1a47f1eacdaebfe6e1d8bea6fc7d4b Mon Sep 17 00:00:00 2001 From: Sandra Gesing Date: Wed, 13 Nov 2024 12:59:52 -0600 Subject: [PATCH 05/61] Update 2024-12-AGM.md --- _events/2024/2024-12-AGM.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/_events/2024/2024-12-AGM.md b/_events/2024/2024-12-AGM.md index b7956b2ef..0b7eaf02d 100644 --- a/_events/2024/2024-12-AGM.md +++ b/_events/2024/2024-12-AGM.md @@ -18,7 +18,7 @@ The fourth US-RSE Association Annual General Meeting (AGM) will take place on Th #### Registration The AGM is open to all US-RSE members. -Members must [register in advance](TODO - need link!). +Members must [register in advance](https://zoom.us/meeting/register/tJEsfu2qrzgrGtMOQAQfLAc3Cw8uiYdxueao )). Not a member yet? [Join](https://us-rse.org/join/) now! @@ -26,7 +26,7 @@ This meeting will be recorded. #### Preliminary Agenda -1. **State of the US-RSE Association: The 2024 year in review and plans for 2023** +1. **State of the US-RSE Association: The 2024 year in review and plans for 2025** 2. **Updates from Our Executive Director** 1. **Updates from Working Groups** 1. **Meet the Steering Committee Candidates** From 34a83476265c851c5319f30fff0354d323c02658 Mon Sep 17 00:00:00 2001 From: Ian Cosden Date: Thu, 14 Nov 2024 14:22:15 -0500 Subject: [PATCH 06/61] remove typo parenthesis --- _events/2024/2024-12-AGM.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_events/2024/2024-12-AGM.md b/_events/2024/2024-12-AGM.md index 0b7eaf02d..67d9dfad3 100644 --- a/_events/2024/2024-12-AGM.md +++ b/_events/2024/2024-12-AGM.md @@ -18,7 +18,7 @@ The fourth US-RSE Association Annual General Meeting (AGM) will take place on Th #### Registration The AGM is open to all US-RSE members. -Members must [register in advance](https://zoom.us/meeting/register/tJEsfu2qrzgrGtMOQAQfLAc3Cw8uiYdxueao )). +Members must [register in advance](https://zoom.us/meeting/register/tJEsfu2qrzgrGtMOQAQfLAc3Cw8uiYdxueao ). Not a member yet? [Join](https://us-rse.org/join/) now! From 002762ba6d7d67d4028eefb5da323d83078e7ad9 Mon Sep 17 00:00:00 2001 From: Ian Cosden Date: Thu, 14 Nov 2024 14:26:17 -0500 Subject: [PATCH 07/61] Fix a couple small mistakes --- _events/2024/2024-12-AGM.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/_events/2024/2024-12-AGM.md b/_events/2024/2024-12-AGM.md index 67d9dfad3..b064b60e2 100644 --- a/_events/2024/2024-12-AGM.md +++ b/_events/2024/2024-12-AGM.md @@ -27,10 +27,10 @@ This meeting will be recorded. #### Preliminary Agenda 1. **State of the US-RSE Association: The 2024 year in review and plans for 2025** -2. **Updates from Our Executive Director** +2. **Updates from our Executive Director** 1. **Updates from Working Groups** 1. **Meet the Steering Committee Candidates** - The candidates running for the open 2024-2026 Steering Committee seats will introduce themselves via pre-recorded videos to the community ahead of the upcoming election. + The candidates running for the open 2025-2026 Steering Committee seats will introduce themselves via pre-recorded videos to the community ahead of the upcoming election. 1. **Financial Status and Budget Review** 1. **US-RSE leadership Q&A & Open Member Discussion** From 47071717ec6b362cf84939009001c61f088c0f97 Mon Sep 17 00:00:00 2001 From: Chad Dougherty Date: Thu, 14 Nov 2024 15:03:49 -0500 Subject: [PATCH 08/61] add UFL Computer Vision job Google Form response 568 Signed-off-by: Chad Dougherty --- _data/jobs.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/_data/jobs.yml b/_data/jobs.yml index d72d166c3..2fbd7f365 100644 --- a/_data/jobs.yml +++ b/_data/jobs.yml @@ -1,3 +1,8 @@ +- expires: 2024-11-30 + location: WEC, IFAS, University of Florida, Gainesville, FL, US + name: Computer Vision Developer + posted: 2024-11-14 + url: https://jabberwocky.weecology.org/2024/11/14/were-hiring-a-computer-vision-developer/ - expires: 2024-12-15 location: International Brain Laboratory, multiple locations, full remote work possible name: Research Software Engineer From b3957119fb8a781b6d2ccc4efe50b7e62848a2a6 Mon Sep 17 00:00:00 2001 From: Ian Cosden Date: Fri, 15 Nov 2024 10:18:44 -0500 Subject: [PATCH 09/61] Another typo --- _events/2024/2024-12-AGM.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_events/2024/2024-12-AGM.md b/_events/2024/2024-12-AGM.md index b064b60e2..a0758e554 100644 --- a/_events/2024/2024-12-AGM.md +++ b/_events/2024/2024-12-AGM.md @@ -3,7 +3,7 @@ title: US-RSE Annual General Meeting 2024 subtitle: All Member US-RSE Event location: Online via Zoom expires: 2024-12-05 -event_date: "December 5, 2023" +event_date: "December 5, 2024" layout: event repeated: false category: association-meeting From 4aa18f7387a2c573e4f5530714f1ebe05751b99b Mon Sep 17 00:00:00 2001 From: Ian Cosden Date: Fri, 15 Nov 2024 11:59:42 -0500 Subject: [PATCH 10/61] Create 2024-11-15-newsletter.md (#1622) * Create 2024-11-15-newsletter.md * Update 2024-11-15-newsletter.md --- _posts/newsletters/2024-11-15-newsletter.md | 341 ++++++++++++++++++++ 1 file changed, 341 insertions(+) create mode 100644 _posts/newsletters/2024-11-15-newsletter.md diff --git a/_posts/newsletters/2024-11-15-newsletter.md b/_posts/newsletters/2024-11-15-newsletter.md new file mode 100644 index 000000000..00312723a --- /dev/null +++ b/_posts/newsletters/2024-11-15-newsletter.md @@ -0,0 +1,341 @@ +--- +layout: post +title: US-RSE November 2024 Newsletter +subtitle: November 2024 +category: newsletter +tags: [newsletter, November] +--- + + +In this monthly newsletter, we share recent, current, and planned activities of the US-RSE Association, and related news that we think is of interest to US-RSE members. Newsletters are also available on our [website](https://us-rse.org/newsletters/) alongside the growing resources and information on the US-RSE Association. To receive our newsletter, [join US-RSE](https://us-rse.org/join/). + +In this issue: + +* [1. USRSE'24 Conference Recap](#conference2024) +* [2. USRSE'25 Call for Volunteers](#conference2025) +* [3. Steering Committee Election](#election) +* [4. Organizational Founding Membership](#orgmember) +* [5. Community and Travel Funds](#community-funds) +* [6. Community News](#news) + * [Annual General Meeting (AGM)](#agm) + * [Community Calls](#community-calls) + * [RSE Empowerment in National Labs](#wg-national-labs-empowerment) +* [7. Interesting Events and Opportunities](#events) +* [8. Interesting Reads, Videos, or Podcasts](#reads) +* [9. Steering Committee Update](#sc-update) +* [10. Get Involved](#involved) +* [11. Recent Job Postings](#jobs) + +----------------- + + +# **1. US-RSE Conference 2024 (USRSE'24) Recap** + +The [US-RSE'24 conference](https://us-rse.org/usrse24/) exceeded all expectations! With over 270 attendees, the energy and enthusiasm were apparent. We received over 100 submissions for the different program components. The resulting [program](https://us-rse.org/usrse24/program/) offered something for everyone, including talks, workshops, and countless opportunities to connect with fellow RSEs. Highlights included insightful keynotes, engaging sponsor presentations, and hands-on tutorials covering a wide range of technical topics. The lively poster session and conference dinner provided the perfect setting for networking and knowledge sharing. This incredible event wouldn’t have been possible without the hard work and dedication of the organizing committee, reviewers, sponsors, presenters, and participants. Thank you to everyone who made US-RSE'24 such a success! We're excited to continue supporting the growth and development of the RSE community. + +----------------- + + + +# **2. USRSE'25: Join the Planning Committee** + +USRSE'25, our third annual conference, will be held in Philadelphia in October 2025. We need your help to make it successful. Learn more about the [Planning Committee](https://us-rse.org/usrse25/about/organization/) on the [conference website](https://us-rse.org/usrse25) and volunteer by the end of November. We need both people experienced with conference/event planning and those looking to learn, so that we can build experience within our community for the future. + +Getting involved with the planning committee will ensure you know people at USRSE'25, connect you with other RSEs and RSE allies from around the country, and give you an opportunity to use skills that you might not get to exercise every day. + +[Learn More and Volunteer](https://us-rse.org/usrse25/about/organization/) + +----------------- + + + +# **3. Steering Committee Election** + +We are pleased to announce the following candidates for the upcoming US-RSE steering committee elections. + +The candidates are: +* Anees Ur Rahman +* Chen Zhang +* Cordero Core +* Daniel Madren +* Julia Damerow +* Kenton McHenry +* Lezlie Espana +* Miranda Mundt +* Sujata Goswami + +More information about the candidates can be obtained on the [Election webpage](https://us-rse.org/about/election/). Information on the election timeline, voting process, and any future updates can also be found on the election webpage. + +----------------- + + + +# **4. Organizational Founding Membership** + + +US-RSE envisions a future where it plays an essential role in promoting RSEs to be universally respected for advancing science, technology, and society through the transformative power of research software engineering. + +We are excited to announce that the US-RSE offers an [organizational founding membership](https://us-rse.org/org-membership/)! + + +Organizational founding members will be recognized in perpetuity as founding members of US-RSE. Every organization joining on or before November 30, 2025 will be considered an organizational founding member. The annual membership fees will remain the same for founding members until December 31, 2028. + +By joining US-RSE as an organizational member, organizations will ensure the continuation and expansion of offerings such as the annual conference, monthly community calls, a monthly newsletter, a job board, working groups, and the creation of resources. + +Current organizational founding members are (more are in the onboarding process) +* [The Center for Research Computing, University of Notre Dame](https://crc.nd.edu/) +* [Rosen Center for Advanced Computing, Purdue University](https://www.rcac.purdue.edu/) +* [NSF NCAR](https://ncar.ucar.edu/) +* [Pasteur Labs & ISI](https://pasteurlabs.ai/) +* [Research Technologies, Indiana University](https://uits.iu.edu/about/org-structure/research-technologies/) + + +----------------- + + +# **5. Community and Travel Funds program** + +*Part of the Alfred P. Sloan Foundation grant for US-RSE has been delegated for the [Community and Travel Funds program](https://us-rse.org/funds-and-awards/). Members of US-RSE can apply for funds for community or individual purposes for event costs, get-togethers, travel funding, and more.* + +**Next Application Deadline:** December 31, 2024 + +----------------- + + +# **6. Community News** + + +### **Annual General Meeting** + +***Annual General Meeting*** +Our [4th US-RSE Annual General Meeting (AGM)](https://us-rse.org/events/2024/2024-12-AGM/) will take place on Thursday December 5th, 2024 at 11 AM PT / 2 PM ET. + +Join to hear about the 2024 year in review and plans for 2025, updates from our Executive Director & Working Groups, get insight into US-RSE's finances and budget, and meet the candidates for the 2025-2026 Steering Committee Election. + +All US-RSE members are invited to attend. Register for the meeting in advance [here](https://zoom.us/meeting/register/tJEsfu2qrzgrGtMOQAQfLAc3Cw8uiYdxueao). + + +### **Community Calls** + +***December Community Call*** + +The next community call will take place on **Friday, December 13, at 2-3pm ET**. We will have an open session for last minute questions about the steering committee election. The last day to vote is on that Friday. If there are no questions, we can have a social hour talking about mocktails and cocktails. + +***November Community Call (Past)*** + +The November Community Call was about Computational Workflows. + + +### **RSE Empowerment in National Labs** + +The RSE Empowerment in National Labs working group is looking for US-RSE members to present in our “RSEs in the National Labs” series for our monthly calls in 2025! The goal of this series is to provide US-RSE members with a venue to hear about the diversity of experience working at the various US sponsored research institutions. If you are interested in presenting you experience, please reach out to the working group chairs. + +The next RSE Empowerment in National Labs community call will be Tuesday, November 19 at 1pm ET/ 12pm CT/ 11am MT / 10am PT and is open to all US-RSE members. Note that this meeting will be held a **week earlier** than normal to avoid the Thanksgiving holiday week. We will continue our *RSEs at National Labs* speaker series and hear from Sara Miskovich about her experience working at the [SLAC National Accelerator Laboratory](https://www6.slac.stanford.edu/). You can find a link to the call in the bookmarks section of the [#national-labs](https://usrse.slack.com/archives/national-labs) Slack channel. + + +----------------- + + +# **7. Interesting Events and Opportunities** + +### 💥**Get Your Magical US-RSE Unicorn - Edition 2024!** + +Would you like to support US-RSE and get a magical unicorn? Our magical unicorn - Edition 2024 is here! [https://give.communityin.org/02OaKa?ref=ab_5CNhbc](https://give.communityin.org/02OaKa?ref=ab_5CNhbc) + +### 💥**NAIRR Portal - NSF-funded SGX3 requests your input** +The [National Artificial Intelligence Research Resource (NAIRR)](https://new.nsf.gov/focus-areas/artificial-intelligence/nairr) is set to revolutionize AI research accessibility in the United States. A key part of this vision is the NAIRR Portal, a central hub connecting researchers, educators, and students with crucial AI resources. + +The [SGX3](https://sciencegateways.org/) – The Center of Excellence for Science Gateways - provides the NAIRR Pilot Portal and leads the effort on gathering contributions to the vision of a NAIRR Portal: + +* Take the [NAIRR Portal User Survey](https://ucsd.co1.qualtrics.com/jfe/form/SV_3BFOSCNgoaspZUG?Source=DirectEmail) +* Share your valuable insights in focus groups by emailing SGX3 at help@sciencegateways.org +* Share your interest in the in-person workshop February 4-5, 2025 in San Diego by completing the [NAIRR Portal Workshop Interest Form](https://docs.google.com/forms/d/e/1FAIpQLSeKp9qkdVqW2vPA1n4vjRYTArqcbYOjKUx-TIA3OIXFG9-MnA/viewform) and indicating whether you’ll need travel support. + + + +### 💥**FAIR principles for Research Software (FAIR4RS) 2-year review** +Do you think the [FAIR principles for Research Software](https://doi.org/10.15497/RDA00068) are working? + +2+ years after publishing, with over 500 people involved, we’re keen to understand if the FAIR principles have been useful & usable. If not, we’re asking the community what needs changing to make them work. + +Survey: [https://forms.gle/sRhRQD4gWBQWzcGS7](https://forms.gle/sRhRQD4gWBQWzcGS7) + +Webinars about the review process: +1. Nov 25, 2024, 9 am ET / 8 am CT / 7 am MT / 6 am PT - [https://illinois.zoom.us/meeting/register/tZYkduiurTIvE9QYmlH6qg51h-SSoyprzUef](https://illinois.zoom.us/meeting/register/tZYkduiurTIvE9QYmlH6qg51h-SSoyprzUef) +2. Dec 5, 2024, 7 pm ET / 6 pm CT / 5 pm MT / 4 pm PT - [https://illinois.zoom.us/meeting/register/tZwod-6gqj4qE9Ewl7M-890S-VYNkUM4UiKh](https://illinois.zoom.us/meeting/register/tZwod-6gqj4qE9Ewl7M-890S-VYNkUM4UiKh) + +### 💥**A Survey on Refactoring Practices in the Development of Scientific Software** + +The [FORCOLAB](https://shuiblue.github.io/forcolab-uoft/) at the University of Toronto (UofT)is conducting a research study on understanding the refactoring practices and challenges in open-source scientific software. The main objective is to better support refactoring tasks during scientific software development. Please share your refactoring experiences in open-source scientific software [by completing this survey](https://forms.office.com/pages/responsepage.aspx?id=JsKqeAMvTUuQN7RtVsVSEDG3WKvjM4pHu7QCZXS8hkhUNFVWQTA1RDIzNkZYSjNDMzNSM1VSVjVPMi4u). +### 💥**Survey on Software Environments for Heliophysics** + +For RSEs in helio/solar physics-- IHDEA (International Heliophysics Data Environment Alliance) has formed a working group to define common heliophysics tools/software in python which the community may one day be able to use and base their software off of. They are collecting some initial feedback about the kinds of software folks in the community are using using this short survey:[https://forms.gle/DumtthpGytnhWpCk6](https://forms.gle/DumtthpGytnhWpCk6). + + +### **💥Center for Open-Source Research Software Stewardship and Advancement (CORSA)** + +The [DOE-funded CORSA project](https://corsa.center) has been collecting [guidance, documents, examples, templates for open-source software projects, such as on governance, roadmaps, contributing, code of conduct, DEI, licenses, etc.]((https://github.com/corsa-center/oss-documents/blob/main/README.md)) Please feel free to add additional items, as PRs or new issues. + + +### **💥Survey on Generative AI for Scientific Software Development** + +Dr. Elle O'Brien at the University of Michigan will be [conducting studies](https://docs.google.com/forms/d/e/1FAIpQLSc1_p82Rglu6r4cTIvms823SuCvb81ygWBBRWvhdLP6eyV4nQ/viewform) about how scientists are using generative AI tools as part of their scientific software development. + + +### **💥Survey to understand mentorship needs** + +Dr. Reed Milewicz from Sandia National Laboratories is conducting a [survey on mentorship](https://snl-survey.sandia.gov/surveys/mentorship-survey-usrse). The survey takes 10-15 minutes to complete. + + +### **💥Survey to understand how RSEs consider cybersecurity when writing software** + +Calling all research software engineers! We’re exploring how security is perceived in our community, and we want to hear from you. Whether you think about security every day or rarely think about security, your insights are invaluable to us. To participate, you will complete a survey that takes 20-30 minutes. + +If you are willing to participate in this study, please click [here](https://universityofalabama.az1.qualtrics.com/jfe/form/SV_73tEKxvzenvmXoW). + + + +### **💥Survey to better understand code review practices of RSEs** + +Dr. Jeffrey Carver, Dr. Nasir Eisty, and Md Ariful Malik of the University of Alabama are conducting a study to understand the practices, impacts and barriers of code review techniques for RSEs. + +If you are willing to participate in this study, please click [here](https://universityofalabama.az1.qualtrics.com/jfe/form/SV_3Jz2d6Ex2jLcDY2). + + +----------------- + +# Upcoming Events + +### 💡**RSE-HPC-2024 Workshop at SC24** +We are excited to announce the Research Software Engineers in HPC Workshop (RSE-HPC-2024) to be held as part of [SC24](https://sc24.supercomputing.org/) (hybrid event, in Atlanta, GA and virtually). This will be a full-day workshop 9:00am-5:30pm EST (UTC-5), Sunday, November 17, 2024. + +Participation is open to all SC24 attendees who have registered to attend the conference workshops. + +For more information, see the [workshop website](https://us-rse.org/rse-hpc-2024/) or [contact the organizers](mailto:sc-ws-rse-hpc@info.supercomputing.org). + +### 💡**US-RSE will have a booth at the Supercomputing Conference in November** + +After the successes with our booths in the last years at SC, we will have again a booth at [SC24](https://sc24.supercomputing.org/), November 17-22, 2024 in Atlanta, GA. We are looking for volunteers to take some booth time (1-2 hours). You can sign up [here](https://docs.google.com/spreadsheets/d/1BpOoEqi3MFu9cG2Ch-DN7-wImzhWy2rIsRUU7m5A7jA/edit?usp=sharing) if you are interested. + +### 💡**US-RSE will have a booth at the AGU Fall Meeting in December** + +US-RSE will have a booth the first time at the [AGU Fall Meeting](https://www.agu.org/annual-meeting) from December 9-13, 2024 in Washington, DC. We are looking for volunteers to take some booth time (3-4 hours). We can offer up to three free booth registrations for AGU. Please email Sandra Gesing at [sandra@us-rse.org](sandra@us-rse.org) if you are interested in a booth registration. + +### 💡**The Hawaii International Conference on System Sciences** +[HICSS-58 (The Hawaii International Conference on System Sciences)](https://hicss.hawaii.edu/tracks-58/software-technology/#software-sustainability-research-on-usability-maintainability-and-reproducibility-minitrack) will take place on the Big Island from Jan 7 - 10, 2025. + +Interesting Minitracks: +* Software Sustainability: Research on Usability, Maintainability and Reproducibility +* Impact of AI on Software Engineering + +### **💡Second Virtual Workshop on Multi-Project CI/CD** + +The Multi-ProjectDevOps project was founded to establish best practices for decreasing the time needed to deploy multiple high-quality scientific software packages, particularly when the packages share common requirements. Key to these best practices are maintaining continuous integration/continuous deployment (CI/CD) workflows. Since the managed packages share common requirements the CI/CD workflows will too. We define a multi-project CI/CD workflow as a CI/CD workflow that can be reused for multiple projects. The purpose of this workshop is to share best practices, lessons learned, and solutions for multi-project CI/CD. + +Registration is free. To sign up please fill out this [Google form](https://docs.google.com/forms/d/e/1FAIpQLSd6Q4g2X4DwY7MWQOSLjP0fRzs9iltZ8xhp1elesyhhuYK7Mw/viewform). + + +### **💡Open Source Software for Fusion Energy (OSSFE) Conference** + +The [Open Source Software for Fusion Energy (OSSFE) Conference](https://ossfe.github.io/) is a first-of-its-kind event dedicated to the development, use, and advancement of open-source software in the fusion energy community. Whether you're an experienced researcher, developer, or new to the field, OSSFE offers a collaborative platform to share insights, tools, and innovations that push the boundaries of fusion energy research. + + +----------------- + + +# **8. Interesting Reads, Videos, or Podcasts** + + +* [US-RSE'24 proceedings](https://zenodo.org/communities/usrse24/records?q=&l=list&p=1&s=10&sort=newest) +* [Gateways 2024 proceedings](https://zenodo.org/communities/sg2024/records?q=&l=list&p=1&s=10&sort=newest) +* [Code for Thought: Champions for Change in research: Imperial College London and Cambridge University](https://codeforthought.buzzsprout.com/1326658/episodes/16017272-en-champions-for-change-in-research-imperial-college-london-and-cambridge-university) by Peter Schmidt +* [Code for Thought: Let there be LUMI (EuroHPC supercomputer) - Kurt Lust](https://codeforthought.buzzsprout.com/1326658/episodes/15909688-en-let-there-be-lumi-eurohpc-supercomputer-kurt-lust) by Peter Schmidt +* [Code for Thought: HPC software installations made EESSI - Alan O'Cais and Kenneth Hoste](https://codeforthought.buzzsprout.com/1326658/episodes/15867365-en-hpc-software-installations-made-eessi-alan-o-cais-and-kenneth-hoste) by Peter Schmidt +* [Code for Thought: Championing Research Software Part 1: Champions at Imperial College London](https://codeforthought.buzzsprout.com/1326658/episodes/15799496-en-championing-research-software-part-1-champions-at-imperial-college-london) by Peter Schmidt +* [Probabilistic research software project sustainability](https://danielskatzblog.wordpress.com/2024/10/29/probabilistic-software-sustainability/) by Daniel S. Katz + +----------------- + + +# **9. Steering Committee Update** + +Our main focus in October was finalizing details and supporting the conference organizing committee for this year's annual US-RSE conference, as well as announcing the USRSE'25 conference, which will take place in Philadelphia, PA. We heard updates from our Executive Director on the status of the [Organizational Membership](https://us-rse.org/org-membership/) program and her progress with our fundraising consulting firm. We also started planning the US-RSE Annual General Meeting for December and worked out logistics following the departure of our Community Manager. Finally, most of the Steering Committee attended the annual conference, which was a great chance for us to meet up and talk in person! + + + +# **10. Get Involved** + +Volunteering with US-RSE is a great way to build your professional network and gain skills that can help you take the next step in your career. A great way to start is by joining a working group. Reach out to contact@us-rse.org or ask on Slack if you have questions about getting started. + +New guidance was recently released on how to create new [Affinity Groups](https://us-rse.org/wg/group-management/form-an-affinity-group) and [Working Groups](https://us-rse.org/wg/group-management/form-a-working-group). If you see an unmet need in the US-RSE community, we encourage you to create your own group! + +As always, we thank everyone who is already contributing for their help in shaping and growing the organization. + +[US-RSE Working Groups](https://us-rse.org/working-groups/): + +* [Code Review](https://us-rse.org/wg/code-review/) +* [Community Calls](https://us-rse.org/wg/community-calls/) +* [Diversity, Equity, and Inclusion](https://us-rse.org/wg/dei/) +* [Education & Training](https://us-rse.org/wg/education_training/) +* [Group Management](https://us-rse.org/wg/group-management/) +* [Mentorship Program](https://us-rse.org/wg/mentorship-program/) +* [RSE Empowerment in National Labs](https://us-rse.org/wg/rse-empowerment-national-labs/) +* [Testing](https://us-rse.org/wg/testing/) +* [User Experience](https://us-rse.org/wg/ux/) +* [Website](https://us-rse.org/wg/website/) + +----------------- + + +# **11. Recent Job Postings** + +These opportunities were recently posted to the [RSE Opportunities page](https://us-rse.org/jobs/): + +1. [Data Systems Team Lead](https://jobs.colorado.edu/jobs/JobDetail/Data-Systems-Team-Lead/60284): University of Colorado, Boulder, Boulder, CO _Posted: Nov 06, 2024_ +2. [Research Software Engineer](https://drive.google.com/file/d/11jgmO0dyJehNFO9UrCeimW_4o8cs7o7T/view): International Brain Laboratory, multiple locations, full remote work possible _Posted: Nov 06, 2024_ +3. [Senior Cloud Engineering Team Lead](https://workforcenow.adp.com/mascsr/default/mdf/recruitment/recruitment.html?cid=a40f480a-47ae-461b-bf11-ceedb843d226&ccId=19000101_000001&jobId=479506&source=CC2&lang=en_US): Science Systems and Applications, Inc., Greenbelt, MD _Posted: Oct 30, 2024_ +4. [Sr. Software Engineer](https://jobs.jhu.edu/job/Baltimore-Sr_-Software-Engineer-MD-21202/1222311100/): Johns Hopkins University, Baltimore, Maryland _Posted: Oct 24, 2024_ +5. [HPC Research Software Engineer](https://www.amentumcareers.com/jobs/hpc-research-software-engineer-houston-texas-united-states): Amentum (NASA Contractor), Houston, TX (remote/flexible) _Posted: Oct 22, 2024_ +6. [Research Software Developer](https://careerspub.universityofcalifornia.edu/psc/ucsb/EMPLOYEE/HRMS/c/HRS_HRAM_FL.HRS_CG_SEARCH_FL.GBL?Page=HRS_APP_JBPST_FL&JobOpeningId=72846&PostingSeq=1&SiteId=31&languageCd=ENG&FOCUS=Applicant&): National Center for Ecological Analysis & Synthesis, UC Santa Barbara, Santa Barbara, CA Posted: Sep 23, 2024 +7. [Quantum Architect, Simulation & Software](https://www.psiquantum.com/apply?gh_jid=6036333003): PsiQuantum, Palo Alto, CA or remote Posted: Sep 21, 2024 +8. [Engineering Scientist](https://utaustin.wd1.myworkdayjobs.com/UTstaff/job/PICKLE-RESEARCH-CAMPUS/Engineering-Scientist_R_00035318): Texas Advanced Computing Center, Austin, Texas Posted: Sep 20, 2024 +9. [Research Software Engineer II](https://main-princeton.icims.com/jobs/19738/research-software-engineer-ii/job?mobile=false&width=1110&height=500&bga=true&needsRedirect=false&jan1offset=-360&jun1offset=-300): Center for Digital Humanities at Princeton University, Princeton, NJ Posted: Sep 18, 2024 +10. [Senior Full-Stack Geospatial Developer](https://eaglerockanalytics.com/career/senior-full-stack-geospatial-or-scientific-developer-remote-full-time-sacramento-ca/): Eagle Rock Analytics, Sacramento, CA / Remote Posted: Sep 10, 2024 +14. [Research Software Engineer](https://jobs.bnl.gov/job/upton/research-software-engineer/3437/68796372608): NSLS-II at Brookhaven National Laboratory, Upton, NY Posted: Aug 26, 2024 +16. [Computational Research Scientist II - Bone/Musculoskeletal Biomechanics](https://jobs.hjf.org/jobs/4644?lang=en-us): Henry M Jackson Foundation, Frederick, MD Posted: Jul 30, 2024 +17. [Computational Research Scientist I - Bne/Musculoskeletal Biomechanics](https://jobs.hjf.org/jobs/4640?lang=en-us): Henry M Jackson Foundation, Frederick, MD Posted: Jul 30, 2024 +18. [Computational Research Scientist III - Toxicology](https://jobs.hjf.org/jobs/4415?lang=en-us): Henry M Jackson Foundation, Frederick, MD Posted: Jul 30, 2024 +19. [Computational Research Scientist II - Toxicology](https://jobs.hjf.org/jobs/4414?lang=en-us): Henry M Jackson Foundation, Frederick, MD Posted: Jul 30, 2024 +20. [Lead Research Software Engineer](https://main-princeton.icims.com/jobs/19506/lead-research-software-engineer/job): Princeton University, Princeton, NJ Posted: Jul 22, 2024 +21. [Software Engineer](https://careersearch.stanford.edu/jobs/software-engineer-26078): Stanford University, Stanford, CA or Remote Posted: Jul 19, 2024 +22. [Research Software Engineer](https://jobs.bnl.gov/job/upton/research-software-engineer/3437/68796372608): Brookhaven National Laboratory, Upton, NY Posted: Jul 12, 2024 +23. [Chief Technology Officer and Director for Software](https://recruiting2.ultipro.com/SPA1004AURA/JobBoard/57b96f30-6a4b-42cc-8f73-d417a17b54e9/OpportunityDetail?opportunityId=3f55028a-6d04-4f1d-84af-1d66d754a4f1): NOIRLab AURA, Tucson, AZ, USA | La Serena, Chile | Hilo, HI, USA Posted: Jul 11, 2024 +24. [Full-stack Software Engineer](https://www.manifesttech.io/career/full-stack-software-engineer): Manifest Technologies, New Haven, CT / Remote Posted: Jun 24, 2024 + + +### Related Openings + +1. [Director of Research Computing](https://www.lerner.ccf.org/careers/faculty/): Cleveland Clinic, Cleveland, OH/Hybrid Posted: Sep 10, 2024 +2. [Senior HPC Specialist](https://uscareers-nyu.icims.com/jobs/13834/senior-hpc-specialist/job): New York University, New York, NY (mostly remote - more than 60% of time) Posted: Sep 05, 2024 + + +### Other Job Boards + +The following boards might also be of interest. + +1. [Research Software Engineering Opportunities in other associations/societies](https://researchsoftware.org/jobs.html) +2. [Software Carpentries Job Opportunities](https://carpentries.topicbox.com/groups/opportunities) +3. [Academic Data Science Alliance Jobs](https://academicdatascience.org/jobs) +4. [High Performance Computing (HPC) Jobs from hpc.social](https://hpc.social/jobs/) + + +### Have an RSE-related job posting? + +Please read our [job posting policy](/jobs/policy/) first, then fill out this [Google form](https://docs.google.com/forms/d/e/1FAIpQLSfYK64R1c0rj-ERldGLxuqedLIbsYPZXj9uBplDRYNmnND10Q/viewform?usp=sf_link) to request additions to the job board. + + +**This newsletter is a joint effort of members of the US-RSE Association.** + +© US-RSE • 2021-2024 • US-RSE is a fiscally sponsored project of [Community Initiatives](http://communityin.org/), a 501(c)(3) nonprofit organization. + +[Email](mailto:contact@us-rse.org) [Mastodon](https://fosstodon.org/@us_rse) [Twitter](https://twitter.com/us_rse) [YouTube](https://youtube.com/@us_rse) [LinkedIn](https://linkedin.com/company/us-rse/) [GitHub](https://github.com/USRSE) From 35f8e49b96a447472b005c6cb8c8a0a3703aecd5 Mon Sep 17 00:00:00 2001 From: Chad Dougherty Date: Fri, 15 Nov 2024 13:55:16 -0500 Subject: [PATCH 11/61] add Princeton/NOAA postdoc job (#1623) * add Princeton/NOAA postdoc job Google Form response 569 Signed-off-by: Chad Dougherty * fix expiration date Signed-off-by: Chad Dougherty --------- Signed-off-by: Chad Dougherty --- _data/jobs.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/_data/jobs.yml b/_data/jobs.yml index 2fbd7f365..5b244e12c 100644 --- a/_data/jobs.yml +++ b/_data/jobs.yml @@ -1,3 +1,8 @@ +- expires: 2025-02-26 + location: Princeton University and NOAA GFDL, Princeton, NJ + name: Postdoctoral Research Associate - data science and engineering + posted: 2024-11-15 + url: https://puwebp.princeton.edu/AcadHire/apply/application.xhtml?listingId=36921 - expires: 2024-11-30 location: WEC, IFAS, University of Florida, Gainesville, FL, US name: Computer Vision Developer From 82a84da4adafc1e71ab4e201f10b5bb01124a3ec Mon Sep 17 00:00:00 2001 From: Chad Dougherty Date: Fri, 15 Nov 2024 15:49:43 -0500 Subject: [PATCH 12/61] add another Princeton RSE job (#1624) Google Form response 570 Signed-off-by: Chad Dougherty --- _data/jobs.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/_data/jobs.yml b/_data/jobs.yml index 5b244e12c..04884957c 100644 --- a/_data/jobs.yml +++ b/_data/jobs.yml @@ -1,3 +1,8 @@ +- expires: 2025-06-01 + location: Princeton University, Princeton, NJ + name: Research Software Engineer I + posted: 2024-11-15 + url: https://main-princeton.icims.com/jobs/20160/research-software-engineer-i/job?mode=view - expires: 2025-02-26 location: Princeton University and NOAA GFDL, Princeton, NJ name: Postdoctoral Research Associate - data science and engineering From 82cdb662cf1ea41a7c99fbe2c459d313205d8366 Mon Sep 17 00:00:00 2001 From: github-actions Date: Sat, 16 Nov 2024 02:22:44 +0000 Subject: [PATCH 13/61] Automated push to update jobs files 2024-11-16 --- _data/jobs.yml | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/_data/jobs.yml b/_data/jobs.yml index 04884957c..4a3cbf7b6 100644 --- a/_data/jobs.yml +++ b/_data/jobs.yml @@ -119,11 +119,6 @@ name: Senior Full-Stack Geospatial Developer posted: 2024-09-10 url: https://eaglerockanalytics.com/career/senior-full-stack-geospatial-or-scientific-developer-remote-full-time-sacramento-ca/ -- expires: 2024-09-16 - location: NSF National Center for Atmospheric Research, Boulder, CO (Can be remote/flexible) - name: Software Engineer II - posted: 2024-08-30 - url: https://ucar.wd5.myworkdayjobs.com/UCAR_Careers/job/Mesa-Lab-Building/Software-Engineer-II_REQ-2024-167-1 - expires: 2024-09-29 location: NSLS-II at Brookhaven National Laboratory, Upton, NY name: Scientific Web Applications Developer (junior, 3-7 years exp) @@ -145,11 +140,6 @@ name: Research Software Engineer posted: 2024-08-26 url: https://jobs.bnl.gov/job/upton/research-software-engineer/3437/68796372608 -- expires: 2024-09-16 - location: University of Delaware, DE (hybrid) - name: Research Software Engineer (RSE) - posted: 2024-08-14 - url: https://drive.google.com/file/d/1Nyb3AFyylRW40qPOuWA33MRAlndhAVXs/view?usp=sharing - expires: 2024-12-31 location: University of Vermont, Burlington, VT name: Research Software Engineer From f7236a55e0cfe6f2210f56a266db9102b6dc22fd Mon Sep 17 00:00:00 2001 From: Lance Parsons Date: Mon, 18 Nov 2024 17:13:46 -0500 Subject: [PATCH 14/61] fix: correct AGM end date --- _events/2024/2024-12-AGM.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_events/2024/2024-12-AGM.md b/_events/2024/2024-12-AGM.md index a0758e554..484ac4c9d 100644 --- a/_events/2024/2024-12-AGM.md +++ b/_events/2024/2024-12-AGM.md @@ -10,7 +10,7 @@ category: association-meeting duration: 120 time: - - start: 2024-12-05T19:00:00Z - end: 2025-12-05T21:00:00Z + end: 2024-12-05T21:00:00Z --- The fourth US-RSE Association Annual General Meeting (AGM) will take place on Thursday December 5th, 2024 at 11 AM PT / 2 PM ET. From bc0a83fce72a1f1b69ef4938d7f95610d908d2a5 Mon Sep 17 00:00:00 2001 From: Chad Dougherty Date: Tue, 19 Nov 2024 10:34:03 -0500 Subject: [PATCH 15/61] add LBNL BioData Engineer job Google Form response 572 Signed-off-by: Chad Dougherty --- _data/jobs.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/_data/jobs.yml b/_data/jobs.yml index 4a3cbf7b6..f450392aa 100644 --- a/_data/jobs.yml +++ b/_data/jobs.yml @@ -1,3 +1,8 @@ +- expires: 2025-01-15 + location: KBase, Lawrence Berkeley National Lab, Berkeley, CA (remote OK) + name: BioData Engineer + posted: 2024-11-19 + url: https://lbl.taleo.net/careersection/2/jobdetail.ftl?job=103168 - expires: 2025-06-01 location: Princeton University, Princeton, NJ name: Research Software Engineer I From 630c170f7c640188129327318257baff0012ff35 Mon Sep 17 00:00:00 2001 From: Ian Cosden Date: Tue, 19 Nov 2024 12:04:21 -0500 Subject: [PATCH 16/61] Update 2024-12-AGM.md --- _events/2024/2024-12-AGM.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_events/2024/2024-12-AGM.md b/_events/2024/2024-12-AGM.md index 484ac4c9d..875c8fc75 100644 --- a/_events/2024/2024-12-AGM.md +++ b/_events/2024/2024-12-AGM.md @@ -13,7 +13,7 @@ time: end: 2024-12-05T21:00:00Z --- -The fourth US-RSE Association Annual General Meeting (AGM) will take place on Thursday December 5th, 2024 at 11 AM PT / 2 PM ET. +The fifth US-RSE Association Annual General Meeting (AGM) will take place on Thursday December 5th, 2024 at 11 AM PT / 2 PM ET. #### Registration From b4226d6dc0159603752a2b3230028a297780b29f Mon Sep 17 00:00:00 2001 From: Chad Dougherty Date: Wed, 20 Nov 2024 13:51:55 -0500 Subject: [PATCH 17/61] add Catalyst Cooperative Data Wrangler job (#1627) Google Form response 573 Signed-off-by: Chad Dougherty --- _data/jobs.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/_data/jobs.yml b/_data/jobs.yml index f450392aa..234e2eb1d 100644 --- a/_data/jobs.yml +++ b/_data/jobs.yml @@ -1,3 +1,8 @@ +- expires: 2024-12-31 + location: Catalyst Cooperative, Remote (we are an all remote organization) + name: Data Wrangler + posted: 2024-11-20 + url: https://catalyst.coop/work-with-us/data-wrangler/ - expires: 2025-01-15 location: KBase, Lawrence Berkeley National Lab, Berkeley, CA (remote OK) name: BioData Engineer From 3f8adf433339fe48d3802511aa674cc5039d2696 Mon Sep 17 00:00:00 2001 From: Chad Dougherty Date: Thu, 21 Nov 2024 15:19:08 -0500 Subject: [PATCH 18/61] add Nimbus/Chameleon RSE job (#1628) Google Form response 574 Signed-off-by: Chad Dougherty --- _data/jobs.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/_data/jobs.yml b/_data/jobs.yml index 234e2eb1d..ce7b384e4 100644 --- a/_data/jobs.yml +++ b/_data/jobs.yml @@ -1,3 +1,8 @@ +- expires: 2024-12-31 + location: Nimbus Project/Chameleon Cloud, University of Chicago, Chicago, IL + name: Research Software Engineer + posted: 2024-11-21 + url: https://uchicago.wd5.myworkdayjobs.com/External/job/Chicago-IL/Research-Software-Engineer_JR27677 - expires: 2024-12-31 location: Catalyst Cooperative, Remote (we are an all remote organization) name: Data Wrangler From e6680fdaab1080e892cd64102d3a1d372fc8dc00 Mon Sep 17 00:00:00 2001 From: Chad Dougherty Date: Mon, 25 Nov 2024 08:53:34 -0500 Subject: [PATCH 19/61] add Cleveland Clinic data scientist job Google Form response 575 Signed-off-by: Chad Dougherty --- _data/jobs.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/_data/jobs.yml b/_data/jobs.yml index ce7b384e4..fc7035ea8 100644 --- a/_data/jobs.yml +++ b/_data/jobs.yml @@ -1,3 +1,8 @@ +- expires: 2025-01-31 + location: Cleveland Clinic, Cleveland, OH + name: Research Data Scientist II + posted: 2024-11-25 + url: https://ccf.wd1.myworkdayjobs.com/ClevelandClinicCareers/job/Cleveland-Clinic-Main-Campus/Research-Data-Scientist-II---Immunotherapy---Precision-Immuno-Oncology-_277244-1 - expires: 2024-12-31 location: Nimbus Project/Chameleon Cloud, University of Chicago, Chicago, IL name: Research Software Engineer From 654019223db25cb2de5c08083bdeb38900ccc526 Mon Sep 17 00:00:00 2001 From: Chad Dougherty Date: Mon, 25 Nov 2024 09:01:40 -0500 Subject: [PATCH 20/61] add a UDel RSE job Signed-off-by: Chad Dougherty --- _data/jobs.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/_data/jobs.yml b/_data/jobs.yml index fc7035ea8..6a0b4f6d7 100644 --- a/_data/jobs.yml +++ b/_data/jobs.yml @@ -1,3 +1,8 @@ +- expires: 2025-01-31 + location: College of Engineering, University of Delaware, Newark, DE + name: Research Software Engineer + posted: 2024-11-25 + url: https://careers.udel.edu/cw/en-us/job/501450/research-software-engineer - expires: 2025-01-31 location: Cleveland Clinic, Cleveland, OH name: Research Data Scientist II From 15451c0668be075fdc023790cbec0e6c25e31225 Mon Sep 17 00:00:00 2001 From: Kristijan Armeni Date: Thu, 21 Nov 2024 15:14:52 -0500 Subject: [PATCH 21/61] initial commit, dmv-rse affinity group page --- pages/ag/dmv-rse.md | 41 +++++++++++++++++++++++++++++++++++++++++ 1 file changed, 41 insertions(+) create mode 100644 pages/ag/dmv-rse.md diff --git a/pages/ag/dmv-rse.md b/pages/ag/dmv-rse.md new file mode 100644 index 000000000..4f2efb6b6 --- /dev/null +++ b/pages/ag/dmv-rse.md @@ -0,0 +1,41 @@ +--- +layout: page +title: DMV-RSE Affinity Group +subtitle: +menubar: +permalink: /ag/dmv-rse +set_last_modified: true +--- + +# Overview + +DMV (Delaware-Maryland-Viriginia) RSE is a regional affinity group for professionals in RSE (and RSE-adjacent) disciplines serving as an informal gathering for interested professionals to connect, learn about and advocate for RSE (local initiatives and broadly). + +# Membership + +DMV-RSE is open to anyone who considers themselves a research software engineer and work or are otherwise professionally active in the DMV area, regardless of job title or domain. This includes workers in academic research (students, postdocs, and professors), as well as RSE professionals in government, industry and other sectors (e.g. non-profit orgs). + +Membership is open to all [US-RSE members](https://us-rse.org/join/). + +To join, contact one of the coordinators on the US-RSE slack (see the [Questions?](#questions) section below). + +# Activities + +We primarily organize in-person meetups (approximately every 2-3 months) hosted at Georgetown's Center for Security and Emerging Technology in Washington DC. Each meetup consists of an invited talk by a guest speaker on a focused RSE topic with time for networking before and after. The event is followed by a happy hour in a nearby bar. + +## Upcoming meetups + +## Archive of past meetups + +- DMV-RSE #1, Sep 26, 2024: Data Pipelines. [https://lu.ma/n1yxzw4a]() + +# Group coordinators + +- [Jennifer Melot](https://cset.georgetown.edu/staff/jennifer-melot/), Technical Lead for the Emerging Technology Observatory initiative at Georgetown's Center for Security and Emerging Technology's, managing a small engineering team and building data pipelines and web applications. +- [Kristijan Armeni](https://www.kristijanarmeni.net), Assistant Research Scientist at the Johns Hopkins University, Department of Psychological and Brain Sciences, working at the intersection of computational cognitive neuroscience, AI, and language + +# Questions? + +Reach out to group coordinators +[Jennifer Melot](mailto:jm3312@georgetown.edu) and +[Kristijan Armeni](mailto:karmeni1@jhu.edu) with questions. From 95670b80d8f11853fc346554402aece38d853ed7 Mon Sep 17 00:00:00 2001 From: Jennifer Melot Date: Fri, 22 Nov 2024 14:17:28 -0500 Subject: [PATCH 22/61] Minor wordsmithing --- pages/ag/dmv-rse.md | 20 ++++++++++++++------ 1 file changed, 14 insertions(+), 6 deletions(-) diff --git a/pages/ag/dmv-rse.md b/pages/ag/dmv-rse.md index 4f2efb6b6..63d04d8b7 100644 --- a/pages/ag/dmv-rse.md +++ b/pages/ag/dmv-rse.md @@ -9,29 +9,37 @@ set_last_modified: true # Overview -DMV (Delaware-Maryland-Viriginia) RSE is a regional affinity group for professionals in RSE (and RSE-adjacent) disciplines serving as an informal gathering for interested professionals to connect, learn about and advocate for RSE (local initiatives and broadly). +DMV (Delaware-Maryland-Viriginia) RSE is a regional affinity group for professionals in RSE and RSE-adjacent disciplines. We organize informal gatherings where interested professionals can connect and learn from each other. # Membership -DMV-RSE is open to anyone who considers themselves a research software engineer and work or are otherwise professionally active in the DMV area, regardless of job title or domain. This includes workers in academic research (students, postdocs, and professors), as well as RSE professionals in government, industry and other sectors (e.g. non-profit orgs). +DMV-RSE is open to anyone who considers themselves a research software engineer and lives in the DMV area, regardless of job title or domain. This includes workers in academic research (students, postdocs, and professors), as well as RSE professionals in government, industry and other sectors (e.g. non-profit orgs). -Membership is open to all [US-RSE members](https://us-rse.org/join/). +To stay informed, please: -To join, contact one of the coordinators on the US-RSE slack (see the [Questions?](#questions) section below). +* Join [US-RSE](https://us-rse.org/join/). +* Subscribe to event announcements by joining one of: + * The `#rg-dmv-rse` channel on the US-RSE slack. + * Our [Google group](https://groups.google.com/a/us-rse.org/g/rg-dmv-rse) + * Our [Meetup group](https://www.meetup.com/dc-research-software-engineers/) + +If you are interested in giving a talk or have other ideas for a future meetup, please contact one of the coordinators (see the [Questions?](#questions) section below). # Activities -We primarily organize in-person meetups (approximately every 2-3 months) hosted at Georgetown's Center for Security and Emerging Technology in Washington DC. Each meetup consists of an invited talk by a guest speaker on a focused RSE topic with time for networking before and after. The event is followed by a happy hour in a nearby bar. +We organize in-person meetups approximately every 2-3 months. These are currently hosted at Georgetown's Center for Security and Emerging Technology in Washington DC. Each meetup consists of an invited talk by a guest speaker on a focused RSE topic with time for networking before and after. The event is followed by a dinner/happy hour at a nearby restaurant. ## Upcoming meetups +- January 22, 2025, topic TBD + ## Archive of past meetups - DMV-RSE #1, Sep 26, 2024: Data Pipelines. [https://lu.ma/n1yxzw4a]() # Group coordinators -- [Jennifer Melot](https://cset.georgetown.edu/staff/jennifer-melot/), Technical Lead for the Emerging Technology Observatory initiative at Georgetown's Center for Security and Emerging Technology's, managing a small engineering team and building data pipelines and web applications. +- [Jennifer Melot](https://cset.georgetown.edu/staff/jennifer-melot/), Technical Lead for the Emerging Technology Observatory initiative at Georgetown's Center for Security and Emerging Technology, managing a small engineering team and building data pipelines and web applications. - [Kristijan Armeni](https://www.kristijanarmeni.net), Assistant Research Scientist at the Johns Hopkins University, Department of Psychological and Brain Sciences, working at the intersection of computational cognitive neuroscience, AI, and language # Questions? From 847feea6d551734be5884e3ebe3c95c55861443c Mon Sep 17 00:00:00 2001 From: Kristijan Armeni Date: Mon, 25 Nov 2024 09:35:08 -0500 Subject: [PATCH 23/61] Add January topic title --- pages/ag/dmv-rse.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pages/ag/dmv-rse.md b/pages/ag/dmv-rse.md index 63d04d8b7..a2ce22065 100644 --- a/pages/ag/dmv-rse.md +++ b/pages/ag/dmv-rse.md @@ -31,11 +31,11 @@ We organize in-person meetups approximately every 2-3 months. These are currentl ## Upcoming meetups -- January 22, 2025, topic TBD +- January 22, 2025: Career development in RSE: from writing successful recommendation letters to publishing research code with examples from space physics projects. ## Archive of past meetups -- DMV-RSE #1, Sep 26, 2024: Data Pipelines. [https://lu.ma/n1yxzw4a]() +- September 26, 2024: Data Pipelines. [https://lu.ma/n1yxzw4a]() # Group coordinators From a3a04d1ad79d8a046c11f062fba05f7430509d89 Mon Sep 17 00:00:00 2001 From: Kristijan Armeni Date: Mon, 25 Nov 2024 09:44:55 -0500 Subject: [PATCH 24/61] Add DMV-RSE link and description to affinity-groups.md --- pages/ag/affinity-groups.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/pages/ag/affinity-groups.md b/pages/ag/affinity-groups.md index 3445890fe..c44651c05 100644 --- a/pages/ag/affinity-groups.md +++ b/pages/ag/affinity-groups.md @@ -73,4 +73,9 @@ and who works in the field of neuroscience, regardless of job title or domain. This includes grad students, postdocs, and professors, as well as those in permanent positions with "engineer" or "scientist" in their title. +

DMV-RSE

+ +DMV (Delaware-Maryland-Viriginia) RSE is a regional affinity group for professionals in RSE and RSE-adjacent disciplines. +We organize informal gatherings where interested professionals can connect and learn from each others. +
From 4b962ba82e962810a9f5e525fa7e4d152e2dbd05 Mon Sep 17 00:00:00 2001 From: Kristijan Armeni Date: Mon, 25 Nov 2024 10:04:57 -0500 Subject: [PATCH 25/61] Fix typo --- pages/ag/affinity-groups.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pages/ag/affinity-groups.md b/pages/ag/affinity-groups.md index c44651c05..0a7e46289 100644 --- a/pages/ag/affinity-groups.md +++ b/pages/ag/affinity-groups.md @@ -75,7 +75,7 @@ positions with "engineer" or "scientist" in their title.

DMV-RSE

-DMV (Delaware-Maryland-Viriginia) RSE is a regional affinity group for professionals in RSE and RSE-adjacent disciplines. +DMV (Delaware-Maryland-Virginia) RSE is a regional affinity group for professionals in RSE and RSE-adjacent disciplines. We organize informal gatherings where interested professionals can connect and learn from each others.
From 3cc71b7e2bcbdf61285106b0e7b130122d504251 Mon Sep 17 00:00:00 2001 From: Kristijan Armeni Date: Mon, 25 Nov 2024 10:05:23 -0500 Subject: [PATCH 26/61] fix typo --- pages/ag/dmv-rse.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pages/ag/dmv-rse.md b/pages/ag/dmv-rse.md index a2ce22065..c1cf2ba34 100644 --- a/pages/ag/dmv-rse.md +++ b/pages/ag/dmv-rse.md @@ -9,7 +9,7 @@ set_last_modified: true # Overview -DMV (Delaware-Maryland-Viriginia) RSE is a regional affinity group for professionals in RSE and RSE-adjacent disciplines. We organize informal gatherings where interested professionals can connect and learn from each other. +DMV (Delaware-Maryland-Virginia) RSE is a regional affinity group for professionals in RSE and RSE-adjacent disciplines. We organize informal gatherings where interested professionals can connect and learn from each other. # Membership From 6449ad0c67290fafb1a932f9aa078666c2bb1592 Mon Sep 17 00:00:00 2001 From: github-actions Date: Tue, 26 Nov 2024 02:25:55 +0000 Subject: [PATCH 27/61] Automated push to update jobs files 2024-11-26 --- _data/jobs.yml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/_data/jobs.yml b/_data/jobs.yml index 6a0b4f6d7..61b6866a1 100644 --- a/_data/jobs.yml +++ b/_data/jobs.yml @@ -160,11 +160,6 @@ name: Associate Data Scientist II posted: 2024-08-28 url: https://ucar.wd5.myworkdayjobs.com/UCAR_Careers/job/Center-Green-1/Associate-Data-Scientist-II_REQ-2024-171 -- expires: 2024-09-26 - location: NSLS-II at Brookhaven National Laboratory, Upton, NY - name: Research Software Engineer - posted: 2024-08-26 - url: https://jobs.bnl.gov/job/upton/research-software-engineer/3437/68796372608 - expires: 2024-12-31 location: University of Vermont, Burlington, VT name: Research Software Engineer From 29384ecea65df98e64b369d65983a71ab86ea062 Mon Sep 17 00:00:00 2001 From: Kristijan Armeni Date: Tue, 26 Nov 2024 09:43:56 -0500 Subject: [PATCH 28/61] add trailing slash to permalink Co-authored-by: Miranda Mundt <55767766+mrmundt@users.noreply.github.com> --- pages/ag/dmv-rse.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pages/ag/dmv-rse.md b/pages/ag/dmv-rse.md index c1cf2ba34..29e075d02 100644 --- a/pages/ag/dmv-rse.md +++ b/pages/ag/dmv-rse.md @@ -3,7 +3,7 @@ layout: page title: DMV-RSE Affinity Group subtitle: menubar: -permalink: /ag/dmv-rse +permalink: /ag/dmv-rse/ set_last_modified: true --- From c4c8169a7073618eefaf48b86915e613fc9b0a35 Mon Sep 17 00:00:00 2001 From: Kristijan Armeni Date: Tue, 26 Nov 2024 09:47:29 -0500 Subject: [PATCH 29/61] broaden audience to allies --- pages/ag/dmv-rse.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pages/ag/dmv-rse.md b/pages/ag/dmv-rse.md index 29e075d02..1edde8f0d 100644 --- a/pages/ag/dmv-rse.md +++ b/pages/ag/dmv-rse.md @@ -13,7 +13,7 @@ DMV (Delaware-Maryland-Virginia) RSE is a regional affinity group for profession # Membership -DMV-RSE is open to anyone who considers themselves a research software engineer and lives in the DMV area, regardless of job title or domain. This includes workers in academic research (students, postdocs, and professors), as well as RSE professionals in government, industry and other sectors (e.g. non-profit orgs). +DMV-RSE is open to anyone who considers themselves a research software engineer or ally and lives in the DMV area, regardless of job title or domain. This includes workers in academic research (students, postdocs, and professors), as well as RSE professionals in government, industry and other sectors (e.g. non-profit orgs). To stay informed, please: From 89d7ac1b1e533274e65631f9ac29ad374f52b5ad Mon Sep 17 00:00:00 2001 From: github-actions Date: Fri, 29 Nov 2024 02:27:14 +0000 Subject: [PATCH 30/61] Automated push to update jobs files 2024-11-29 --- _data/jobs.yml | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/_data/jobs.yml b/_data/jobs.yml index 61b6866a1..34dbc7b6b 100644 --- a/_data/jobs.yml +++ b/_data/jobs.yml @@ -144,16 +144,6 @@ name: Senior Full-Stack Geospatial Developer posted: 2024-09-10 url: https://eaglerockanalytics.com/career/senior-full-stack-geospatial-or-scientific-developer-remote-full-time-sacramento-ca/ -- expires: 2024-09-29 - location: NSLS-II at Brookhaven National Laboratory, Upton, NY - name: Scientific Web Applications Developer (junior, 3-7 years exp) - posted: 2024-08-29 - url: https://jobs.bnl.gov/job/upton/scientific-web-applications-developer/3437/69293702576 -- expires: 2024-09-29 - location: NSLS-II at Brookhaven National Laboratory, Upton, NY - name: Scientific Web Applications Developer (senior, 8+ years exp) - posted: 2024-08-29 - url: https://jobs.bnl.gov/job/upton/scientific-web-applications-developer/3437/69293701232 - expires: 2024-10-30 location: National Science Foundation National Center for Atmospheric Research (NSF-NCAR), Boulder, CO (hybrid) From 92fbb0f99e65a7625849c21ed6b7038cc35da60c Mon Sep 17 00:00:00 2001 From: github-actions Date: Sat, 30 Nov 2024 02:23:15 +0000 Subject: [PATCH 31/61] Automated push to update jobs files 2024-11-30 --- _data/jobs.yml | 16 ---------------- 1 file changed, 16 deletions(-) diff --git a/_data/jobs.yml b/_data/jobs.yml index 34dbc7b6b..056773915 100644 --- a/_data/jobs.yml +++ b/_data/jobs.yml @@ -180,11 +180,6 @@ name: Lead Research Software Engineer posted: 2024-07-22 url: https://main-princeton.icims.com/jobs/19506/lead-research-software-engineer/job -- expires: 2024-09-30 - location: Stanford University, Stanford, CA or Remote - name: Software Engineer - posted: 2024-07-19 - url: https://careersearch.stanford.edu/jobs/software-engineer-26078 - expires: 2024-10-01 location: Brookhaven National Laboratory, Upton, NY name: Research Software Engineer @@ -195,17 +190,6 @@ name: Chief Technology Officer and Director for Software posted: 2024-07-11 url: https://recruiting2.ultipro.com/SPA1004AURA/JobBoard/57b96f30-6a4b-42cc-8f73-d417a17b54e9/OpportunityDetail?opportunityId=3f55028a-6d04-4f1d-84af-1d66d754a4f1 -- expires: 2024-09-30 - location: Library Innovation Lab, Harvard Law School, Cambridge, MA (Hybrid- and - Remote-eligible) - name: Software Engineering Manager - posted: 2024-06-26 - url: https://sjobs.brassring.com/TGnewUI/Search/Home/Home?partnerid=25240&siteid=5341#jobDetails=2009078_5341 -- expires: 2024-09-30 - location: Manifest Technologies, New Haven, CT / Remote - name: Full-stack Software Engineer - posted: 2024-06-24 - url: https://www.manifesttech.io/career/full-stack-software-engineer - expires: 2025-04-01 location: The National Center for Supercomputing Applications, Urbana, IL name: Associate/Research Software Engineer/Senior From 0c4721f9c9f0e4cd8f588977212080c6e560113c Mon Sep 17 00:00:00 2001 From: github-actions Date: Sun, 1 Dec 2024 02:49:19 +0000 Subject: [PATCH 32/61] Automated push to update jobs files 2024-12-01 --- _data/jobs.yml | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/_data/jobs.yml b/_data/jobs.yml index 056773915..5838ee4cf 100644 --- a/_data/jobs.yml +++ b/_data/jobs.yml @@ -180,16 +180,6 @@ name: Lead Research Software Engineer posted: 2024-07-22 url: https://main-princeton.icims.com/jobs/19506/lead-research-software-engineer/job -- expires: 2024-10-01 - location: Brookhaven National Laboratory, Upton, NY - name: Research Software Engineer - posted: 2024-07-12 - url: https://jobs.bnl.gov/job/upton/research-software-engineer/3437/67378557872 -- expires: 2024-10-01 - location: NOIRLab/AURA, Tucson, AZ, USA | La Serena, Chile | Hilo, HI, USA - name: Chief Technology Officer and Director for Software - posted: 2024-07-11 - url: https://recruiting2.ultipro.com/SPA1004AURA/JobBoard/57b96f30-6a4b-42cc-8f73-d417a17b54e9/OpportunityDetail?opportunityId=3f55028a-6d04-4f1d-84af-1d66d754a4f1 - expires: 2025-04-01 location: The National Center for Supercomputing Applications, Urbana, IL name: Associate/Research Software Engineer/Senior From a8d884546c2a8c7f4a99a51cab1b9b6cdef8cb8f Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 2 Dec 2024 08:01:05 -0600 Subject: [PATCH 33/61] Automated deployment to update Member Counts 2024-12-01 (#1632) Co-authored-by: github-actions --- _data/memberCounts.csv | 1 + 1 file changed, 1 insertion(+) diff --git a/_data/memberCounts.csv b/_data/memberCounts.csv index 47c14fc66..a21b7710f 100644 --- a/_data/memberCounts.csv +++ b/_data/memberCounts.csv @@ -80,3 +80,4 @@ July 2024,86,2687 August 2024,77,2764 September 2024,73,2837 October 2024,90,2928 +November 2024,77,3005 From 4bc3a02ac127b1d0349186149e0df1602a5bd9d6 Mon Sep 17 00:00:00 2001 From: Chad Dougherty Date: Mon, 2 Dec 2024 14:03:11 -0500 Subject: [PATCH 34/61] add ASU teaching assistant professor job (#1631) * add ASU teaching assitant professor job Google Form response 576 Signed-off-by: Chad Dougherty * update date on ASU job --------- Signed-off-by: Chad Dougherty --- _data/related-jobs.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/_data/related-jobs.yml b/_data/related-jobs.yml index 48957b56f..c51d291fe 100644 --- a/_data/related-jobs.yml +++ b/_data/related-jobs.yml @@ -1,3 +1,8 @@ +- expires: 2025-09-22 + location: Arizona State University, Tempe, AZ + name: Teaching Assistant Professor - Computational Life Sciences + posted: 2024-12-02 + url: https://apply.interfolio.com/157209 - expires: 2025-09-25 location: University of Washington, Seattle, WA name: Assistant Professor, Teaching Track, in Data Science From dc6f0943c2dc53798937e9c0d3f5864f3dc245b2 Mon Sep 17 00:00:00 2001 From: Miranda Mundt <55767766+mrmundt@users.noreply.github.com> Date: Tue, 3 Dec 2024 15:38:29 -0700 Subject: [PATCH 35/61] Per diem no longer allowed --- pages/grants/grants-and-awards.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pages/grants/grants-and-awards.md b/pages/grants/grants-and-awards.md index 06889d924..b915a51a0 100644 --- a/pages/grants/grants-and-awards.md +++ b/pages/grants/grants-and-awards.md @@ -139,7 +139,7 @@ The application will request the following details:
Q: What are examples of approved travel expenses? A: Some examples of approved travel expenses are economy-class airfare, baggage fees, - hotel costs, conference or event registration, and per diem for meals. The full + hotel costs, conference or event registration, and meals (with receipts). The full details can be found in our General Travel Reimbursement Guidelines document. From 8f78b0ceb3173b02beafcf389987e6e48ff94d71 Mon Sep 17 00:00:00 2001 From: Chad Dougherty Date: Wed, 4 Dec 2024 11:04:03 -0500 Subject: [PATCH 36/61] add RPI software engineer job (#1633) Google Form response 577 Signed-off-by: Chad Dougherty --- _data/related-jobs.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/_data/related-jobs.yml b/_data/related-jobs.yml index c51d291fe..860d0f73b 100644 --- a/_data/related-jobs.yml +++ b/_data/related-jobs.yml @@ -1,3 +1,8 @@ +- expires: 2025-03-04 + location: Scientific Computation Research Center, Rensselaer Polytechnic Institute, Troy, NY (can be remote/flexible) + name: Software Engineer + posted: 2024-12-04 + url: https://careers.rpi.edu/en-us/job/494463/computational-science-engineering-researchers-2024-25 - expires: 2025-09-22 location: Arizona State University, Tempe, AZ name: Teaching Assistant Professor - Computational Life Sciences From 4ac6b98603f4c567f19927484b8f999dc496203f Mon Sep 17 00:00:00 2001 From: github-actions Date: Wed, 4 Dec 2024 16:06:15 +0000 Subject: [PATCH 37/61] Automated deployment to update contributors 2024-12-04 --- .all-contributorsrc | 22 ++++++++++++++++++++++ .tributors | 12 ++++++++++++ README.md | 4 +++- 3 files changed, 37 insertions(+), 1 deletion(-) diff --git a/.all-contributorsrc b/.all-contributorsrc index 95f80a438..f88e46141 100644 --- a/.all-contributorsrc +++ b/.all-contributorsrc @@ -861,6 +861,28 @@ "avatar_url": [ "https://avatars.githubusercontent.com/u/171282530?v=4" ] + }, + { + "login": "KristijanArmeni", + "name": "Kristijan Armeni", + "contributions": [ + "code" + ], + "profile": "www.kristijanarmeni.net", + "avatar_url": [ + "https://avatars.githubusercontent.com/u/14061041?v=4" + ] + }, + { + "login": "jmelot", + "name": "Jennifer Melot", + "contributions": [ + "code" + ], + "profile": "https://github.com/jmelot", + "avatar_url": [ + "https://avatars.githubusercontent.com/u/1252409?v=4" + ] } ], "contributorsPerLine": 7 diff --git a/.tributors b/.tributors index 93f9f5897..13f525e83 100644 --- a/.tributors +++ b/.tributors @@ -436,5 +436,17 @@ "jperrsau-at-nrel": { "name": "jperrsau-at-nrel", "blog": "https://github.com/jperrsau-at-nrel" + }, + "KristijanArmeni": { + "name": "Kristijan Armeni", + "bio": "cognitive neuroscientist;\r\nMEG, natural language processing, neural networks", + "blog": "www.kristijanarmeni.net", + "orcid": "0000-0001-8391-8965", + "affiliation": "Johns Hopkins University" + }, + "jmelot": { + "name": "Jennifer Melot", + "bio": "Software engineer @georgetown-cset. Profile picture is of a Long-billed Curlew by Ingrid Taylar", + "blog": "https://github.com/jmelot" } } \ No newline at end of file diff --git a/README.md b/README.md index 040f8ff8a..9f978a829 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ https://us-rse.org -[![All Contributors](https://img.shields.io/badge/all_contributors-80-orange.svg?style=flat-square)](#contributors) +[![All Contributors](https://img.shields.io/badge/all_contributors-82-orange.svg?style=flat-square)](#contributors) ## What is this? @@ -225,6 +225,8 @@ tool to generate a contributors graphic below. sanyatonwu
sanyatonwu

💻 David Brownell
David Brownell

💻 jperrsau-at-nrel
jperrsau-at-nrel

💻 + Kristijan Armeni
Kristijan Armeni

💻 + Jennifer Melot
Jennifer Melot

💻 From f48ff0379892405bb3b1c0c9e4b921ad5a824c9d Mon Sep 17 00:00:00 2001 From: github-actions Date: Thu, 5 Dec 2024 02:36:46 +0000 Subject: [PATCH 38/61] Automated push to update jobs files 2024-12-05 --- _data/related-jobs.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/_data/related-jobs.yml b/_data/related-jobs.yml index 860d0f73b..c522fd5f0 100644 --- a/_data/related-jobs.yml +++ b/_data/related-jobs.yml @@ -1,5 +1,6 @@ - expires: 2025-03-04 - location: Scientific Computation Research Center, Rensselaer Polytechnic Institute, Troy, NY (can be remote/flexible) + location: Scientific Computation Research Center, Rensselaer Polytechnic Institute, + Troy, NY (can be remote/flexible) name: Software Engineer posted: 2024-12-04 url: https://careers.rpi.edu/en-us/job/494463/computational-science-engineering-researchers-2024-25 From 353b50888ef55961022b45ad7049838c7b8d6579 Mon Sep 17 00:00:00 2001 From: Miranda Mundt <55767766+mrmundt@users.noreply.github.com> Date: Thu, 5 Dec 2024 13:55:11 -0700 Subject: [PATCH 39/61] Update Conference Event for USRSE'25 (#1635) * Update Conferences for USRSE'25 * Generalize the workshop link --- _events/2021/2021-10-intnl-rse-day.md | 2 +- _events/repeated/international-rse-day.md | 2 +- pages/events/conference.md | 35 ++++++++++++++++++++++- pages/events/index.md | 10 +++---- 4 files changed, 41 insertions(+), 8 deletions(-) diff --git a/_events/2021/2021-10-intnl-rse-day.md b/_events/2021/2021-10-intnl-rse-day.md index 82edf03a2..1050d66a7 100644 --- a/_events/2021/2021-10-intnl-rse-day.md +++ b/_events/2021/2021-10-intnl-rse-day.md @@ -22,7 +22,7 @@ of the day's events. _First International RSE Day Virtual Workshop Events Oct 14, 11:00 AM Eastern - 4:45 PM Eastern._ An NSF-funded workshop titled “Building the research innovation workforce: a workshop -to identify new insights and directions to advance the research computing community” recently found that collaborations between research software engineers, cyberinfrastructure professionals, and researchers were key to the research computing community [https://www.rcac.purdue.edu/files/ciworkforce2020/report.pdf](https://www.rcac.purdue.edu/files/ciworkforce2020/report.pdf). +to identify new insights and directions to advance the research computing community” recently found that collaborations between research software engineers, cyberinfrastructure professionals, and researchers were key to the research computing community [https://www.rcac.purdue.edu/ciworkforce2020](https://www.rcac.purdue.edu/ciworkforce2020). But what do successful RSE, CI professional, and researcher teams and stakeholder interactions look like? How are they funded and how did people get started in this career? diff --git a/_events/repeated/international-rse-day.md b/_events/repeated/international-rse-day.md index aca1fa8d3..0bbf6cce5 100644 --- a/_events/repeated/international-rse-day.md +++ b/_events/repeated/international-rse-day.md @@ -26,6 +26,6 @@ October 14th is [International RSE Day](https://researchsoftware.org/council/int _First International RSE Day Virtual Workshop Events Oct 14, 11:00 AM Eastern - 4:45 PM Eastern._ An NSF-funded workshop titled “Building the research innovation workforce: a workshop -to identify new insights and directions to advance the research computing community” recently found that collaborations between research software engineers, cyberinfrastructure professionals, and researchers were key to the research computing community [https://www.rcac.purdue.edu/files/ciworkforce2020/report.pdf](https://www.rcac.purdue.edu/files/ciworkforce2020/report.pdf). +to identify new insights and directions to advance the research computing community” recently found that collaborations between research software engineers, cyberinfrastructure professionals, and researchers were key to the research computing community [https://www.rcac.purdue.edu/ciworkforce2020](https://www.rcac.purdue.edu/ciworkforce2020). But what do successful RSE, CI professional, and researcher teams and stakeholder interactions look like? How are they funded and how did people get started in this career? Join the activities of an international RSE day to join the discussion! diff --git a/pages/events/conference.md b/pages/events/conference.md index 94a030322..a1a86a2db 100644 --- a/pages/events/conference.md +++ b/pages/events/conference.md @@ -9,11 +9,43 @@ permalink: /events/conference/
- + {% assign color = "#790c63" %} +
+
+
+ USRSE'25: Philadelphia, PA +
+
+
+
+ October 2025 +
+
+
+
+
+ TBA +
+ +

+ TBA +

+ +
+
+
+ +
+
+ + + + {% assign color = "#717171" %} +
@@ -71,6 +103,7 @@ permalink: /events/conference/
+
diff --git a/pages/events/index.md b/pages/events/index.md index 3e8c9251b..196318647 100644 --- a/pages/events/index.md +++ b/pages/events/index.md @@ -13,7 +13,7 @@ permalink: /events/
- + {% assign color = "#790c63" %} @@ -21,22 +21,22 @@ permalink: /events/
- US-RSE'24: Albuquerque, NM + USRSE'25: Philadelphia, PA
- October 15-17, 2024 + October 2025
- Yesterday, Today, Tomorrow + TBA

- A celebration of all that RSEs have done for computing in the past, in the present, and in the future. + TBA.

From 5ba6462e5d95b0f50274fb6af57f6684c330b48c Mon Sep 17 00:00:00 2001 From: github-actions Date: Sat, 7 Dec 2024 02:27:19 +0000 Subject: [PATCH 40/61] Automated push to update jobs files 2024-12-07 --- _data/jobs.yml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/_data/jobs.yml b/_data/jobs.yml index 5838ee4cf..797e8a868 100644 --- a/_data/jobs.yml +++ b/_data/jobs.yml @@ -78,11 +78,6 @@ name: Research Software Engineer posted: 2024-10-15 url: https://jobs.lbl.gov/jobs/research-software-engineer-6752 -- expires: 2024-11-01 - location: Lawrence Berkeley National Laboratory, Berkeley, CA (Hybrid) - name: Research Software Engineer (HYBRID) - posted: 2024-10-15 - url: https://jobs.lbl.gov/jobs/research-software-engineer-hybrid-6750 - expires: 2024-11-11 location: Science Systems and Applications, Inc., Greenbelt, MD name: Ocean Modeling Integration/Testing/Validation (ITV) Developer From b23882bb9c178fb3038ba7e3bffe351b27bc3a0a Mon Sep 17 00:00:00 2001 From: sanyatonwu <155703270+sanyatonwu@users.noreply.github.com> Date: Thu, 12 Dec 2024 20:36:33 -0600 Subject: [PATCH 41/61] Create page for R Affinity Group --- pages/ag/r-rse.md | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 pages/ag/r-rse.md diff --git a/pages/ag/r-rse.md b/pages/ag/r-rse.md new file mode 100644 index 000000000..f0647e65b --- /dev/null +++ b/pages/ag/r-rse.md @@ -0,0 +1,23 @@ +--- +layout: page +title: R Affinity Group +subtitle: +menubar: +permalink: /ag/r-rse/ +set_last_modified: true +--- + +# Overview +The R Affinity Group exists to increase the representation of R users in the US-RSE community and provide opportunities for members to develop R skills. + +# Membership +Membership is open to anyone who is interested in learning more about R, participating in a community of R users, or improving their R skills. + +# Activities + +The R Affinity Group will identify 3 to 4 projects per year for members to work on. The purpose of these projects is to help members grow their R skills together or individually. + +The R Affinity Group will facilitate outreach opportunities to advocate for research software engineering as a career path among R users and bring more R users into the US-RSE community. + +# Questions? +Reach out to [Sophia Anyatonwu](sophia.anyatonwu@gmail.com) (Projects Coordinator) and [Eric Scott](scottericr@gmail.com) (Outreach Coordinator) with questions. From 58aaa8cd2ec671a127cae8264c89c4fb767a9384 Mon Sep 17 00:00:00 2001 From: sanyatonwu <155703270+sanyatonwu@users.noreply.github.com> Date: Thu, 12 Dec 2024 20:44:43 -0600 Subject: [PATCH 42/61] Update r-rse.md Added "RSE" to title of page --- pages/ag/r-rse.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pages/ag/r-rse.md b/pages/ag/r-rse.md index f0647e65b..65e045802 100644 --- a/pages/ag/r-rse.md +++ b/pages/ag/r-rse.md @@ -1,6 +1,6 @@ --- layout: page -title: R Affinity Group +title: R-RSE Affinity Group subtitle: menubar: permalink: /ag/r-rse/ From 893fd6d432be88d4387ff50de837b26a60600a76 Mon Sep 17 00:00:00 2001 From: sanyatonwu <155703270+sanyatonwu@users.noreply.github.com> Date: Fri, 13 Dec 2024 17:21:29 -0600 Subject: [PATCH 43/61] Update affinity-groups.md Add the R Affinity Group to the affinity groups page --- pages/ag/affinity-groups.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/pages/ag/affinity-groups.md b/pages/ag/affinity-groups.md index 0a7e46289..fc642d0d9 100644 --- a/pages/ag/affinity-groups.md +++ b/pages/ag/affinity-groups.md @@ -78,4 +78,8 @@ positions with "engineer" or "scientist" in their title. DMV (Delaware-Maryland-Virginia) RSE is a regional affinity group for professionals in RSE and RSE-adjacent disciplines. We organize informal gatherings where interested professionals can connect and learn from each others. +

R-RSE

+ +The R Affinity Group (R-RSE) exists to increase the representation of R users in the US-RSE community and provide opportunities for members to develop R skills. +
From ff1209f0d4230a350cf1c8a40d5fe4b4fed00806 Mon Sep 17 00:00:00 2001 From: Chad Dougherty Date: Mon, 16 Dec 2024 11:54:05 -0500 Subject: [PATCH 44/61] add NOAA/CIRES SWPC RSE job (#1637) * add NOAA/CIRES SWPC RSE job Google Form response 578 Signed-off-by: Chad Dougherty * remove expired NYU job Signed-off-by: Chad Dougherty --------- Signed-off-by: Chad Dougherty --- _data/jobs.yml | 5 +++++ _data/related-jobs.yml | 5 ----- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/_data/jobs.yml b/_data/jobs.yml index 797e8a868..da00a245e 100644 --- a/_data/jobs.yml +++ b/_data/jobs.yml @@ -1,3 +1,8 @@ +- expires: 2024-12-27 + location: CIRES/NOAA Space Weather Prediction Center, Boulder, CO + name: Research Software Engineer (Associate Scientist Track) + posted: 2024-12-16 + url: https://jobs.colorado.edu/jobs/JobDetail/?jobId=60886 - expires: 2025-01-31 location: College of Engineering, University of Delaware, Newark, DE name: Research Software Engineer diff --git a/_data/related-jobs.yml b/_data/related-jobs.yml index c522fd5f0..cf582932d 100644 --- a/_data/related-jobs.yml +++ b/_data/related-jobs.yml @@ -29,11 +29,6 @@ name: Director of Research Computing posted: 2024-09-10 url: https://www.lerner.ccf.org/careers/faculty/ -- expires: 2024-12-04 - location: New York University, New York, NY (mostly remote - more than 60% of time) - name: Senior HPC Specialist - posted: 2024-09-05 - url: https://uscareers-nyu.icims.com/jobs/13834/senior-hpc-specialist/job - expires: 2024-12-31 location: University of Washington , Seattle, WA name: Assistant Professor, Teaching Track, in Software Development and Design From 6d980fb6274a28afc6232ccb943f643c0a68e660 Mon Sep 17 00:00:00 2001 From: Chad Dougherty Date: Mon, 16 Dec 2024 13:25:45 -0500 Subject: [PATCH 45/61] add University of Wyoming Research Scientist job Google Form response 579 Signed-off-by: Chad Dougherty --- _data/jobs.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/_data/jobs.yml b/_data/jobs.yml index da00a245e..9dd2c7e8f 100644 --- a/_data/jobs.yml +++ b/_data/jobs.yml @@ -1,3 +1,8 @@ +- expires: 2025-12-16 + location: University of Wyoming, Laramie, WY + name: Research Scientist, Associate or Assistant - School of Computing (two openings) + posted: 2024-12-16 + url: https://eeik.fa.us2.oraclecloud.com/hcmUI/CandidateExperience/en/sites/CX_1/job/243604/ - expires: 2024-12-27 location: CIRES/NOAA Space Weather Prediction Center, Boulder, CO name: Research Software Engineer (Associate Scientist Track) From 544cee113878ffb51063befd91311b37325bd3dc Mon Sep 17 00:00:00 2001 From: Chad Dougherty Date: Mon, 16 Dec 2024 13:27:56 -0500 Subject: [PATCH 46/61] rework the job title and location slightly Signed-off-by: Chad Dougherty --- _data/jobs.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/_data/jobs.yml b/_data/jobs.yml index 9dd2c7e8f..6f8036022 100644 --- a/_data/jobs.yml +++ b/_data/jobs.yml @@ -1,6 +1,6 @@ - expires: 2025-12-16 - location: University of Wyoming, Laramie, WY - name: Research Scientist, Associate or Assistant - School of Computing (two openings) + location: School of Computing, University of Wyoming, Laramie, WY + name: Research Scientist, Associate or Assistant (two openings) posted: 2024-12-16 url: https://eeik.fa.us2.oraclecloud.com/hcmUI/CandidateExperience/en/sites/CX_1/job/243604/ - expires: 2024-12-27 From 81a50993cff7384e2030e9015ce6c4c2d75395d8 Mon Sep 17 00:00:00 2001 From: Chad Dougherty Date: Wed, 18 Dec 2024 15:36:45 -0500 Subject: [PATCH 47/61] add Globus developer job Google Form response 580 Signed-off-by: Chad Dougherty --- _data/jobs.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/_data/jobs.yml b/_data/jobs.yml index 6f8036022..09c19f33e 100644 --- a/_data/jobs.yml +++ b/_data/jobs.yml @@ -1,3 +1,8 @@ +- expires: 2025-02-28 + location: University of Chicago - Globus, remote/flexible + name: Professional Services Developer + posted: 2024-12-18 + url: https://uchicago.wd5.myworkdayjobs.com/en-US/External/details/Professional-Services-Developer_JR28563?q=professional+services - expires: 2025-12-16 location: School of Computing, University of Wyoming, Laramie, WY name: Research Scientist, Associate or Assistant (two openings) From d5e56d2dab188222a0860b4713db05a78cae8a34 Mon Sep 17 00:00:00 2001 From: Chad Dougherty Date: Wed, 18 Dec 2024 15:38:17 -0500 Subject: [PATCH 48/61] simplify url Signed-off-by: Chad Dougherty --- _data/jobs.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_data/jobs.yml b/_data/jobs.yml index 09c19f33e..d10a21823 100644 --- a/_data/jobs.yml +++ b/_data/jobs.yml @@ -2,7 +2,7 @@ location: University of Chicago - Globus, remote/flexible name: Professional Services Developer posted: 2024-12-18 - url: https://uchicago.wd5.myworkdayjobs.com/en-US/External/details/Professional-Services-Developer_JR28563?q=professional+services + url: https://uchicago.wd5.myworkdayjobs.com/en-US/External/details/Professional-Services-Developer_JR28563 - expires: 2025-12-16 location: School of Computing, University of Wyoming, Laramie, WY name: Research Scientist, Associate or Assistant (two openings) From 737db999f48e05ae4f4af89e816426636216c04f Mon Sep 17 00:00:00 2001 From: Chad Dougherty Date: Wed, 18 Dec 2024 17:51:00 -0500 Subject: [PATCH 49/61] remove missing Catalyst Coop job Signed-off-by: Chad Dougherty --- _data/jobs.yml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/_data/jobs.yml b/_data/jobs.yml index d10a21823..7037e02b4 100644 --- a/_data/jobs.yml +++ b/_data/jobs.yml @@ -28,11 +28,6 @@ name: Research Software Engineer posted: 2024-11-21 url: https://uchicago.wd5.myworkdayjobs.com/External/job/Chicago-IL/Research-Software-Engineer_JR27677 -- expires: 2024-12-31 - location: Catalyst Cooperative, Remote (we are an all remote organization) - name: Data Wrangler - posted: 2024-11-20 - url: https://catalyst.coop/work-with-us/data-wrangler/ - expires: 2025-01-15 location: KBase, Lawrence Berkeley National Lab, Berkeley, CA (remote OK) name: BioData Engineer From 2aa9c8c364dead9505796f3b831de5b1a2ddc127 Mon Sep 17 00:00:00 2001 From: Chad Dougherty Date: Thu, 19 Dec 2024 18:33:23 -0500 Subject: [PATCH 50/61] add U.Wisconsin - Madison PM job (#1640) Google Form response 581 Signed-off-by: Chad Dougherty --- _data/related-jobs.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/_data/related-jobs.yml b/_data/related-jobs.yml index cf582932d..1fee648bd 100644 --- a/_data/related-jobs.yml +++ b/_data/related-jobs.yml @@ -1,3 +1,8 @@ +- expires: 2025-01-17 + location: University of Wisconsin - Madison, Flexible + name: Project Manager II + posted: 2024-12-19 + url: https://jobs.wisc.edu/jobs/field-day-lab-project-manager-madison-wisconsin-united-states - expires: 2025-03-04 location: Scientific Computation Research Center, Rensselaer Polytechnic Institute, Troy, NY (can be remote/flexible) From 7e0a432a461bcf8b730682eb72fa127093efdd5e Mon Sep 17 00:00:00 2001 From: Sandra Gesing Date: Fri, 20 Dec 2024 12:09:04 -0600 Subject: [PATCH 51/61] Update message from the executive director --- pages/about/staff.md | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/pages/about/staff.md b/pages/about/staff.md index 61d3785b0..7acfc7095 100644 --- a/pages/about/staff.md +++ b/pages/about/staff.md @@ -26,6 +26,26 @@ set_last_modified: true
+### Message from the Executive Director December 2024 + +Dear US-RSE Members and Allies, + +As this year ends, I’m filled with gratitude and pride for the incredible progress our vibrant US-RSE community has made. With over 3,000 members and the success of our second in-person US-RSE conference, we have strengthened our space for collaboration, knowledge sharing, and mutual support. This event highlighted the power of a community where individuals from diverse career paths and backgrounds come together with a shared sense of purpose. + +This year brought many key milestones. Continued funding from the Alfred P. Sloan Foundation has been important in solidifying our operational foundation. The launch of our Organizational Membership Program is an exciting step toward financial sustainability, fostering deeper partnerships and expanding recognition for RSEs within the research ecosystem. + +Reflecting on the past year, the uncharted waters I faced as your Executive Director no longer feel so unknown, thanks to the incredible support of this community. I want to express my heartfelt gratitude to the Steering Committee, whose dedication and hands-on contributions have been crucial to our growth and success. I’m equally thankful for the strong support of our members, my advisory board, and mentors, whose guidance and encouragement have made this journey possible. + +Looking ahead, advocacy, funding, and the sustainability of US-RSE remain focal points of my work. The Steering Committee and I are committed to advancing professional development, career recognition, and innovative programs for both current and future RSEs. Globally, US-RSE continues to strengthen ties with international RSE communities, reminding us that we are part of a worldwide movement to elevate the visibility and impact of RSEs. Together, we are stronger. + +As we enter the holiday season, I hope you find time to rest, recharge, and celebrate. Thank you for being part of this extraordinary journey—I’m always grateful for your ideas and input, so please don’t hesitate to reach out. + +Wishing you a joyful holiday season and a happy, healthy New Year! + +Warm regards, +Sandra Gesing + + ### Message from the Executive Director October 2023 Dear US-RSE members and allies, From 56c0ebc5ca7ae9c1757b2587dd0b1f09a03fcbe6 Mon Sep 17 00:00:00 2001 From: Sandra Gesing Date: Fri, 20 Dec 2024 13:08:39 -0600 Subject: [PATCH 52/61] Update text in organizational membership to 3000 members --- pages/get_involved/organizational_membership.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pages/get_involved/organizational_membership.md b/pages/get_involved/organizational_membership.md index d14c6d410..20b4ba673 100644 --- a/pages/get_involved/organizational_membership.md +++ b/pages/get_involved/organizational_membership.md @@ -17,7 +17,7 @@ role in promoting RSEs to be universally respected for advancing science, technology, and society through the transformative power of research software engineering. The number of individual members of US-RSE has grown from about 20 in 2018 to -over 2700 in 2024. +over 3000 in 2024. {% include member-graph.html %} From b8e8fa4e703771dc4784d099c7cd265f83280a5f Mon Sep 17 00:00:00 2001 From: Chad Dougherty Date: Fri, 20 Dec 2024 19:25:44 -0500 Subject: [PATCH 53/61] add Stanford GSB research computing associate job (#1641) Google Form response 582 Signed-off-by: Chad Dougherty --- _data/jobs.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/_data/jobs.yml b/_data/jobs.yml index 7037e02b4..b3405abc8 100644 --- a/_data/jobs.yml +++ b/_data/jobs.yml @@ -1,3 +1,8 @@ +- expires: 2025-02-28 + location: Stanford University Graduate School of Business, Stanford, CA (Hybrid/Not Remote) + name: (Senior) Research Computing and Analytics Associate + posted: 2024-12-20 + url: https://careersearch.stanford.edu/jobs/senior-research-computing-and-analytics-associate-27525 - expires: 2025-02-28 location: University of Chicago - Globus, remote/flexible name: Professional Services Developer From d0c5115716ffc2c9ebb67dc9c94b3f51caf4f481 Mon Sep 17 00:00:00 2001 From: github-actions Date: Sat, 21 Dec 2024 02:15:58 +0000 Subject: [PATCH 54/61] Automated push to update jobs files 2024-12-21 --- _data/jobs.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/_data/jobs.yml b/_data/jobs.yml index b3405abc8..43790afb8 100644 --- a/_data/jobs.yml +++ b/_data/jobs.yml @@ -1,5 +1,6 @@ - expires: 2025-02-28 - location: Stanford University Graduate School of Business, Stanford, CA (Hybrid/Not Remote) + location: Stanford University Graduate School of Business, Stanford, CA (Hybrid/Not + Remote) name: (Senior) Research Computing and Analytics Associate posted: 2024-12-20 url: https://careersearch.stanford.edu/jobs/senior-research-computing-and-analytics-associate-27525 From 8f48085148d428e4812178d01327bfb23cf0a853 Mon Sep 17 00:00:00 2001 From: github-actions Date: Mon, 23 Dec 2024 02:20:39 +0000 Subject: [PATCH 55/61] Automated push to update jobs files 2024-12-23 --- _data/jobs.yml | 6 ------ 1 file changed, 6 deletions(-) diff --git a/_data/jobs.yml b/_data/jobs.yml index 43790afb8..7bd5796b2 100644 --- a/_data/jobs.yml +++ b/_data/jobs.yml @@ -119,12 +119,6 @@ name: Research Software Engineer II (RSEII), HPC & AI Software Engineer posted: 2024-09-25 url: https://searchjobs.dartmouth.edu/postings/75830 -- expires: 2024-10-23 - location: National Center for Ecological Analysis & Synthesis, UC Santa Barbara, - Santa Barbara, CA - name: Research Software Developer - posted: 2024-09-23 - url: https://careerspub.universityofcalifornia.edu/psc/ucsb/EMPLOYEE/HRMS/c/HRS_HRAM_FL.HRS_CG_SEARCH_FL.GBL?Page=HRS_APP_JBPST_FL&JobOpeningId=72846&PostingSeq=1&SiteId=31&languageCd=ENG&FOCUS=Applicant - expires: 2025-03-01 location: PsiQuantum, Palo Alto, CA or remote name: Quantum Architect, Simulation & Software From 75bfa098cf5b8511253307a731e44e3eb57e2bc4 Mon Sep 17 00:00:00 2001 From: github-actions Date: Tue, 31 Dec 2024 02:17:39 +0000 Subject: [PATCH 56/61] Automated push to update jobs files 2024-12-31 --- _data/jobs.yml | 41 ----------------------------------------- 1 file changed, 41 deletions(-) diff --git a/_data/jobs.yml b/_data/jobs.yml index 7bd5796b2..755fd7194 100644 --- a/_data/jobs.yml +++ b/_data/jobs.yml @@ -84,11 +84,6 @@ name: Sr. Software Engineer posted: 2024-10-24 url: https://jobs.jhu.edu/job/Baltimore-Sr_-Software-Engineer-MD-21202/1222311100/ -- expires: 2024-11-18 - location: Amentum (NASA Contractor), Houston, TX (remote/flexible) - name: HPC Research Software Engineer - posted: 2024-10-22 - url: https://www.amentumcareers.com/jobs/hpc-research-software-engineer-houston-texas-united-states - expires: 2024-11-04 location: Lawrence Berkeley National Lab, Berkeley, CA name: Research Software Engineer @@ -104,21 +99,6 @@ name: Level I Software Engineer (Scientific Python Programmer) posted: 2024-10-03 url: https://recruiting2.ultipro.com/SPA1004AURA/JobBoard/93330e50-7b3a-4ba8-94f2-6f32360aa4e1/OpportunityDetail?opportunityId=765c1d8c-975f-4ce2-830c-efd68dbe8691 -- expires: 2024-10-31 - location: Science Systems and Applications, Inc., Greenbelt, MD - name: Atmospheric Data Assimilation Software Engineer - posted: 2024-10-01 - url: https://workforcenow.adp.com/mascsr/default/mdf/recruitment/recruitment.html?cid=a40f480a-47ae-461b-bf11-ceedb843d226&ccId=19000101_000001&jobId=475218&source=CC2&lang=en_US -- expires: 2024-10-26 - location: University of Illinois Urbana-Champaign, Urbana, IL - name: Staff or Senior Research Engineer or Scientist - posted: 2024-09-26 - url: https://illinois.csod.com/ux/ats/careersite/1/home/requisition/11966?c=illinois -- expires: 2024-10-31 - location: Dartmouth College ITC, Hanover, NH (Hybrid) - name: Research Software Engineer II (RSEII), HPC & AI Software Engineer - posted: 2024-09-25 - url: https://searchjobs.dartmouth.edu/postings/75830 - expires: 2025-03-01 location: PsiQuantum, Palo Alto, CA or remote name: Quantum Architect, Simulation & Software @@ -134,37 +114,16 @@ name: Research Software Engineer II posted: 2024-09-18 url: https://main-princeton.icims.com/jobs/19738/research-software-engineer-ii/job -- expires: 2024-10-31 - location: Lawrence Berkeley National Laboratory, Berkeley, CA - name: Computer Systems Engineer - posted: 2024-09-11 - url: https://jobs.lbl.gov/jobs/computer-systems-engineer-6703 - expires: 2024-12-06 location: Georgia Institute of Technology, Remote Eligible name: Research Scientist II/Senior posted: 2024-09-10 url: https://careers.hprod.onehcm.usg.edu/psp/careers/CAREERS/HRMS/c/HRS_HRAM_FL.HRS_CG_SEARCH_FL.GBL?Page=HRS_APP_JBPST_FL&Action=U&FOCUS=Applicant&SiteId=3000&JobOpeningId=277720&PostingSeq=1 -- expires: 2024-10-31 - location: Eagle Rock Analytics, Sacramento, CA / Remote - name: Senior Full-Stack Geospatial Developer - posted: 2024-09-10 - url: https://eaglerockanalytics.com/career/senior-full-stack-geospatial-or-scientific-developer-remote-full-time-sacramento-ca/ -- expires: 2024-10-30 - location: National Science Foundation National Center for Atmospheric Research (NSF-NCAR), - Boulder, CO (hybrid) - name: Associate Data Scientist II - posted: 2024-08-28 - url: https://ucar.wd5.myworkdayjobs.com/UCAR_Careers/job/Center-Green-1/Associate-Data-Scientist-II_REQ-2024-171 - expires: 2024-12-31 location: University of Vermont, Burlington, VT name: Research Software Engineer posted: 2024-08-09 url: https://www.uvmjobs.com/postings/74936 -- expires: 2024-12-31 - location: Henry M Jackson Foundation, Frederick, MD - name: Computational Research Scientist II - Toxicology - posted: 2024-07-30 - url: https://jobs.hjf.org/jobs/4414?lang=en-us - expires: 2024-12-31 location: Henry M Jackson Foundation, Frederick, MD name: Computational Research Scientist III - Toxicology From 3afe569615e369b9e40aea466e1ba439c8e09236 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 31 Dec 2024 17:12:31 -0800 Subject: [PATCH 57/61] Automated deployment to update Member Counts 2025-01-01 (#1642) --- _data/memberCounts.csv | 1 + 1 file changed, 1 insertion(+) diff --git a/_data/memberCounts.csv b/_data/memberCounts.csv index a21b7710f..496a26661 100644 --- a/_data/memberCounts.csv +++ b/_data/memberCounts.csv @@ -81,3 +81,4 @@ August 2024,77,2764 September 2024,73,2837 October 2024,90,2928 November 2024,77,3005 +December 2024,45,3050 From 5fcacaeb57f7cae7a7531d5470cf5e4d5fc9606f Mon Sep 17 00:00:00 2001 From: github-actions Date: Wed, 1 Jan 2025 02:25:11 +0000 Subject: [PATCH 58/61] Automated push to update jobs files 2025-01-01 --- _data/jobs.yml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/_data/jobs.yml b/_data/jobs.yml index 755fd7194..3a879cdf4 100644 --- a/_data/jobs.yml +++ b/_data/jobs.yml @@ -109,11 +109,6 @@ name: Engineering Scientist posted: 2024-09-20 url: https://utaustin.wd1.myworkdayjobs.com/UTstaff/job/PICKLE-RESEARCH-CAMPUS/Engineering-Scientist_R_00035318 -- expires: 2024-11-01 - location: Center for Digital Humanities at Princeton University, Princeton, NJ - name: Research Software Engineer II - posted: 2024-09-18 - url: https://main-princeton.icims.com/jobs/19738/research-software-engineer-ii/job - expires: 2024-12-06 location: Georgia Institute of Technology, Remote Eligible name: Research Scientist II/Senior From 4061f3365369966bb1538cdff5c9c85a63cdf89e Mon Sep 17 00:00:00 2001 From: github-actions Date: Thu, 2 Jan 2025 02:17:49 +0000 Subject: [PATCH 59/61] Automated push to update jobs files 2025-01-02 --- _data/jobs.yml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/_data/jobs.yml b/_data/jobs.yml index 3a879cdf4..be3c9d85d 100644 --- a/_data/jobs.yml +++ b/_data/jobs.yml @@ -94,11 +94,6 @@ name: Ocean Modeling Integration/Testing/Validation (ITV) Developer posted: 2024-10-15 url: https://workforcenow.adp.com/mascsr/default/mdf/recruitment/recruitment.html?cid=a40f480a-47ae-461b-bf11-ceedb843d226&jobId=475705&lang=en_US -- expires: 2024-11-02 - location: Space Telescope Science Institute, Baltimore, MD (Hybrid) - name: Level I Software Engineer (Scientific Python Programmer) - posted: 2024-10-03 - url: https://recruiting2.ultipro.com/SPA1004AURA/JobBoard/93330e50-7b3a-4ba8-94f2-6f32360aa4e1/OpportunityDetail?opportunityId=765c1d8c-975f-4ce2-830c-efd68dbe8691 - expires: 2025-03-01 location: PsiQuantum, Palo Alto, CA or remote name: Quantum Architect, Simulation & Software From 53f523eeab826b4f5442b9596e1691f51e732436 Mon Sep 17 00:00:00 2001 From: github-actions Date: Fri, 3 Jan 2025 02:19:02 +0000 Subject: [PATCH 60/61] Automated push to update jobs files 2025-01-03 --- _data/jobs.yml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/_data/jobs.yml b/_data/jobs.yml index be3c9d85d..ac2510fef 100644 --- a/_data/jobs.yml +++ b/_data/jobs.yml @@ -114,11 +114,6 @@ name: Research Software Engineer posted: 2024-08-09 url: https://www.uvmjobs.com/postings/74936 -- expires: 2024-12-31 - location: Henry M Jackson Foundation, Frederick, MD - name: Computational Research Scientist III - Toxicology - posted: 2024-07-30 - url: https://jobs.hjf.org/jobs/4415?lang=en-us - expires: 2024-12-31 location: Henry M Jackson Foundation, Frederick, MD name: Computational Research Scientist I - Bone/Musculoskeletal Biomechanics From a9b450dbedb0276b9279ac44e9256755530218c8 Mon Sep 17 00:00:00 2001 From: github-actions Date: Sun, 5 Jan 2025 02:23:35 +0000 Subject: [PATCH 61/61] Automated push to update jobs files 2025-01-05 --- _data/jobs.yml | 10 ---------- _data/related-jobs.yml | 5 ----- 2 files changed, 15 deletions(-) diff --git a/_data/jobs.yml b/_data/jobs.yml index ac2510fef..2a4e46ab5 100644 --- a/_data/jobs.yml +++ b/_data/jobs.yml @@ -74,21 +74,11 @@ name: Systems Biology Modeling Lead posted: 2024-10-30 url: https://careers-pnnl.icims.com/jobs/9807/systems-biology-modeling-lead/job -- expires: 2024-11-05 - location: CIRES (positioned at NOAA/SWPC), Boulder, CO (hybrid) - name: Full Stack Software Developer - posted: 2024-10-29 - url: https://jobs.colorado.edu/jobs/JobDetail?jobId=60092 - expires: 2024-11-25 location: Johns Hopkins University, Baltimore, Maryland name: Sr. Software Engineer posted: 2024-10-24 url: https://jobs.jhu.edu/job/Baltimore-Sr_-Software-Engineer-MD-21202/1222311100/ -- expires: 2024-11-04 - location: Lawrence Berkeley National Lab, Berkeley, CA - name: Research Software Engineer - posted: 2024-10-15 - url: https://jobs.lbl.gov/jobs/research-software-engineer-6752 - expires: 2024-11-11 location: Science Systems and Applications, Inc., Greenbelt, MD name: Ocean Modeling Integration/Testing/Validation (ITV) Developer diff --git a/_data/related-jobs.yml b/_data/related-jobs.yml index 1fee648bd..7cff0147c 100644 --- a/_data/related-jobs.yml +++ b/_data/related-jobs.yml @@ -24,11 +24,6 @@ name: Assistant Professor, Tenure Track, in Informatics posted: 2024-09-26 url: https://apply.interfolio.com/150031 -- expires: 2024-11-04 - location: Salk Institute for Biological Studies, La Jolla, CA - name: Senior Research Cloud Computing Architect and Engineer - posted: 2024-09-26 - url: https://recruiting2.ultipro.com/SAL1013SIBS/JobBoard/e9f055e1-a105-4f91-9a67-21aea61655fa/Opportunity/OpportunityDetail?opportunityId=3be381f0-2e9a-4a27-827d-94c482f645ce - expires: 2024-11-10 location: Cleveland Clinic, Cleveland, OH/Hybrid name: Director of Research Computing