-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathindex.html
126 lines (111 loc) · 3.14 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
---
layout: bootcamp
root: .
venue: Columbia University and CUSP
address: NYC
country: United-States
humandate: October 25-26, 2013
humantime: 9:00 am - 4:30 pm
startdate: 2013-10-25
enddate: 2013-10-26
latlng: 40.8080777,-73.9635678
registration: restricted
instructor: ["Justin Ely", "David Koop", "Ivan Gonzalez", "David Warde-Farley"]
contact: [email protected]
---
<div align="center">
<p><strong><em>
Please also see
the <a href="{{page.root}}/lessons/index.html">index to our lessons</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>Locations</h2>
<div class="row-fluid">
<div class="span6">
<h3>Beginner Class</a></h3>
<p>
NYU Center for Urban Science and Progress (CUSP) <br>
1 MetroTech Center (National Grid building) 19th floor <br>
Brooklyn, NY <br>
</p>
</div>
<div class="span6">
<h3>Advanced Class</a></h3>
<p>
Columbia University <br>
516 Hamilton (Friday), 501 Schermerhorn (Saturday)<br>
</ul>
</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>Python</h3>
<ul>
<li>Intro to Python</li>
<li>Data Types</li>
<li>Loops and Conditionals</li>
<li>Functions and Libraries</li>
<li>Numerical Analysis and Scientific Python</li>
<li>Plotting</li>
</ul>
</div>
<div class="span6">
<h3>Version Control with git</h3>
<ul>
<li>What is Version Control?</li>
<li>Git</li>
<li>Local Git</li>
<li>Remote Git and Collaboration</li>
</ul>
</div>
</div>
<hr/>
<h2>Setup</h2>
<div class="row-fluid">
<div class="span6">
{% include setup/overview-editor.html %}
{% include setup/windows-editor.html %}
{% include setup/macosx-editor.html %}
{% include setup/linux-editor.html %}
</div>
<div class="span6">
{% include setup/overview-git.html %}
{% include setup/linux-git.html %}
{% include setup/macosx-git.html %}
{% include setup/windows-git.html %}
</div>
<div class="span6">
{% include setup/overview-python.html %}
{% include setup/linux-python.html %}
{% include setup/macosx-python.html %}
{% include setup/windows-python.html %}
</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>