-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Extract interview template to own page
- Loading branch information
Showing
3 changed files
with
40 additions
and
26 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,38 +1,22 @@ | ||
--- | ||
title: "Interview notes" | ||
listing: | ||
id: "listings" | ||
contents: "./[:digit:]*" | ||
id: "listing" | ||
contents: "./[[:digit:]]*.{md,qmd}" | ||
sort: "date desc" | ||
type: default | ||
categories: true | ||
sort-ui: false | ||
filter-ui: false | ||
page-layout: full | ||
toc: false | ||
--- | ||
|
||
:::{#listings} | ||
::: | ||
|
||
## Interview template | ||
|
||
### Describe a recent geospatial data workflow you worked on. | ||
|
||
Could be anything; doesn't have to be big or important. Could be exploring some data! | ||
|
||
|
||
#### What were your objectives? | ||
<center> | ||
[Sign up for an interview](/interviews/sign-up.md){.btn .btn-primary} | ||
[Interview template](/interviews/template.md){.btn .btn-secondary} | ||
</center> | ||
|
||
#### What tools did you use? | ||
# Interview notes | ||
|
||
#### What resources (including people, LLM, documentation, etc.) did you use? | ||
|
||
#### How was your experience? | ||
|
||
##### What were the hurdles? What frustrated you? | ||
|
||
##### What was the payoff? What was fun or enjoyable? | ||
|
||
##### What did you learn? | ||
|
||
### ... | ||
:::{#listing} | ||
::: |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,28 @@ | ||
--- | ||
title: "Interview template" | ||
--- | ||
|
||
:::{.callout-info} | ||
Copy this template for each interview (and delete this message). | ||
::: | ||
|
||
## Describe a recent geospatial data workflow you worked on. | ||
|
||
Could be anything; doesn't have to be big or important. Could be exploring some data! | ||
|
||
|
||
### What were your objectives? | ||
|
||
### What tools did you use? | ||
|
||
### What resources (including people, LLM, documentation, etc.) did you use? | ||
|
||
### How was your experience? | ||
|
||
#### What were the hurdles? What frustrated you? | ||
|
||
#### What was the payoff? What was fun or enjoyable? | ||
|
||
#### What did you learn? | ||
|
||
## ... |