Compare commits
9 Commits
add_renku_
...
main
| Author | SHA1 | Date | |
|---|---|---|---|
| 4a59c2f285 | |||
| b57cc2e08e | |||
| d6b4f5d1f1 | |||
| bb394772a3 | |||
| b87b1b9c43 | |||
| 04444b157e | |||
| 6c73ab25da | |||
|
|
81569d0907 | ||
| fdf3e06715 |
@@ -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
|
||||
|
||||
@@ -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>
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
|
||||
7
docs/events/2026-04-14/Studer.md
Normal file
7
docs/events/2026-04-14/Studer.md
Normal 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.
|
||||
22
docs/events/2026-04-28/Git-course.md
Normal file
22
docs/events/2026-04-28/Git-course.md
Normal 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
|
||||
|
||||
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user