Skip to content

Commit 11ae821

Browse files
committed
Adding summer of AI for RSE
1 parent 8f8024f commit 11ae821

3 files changed

Lines changed: 21 additions & 10 deletions

File tree

_includes/navbar.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@
1414
<li><a href="/series.html" class="dropdown-item{% if page.url == '/series.html' %} active{% endif %}">Seminar Series</a></li>
1515
<li><a href="/series/summer_of_testing/" class="dropdown-item{% if page.url == '/series/summer_of_testing/' %} active{% endif %}">Summer of Testing</a></li>
1616
<li><a href="/series/summer_of_languages/" class="dropdown-item{% if page.url == '/series/summer_of_languages/' %} active{% endif %}">Summer of Languages</a></li>
17+
<li><a href="/series/summer_of_ai_for_rse/" class="dropdown-item{% if page.url == '/series/summer_of_ai_for_rse/' %} active{% endif %}">Summer of AI for RSE</a></li>
1718
</ul>
1819
</li>
1920
{% else %}

_seminar/2025_07_03-seminar.md

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

_summer_of_ai_for_rse/index.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
---
2+
layout: sub_series
3+
title: "Summer of AI for RSE"
4+
permalink: /series/summer_of_ai_for_rse/
5+
---
6+
7+
# Summer of AI for RSE
8+
9+
**The HiRSE ‘Summer of AI for RSE’ is now live!**
10+
11+
Artificial intelligence (AI) has become an integral part of the software development lifecycle and is rapidly transforming the way research software is developed, maintained, and applied across scientific disciplines. It offers powerful tools to improve the efficiency, quality, and scalability of research software and can assist with code generation, testing, documentation, debugging, and performance optimization, allowing developers to focus on higher-level design and scientific innovation. At the same time, machine learning models can automate repetitive tasks, detect patterns in large datasets, optimize computational workflows, and support decision-making. The growing integration of AI into research software also presents new opportunities and responsibilities.
12+
13+
Ultimately, AI is reshaping research software engineering and understanding how AI can be effectively integrated into research software is therefore becoming an essential skill for research software engineers and an increasingly important factor in advancing modern science.
14+
15+
In this HiRSE Summer seminar series, multiple community members have come together to provide a series of talks on various aspects of AI in RSE including ethics, training, using AI generated PRs in Open Source projects, RDM tools and more.
16+
17+
18+
**Episodes**
19+
All videos can be found on the [HiRSE YouTube Channel](https://www.youtube.com/@Helmholtz_Platform_for_RSE).
20+

0 commit comments

Comments
 (0)