Skip to content

Commit 0053188

Browse files
authored
Merge pull request #261 from emiliom/reorg-resources-ohw23
Reorganize Resources, top menu, and ohw23 & ohw22 menus
2 parents 692bcca + e8cb154 commit 0053188

29 files changed

+335
-89
lines changed

about/pasthackweeks.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,3 +61,11 @@ OceanHackWeek started out as an in-person event in Seattle with limited virtual
6161
- [Participant testimonials](testimonials.md#ohw18-in-person)
6262
- [Schedule](https://oceanhackweek.github.io/ohw2018/schedule.html). Links to tutorials are found here.
6363
- [Web site](https://oceanhackweek.github.io/ohw2018/)
64+
65+
66+
```{toctree}
67+
:maxdepth: 1
68+
:hidden:
69+
70+
../ohw22/index.md
71+
```

conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@
5050

5151
# If true, "(C) Copyright ..." is shown in the HTML footer. Default is True.
5252
html_show_copyright = True
53-
copyright = "2022, OceanHackWeek"
53+
copyright = "2023, OceanHackWeek"
5454

5555

5656
# -- HTML Config -------------------------------------------------

index.md

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -146,19 +146,13 @@ Thanks to our sponsors that have made OceanHackWeek possible over the last sever
146146
</div>
147147
</div>
148148

149-
<!-- ## Location and Time Zones
150-
151-
In-person workshop: Bigelow Laboratory for Ocean Sciences, East Boothbay, Maine (US EDT, UTC-4).
152-
153-
Virtual event: We expect to hold formal sessions in at least two time zones, USA PDT (UTC-7) and Australian EST (UTC+10). -->
154149

155150
```{toctree}
156151
:maxdepth: 2
157152
:hidden:
158153
159154
about/index.md
160-
about/pasthackweeks.md
161155
OceanHackWeek 2023 <ohw23/index.md>
162-
OceanHackWeek 2022 <ohw22/index.md>
163-
% posts
156+
resources/index.md
157+
about/pasthackweeks.md
164158
```

ohw22/index.md

Lines changed: 3 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ OceanHackWeek 2022 will happen from **August 15-19, 2022**. The workshop will ta
1212
The OceanHackWeek program consists of hands-on tutorials, visual presentations, and collaborative hack projects throughout a 5-day period. Participants can apply for being in one of the regional satellites or the virtual global event. Regional satellite events are connected closely with the virtual global event, while providing additional collaboration and networking opportunities on a regional basis.
1313

1414

15-
See the [OHW21 program](https://oceanhackweek.github.io/ohw-resources) (a hybrid event) to get a better sense of the usual activities and how they're organized.
15+
See the [OHW21 program](https://oceanhackweek.org/ohw-resources) (a hybrid event) to get a better sense of the usual activities and how they're organized.
1616

1717
:::{admonition} Join OHW22 global virtual tutorials!
1818
:class: note
@@ -131,23 +131,8 @@ schedule
131131
Global Virtual Event <global/index>
132132
Regional Satellite Events <satellites>
133133
Organizers <organizers>
134+
Logistics <logistics/index>
134135
tutorials-index/index
135-
```
136-
137-
```{toctree}
138-
:maxdepth: 2
139-
:caption: OHW22 Resources
140-
:hidden:
141-
142-
Logistics <../resources/logistics/index>
143-
Preparation <../resources/prep/index>
144-
Projects <../resources/projects/index>
145-
```
146-
147-
```{toctree}
148-
:caption: OHW22 Other information
149-
:hidden:
150-
136+
Projects <projects/index>
151137
Information for Applicants <applicants>
152-
../resources/organizing/index
153138
```
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ You are also welcome to direct message the helpers if you don't feel comfortable
3333

3434
## Projects
3535

36-
See the [Projects Getting Started page](../projects/steps.md). Feel free to post a question on the `#ohw22_project` channel, too.
36+
See the [Hacking at OHW22 page](../projects/index.md) for more information. Feel free to post a question on the `#ohw22_project` channel, too.
3737

3838
## Reporting a Code of Conduct violation
3939

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ We will use Zoom to broadcast all tutorials. The Zoom link will be distributed v
2727

2828
## Hack projects
2929

30-
See [Project overview](../projects/index.md) and [Hacking at OHW22](../projects/steps.md) for more info.
30+
See the [Hacking at OHW22 page](../projects/index.md) for more information.
3131

3232
## Getting Help
3333

ohw22/projects/index.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
# Hacking at OHW22
2+
3+
## How will the projects be conducted?
4+
5+
We have put together a [few questions](https://github.com/oceanhackweek/discussions/discussions/categories/ohw22-project-planning) that can help you propose a project in [GitHub discussions](https://github.com/oceanhackweek/discussions/discussions/categories/ohw22-project-planning).
6+
7+
On Monday August 15th we will have a brief “project setup” session for an overview of all projects already proposed up to that point, and give another opportunity to pitch new ideas that may be formed throughout the day. Project proposals must be submitted by the end of this day (Day 1). Each satellite may have its own, specific deadline time, so please connect with your satellite or the global event for details.
8+
9+
## Project overview
10+
11+
```{include} ../../resources/projects.md
12+
:start-after: "# Project Overview"
13+
```

ohw22/tutorials-index/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
```{toctree}
44
:maxdepth: 1
55
6-
../../resources/tutorials/getting_started
6+
../tutorials_getting_started
77
../tutorials/00-Mon/xarray-in-45-min.ipynb
88
data-access-in-python
99
data-access-in-r

ohw22/tutorials_getting_started.md

Lines changed: 37 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,37 @@
1+
# Getting started on tutorials
2+
3+
## Introduction
4+
5+
Tutorials will be run live on the [OceanHackWeek JupyterHub ("The Hub"), https://oceanhackweek.2i2c.cloud](https://oceanhackweek.2i2c.cloud) in your browser either as Jupyter notebooks or as scripts and notebooks in RStudio. The instructor and all participants can be running their own copies of the tutorial in their Hub account, with files cloned from the OHW source in GitHub.
6+
7+
Below are instructions for getting the tutorials started on the the Hub in your browser, and updating the tutorials files with the latest version from the GitHub tutorials repository, [https://github.com/oceanhackweek/ohw-tutorials](https://github.com/oceanhackweek/ohw-tutorials).
8+
9+
The schedule of tutorials is available [here](../../ohw22/schedule.md), and links to tutorial materials and some background resources will be available there as well.
10+
11+
## How do I get the tutorial repository into the Hub?
12+
13+
For the tutorials, we recommend the use of [nbgitpuller](https://jupyterhub.github.io/nbgitpuller/) to clone and pull the tutorials repository, or update the clone you already have. Use the magical nbgitpuller link below to accomplish this clone or update.
14+
15+
```{admonition} Pull tutorial repo via the magic of nbgitpuller
16+
17+
The nbgitpuller link is magical, but it can't detect which profile you are currently running. Either should update the (same) tutorial repo, but it may error if you use the Python link if you are actively using the R profile, or the other way around.
18+
19+
::::{tab-set}
20+
21+
:::{tab-item} Python
22+
23+
[Pull tutorial repo for the Python profile](https://oceanhackweek.2i2c.cloud/hub/user-redirect/git-pull?repo=https%3A%2F%2Fgithub.com%2Foceanhackweek%2Fohw-tutorials&urlpath=lab%2Ftree%2Fohw-tutorials%2F&branch=OHW22)
24+
25+
:::
26+
27+
:::{tab-item} R
28+
29+
[Pull tutorial repo for the R profile](https://oceanhackweek.2i2c.cloud/hub/user-redirect/git-pull?repo=https%3A%2F%2Fgithub.com%2Foceanhackweek%2Fohw-tutorials&urlpath=rstudio%2F&branch=OHW22)
30+
31+
:::
32+
33+
::::
34+
35+
```
36+
37+
See this [extended discussion](../prep/jupyterhub.md#how-do-i-get-the-tutorial-repository) for more details about `nbgitpuller` and the alternative approach relying on `git` commands and `GitHub` workflows.

ohw23/index.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
# OceanHackWeek 2023 (OHW23)
22

3-
```{admonition} OceanHackWeek 2023
3+
```{attention}
44
:class: important
55
6-
**Applicants have been notified and participants should expect further communications**
6+
**We are rolling out the content for OHW23.** Some pages may initially have old information from OHW22, but will be updated very soon. **Watch out for old content and check back soon!**
77
```
88

99
OceanHackWeek 2023 (OHW23) will take a **hybrid** form consisting of a virtual event, an in-person event in Seattle, US, and an in-person event in Dunsbrough, Western Australia. It will take place on:
@@ -136,6 +136,10 @@ The event will be all day (approximately 8am - 5pm AWST / UTC+8) for the 5-day p
136136
:caption: OceanHackWeek 2023 (OHW23)
137137
:hidden:
138138
139+
schedule
139140
Organizers <organizers>
141+
Logistics <logistics/index>
142+
tutorials-index/index
143+
Projects <projects/index>
140144
Information for Applicants <applicants>
141145
```

0 commit comments

Comments
 (0)