Skip to content

Commit 1eb1386

Browse files
authored
Merge branch 'source' into patch-1
2 parents 09afc81 + bfa965d commit 1eb1386

File tree

3 files changed

+25
-2
lines changed

3 files changed

+25
-2
lines changed

.github/workflows/check_sphinx_build.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,12 @@ jobs:
2727
- name: Build documentation
2828
shell: bash -l {0}
2929
run: |
30-
make html linkcheck
30+
make html
31+
32+
# - name: Check links
33+
# shell: bash -l {0}
34+
# run: |
35+
# make linkcheck
3136

3237
# workaround https://github.com/actions/upload-artifact/issues/38
3338
- name: tarball

_ext/team.yaml

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -436,6 +436,15 @@ team:
436436
roles:
437437
- OHW25 Organizer
438438
- OHW25 Project Mentor
439+
440+
- name: Rui Jin
441+
title: Postdoctoral Researcher
442+
affiliate: UW CICOES
443+
image_url: https://ruijinsz.github.io/assets/images/avatar.jpg
444+
github_user: RuiJinSZ
445+
446+
roles:
447+
- OHW25 Fellow
439448

440449
- name: Hafeez Oladejo
441450
title: PhD Student
@@ -445,3 +454,12 @@ team:
445454
446455
roles:
447456
- OHW25 Fellow
457+
458+
- name: Bruna Strack Cândido
459+
title: MSc Student
460+
affiliate: Copernicus Master in Digital Earth
461+
image_url: https://avatars.githubusercontent.com/u/62394992?v=4
462+
github_user: brunacandido
463+
464+
roles:
465+
- OHW25 Fellow

ohw25/organizers.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ description: Team of OceanHackWeek 2025 organizers
66
# Organizers
77

88
```{ohw-team}
9-
:roles: "OHW25 Organizer*"
9+
:roles: "OHW25 Organizer*,OHW25 Fellow"
1010
:badges:
1111
:hide_role_badges: "OHW18 *,OHW19 *,OHW20 *,OHW21 *,OHW22 *,OHW23 *,OHW24 *,OHW25 Project*,OHW25 Mentor*,OHW25 Tutorial*,*Participant*,Steering *,Tutorials,Infrastructure,Applicant Selection,Projects,Financial Planning,Website"
1212
```

0 commit comments

Comments
 (0)