forked from resbaz/resbaz2017
-
Notifications
You must be signed in to change notification settings - Fork 1
/
christchurch.html
executable file
·230 lines (200 loc) · 7.55 KB
/
christchurch.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
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
---
layout: site
permalink: christchurch
location: Christchurch
dates: 8th - 9th February, 2017
splashImage: /img/christchurch.jpg
map: sites/christchurch.geojson
about: Resbaz 2017 in Christchurch is full. If you'd like to attend a Software Carpentry course this year, please contact Anton Angelo at [email protected] The programme and information can be found at <a href='https://antonangelo.github.io/2017-08-02-canterbury/'>https://antonangelo.github.io/2017-08-02-canterbury/</a>
classes:
- class: Main Streams - Software Carpentry
descriptions:
- name: The Unix Shell
id: shell
blurb: Use of the shell is fundamental to using a wide range of other powerful tools and computing resources (including “high-performance computing” supercomputers). These lessons will start you on a path towards using these resources effectively.
- name: R
id: rprog
blurb: The R language provides a flexible and powerful environment for data analysis and visualisation. This workshop will introduce the R language and will teach you some key programming skills.
- name: Git
id: git
blurb: Version control is the lab notebook of the digital world - it’s what professionals use to keep track of what they’ve done and to collaborate with other people. Keeping a record of what was changed, when, and why is extremely useful for all researchers if they ever need to come back to the project later on.
sponsors:
- name: 'Catalyst IT'
img: catalyst.png
---
<!-- Navigation -->
<nav>
<div class="container">
<div class='col-md-8'>
<a href="https://2017.resbaz.com/">
<img class='nav-logo' src='https://raw.githubusercontent.com/resbaz/resbaz2017/gh-pages/img/resbaz_logos/ResBaz_transparent_cropped.png'></img>
</a>
</div>
<div class='col-md-4'>
<ul class="nav navbar-nav navbar-right nav-list">
<li class="hidden">
<a href="#page-top"></a>
</li>
<li class="page-scroll">
<a href="#aboutSection">About</a>
</li>
<li class="page-scroll">
<a href="#scheduleSection">Schedule</a>
</li>
<li class="page-scroll">
<a href="#registerSection">Register</a>
</li>
<li class="page-scroll">
<a href="#speakerSection">Speakers</a>
</li>
</ul>
</div>
</div>
</nav>
<!-- Header -->
<header style="background: linear-gradient(rgba(0,0,0,0.5), rgba(0,0,0,0.5)), url({{page.splashImage}}); background-repeat: no-repeat; background-size: cover; ">
<div class="container">
<div class="row">
<div class="col-lg-12">
<div class="intro-text">
<p></br></br></p>
<span class="name">{{page.location}}</span>
<hr class="star-light"></hr>
<span class="skills">{{page.dates}}</span>
<p></br></br></p>
</div>
</div>
</div>
</div>
</header>
<!-- About -->
<section id='aboutSection'>
<div class = 'container' id = 'tool-list'>
<div class = "row">
<div class = "col-lg-12 text-center">
<h1>About</h1>
<hr class = "star-primary">
</div>
</div>
<div class="row">
<div class="col-lg-12 text-center">
<p>{{page.about}}</p>
</div>
</div>
</div>
</section>
<hr class='divider'></hr>
<!-- Schedule -->
<section id='scheduleSection'>
<div class='container'>
<div class="row">
<div class="col-lg-12 text-center">
<h1>Schedule</h1>
<hr class="star-primary">
</div>
<div class="row">
<div class="col-lg-12 text-center">
<p>{{page.schedule}}</br></br></p>
</div>
</div>
{% for d in page.days %}
<div class="col-md-4">
<h4>{{ d.day }}</h4>
<div class='list-group'>
{% for session in d.sessions %}
<a class='list-group-item'>{{ session.title }}</a>
{% endfor %}
</div>
</div>
{% endfor %}
</div>
</div>
</section>
<hr class='divider'></hr>
<!-- Map -->
<section id="mapSection">
<div class='container'>
<div class="row">
<div class="col-lg-12 text-center">
<h1>Venue</h1>
<hr class="star-primary">
</div>
<div class="col-lg-8 col-lg-offset-2 text-center">
<script src="https://embed.github.com/view/geojson/resbaz/resbaz2017/gh-pages/{{page.map}}"></script>
</div>
</div>
</div>
</section>
<hr class='divider'></hr>
<!-- Registration -->
<section id="registerSection">
<div class="container">
<div class="row">
<div class="col-lg-12 text-center">
<h1>Come along</h1>
<hr class="star-primary">
</div>
</div>
<div class="row">
<div class="col-lg-12 text-center">
<p>Your registration text.</p>
</div>
</div>
</div>
</section>
<hr class='divider'></hr>
<!-- Speakers -->
<section id='speakerSection'>
<div class='container'>
<div class="row">
<div class="col-lg-12 text-center">
<h1>Meet Our Speakers</h1>
<hr class="star-primary">
{% for speaker in page.speakers %}
<div class='col-md-3 speaker-tile'>
<img class='img-circle' src={{site.baseurl}}/{{ speaker.img }}></img>
<h4>{{ speaker.name }}</h4>
<p>{{ speaker.blurb }}</p>
</div>
{% endfor %}
</div>
</div>
</div>
</section>
<hr class='divider'></hr>
<!-- Sponsors -->
<section id="sponsors">
<div class="container">
<div class="row">
<div class="col-lg-12 text-center">
<h2>Our Sponsors</h2>
<hr class="star-primary">
</div>
</div>
<div class="row">
<div class="col-lg-12 text-center">
<p>Many thanks to our sponsors for helping to bring the Research Bazaar to {{page.location}}.</p>
{% for sponsor in page.sponsors %}
<div class='sponsor-tile'>
<img src={{site.baseurl}}/img/sponsors/{{ sponsor.img }}></img>
<h4>{{ sponsor.name }}</h4>
</div>
{% endfor %}
</div>
</div>
</div>
</section>
<!-- TEST SCRIPT -->
<script>
// var listElements1 = document.getElementsByClassName('list-group-item')
// console.log(listElements1)
var toolList = document.getElementById('tool-list')
var listElements = toolList.getElementsByClassName('list-group-item')
for(var i=0; i<listElements.length; i++){
listElements[i].children[0].onclick = function(){
// toolList.getElementsByClassName('hidden').hide();
var idOfBlurb = this.id + 'Blurb';
document.getElementById(idOfBlurb).classList.toggle('hidden');
}
}
</script>