Skip to content

Commit

Permalink
Extract interview template to own page
Browse files Browse the repository at this point in the history
  • Loading branch information
mfisher87 committed Nov 18, 2024
1 parent a6ba680 commit c1af493
Show file tree
Hide file tree
Showing 3 changed files with 40 additions and 26 deletions.
36 changes: 10 additions & 26 deletions interviews/index.md
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}
:::
2 changes: 2 additions & 0 deletions interviews/sign-up.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@
title: "Interview sign-up"
---

If you'd like to be interviewed for the GeoJupyter project, please pick a slot!

<!-- Google Calendar Appointment Scheduling begin -->
<iframe src="https://calendar.google.com/calendar/appointments/schedules/AcZssZ3ZhylenaNzTUGvJIPn8t0TuYKKAQ90MxMywXH2yH6P-ptLtNkRLd59G5QjR4VxOSKbOu6mBWLm?gv=true" style="border: 0" width="100%" height="800" frameborder="0"></iframe>
<!-- end Google Calendar Appointment Scheduling -->
28 changes: 28 additions & 0 deletions interviews/template.md
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?

## ...

0 comments on commit c1af493

Please sign in to comment.