-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
742 lines (725 loc) · 74.6 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
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
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
<!DOCTYPE html>
<html lang="en-GB"><head>
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="IE=edge, IE=11, IE=10">
<link rel="pingback" href="https://mlss.mlinpl.org/xmlrpc.php">
<title>MLSS 2022 – Machine Learning Summer School Cracow</title>
<meta name="robots" content="max-image-preview:large">
<link rel="icon" href="assets/favicon.png"/>
<link rel="dns-prefetch" href="https://fonts.googleapis.com/">
<script async="" src="assets/google-analytics_analytics_002.js"></script><script type="text/javascript">
/*! This file is auto-generated */
!function(e,a,t){var n,r,o,i=a.createElement("canvas"),p=i.getContext&&i.getContext("2d");function s(e,t){var a=String.fromCharCode,e=(p.clearRect(0,0,i.width,i.height),p.fillText(a.apply(this,e),0,0),i.toDataURL());return p.clearRect(0,0,i.width,i.height),p.fillText(a.apply(this,t),0,0),e===i.toDataURL()}function c(e){var t=a.createElement("script");t.src=e,t.defer=t.type="text/javascript",a.getElementsByTagName("head")[0].appendChild(t)}for(o=Array("flag","emoji"),t.supports={everything:!0,everythingExceptFlag:!0},r=0;r<o.length;r++)t.supports[o[r]]=function(e){if(p&&p.fillText)switch(p.textBaseline="top",p.font="600 32px Arial",e){case"flag":return s([127987,65039,8205,9895,65039],[127987,65039,8203,9895,65039])?!1:!s([55356,56826,55356,56819],[55356,56826,8203,55356,56819])&&!s([55356,57332,56128,56423,56128,56418,56128,56421,56128,56430,56128,56423,56128,56447],[55356,57332,8203,56128,56423,8203,56128,56418,8203,56128,56421,8203,56128,56430,8203,56128,56423,8203,56128,56447]);case"emoji":return!s([129777,127995,8205,129778,127999],[129777,127995,8203,129778,127999])}return!1}(o[r]),t.supports.everything=t.supports.everything&&t.supports[o[r]],"flag"!==o[r]&&(t.supports.everythingExceptFlag=t.supports.everythingExceptFlag&&t.supports[o[r]]);t.supports.everythingExceptFlag=t.supports.everythingExceptFlag&&!t.supports.flag,t.DOMReady=!1,t.readyCallback=function(){t.DOMReady=!0},t.supports.everything||(n=function(){t.readyCallback()},a.addEventListener?(a.addEventListener("DOMContentLoaded",n,!1),e.addEventListener("load",n,!1)):(e.attachEvent("onload",n),a.attachEvent("onreadystatechange",function(){"complete"===a.readyState&&t.readyCallback()})),(e=t.source||{}).concatemoji?c(e.concatemoji):e.wpemoji&&e.twemoji&&(c(e.twemoji),c(e.wpemoji)))}(window,document,window._wpemojiSettings);
</script><script src="assets/wp-emoji-release.min.js" type="text/javascript" defer="defer"></script>
<style type="text/css">
img.wp-smiley,
img.emoji {
display: inline !important;
border: none !important;
box-shadow: none !important;
height: 1em !important;
width: 1em !important;
margin: 0 0.07em !important;
vertical-align: -0.1em !important;
background: none !important;
padding: 0 !important;
}
</style>
<link rel="stylesheet" id="wp-block-library-css" href="assets/style.min.css" type="text/css" media="all">
<link rel="stylesheet" id="classic-theme-styles-css" href="assets/classic-themes.min.css" type="text/css" media="all">
<style id="global-styles-inline-css" type="text/css">
body{--wp--preset--color--black: #000000;--wp--preset--color--cyan-bluish-gray: #abb8c3;--wp--preset--color--white: #ffffff;--wp--preset--color--pale-pink: #f78da7;--wp--preset--color--vivid-red: #cf2e2e;--wp--preset--color--luminous-vivid-orange: #ff6900;--wp--preset--color--luminous-vivid-amber: #fcb900;--wp--preset--color--light-green-cyan: #7bdcb5;--wp--preset--color--vivid-green-cyan: #00d084;--wp--preset--color--pale-cyan-blue: #8ed1fc;--wp--preset--color--vivid-cyan-blue: #0693e3;--wp--preset--color--vivid-purple: #9b51e0;--wp--preset--gradient--vivid-cyan-blue-to-vivid-purple: linear-gradient(135deg,rgba(6,147,227,1) 0%,rgb(155,81,224) 100%);--wp--preset--gradient--light-green-cyan-to-vivid-green-cyan: linear-gradient(135deg,rgb(122,220,180) 0%,rgb(0,208,130) 100%);--wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange: linear-gradient(135deg,rgba(252,185,0,1) 0%,rgba(255,105,0,1) 100%);--wp--preset--gradient--luminous-vivid-orange-to-vivid-red: linear-gradient(135deg,rgba(255,105,0,1) 0%,rgb(207,46,46) 100%);--wp--preset--gradient--very-light-gray-to-cyan-bluish-gray: linear-gradient(135deg,rgb(238,238,238) 0%,rgb(169,184,195) 100%);--wp--preset--gradient--cool-to-warm-spectrum: linear-gradient(135deg,rgb(74,234,220) 0%,rgb(151,120,209) 20%,rgb(207,42,186) 40%,rgb(238,44,130) 60%,rgb(251,105,98) 80%,rgb(254,248,76) 100%);--wp--preset--gradient--blush-light-purple: linear-gradient(135deg,rgb(255,206,236) 0%,rgb(152,150,240) 100%);--wp--preset--gradient--blush-bordeaux: linear-gradient(135deg,rgb(254,205,165) 0%,rgb(254,45,45) 50%,rgb(107,0,62) 100%);--wp--preset--gradient--luminous-dusk: linear-gradient(135deg,rgb(255,203,112) 0%,rgb(199,81,192) 50%,rgb(65,88,208) 100%);--wp--preset--gradient--pale-ocean: linear-gradient(135deg,rgb(255,245,203) 0%,rgb(182,227,212) 50%,rgb(51,167,181) 100%);--wp--preset--gradient--electric-grass: linear-gradient(135deg,rgb(202,248,128) 0%,rgb(113,206,126) 100%);--wp--preset--gradient--midnight: linear-gradient(135deg,rgb(2,3,129) 0%,rgb(40,116,252) 100%);--wp--preset--duotone--dark-grayscale: url('#wp-duotone-dark-grayscale');--wp--preset--duotone--grayscale: url('#wp-duotone-grayscale');--wp--preset--duotone--purple-yellow: url('#wp-duotone-purple-yellow');--wp--preset--duotone--blue-red: url('#wp-duotone-blue-red');--wp--preset--duotone--midnight: url('#wp-duotone-midnight');--wp--preset--duotone--magenta-yellow: url('#wp-duotone-magenta-yellow');--wp--preset--duotone--purple-green: url('#wp-duotone-purple-green');--wp--preset--duotone--blue-orange: url('#wp-duotone-blue-orange');--wp--preset--font-size--small: 13px;--wp--preset--font-size--medium: 20px;--wp--preset--font-size--large: 36px;--wp--preset--font-size--x-large: 42px;--wp--preset--spacing--20: 0.44rem;--wp--preset--spacing--30: 0.67rem;--wp--preset--spacing--40: 1rem;--wp--preset--spacing--50: 1.5rem;--wp--preset--spacing--60: 2.25rem;--wp--preset--spacing--70: 3.38rem;--wp--preset--spacing--80: 5.06rem;}:where(.is-layout-flex){gap: 0.5em;}body .is-layout-flow > .alignleft{float: left;margin-inline-start: 0;margin-inline-end: 2em;}body .is-layout-flow > .alignright{float: right;margin-inline-start: 2em;margin-inline-end: 0;}body .is-layout-flow > .aligncenter{margin-left: auto !important;margin-right: auto !important;}body .is-layout-constrained > .alignleft{float: left;margin-inline-start: 0;margin-inline-end: 2em;}body .is-layout-constrained > .alignright{float: right;margin-inline-start: 2em;margin-inline-end: 0;}body .is-layout-constrained > .aligncenter{margin-left: auto !important;margin-right: auto !important;}body .is-layout-constrained > :where(:not(.alignleft):not(.alignright):not(.alignfull)){max-width: var(--wp--style--global--content-size);margin-left: auto !important;margin-right: auto !important;}body .is-layout-constrained > .alignwide{max-width: var(--wp--style--global--wide-size);}body .is-layout-flex{display: flex;}body .is-layout-flex{flex-wrap: wrap;align-items: center;}body .is-layout-flex > *{margin: 0;}:where(.wp-block-columns.is-layout-flex){gap: 2em;}.has-black-color{color: var(--wp--preset--color--black) !important;}.has-cyan-bluish-gray-color{color: var(--wp--preset--color--cyan-bluish-gray) !important;}.has-white-color{color: var(--wp--preset--color--white) !important;}.has-pale-pink-color{color: var(--wp--preset--color--pale-pink) !important;}.has-vivid-red-color{color: var(--wp--preset--color--vivid-red) !important;}.has-luminous-vivid-orange-color{color: var(--wp--preset--color--luminous-vivid-orange) !important;}.has-luminous-vivid-amber-color{color: var(--wp--preset--color--luminous-vivid-amber) !important;}.has-light-green-cyan-color{color: var(--wp--preset--color--light-green-cyan) !important;}.has-vivid-green-cyan-color{color: var(--wp--preset--color--vivid-green-cyan) !important;}.has-pale-cyan-blue-color{color: var(--wp--preset--color--pale-cyan-blue) !important;}.has-vivid-cyan-blue-color{color: var(--wp--preset--color--vivid-cyan-blue) !important;}.has-vivid-purple-color{color: var(--wp--preset--color--vivid-purple) !important;}.has-black-background-color{background-color: var(--wp--preset--color--black) !important;}.has-cyan-bluish-gray-background-color{background-color: var(--wp--preset--color--cyan-bluish-gray) !important;}.has-white-background-color{background-color: var(--wp--preset--color--white) !important;}.has-pale-pink-background-color{background-color: var(--wp--preset--color--pale-pink) !important;}.has-vivid-red-background-color{background-color: var(--wp--preset--color--vivid-red) !important;}.has-luminous-vivid-orange-background-color{background-color: var(--wp--preset--color--luminous-vivid-orange) !important;}.has-luminous-vivid-amber-background-color{background-color: var(--wp--preset--color--luminous-vivid-amber) !important;}.has-light-green-cyan-background-color{background-color: var(--wp--preset--color--light-green-cyan) !important;}.has-vivid-green-cyan-background-color{background-color: var(--wp--preset--color--vivid-green-cyan) !important;}.has-pale-cyan-blue-background-color{background-color: var(--wp--preset--color--pale-cyan-blue) !important;}.has-vivid-cyan-blue-background-color{background-color: var(--wp--preset--color--vivid-cyan-blue) !important;}.has-vivid-purple-background-color{background-color: var(--wp--preset--color--vivid-purple) !important;}.has-black-border-color{border-color: var(--wp--preset--color--black) !important;}.has-cyan-bluish-gray-border-color{border-color: var(--wp--preset--color--cyan-bluish-gray) !important;}.has-white-border-color{border-color: var(--wp--preset--color--white) !important;}.has-pale-pink-border-color{border-color: var(--wp--preset--color--pale-pink) !important;}.has-vivid-red-border-color{border-color: var(--wp--preset--color--vivid-red) !important;}.has-luminous-vivid-orange-border-color{border-color: var(--wp--preset--color--luminous-vivid-orange) !important;}.has-luminous-vivid-amber-border-color{border-color: var(--wp--preset--color--luminous-vivid-amber) !important;}.has-light-green-cyan-border-color{border-color: var(--wp--preset--color--light-green-cyan) !important;}.has-vivid-green-cyan-border-color{border-color: var(--wp--preset--color--vivid-green-cyan) !important;}.has-pale-cyan-blue-border-color{border-color: var(--wp--preset--color--pale-cyan-blue) !important;}.has-vivid-cyan-blue-border-color{border-color: var(--wp--preset--color--vivid-cyan-blue) !important;}.has-vivid-purple-border-color{border-color: var(--wp--preset--color--vivid-purple) !important;}.has-vivid-cyan-blue-to-vivid-purple-gradient-background{background: var(--wp--preset--gradient--vivid-cyan-blue-to-vivid-purple) !important;}.has-light-green-cyan-to-vivid-green-cyan-gradient-background{background: var(--wp--preset--gradient--light-green-cyan-to-vivid-green-cyan) !important;}.has-luminous-vivid-amber-to-luminous-vivid-orange-gradient-background{background: var(--wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange) !important;}.has-luminous-vivid-orange-to-vivid-red-gradient-background{background: var(--wp--preset--gradient--luminous-vivid-orange-to-vivid-red) !important;}.has-very-light-gray-to-cyan-bluish-gray-gradient-background{background: var(--wp--preset--gradient--very-light-gray-to-cyan-bluish-gray) !important;}.has-cool-to-warm-spectrum-gradient-background{background: var(--wp--preset--gradient--cool-to-warm-spectrum) !important;}.has-blush-light-purple-gradient-background{background: var(--wp--preset--gradient--blush-light-purple) !important;}.has-blush-bordeaux-gradient-background{background: var(--wp--preset--gradient--blush-bordeaux) !important;}.has-luminous-dusk-gradient-background{background: var(--wp--preset--gradient--luminous-dusk) !important;}.has-pale-ocean-gradient-background{background: var(--wp--preset--gradient--pale-ocean) !important;}.has-electric-grass-gradient-background{background: var(--wp--preset--gradient--electric-grass) !important;}.has-midnight-gradient-background{background: var(--wp--preset--gradient--midnight) !important;}.has-small-font-size{font-size: var(--wp--preset--font-size--small) !important;}.has-medium-font-size{font-size: var(--wp--preset--font-size--medium) !important;}.has-large-font-size{font-size: var(--wp--preset--font-size--large) !important;}.has-x-large-font-size{font-size: var(--wp--preset--font-size--x-large) !important;}
.wp-block-navigation a:where(:not(.wp-element-button)){color: inherit;}
:where(.wp-block-columns.is-layout-flex){gap: 2em;}
.wp-block-pullquote{font-size: 1.5em;line-height: 1.6;}
</style>
<link rel="stylesheet" id="contact-form-7-css" href="assets/styles.css" type="text/css" media="all">
<link rel="stylesheet" id="stack-style-css" href="assets/style.css" type="text/css" media="all">
<link rel="stylesheet" id="stack-child-style-css" href="assets/style_002.css" type="text/css" media="all">
<link rel="stylesheet" id="ebor-google-font-css" href="assets/css.css" type="text/css" media="all">
<link rel="stylesheet" id="bootstrap-css" href="assets/bootstrap.css" type="text/css" media="all">
<link rel="stylesheet" id="ebor-icons-css" href="assets/icons.css" type="text/css" media="all">
<link rel="stylesheet" id="ebor-plugins-css" href="assets/plugins.css" type="text/css" media="all">
<link rel="stylesheet" id="ebor-theme-css" href="assets/theme-7fc383495f.css" type="text/css" media="all">
<link rel="stylesheet" id="ebor-style-css" href="assets/style_002.css" type="text/css" media="all">
<style id="ebor-style-inline-css" type="text/css">
.btn--primary .btn__text, .btn--primary:visited .btn__text {
color: #ffffff;
}
input[type].btn--primary,
.pos-fixed.bar--transparent.bg--primary,
.ebor-cart-count, .woocommerce #respond input#submit.alt.disabled, .woocommerce #respond input#submit.alt.disabled:hover, .woocommerce #respond input#submit.alt:disabled, .woocommerce #respond input#submit.alt:disabled:hover, .woocommerce #respond input#submit.alt:disabled[disabled], .woocommerce #respond input#submit.alt:disabled[disabled]:hover, .woocommerce a.button.alt.disabled, .woocommerce a.button.alt.disabled:hover, .woocommerce a.button.alt:disabled, .woocommerce a.button.alt:disabled:hover, .woocommerce a.button.alt:disabled[disabled], .woocommerce a.button.alt:disabled[disabled]:hover, .woocommerce button.button.alt.disabled, .woocommerce button.button.alt.disabled:hover, .woocommerce button.button.alt:disabled, .woocommerce button.button.alt:disabled:hover, .woocommerce button.button.alt:disabled[disabled], .woocommerce button.button.alt:disabled[disabled]:hover, .woocommerce input.button.alt.disabled, .woocommerce input.button.alt.disabled:hover, .woocommerce input.button.alt:disabled, .woocommerce input.button.alt:disabled:hover, .woocommerce input.button.alt:disabled[disabled], .woocommerce input.button.alt:disabled[disabled]:hover {
background: #4A90E2;
}
.pos-fixed.bar--transparent.bg--secondary {
background: #FAFAFA;
}
.pos-fixed.bar--transparent.bg--dark {
background: #252525;
}
.pos-fixed.bar--transparent.bg--primary-1 {
background: #31639C;
}
.bg--white h1, .bg--white h2, .bg--white h3, .bg--white h4, .bg--white h5, .bg--white h6, .bg--white i, .mobile-header .cart-link {
color: #252525;
}
@media all and (max-width:767px) {
.bar.bg--dark.bar--mobile-sticky[data-scroll-class*="fixed"].pos-fixed,
.bar.bg--dark.bar--mobile-sticky[data-scroll-class*="fixed"]+.bar.pos-fixed {
background: #252525;
}
.bar.bg--secondary.bar--mobile-sticky[data-scroll-class*="fixed"].pos-fixed,
.bar.bg--secondary.bar--mobile-sticky[data-scroll-class*="fixed"]+.bar.pos-fixed {
background: #FAFAFA;
}
}
.thumbnails-slider .thumbnail-trigger.active img {
border: 1px solid #4A90E2;
}
.menu-horizontal > li > a, .menu-horizontal > li > span, .menu-horizontal > li > .modal-instance > .modal-trigger {
font-size: 1em;
}
.woocommerce #respond input#submit.alt,
.woocommerce a.button.alt,
.woocommerce button.button.alt,
.woocommerce input.button.alt,
.woocommerce #respond input#submit,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button {
background: #4A90E2;
color: #fff;
transition: 0.1s linear;
}
.woocommerce #respond input#submit.alt:hover,
.woocommerce a.button.alt:hover,
.woocommerce button.button.alt:hover,
.woocommerce input.button.alt:hover,
.woocommerce #respond input#submit:hover,
.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover {
color: #fff;
opacity: 0.9;
background: #4A90E2;
transform: translate3d(0, -2px, 0);
-webkit-transform: translate3d(0, -2px, 0);
}
</style>
<link rel="stylesheet" id="ebor-iconsmind-css" href="assets/iconsmind.css" type="text/css" media="all">
<script type="text/javascript" src="assets/jquery.min.js" id="jquery-core-js"></script>
<script type="text/javascript" src="assets/jquery-migrate.min.js" id="jquery-migrate-js"></script>
<link rel="canonical" href="https://mlss2022.mlinpl.org/">
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async="" src="assets/google-analytics_analytics.js"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-MTEM1ZQ1ZM');
</script>
<!-- Google Tag Manager -->
<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start':
new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0],
j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src=
'https://www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f);
})(window,document,'script','dataLayer','GTM-KLC2CSN');</script>
<!-- End Google Tag Manager --><style type="text/css">.recentcomments a{display:inline !important;padding:0 !important;margin:0 !important;}</style> <style type="text/css" id="wp-custom-css">
.modal-trigger {
display: none;
} </style>
</head>
<body class="home page-template-default page page-id-15 stack--rounded normal-layout active-tabs active-accordions parallax-enable-mobile variant-content variant-v1-6-0 basic-gradient-light" data-smooth-scroll-offset="0" data-smooth-scroll-offset-mobile="0" data-skip-responsive-menu="no" data-new-gr-c-s-check-loaded="8.904.0" data-gr-ext-installed="">
<!-- Google Tag Manager (noscript) -->
<noscript><iframe src="https://www.googletagmanager.com/ns.html?id=GTM-KLC2CSN"
height="0" width="0" style="display:none;visibility:hidden"></iframe></noscript>
<!-- End Google Tag Manager (noscript) --><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 0 0" width="0" height="0" focusable="false" role="none" style="visibility: hidden; position: absolute; left: -9999px; overflow: hidden;"><defs><filter id="wp-duotone-dark-grayscale"><feColorMatrix color-interpolation-filters="sRGB" type="matrix" values=" .299 .587 .114 0 0 .299 .587 .114 0 0 .299 .587 .114 0 0 .299 .587 .114 0 0 "></feColorMatrix><feComponentTransfer color-interpolation-filters="sRGB"><feFuncR type="table" tableValues="0 0.49803921568627"></feFuncR><feFuncG type="table" tableValues="0 0.49803921568627"></feFuncG><feFuncB type="table" tableValues="0 0.49803921568627"></feFuncB><feFuncA type="table" tableValues="1 1"></feFuncA></feComponentTransfer><feComposite in2="SourceGraphic" operator="in"></feComposite></filter></defs></svg><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 0 0" width="0" height="0" focusable="false" role="none" style="visibility: hidden; position: absolute; left: -9999px; overflow: hidden;"><defs><filter id="wp-duotone-grayscale"><feColorMatrix color-interpolation-filters="sRGB" type="matrix" values=" .299 .587 .114 0 0 .299 .587 .114 0 0 .299 .587 .114 0 0 .299 .587 .114 0 0 "></feColorMatrix><feComponentTransfer color-interpolation-filters="sRGB"><feFuncR type="table" tableValues="0 1"></feFuncR><feFuncG type="table" tableValues="0 1"></feFuncG><feFuncB type="table" tableValues="0 1"></feFuncB><feFuncA type="table" tableValues="1 1"></feFuncA></feComponentTransfer><feComposite in2="SourceGraphic" operator="in"></feComposite></filter></defs></svg><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 0 0" width="0" height="0" focusable="false" role="none" style="visibility: hidden; position: absolute; left: -9999px; overflow: hidden;"><defs><filter id="wp-duotone-purple-yellow"><feColorMatrix color-interpolation-filters="sRGB" type="matrix" values=" .299 .587 .114 0 0 .299 .587 .114 0 0 .299 .587 .114 0 0 .299 .587 .114 0 0 "></feColorMatrix><feComponentTransfer color-interpolation-filters="sRGB"><feFuncR type="table" tableValues="0.54901960784314 0.98823529411765"></feFuncR><feFuncG type="table" tableValues="0 1"></feFuncG><feFuncB type="table" tableValues="0.71764705882353 0.25490196078431"></feFuncB><feFuncA type="table" tableValues="1 1"></feFuncA></feComponentTransfer><feComposite in2="SourceGraphic" operator="in"></feComposite></filter></defs></svg><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 0 0" width="0" height="0" focusable="false" role="none" style="visibility: hidden; position: absolute; left: -9999px; overflow: hidden;"><defs><filter id="wp-duotone-blue-red"><feColorMatrix color-interpolation-filters="sRGB" type="matrix" values=" .299 .587 .114 0 0 .299 .587 .114 0 0 .299 .587 .114 0 0 .299 .587 .114 0 0 "></feColorMatrix><feComponentTransfer color-interpolation-filters="sRGB"><feFuncR type="table" tableValues="0 1"></feFuncR><feFuncG type="table" tableValues="0 0.27843137254902"></feFuncG><feFuncB type="table" tableValues="0.5921568627451 0.27843137254902"></feFuncB><feFuncA type="table" tableValues="1 1"></feFuncA></feComponentTransfer><feComposite in2="SourceGraphic" operator="in"></feComposite></filter></defs></svg><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 0 0" width="0" height="0" focusable="false" role="none" style="visibility: hidden; position: absolute; left: -9999px; overflow: hidden;"><defs><filter id="wp-duotone-midnight"><feColorMatrix color-interpolation-filters="sRGB" type="matrix" values=" .299 .587 .114 0 0 .299 .587 .114 0 0 .299 .587 .114 0 0 .299 .587 .114 0 0 "></feColorMatrix><feComponentTransfer color-interpolation-filters="sRGB"><feFuncR type="table" tableValues="0 0"></feFuncR><feFuncG type="table" tableValues="0 0.64705882352941"></feFuncG><feFuncB type="table" tableValues="0 1"></feFuncB><feFuncA type="table" tableValues="1 1"></feFuncA></feComponentTransfer><feComposite in2="SourceGraphic" operator="in"></feComposite></filter></defs></svg><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 0 0" width="0" height="0" focusable="false" role="none" style="visibility: hidden; position: absolute; left: -9999px; overflow: hidden;"><defs><filter id="wp-duotone-magenta-yellow"><feColorMatrix color-interpolation-filters="sRGB" type="matrix" values=" .299 .587 .114 0 0 .299 .587 .114 0 0 .299 .587 .114 0 0 .299 .587 .114 0 0 "></feColorMatrix><feComponentTransfer color-interpolation-filters="sRGB"><feFuncR type="table" tableValues="0.78039215686275 1"></feFuncR><feFuncG type="table" tableValues="0 0.94901960784314"></feFuncG><feFuncB type="table" tableValues="0.35294117647059 0.47058823529412"></feFuncB><feFuncA type="table" tableValues="1 1"></feFuncA></feComponentTransfer><feComposite in2="SourceGraphic" operator="in"></feComposite></filter></defs></svg><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 0 0" width="0" height="0" focusable="false" role="none" style="visibility: hidden; position: absolute; left: -9999px; overflow: hidden;"><defs><filter id="wp-duotone-purple-green"><feColorMatrix color-interpolation-filters="sRGB" type="matrix" values=" .299 .587 .114 0 0 .299 .587 .114 0 0 .299 .587 .114 0 0 .299 .587 .114 0 0 "></feColorMatrix><feComponentTransfer color-interpolation-filters="sRGB"><feFuncR type="table" tableValues="0.65098039215686 0.40392156862745"></feFuncR><feFuncG type="table" tableValues="0 1"></feFuncG><feFuncB type="table" tableValues="0.44705882352941 0.4"></feFuncB><feFuncA type="table" tableValues="1 1"></feFuncA></feComponentTransfer><feComposite in2="SourceGraphic" operator="in"></feComposite></filter></defs></svg><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 0 0" width="0" height="0" focusable="false" role="none" style="visibility: hidden; position: absolute; left: -9999px; overflow: hidden;"><defs><filter id="wp-duotone-blue-orange"><feColorMatrix color-interpolation-filters="sRGB" type="matrix" values=" .299 .587 .114 0 0 .299 .587 .114 0 0 .299 .587 .114 0 0 .299 .587 .114 0 0 "></feColorMatrix><feComponentTransfer color-interpolation-filters="sRGB"><feFuncR type="table" tableValues="0.098039215686275 1"></feFuncR><feFuncG type="table" tableValues="0 0.66274509803922"></feFuncG><feFuncB type="table" tableValues="0.84705882352941 0.41960784313725"></feFuncB><feFuncA type="table" tableValues="1 1"></feFuncA></feComponentTransfer><feComposite in2="SourceGraphic" operator="in"></feComposite></filter></defs></svg>
<a href="#" id="start" title="Start"></a>
<div class="notification pos-top pos-right search-box bg--white border--bottom" data-animation="from-top" data-notification-link="search-box">
<form method="get" action="https://mlss.mlinpl.org/">
<div class="row">
<div class="col-md-6 col-md-offset-3 col-sm-8 col-sm-offset-2">
<input type="search" name="s" placeholder="Type search query and hit enter">
</div>
</div><!--end of row-->
</form>
<div class="notification-close-cross notification-close"></div></div><!--end of notification-->
<div class="main-container">
<a id="landing" class="in-page-link"></a>
<section class="imagebg text-center height-100" data-gradient-bg="#5f2c82,#49a09d,#F3A183,#5f2c82"><canvas id="granim-0" width="1470" height="744"></canvas>
<div class="background-image-holder" style="background-color: rgba(0, 0, 0, 0); background-position: initial; background-repeat: repeat; background-attachment: scroll; background-image: url("https://mlss.mlinpl.org/wp-content/uploads/2021/10/Sukiennice_and_Main_Market_Square_Krakow_Poland-scaled.jpg"); background-size: auto; background-origin: padding-box; background-clip: border-box; opacity: 1;"><img alt="" src="assets/Sukiennice_and_Main_Market_Square_Krakow_Poland-scaled.jpg"></div>
<div class="container pos-vertical-center">
<div class="row">
<div class="col-sm-9"><img alt="" src="assets/title-1.png"><span class="h1 countdown" data-date-fallback="Launching Soon" data-days-text="days"><br></span>
<p class="lead"><span style="font-weight: 400;">MLSS<sup style="font-weight: 400;">N</sup>
2022 is a summer school providing a didactic introduction to a range of
modern topics in Machine Learning, Computer Vision and Computational
Neuroscience, primarily intended for research-oriented graduate
students. The school features a line-up of internationally recognised
researchers who will talk with enthusiasm about their subjects. Our goal
is to provide a unique opportunity to learn from and connect with the
leading experts in the scenic setting of the historical city of Krakow.</span></p>
<p class="lead"><strong><span>Links to the lectures are available below.</span></strong></p>
<p class="lead"><span style="font-weight: 400;"><b></b><b></b></span>
<!--<span style="font-weight: 400;" class="vdw"><b>To stay informed sign up for the newsletter at <a class="" href="https://mlinpl.org/">https://mlinpl.org/</a></b></span></p>--></p>
<div class="modal-instance"><a class="modal-trigger btn btn--primary type--uppercase inner-link" href="#speakers" data-modal-index="0"><span class="btn__text">Notify Me</span></a>
<!--end modal container-->
</div>
<!--end modal instance-->
</div>
</div>
<!--end of row-->
</div>
<!--end of container-->
</section>
<section>
<div class="container">
<div class="row">
<div class="col-sm-12">
<h1 style="text-align: left; font-weight: 400;"><span style="color: #0DCBCF;">#</span> Venue</h1>
<h3>
<strong>Jagiellonian University - Faculty of Management and Social Communication
</br>Room: 0103</strong>
</h3>
<p class="lead">
Address:
</br>ul. Prof. S. Łojasiewicza 4,
</br>30-348 Kraków
</p>
</div>
</div>
<!--end of row-->
</div>
<!--end of container-->
</section>
<a id="program" class="in-page-link"></a>
<section>
<div class="container">
<div class="row">
<div class="col-sm-12">
<h1 style="text-align: left; font-weight: 400;"><span style="color: #0DCBCF;">#</span> Program</h1>
<p><img class="aligncenter size-large wp-image-236" src="assets/agenda3.png" alt="" width="820"></p>
</div>
</div>
<!--end of row-->
</div>
<!--end of container-->
</section>
<a id="recordings" class="in-page-link"></a>
<section>
<div class="container">
<div class="row">
<div class="col-sm-12">
<h1 style="text-align: left; font-weight: 400;"><span style="color: #0DCBCF;">#</span> Lecture recordings</h1>
<p class="lead"><strong>Day 1 (Monday)</strong> - <a href="https://youtu.be/N447XbErsGE" target="_blank" rel="noopener" data-saferedirecturl="https://www.google.com/url?q=https://youtu.be/N447XbErsGE&source=gmail&ust=1656362176763000&usg=AOvVaw3h6UWWTpjo_IkR8YGyvSlA">https://youtu.be/N447XbErsGE</a>
</br><strong>Day 2 (Tuesday)</strong> - <a href="https://youtu.be/raNmQkiIvLs" target="_blank" rel="noopener" data-saferedirecturl="https://www.google.com/url?q=https://youtu.be/raNmQkiIvLs&source=gmail&ust=1656362176763000&usg=AOvVaw3TQsaCcPUAbkyB7q4lWRlV">https://youtu.be/<wbr>raNmQkiIvLs</a>
</br><strong>Day 3 (Wednesday)</strong> - <a href="https://youtu.be/1eFzU_Qr1SQ" target="_blank" rel="noopener" data-saferedirecturl="https://www.google.com/url?q=https://youtu.be/1eFzU_Qr1SQ&source=gmail&ust=1656362176763000&usg=AOvVaw0jW7fqkbdxaHrOQdTj5C5D">https://youtu.be/1eFzU_<wbr>Qr1SQ</a>
</br><strong>Day 4 (Thursday)</strong> - <a href="https://youtu.be/ZV362uRi67o" target="_blank" rel="noopener" data-saferedirecturl="https://www.google.com/url?q=https://youtu.be/ZV362uRi67o&source=gmail&ust=1656362176763000&usg=AOvVaw2Au_NoCzmuq5qwmyUW7g2a">https://youtu.be/<wbr>ZV362uRi67o</a>
</br><strong>Day 5 (Friday)</strong> - <a href="https://youtu.be/gRAMMvfqY7g" target="_blank" rel="noopener" data-saferedirecturl="https://www.google.com/url?q=https://youtu.be/gRAMMvfqY7g&source=gmail&ust=1656362176763000&usg=AOvVaw3vGp3BB296LioLgMIosEzo">https://youtu.be/<wbr>gRAMMvfqY7g</a>
</br><strong>Day 6 (Saturday)</strong> - <a href="https://youtu.be/ha_uflUZMfA" target="_blank" rel="noopener" data-saferedirecturl="https://www.google.com/url?q=https://youtu.be/ha_uflUZMfA&source=gmail&ust=1656362176763000&usg=AOvVaw04jUkl5YizRmeBL0uy0Nuu">https://youtu.be/ha_<wbr>uflUZMfA</a></p>
</div>
</div>
<!--end of row-->
</div>
<!--end of container-->
</section>
<a id="speakers" class="in-page-link"></a>
<section>
<div class="container">
<div class="row">
<div class="col-sm-12">
<h1 style="text-align: left; font-weight: 400;"><span style="color: #0DCBCF;">#</span> Speakers</h1>
<div class="row" style="margin-bottom: 2em; margin-top: 4em;">
<div class="col-lg-2 team type-team status-publish has-post-thumbnail hentry team_category-ml-in-pl" style="margin-bottom: 2em;">
<div class="feature feature-8" style="padding: 0.78571429em 0 0.71428571em 0 !important;">
<a class="image-wrapper background-image-holder" style="width: 150px; height: 150px; background-image: url("https://mlss.mlinpl.org/wp-content/uploads/2021/11/rianne_van_den_berg.png"); opacity: 1; background-color: rgba(0, 0, 0, 0); background-position: initial; background-repeat: repeat; background-attachment: scroll; background-size: auto; background-origin: padding-box; background-clip: border-box;"> <img class="attachment-medium size-medium wp-post-image" src="assets/rianne_van_den_berg.png" sizes="(max-width: 300px) 100vw, 300px"></a>
<h4 class="text-center">Rianne van den Berg</h4>
<h5 class="text-center">Microsoft Research</h5>
</div>
</div>
<div class="col-lg-4" style="margin-bottom: 2em;">
<p style="text-align: justify; font-size: 12pt;">Rianne
van den Berg is a Senior Researcher at Microsoft Research Amsterdam,
where she works on the intersection of deep learning and computational
chemistry and physics for molecular simulation. Her research has spanned
a range of topics like generative modeling, variational inference,
source compression, graph-structured learning and condensed matter
physics. Before joining MSR she was a Research Scientist at Google
Brain. She received her PhD in theoretical condensed-matter physics in
2016 at the University of Amsterdam, where she also worked as a
postdoctoral researcher as part of the Amsterdam Machine Learning Lab
(AMLAB). In 2019 she won the Faculty of Science Lecturer of the Year
award at the University of Amsterdam for teaching a machine learning
course in the master of AI.</p>
</div>
<div class="col-lg-2 team type-team status-publish has-post-thumbnail hentry team_category-ml-in-pl" style="margin-bottom: 2em;">
<div class="feature feature-8" style="padding: 0.78571429em 0 0.71428571em 0 !important;">
<a class="image-wrapper background-image-holder" style="width: 150px; height: 150px; background-image: url("https://mlss.mlinpl.org/wp-content/uploads/2021/11/rafal_bogacz.jpeg"); opacity: 1; background-color: rgba(0, 0, 0, 0); background-position: initial; background-repeat: repeat; background-attachment: scroll; background-size: auto; background-origin: padding-box; background-clip: border-box;"> <img class="attachment-medium size-medium wp-post-image" src="assets/rafal_bogacz.jpeg" sizes="(max-width: 300px) 100vw, 300px"></a>
<h4 class="text-center">Rafał Bogacz</h4>
<h5 class="text-center">University of Oxford</h5>
</div>
</div>
<div class="col-lg-4" style="margin-bottom: 2em;">
<p style="text-align: justify; font-size: 12pt;">Rafal
Bogacz graduated in computer science at Wroclaw University of
Technology in Poland. Then he did a PhD in computational neuroscience at
the University of Bristol, and next he worked as a postdoctoral
researcher at Princeton University, USA, jointly in the Departments of
Applied Mathematics and Psychology. In 2004 he came back to Bristol
where he worked as a Lecturer and then a Reader. He moved to the
University of Oxford in 2013. His research is in the area of
computational neuroscience, which seeks to develop mathematical models
describing computations in the brain giving raise to our mental
abilities. He is particularly interested in modelling the brain networks
involved in action selection and decision making, and understanding how
brain dynamics change in Parkinson's disease.</p>
</div>
</div>
<div class="row" style="margin-bottom: 2em;">
<!-- <div class="col-lg-2 team type-team status-publish has-post-thumbnail hentry team_category-ml-in-pl vdw" style="margin-bottom: 2em;"> <div class="feature feature-8 vdw" style="padding: 0.78571429em 0 0.71428571em 0 !important;"> <a class="image-wrapper background-image-holder" style="width: 150px; height: 150px; background-image: url("/wp-content/uploads/2021/11/milica_gasic.jpeg"); opacity: 1;"> <img class="attachment-medium size-medium wp-post-image" src="https://mlss.mlinpl.org/wp-content/uploads/2021/11/milica_gasic.jpeg" sizes="(max-width: 300px) 100vw, 300px"></a> <h4 class="text-center">Milica Gašić</h4> <h5 class="text-center">Heinrich Heine University Düsseldorf</h5> </div> </div> <div class="col-lg-4" style="margin-bottom: 2em;"> <p class="" style="text-align: justify; font-size: 12pt;">Milica Gašić is a Professor of Dialogue Systems and Machine Learning at Heinrich Heine University Düsseldorf. Prior to her current position she was a Lecturer in Spoken Dialog Systems at the Department of Engineering, University of Cambridge where she was leading the Dialogue Systems Group. She completed her PhD under the supervision of Professor Steve Young and the topic of her thesis was Statistical Dialogue Modelling. She holds an MPhil degree in Computer Speech, Text and Internet Technology from the University of Cambridge and a Diploma in Mathematics and Computer Science from the University of Belgrade. She is a member of the Scientific Advisory Board of DFKI, a member of ACL, a member of ELLIS and a senior member of IEEE. She currently holds an Alexander von Humboldt Sofja Kovalevskaja award and a European Research Council Starting Grant.</p> </div> -->
<div class="col-lg-2 team type-team status-publish has-post-thumbnail hentry team_category-ml-in-pl" style="margin-bottom: 2em;">
<div class="feature feature-8" style="padding: 0.78571429em 0 0.71428571em 0 !important;">
<a class="image-wrapper background-image-holder" style="width: 150px; height: 150px; background-image: url("https://mlss.mlinpl.org/wp-content/uploads/2022/05/pmilos.jpeg"); opacity: 1; background-color: rgba(0, 0, 0, 0); background-position: initial; background-repeat: repeat; background-attachment: scroll; background-size: auto; background-origin: padding-box; background-clip: border-box;"> <img class="attachment-medium size-medium wp-post-image" src="assets/pmilos.jpeg" sizes="(max-width: 300px) 100vw, 300px"></a>
<h4 class="text-center">Piotr Miłoś</h4>
<h5 class="text-center">Polish Academy of Sciences</h5>
</div>
</div>
<div class="col-lg-4" style="margin-bottom: 2em;">
<p style="text-align: justify; font-size: 12pt;">Piotr
Miłoś is a professor at the Polish Academy of Sciences. He specialises
in machine learning and leads a research group focusing on planning,
reinforcement learning. Prof Milos has a strong mathematical background
in probability theory. He actively works towards developing machine
learning research in Poland. This includes hosting a reinforcement
learning seminar and co-organize reinforcement learning course (first in
Poland), and being a scientific advisor of the ML in PL association.</p>
</div>
<div class="col-lg-2 team type-team status-publish has-post-thumbnail hentry team_category-ml-in-pl" style="margin-bottom: 2em;">
<div class="feature feature-8" style="padding: 0.78571429em 0 0.71428571em 0 !important;">
<a class="image-wrapper background-image-holder" style="width: 150px; height: 150px; background-image: url("https://conference2021.mlinpl.org/wp-content/uploads/2021/10/RazvanPascanu.jpg"); opacity: 1; background-color: rgba(0, 0, 0, 0); background-position: initial; background-repeat: repeat; background-attachment: scroll; background-size: auto; background-origin: padding-box; background-clip: border-box;"> <img class="attachment-medium size-medium wp-post-image" src="assets/RazvanPascanu.jpg" sizes="(max-width: 300px) 100vw, 300px"></a>
<h4 class="text-center">Razvan Pascanu</h4>
<h5 class="text-center">DeepMind</h5>
</div>
</div>
<div class="col-lg-4" style="margin-bottom: 2em;">
<p style="text-align: justify; font-size: 12pt;">Razvan
Pascanu is currently a research scientist at DeepMind. He obtained a
Ph.D. from the University of Montreal under the supervision of Yoshua
Bengio in 2014. His research spans various topics centered around deep
learning and deep reinforcement learning, including optimization, theory
of deep networks, recurrent models, graph neural networks,
meta-learning and continual learning, topics to which he has been an
active contributor through various well-regarded publications. He has
also been involved in organization of a few workshops as well as the
Eastern European Machine Learning Summer School.</p>
</div>
</div>
<div class="row" style="margin-bottom: 2em;">
<div class="col-lg-2 team type-team status-publish has-post-thumbnail hentry team_category-ml-in-pl" style="margin-bottom: 2em;">
<div class="feature feature-8" style="padding: 0.78571429em 0 0.71428571em 0 !important;">
<a class="image-wrapper background-image-holder" style="width: 150px; height: 150px; background-image: url("https://mlss.mlinpl.org/wp-content/uploads/2021/11/joao_sacramento.jpeg"); opacity: 1; background-color: rgba(0, 0, 0, 0); background-position: initial; background-repeat: repeat; background-attachment: scroll; background-size: auto; background-origin: padding-box; background-clip: border-box;"> <img class="attachment-medium size-medium wp-post-image" src="assets/joao_sacramento.jpeg" sizes="(max-width: 300px) 100vw, 300px"></a>
<h4 class="text-center">Joao Sacramento</h4>
<h5 class="text-center">ETH Zurich</h5>
</div>
</div>
<div class="col-lg-4" style="margin-bottom: 2em;">
<p style="text-align: justify; font-size: 12pt;">Joao
Sacramento is a principal investigator at the Institute of
Neuroinformatics and a guest researcher at Angelika Steger's group in
the Computer Science Department of ETH Zürich. His research interests
lie at the intersection of neuroscience and machine learning. He tries
to understand the principles that enable humans to learn so efficiently,
when compared to artificial neural networks. His goal is to develop
better neuroscience-inspired machine learning algorithms, and in turn to
use insights gained from designing these to understand learning in the
brain.</p>
</div>
<div class="col-lg-2 team type-team status-publish has-post-thumbnail hentry team_category-ml-in-pl" style="margin-bottom: 2em;">
<div class="feature feature-8" style="padding: 0.78571429em 0 0.71428571em 0 !important;">
<a class="image-wrapper background-image-holder" style="width: 150px; height: 150px; background-image: url("https://mlss.mlinpl.org/wp-content/uploads/2021/11/friedemann_zenke.jpeg"); opacity: 1; background-color: rgba(0, 0, 0, 0); background-position: initial; background-repeat: repeat; background-attachment: scroll; background-size: auto; background-origin: padding-box; background-clip: border-box;"> <img class="attachment-medium size-medium wp-post-image" src="assets/friedemann_zenke.jpeg" sizes="(max-width: 300px) 100vw, 300px"></a>
<h4 class="text-center">Friedemann Zenke</h4>
<h5 class="text-center">FMI Basel</h5>
</div>
</div>
<div class="col-lg-4" style="margin-bottom: 2em;">
<p style="text-align: justify; font-size: 12pt;">Friedemann
Zenke studied physics at the University of Bonn, Germany, and the
Australian National University in Canberra, Australia. He then shifted
to computational neuroscience for his Ph.D. with Wulfram Gerstner at the
Ecole Polytechnique Fédérale de Lausanne (EPFL), Switzerland.
Subsequently, Friedemann joined Surya Ganguli’s group at Stanford as a
post-doc to study the role of complex synaptic dynamics as a remedy for
catastrophic memory interference in deep neural networks. Later he moved
to the University of Oxford as a Sir Henry Wellcome fellow to work in
Tim Vogels’ group. During this time, he further developed functionally
inspired learning rules for spiking neural networks. In 2019 Friedemann
started his research group at the Friedrich Miescher Institute for
Biomedical Research (FMI) in Basel, Switzerland. His group continues to
tackle theoretical questions related to learning and memory in
biologically inspired neural networks.</p>
</div>
</div>
<div class="row" style="margin-bottom: 2em;">
<div class="col-lg-2 team type-team status-publish has-post-thumbnail hentry team_category-ml-in-pl" style="margin-bottom: 2em;">
<div class="feature feature-8" style="padding: 0.78571429em 0 0.71428571em 0 !important;">
<a class="image-wrapper background-image-holder" style="width: 150px; height: 150px; background-image: url("https://mlss.mlinpl.org/wp-content/uploads/2022/02/agnieszka_grabska_barwinska.png"); opacity: 1; background-color: rgba(0, 0, 0, 0); background-position: initial; background-repeat: repeat; background-attachment: scroll; background-size: auto; background-origin: padding-box; background-clip: border-box;"> <img class="attachment-medium size-medium wp-post-image" src="assets/agnieszka_grabska_barwinska.png" sizes="(max-width: 300px) 100vw, 300px"></a>
<h4 class="text-center">Agnieszka Grabska-Barwińska</h4>
<h5 class="text-center">DeepMind</h5>
</div>
</div>
<div class="col-lg-4" style="margin-bottom: 2em;">
<p style="text-align: justify; font-size: 12pt;">Dr
Agnieszka Grabska-Barwińska is a Senior Research Scientist at Google
DeepMind. She holds a Ph.D. in Computational Neuroscience (IGSN, Ruhr
University Bochum). She continued her academic career in Dirk Jancke's
Optical Imaging Lab (RUB) and with Peter Latham at the Gatsby
Computational Neuroscience Unit (University College London). Her
position at DeepMind allows her to continue studying intelligence,
although her subjects are no longer embodied.</p>
</div>
<div class="col-lg-2 team type-team status-publish has-post-thumbnail hentry team_category-ml-in-pl" style="margin-bottom: 2em;">
<div class="feature feature-8" style="padding: 0.78571429em 0 0.71428571em 0 !important;">
<a class="image-wrapper background-image-holder" style="width: 150px; height: 150px; background-image: url("https://mlss.mlinpl.org/wp-content/uploads/2022/02/andrew_saxe.jpg"); opacity: 1; background-color: rgba(0, 0, 0, 0); background-position: initial; background-repeat: repeat; background-attachment: scroll; background-size: auto; background-origin: padding-box; background-clip: border-box;"> <img class="attachment-medium size-medium wp-post-image" src="assets/andrew_saxe.jpg" sizes="(max-width: 300px) 100vw, 300px"></a>
<h4 class="text-center">Andrew Saxe</h4>
<h5 class="text-center">University College London</h5>
</div>
</div>
<div class="col-lg-4" style="margin-bottom: 2em;">
<p style="text-align: justify; font-size: 12pt;">Dr
Andrew Saxe is an Associate Professor/Joint Group Leader at the Gatsby
Computational Neuroscience Unit and Sainsbury Wellcome Centre at UCL,
and Visiting Scientist at Meta AI. He is a Henry Dale Fellow and a CIFAR
Azrieli Global Scholar in the Learning in Machines & Brains
programme. His research focuses on the theory of deep learning and its
applications to phenomena in neuroscience and psychology.</p>
</div>
</div>
<div class="row" style="margin-bottom: 2em;">
<div class="col-lg-2 team type-team status-publish has-post-thumbnail hentry team_category-ml-in-pl" style="margin-bottom: 2em;">
<div class="feature feature-8" style="padding: 0.78571429em 0 0.71428571em 0 !important;">
<a class="image-wrapper background-image-holder" style="width: 150px; height: 150px; background-image: url("https://mlss.mlinpl.org/wp-content/uploads/2022/02/joao_henriques.jpeg"); opacity: 1; background-color: rgba(0, 0, 0, 0); background-position: initial; background-repeat: repeat; background-attachment: scroll; background-size: auto; background-origin: padding-box; background-clip: border-box;"> <img class="attachment-medium size-medium wp-post-image" src="assets/joao_henriques.jpeg" sizes="(max-width: 300px) 100vw, 300px"></a>
<h4 class="text-center">Joao Henriques</h4>
<h5 class="text-center">University of Oxford</h5>
</div>
</div>
<div class="col-lg-4" style="margin-bottom: 2em;">
<p style="text-align: justify; font-size: 12pt;">Dr.
Joao Henriques is a Research Fellow of the Royal Academy of
Engineering, working at the Visual Geometry Group (VGG) at the
University of Oxford. His research focuses on computer vision and deep
learning, with the goal of making machines more perceptive, intelligent
and capable of helping people. He created the KCF and SiameseFC visual
object trackers, which won the highly competitive VOT Challenge twice,
and are widely deployed in consumer hardware, from Facebook apps to
commercial drones. His research spans many topics: robot mapping and
navigation, including reinforcement learning and 3D geometry;
multi-agent cooperation and "friendly" AI; as well as various forms of
learning, from self-supervised, causal, and meta-learning, including
optimisation theory.</p>
</div>
<div class="col-lg-2 team type-team status-publish has-post-thumbnail hentry team_category-ml-in-pl" style="margin-bottom: 2em;">
<div class="feature feature-8" style="padding: 0.78571429em 0 0.71428571em 0 !important;">
<a class="image-wrapper background-image-holder" style="width: 150px; height: 150px; background-image: url("https://mlss.mlinpl.org/wp-content/uploads/2022/02/andrea_tagliasacchi.jpeg"); opacity: 1; background-color: rgba(0, 0, 0, 0); background-position: initial; background-repeat: repeat; background-attachment: scroll; background-size: auto; background-origin: padding-box; background-clip: border-box;"> <img class="attachment-medium size-medium wp-post-image" src="assets/andrea_tagliasacchi.jpeg" sizes="(max-width: 300px) 100vw, 300px"></a>
<h4 class="text-center">Andrea Tagliasacchi</h4>
<h5 class="text-center">Google Brain</h5>
</div>
</div>
<div class="col-lg-4" style="margin-bottom: 2em;">
<p style="text-align: justify; font-size: 12pt;">Andrea
Tagliasacchi is a staff research scientist at Google Brain and an
adjunct faculty in the computer science department at the University of
Toronto. In August 2022, he’s joining the computer science department at
Simon Fraser University (SFU) as an Associate Professor and Visual
Computing Research Chair.His research focuses on 3D perception, which
lies at the intersection of computer vision, computer graphics and
machine learning. In 2018, he was invited to join Google Daydream as a
visiting faculty and eventually joined Google full time in 2019. Before
joining Google, he was an assistant professor at the University of
Victoria (2015-2017), where he held the Industrial Research Chair in 3D
Sensing. His alma mater include EPFL (postdoc) SFU (PhD, NSERC Alexander
Graham Bell fellow) and Politecnico di Milano (MSc, gold medalist). His
research has won several awards including the CVPR 2021 best student
paper award and the SGP 2015 best paper award.</p>
</div>
</div>
<div class="row" style="margin-bottom: 2em;">
<div class="col-lg-2 team type-team status-publish has-post-thumbnail hentry team_category-ml-in-pl" style="margin-bottom: 2em;">
<div class="feature feature-8" style="padding: 0.78571429em 0 0.71428571em 0 !important;">
<a class="image-wrapper background-image-holder" style="width: 150px; height: 150px; background-image: url("https://mlss.mlinpl.org/wp-content/uploads/2022/02/vincent_lepetit.jpeg"); opacity: 1; background-color: rgba(0, 0, 0, 0); background-position: initial; background-repeat: repeat; background-attachment: scroll; background-size: auto; background-origin: padding-box; background-clip: border-box;"> <img class="attachment-medium size-medium wp-post-image" src="assets/vincent_lepetit.jpeg" sizes="(max-width: 300px) 100vw, 300px"></a>
<h4 class="text-center">Vincent Lepetit</h4>
<h5 class="text-center">ENPC ParisTech</h5>
</div>
</div>
<div class="col-lg-4" style="margin-bottom: 2em;">
<p style="text-align: justify; font-size: 12pt;">Vincent
Lepetit is a director of research at ENPC ParisTech since 2019. Prior
to being at ENPC, he was a full professor at the Institute for Computer
Graphics and Vision, Graz University of Technology, Austria, and before
that, a senior researcher at the Computer Vision Laboratory (CVLab) of
EPFL, Switzerland. His research interests are at the interface between
Machine Learning and 3D Computer Vision, and he currently focuses on 3D
scene understanding from images. He often serves as an area chair for
the major computer vision conferences (CVPR, ICCV, ECCV) and is an
associate editor for PAMI, IJCV, and CVIU. He received the Koenderick
'test of time' award at ECCV 2020 for his work on binary descriptors.</p>
</div>
<div class="col-lg-2 team type-team status-publish has-post-thumbnail hentry team_category-ml-in-pl" style="margin-bottom: 2em;">
<div class="feature feature-8" style="padding: 0.78571429em 0 0.71428571em 0 !important;">
<a class="image-wrapper background-image-holder" style="width: 150px; height: 150px; background-image: url("https://mlss.mlinpl.org/wp-content/uploads/2022/05/ewa_szczurek.jpeg"); opacity: 1; background-color: rgba(0, 0, 0, 0); background-position: initial; background-repeat: repeat; background-attachment: scroll; background-size: auto; background-origin: padding-box; background-clip: border-box;"> <img class="attachment-medium size-medium wp-post-image" src="assets/ewa_szczurek.jpeg" sizes="(max-width: 300px) 100vw, 300px"></a>
<h4 class="text-center">Ewa Szczurek</h4>
<h5 class="text-center">University of Warsaw</h5>
</div>
</div>
<div class="col-lg-4" style="margin-bottom: 2em;">
<p style="text-align: justify; font-size: 12pt;">Ewa
Szczurek is an assistant professor at the Faculty of Mathematics,
Informatics and Mechanics at the University of Warsaw. She holds two
Master degrees in computer science, one from the Uppsala University,
Sweden and one from the University of Warsaw, Poland. She finished PhD
studies at the Max Planck Institute for Molecular Genetics in Berlin,
Germany and conducted postdoctoral research at ETH Zurich, Switzerland.
She now leads a research group focusing on machine learning, with
applications in computational oncology and medicine. Her group works
mainly with probabilistic graphical models and deep learning, with a
recent focus on variational autoencoders. Her research applications
include oncology, antimicrobial peptide generation, and covid-19.</p>
</div>
</div>
<div class="row" style="margin-bottom: 2em;">
<div class="col-lg-2 team type-team status-publish has-post-thumbnail hentry team_category-ml-in-pl" style="margin-bottom: 2em;">
<div class="feature feature-8" style="padding: 0.78571429em 0 0.71428571em 0 !important;">
<a class="image-wrapper background-image-holder" style="width: 150px; height: 150px; background-image: url("https://mlss.mlinpl.org/wp-content/uploads/2022/05/jchorowski.png"); opacity: 1; background-color: rgba(0, 0, 0, 0); background-position: initial; background-repeat: repeat; background-attachment: scroll; background-size: auto; background-origin: padding-box; background-clip: border-box;"> <img class="attachment-medium size-medium wp-post-image" src="assets/jchorowski.png" sizes="(max-width: 300px) 100vw, 300px"></a>
<h4 class="text-center">Jan Chorowski</h4>
<h5 class="text-center">NavAlgo</h5>
</div>
</div>
<div class="col-lg-4" style="margin-bottom: 2em;">
<p style="text-align: justify; font-size: 12pt;">Jan
Chorowski is the CTO at NavAlgo where he works on developing scalable
methods for IoT data processing. He received his M.Sc. degree in
electrical engineering from the Wrocław University of Technology,
Poland, EE PhD from the University of Louisville, Kentucky in 2012 and
habilitation from University of Wroclaw. He has worked with several
research teams, including Google Brain, Microsoft Research, Yoshua
Bengio’s Lab at the University of Montreal and University of Wroclaw. He
has led a research topic during the JSALT 2019 workshop. His research
interests include problems which are intuitive and easy for humans and
difficult for machines, and building efficient models for unsupervised
data understanding.</p>
</div>
<div class="col-lg-2 team type-team status-publish has-post-thumbnail hentry team_category-ml-in-pl" style="margin-bottom: 2em;">
<div class="feature feature-8" style="padding: 0.78571429em 0 0.71428571em 0 !important;">
<a class="image-wrapper background-image-holder" style="width: 150px; height: 150px; background-image: url("https://mlss.mlinpl.org/wp-content/uploads/2022/05/mzieba.jpg"); opacity: 1; background-color: rgba(0, 0, 0, 0); background-position: initial; background-repeat: repeat; background-attachment: scroll; background-size: auto; background-origin: padding-box; background-clip: border-box;"> <img class="attachment-medium size-medium wp-post-image" src="assets/mzieba.jpg" sizes="(max-width: 300px) 100vw, 300px"></a>
<h4 class="text-center">Maciej Zięba</h4>
<h5 class="text-center">Wroclaw University of Science and Technology</h5>
</div>
</div>
<div class="col-lg-4" style="margin-bottom: 2em;">
<p style="text-align: justify; font-size: 12pt;">Maciej
Zięba is a research scientist at Tooploox and an Associate Professor at
Wroclaw University of Science and Technology, where he received a Ph.D.
degree in computer science and a master's degree in economics. He also
obtained a master's degree in computer science at Blekinge Institute of
Technology in Sweden. In 2017, he was a visiting scholar at the
University of Wollongong (Australia). His research is directed towards
deep learning, especially generative models and representation learning.
He was the co-author of a variable number of research papers published
in influential journals and presented at the top ML conferences,
including NeurIPS, AAAI, ICML, and ICLR.</p>
</div>
</div>
<div class="row" style="margin-bottom: 2em;">
<div class="col-lg-2 team type-team status-publish has-post-thumbnail hentry team_category-ml-in-pl" style="margin-bottom: 2em;">
<div class="feature feature-8" style="padding: 0.78571429em 0 0.71428571em 0 !important;">
<a class="image-wrapper background-image-holder" style="width: 150px; height: 150px; background-image: url("https://mlss.mlinpl.org/wp-content/uploads/photo2.jpg"); opacity: 1; background-color: rgba(0, 0, 0, 0); background-position: initial; background-repeat: repeat; background-attachment: scroll; background-size: auto; background-origin: padding-box; background-clip: border-box;"> <img class="attachment-medium size-medium wp-post-image" src="assets/photo2.jpg" sizes="(max-width: 300px) 100vw, 300px"></a>
<h4 class="text-center">Tomasz Trzciński</h4>
<h5 class="text-center">Warsaw University of Technology</h5>
</div>
</div>
<div class="col-lg-4" style="margin-bottom: 2em;">
<p style="text-align: justify; font-size: 12pt;">Tomasz
Trzciński is an Associate Professor at Warsaw University of Technology,
where he leads a Computer Vision Lab, and at Jagiellonian University of
Cracow (GMUM). He was a Visiting Scholar at Stanford University in 2017
and at Nanyang Technological University in 2019. Previously, he worked
at Google in 2013, Qualcomm in 2012 and Telefónica in 2010. He is an
Associate Editor of IEEE Access and MDPI Electronics and frequently
serves as a reviewer in major computer science conferences (CVPR, ICCV,
ECCV, NeurIPS, ICML) and journals (TPAMI, IJCV, CVIU). He is a Senior
Member of IEEE, member of ELLIS, member of the ALICE Collaboration at
CERN and an expert of National Science Centre and Foundation for Polish
Science. He is a Chief Scientist at Tooploox and a co-founder of
Comixify, a technology startup focused on using machine learning
algorithms for video editing.</p>
</div>
<div class="col-lg-2 team type-team status-publish has-post-thumbnail hentry team_category-ml-in-pl" style="margin-bottom: 2em;">
<div class="feature feature-8" style="padding: 0.78571429em 0 0.71428571em 0 !important;">
<a class="image-wrapper background-image-holder" style="width: 150px; height: 150px; background-image: url("https://mlss.mlinpl.org/wp-content/uploads/Farah-Shamout-scaled.jpg"); opacity: 1; background-color: rgba(0, 0, 0, 0); background-position: initial; background-repeat: repeat; background-attachment: scroll; background-size: auto; background-origin: padding-box; background-clip: border-box;"> <img class="attachment-medium size-medium wp-post-image" src="assets/Farah-Shamout-scaled.jpg" sizes="(max-width: 300px) 100vw, 300px"></a>
<h4 class="text-center">Farah Shamout</h4>
<h5 class="text-center">NYU Abu Dhabi</h5>
</div>
</div>
<div class="col-lg-4" style="margin-bottom: 2em;">
<p style="text-align: justify; font-size: 12pt;">Farah
Shamout is an Assistant Professor in Computer Engineering at NYU Abu
Dhabi, where she leads the Clinical Artificial Intelligence Laboratory,
and an Affiliated Faculty at NYU Radiology, New York. Her research
interests lie in developing machine learning and data science approaches
to tackle real-world clinical problems. Farah completed her DPhil (PhD)
in Engineering Science at the University of Oxford as a Rhodes Scholar
and was a member of Balliol College. Prior to her doctoral studies, she
completed her BSc in Computer Engineering (cum laude) at NYU Abu Dhabi.</p>
</div>
</div>
<div class="row" style="margin-bottom: 2em;">
<div class="col-lg-2 team type-team status-publish has-post-thumbnail hentry team_category-ml-in-pl" style="margin-bottom: 2em;">
<div class="feature feature-8" style="padding: 0.78571429em 0 0.71428571em 0 !important;">
<a class="image-wrapper background-image-holder" style="width: 150px; height: 150px; background-image: url("https://mlss.mlinpl.org/wp-content/uploads/leski.jpg"); opacity: 1; background-color: rgba(0, 0, 0, 0); background-position: initial; background-repeat: repeat; background-attachment: scroll; background-size: auto; background-origin: padding-box; background-clip: border-box;"> <img class="attachment-medium size-medium wp-post-image" src="assets/leski.jpg" sizes="(max-width: 300px) 100vw, 300px"></a>
<h4 class="text-center">Szymon Łęski</h4>
<h5 class="text-center">Edrone</h5>
</div>
</div>
<div class="col-lg-4" style="margin-bottom: 2em;">
<p style="text-align: justify; font-size: 12pt;">Szymon
is the Head of AI in edrone, where he leads the team working on
conversational product search in e-commerce. Before joining edrone, he
was a research engineer and a manager in Samsung R&D and in Allegro.
His background is academic research in physics and computational
neuroscience. </p>
</div>
<div class="col-lg-2 team type-team status-publish has-post-thumbnail hentry team_category-ml-in-pl" style="margin-bottom: 2em;">
<div class="feature feature-8" style="padding: 0.78571429em 0 0.71428571em 0 !important;">
<a class="image-wrapper background-image-holder" style="width: 150px; height: 150px; background-image: url("https://mlss.mlinpl.org/wp-content/uploads/ondrejdusek.jpeg"); opacity: 1; background-color: rgba(0, 0, 0, 0); background-position: initial; background-repeat: repeat; background-attachment: scroll; background-size: auto; background-origin: padding-box; background-clip: border-box;"> <img class="attachment-medium size-medium wp-post-image" src="assets/ondrejdusek.jpeg" sizes="(max-width: 300px) 100vw, 300px"></a>
<h4 class="text-center">Ondřej Dušek</h4>
<h5 class="text-center">Charles University in Prague</h5>
</div>
</div>
<div class="col-lg-4" style="margin-bottom: 2em;">
<p style="text-align: justify; font-size: 12pt;">Ondřej
Dušek is an Assistant Professor at the Institute of Formal and Applied
linguistics, Charles University in Prague, working on the NaMuDDiS
project (multi-domain dialogue systems). His main research focus is
machine learning and deep learning for natural language processing,
especially human-computer dialogue (dialogue systems) and natural
language generation (NLG). He previously worked in the Interaction Lab
at Heriot-Watt University in Edinburgh, where he also co-advised the
Heriot-Watt University team in the Amazon Alexa Prize chatbot
competition.</p>
</div>
</div>
</div>
</div>
<!--end of row-->
</div>
<!--end of container-->
</section>
<a id="organizers" class="in-page-link"></a>
<section class="space--xxs">
<div class="container">
<div class="row">
<div class="col-sm-12">
<h1 style="text-align: left; font-weight: 400;"> <span style="font-size: 1em;"> <span style="color: #0DCBCF;"> #</span> Organizers</span>
</h1>
<div class="row align-items-center">
<div class="col-sm-4 align-self-center">
<div class="feature">
<a href="https://en.uj.edu.pl/en" target="_blank" rel="noopener"> <img class="aligncenter" src="assets/uj-en.svg" alt="" width="401"> </a>
</div>
</div>
<div class="col-sm-4 align-self-center">
<div class="feature">
<a href="https://gmum.net/" target="_blank" rel="noopener"> <img class="aligncenter" src="assets/gmum-1.png" alt="" style="margin-top: 25px;" width="401"> </a>
</div>
</div>
<div class="col-sm-4 align-self-center">
<div class="feature">
<a href="http://mlinpl.org/"> <img class="aligncenter" src="assets/Copy-of-wersja-1-napis-po-prawej2.png" alt="" style="margin-top: 35px;" width="401"> </a>
</div>
</div>
<div class="col-sm-12 align-self-center">
<div class="feature">
<a href="http://bionn.matinf.uj.edu.pl/"> <img class="aligncenter" src="assets/bionn.png" alt="" width="300"> </a>
</div>
</div>
</div>
</div>
</div>
<!--end of row-->
</div>
<!--end of container-->
</section>
<a id="footer" class="in-page-link"></a>
<section class="space--xxs">
<div class="container">
<div class="row">
<div class="col-md-6 col-sm-12">
<p style="text-align: justify">The project, whose
goal is to internationalize the Jagiellonian University of Cracow in the
fields of machine learning and neurobiology through the implementation
of a series of summer schools, is carried out under the SPINAKER program
financed by the National Agency for Academic Exchange (NAWA).</p>
</div>
<div class="col-md-6 col-sm-12">
<p style="text-align: justify;">Projekt, którego
celem jest umiędzynarodowienie Uniwersytetu Jagiellońskiego w obszarach
uczenia maszynowego oraz neurobiologii poprzez realizację cyklu
intensywnych warsztatów w ramach szkół letnich, realizowany jest w
ramach programu SPINAKER finansowanego przez Narodową Agencję Wymiany
Akademickiej (NAWA)</p>
<h4>Zapytanie ofertowe dla firm: <a href="documents.html"> Zapytanie ofertowe</a></h4>
</div>
</div>
<!--end of row-->
</div>
<!--end of container-->
</section>
<a id="footer" class="in-page-link"></a>
<section class="space--xxs">
<div class="container">
<div class="row">
<div class="col-sm-12">
<div class="text-center"><img src="assets/POWER-logotypy-EFS-RP-NAWA-UE-EN-1.png" alt="" class="size-medium wp-image-97" width="900" height="57"></div>
</div>
</div>
<!--end of row-->
</div>
<!--end of container-->
</section>
</div><div class="all-page-modals"><div class="modal-container" data-modal-index="0">
<div class="modal-content imagebg text-center">
<div class="container">
<div class="row">
<h2>Get notified as soon as we launch!</h2>
<div class="cf7-holder hide-form"> [contact-form-7 404 "Not Found"] </div>
<div class="shortcode-holder-wrapper hide-form">
</div>
</div>
<!--end of row-->
</div>
<!--end of container-->
<div class="modal-close modal-close-cross"></div></div>
</div></div><!-- /main-container -->
<script type="text/javascript" src="assets/regenerator-runtime.min.js" id="regenerator-runtime-js"></script>
<script type="text/javascript" src="assets/wp-polyfill.min.js" id="wp-polyfill-js"></script>
<script type="text/javascript" id="contact-form-7-js-extra">
/* <![CDATA[ */
var wpcf7 = {"api":{"root":"https:\/\/mlss.mlinpl.org\/wp-json\/","namespace":"contact-form-7\/v1"},"cached":"1"};
/* ]]> */
</script>
<script type="text/javascript" src="assets/index.js" id="contact-form-7-js"></script>
<script type="text/javascript" src="assets/parallax.js" id="ebor-parallax-js"></script>
<script type="text/javascript" src="assets/isotope.js" id="ebor-isotope-js"></script>
<script type="text/javascript" src="assets/flickity.js" id="flickity-js"></script>
<script type="text/javascript" src="assets/granim.js" id="granim-js"></script>
<script type="text/javascript" src="assets/smooth-scroll.js" id="smooth-scroll-js"></script>
<script type="text/javascript" src="assets/spectragram.js" id="spectragram-js"></script>
<script type="text/javascript" src="assets/steps.js" id="steps-js"></script>
<script type="text/javascript" id="ebor-scripts-wp-js-extra">
/* <![CDATA[ */
var stack_data = {"access_token":"replaceWithYourOwn","client_id":"replaceWithYourOwn","typed_speed":"100","map_marker":"https:\/\/mlss.mlinpl.org\/wp-content\/themes\/stack\/style\/img\/mapmarker.png","map_marker_title":"Stack","lightbox_text":"Image %1 of %2"};
/* ]]> */
</script>
<script type="text/javascript" src="assets/scripts_wp.js" id="ebor-scripts-wp-js"></script>
<script type="text/javascript" src="assets/scripts.js" id="ebor-scripts-js"></script>