Skip to content

Commit 2642c76

Browse files
committed
Add content skeleton
1 parent ea0e643 commit 2642c76

File tree

7 files changed

+107
-1
lines changed

7 files changed

+107
-1
lines changed

00-instructors.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
# ⭐ Instructors
2+
3+
## ...
4+
5+
## ...
6+
7+
## [Matt Fisher](https://mfisher87.github.io)
8+
9+
**Research Software Engineer @ [Schmidt Center for Data Science and Environment, UC Berkeley](https://dse.berkeley.edu/)**
10+
11+
I'm an open source contributor and maintainer with a background in geospatial data, the
12+
cryosphere, and accessibility. I help maintain
13+
[earthaccess](https://earthaccess.readthedocs.io/) to enable access to NASA data in 3
14+
lines of code.
15+
I'm also a community manager, leading the
16+
[GeoJupyter](https://geojupyter.org/) project to make working with geospatial data more
17+
approachable and enjoyable for all.

01-prerequisites.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
# 🚦 Prerequisites
2+
3+
## A laptop!
4+
5+
**If you're using Windows, we highly recommend coming prepared with Windows Subsystem for
6+
Linux pre-configured.**
7+
This workshop uses `bash` for commands, but everything will also work with `zsh` (the
8+
new default for MacOS)!
9+
10+
11+
## More
12+
13+
<TODO>

02-schedule.md

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
# ⌚ Schedule
2+
3+
:::{attention} 🏗️ Under development
4+
These materials are under development and subject to change all the way until
5+
AGU!
6+
:::
7+
8+
9+
## Morning
10+
11+
| Time | Duration | Topic | Presenter(s) |
12+
|-----------|-------------|-----------------------------------------------------------------------------------|-------------------|
13+
| 8:30 AM | ?? minutes | Meet the instructors | All |
14+
| ....... | .......... | ................................................................................. | ................. |
15+
16+
17+
## 🍽️ Lunch! (?? - ??)
18+
19+
20+
## Afternoon
21+
22+
| Time | Duration | Topic | Presenter(s) |
23+
|-----------|-------------|-----------------------------------------------------------------------------------|-------------------|
24+
| ....... | .......... | ................................................................................. | ................. |
25+
| 5:00 PM | | End of day | |

03-vocabulary.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
# 🔍 Vocabulary
2+
3+
:::{glossary}
4+
Some term
5+
: Some definition
6+
:::
7+
8+
Reference to {term}`Some term <some term>`.

04-materials/00-slides.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
# 🛝 Slides
2+
3+
<TODO: Slides here!>
Lines changed: 37 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,37 @@
1+
# 🔭 Exploring extensions
2+
3+
:::{hint} Learning objectives
4+
* Understand the canonical names for components of the JupyterLab interface
5+
* Understand frontend vs server extensions
6+
* Explore various types of extensions
7+
:::
8+
9+
:::{tip} Terms
10+
{term}`menu bar`, {term}`main area`, {term}`status bar`, {term}`side panel`
11+
:::
12+
13+
14+
## [The JupyterLab interface](https://jupyterlab.readthedocs.io/en/latest/user/interface.html)
15+
16+
[![The JupyterLab interface, including the "menu bar", "main area", "status bar", "left side panel", and "right side panel"](../assets/images/jupyterlab-interface.png)](../assets/images/jupyterlab-interface.png)
17+
18+
1. {term}`Menu bar`
19+
2. {term}`Main area`
20+
3. {term}`Status bar`
21+
4. Left {term}`side panel`
22+
5. Right {term}`side panel`
23+
24+
25+
## Extension types
26+
27+
🏗️ TODO!
28+
29+
30+
## Example extensions
31+
32+
🏗️ TODO!
33+
34+
* List extensions
35+
* Link to their docs / home page
36+
* Brief summary, what makes it unique architecturally, e.g. is it frontend only, does it
37+
have server component, does it expose new commands.

index.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,4 @@
1-
Hello, world!
1+
:::{attention} 🏗️ Under development
2+
These materials are under development and subject to change all the way until
3+
AGU!
4+
:::

0 commit comments

Comments
 (0)