forked from arokem/2013-09-16-ISI
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
81 lines (72 loc) · 2.42 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
---
layout: bootcamp
root: .
venue: ISI, University of Southern California
country: United-States
address: Davidson Continuing Education Conference Center, 3415 S Figueroa St., Los Angeles
humandate: September 16-17, 2013
humantime: 8:30 am - 4:30 pm
startdate: 2013-09-16
enddate: 2013-09-17
latlng: 34.020493, 118.281233
registration: restricted
instructor: ["Ariel Rokem", "Matt Terry"]
contact: [email protected]
---
{% 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/shell.html">The Unix Shell</a></h3>
<ul>
<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/db.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>