Skip to content

Commit 0476815

Browse files
authored
Merge pull request #160 from abkfenris/task-groups
Task group page
2 parents 03659b4 + cd018c4 commit 0476815

3 files changed

Lines changed: 89 additions & 3 deletions

File tree

_ext/team.yaml

Lines changed: 14 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ team:
2323
email: ocefpaf@gmail.com
2424
roles:
2525
- Steering Committee
26+
- Application Selection
2627
- Tutorials
2728
- Infrastructure
2829
- OHW18 Organizer
@@ -138,6 +139,7 @@ team:
138139
- Steering Committee
139140
- Applicant Selection
140141
- Website
142+
- Financial Planning
141143
- OHW18 Organizer
142144
- OHW19 Organizer
143145
- OHW20 Organizer
@@ -168,9 +170,6 @@ team:
168170
github_user: Thomas-Moore-Creative
169171
roles:
170172
- Steering Committee
171-
- Projects
172-
- Infrastructure
173-
- Website
174173
- OHW21 Organizer - Australia
175174
- OHW22 Organizer - Global
176175

@@ -192,6 +191,7 @@ team:
192191
github_user: dgumustel
193192
roles:
194193
- Steering Committee
194+
- Tutorials
195195
- OHW21 Organizer
196196
- OHW22 Organizer - Seattle
197197

@@ -214,6 +214,7 @@ team:
214214
github_user: sophieclayton
215215
roles:
216216
- Steering Committee
217+
- Projects
217218
- OHW20 Organizer
218219
- OHW22 Organizer - Global
219220

@@ -266,3 +267,13 @@ team:
266267
roles:
267268
- OHW20 Participant
268269
- OHW22 Organizer - Espanol
270+
271+
- name: Nora Loose
272+
title: Postdoc
273+
affiliate: University of Colorado, Boulder
274+
image_url: https://avatars.githubusercontent.com/u/23617395?v=4
275+
github_user: NoraLoose
276+
email: nora.loose@gmail.com
277+
roles:
278+
- Projects
279+
- OHW20 Participant

about/index.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,7 @@ The hackweek model was spearheaded by the successful [*Astro-*](http://astrohack
5050
:hidden:
5151
5252
steering_committee
53+
task-groups
5354
pasthackweeks
5455
code-of-conduct
5556
```

about/task-groups.md

Lines changed: 74 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,74 @@
1+
# Task Groups
2+
3+
In order to make OceanHackWeek happen each year, we've found that we have a few core sets of tasks.
4+
5+
Accordingly we organize ourselves around those tasks, both so that we have a smaller number of folks to make decisions, but also to make it easier to know who to talk to about any issues.
6+
7+
Most of these groups have or will have Github teams & Slack user group or channel that you can use to communicate with them.
8+
9+
## Tutorials
10+
11+
Developing the flow of the week and figuring out what is key for us to teach and show.
12+
13+
- Github: [@oceanhackweek/tutorials](https://github.com/orgs/oceanhackweek/teams/tutorials)
14+
- Slack: @help-tutorials
15+
16+
```{ohw-team}
17+
:roles: Tutorials
18+
:email_icon:
19+
```
20+
21+
## Projects
22+
23+
Wrangling all the crazy ideas that our participants & leaders have.
24+
25+
- Github: [@oceanhackweek/projects](https://github.com/orgs/oceanhackweek/teams/projects)
26+
- Slack: @help-projects
27+
28+
```{ohw-team}
29+
:roles: Projects
30+
:email_icon:
31+
```
32+
33+
## Financial Planning
34+
35+
If you'd like to give us money to help OceanHackWeek keep happening, or you've got an idea where to find some, let this team know.
36+
37+
- Slack: @financial-planning
38+
39+
```{ohw-team}
40+
:roles: Financial Planning
41+
:email_icon:
42+
```
43+
44+
## Participant Application & Selection
45+
46+
The participant application and selection team develops the application process and form, and provides criteria for selection of participants.
47+
48+
```{ohw-team}
49+
:roles: Applicant Selection
50+
```
51+
52+
## Website and Communication
53+
54+
This team manages the website and some of the other outward communication.
55+
56+
- Github: [@oceanhackweek/website](https://github.com/orgs/oceanhackweek/teams/website/discussions)
57+
- Slack: @help-website
58+
59+
```{ohw-team}
60+
:roles: Website
61+
:email_icon:
62+
```
63+
64+
## Infrastructure
65+
66+
The infrastructure team manages GitHub, JupyterHub, and Slack.
67+
68+
- Github: [@oceanhackweek/infrastructure](https://github.com/orgs/oceanhackweek/teams/infrastructure)
69+
- Slack: @help-infrastructure and
70+
71+
```{ohw-team}
72+
:roles: Infrastructure
73+
:email_icon:
74+
```

0 commit comments

Comments
 (0)