-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
778 lines (680 loc) · 36.9 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
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta content="width=device-width, initial-scale=1.0" name="viewport">
<title>INT 2024 Conference</title>
<meta content="" name="description">
<meta content="" name="keywords">
<!-- Favicons -->
<link href="assets/img/favicon_io/favicon.ico" rel="icon">
<link href="assets/img/favicon_io/apple-touch-icon.png" rel="apple-touch-icon">
<!-- Google Fonts -->
<link
href="https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,600i,700,700i|Raleway:300,300i,400,400i,600,600i,700,700i"
rel="stylesheet">
<!-- Vendor CSS Files -->
<link href="assets/vendor/aos/aos.css" rel="stylesheet">
<link href="assets/vendor/bootstrap/css/bootstrap.min.css" rel="stylesheet">
<link href="assets/vendor/bootstrap-icons/bootstrap-icons.css" rel="stylesheet">
<link href="assets/vendor/boxicons/css/boxicons.min.css" rel="stylesheet">
<link href="assets/vendor/glightbox/css/glightbox.min.css" rel="stylesheet">
<link href="assets/vendor/swiper/swiper-bundle.min.css" rel="stylesheet">
<!-- Template Main CSS File -->
<link href="assets/css/style.css" rel="stylesheet">
<!-- =======================================================
* Template Name: Ninestars
* Updated: Mar 12 2024 with Bootstrap v5.3.3
* Template URL: https://bootstrapmade.com/ninestars-free-bootstrap-3-theme-for-creative/
* Author: BootstrapMade.com
* License: https://bootstrapmade.com/license/
======================================================== -->
</head>
<body>
<!-- ======= Header ======= -->
<header id="header" class="fixed-top d-flex align-items-center">
<div class="container d-flex align-items-center justify-content-between">
<div class="logo">
<!-- <h1 class="text-light"><a href="index.html"><span>INT 2024</span></a></h1> -->
<!-- Uncomment below if you prefer to use an image logo -->
<a href="index.html"><img src="assets/img/logo/logo.png" alt="" class="img-fluid"></a>
</div>
<nav id="navbar" class="navbar">
<ul>
<li><a class="nav-link scrollto active" href="#home">Home</a></li>
<li><a class="nav-link scrollto" href="#program">Program</a></li>
<li class="dropdown"><a href="#"><span>Speakers</span> <i class="bi bi-chevron-down"></i></a>
<ul>
<li class="dropdown"><a href="#"><span>Day 1</span> <i class="bi bi-chevron-right"></i></a>
<ul>
<li><a href="session_Alexandre.html">Alexandre Pouget</a></li>
<li><a href="session_Andrea.html">Andrea Luppi</a></li>
<li><a href="session_Pascale.html">Pascale Quilichini</a></li>
<li><a href="session_Kenneth.html">Kenneth Harris</a></li>
<li><a href="session_Duygu.html">Duygu Kuzum</a></li>
<li><a href="session_Valentina.html">Valentina Emiliani</a></li>
<li><a href="session_Maurizio.html">Maurizio Corbetta</a></li>
<li><a href="session_Daniel.html">Dani Basset</a></li>
<li><a href="session_Daniele.html">Daniele Schon</a></li>
</ul>
</li>
<li class="dropdown"><a href="#"><span>Day 2</span> <i class="bi bi-chevron-right"></i></a>
<ul>
<li><a href="session_Joe.html">Joe Paton</a></li>
<li><a href="session_Anne.html">Anne Urai</a></li>
<li><a href="session_Florent.html">Florent Meyniel</a></li>
<li><a href="session_Marcelo.html">Marcelo Moglie</a></li>
<li><a href="session_Athena.html">Athena Akrami</a></li>
<li><a href="session_Garance.html">Garance Meyer</a></li>
<li><a href="session_Rita.html">Rita Goldstein</a></li>
</ul>
</li>
</ul>
</li>
<li><a class="nav-link scrollto" href="#venue">Venue</a></li>
<li><a class="nav-link scrollto" href="#faqs">FAQs</a></li>
<li><a class="nav-link scrollto" href="#register">Register</a></li>
<li><a class="nav-link scrollto" href="#organizers">Organizers</a></li>
<li><a class="nav-link scrollto" href="#sponsors">Sponsors</a></li>
</ul>
<i class="bi bi-list mobile-nav-toggle"></i>
</nav><!-- .navbar -->
</div>
</header><!-- End Header -->
<!-- ======= Home Section ======= -->
<section id="home" class="d-flex align-items-center">
<div class="container">
<div class="row gy-4">
<div class="col-lg-6 order-2 order-lg-1 d-flex flex-column justify-content-center">
<h1>INT 2024 Conference</h1>
<h2>Scientific Topics:</h2>
<h2>☆ <span style="font-weight: 900;">Neural Interactions and Distributed Coding</span></h2>
<h2>☆ <span style="font-weight: 900;">Brain and Adaptive Behaviors</span></h2>
<div>
<!-- <a href="https://framaforms.org/int-2024-conference-1715172748" target="_blank" class="btn-get-started scrollto">Register Now!</a> -->
<a href="" class="btn-get-started scrollto">Registration Closed!</a>
</div>
</div>
<div class="col-lg-6 order-1 order-lg-2 hero-img">
<!-- <img src="assets/img/logo/brain_only.png" class="img-fluid animated" alt=""> -->
<!-- <img src="assets/img/logo/brain_only_shadow.png" class="img-fluid" alt="INT 2024"> -->
<img src="assets/img/logo/brain_withBG_tp.png" class="img-fluid" alt="INT 2024">
</div>
</div>
</div>
</section><!-- End Home -->
<main id="main">
<!-- ======= Program Section ======= -->
<section id="program" class="about">
<div class="container">
<!------------------------------ DAY 1 ------------------------------>
<div class="section-title">
<h4>Thursday, November 7, 2024</h4>
<h3>Neural Interactions and Distributed Coding</h3>
</div>
<div class="table-responsive">
<table class="table">
<tbody>
<tr style="--bs-table-bg-type: rgba(var(--bs-emphasis-color-rgb), 0.05)">
<th scope="row" class="align-middle text-nowrap" style="width: 10%"><span
style="font-weight: normal;">Venue: </span>Salle Grisoli</th>
<th scope="row" class="align-middle text-nowrap" style="width: 10%">08:45 - 09:00</th>
<td class="table-primary">
<b>Welcome by the director of the INT and organisers</b>
</td>
</tr>
<tr>
<th scope="row" class="align-middle text-nowrap" style="width: 10%" rowspan="2">Session 1.1<br /><span
style="font-weight: normal;">Chair: </span>
Andrea Brovelli</th>
<th scope="row" class="align-middle text-nowrap" style="width: 10%">09:00 - 09:45</th>
<td class="table-success">
<b><a href="session_Alexandre.html">Alexandre Pouget (Geneva University,
Switzerland)</a></b>:<br />Brain
wide
representations of prior information in mouse decision-making
</td>
</tr>
<tr>
<th scope="row" class="align-middle text-nowrap" style="width: 10%">09:45 - 10:30</th>
<td class="table-success">
<b><a href="session_Andrea.html">Andrea Luppi (University of Oxford, UK)</a></b>:<br />A synergistic
architecture for
brain evolution and consciousness
</td>
</tr>
<tr style="--bs-table-bg-type: rgba(var(--bs-emphasis-color-rgb), 0.05)">
<th scope="row" class="align-middle text-nowrap" style="width: 10%"></th>
<th scope="row" class="align-middle text-nowrap" style="width: 10%">10:30 - 11:00</th>
</td>
<th class="table-danger"><b>Coffee Break</b></td>
</tr>
<tr>
<th scope="row" class="align-middle text-nowrap" style="width: 10%" rowspan="2">Session 1.2<br /><span
style="font-weight: normal;">Chair: </span>
Bjørg Kilavik</th>
<th scope="row" class="align-middle text-nowrap" style="width: 10%">11:00 - 11:45</th>
<td class="table-success">
<b><a href="session_Pascale.html">Pascale Quilichini (Institut de Neurosciences des Systèmes,
France)</a></b>:<br />Dynamics of the hippocampal-thalamo-cortical network in memory consolidation
</td>
</tr>
<tr>
<th scope="row" class="align-middle text-nowrap" style="width: 10%">11:45 - 12:30</th>
<td class="table-success">
<b><a href="session_Kenneth.html">Kenneth Harris (University College London, UK) </a></b>:<br />In
vivo activity of
transcriptomic cell types
</td>
</tr>
<tr style="--bs-table-bg-type: rgba(var(--bs-emphasis-color-rgb), 0.05)">
<th scope="row" class="align-middle text-nowrap" style="width: 10%"><span
style="font-weight: normal;"></span></th>
<th scope="row" class="align-middle text-nowrap" style="width: 10%">12:30 - 13:30</th>
<td class="table-danger">
<b>Lunch</b>
</td>
</tr>
<tr style="--bs-table-bg-type: rgba(var(--bs-emphasis-color-rgb), 0.05)">
<th scope="row" class="align-middle text-nowrap" style="width: 10%"><span
style="font-weight: normal;"></span></th>
<th scope="row" class="align-middle text-nowrap" style="width: 10%">13:30 - 14:30</th>
<td class="table-warning">
<b>Poster Presentations</b>
</td>
</tr>
<tr>
<th scope="row" class="align-middle text-nowrap" style="width: 10%" rowspan="2">Session 1.3<br /><span
style="font-weight: normal;">Chair: </span>
Maxime Cazorla</th>
<th scope="row" class="align-middle text-nowrap" style="width: 10%">14:30 - 15:15</th>
<td class="table-success">
<b><a href="session_Duygu.html">Duygu Kuzum (University of California San Diego,
USA)</a></b>:<br />Transparent Neural Microelectrode Technologies for Multimodal Interrogation of
Neural Circuits
</td>
</tr>
<tr>
<th scope="row" class="align-middle text-nowrap" style="width: 10%">15:15 - 16:00</th>
<td class="table-success">
<b><a href="session_Valentina.html">Valentina Emiliani (Insitut de la Vision, France)</a></b>:
Two-photon holographic manipulation of neuronal circuits
</td>
</tr>
<tr style="--bs-table-bg-type: rgba(var(--bs-emphasis-color-rgb), 0.05)">
<th scope="row" class="align-middle text-nowrap" style="width: 10%"></th>
<th scope="row" class="align-middle text-nowrap" style="width: 10%">16:00 - 16:30</th>
</td>
<th class="table-danger"><b>Coffee Break</b></td>
</tr>
<tr>
<th scope="row" class="align-middle text-nowrap" style="width: 10%" rowspan="2">Session 1.4<br /><span
style="font-weight: normal;">Chair: </span>
TBD</th>
<th scope="row" class="align-middle text-nowrap" style="width: 10%">16:30 - 17:15</th>
<td class="table-success">
<b><a href="session_Maurizio.html">Maurizio Corbetta (University of Padua,
Italy)</a></b>:<br />
Stroke: brain networks and behaviour
</td>
</tr>
<tr>
<th scope="row" class="align-middle text-nowrap" style="width: 10%">17:15 - 18:00</th>
<td class="table-success">
<b><a href="session_Daniele.html">Daniele Schon (Institut de Neurosciences des Systèmes,
France) & <br />Anne Urai (Leiden University, Netherlands)</a></b>:<br />Green neuroscience:
science in times of climate crisis
</td>
</tr>
<tr>
<th scope="row" class="align-middle text-nowrap" style="width: 10%">Discussion<br /><span
style="font-weight: normal;">Chair: </span> Frederic
Chavane</th>
<th scope="row" class="align-middle text-nowrap" style="width: 10%">18:00 - 18:30</th>
<td class="table-primary" style="vertical-align: middle; background-color: #C4D6F2;">
Future Challenges and Questions, Theoretical and Methodological Bottlenecks
</td>
</tr>
<tr style="--bs-table-bg-type: rgba(var(--bs-emphasis-color-rgb), 0.05)">
<th scope="row" class="align-middle text-nowrap" style="width: 10%"><span
style="font-weight: normal;">Venue: </span>INT - 4th floor</th>
<th scope="row" class="align-middle text-nowrap" style="width: 10%">18:30 - 20:00</th>
<td class="table-danger">
<b>Cocktail Dinner</b>
</td>
</tr>
</tbody>
</table>
</div>
<!------------------------------ DAY 2 ------------------------------>
<br />
<div class="section-title">
<h4>Friday, November 8, 2024</h4>
<h3>Brain and Adaptive Behaviors</h3>
</div>
<div class="table-responsive">
<table class="table">
<tbody>
<tr style="--bs-table-bg-type: rgba(var(--bs-emphasis-color-rgb), 0.05)">
<th scope="row" class="align-middle text-nowrap" style="width: 10%"><span
style="font-weight: normal;">Venue: </span>Salle Grisoli</th>
<th scope="row" class="align-middle text-nowrap" style="width: 10%">08:45 - 09:00</th>
<td class="table-primary">
<b>Gathering of participants</b>
</td>
</tr>
<tr>
<th scope="row" class="align-middle text-nowrap" style="width: 10%" rowspan="2">Session 2.1<br /><span
style="font-weight: normal;">Chair: </span>
Fanny Cazettes</th>
<th scope="row" class="align-middle text-nowrap" style="width: 10%">09:00 - 09:45</th>
<td class="table-success">
<b><a href="session_Joe.html">Joe Paton (Champalimaud Foundation, Portugal)</a></b>:<br />Hierarchy
and heterarchy of
circuit mechanisms for behavioral control
</td>
</tr>
<tr>
<th scope="row" class="align-middle text-nowrap" style="width: 10%">09:45 - 10:30</th>
<td class="table-success">
<b><a href="session_Anne.html">Anne Urai (Leiden University, Netherlands)</a></b>:<br />Pupil dynamics
preceding switches in task engagement
</td>
</tr>
<tr style="--bs-table-bg-type: rgba(var(--bs-emphasis-color-rgb), 0.05)">
<th scope="row" class="align-middle text-nowrap" style="width: 10%"></th>
<th scope="row" class="align-middle text-nowrap" style="width: 10%">10:30 - 11:00</th>
<td class="table-danger">
<b>Coffee Break</b>
</td>
</tr>
<tr>
<th scope="row" class="align-middle text-nowrap" style="width: 10%" rowspan="2">Session 2.2<br /><span
style="font-weight: normal;">Chair: </span>
Anna Montagnini</th>
<th scope="row" class="align-middle text-nowrap" style="width: 10%">11:00 - 11:45</th>
<td class="table-success">
<b><a href="session_Athena.html">Athena Akrami (University College London, UK)</a></b>:<br />Learning
and exploiting sensory
statistics across multiple species
</td>
</tr>
<tr>
<th scope="row" class="align-middle text-nowrap" style="width: 10%">11:45 - 12:30</th>
<td class="table-success">
<b><a href="session_Florent.html">Florent Meyniel (Neurospin, France)</a></b>:<br />Learning and
representing probabilities in the human brain
</td>
</tr>
<tr style="--bs-table-bg-type: rgba(var(--bs-emphasis-color-rgb), 0.05)">
<th scope="row" class="align-middle text-nowrap" style="width: 10%"><span
style="font-weight: normal;"></span></th>
<th scope="row" class="align-middle text-nowrap" style="width: 10%">12:30 - 13:30</th>
<td class="table-danger">
<b>Lunch</b>
</td>
</tr>
<tr style="--bs-table-bg-type: rgba(var(--bs-emphasis-color-rgb), 0.05)">
<th scope="row" class="align-middle text-nowrap" style="width: 10%"><span
style="font-weight: normal;"></span></th>
<th scope="row" class="align-middle text-nowrap" style="width: 10%">13:30 - 14:30</th>
<td class="table-warning">
<b>Poster Presentations</b>
</td>
</tr>
<tr>
<th scope="row" class="align-middle text-nowrap" style="width: 10%" rowspan="2">Session 2.3<br /><span
style="font-weight: normal;">Chair: </span>
TBD</th>
<th scope="row" class="align-middle text-nowrap" style="width: 10%">14:30 - 15:15</th>
<td class="table-success">
<b><a href="session_Marcelo.html">Marcelo Moglie (Francis Crick Institute, UK)</a></b>:
Collicular
circuits for the pursuit of moving objects in mice
</td>
</tr>
<tr>
<th scope="row" class="align-middle text-nowrap" style="width: 10%">15:15 - 16:00</th>
<td class="table-success">
<b><a href="session_Garance.html">Garance Meyer (Harvard Medical School, USA)</a></b>:<br />Mapping
network targets for deep brain stimulation in psychiatric disorders
</td>
</tr>
<tr style="--bs-table-bg-type: rgba(var(--bs-emphasis-color-rgb), 0.05)">
<th scope="row" class="align-middle text-nowrap" style="width: 10%"></th>
<th scope="row" class="align-middle text-nowrap" style="width: 10%">16:00 - 16:30</th>
</td>
<th class="table-danger"><b>Coffee Break</b></td>
</tr>
<tr>
<th scope="row" class="align-middle text-nowrap" style="width: 10%" rowspan="1">Session 2.4<br /><span
style="font-weight: normal;">Chair: </span>
Christelle Baunez</th>
<th scope="row" class="align-middle text-nowrap" style="width: 10%">16:30 - 17:15</th>
<td class="table-success">
<b><a href="session_Rita.html">Rita Goldstein (Icahn School of Medicine at Mount Sinai, USA)</a></b>:
The prefrontal cortex in human drug addiction: naturalistic measures and treatment effects
</td>
</tr>
</tbody>
</table>
</div>
</div>
</section><!-- End Program Section -->
<!-- ======= Venue Section ======= -->
<section id="venue" class="venue section-bg">
<div class="container">
<div class="section-title">
<h2>Venue</h2>
<hr>
</div>
<div class="container">
<div class="row">
<div class="col-md">
<iframe
src="https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d434.7307334755608!2d5.403012579118724!3d43.286890302548606!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x12c9bf50372c586d%3A0x95c2d87fcecf273b!2sInstitut%20de%20Neurosciences%20de%20la%20Timone!5e0!3m2!1sfr!2sfr!4v1701073045789!5m2!1sfr!2sfr"
width="600" height="450" style="border:0;" allowfullscreen="" loading="lazy"
referrerpolicy="no-referrer-when-downgrade"></iframe>
</div>
<div class="col-sm">
<p>
<b><a href="http://www.int.univ-amu.fr/">Institut de Neurosciences de la Timone</a></b><br>
Faculté de Médecine, 27 Bd Jean Moulin, 13005 Marseille
</p>
<p>
<b>Access</b><br>
By metro: M1 blue line, stop at "La Timone"<br>
By bus: 12, 12B, 12S, 40, 52, 54, 72, 91<br>
<a href="rtm_2023.pdf">Download bus and metro network map</a>
</p>
<p>
<b>Location</b><br>
<ul>
<li>Salle Grisoli (Main Medical School building, Faculté de Sciences Médicales et Paramédicales)</li>
<!-- <li> Salle Henri Gastaut (Institut de Neurosciences de la Timone)</li> -->
</ul>
</p>
<b>Contact</b><br>
</p>
</div>
</div>
</div>
</div>
</section><!-- End Venue Section -->
<section id="faqs" class="faq">
<div class="container" data-aos="fade-up">
<div class="section-title">
<h2>FAQs</h2>
<p>Frequently Asked Questions</p>
</div>
<ul class="faq-list" data-aos="fade-up" data-aos-delay="100">
<li>
<div data-bs-toggle="collapse" class="collapsed question" href="#faq1">Is it mandatory to register for the
conference? <i class="bi bi-chevron-down icon-show"></i><i class="bi bi-chevron-up icon-close"></i></div>
<div id="faq1" class="collapse" data-bs-parent=".faq-list">
<p>
In view of the limited capacity, we require the participants to register in advance. This helps us
organize better and provide a smoother experience to the attendees.
</p>
</div>
</li>
<li>
<div data-bs-toggle="collapse" href="#faq2" class="collapsed question">Are there any registration fees? <i
class="bi bi-chevron-down icon-show"></i><i class="bi bi-chevron-up icon-close"></i></div>
<div id="faq2" class="collapse" data-bs-parent=".faq-list">
<p>
Registration is completely free. We want to make the conference accessible to everyone interested, and
thank our sponsors for their financial support.
</p>
</div>
</li>
<li>
<div data-bs-toggle="collapse" href="#faq3" class="collapsed question">Are meals included for all
participants?<i class="bi bi-chevron-down icon-show"></i><i class="bi bi-chevron-up icon-close"></i></div>
<div id="faq3" class="collapse" data-bs-parent=".faq-list">
<p>
Yes, meals are available for all participants, but you are required to select these at the time of
registration. We provide coffee breaks and lunch on both days of the conference. In addition, there will
also be an apero on the first evening .You may indicate any dietary restrictions in the registration
form.
</p>
</div>
</li>
<li>
<div data-bs-toggle="collapse" href="#faq4" class="collapsed question">What are the guidelines for preparing
posters? <i class="bi bi-chevron-down icon-show"></i><i class="bi bi-chevron-up icon-close"></i></div>
<div id="faq4" class="collapse" data-bs-parent=".faq-list">
<p>
All participants are welcome to present posters, but are required to indicate this at the time of
registration. The poster size should be A0 (841 x 1189 mm) in portrait orientation. On the day of the
event, you will be assigned places to install your poster. Please ensure that you are present at your
poster during the poster sessions.
</p>
</div>
</li>
<li>
<div data-bs-toggle="collapse" href="#faq5" class="collapsed question">Will the talks be recorded and made
available later? <i class="bi bi-chevron-down icon-show"></i><i class="bi bi-chevron-up icon-close"></i>
</div>
<div id="faq5" class="collapse" data-bs-parent=".faq-list">
<p>
The talks will not be recorded. We encourage you to attend the conference to benefit from the
discussions and interactions with the speakers and other participants.
</p>
</div>
</li>
<li>
<div data-bs-toggle="collapse" href="#faq6" class="collapsed question">Whom do we contact for any other
questions not listed here? <i class="bi bi-chevron-down icon-show"></i><i
class="bi bi-chevron-up icon-close"></i></div>
<div id="faq6" class="collapse" data-bs-parent=".faq-list">
<p>
We welcome you to contact us via email at <code>andrea.brovelli[at]univ-amu.fr</code> for any other questions
or clarifications. We will be happy to assist you.
</p>
</div>
</li>
</ul>
</div>
</section><!-- End Register Section -->
<!-- ======= Register Section ======= -->
<section id="register" class="portfolio section-bg">
<div class="container" data-aos="fade-up">
<div class="section-title">
<h2>Register</h2>
<p>Registration is free, but mandatory</p>
</div>
<div class="row" style="text-align: center;">
<p>
Registration is now closed!
</p>
</div>
<!-- <div class="row" style="text-align: center;" data-aos="fade-up" data-aos-delay="100">
<p>(click <a href="https://framaforms.org/int-2024-conference-1715172748" target="_blank">here</a> to open the form in a new window)</p>
</div>
<div class="row" data-aos="fade-up" data-aos-delay="100">
<iframe src="https://framaforms.org/int-2024-conference-1715172748" width="100%" height="800" border="0"></iframe>
</div>
-->
</div>
</section><!-- End Register Section -->
<!-- ======= Organizers Section ======= -->
<section id="organizers" class="testimonials">
<div class="container" data-aos="fade-up">
<div class="section-title">
<h2>Organizers</h2>
<p>Team behind INT 2024</p>
</div>
<div class="testimonials-slider swiper" data-aos="fade-up" data-aos-delay="100">
<div class="swiper-wrapper">
<div class="swiper-slide">
<div class="testimonial-item">
<img src="assets/img/organizers/Andrea_Brovelli.jpg" class="testimonial-img" alt="">
<h3>
<a href="https://brovelli.github.io/" target="_blank"><i class="ai ai-google-scholar ai-1x">
Andrea Brovelli
</i></a>
</h3>
<h4>Aix-Marseille Université, CNRS</h4>
<p>
<i class="bx bxs-quote-alt-left quote-icon-left"></i>
My research projects investigates the role of brain interactions in goal-directed learning and
adaptive behaviors. The main theoretical approaches and methodology characterizing my projects
are:
1) Functional connectivity and information theoretical analysis of brain interactions
2) Multimodal brain imaging and neurophysiology (MEG, intracranial EEG, LFP and fMRI)
3) Neural bases and computational models of human learning
<i class="bx bxs-quote-alt-right quote-icon-right"></i>
</p>
</div>
</div>
<div class="swiper-slide">
<div class="testimonial-item">
<img src="assets/img/organizers/Fanny_Cazettes.jpg" class="testimonial-img" alt="">
<h3>
<a href="https://www.fannycazettes.com/home" target="_blank"><i class="ai ai-google-scholar ai-1x">
Fanny Cazettes
</i></a>
</h3>
<h4>Aix-Marseille Université, CNRS</h4>
<p>
<i class="bx bxs-quote-alt-left quote-icon-left"></i>
Fanny is a CNRS researcher studying the neural circuit dynamics and computations that underlie
diversity in reasoning and adaptive behavior.
<i class="bx bxs-quote-alt-right quote-icon-right"></i>
</p>
</div>
</div>
<div class="swiper-slide">
<div class="testimonial-item">
<img src="assets/img/organizers/Nicolas_Wanaverbecq.jpg" class="testimonial-img" alt="">
<h3>
<a href="https://orcid.org/0000-0001-5486-2771" target="_blank"><i class="ai ai-google-scholar ai-1x">
Nicolas Wanaverbecq
</i></a>
</h3>
<h4>Aix-Marseille Université, CNRS</h4>
<p>
<i class="bx bxs-quote-alt-left quote-icon-left"></i>
Nicolas Wanaverbecq is Professor in Neuroscience & group leader at the INT. The team SpiCCI
combines state-of-the art techniques and analysis from molecular to behavior levels, and aims at
characterising the properties and function of neurons contacting the CSF around the medullo-spinal
central canal to demonstrate their role as interoceptors.
<i class="bx bxs-quote-alt-right quote-icon-right"></i>
</p>
</div>
</div>
<div class="swiper-slide">
<div class="testimonial-item">
<img src="assets/img/organizers/Anna_Montagnini.jpg" class="testimonial-img" alt="">
<h3>
<a href="https://scholar.google.fr/citations?user=W04nQigAAAAJ&hl=en" target="_blank"><i
class="ai ai-google-scholar ai-1x">
Anna Montagnini
</i></a>
</h3>
<h4>Aix-Marseille Université, CNRS</h4>
<p>
<i class="bx bxs-quote-alt-left quote-icon-left"></i>
Anna Montagnini is a CNRS Director of Research at the Institut de Neurosciences de la Timone, in
Marseille. Her research activity focuses on visual decision making and predictive control of eye
movements. She uses a multimodal approach involving psychophysics, eye movements analysis,
modeling and more recently non-invasive brain stimulation.
<i class="bx bxs-quote-alt-right quote-icon-right"></i>
</p>
</div>
</div>
<div class="swiper-slide">
<div class="testimonial-item">
<img src="assets/img/organizers/Shailesh_Appukuttan.jpg" class="testimonial-img" alt="">
<h3>
<a href="https://shailesh-appukuttan.com/" target="_blank"><i class="ai ai-google-scholar ai-1x">
Shailesh Appukuttan
</i></a>
</h3>
<h4>Aix-Marseille Université, CNRS</h4>
<p>
<i class="bx bxs-quote-alt-left quote-icon-left"></i>
I am postdoctoral reseacher working at INT & CRMBM. I am interested in the application of
computational techniques to challenges in inter-disciplinary domains. My current research involves
leveraging machine learning and AI for diagnosis and predicting disease progression in ALS and MS.
<i class="bx bxs-quote-alt-right quote-icon-right"></i>
</p>
</div>
</div>
<div class="swiper-slide">
<div class="testimonial-item">
<img src="assets/img/organizers/Christelle_Baunez.jpg" class="testimonial-img" alt="">
<h3>
<a href="https://www.int.univ-amu.fr/en/int-research/teams/cophybag" target="_blank"><i
class="ai ai-google-scholar ai-1x">
Christelle Baunez
</i></a>
</h3>
<h4>Aix-Marseille Université, CNRS</h4>
<p>
<i class="bx bxs-quote-alt-left quote-icon-left"></i>
Christelle Baunez is Director of Research at CNRS. She is the leader of the Cognition and
Physiopathology in the Basal Ganglia (CoPhyBaG) team at the INT. Her research uses a translational
approach from animal models to human subjects to better understand the role of the subthalamic nucleus
in motivated behaviors and their dysfunctions.
<i class="bx bxs-quote-alt-right quote-icon-right"></i>
</p>
</div>
</div>
</div>
<div class="swiper-pagination"></div>
</div>
</div>
</section><!-- End Organizers Section -->
<!-- ======= Sponsors Section ======= -->
<section id="sponsors" class="sponsors section-bg">
<div class="container">
<div class="section-title">
<h2>Sponsors</h2>
<hr>
</div>
<div class="d-flex align-items-center justify-content-center" data-aos="zoom-in">
<div class="d-flex align-items-center justify-content-center pad_left_right">
<a href="http://www.int.univ-amu.fr/">
<img src="assets/img/sponsors/intwhite.png" class="img-fluid" alt="" width="200">
</a>
</div>
<div class="d-flex align-items-center justify-content-center pad_left_right">
<a href="https://neuro-marseille.org/">
<img src="assets/img/sponsors/neuromarseille.png" class="img-fluid" alt="" width="250">
</a>
</div>
<div class="d-flex align-items-center justify-content-center pad_left_right">
<a href="https://neuro-marseille.org/formation/">
<img src="assets/img/sponsors/neuroschool.png" class="img-fluid" alt="" width="250">
</a>
</div>
<div class="d-flex align-items-center justify-content-center pad_left_right">
<a href="https://www.univ-amu.fr/">
<img src="assets/img/sponsors/aixmrs.png" class="img-fluid" alt="" width="250">
</a>
</div>
<div class="d-flex align-items-center justify-content-center pad_left_right">
<a href="https://www.cnrs.fr/">
<img src="assets/img/sponsors/cnrs.png" class="img-fluid" alt="" width="150">
</a>
</div>
</div>
</div>
</section><!-- End Sponsors Section -->
</main><!-- End #main -->
<a href="#" class="back-to-top d-flex align-items-center justify-content-center"><i
class="bi bi-arrow-up-short"></i></a>
<!-- Vendor JS Files -->
<script src="assets/vendor/aos/aos.js"></script>
<script src="assets/vendor/bootstrap/js/bootstrap.bundle.min.js"></script>
<script src="assets/vendor/glightbox/js/glightbox.min.js"></script>
<script src="assets/vendor/isotope-layout/isotope.pkgd.min.js"></script>
<script src="assets/vendor/swiper/swiper-bundle.min.js"></script>
<script src="assets/vendor/php-email-form/validate.js"></script>
<!-- Template Main JS File -->
<script src="assets/js/main.js"></script>
</body>
</html>