9 Commits

Author SHA1 Message Date
4a59c2f285 events on entry page updated
All checks were successful
RSE-PSI Website Scheduler / build-and-deploy (push) Successful in 33s
2026-03-27 16:26:00 +01:00
b57cc2e08e Git course agenda updated
All checks were successful
RSE-PSI Website Scheduler / build-and-deploy (push) Successful in 31s
2026-03-26 14:20:27 +01:00
d6b4f5d1f1 Git course agenda updated 2026-03-26 14:10:25 +01:00
bb394772a3 Update .gitea/workflows/mkdocs_build.yml 2026-03-26 11:08:23 +01:00
b87b1b9c43 Update .gitea/workflows/mkdocs_build.yml 2026-03-26 11:07:20 +01:00
04444b157e event date fixed 2026-03-26 10:54:27 +01:00
6c73ab25da event list updated 2026-03-26 10:52:10 +01:00
Michael Weinold
81569d0907 fixed linebreaks
All checks were successful
RSE-PSI Website Scheduler / checkout (push) Successful in 33s
2026-03-04 11:26:45 +01:00
fdf3e06715 Merge pull request 'added presentation viewers' (#9) from add_renku_material into main
Reviewed-on: #9
2026-03-04 11:24:37 +01:00
7 changed files with 44 additions and 5 deletions

View File

@@ -7,7 +7,8 @@ on:
- cron: "0 1 * * *"
jobs:
checkout:
build-and-deploy:
runs-on: ubuntu-latest-intranet
steps:
- name: Checkout
uses: actions/checkout@v4

View File

@@ -12,7 +12,11 @@
| Date | Time | Event | Location | Link | Calendar |
| ---- | ---- | ----- | -------- | ---- | -------- |
| 14. Apr | 11:00-11:45 | [RSE Seminar, Alain Studer:<br>h5py + mpi4py](events/2026-04-14/Studer.md) | [OHSA/E13](https://pocket.psi.ch/psimap) | N/A |
| 28. Apr | 11:00-12:00 | [Git course, Basil Bruhn:<br>Git setup (for newbies)](events/2026-04-28/Git-course.md) | [OFLG/402](https://pocket.psi.ch/psimap) | N/A |
| 12. May | 10:00-12:00 | [Git course, Basil Bruhn:<br>Git basics (for beginners)](events/2026-04-28/Git-course.md) | [OFLG/402](https://pocket.psi.ch/psimap) | N/A |
| 26. May | 10:00-12:00 | [Git course, Basil Bruhn:<br>Git advanced topics](events/2026-04-28/Git-course.md) | [OFLG/402](https://pocket.psi.ch/psimap) | N/A |
| 09. Jun | 10:00-12:00 | [Git course, Basil Bruhn:<br>Git CI/CD ](events/2026-04-28/Git-course.md) | [OFLG/402](https://pocket.psi.ch/psimap) | N/A |
<!--
<div class="grid cards" markdown>

View File

@@ -1,7 +1,7 @@
# Achim Gsell: Coding Styles
**Presenter:** Achim Gsell
**When:** 3. February 2026; 11:00-11:45am
**Presenter:** Achim Gsell
**When:** 3. February 2026; 11:00-11:45am
**Where:** PSI OHSA/E13
Coding style matters in software development because most code is read far

View File

@@ -1,6 +1,6 @@
# An Introduction to Renko
**Presenter:** Elisabet Capón García
**Presenter:** Elisabet Capón García
**When:** 3. March 2026; 11:00-11:45
**Where:** PSI OHSA/E13

View File

@@ -0,0 +1,7 @@
# An Introduction to Renko
**Presenter:** Alain Studer
**When:** 14. April 2026; 11:00-11:45
**Where:** PSI OHSA/E13
Short presentation to demonstrate how h5py + mpi4py can be used to parallelize typical image processing tasks.

View File

@@ -0,0 +1,22 @@
# Git Course
1. **Git setup (for newbies); 28. April, 11am-12am**
- Access to Gitea or Github via SSH and HTTPS
- create and push first repo
2. **Git basics (for beginners); 12. May, 10am - 12am (coffee from 9:45am)**
- Basic commands (clone, pull, add, commit, push)
- origins
- branches (local, remote, tracking etc.)
3. **Git advanced topics; May, 26., 10am - 12am (coffee from 9:45am)**
- best practices for working in a team
- branch and merge strategies
- issues, pull requests and reviews
- hooks
4. **Git CI/CD; June, 9, 10am - 12am (coffee from 9:45am)**
- automatization with CI/CD
- write your own pipeline
- Linting/Building/Testing

View File

@@ -6,6 +6,11 @@ Software is ubiquitous in modern research and its quality has a direct impact on
| Date | Time | Event | Location | Link | Calendar |
| ---- | ---- | ----- | -------- | ---- | -------- |
| 14. Apr | 11:00-11:45 | [RSE Seminar, Alain Studer:<br>h5py + mpi4py](events/2026-04-14/Studer.md) | [OHSA/E13](https://pocket.psi.ch/psimap) | N/A |
| 28. Apr | 11:00-12:00 | [Git course, Basil Bruhn:<br>Git setup (for newbies)](events/2026-04-28/Git-course.md) | [OFLG/402](https://pocket.psi.ch/psimap) | N/A |
| 12. May | 10:00-12:00 | [Git course, Basil Bruhn:<br>Git basics (for beginners)](events/2026-04-28/Git-course.md) | [OFLG/402](https://pocket.psi.ch/psimap) | N/A |
| 26. May | 10:00-12:00 | [Git course, Basil Bruhn:<br>Git advanced topics](events/2026-04-28/Git-course.md) | [OFLG/402](https://pocket.psi.ch/psimap) | N/A |
| 09. Jun | 10:00-12:00 | [Git course, Basil Bruhn:<br>Git CI/CD ](events/2026-04-28/Git-course.md) | [OFLG/402](https://pocket.psi.ch/psimap) | N/A |
## Staying Informed