Skip to content

Commit 8777624

Browse files
Add trajan reps (#34)
1 parent 11099b1 commit 8777624

File tree

3 files changed

+9
-3
lines changed

3 files changed

+9
-3
lines changed

data/people.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ person:
2020
url: https://github.com/VeckoTheGecko
2121

2222
- name: Gaute Hope
23-
roles: [project-opendrift]
23+
roles: [project-opendrift, project-trajan]
2424
preferred_method_of_contact: Zulip
2525
socials:
2626
- platform: zulip
@@ -29,7 +29,7 @@ person:
2929
url: https://github.com/gauteh
3030

3131
- name: Knut-Frode Dagestad
32-
roles: [project-opendrift]
32+
roles: [project-opendrift, project-trajan]
3333
preferred_method_of_contact: Zulip
3434
socials:
3535
- platform: zulip

docs/index.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -92,6 +92,10 @@ _Projects are listed alphabetically._
9292

9393
{{render_role_grid('project-parcels')}}
9494

95+
#### [TrajAn](https://github.com/OpenDrift/trajan)
96+
97+
{{render_role_grid('project-trajan')}}
98+
9599
## Contributing
96100

97101
We have contributors of all types - from those who've contributed to the direction of the project, code, design, feedback, and more. See below our awesome contributors ✨

main.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,9 @@
66

77
PLATFORM = Literal["zulip", "email", "github", "linkedin"]
88
DATA_FOLDER = Path("data")
9-
ROLE = Literal["steering", "moderator", "project-parcels", "project-opendrift"]
9+
ROLE = Literal[
10+
"steering", "moderator", "project-parcels", "project-opendrift", "project-trajan"
11+
]
1012

1113

1214
def get_social_icon(platform: PLATFORM) -> str:

0 commit comments

Comments
 (0)