forked from snacktavish/2013-08-22-ku
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
96 lines (89 loc) · 3.08 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: University of Kansas
address: Spooner Hall (The Commons)
humandate: August 22-23, 2013
humantime: 9:00 am - 4:30 pm
startdate: 2013-08-22
enddate: 2013-08-23
latlng: 41.7901128,-87.6007318
registration: closed
instructor: ["Karen Cranston", "Mark Holder", "Emily Jane McTavish", "Darren Boss"]
contact: [email protected]
---
{% include bootcamps/instructors.html %}
<b>Helpers:</b> April Wright, Nichole Bennet, Cody Hinchliff, Daniel Money, Jamie Oakes<br>
<br>
{% include bootcamps/what.html %}
{% include bootcamps/who.html %}
{% include bootcamps/requirements.html %}
{% include bootcamps/python.html %}
{% include bootcamps/contact.html %}
<hr/>
<font size="4" color="blue"><p><a href="https://docs.google.com/document/d/1ivjVxsSrkI8L5hEk6mgHxP0LEWSw9KIBZc4U-6inWeo/edit?usp=sharing"> Instructions for installation </a><p></font>
<p>Please complete installations before first day of workshop. If things aren't working, please arrive by 8:30 on Thursday.<p>
<font size="4" color="blue"><p><a href="https://etherpad.mozilla.org/2013-08-22-ku"> We will be taking shared notes here</a></font>
<br>
<br>
<font size="4">Schedule:</font><br>
Thursday: <a href="info/newlinks.html"> links </a>
<br>
8:30 AM Installation problem early arrive<br>
9:00 Start (Coffee is available at this time)<br>
10:30 - 10:45 Break 1<br>
11:45 - 1:00 Lunch (at Union)<br>
2:30 - 2:45 Break 2<br>
4:30 End<br>
<br>
Friday:<br>
9:00 Start (Coffee is available at this time)<br>
10:30 - 10:45 Break 1<br>
11:45 - 1:00 Lunch (at Union)<br>
2:30 - 2:45 Break 2<br>
4:30 End<br>
<!--
<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>
-->