forked from guyleonard/2013-11-14-exeter
-
Notifications
You must be signed in to change notification settings - Fork 3
/
index.html
96 lines (87 loc) · 2.96 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
---
layout: bootcamp
root: .
venue: Dundee University
address: College of Life Sciences, University of Dundee, Dundee DD1 5EH
country: United-Kingdom
humandate: December 16-17, 2013
humantime: 9:00 am - 5.00 pm
startdate: 2013-12-16
enddate: 2013-12-16
latlng: 50.735788,-3.535033
registration: restricted
instructor: ["David Martin", "Martin Jones"]
contact: [email protected]
---
<div align="center">
<p><strong><em>
This page is a template for bootcamp home pages.
<br/>
Please see
<a href="https://github.com/swcarpentry/bc">https://github.com/swcarpentry/bc</a>
for instructions on how to create
a repository for your bootcamp.
<br/>
Please also see
the <a href="{{page.root}}/lessons/index.html">index to our lessons</a>
and the <a href="{{page.root}}/lessons/setup.html">index to setup instructions</a>.
</em></strong></p>
</div>
{% include bootcamps/instructors.html %}
{% include bootcamps/what.html %}
{% include bootcamps/who.html %}
{% include bootcamps/requirements.html %}
{% include bootcamps/python.html %}
{% include bootcamps/contact.html %}
<hr/>
<h2>Setup</h2>
<div class="row-fluid">
<div class="span6">
{% include setup/overview-bash.html %}
{% include setup/overview-editor.html %}
</div>
<div class="span6">
{% include setup/overview-git.html %}
{% include setup/overview-python.html %}
</div>
</div>
<hr/>
<h2>Topics</h2>
<div class="row-fluid">
<div class="span6">
<h3><a href="lessons/swc-shell/tutorial.html">The Unix Shell</a></h3>
<ul>
<li>{% include guide-shell/intro/title.md %}</li>
<li>{% include guide-shell/filedir/title.md %}</li>
<li>{% include guide-shell/create/title.md %}</li>
<li>{% include guide-shell/pipefilter/title.md %}</li>
<li>{% include guide-shell/loop/title.md %}</li>
<li>{% include guide-shell/scripts/title.md %}</li>
<li>{% include guide-shell/find/title.md %}</li>
</ul>
</div>
<div class="span6">
<h3><a href="lessons/swc-db/tutorial.html">Databases</a></h3>
<ul>
<li>{% include guide-db/select/title.md %}</li>
<li>{% include guide-db/distinct/title.md %}</li>
<li>{% include guide-db/filter/title.md %}</li>
<li>{% include guide-db/calc/title.md %}</li>
<li>{% include guide-db/sort/title.md %}</li>
<li>{% include guide-db/null/title.md %}</li>
<li>{% include guide-db/aggregate/title.md %}</li>
<li>{% include guide-db/grouping/title.md %}</li>
<li>{% include guide-db/join/title.md %}</li>
<li>{% include guide-db/create/title.md %}</li>
<li>{% include guide-db/transactions/title.md %}</li>
<li>{% include guide-db/programming/title.md %}</li>
</ul>
</div>
</div>
<hr/>
<h2>Reference Guides</h2>
<ul>
<li><a href="{{page.root}}/lessons/ref/shell.html">The Unix Shell</a></li>
<li><a href="{{page.root}}/lessons/ref/python.html">Python</a></li>
<li><a href="{{page.root}}/lessons/ref/sql.html">SQL</a></li>
</ul>