Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

redo the navbar setup so clicking headers expands the view #73

Merged
merged 1 commit into from
Nov 14, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
26 changes: 17 additions & 9 deletions _quarto.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,15 +22,17 @@ site:
- icon: github
href: https://github.com/nasa-openscapes/2021-Cloud-Hackathon
contents:
- text: "Welcome"
href: index.md
- cloud-paradigm.md
- section: logistics/index.md
- section: "Welcome"
contents:
- index.md
- cloud-paradigm.md
- section: "Logistics"
contents:
- logistics/for-participants-helpers.md
- logistics/schedule.md
- logistics/prerequisites.md
- logistics/github-workflows.md
- section: tutorials/index.md
- section: "Tutorials"
contents:
- tutorials/00_Setup.md ## tutorial 0
- tutorials/01_Data_Discovery_CMR.ipynb ## tutorial 1
Expand All @@ -42,14 +44,20 @@ site:
- tutorials/07_Data_Access_Harmony_Subsetting.ipynb ## tutorial 7
- tutorials/08_Data_Access_Harmonize-cloud-non-cloud.ipynb ## tutorial 8
- tutorials/09_Zarr_Access.ipynb ## tutorial 9
- section: tutorials-templates/index.md
- section: projects/index.md
- section: "Tutorial Templates"
contents:
- tutorials-templates/index.md
- section: "Projects"
contents:
- projects/projects-overview.md
- projects/workflow.md
- projects/hackathon-projects.md
- section: further-resources.md
- section: clinic/index.md
- section: "Further Resources"
contents:
- further-resources.md
- section: "Pre-Hackathon-Clinic"
contents:
- clinic/index.md
- clinic/jupyterhub.md
- clinic/notebooks.md
- clinic/github.md
Expand Down
2 changes: 1 addition & 1 deletion clinic/index.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
title: Pre-Hackathon Clinic
title: Overview and Agenda
---

Before the Hackathon, we are hosting a 2-hour Clinic where you can build skills and practice the tooling and workflow that we will use during the Hackathon.
Expand Down
2 changes: 1 addition & 1 deletion further-resources.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
title: Further Resources
title: Additional resources
---

## A growing list of resources!
Expand Down
14 changes: 8 additions & 6 deletions index.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ Welcome to **Cloud Hackathon: Transitioning Earthdata Workflows to the Cloud,**

The Cloud Hackathon will take place **virtually** from **November 15-19, 2021.** The event is free to attend, but an application is required. The application period (September 21 - October 12, 2021) is now closed. Those who applied will be informed of the outcome on or around October 20th, 2021.

[![badge](https://img.shields.io/static/v1.svg?logo=Jupyter&label=Openscapes&message=AWS+us-west-2&color=orange)](https://openscapes.2i2c.cloud)
[![](https://img.shields.io/static/v1.svg?logo=Jupyter&label=Openscapes&message=AWS+us-west-2&color=orange)](https://openscapes.2i2c.cloud)


## About
Expand Down Expand Up @@ -93,9 +93,11 @@ The 2021 Cloud Hackathon is a safe learning space and all participants are requi
Cloud Hackathon: Transitioning Earthdata Workflows to the Cloud is co-hosted by NASA's PO.DAAC, NSIDC DAAC, LP.DAAC, with support from ASDC DAAC, GES DISC and the NASA Openscapes Project, and cloud computing infrastructure by 2i2c. <br>
![Screen Shot 2021-09-15 at 5 22 15 PM](https://user-images.githubusercontent.com/2915555/133525653-2a2278b1-1015-4350-b2a5-160d125aaaf7.png) <br>

Other resources that have helped inform our hackathon:
We thank all of the additional NASA staff that have have joined as helpers.

eScience Institute, University of Washington:
- https://uwhackweek.github.io/hackweeks-as-a-service/intro.html
- https://snowex-hackweek.github.io/website/intro.html
- https://icesat-2hackweek.github.io/learning-resources/
Thank you to the open science community that has created software, teaching resources, and workflows that we have been able to build heavily from! These include:

- eScience Institute, University of Washington:
- https://uwhackweek.github.io/hackweeks-as-a-service/intro.html
- https://snowex-hackweek.github.io/website/intro.html
- https://icesat-2hackweek.github.io/learning-resources/
1 change: 0 additions & 1 deletion logistics/another-thing.md

This file was deleted.

Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
title: Logistics
title: For participants & helpers
---

## For Hackathon Participants
Expand Down
2 changes: 1 addition & 1 deletion logistics/github-workflows.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
title: GitHub Workflows
title: GitHub workflows
---

We will be live-coding during the tutorials and collaborating during the project hack-time, using GitHub in both cases. Here is how to setup and work for each.
Expand Down
File renamed without changes.
4 changes: 2 additions & 2 deletions tutorials-templates/index.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
---
title: Tutorial Templates
title: Notebooks for live-coding
---

Templates of all tutorials — `.ipynb` notebooks with code removed — are available at:

<https://github.com/NASA-Openscapes/2021-Cloud-Hackathon/tree/main/tutorials-templates>.

Please open these tutorial templates to follow along and live-code with the tutorial lead.
Please open these tutorial templates in our JupyterHub to follow along and live-code with the tutorial lead.
6 changes: 0 additions & 6 deletions tutorials/index.md

This file was deleted.