-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
793 lines (769 loc) · 43.6 KB
/
index.html
File metadata and controls
793 lines (769 loc) · 43.6 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
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
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title>Fidji Berio</title>
<meta name="author" content="Fidji Berio">
<meta name="description" content="Fidji Berio | Homepage">
<meta name="keywords" content="Fidji Berio,Fidji,Berio,PhD,Doctorat,Thèse,Thesis,France,French,Shark">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="apple-touch-icon" href="apple-touch-icon.png">
<meta name="robots" content="index, follow">
<meta name="revisit-after" content="7 days" />
<link rel="stylesheet" href="css/bootstrap.min.css">
<link rel="stylesheet" href="css/bootstrap-theme.min.css">
<link rel="stylesheet" href="css/fontAwesome.css">
<link rel="stylesheet" href="css/light-box.css">
<link rel="stylesheet" href="css/owl-carousel.css">
<link rel="stylesheet" href="css/templatemo-style.css">
<link href="https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700,800" rel="stylesheet">
<script src="js/vendor/modernizr-2.8.3-respond-1.4.2.min.js"></script>
<link rel="apple-touch-icon" sizes="180x180" href="apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="favicon-16x16.png">
<link rel="manifest" href="site.webmanifest">
<link rel="mask-icon" href="safari-pinned-tab.svg" color="#5bbad5">
<meta name="msapplication-TileColor" content="#da532c">
<meta name="theme-color" content="#ffffff">
</head>
<body>
<header class="nav-down responsive-nav hidden-lg hidden-md">
<button type="button" id="nav-toggle" class="navbar-toggle" data-toggle="collapse" data-target="#main-nav">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<div id="main-nav" class="collapse navbar-collapse">
<nav>
<ul class="nav navbar-nav">
<li><a href="index.html#top">Home</a></li>
<li><a href="index.html#aboutme">About me</a></li>
<li><a href="index.html#projects">Research</a></li>
<li><a href="index.html#publications">Publications</a></li>
<!-- <li><a href="index.html#resume">CV</a></li> -->
<li><a href="https://www.futura-sciences.com/sciences/personnalites/sciences-fidji-berio-1845/"
target="_blank">Popularization</a></li>
<li><a href="index.html#perso">Hobbies</a></li>
<li><a href="gallery.html">Gallery</a></li>
<!-- <li><a href="index.html#contact">Contact</a></li> -->
<li><a href="mailto:fidji.berio[AT]gmail.com" target="_blank"><i class="fa fa-envelope"></i></a>
</li>
<li><a href="https://twitter.com/fidjiberio" target="_blank"><i class="fa fa-twitter"></i></a></li>
<!-- <li><a href="https://www.researchgate.net/profile/Fidji_Berio" target="_blank"><i class="fa fa-researchgate"></i></a></li> -->
<li><a href="https://www.linkedin.com/in/fidjiberio/?locale=en_US" target="_blank"><i
class="fa fa-linkedin"></i></a></li>
<li><a href="img/Resume_Fidji_Berio.pdf" target="_blank"><i class="fa fa-file-pdf-o"></i> CV</a>
</li>
</ul>
</nav>
</div>
</header>
<div class="sidebar-navigation hidden-xs">
<div class="logo">
<a href="index.html">Fidji <em>Berio</em></a>
</div>
<nav>
<ul>
<li>
<a href="index.html#top">
<span class="rect"></span>
<span class="circle"></span>
Home
</a>
</li>
<li>
<a href="index.html#aboutme">
<span class="rect"></span>
<span class="circle"></span>
About me
</a>
</li>
<li>
<a href="index.html#projects">
<span class="rect"></span>
<span class="circle"></span>
Research
</a>
</li>
<li>
<a href="index.html#publications">
<span class="rect"></span>
<span class="circle"></span>
Publications
</a>
</li>
<li>
<a href="https://www.futura-sciences.com/sciences/personnalites/sciences-fidji-berio-1845/"
target="_blank">
<span class="rect"></span>
<span class="circle"></span>
Popularization
</a>
</li>
<li>
<a href="index.html#perso">
<span class="rect"></span>
<span class="circle"></span>
Hobbies
</a>
</li>
<li>
<a href="gallery.html">
<span class="rect"></span>
<span class="circle"></span>
Gallery
</a>
</li>
</ul>
</nav>
<ul class="social-icons">
<li><a href="mailto:fidji.berio[AT]gmail.com" target="_blank"><i class="fa fa-envelope"></i></a></li>
<li><a href="https://twitter.com/fidjiberio" target="_blank"><i class="fa fa-twitter"></i></a></li>
<!-- <li><a href="https://www.researchgate.net/profile/Fidji_Berio" target="_blank"><i class="fa fa-researchgate"></i></a></li> -->
<li><a href="https://www.linkedin.com/in/fidjiberio/?locale=en_US" target="_blank"><i
class="fa fa-linkedin"></i></a></li>
<li><a href="img/Resume_Fidji_Berio.pdf" target="_blank"><i class="fa fa-file-pdf-o"></i> CV</a></li>
</ul>
</div>
<div class="slider">
<div class="Modern-Slider content-section" id="top">
<!-- Item -->
<div class="item item-1">
<div class="img-fill">
<div class="image"></div>
<div class="info">
<div>
<h1>Fidji Berio</h1>
<h3>Ph.D.</h3>
<p>Postdoc - Fish biomechanics</p>
<p>PhD in Evo-Devo of chondrichthyans</p>
<div class="white-button button">
<a href="#aboutme">About me</a>
</div>
</div>
</div>
</div>
</div>
<div class="item item-2">
<div class="img-fill">
<div class="image"></div>
<div class="info">
<div>
<h2>Fish <br>walking & swimming</h2>
<div class="white-button button">
<a href="walking_swimming.html">More about the project</a>
</div>
</div>
</div>
</div>
</div>
<!-- <div class="item item-6">
<div class="img-fill">
<div class="image"></div>
<div class="info">
<div>
<h2>Mineralisation <br>VS climate change</h2>
<div class="white-button button">
<a href="otoliths_climate.html">More about the project</a>
</div>
</div>
</div>
</div>
</div> -->
<div class="item item-7">
<div class="img-fill">
<div class="image"></div>
<div class="info">
<div>
<h2>Evolution of mineralization<br>in chondrichthyans</h2>
<div class="white-button button">
<a href="mineralizing_cells.html">More about the project</a>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="page-content">
<section id="aboutme" class="content-section">
<div class="section-heading">
<h2>About<br><em>me</em></h2>
</div>
<div class="section-content">
<div class="row" style="display: flex;">
<div class="col-md-4">
<img src="img/fidjiberio.jpg" alt="Fidji Berio" title="Fidji Berio" style="min-height:100%"
class="rounded-corner">
</div>
<div class="col-md-8">
<img src="img/sharkhead2.png" alt="Scyliorhinus head" style="min-height:100%" class="back-img2">
</div>
</div>
<div class="row">
<div class="col-md-12">
<p class="text-black text-justify" style="font-size: 1.2em;">
<br>
<br>
<h3><b>I am currently...</b></h3>
...a postdoctoral fellow in the <a href="https://www.valentinadisanto.com/" target="_blank"> Di
Santo lab</a>.<br><br>
➣ Using 3D kinematics, I investigate why walk or swim under
specific environmental conditions.<br>
➣ I use µCT scans and specimens from museum collections to characterize long-term
mineralization patterns in bony fish facing climate change.
<br>
<br>
<hr>
<h3><b>My degrees</b></h3>
<br>
<b>Doctor of Philosophy</b><br>
<i class="fa fa-graduation-cap"></i> PhD Evolution & Development, <a
href="https://isem-evolution.fr/en/membre/berio/" target="_blank">
Institute of Evolutionary Sciences of Montpellier</a>, France &
<a href="https://igfl.ens-lyon.fr/" target="_blank">
Institute of Functional Genomics of Lyon</a>, France.<br>
<i>Multiscale variation of 3D tooth forms in selachians and developmental and evolutionary
inferences: Odyssey of a scyliorhinid tooth.</i>
<br><br><br>
<b>Master of Science</b><br>
<i class="fa fa-graduation-cap"></i> M.Sc. Marine Biology and Ecology, <a
href="https://www-iuem.univ-brest.fr/?lang=en" target="_blank"> European Institute for
Marine Studies</a>, Brest, France.<br><br>
➣ <a href="https://www.uqar.ca/a-propos/langues/english/university/choosing-uqar"
target="_blank">
Université du Québec à Rimouski</a>, Canada.
<br>
<i>Phenotypic regionalization of the vertebral column in the thorny skate</i> Amblyraja
radiata<i>: stability and variation.</i><br><br>
➣ <a href="https://www.uqar.ca/a-propos/langues/english/university/choosing-uqar"
target="_blank">
Oceanological Observatory of Banyuls-sur-mer</a>, France.
<br>
<i>Long-term experiment on growth dynamics of hydrothermal mussels</i> Bathymodiolus
thermophilus <i>related to hydrothermal fluids dynamics.</i>
<br><br><br>
<b>Bachelor of Science</b><br>
<i class="fa fa-graduation-cap"></i> B.Sc. Biology, <a href="https://www.u-bordeaux.fr/en"
target="_blank"> University of
Bordeaux</a>, France.<br><br>
➣ <a
href="https://www.bordeaux-neurocampus.fr/en/who-are-we-bordeaux-neurocampus/our-6-institutes/institute-incia/"
target="_blank">
Institute for Cognitive and Integrative Neuroscience</a>, Bordeaux, France.<br>
<i>Effects of serotonin on aggressiveness of the invasive Louisiana crayfish</i> Procambarus
clarkii.<br><br>
➣ Zoo of Bordeaux-Pessac, Bordeaux, France.<br>
<i>Amble biomechanics in felids, camelids, and giraffids.</i>
<!--I contributed to the organization of the <a href="https://ccbconference.wixsite.com/ccb2019/" target="_blank"> Comparative Cartilage Biology meeting</a>.<br>
<a href="https://isem-evolution.fr/en/membre/berio/" target="_blank"> University of Vienna page</a>-->
</p>
</div>
</div>
</div>
</section>
<section id="projects" class="content-section">
<div class="well well-black">
<div class="section-heading">
<h2><em>Research</em></h2>
<h3><em>Current</em></h3>
</div>
<div class="section-content">
<div class="row">
<div class="col-md-4" onclick="location.href='walking_swimming.html';" style="cursor: pointer;">
<div class="image">
<img src="img/slide_10.webp" alt="">
<div class="featured-button button">
</div>
</div>
<div class="text-content">
<h4>Fish gaits</h4>
<span></span><br>
<p><i>Walking and swimming kinematics</i></p>
</div>
</div>
<div class="col-md-4">
<div class="image">
<img src="img/fish_mineralisation.jpg" alt="">
<div class="featured-button button">
</div>
</div>
<div class="text-content">
<h4>Skeletal mineralisation of fish facing climate change</h4>
<span></span>
<p><i>Long-term impacts on a Baltic Sea population</i></p>
</div>
</div>
<div class="col-md-4" onclick="location.href='mexican_tetra.html';" style="cursor: pointer;">
<div class="image">
<img src="img/blind_cavefish.jpg" alt="">
<div class="featured-button button">
</div>
</div>
<div class="text-content">
<h4>Navigation abilities in blind fish</h4>
<span></span><br>
<p><i>Role of lateral line in complex environments</i></p>
</div>
</div>
</div>
<div class="row">
<div class="col-md-4" onclick="location.href='zebrafish_shoaling.html';"
style="cursor: pointer;">
<div class="image">
<img src="img/slide_9.jpg" alt="">
<div class="featured-button button">
</div>
</div>
<div class="text-content">
<h4>Ontogeny of shoaling under climate change</h4>
<span></span>
<p><i>Effects of temperature on shoaling patterns in zebrafish</i></p>
</div>
</div>
</div>
</div>
<hr color="#c7c34c" size="6" width="100%" />
<div class="section-heading">
<h3><em>Previous</em></h3>
</div>
<div class="section-content">
<div class="row">
<div class="col-md-4" onclick="location.href='chimaera_husbandry.html';"
style="cursor: pointer;">
<div class="image">
<img src="img/slide_12.webp" alt="">
<div class="featured-button button">
</div>
</div>
<div class="text-content">
<h4>Growing chimaeras in aquaria</h4>
<span></span><br>
<p><i>Optimal parameters and life history traits</i></p>
</div>
</div>
<div class="col-md-4" onclick="location.href='stellaris.html';" style="cursor: pointer;">
<div class="image">
<img src="img/slide_4.jpg" alt="">
<div class="featured-button button">
</div>
</div>
<div class="text-content">
<h4>Intraspecific tooth shape diversity in scyliorhinids</h4>
<span></span><br>
<p><i>Among sexes and along the ontogeny</i></p>
</div>
</div>
<div class="col-md-4" onclick="location.href='mineralizing_cells.html';"
style="cursor: pointer;">
<div class="image">
<img src="img/slide_6.jpg" alt="">
<div class="featured-button button">
</div>
</div>
<div class="text-content">
<h4>Mineralization patterns in chondrichthyans</h4>
<span></span><br>
<p><i>Cell and matrix types in vertebrae</i></p>
</div>
</div>
</div>
<div class="row">
<div class="col-md-4" onclick="location.href='protein_teeth.html';" style="cursor: pointer;">
<div class="image">
<img src="img/slide_11.jpg" alt="">
<div class="featured-button button">
</div>
</div>
<div class="text-content">
<h4>Shaping a shark tooth: Which proteins?</h4>
<span></span><br>
<p><i>In vivo and in silico approaches to test the role of specific proteins </i>
</p>
</div>
</div>
<div class="col-md-4" onclick="location.href='dev_odontodes.html';" style="cursor: pointer;">
<div class="image">
<img src="img/slide_5.jpg" alt="">
<div class="featured-button button">
</div>
</div>
<div class="text-content">
<h4>Odontode development</h4>
<span></span><br>
<p><i>Comparing gene expression patterns between teeth and denticles</i></p>
</div>
</div>
<div class="col-md-4" onclick="location.href='teeth_populations.html';"
style="cursor: pointer;">
<div class="image">
<img src="img/slide_7.jpg" alt="">
<div class="featured-button button">
</div>
</div>
<div class="text-content">
<h4>Two populations: same teeth?</h4>
<span></span><br>
<p><i>Discriminating teeth from catshark populations</i></p>
</div>
</div>
</div>
<div class="row">
<div class="col-md-4" onclick="location.href='vertebrae.html';" style="cursor: pointer;">
<div class="image">
<img src="img/skate_skeleton.jpg" alt="">
<div class="featured-button button">
</div>
</div>
<div class="text-content">
<h4>Skates skeleton</h4>
<span></span><br>
<p><i>Axial regionalisation of the vertebral column in the thorny
skate </i>Amblyraja radiata
</p>
</div>
</div>
</div>
</div>
</div>
</section>
<section id="publications" class="content-section">
<div class="well well-black">
<div class="section-heading_nobottom">
<h3><b>Publications</b></h3>
</div>
<!-- <p><br>
M. Ishida, <b>F. Berio</b>, N. K. Hosseini, N. H. Shubin, V. Di Santo & F. Iida
(<b>Submitted</b>). The undulating tripod gait as a model of the locomotion of walking fish. —
<i>Nature Communications</i>. <a href="" target="_blank"></a>
</p>
<p><br>
<b>F. Berio</b> & V. Di Santo (<b>Under review</b>). Century-scale changes in skeletal
mineralization of a marine fish under climate change. — <i>Global Change Biology</i>. <a
href="" target="_blank"></a>
</p> -->
<p><br>
[21] N. K. Hosseini, M. Ishida, <b>F. Berio</b>, V. Di Santo & F. Iida (<b>2025</b>). A
minimalistic walking fish robot twin based on the Single Actuator Wave-like mechanism. —
<i>Bioinspiration & Biomimetics</i>. <a
href="https://iopscience.iop.org/article/10.1088/1748-3190/ae1fc8/meta"
target="_blank">https://iopscience.iop.org/article/10.1088/1748-3190/ae1fc8/meta</a>
</p>
<p>
[20] Y. Gong, R. Sterling, X. Qi, <b>F. Berio</b>, O. Akanyeti & V. Di Santo (<b>2025</b>).
Running on empty: Locomotor compensation preserves fish schooling under hypoxia and informs
principles for bioinspired
swarms. — <i>Bioinspiration & Biomimetics</i>. <a
href="https://iopscience.iop.org/article/10.1088/1748-3190/ae17fd/meta"
target="_blank">https://iopscience.iop.org/article/10.1088/1748-3190/ae17fd/meta</a>
</p>
<p>
[19] O. J. Atake, <b>F. Berio</b>, M. Debiais-Thibaud & B. F. Eames (<b>2025</b>).
The holocephalan ratfish endoskeleton shares trabecular and areolar mineralization patterns, but not
tesserae, with elasmobranchs little skate and catshark. — <i>eLife</i>. <a
href="https://elifesciences.org/articles/94900"
target="_blank">https://elifesciences.org/articles/94900</a>
</p>
<p>
[18] J. H. Gayford, K. Soares & <b>F. Berio</b> (<b>2025</b>). Sexual ornamentation and weapons
of sexual conflict in cartilaginous fishes. — <i>Reviews in Fish Biology and Fisheries</i>. <a
href="https://link.springer.com/article/10.1007/s11160-025-10000-9"
target="_blank">https://link.springer.com/article/10.1007/s11160-025-10000-9</a>
</p>
<p>
[17] V. Di Santo, X. Qi, <b>F. Berio</b>, A. Albi & O. Akanyeti (<b>2025</b>). Inherent
instability
leads to high costs of hovering in near-neutrally buoyant fishes. — <i>Proceedings of the
National Academy of Sciences</i>. <a href="https://www.pnas.org/doi/10.1073/pnas.2420015122"
target="_blank">https://www.pnas.org/doi/10.1073/pnas.2420015122</a>
</p>
<p>
[16] S. Z. Marketaki, <b>F. Berio</b> & V. Di Santo (<b>2025</b>). Compensatory sensory
mechanisms in
naïve
blind cavefish navigating novel environments after lateral line ablation. — <i>Comparative
Biochemistry and Physiology Part A: Molecular & Integrative Physiology</i>. <a
href="https://doi.org/10.1016/j.cbpa.2025.111863"
target="_blank">https://doi.org/10.1016/j.cbpa.2025.111863</a>
</p>
<p>
[15] <b>F. Berio</b>, C. Morerod & V. Di Santo (<b>2025</b>). Speed-dependent locomotor patterns
during
steady swimming in a demersal shark. — <i>Journal of Fish Biology</i>. <a
href="https://doi.org/10.1111/jfb.70043" target="_blank">https://doi.org/10.1111/jfb.70043</a>
</p>
<p>
[14] F. A. López-Romero, E. Villalobos-Segura, J. Türtscher, <b>F. Berio</b>, S. Stumpf, R. P.
Dearden,
J. Kriwet & E. Maldonado (<b>2025</b>). Evolution of the batoidea pectoral fin skeleton:
convergence,
modularity, and integration driving disparity trends. — <i>Evolutionary Ecology</i>. <a
href="https://link.springer.com/article/10.1007/s10682-025-10330-x"
target="_blank">https://link.springer.com/article/10.1007/s10682-025-10330-x</a>
</p>
<p>
[13] M. Ishida, <b>F. Berio</b>, V. Di Santo, N. H. Shubin & F. Iida (<b>2024</b>).
Paleoinspired robotics as an experimental approach to the history of life. — <i>Science
Robotics</i>. <a href="https://www.science.org/doi/10.1126/scirobotics.adn1125"
target="_blank">https://www.science.org/doi/10.1126/scirobotics.adn1125</a>
</p>
<p>
[12] <b>F. Berio</b>, R. Charron, J.-M. Dagouret, F. De Gasperis, A. Éon, E. Meunier, M. Simonet, N.
Verschraegen & N. Hirel (<b>2024</b>).
Husbandry conditions of spotted ratfish (<i>Hydrolagus colliei</i>, Chimaeriformes) in aquaria for
successful embryonic development and long-term survival of juveniles. — <i>Zoo Biology</i>. <a
href="https://onlinelibrary.wiley.com/doi/full/10.1002/zoo.21813"
target="_blank">https://onlinelibrary.wiley.com/doi/full/10.1002/zoo.21813</a>
</p>
<p>
[11] <b>F. Berio</b>, C. Morerod, X. Qi & V. Di Santo (<b>2023</b>).
Ontogenetic plasticity in shoaling behavior in a forage fish under warming. — <i>Integrative
and Comparative Biology</i>. <a href="https://doi.org/10.1093/icb/icad043"
target="_blank">https://doi.org/10.1093/icb/icad043</a>
</p>
<p>
[10] R. Zimm, <b>F. Berio</b>, M. Debiais-Thibaud & N. Goudemand (<b>2023</b>).
A shark-inspired general model of tooth morphogenesis unveils developmental asymmetries
in phenotype transitions. — <i>Proceedings of the National Academy of Sciences</i>. <a
href="https://www.pnas.org/doi/10.1073/pnas.2216959120"
target="_blank">https://www.pnas.org/doi/10.1073/pnas.2216959120</a>
</p>
<p>
[9] <b>F. Berio*</b>, Y. Bayle*, D. Baum, N. Goudemand & M. Debiais-Thibaud (<b>2022</b>).
Hide and seek shark teeth in Random Forests: Machine learning applied to <i>Scyliorhinus
canicula</i>. — <i>PeerJ</i>. <a href="https://peerj.com/articles/13575"
target="_blank">https://peerj.com/articles/13575</a>
</p>
<p>
[8] <b>F. Berio*</b>, Y. Bayle*, S. Agret, D. Baum, N. Goudemand & M. Debiais-Thibaud
(<b>2022</b>).
3D models related to the publication: Hide and seek shark teeth in Random Forests: Machine learning
applied to <i>Scyliorhinus canicula</i>. — <i>MorphoMuseuM</i>. <a
href="https://morphomuseum.com/Articles/view/164"
target="_blank">https://morphomuseum.com/Articles/view/164</a>
</p>
<p>
[7] F. A. López-Romero, <b>F. Berio</b>, D. Abed-Navandi & J. Kriwet (<b>2022</b>).
Early shape divergence of developmental trajectories in the jaw of galeomorph sharks. —
<i>Frontiers in Zoology</i>, <i>19</i>, 7. <a href="https://doi.org/10.1186/s12983-022-00452-1"
target="_blank">https://doi.org/10.1186/s12983-022-00452-1</a>
</p>
<p>
[6] <b>F. Berio</b>, Y. Bayle, C. Riley, O. Larouche & R. Cloutier (<b>2021</b>).
Phenotypic regionalization of the vertebral column in the thorny skate <i>Amblyraja radiata</i>:
stability and variation. — <i>Journal of Anatomy</i>. <a
href="https://onlinelibrary.wiley.com/doi/10.1111/joa.13551"
target="_blank">https://onlinelibrary.wiley.com/doi/10.1111/joa.13551</a><br>
</p>
<p>
[5] <b>F. Berio</b>, M. Broyon, S. Enault, N. Pirot, F. A. López-Romero & M.
Debiais-Thibaud
(<b>2021</b>).
Diversity and Evolution of Skeletal Tissues in Chondrichthyans. — <i>Frontiers in Ecology and
Evolution</i>, <i>9</i>, 223. <a
href="https://www.frontiersin.org/articles/10.3389/fevo.2021.660767/full"
target="_blank">https://www.frontiersin.org/articles/10.3389/fevo.2021.660767</a><br>
</p>
<p>
[4] <b>F. Berio</b> (<b>2021</b>).
Multiscale variation of 3D tooth forms in selachians and developmental and evolutionary inferences:
Odyssey of a scyliorhinid tooth. — <i>PhD thesis</i>. <a
href="https://tel.archives-ouvertes.fr/tel-03279588/document"
target="_blank">https://tel.archives-ouvertes.fr/tel-03279588/document</a><br>
</p>
<p>
[3] <b>F. Berio</b>, A. Evin, N. Goudemand & M. Debiais-Thibaud (<b>2020</b>).
The intraspecific diversity of tooth morphology in the large-spotted catshark <i>Scyliorhinus
stellaris</i>: insights into the ontogenetic cues driving sexual dimorphism. — <i>Journal
of Anatomy</i>, <i>237</i>(5), 960-978. <a
href="https://onlinelibrary.wiley.com/doi/abs/10.1111/joa.13257"
target="_blank">https://onlinelibrary.wiley.com/doi/abs/10.1111/joa.13257</a><br>
</p>
<p>
[2] <b>F. Berio</b> & Y. Bayle (<b>2020</b>).
Scyland3D: Processing 3D landmarks. — <i>Journal of Open Science Software</i>. <a
href="https://joss.theoj.org/papers/10.21105/joss.01262"
target="_blank">https://joss.theoj.org/papers/10.21105/joss.01262</a><br>
</p>
<p>
[1] <b>F. Berio</b> & M. Debiais-Thibaud (<b>2019</b>).
Evolutionary developmental genetics of teeth and odontodes in jawed vertebrates: A perspective from
the study of elasmobranch fishes. — <i>Journal of Fish Biology</i>, 1-13. <a
href="https://doi.org/10.1111/jfb.14225" target="_blank">https://doi.org/10.1111/jfb.14225</a>
</p>
<hr>
<div class="section-heading_nobottom">
<h3><b>Oral presentations</b></h3>
</div>
<p><br>
<b>F. Berio</b>, R. Charron, J.-M. Dagouret, F. De Gasperis, A. Éon, L. Lambert, E. Meunier, M.
Simonet, N. Verschraegen & N. Hirel (<b>2022</b>). Hatching in an aquarium: First insights from
successful breeding of the spotted ratfish <i>Hydrolagus colliei</i>. — <a
href="https://www.si2022.org/signin?message=loginRequired&next=https:%2F%2Fwww.si2022.org">
Sharks International 2022, Valencia, Spain, Online talk</a>.
</p>
<p>
<b>F. Berio</b> & M. Debiais-Thibaud (<b>2020</b>). Diversity and evolution of mineralized
neural
arches in cartilaginous fishes (Chondrichthyans). — <a
href="https://www.toscainternational.org/">Tomography for Scientific Advancement Symposium,
Online conference</a>.
</p>
<p>
<b>F. Berio</b>, S. Enault, M. Debiais-Thibaud (<b>2019</b>).
Histological description of cell types involved in the chondrichthyan skeletogenesis. — <a
href="https://ccbconference.wixsite.com/ccb2019">Comparative Cartilage Biology meeting,
Banyuls-sur-mer, France</a>.
</p>
<p>
<b>F. Berio</b>, A. Evin, M. Debiais-Thibaud & N. Goudemand (<b>2018</b>).
Tooth shape variation in the large-spotted catshark <i>Scyliorhinus stellaris.</i> — <a
href="https://smef-2018.sciencesconf.org/?forward-action=index&forward-controller=index&lang=en">10th
Symposium on Morphometry and Evolution of Forms, Bordeaux, France</a>.
</p>
<hr>
<div class="section-heading_nobottom">
<h3><b>Poster presentations</b></h3>
</div>
<p><br>
<b>F. Berio</b>, C. Morerod, P. Schmitz & V. Di Santo (<b>2023</b>).
How and why fishes walk: A biomechanics perspective.
— <a
href="https://www.sebiology.org/events/ems-past-event/seb-centenary-conference-2023.html">
Society for Experimental Biology Centenary Conference, Edinburgh</a>.
</p>
<p>
<b>F. Berio</b>, A. Evin, M. Debiais-Thibaud & N. Goudemand (<b>2018</b>).
A sex- and stage- dependent smile: Exploring tooth shape variation in the large-spotted catshark.
— Doctoral School, Public Prize.
</p>
<p>
<b>F. Berio</b>, A. Evin, M. Debiais-Thibaud & N. Goudemand (<b>2018</b>).
Intra- and interspecific tooth shape variation in sharks: Phenotypic plasticity and developmental
constraints on tooth evolution. — <a
href="http://www.evodevo2018.eu/ehome/index.php?eventid=232389&tabid=517028&"> 7th EuroEvoDevo,
Galway, Ireland</a> & <a href="https://www.evolutionmontpellier2018.org/"> Evolution,
Montpellier, France</a>.
</p>
</p>
</div>
</section>
<section id="perso" class="content-section">
<div class="well well-black" />
<div class="section-heading">
<h2><em>Hobbies</em></h2>
</div>
<div class="section-content">
<div class="tabs-content">
<div class="row">
<div class="col-md-4">
<div class="row">
<div class="col-md-offset-1 col-md-10">
<img src="img/fidjiberio_diving.jpg" alt="Chelonia midas" title="Chelonia midas"
style="width:80%" class="straight-corner">
</div>
</div>
<div class="row">
<p class="text-black text-center">
<br>
Scuba diving
<br>
Level 2 FFESSM
</p>
</div>
</div>
<div class="col-md-4">
<div class="row">
<div class="col-md-offset-1 col-md-10">
<img src="img/whale1.jpg" alt="whale" title="whale" style="width: 80%"
class="straight-corner">
</div>
</div>
<div class="row">
<p class="text-black text-center">
<br>
Marine biology<br>and conservation
</p>
</div>
</div>
<div class="col-md-4">
<div class="row">
<div class="col-md-offset-1 col-md-10">
<img src="img/fidjiberio_diy.jpg" alt="diy" title="diy" style="width: 80%"
class="straight-corner">
</div>
</div>
<div class="row">
<p class="text-black text-center">
<br>
DIY
</p>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- <section id="contact" class="content-section">
<div class="section-heading">
<h2><em>Contact</em></h2>
</div>
<div class="section-content">
<div class="well"/>
<img src="img/fidjiberio_contact.jpg" alt="Fidji Berio" title="Fidji Berio" class="rounded-corner" style="width:100%">
<p class="text-black text-center">
fidji.berio[at]umontpellier.fr<br>
<a href="https://twitter.com/fidjiberio" target="_blank">@FidjiBerio</a> on Twitter
</p>
</div>
</div>
</section> -->
</div>
<section class="footer">
<h6>© 2019-2024 Fidji Berio</h6>
</section>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.2/jquery.min.js"></script>
<script>window.jQuery || document.write('<script src="js/vendor/jquery-1.11.2.min.js"><\/script>')</script>
<script src="js/vendor/bootstrap.min.js"></script>
<script src="js/plugins.js"></script>
<script src="js/main.js"></script>
<script>
// Hide Header on on scroll down
var didScroll;
var lastScrollTop = 0;
var delta = 5;
var navbarHeight = $('header').outerHeight();
$(window).scroll(function (event) {
didScroll = true;
});
setInterval(function () {
if (didScroll) {
hasScrolled();
didScroll = false;
}
}, 250);
function hasScrolled() {
var st = $(this).scrollTop();
// Make sure they scroll more than delta
if (Math.abs(lastScrollTop - st) <= delta)
return;
// If they scrolled down and are past the navbar, add class .nav-up.
// This is necessary so you never see what is "behind" the navbar.
if (st > lastScrollTop && st > navbarHeight) {
// Scroll Down
$('header').removeClass('nav-down').addClass('nav-up');
} else {
// Scroll Up
if (st + $(window).height() < $(document).height()) {
$('header').removeClass('nav-up').addClass('nav-down');
}
}
lastScrollTop = st;
}
</script>
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.10.2/jquery.min.js"></script>
</body>
</html>