-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
262 lines (233 loc) · 11.3 KB
/
index.html
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
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
---
layout: workshop # DON'T CHANGE THIS.
root: . # DON'T CHANGE THIS EITHER. (THANK YOU.)
carpentry: "swc" # what kind of Carpentry (must be either "dc" or "swc")
venue: "University of Wisconsin - Madison" # brief name of host site without address (e.g., "Euphoric State University")
address: "Wisconsin Institutes for Discovery, Researcher's Link, 330 North Orchard St., Madison, WI 53715" # full street address of workshop (e.g., "Room A, 123 Forth Street, Blimingen, Euphoria")
country: "us" # lowercase two-letter ISO country code such as "fr" (see https://en.wikipedia.org/wiki/ISO_3166-1)
language: "en" # lowercase two-letter ISO language code such as "fr" (see https://en.wikipedia.org/wiki/ISO_639-1)
latlng: "43.072862, -89.407413" # decimal latitude and longitude of workshop venue (e.g., "41.7901128,-87.6007318" - use http://www.latlong.net/)
humandate: "October 24-25, 2016" # human-readable dates for the workshop (e.g., "Feb 17-18, 2020")
humantime: "9:00 am - 4:30 pm" # human-readable times for the workshop (e.g., "9:00 am - 4:30 pm")
startdate: 2016-10-24 # machine-readable start date for the workshop in YYYY-MM-DD format like 2015-01-01
enddate: 2016-10-25 # machine-readable end date for the workshop in YYYY-MM-DD format like 2015-01-02
instructor: ["Christina Koch", "Greg Wilson"] # boxed, comma-separated list of instructors' names as strings, like ["Kay McNulty", "Betty Jennings", "Betty Snyder"]
helper: ["Lauren Michael", "Karl Broman", "Sarah Stevens"] # boxed, comma-separated list of helpers' names, like ["Marlyn Wescoff", "Fran Bilas", "Ruth Lichterman"]
contact: "[email protected]" # contact email address for host, lead instructor, or whoever else is handling questions
etherpad: http://pad.software-carpentry.org/2016-10-24-ttt-uwmadison # optional: URL for the workshop Etherpad if there is one
eventbrite: # optional: alphanumeric key for Eventbrite registration, e.g., "1234567890AB" (if Eventbrite is being used)
---
<!-- See instructions in the comments below for how to edit specific sections of this workshop template. -->
<!--
HEADER
Edit the values in the block above to be appropriate for your workshop.
If the value is not 'true', 'false', 'null', or a number, please use
double quotation marks around the value, unless specified otherwise.
And run 'tools/check' *before* committing to make sure that changes are good.
-->
<!--
EVENTBRITE
This block includes the Eventbrite registration widget if
'eventbrite' has been set in the header. You can delete it if you
are not using Eventbrite, or leave it in, since it will not be
displayed if the 'eventbrite' field in the header is not set.
-->
{% if page.eventbrite %}
<iframe
src="https://www.eventbrite.com/tickets-external?eid={{page.eventbrite}}&ref=etckt"
frameborder="0"
width="100%"
height="248px"
scrolling="auto">
</iframe>
{% endif %}
<h2 id="general">General Information</h2>
<!--
INTRODUCTION
Edit the general explanatory paragraph below if you want to change
the pitch.
-->
<p>
<a href="{{ site.swc_site }}">Software Carpentry</a>
and <a href="{{ site.dc_site }}">Data Carpentry</a>'s mission is to
help scientists and engineers get more research done in less time
and with less pain by teaching them basic lab skills for scientific
computing. This hands-on two-day workshop covers the basics of
educational psychology and instructional design, and looks at how to
use these ideas in both intensive workshops and regular classes.
</p>
<p>
The workshop is a mix of lectures and hands-on lessons where you
practice giving a short lesson using approaches learned and
implement some of the teaching techniques which we will discuss.
This is training for teaching, not technical training; you do not
need any particular technical background, and we will not be
teaching that. This workshop is based on the constantly revised and
updated
<a href="{{ site.training_site }}">curriculum</a>.
</p>
<p>
<strong>Who:</strong> The course is aimed at everyone who is
interested in becoming a better teacher. In particular, this training
is aimed at those who want to become Software and Data Carpentry
instructors, run workshops and contribute to the Carpentry training
materials. You don't currently have to be an instructor or a
teacher to attend this workshop, but you do need to be willing and
committed to becoming one and to improving your teaching techniques.
</p>
<!--
LOCATION
This block displays the address and links to maps showing directions
if the latitude and longitude of the workshop have been set. You
can use http://itouchmap.com/latlong.html to find the lat/long of an
address.
-->
{% if page.latlng %}
<p id="where">
<strong>Where:</strong>
{{page.address}}.
Get directions with
<a href="//www.openstreetmap.org/?mlat={{page.latlng | replace:',','&mlon='}}&zoom=16">OpenStreetMap</a>
or
<a href="//maps.google.com/maps?q={{page.latlng}}">Google Maps</a>.
</p>
{% endif %}
<p>
<strong>Requirements:</strong> Participants should bring a laptop
that is Internet connected and has a functioning browser. If you
have it, a device for recording audio and video (mobile phones and
laptops are OK) is useful as throughout the two days, we are going
to record one another teaching in pairs or threes. It does not have
to be high-quality, but it should be good enough that you can
understand what someone is saying.
</p>
<p>
Please note that after this course is over, you will be asked to do
three short follow-up exercises online in order to finish qualifying
as an instructor: the details are available at
<a href="{{ site.training_site }}/checkout/">{{ site.training_site }}/checkout/</a>.
If you have any questions about the workshop, the reading material,
or anything else, please get in touch.
</p>
<p align="center">
<em>
All participants are required to abide by Software
Carpentry's <a href="{{ site.swc_site }}/conduct/">Code of Conduct</a>.
</em>
</p>
<!-- <p id="accessibility">
<strong>Accessibility:</strong> We are committed to making this workshop
accessible to everybody.
The workshop organisers have checked that:
</p>
<ul>
<li>The room is wheelchair / scooter accessible.</li>
<li>Accessible restrooms are available.</li>
</ul>
<p>
Materials will be provided in advance of the workshop and
large-print handouts are available if needed by notifying the
organizers in advance. If we can help making learning easier for
you (e.g. sign-language interpreters, lactation facilities) please
<a href="mailto:{{page.contact}}">get in touch</a> and we will
attempt to provide them.
</p> -->
<p id="contact">
<strong>Contact</strong>:
Please mail
<a href="mailto:{{page.contact}}">{{page.contact}}</a> for more
information.
</p>
<hr/>
<h2 id="preparation" name="preparation">Preparation</h2>
<p>
Please read the following before the workshop begins:
</p>
<ol>
<li><a href="{{ site.training_site }}/papers/porter-what-works-2013.pdf">Success in Introductory Programming: What Works?</a></li>
<li><a href="{{ site.training_site }}/papers/science-of-learning-2015.pdf">The Science of Learning</a></li>
</ol>
<p>
Please also read through <em>one</em> of the episodes below
carefully, so that you can do some exercises based on it on the
first day of the class.
</p>
<div class="row">
<div class="col-md-6">
<p><strong>Data Carpentry</strong></p>
<ul>
<li><a href="{{ site.dc_site }}/OpenRefine-ecology-lesson/01-working-with-openrefine.html">Faceting and Clustering in OpenRefine</a></li>
<li><a href="{{ site.dc_site }}/sql-ecology-lesson/01-sql-basic-queries.html">Basic Queries in SQL</a></li>
<li><a href="{{ site.dc_site }}/R-ecology-lesson/02-starting-with-data.html">Starting with Data in R</a></li>
<li><a href="{{ site.dc_site }}/python-ecology-lesson/01-starting-with-data">Starting with Data in Python</a></li>
</ul>
</div>
<div class="col-md-6">
<p><strong>Software Carpentry</strong></p>
<ul>
<li><a href="{{ site.swc_pages }}/shell-novice/03-create/">Working with Files and Directories in the Unix Shell</a></li>
<li><a href="{{ site.swc_pages }}/git-novice/04-changes/">Tracking Changes in Git</a></li>
<li><a href="{{ site.swc_pages }}/sql-novice-survey/01-select/">Selecting Data in SQL</a></li>
<li><a href="{{ site.swc_pages }}/python-novice-inflammation/02-loop/">Repeating Actions with Loops in Python</a></li>
<li><a href="{{ site.swc_pages }}/r-novice-gapminder/05-data-structures-part2/">Exploring Data Frames in R</a></li>
</ul>
</div>
</div>
<hr/>
<h2>Schedule</h2>
<p>
Please see <a href="{{ site.training_site }}">this site</a> for course material.
</p>
<!--
ETHERPAD
At `_misc/etherpad.txt` you will find a template for the etherpad.
Display the Etherpad for the workshop. You can set this up in
advance or on the first day; either way, make sure you push changes
to GitHub after you have its URL. To create an Etherpad, go to
http://pad.software-carpentry.org/YYYY-MM-DD-site
where 'YYYY-MM-DD-site' is the identifier for your workshop,
e.g., '2015-06-10-esu'.
-->
{% if page.etherpad %}
<p id="etherpad">
<strong>Etherpad:</strong> <a href="{{page.etherpad}}">{{page.etherpad}}</a>.
<br/>
We will use this Etherpad for chatting, taking notes, and sharing URLs and bits of code.
</p>
{% endif %}
<div class="row">
<div class="col-md-6">
<h3>Day 1</h3>
<table class="table table-striped">
<tr> <td>Day 1</td> <td>09:00</td> <td>Welcome</td> </tr>
<tr> <td> </td> <td>09:10</td> <td>Introduction</td> </tr>
<tr> <td> </td> <td>09:40</td> <td>Novices and Formative Assessment</td> </tr>
<tr> <td> </td> <td>10:40</td> <td>Morning Coffee</td> </tr>
<tr> <td> </td> <td>10:55</td> <td>Teaching as a Performance Art</td> </tr>
<tr> <td> </td> <td>11:55</td> <td>Morning Wrap-Up</td> </tr>
<tr> <td> </td> <td>12:10</td> <td>Lunch</td> </tr>
<tr> <td> </td> <td>13:10</td> <td>Expertise and Memory</td> </tr>
<tr> <td> </td> <td>14:25</td> <td>Afternoon Coffee</td> </tr>
<tr> <td> </td> <td>14:40</td> <td>Performance Revised</td> </tr>
<tr> <td> </td> <td>15:25</td> <td>Cognitive Load</td> </tr>
<tr> <td> </td> <td>16:05</td> <td>Afternoon Wrap-Up</td> </tr>
<tr> <td> </td> <td>16:20</td> <td>Finish</td> </tr>
</table>
</div>
<div class="col-md-6">
<h3>Day 2</h3>
<table class="table table-striped">
<tr> <td>Day 2</td> <td>09:00</td> <td>Live Coding</td> </tr>
<tr> <td> </td> <td>10:15</td> <td>Morning Coffee</td> </tr>
<tr> <td> </td> <td>10:30</td> <td>Carpentry Teaching Practices</td> </tr>
<tr> <td> </td> <td>11:00</td> <td>Motivation and Demotivation</td> </tr>
<tr> <td> </td> <td>11:50</td> <td>Morning Wrap-Up</td> </tr>
<tr> <td> </td> <td>12:00</td> <td>Lunch</td> </tr>
<tr> <td> </td> <td>13:00</td> <td>The Carpentries</td> </tr>
<tr> <td> </td> <td>13:45</td> <td>Live Coding</td> </tr>
<tr> <td> </td> <td>14:30</td> <td>Afternoon Coffee</td> </tr>
<tr> <td> </td> <td>14:45</td> <td>Afternoon Wrap-Up</td> </tr>
<tr> <td> </td> <td>16:00</td> <td>Finish</td> </tr>
</table>
</div>
</div>