-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathquarto-apply-instructors.qmd
103 lines (78 loc) · 2.53 KB
/
quarto-apply-instructors.qmd
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
---
title: "Apply as an Instructor"
---
## Instructor Application
::: {.callout-important}
## Instructor Recruitment Timeline
- Applications open: [Date]
- Application deadline: [Date]
- Training begins: [Date]
:::
## Instructor Requirements
Essential qualifications:
- Expert-level knowledge in specific R/open science topics
- Teaching or training experience
- Strong communication skills
- Availability for workshop preparation and delivery
## Teaching Topics
We're seeking instructors for:
- R Package Development
- Testing and Continuous Integration
- Documentation Best Practices
- Code Review
- Open Science Practices
- Data Management
- Reproducible Research
## Application Process
1. **Review Teaching Requirements**
- Workshop formats and expectations
- Time commitments
- Material development guidelines
2. **Prepare Required Information**
- Teaching experience
- Topic expertise
- Sample teaching materials
- Availability
3. **Complete Application Form**
::: {.application-form}
<form action="https://formspree.io/f/your-form-id" method="POST">
<div class="form-group">
<label for="name">Full Name *</label>
<input type="text" id="name" name="name" required>
</div>
<div class="form-group">
<label for="email">Email Address *</label>
<input type="email" id="email" name="email" required>
</div>
<div class="form-group">
<label for="topics">Preferred Teaching Topics *</label>
<textarea id="topics" name="topics" rows="4" required></textarea>
</div>
<div class="form-group">
<label for="experience">Teaching Experience *</label>
<textarea id="experience" name="experience" rows="6" required></textarea>
</div>
<div class="form-group">
<label for="approach">Teaching Approach and Philosophy *</label>
<textarea id="approach" name="approach" rows="6" required></textarea>
</div>
<div class="form-group">
<label for="materials">Link to Sample Teaching Materials</label>
<input type="url" id="materials" name="materials">
</div>
<div class="form-group">
<label for="cv">Upload CV/Resume (PDF) *</label>
<input type="file" id="cv" name="cv" accept=".pdf" required>
</div>
<button type="submit" class="btn btn-primary">Submit Application</button>
</form>
:::
## Selection Process
1. Application Review
2. Teaching Sample Review
3. Mock Teaching Session
4. Final Selection and Onboarding
## Questions?
For questions about teaching or the application process:
1. Review our [FAQ section](../resources/faq.qmd)
2. Contact the training coordinator at [email]