forked from swcarpentry/DEPRECATED-site
-
Notifications
You must be signed in to change notification settings - Fork 0
/
lessons.html
268 lines (266 loc) · 8.73 KB
/
lessons.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
261
262
263
264
265
266
267
268
---
layout: base
root: .
title: Lessons
---
<div class="row-fluid">
<div class="span2"></div>
<div class="span8" align="center">
<p>
All of our lessons are freely available under
the <a href="{{page.root}}/license.html#cc-by">Creative Commons - Attribution License</a>.
<br/>
You may re-use and re-mix the material in any way you wish,
without asking permission,
<br/>
provided you cite us as the original source
(e.g., provide a link back to this website).
</p>
</div>
<div class="span2"></div>
</div>
<div class="row-fluid">
<div class="span6">
<h2>Version 5.2</h2>
<p>
This material is what we currently use in workshops.
<br/>
<a href="{{site.github_url}}/bc">View source on GitHub</a>
</p>
<table class="table table-striped">
<tr>
<td><a href="v5/intro.html">Introduction</a></td>
</tr>
<tr>
<td><a href="v5/novice/shell/index.html">The Unix Shell</a></td>
</tr>
<tr>
<td><a href="v5/novice/git/index.html">Version Control with Git</a></td>
</tr>
<tr>
<td><a href="v5/novice/python/index.html">Programming with Python</a></td>
</tr>
<tr>
<td><a href="v5/novice/r/index.html">Programming with R</a></td>
</tr>
<tr>
<td><a href="v5/novice/sql/index.html">Using Databases and SQL</a></td>
</tr>
<tr>
<td><a href="v5/novice/extras/index.html">A Few Extras</a></td>
</tr>
<tr>
<td><a href="v5/novice/teaching/index.html">Instructor's Guide</a></td>
</tr>
<tr>
<td><a href="v5/setup.html">Setup Instructions</a></td>
</tr>
<tr>
<td><a href="v5/bib.html">Recommended Reading</a></td>
</tr>
<tr>
<td><a href="v5/gloss.html">Glossary</a></td>
</tr>
<tr>
<td><a href="v5/team.html">Our Team</a></td>
</tr>
</table>
</div>
<div class="span6">
<h2>Version 5.3 (beta)</h2>
<p>
This is the same material as Version 5.2,
but broken into separate per-lesson repositories.
</p>
<table class="table table-striped">
<tr>
<td>The Unix shell</td>
<td><a href="{{site.github_url}}/shell-novice">repo</a></td>
<td><a href="{{site.github_io_url}}/shell-novice">site</a></td>
</tr>
<tr>
<td>Version Control with Git</td>
<td><a href="{{site.github_url}}/git-novice">repo</a></td>
<td><a href="{{site.github_io_url}}/git-novice">site</a></td>
</tr>
<tr>
<td>Version Control with Mercurial</td>
<td><a href="{{site.github_url}}/hg-novice">repo</a></td>
<td><a href="{{site.github_io_url}}/hg-novice">site</a></td>
</tr>
<tr>
<td>Using Databases and SQL</td>
<td><a href="{{site.github_url}}/sql-novice-survey">repo</a></td>
<td><a href="{{site.github_io_url}}/sql-novice-survey">site</a></td>
</tr>
<tr>
<td>Programming with Python</td>
<td><a href="{{site.github_url}}/python-novice-inflammation">repo</a></td>
<td><a href="{{site.github_io_url}}/python-novice-inflammation">site</a></td>
</tr>
<tr>
<td>Programming with R</td>
<td><a href="{{site.github_url}}/r-novice-inflammation">repo</a></td>
<td><a href="{{site.github_io_url}}/r-novice-inflammation">site</a></td>
</tr>
<tr>
<td>Programming with MATLAB</td>
<td><a href="{{site.github_url}}/matlab-novice-inflammation">repo</a></td>
<td><a href="{{site.github_io_url}}/matlab-novice-inflammation">site</a></td>
</tr>
<tr>
<td>Capstone: From Excel to a Database</td>
<td><a href="{{site.github_url}}/capstone-novice-spreadsheet-biblio">repo</a></td>
<td><a href="{{site.github_io_url}}/capstone-novice-spreadsheet-biblio">site</a></td>
</tr>
</table>
<p>
You can check the current status of each project on
<a href="{{page.root}}/pages/dashboard.html">our dashboard</a>.
We're also working on some presentations
(which will eventually become <a href="http://third-bit.com/browsercast/">browsercasts</a>):
</p>
<table class="table table-striped">
<tr>
<td><a href="http://swcarpentry.github.io/slideshows/introducing-software-carpentry/index.html">Introducing Software Carpentry</a></td>
</tr>
<tr>
<td><a href="http://swcarpentry.github.io/slideshows/lessons-learned/index.html">Software Carpentry: Lessons Learned</a></td>
</tr>
<tr>
<td><a href="http://swcarpentry.github.io/slideshows/creating-website/index.html">Creating a Workshop Website</a></td>
</tr>
<tr>
<td><a href="http://swcarpentry.github.io/slideshows/creating-lesson/index.html">Creating a Lesson</a></td>
</tr>
</table>
</div>
</div>
<h2 id="maintainers">Maintainers</h2>
<p>
The topic maintainers listed below are responsible for
keeping issues and pull requests moving by reviewing,
managing discussion,
etc.,
and are also responsible for deciding what is and isn't included in our lessons.
</p>
<table class="table table-striped">
<tr>
<td>Git</td>
<td><a href="{{page.root}}/pages/team.html#davis.m">Matt Davis</a> and <a href="{{page.root}}/pages/team.html#hamrick.jessica">Jessica Hamrick</a></td>
</tr>
<tr>
<td>MATLAB</td>
<td><a href="{{page.root}}/pages/team.html#kiral-kornek.isabell">Isabell Kiral-Kornek</a> and <a href="{{page.root}}/pages/team.html#srinath.ashwin">Ashwin Srinath </a></td>
</tr>
<tr>
<td>Mercurial</td>
<td><a href="{{page.root}}/pages/team.html#latornell.d">Doug Latornell</a></td>
</tr>
<tr>
<td>Python</td>
<td><a href="{{page.root}}/pages/team.html#bekolay.trevor">Trevor Bekolay</a> and <a href="{{page.root}}/pages/team.html#bostroem.a">Azalee Bostroem</a></td>
</tr>
<tr>
<td>R</td>
<td><a href="{{page.root}}/pages/team.html#blischak.j">John Blischak</a> and <a href="{{page.root}}/pages/team.html#haine.denis">Denis Haine</a></td>
</tr>
<tr>
<td>SQL</td>
<td><a href="{{page.root}}/pages/team.html#cabunoc.abigail">Abigail Cabunoc</a> and <a href="{{page.root}}/pages/team.html#mckay.sheldon">Sheldon McKay</a></td>
</tr>
<tr>
<td>Unix shell</td>
<td><a href="{{page.root}}/pages/team.html#devenyi.gabriel">Gabriel Devenyi</a> and <a href="{{page.root}}/pages/team.html#koch.christina">Christina Koch</a></td>
</tr>
<tr>
<td>setup instructions</td>
<td><a href="{{page.root}}/pages/team.html#michonneau.francois">François Michonneau</a></td>
</tr>
<tr>
<td>tools</td>
<td><a href="{{page.root}}/pages/team.html#boughton.andrew">Andy Boughton</a>, <a href="{{page.root}}/pages/team.html#emonet.remi">Rémi Emonet</a>, and <a href="{{page.root}}/pages/team.html#silva.raniere">Raniere Silva</a></td>
</tr>
<tr>
<td>deck.js slides</td>
<td><a href="{{page.root}}/pages/team.html#emonet.remi">Rémi Emonet</a></td>
</tr>
</table>
<h2>Version 4</h2>
<p>
This material was created in 2010-11,
and is now in maintenance mode.
<br/>
<a href="{{site.github_url}}/v4">View source on GitHub</a>
</p>
<div class="row-fluid">
<div class="span6">
<table class="table table-striped">
<tr>
<td><a href="v4/vc/index.html">Using Subversion</a></td>
</tr>
<tr>
<td><a href="v4/shell/index.html">The Unix Shell</a></td>
</tr>
<tr>
<td><a href="v4/python/index.html">Programming in Python</a></td>
</tr>
<tr>
<td><a href="v4/test/index.html">Testing</a></td>
</tr>
<tr>
<td><a href="v4/setdict/index.html">Sets and Dictionaries</a></td>
</tr>
<tr>
<td><a href="v4/regexp/index.html">Regular Expressions</a></td>
</tr>
<tr>
<td><a href="v4/databases/index.html">Databases</a></td>
</tr>
<tr>
<td><a href="v4/access/index.html">Using Access</a></td>
</tr>
<tr>
<td><a href="v4/data/index.html">Data Management</a></td>
</tr>
<tr>
<td><a href="v4/oop/index.html">Object-Oriented Programming</a></td>
</tr>
</table>
</div>
<div class="span6">
<table class="table table-striped">
<tr>
<td><a href="v4/invperc/index.html">Program Design</a></td>
</tr>
<tr>
<td><a href="v4/make/index.html">Make</a></td>
</tr>
<tr>
<td><a href="v4/sysprog/index.html">Systems Programming</a></td>
</tr>
<tr>
<td><a href="v4/spreadsheets/index.html">Spreadsheets</a></td>
</tr>
<tr>
<td><a href="v4/matrix/index.html">Matrix Programming with NumPy</a></td>
</tr>
<tr>
<td><a href="v4/matlab/index.html">MATLAB</a></td>
</tr>
<tr>
<td><a href="v4/media/index.html">Multimedia Programming</a></td>
</tr>
<tr>
<td><a href="v4/softeng/index.html">Software Engineering</a></td>
</tr>
<tr>
<td><a href="v4/essays/index.html">Essays</a></td>
</tr>
</table>
</div>
</div>
<p>
The <strong>Version 3 lessons</strong> (circa 2007)
are also <a href="{{site.github_url}}/v3">available on GitHub</a>.
</p>