-
Notifications
You must be signed in to change notification settings - Fork 35
/
events.html
394 lines (351 loc) · 13.7 KB
/
events.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
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>OpenWorm Events</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="Past and future events and meetings related to OpenWorm">
<!-- REPLICATE THIS IN ALL PAGES -->
<!-- Le styles -->
<link href="css/bootstrap.css" rel="stylesheet">
<link rel="stylesheet" href="css/font-awesome.css">
<link href="css/bootstrap-responsive.css" rel="stylesheet">
<link href="css/main.css" rel="stylesheet">
<link href="css/docs.css" rel="stylesheet">
<link href="./css/events_css.css" rel ="stylesheet">
<!-- HTML5 shim, for IE6-8 support of HTML5 elements -->
<!--[if lt IE 9]>
<script src="http://html5shim.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
<!-- Fav and touch icons - this code is outdated -->
<link rel="shortcut icon" href="favicon.ico">
<link rel="apple-touch-icon-precomposed" sizes="144x144" href="../assets/ico/apple-touch-icon-144-precomposed.png">
<link rel="apple-touch-icon-precomposed" sizes="114x114" href="../assets/ico/apple-touch-icon-114-precomposed.png">
<link rel="apple-touch-icon-precomposed" sizes="72x72" href="../assets/ico/apple-touch-icon-72-precomposed.png">
<link rel="apple-touch-icon-precomposed" href="../assets/ico/apple-touch-icon-57-precomposed.png">
<div class="navbar navbar-inverse navbar-fixed-top">
<div class="navbar-inner" id="head-nav">
</div>
</div>
<script src="js/jquery-3.6.0.js"></script>
<script>
// get head-nav and foot-nav with jquery (get is async)
$.get('header-content.html', function(data) {
$('#head-nav').html(data);
})
$.get('footer-content.html', function(data) {
$('#foot-nav').html(data);
})
</script>
</head>
<body>
<div id="pjax-content">
<!-- END REPEAT-->
<header class="jumbotron subhead" id="overview">
<div class="container">
<h1>Events</h1>
<p class="lead">
Where we have been and where to meet us next!
</p>
</div>
</header>
<div class="container">
<div class="marketing">
<br/>
<br/>
<i class="fa fa-plane fa-xl"></i> <i class="fa fa-group fa-xl"></i> <i class="fa fa-beaker fa-xl"></i> <i class="fa fa-beer fa-xl"></i>
<div class="large-spacer"></div><div class="large-spacer"></div>
<div class="container">
<div class="row">
<div >
<ul class="event-list">
<li>
<time>
<span class="day">22</span>
<span class="month">June</span>
<span class="year">2021</span>
</time>
<div class="info">
<h2 class="title">OpenWorm poster at <i>C. elegans</i> meeting</h2>
<p class="desc">Online presentation of: The OpenWorm Project: progress update, available resources and future plans</p>
<ul>
<li style="width:50%;"><a href="https://app.genetics-gsa.org/celegans/abstracts21_report/Assignment?lastNameLetter=G"><span class="fa fa-globe"></span> Website</a></li>
</ul>
</div>
</li>
<li>
<time>
<span class="day">31</span>
<span class="month">Jan</span>
<span class="year">2018</span>
</time>
<div class="info">
<h2 class="title">Open House @ Sainsbury Wellcome Centre</h2>
<p class="desc">London, UK</p>
<ul>
<li style="width:50%;"><a href="https://www.sainsburywellcome.org/web/blog/openworm-building-virtual-nervous-system"><span class="fa fa-globe"></span> Website</a></li>
</ul>
</div>
</li>
<li>
<time>
<span class="day">29-30</span>
<span class="month">Jan</span>
<span class="year">2018</span>
</time>
<div class="info">
<h2 class="title">Connectome to behaviour: modelling C. elegans at cellular resolution </h2>
<p class="desc">Royal Society Discussion meeting, London, UK</p>
<ul>
<li style="width:50%;"><a href="https://royalsocietypublishing.org/doi/10.1098/rstb.2017.0366"><span class="fa fa-globe"></span>Meeting report</a></li>
</ul>
</div>
</li>
<li>
<time>
<span class="day">16</span>
<span class="month">Apr</span>
<span class="year">2016</span>
</time>
<div class="info">
<h2 class="title">TEDxBangalore</h2>
<p class="desc">Speaker: Stephen Larson, Bangalore, India</p>
<ul>
<li style="width:50%;"><a href="https://www.youtube.com/watch?v=RY2-0-QsuTE"><span class="fa fa-globe"></span> Website</a></li>
</ul>
</div>
</li>
<li>
<time>
<span class="day">25</span>
<span class="month">Aug</span>
<span class="year">2014</span>
<span class="time">12:00 AM</span>
</time>
<div class="info">
<h2 class="title">Open Collaboration in Computational Neuroscience workshop</h2>
<p class="desc">Neuroinformatics 2014, Leiden, The Netherlands</p>
<ul>
<li style="width:50%;"><a href="http://www.neuroinformatics2014.org/program/workshops/workshop-4.html"><span class="fa fa-globe"></span> Website</a></li>
</ul>
</div>
</li>
<li>
<time>
<span class="day">14</span>
<span class="month">May</span>
<span class="year">2014</span>
<span class="time">12:00 AM</span>
</time>
<div class="info">
<h2 class="title">Open Source Brain Workshop 2014</h2>
<p class="desc">Alghero, Sardinia, Italy</p>
<ul>
<li style="width:50%;"><a href="http://opensourcebrain.org/projects/osb/wiki/OSB2014"><span class="fa fa-globe"></span> Website</a></li>
</ul>
</div>
</li>
<li>
<time>
<span class="day">27</span>
<span class="month">Aug</span>
<span class="year">2013</span>
<span class="time">12:00 AM</span>
</time>
<div class="info">
<h2 class="title">Neuroinformatics 2013</h2>
<p class="desc">Karolinska Institutet, Stockholm, Sweden</p>
<ul>
<li style="width:50%;"><a href="http://www.neuroinformatics2013.org/"><span class="fa fa-globe"></span> Website</a></li>
</ul>
</div>
</li>
<li>
<time>
<span class="day">13</span>
<span class="month">July</span>
<span class="year">2013</span>
<span class="time">12:00 AM</span>
</time>
<div class="info">
<h2 class="title">Computational Neuroscience Meeting 2013</h2>
<p class="desc">Université Paris Descartes, Paris, France</p>
<ul>
<li style="width:50%;"><a href="http://www.cnsorg.org/cns-2013-paris"><span class="fa fa-globe"></span> Website</a></li>
</ul>
</div>
</li>
<li>
<time>
<span class="day">12</span>
<span class="month">July</span>
<span class="year">2013</span>
<span class="time">12:00 AM</span>
</time>
<div class="info">
<h2 class="title">OpenWorm Paris Meet-up</h2>
<p class="desc">Falstaff, Paris, France</p>
<ul>
<li style="width:50%;"><a href="https://plus.google.com/u/0/events/c9na0de60ctltl97m39oo7h3bqs"><span class="fa fa-globe"></span> Website</a></li>
</ul>
</div>
</li>
<li>
<time>
<span class="day">16</span>
<span class="month">May</span>
<span class="year">2013</span>
<span class="time">12:00 AM</span>
</time>
<div class="info">
<h2 class="title">Guest Lecture: Introduction to OpenWorm</h2>
<p class="desc">Speaker: Matteo Cantarelli. Host: Daniele Giusto - Faculty of Electrical Engineering, University Of Cagliari, Italy</p>
<ul>
<li style="width:50%;"><a href="https://plus.google.com/u/0/events/c9na0de60ctltl97m39oo7h3bqs"><span class="fa fa-globe"></span> Website</a></li>
</ul>
</div>
</li>
<li>
<time>
<span class="day">13</span>
<span class="month">May</span>
<span class="year">2013</span>
<span class="time">12:00 AM</span>
</time>
<div class="info">
<h2 class="title">Open Source Brain Kick-Off meeting</h2>
<p class="desc">Alghero, Sardinia, Italy</p>
<ul>
<li style="width:50%;"><a href="http://www.opensourcebrain.org/projects/osb/wiki/Meetings"><span class="fa fa-globe"></span> Website</a></li>
</ul>
</div>
</li>
<li>
<time>
<span class="day">22</span>
<span class="month">Feb</span>
<span class="year">2013</span>
<span class="time">12:00 AM</span>
</time>
<div class="info">
<h2 class="title">OpenWorm Cambridge Meet-up</h2>
<p class="desc">The Eagle, Cambridge, UK</p>
<ul>
<li style="width:50%;"><a href="https://plus.google.com/u/0/events/cbcrflmpg9d7cfsigg1udm8g1as?cfem=1"><span class="fa fa-globe"></span> Website</a></li>
</ul>
</div>
</li>
<li>
<time>
<span class="day">21</span>
<span class="month">Feb</span>
<span class="year">2013</span>
<span class="time">12:00 AM</span>
</time>
<div class="info">
<h2 class="title">OpenWorm London Meet-up</h2>
<p class="desc">Queens Head & Artichoke, London, UK</p>
<ul>
<li style="width:50%;"><a href="https://plus.google.com/u/0/events/c366q6opqsalct5uhdddlffkhqs"><span class="fa fa-globe"></span> Website</a></li>
</ul>
</div>
</li>
<li>
<time>
<span class="day">13</span>
<span class="month">Nov</span>
<span class="year">2012</span>
<span class="time">12:00 AM</span>
</time>
<div class="info">
<h2 class="title">Modeling C. elegans: The OpenWorm Project</h2>
<p class="desc"> Speaker: Mike Vella, Cambridge, UK</p>
<ul>
<li style="width:50%;"><a href="http://talks.cam.ac.uk/talk/index/40703"><span class="fa fa-globe"></span> Website</a></li>
</ul>
</div>
</li>
<li>
<time>
<span class="day">10</span>
<span class="month">Sep</span>
<span class="year">2011</span>
<span class="time">12:00 AM</span>
</time>
<div class="info">
<h2 class="title">NeuroInformatics 2012</h2>
<p class="desc">Boston, USA</p>
<ul>
<li style="width:50%;"><a href="http://www.neuroinformatics2012.org/abstracts/the-neuroml-c.-elegans-connectome"><span class="fa fa-globe"></span> Website</a></li>
</ul>
</div>
</li>
<li>
<time>
<span class="day">12</span>
<span class="month">Mar</span>
<span class="year">2012</span>
<span class="time">12:00 AM</span>
</time>
<div class="info">
<h2 class="title">Convergence in Computational Neuroscience 2012</h2>
<p class="desc">Informatics Forum, Edinburgh, UK</p>
<ul>
<li style="width:50%;"><a href="http://www.neuroml.org/workshop2012"><span class="fa fa-globe"></span> Website</a></li>
</ul>
</div>
</li>
<li>
<time>
<span class="day">4</span>
<span class="month">Sep</span>
<span class="year">2011</span>
<span class="time">12:00 AM</span>
</time>
<div class="info">
<h2 class="title">NeuroInformatics 2011</h2>
<p class="desc">Informatics Forum, Edinburgh, UK</p>
<ul>
<li style="width:50%;"><a href="http://www.neuroinformatics2011.org/abstracts/managing-complexity-in-multi-algorithm-multi-scale-biological-simulations-an-integrated-software-engineering-and-neuroinformatics-approach"><span class="fa fa-globe"></span> Website</a></li>
</ul>
</div>
</li>
<li>
<time>
<span class="day">31</span>
<span class="month">Mar</span>
<span class="year">2011</span>
<span class="time">12:00 AM</span>
</time>
<div class="info">
<h2 class="title">NeuroML Development Workshop</h2>
<p class="desc">Goodenough College, London, UK</p>
<ul>
<li style="width:50%;"><a href="http://www.neuroinformatics2011.org/abstracts/managing-complexity-in-multi-algorithm-multi-scale-biological-simulations-an-integrated-software-engineering-and-neuroinformatics-approach"><span class="fa fa-globe"></span> Website</a></li>
</ul>
</div>
</li>
</ul>
</div>
</div>
</div>
</div>
</div>
<!-- FOOT: DUPLICATE THE FOLLOWING IN ALL PAGES -->
</div><!-- end pjax content -->
<!-- footer
================================================== -->
<div id="foot-nav"></div>
<!-- foot-nav is filled with script in head -->
<!-- Le javascript
================================================== -->
<!-- at end of the document so the pages load faster -->
<!-- load other resources asynchronously: -->
<script src="js/bootstrap.js" async></script>
<script src="js/jquery.parss.uncompressed.js" async></script>
<script src="http://platform.twitter.com/widgets.js" async></script>
<!-- execute main (initialize resources above + carousel/donate controls -->
<script src="js/jquery.pjax.js"></script>
<script src="js/main.js" defer></script>
</body>
</html>