forked from swcarpentry/DEPRECATED-bc
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
95 lines (86 loc) · 2.86 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
---
layout: bootcamp
root: .
venue: Euphoric State University
address: 123 College Street, Euphoria
country: United-States
humandate: June 17-18, 2020
humantime: 9:00 am - 4:30 pm
startdate: 2020-06-17
enddate: 2020-06-18
latlng: 41.7901128,-87.6007318
registration: restricted
instructor: ["Grace Hopper", "Alan Turing"]
contact: random@software-carpentry.org
---
<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/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>