-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathindex.html
94 lines (82 loc) · 2.99 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
---
layout: bootcamp
root: .
venue: National Socio-Environmental Synthesis Center (SESYNC)
address: SESYNC, Annapolis, MD
country: United-States
humandate: Dec 3-6, 2013
humantime: 9:00 am - 4:30 pm
startdate: 2013-12-03
enddate: 2013-12-06
latlng: 38.976734, -76.503296
registration: restricted
instructor: ["Will Trimble", " Amanda Whitlock", "Bernhard Konrad", "Aron Ahmadia", "R. David Murray"]
contact: mshelley@sesync.org
---
{% 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>
To participate, you will need working copies of <em>bash</em>, <em>git</em>, a <em>Text editor</em>, and <em>python</em>.
<div class="row-fluid">
<div class="span6">
{% include setup/overview-bash.html %}
{% include setup/windows-bash.html %}
{% include setup/macosx-bash.html %}
{% include setup/linux-bash.html %}
{% include setup/overview-editor.html %}
{% include setup/windows-editor.html %}
{% include setup/macosx-editor.html %}
{% include setup/linux-editor.html %}
{% include setup/vm.html %}
</div>
<div class="span6">
{% include setup/overview-git.html %}
{% include setup/windows-git.html %}
{% include setup/macosx-git.html %}
{% include setup/overview-python.html %}
{% include setup/windows-python.html %}
{% include setup/macosx-python.html %}
<!-- {% include setup/linux-python.html %} -->
</div>
</div>
<hr/>
<!--
<h2>Group chat / etherpad</h2>
<a href="http://etherpad.mozilla.org/swc-sesync-2013">Etherpad group chat</a>
-->
<h2>Lessons</h2>
<div class="row-fluid">
<div class="span6">
<!-- <h3><a href="lessons/swc-shell/tutorial.html">The Unix Shell</a></h3> -->
<ul>
<li><a href="lessons/gentle.html">Lessons - Beginner track </a>
<li><a href="lessons/steep.html">Lessons - Intermediate track </a>
<li><a href="lessons/index.html">Index to all SWC lessons</a>
<!-- <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>
<hr/>
<h2>Schedule</h2>
{% include schedule.html %}
<h2>Chatrooms</h2>
<ul>
<li><a href=https://etherpad.mozilla.org/2013-12-03-sesync-intermediate>https://etherpad.mozilla.org/2013-12-03-sesync-intermediate</a>
<li><a href=https://etherpad.mozilla.org/2013-12-03-sesync-beginner>https://etherpad.mozilla.org/2013-12-03-sesync-beginner</a>
</ul>
<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>
</ul>