-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
602 lines (313 loc) · 20.3 KB
/
Copy pathindex.html
File metadata and controls
602 lines (313 loc) · 20.3 KB
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
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
<!DOCTYPE html>
<html lang="en-us">
<head>
<meta charset="utf-8">
<meta name="robots" content="all,follow">
<meta name="googlebot" content="index,follow,snippet,archive">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Erasmian Programming Café</title>
<meta name="author" content="Helena Wedig" />
<meta name="keywords" content="Programming Cafe, Rotterdam">
<meta name="description" content="Website of the Erasmian Programming Café">
<meta name="generator" content="Hugo 0.150.0">
<link href='//fonts.googleapis.com/css?family=Roboto:400,100,100italic,300,300italic,500,700,800' rel='stylesheet' type='text/css'>
<link rel="stylesheet" href="//use.fontawesome.com/releases/v6.7.2/css/all.css">
<link rel="stylesheet" href="//maxcdn.bootstrapcdn.com/bootstrap/3.4.1/css/bootstrap.min.css" integrity="sha384-HSMxcRTRxnN+Bdg0JdbxYKrThecOKuH5zCYotlSAcp1+c8xmyTe9GYg1l9a69psu" crossorigin="anonymous">
<link href="./css/animate.css" rel="stylesheet">
<link href="./css/style.turquoise.css" rel="stylesheet" id="theme-stylesheet">
<link href="./css/custom.css?1787748500" rel="stylesheet">
<!--[if lt IE 9]>
<script src="https://cdnjs.cloudflare.com/ajax/libs/html5shiv/3.7.3/html5shiv.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/respond.js/1.4.2/respond.min.js"></script>
<![endif]-->
<link rel="shortcut icon" href="./images/favicon.ico" type="image/x-icon" />
<link rel="apple-touch-icon" href="./images/favicon.ico" />
<link href="./css/owl.carousel.css" rel="stylesheet">
<link href="./css/owl.theme.css" rel="stylesheet">
<link rel="alternate" href="./index.xml" type="application/rss+xml" title="Erasmian Programming Café">
<meta property="og:updated_time" content="2026-05-28T00:00:00Z">
<meta name="twitter:card" content="summary">
<meta name="twitter:site" content="@NA">
<meta name="twitter:title" content="Erasmian Programming Café">
<meta name="twitter:description" content="Website of the Erasmian Programming Café">
</head>
<style>
.myDiv {
width:70%;
margin:auto;
text-align: justify
}
</style>
<body>
<div id="all">
<header>
<div id="top">
<div class="container">
<div class="row">
<div class="col-xs-5">
</div>
<div class="col-xs-7">
<div class="social">
<a href="mailto:helena.wedig@eur.nl" target="_blank" style="opacity: 1;"><i class='fas fa-2x fa-envelope'></i></a>
</div>
</div>
</div>
</div>
</div>
</header>
<header class="navbar-affixed-top" data-spy="affix" data-offset-top="62">
<div class="navbar navbar-default yamm " role="navigation" id="navbar">
<div class="container">
<div class="navbar-header">
<a class="navbar-brand home" href="./">
<img src="./images/icon.jpg" alt="Erasmian Programming Café logo" class="hidden-xs hidden-sm" />
<img src="./images/icon.jpg" alt="Erasmian Programming Café logo" class="visible-xs visible-sm" />
<span class="sr-only">Erasmian Programming Café - go to homepage</span>
</a>
<div class="navbar-buttons">
<button type="button" class="navbar-toggle btn-template-main" data-toggle="collapse" data-target="#navigation">
<span class="sr-only">Toggle Navigation</span>
<i class="fas fa-align-justify"></i>
</button>
</div>
</div>
<div class="navbar-collapse collapse" id="navigation">
<ul class="nav navbar-nav navbar-right">
<li class="dropdown ">
<a href="./">Home</a>
</li>
<li class="dropdown ">
<a href="./team">Team</a>
</li>
<li class="dropdown ">
<a href="./categories/news">Upcoming Events</a>
</li>
<li class="dropdown ">
<a href="./resources">Resources</a>
</li>
<li class="dropdown ">
<a href="./faq">faq</a>
</li>
<li class="dropdown ">
<a href="./categories/archive">Previous Events</a>
</li>
<li class="dropdown ">
<a href="./contact">Contact</a>
</li>
</ul>
</div>
<div class="collapse clearfix" id="search">
<form class="navbar-form" role="search">
<div class="input-group">
<input type="text" class="form-control" placeholder="Search">
<span class="input-group-btn">
<button type="submit" class="btn btn-template-main"><i class="fas fa-search"></i></button>
</span>
</div>
</form>
</div>
</div>
</div>
</header>
<br>
<div style="width: 100%; text-align: center; margin: 2em 0;"> <img src="images/with_text_2.jpg" style="display:block;margin:auto"></div>
<br>
<div id="who-are-we" class="myDiv" >
<h2>We are excited to invite all EUR researchers to the Programming Café at Erasmus University Rotterdam! Whether you're a seasoned coder or just starting your programming journey, this event is designed to bring together enthusiasts from all levels in a relaxed and collaborative environment.</h2>
<p></br></p>
</div>
<div id="what-to-expect" class="myDiv">
<h2>What can you expect?</h2>
<p>In the Programming Café (Code together, feel empowered), you can enhance your programming skills through practical experience and meet like-minded individuals and potential collaborators. Use this opportunity to discover new tools and techniques that can aid your research!</p>
<p><b>Hands-On Workshops:</b> Dive into interactive sessions tailored for both beginners and advanced programmers. Learn new skills, explore different programming languages, and tackle exciting challenges. </p>
<p><b>Networking Opportunities:</b> Connect with fellow students, researchers, and staff who share your passion for programming. Exchange ideas, collaborate on projects, and expand your professional network. </p>
<p><b>Expert Guidance: </b>Benefit from the expertise of our experienced trainers.</p>
<p><b>Relaxed Atmosphere: </b>Enjoy a casual setting where you can work at your own pace, sip coffee, snack, and engage in stimulating conversations.</p>
</div>
<div id="theme" class="myDiv">
<h2>Topic/Theme</h2>
<p>Each Programming Café has a specific topic or theme. We will offer a short presentation or demonstration (max 1h) about the chosen topic at the beginning of the Café. Interested in something specific? Please send an email to Helena Wedig!
</p>
<br>
</div>
<div id="programme" class="myDiv">
<h2>Typical programme</h2>
<p><ul>
<li><b>10:50-11:00</b> Walk-in</li>
<li><b>11:00-12:00</b> Presentation or Live Coding</li>
<li><b>12:00-12:15</b> Break & Lunch</li>
<li><b>12:15-13:00</b> Time to collaborate, ask question and program yourself</li>
</ul>
</p>
<br>
</div>
<div id="who-can-join" class="myDiv">
<h2>Who can join the Programming Café?</h2>
<p>The event is open to researchers and PhD students from Erasmus University Rotterdam.</p>
</p>
<br>
</div>
<section class="bar background-white no-mb">
<div class="container">
<div class="col-md-12">
<div class="heading text-center">
<h2>Upcoming Cafés</h2>
</div>
<p class="lead">
See here which Cafés are scheduled next!
</p>
<div class="row">
<div class="col-md-3 col-sm-6">
<div class="box-image-text blog">
<div class="top">
<div class="image" style="overflow:hidden">
<img src="./images/icon.jpg" class="img-responsive" alt="" />
</div>
<div class="bg"></div>
<div class="text">
<p class="buttons">
<a href="./post/programming-caf-on-6th-of-oct-2026.html" class="btn btn-template-transparent-primary"><i class="fas fa-link"></i> Read more</a>
</p>
</div>
</div>
<div class="content">
<h4><a href="./post/programming-caf-on-6th-of-oct-2026.html">Programming Café on 6th of October 2026</a></h4>
<p class="author-category">
</p>
<p class="intro">Back to Basics: Refresh Your R Skills</p>
<p class="read-more">
<a href="./post/programming-caf-on-6th-of-oct-2026.html" class="btn btn-template-main">Continue reading</a>
</p>
</div>
</div>
</div>
<div class="col-md-3 col-sm-6">
<div class="box-image-text blog">
<div class="top">
<div class="image" style="overflow:hidden">
<img src="./images/icon.jpg" class="img-responsive" alt="" />
</div>
<div class="bg"></div>
<div class="text">
<p class="buttons">
<a href="./post/programming-caf-on-10th-of-nov-2026.html" class="btn btn-template-transparent-primary"><i class="fas fa-link"></i> Read more</a>
</p>
</div>
</div>
<div class="content">
<h4><a href="./post/programming-caf-on-10th-of-nov-2026.html">Programming Café on 10th of November 2026</a></h4>
<p class="author-category">
</p>
<p class="intro">Back to Basics: Refresh Your Python Skills</p>
<p class="read-more">
<a href="./post/programming-caf-on-10th-of-nov-2026.html" class="btn btn-template-main">Continue reading</a>
</p>
</div>
</div>
</div>
<div class="col-md-3 col-sm-6">
<div class="box-image-text blog">
<div class="top">
<div class="image" style="overflow:hidden">
<img src="./images/icon.jpg" class="img-responsive" alt="" />
</div>
<div class="bg"></div>
<div class="text">
<p class="buttons">
<a href="./post/programming-caf-on-8th-of-dec-2026.html" class="btn btn-template-transparent-primary"><i class="fas fa-link"></i> Read more</a>
</p>
</div>
</div>
<div class="content">
<h4><a href="./post/programming-caf-on-8th-of-dec-2026.html">Programming Café on 8th of December 2026</a></h4>
<p class="author-category">
</p>
<p class="intro">FAIR Research Software</p>
<p class="read-more">
<a href="./post/programming-caf-on-8th-of-dec-2026.html" class="btn btn-template-main">Continue reading</a>
</p>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<footer id="footer">
<div class="container">
<div class="col-md-4 col-sm-6">
<h4>About us</h4>
<p>The Erasmian Programming Café is a initiative by the Erasmus Engangement and Research Services to facilitate programming at EUR.</p>
<hr class="hidden-md hidden-lg hidden-sm">
</div>
<div class="col-md-4 col-sm-6">
<h4>Recent posts</h4>
<div class="blog-entries">
<div class="item same-height-row clearfix">
<div class="image same-height-always">
<a href="./post/programming-caf-on-6th-of-oct-2026.html">
<img src="./images/icon.jpg" class="img-responsive" alt="Programming Café on 6th of October 2026" />
</a>
</div>
<div class="name same-height-always">
<h5><a href="./post/programming-caf-on-6th-of-oct-2026.html">Programming Café on 6th of October 2026</a></h5>
</div>
</div>
<div class="item same-height-row clearfix">
<div class="image same-height-always">
<a href="./post/programming-caf-on-10th-of-nov-2026.html">
<img src="./images/icon.jpg" class="img-responsive" alt="Programming Café on 10th of November 2026" />
</a>
</div>
<div class="name same-height-always">
<h5><a href="./post/programming-caf-on-10th-of-nov-2026.html">Programming Café on 10th of November 2026</a></h5>
</div>
</div>
<div class="item same-height-row clearfix">
<div class="image same-height-always">
<a href="./post/programming-caf-on-8th-of-dec-2026.html">
<img src="./images/icon.jpg" class="img-responsive" alt="Programming Café on 8th of December 2026" />
</a>
</div>
<div class="name same-height-always">
<h5><a href="./post/programming-caf-on-8th-of-dec-2026.html">Programming Café on 8th of December 2026</a></h5>
</div>
</div>
</div>
<hr class="hidden-md hidden-lg">
</div>
<div class="col-md-4 col-sm-6">
<h4>Contact</h4>
<p class="text-uppercase"><strong>Erasmus University Rotterdam</strong>
<br>Burgemeester Oudlaan 50
<br>3062 PA Rotterdam
<br>
<strong>Netherlands</strong>
</p>
<a href="./contact" class="btn btn-small btn-template-main">Go to contact page</a>
<hr class="hidden-md hidden-lg hidden-sm">
</div>
</div>
</footer>
<div id="copyright">
<div class="container">
<div class="col-md-12">
<p class="pull-left">© 2025 Erasmian Programming Café. All rights reserved.</p>
<p class="pull-right">
Template by <a href="https://bootstrapious.com/universal-business-e-commerce-template">Bootstrapious</a>.
Ported to Hugo by <a href="https://github.com/devcows/hugo-universal-theme">DevCows</a>.
</p>
</div>
</div>
</div>
</div>
<script src="//code.jquery.com/jquery-3.1.1.min.js" integrity="sha256-hVVnYaiADRTO2PzUGmuLJr8BLUSjGIZsDYGmIJLv2b8=" crossorigin="anonymous"></script>
<script src="//maxcdn.bootstrapcdn.com/bootstrap/3.4.1/js/bootstrap.min.js" integrity="sha384-aJ21OjlMXNL5UyIl/XNwTMqvzeRMZH2w8c5cRVpzpU8Y5bApTppSuUkhZXN0VxHd" crossorigin="anonymous"></script>
<script src="//cdnjs.cloudflare.com/ajax/libs/jquery-cookie/1.4.1/jquery.cookie.min.js"></script>
<script src="//cdnjs.cloudflare.com/ajax/libs/waypoints/4.0.1/jquery.waypoints.min.js"></script>
<script src="//cdnjs.cloudflare.com/ajax/libs/Counter-Up/1.0/jquery.counterup.min.js"></script>
<script src="//cdnjs.cloudflare.com/ajax/libs/jquery-parallax/1.1.3/jquery-parallax.js"></script>
<script src="./js/front.js"></script>
<script src="./js/owl.carousel.min.js"></script>
</body>
</html>