-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
941 lines (902 loc) · 45.5 KB
/
Copy pathindex.html
File metadata and controls
941 lines (902 loc) · 45.5 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
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="robots" content="noindex, nofollow">
<title>Michael Maalouly — R&D Engineer | PhD Fluid Mechanics</title>
<link href="https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800&display=swap" rel="stylesheet">
<link href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.1/css/all.min.css" rel="stylesheet">
<style>
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
:root {
--primary: #0f172a;
--primary-light: #1e293b;
--accent: #6366f1;
--accent-light: #818cf8;
--accent-warm: #f59e0b;
--accent-teal: #14b8a6;
--text: #1e293b;
--text-light: #64748b;
--border: #e2e8f0;
--bg: #ffffff;
--bg-alt: #f8fafc;
--bg-warm: #fffbeb;
}
html { scroll-behavior: smooth; }
body {
font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
color: var(--text);
background: var(--bg);
line-height: 1.7;
-webkit-font-smoothing: antialiased;
}
a { color: var(--accent); text-decoration: none; transition: all 0.2s; }
a:hover { color: var(--accent-light); }
.container { max-width: 1000px; margin: 0 auto; padding: 0 32px; }
/* Language toggle */
[data-lang="fr"] { display: none !important; }
body.fr [data-lang="fr"] { display: revert !important; }
body.fr [data-lang="en"] { display: none !important; }
.lang-btn {
color: #fff !important;
background: rgba(255,255,255,0.1);
border: 1.5px solid rgba(255,255,255,0.3) !important;
padding: 4px 12px;
border-radius: 16px;
font-size: 0.7rem;
cursor: pointer;
font-weight: 700;
letter-spacing: 0.08em;
text-transform: uppercase;
transition: all 0.25s;
}
.lang-btn:hover { background: rgba(255,255,255,0.2) !important; border-color: rgba(255,255,255,0.6) !important; }
/* Navigation */
nav {
position: fixed; top: 0; left: 0; right: 0; z-index: 100;
background: rgba(15,23,42,0.92);
backdrop-filter: blur(20px); -webkit-backdrop-filter: blur(20px);
border-bottom: 1px solid rgba(255,255,255,0.06);
transition: all 0.3s;
}
nav.scrolled { box-shadow: 0 4px 30px rgba(0,0,0,0.15); }
nav .container { display: flex; align-items: center; justify-content: space-between; height: 60px; }
nav .brand { font-weight: 800; font-size: 1.05rem; color: #fff; letter-spacing: -0.02em; }
nav ul { list-style: none; display: flex; gap: 24px; align-items: center; }
nav ul li a {
font-size: 0.75rem; font-weight: 600; color: rgba(255,255,255,0.6);
text-transform: uppercase; letter-spacing: 0.08em; transition: all 0.2s;
padding: 4px 0; position: relative;
}
nav ul li a:hover { color: #fff; }
nav ul li a::after {
content: ''; position: absolute; bottom: -2px; left: 0; width: 0; height: 2px;
background: var(--accent); transition: width 0.3s;
}
nav ul li a:hover::after { width: 100%; }
.nav-toggle { display: none; background: none; border: none; font-size: 1.3rem; color: #fff; cursor: pointer; }
/* Hero */
.hero {
position: relative; padding: 180px 0 120px;
background: var(--primary);
color: #fff; overflow: hidden;
}
.hero::before {
content: ''; position: absolute; top: -50%; right: -20%; width: 800px; height: 800px;
background: radial-gradient(circle, rgba(99,102,241,0.15) 0%, transparent 70%);
animation: pulse 8s ease-in-out infinite alternate;
}
.hero .hero-orb {
position: absolute; border-radius: 50%; filter: blur(60px); opacity: 0.12;
}
.hero .hero-orb-1 {
width: 400px; height: 400px; background: var(--accent);
top: -100px; right: -50px; animation: float 12s ease-in-out infinite;
}
.hero .hero-orb-2 {
width: 300px; height: 300px; background: var(--accent-teal);
bottom: -50px; left: -80px; animation: float 10s ease-in-out infinite reverse;
}
.hero .hero-orb-3 {
width: 200px; height: 200px; background: var(--accent-warm);
top: 30%; left: 40%; animation: float 14s ease-in-out infinite;
}
@keyframes float {
0%, 100% { transform: translate(0, 0); }
50% { transform: translate(30px, -20px); }
}
@keyframes pulse {
0% { opacity: 0.8; transform: scale(1); }
100% { opacity: 1; transform: scale(1.1); }
}
.hero::after {
content: ''; position: absolute; bottom: -2px; left: 0; right: 0; height: 100px;
background: var(--bg);
clip-path: polygon(0 40%, 100% 0, 100% 100%, 0 100%);
}
.hero .container { display: flex; align-items: center; gap: 56px; position: relative; z-index: 1; }
.hero-photo {
width: 180px; height: 180px; border-radius: 24px; object-fit: cover;
border: 3px solid rgba(255,255,255,0.1);
box-shadow: 0 20px 60px rgba(0,0,0,0.4);
flex-shrink: 0; transition: transform 0.4s;
}
.hero-photo:hover { transform: translateY(-4px) rotate(1deg); }
.hero-text h1 {
font-size: 3rem; font-weight: 800; letter-spacing: -0.04em; margin-bottom: 12px;
background: linear-gradient(135deg, #fff 0%, rgba(255,255,255,0.7) 100%);
-webkit-background-clip: text; -webkit-text-fill-color: transparent;
background-clip: text;
}
.hero-text .subtitle {
font-size: 1.15rem; font-weight: 400; opacity: 0.7; margin-bottom: 28px;
letter-spacing: 0.01em;
}
.hero-links { display: flex; gap: 10px; flex-wrap: wrap; }
.hero-links a {
display: inline-flex; align-items: center; gap: 7px;
color: rgba(255,255,255,0.8); font-size: 0.82rem; font-weight: 500;
padding: 8px 18px; border: 1px solid rgba(255,255,255,0.12);
border-radius: 10px; transition: all 0.3s;
background: rgba(255,255,255,0.04);
}
.hero-links a:hover {
background: rgba(255,255,255,0.1); color: #fff;
border-color: rgba(255,255,255,0.3); transform: translateY(-2px);
box-shadow: 0 4px 16px rgba(0,0,0,0.2);
}
/* Sections */
section { padding: 80px 0; }
section:nth-child(even) { background: var(--bg-alt); }
.section-title {
font-size: 1.75rem; font-weight: 800; color: var(--primary);
margin-bottom: 48px; display: flex; align-items: center; gap: 16px;
letter-spacing: -0.02em;
}
.section-title::before {
content: ''; width: 4px; height: 28px; border-radius: 2px;
background: linear-gradient(180deg, var(--accent), var(--accent-teal));
flex-shrink: 0;
}
/* About */
.info-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 48px; }
.about-text p {
margin-bottom: 16px; color: var(--text-light); font-size: 0.95rem; line-height: 1.8;
}
.info-list { list-style: none; }
.info-list li {
display: flex; padding: 14px 0; border-bottom: 1px solid var(--border);
font-size: 0.9rem; align-items: baseline;
}
.info-list li:last-child { border-bottom: none; }
.info-list .label {
font-weight: 700; color: var(--primary); min-width: 110px;
text-transform: uppercase; font-size: 0.7rem; letter-spacing: 0.08em; padding-top: 2px;
}
/* Skills */
.skills-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 48px; }
.skill-category h3 {
font-weight: 800; color: var(--primary); margin-bottom: 18px;
text-transform: uppercase; letter-spacing: 0.06em; font-size: 0.8rem;
}
.skill-tags { display: flex; flex-wrap: wrap; gap: 10px; }
.skill-tag {
display: inline-block; padding: 9px 20px; border-radius: 10px;
font-size: 0.83rem; font-weight: 600; color: var(--accent);
background: rgba(99,102,241,0.08); border: 1px solid rgba(99,102,241,0.15);
transition: all 0.3s; cursor: default;
}
.skill-tag:hover {
background: var(--accent); color: #fff; border-color: var(--accent);
transform: translateY(-3px); box-shadow: 0 8px 20px rgba(99,102,241,0.25);
}
/* Timeline */
.timeline { position: relative; padding-left: 4px; }
.timeline::before {
content: ''; position: absolute; left: 7px; top: 12px; bottom: 12px;
width: 2px; background: linear-gradient(180deg, var(--accent), var(--accent-teal), var(--border));
}
.timeline-item {
position: relative; padding-left: 44px; margin-bottom: 44px;
background: var(--bg); border: 1px solid var(--border);
border-radius: 16px; padding: 28px 28px 28px 44px;
transition: all 0.3s;
}
.timeline-item:hover {
border-color: rgba(99,102,241,0.2);
box-shadow: 0 8px 30px rgba(0,0,0,0.04);
transform: translateX(4px);
}
section:nth-child(even) .timeline-item { background: var(--bg); }
.timeline-item:last-child { margin-bottom: 0; }
.timeline-item::before {
content: ''; position: absolute; left: -23px; top: 30px;
width: 14px; height: 14px; border-radius: 50%;
background: var(--accent); border: 3px solid var(--bg);
box-shadow: 0 0 0 3px var(--accent);
transition: all 0.3s;
}
.timeline-item:hover::before {
box-shadow: 0 0 0 3px var(--accent), 0 0 20px rgba(99,102,241,0.4);
transform: scale(1.2);
}
section:nth-child(even) .timeline-item::before { border-color: var(--bg-alt); }
.timeline-item .date {
font-size: 0.72rem; font-weight: 700; color: var(--accent);
text-transform: uppercase; letter-spacing: 0.08em; margin-bottom: 6px;
display: inline-block; background: rgba(99,102,241,0.08);
padding: 3px 10px; border-radius: 6px;
}
.timeline-item h3 {
font-size: 1.15rem; font-weight: 800; color: var(--primary);
margin-bottom: 4px; letter-spacing: -0.01em;
}
.timeline-item .org {
font-size: 0.88rem; font-weight: 500; color: var(--text-light); margin-bottom: 14px;
}
.timeline-item ul { padding-left: 18px; color: var(--text-light); }
.timeline-item ul li {
margin-bottom: 6px; font-size: 0.88rem; line-height: 1.65;
}
.timeline-item ul li::marker { color: var(--accent-light); }
.timeline-item .detail { font-size: 0.9rem; color: var(--text-light); line-height: 1.7; }
.timeline-item .gpa {
display: inline-block; margin-top: 8px; font-size: 0.75rem; font-weight: 700;
background: linear-gradient(135deg, var(--accent), var(--accent-teal));
color: #fff; padding: 4px 14px; border-radius: 20px;
letter-spacing: 0.02em;
}
/* Publications */
.pub-list { list-style: none; }
.pub-list li {
padding: 24px 28px; margin-bottom: 14px;
border: 1px solid var(--border); border-radius: 16px;
background: var(--bg); transition: all 0.3s;
position: relative; overflow: hidden;
}
.pub-list li::before {
content: ''; position: absolute; top: 0; left: 0; width: 4px; height: 100%;
background: linear-gradient(180deg, var(--accent), var(--accent-teal));
border-radius: 4px 0 0 4px; opacity: 0; transition: opacity 0.3s;
}
.pub-list li:hover::before { opacity: 1; }
.pub-list li:hover {
border-color: rgba(99,102,241,0.2);
box-shadow: 0 8px 30px rgba(0,0,0,0.05);
transform: translateY(-3px);
}
.pub-list li:last-child { margin-bottom: 0; }
.pub-list .pub-title {
font-weight: 700; font-size: 0.95rem; color: var(--primary);
margin-bottom: 6px; line-height: 1.5; letter-spacing: -0.01em;
}
.pub-list .pub-title a { color: var(--primary); }
.pub-list .pub-title a:hover { color: var(--accent); }
.pub-list .pub-authors {
font-size: 0.84rem; color: var(--text-light); margin-bottom: 8px; line-height: 1.5;
}
.pub-list .pub-authors strong { color: var(--text); }
.pub-list .pub-journal { font-size: 0.82rem; color: var(--text-light); font-weight: 500; }
.pub-list .pub-tag {
display: inline-block; font-size: 0.68rem; font-weight: 700;
text-transform: uppercase; letter-spacing: 0.06em;
padding: 3px 10px; border-radius: 6px; margin-right: 6px;
}
.pub-tag.first-author {
background: rgba(99,102,241,0.1); color: var(--accent);
}
.pub-tag.preprint {
background: rgba(245,158,11,0.1); color: var(--accent-warm);
}
/* Teaching */
.teaching-header { margin-bottom: 32px; }
.teaching-badge {
display: inline-flex; align-items: center; gap: 16px;
background: rgba(99,102,241,0.06); border: 1px solid rgba(99,102,241,0.12);
border-radius: 14px; padding: 16px 24px;
}
.teaching-badge > i {
font-size: 1.6rem; color: var(--accent);
}
.teaching-hours {
display: block; font-size: 1.1rem; font-weight: 800; color: var(--primary);
letter-spacing: -0.01em;
}
.teaching-place {
display: block; font-size: 0.82rem; font-weight: 500; color: var(--text-light);
margin-top: 2px;
}
.teaching-cards {
display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px;
}
.teaching-card {
background: var(--bg); border: 1px solid var(--border);
border-radius: 16px; padding: 28px 24px; text-align: center;
transition: all 0.3s; position: relative; overflow: hidden;
}
.teaching-card::before {
content: ''; position: absolute; top: 0; left: 0; right: 0; height: 3px;
background: linear-gradient(90deg, var(--accent), var(--accent-teal));
opacity: 0; transition: opacity 0.3s;
}
.teaching-card:hover::before { opacity: 1; }
.teaching-card:hover {
border-color: rgba(99,102,241,0.2);
box-shadow: 0 12px 36px rgba(0,0,0,0.06);
transform: translateY(-4px);
}
.teaching-card-icon {
width: 52px; height: 52px; border-radius: 14px;
background: rgba(99,102,241,0.08); color: var(--accent);
display: flex; align-items: center; justify-content: center;
font-size: 1.2rem; margin: 0 auto 16px;
transition: all 0.3s;
}
.teaching-card:hover .teaching-card-icon {
background: var(--accent); color: #fff;
transform: scale(1.05);
box-shadow: 0 6px 16px rgba(99,102,241,0.3);
}
.teaching-card-body h4 {
font-size: 1rem; font-weight: 700; color: var(--primary);
margin-bottom: 4px;
}
.teaching-card-body p {
font-size: 0.85rem; color: var(--text-light); margin-bottom: 10px;
}
.teaching-level {
display: inline-block; font-size: 0.7rem; font-weight: 700;
text-transform: uppercase; letter-spacing: 0.06em;
color: var(--accent-teal); background: rgba(20,184,166,0.08);
padding: 4px 12px; border-radius: 8px;
}
@media (max-width: 768px) {
.teaching-cards { grid-template-columns: 1fr; }
}
/* Contact */
.contact-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 48px; }
.contact-info-list { list-style: none; }
.contact-info-list li {
display: flex; align-items: center; gap: 16px;
padding: 16px 0; border-bottom: 1px solid var(--border); font-size: 0.9rem;
}
.contact-info-list li:last-child { border-bottom: none; }
.contact-info-list li i {
width: 44px; height: 44px; display: flex; align-items: center; justify-content: center;
background: rgba(99,102,241,0.08); border-radius: 12px;
color: var(--accent); font-size: 1rem; flex-shrink: 0;
transition: all 0.3s;
}
.contact-info-list li:hover i {
background: var(--accent); color: #fff;
transform: translateY(-2px); box-shadow: 0 4px 12px rgba(99,102,241,0.25);
}
.contact-form .form-group { margin-bottom: 16px; }
.contact-form input, .contact-form textarea {
width: 100%; padding: 12px 16px; border: 2px solid var(--border); border-radius: 12px;
font-family: inherit; font-size: 0.88rem; color: var(--text); background: var(--bg);
transition: all 0.2s; outline: none;
}
.contact-form input:focus, .contact-form textarea:focus {
border-color: var(--accent);
box-shadow: 0 0 0 4px rgba(99,102,241,0.08);
}
.contact-form textarea { min-height: 110px; resize: vertical; }
.contact-form button {
background: linear-gradient(135deg, var(--accent), var(--accent-light));
color: #fff; border: none; padding: 12px 36px;
border-radius: 12px; font-family: inherit; font-weight: 700; font-size: 0.88rem;
cursor: pointer; transition: all 0.3s; letter-spacing: 0.02em;
}
.contact-form button:hover {
transform: translateY(-2px);
box-shadow: 0 8px 24px rgba(99,102,241,0.3);
}
/* Footer */
footer {
padding: 40px 0; text-align: center;
background: var(--primary);
color: rgba(255,255,255,0.4); font-size: 0.8rem;
}
footer .social-links { margin-bottom: 14px; }
footer .social-links a {
color: rgba(255,255,255,0.35); margin: 0 14px; font-size: 1.3rem;
transition: all 0.3s; display: inline-block;
}
footer .social-links a:hover {
color: var(--accent-light); transform: translateY(-3px);
}
/* Responsive */
@media (max-width: 768px) {
.hero .container { flex-direction: column; text-align: center; }
.hero-text h1 { font-size: 2rem; }
.hero-links { justify-content: center; }
.hero { padding: 140px 0 100px; }
.info-grid, .skills-grid, .contact-grid { grid-template-columns: 1fr; }
.timeline-item { margin-left: 20px; }
section { padding: 56px 0; }
nav ul { display: none; }
nav ul.open {
display: flex; flex-direction: column; position: absolute;
top: 60px; left: 0; right: 0; background: var(--primary);
border-bottom: 1px solid rgba(255,255,255,0.06);
padding: 20px 24px; gap: 14px;
}
.nav-toggle { display: block; }
}
/* Animations */
.fade-in { opacity: 0; transform: translateY(24px); transition: opacity 0.7s ease, transform 0.7s ease; }
.fade-in.visible { opacity: 1; transform: translateY(0); }
</style>
</head>
<body>
<!-- Navigation -->
<nav id="navbar">
<div class="container">
<a class="brand" href="#">Michael Maalouly</a>
<button class="nav-toggle" onclick="document.querySelector('nav ul').classList.toggle('open')" aria-label="Toggle navigation">
<i class="fa-solid fa-bars"></i>
</button>
<ul>
<li data-lang="en"><a href="#about">About</a></li>
<li data-lang="fr"><a href="#about">À propos</a></li>
<li><a href="#experience">Experience</a></li>
<li data-lang="en"><a href="#education">Education</a></li>
<li data-lang="fr"><a href="#education">Formation</a></li>
<li><a href="#publications">Publications</a></li>
<li data-lang="en"><a href="#skills">Skills</a></li>
<li data-lang="fr"><a href="#skills">Compétences</a></li>
<li><a href="#contact">Contact</a></li>
<li><a class="lang-btn" id="lang-toggle" href="javascript:void(0)">FR</a></li>
</ul>
</div>
</nav>
<!-- Hero -->
<header class="hero">
<div class="hero-orb hero-orb-1"></div>
<div class="hero-orb hero-orb-2"></div>
<div class="hero-orb hero-orb-3"></div>
<div class="container">
<img src="images/michael.jpg" alt="Michael Maalouly" class="hero-photo">
<div class="hero-text">
<h1>Michael Maalouly</h1>
<p class="subtitle" data-lang="en">R&D Engineer — PhD in Fluid Mechanics</p>
<p class="subtitle" data-lang="fr">Ingénieur R&D — Docteur en Mécanique des Fluides</p>
<div class="hero-links">
<a href="#contact" class="js-email"><i class="fa-solid fa-envelope"></i> Email</a>
<a href="https://www.linkedin.com/in/michael-maalouly/" target="_blank"><i class="fa-brands fa-linkedin"></i> LinkedIn</a>
<a href="https://orcid.org/0000-0002-5953-909X" target="_blank"><i class="fa-brands fa-orcid"></i> ORCID</a>
<a href="https://github.com/michaelmaalouly" target="_blank"><i class="fa-brands fa-github"></i> GitHub</a>
<a href="https://scholar.google.com/citations?user=ePB4gXUAAAAJ" target="_blank"><i class="fa-solid fa-graduation-cap"></i> Scholar</a>
</div>
</div>
</div>
</header>
<!-- About -->
<section id="about">
<div class="container">
<h2 class="section-title" data-lang="en">About</h2>
<h2 class="section-title" data-lang="fr">À propos</h2>
<div class="info-grid fade-in">
<div class="about-text">
<div data-lang="en">
<p>R&D engineer specialized in thermal management and cooling technologies for data centers, most recently at OVHcloud (Jan 2025–May 2026). PhD in Fluid Mechanics from Université de Lille with expertise in computational fluid dynamics, turbulence modelling, and high-performance computing.</p>
<p>My research spans ocean turbulence, Lagrangian particle dynamics, two-phase flows, and industrial cooling systems. I combine numerical simulation with experimental validation to solve complex engineering problems.</p>
</div>
<div data-lang="fr">
<p>Ingénieur R&D spécialisé dans la gestion thermique et les technologies de refroidissement pour centres de données, dernièrement chez OVHcloud (Jan 2025–mai 2026). Docteur en Mécanique des Fluides de l'Université de Lille, avec une expertise en simulation numérique (CFD), modélisation de la turbulence et calcul haute performance.</p>
<p>Mes recherches couvrent la turbulence océanique, la dynamique lagrangienne, les écoulements diphasiques et les systèmes de refroidissement industriels. Je combine simulation numérique et validation expérimentale pour résoudre des problèmes d'ingénierie complexes.</p>
</div>
</div>
<ul class="info-list" data-lang="en">
<li><span class="label">Location</span> <span>Lille, France</span></li>
<li><span class="label">Email</span> <a href="#" class="js-email"><span class="js-email-text">Email me</span></a></li>
<li><span class="label">Languages</span> <span>French, English, Arabic</span></li>
</ul>
<ul class="info-list" data-lang="fr">
<li><span class="label">Lieu</span> <span>Lille, France</span></li>
<li><span class="label">Email</span> <a href="#" class="js-email"><span class="js-email-text">Email me</span></a></li>
<li><span class="label">Langues</span> <span>Français, Anglais, Arabe</span></li>
</ul>
</div>
</div>
</section>
<!-- Experience -->
<section id="experience">
<div class="container">
<h2 class="section-title" data-lang="en">Experience</h2>
<h2 class="section-title" data-lang="fr">Expérience professionnelle</h2>
<!-- EN -->
<div class="timeline fade-in" data-lang="en">
<div class="timeline-item">
<div class="date">Jan 2025 — May 2026</div>
<h3>R&D Cooling Engineer</h3>
<div class="org">OVHcloud · Croix, France</div>
<ul>
<li>Managing thermal laboratories and all thermal experiments, from protocol design to deployment</li>
<li>Validating cooling equipment and systems through numerical simulation, ensuring compliance with industrial standards</li>
<li>Contributing to 88% reduction in pumping power and 36% reduction in rack cooling energy (patented system)</li>
<li>Optimizing thermal dissipation strategies in server racks, reducing data center energy consumption</li>
<li>Supervising PhD students and interns on innovative cooling system development</li>
<li>Co-inventor on 10 patents (filed & published); publishing peer-reviewed articles on advanced cooling technologies</li>
</ul>
</div>
<div class="timeline-item">
<div class="date">Oct 2021 — Dec 2024</div>
<h3>PhD Researcher</h3>
<div class="org">Université de Lille, Unité de Mécanique de Lille · Lille, France</div>
<ul>
<li>Developed pseudo-spectral simulation codes in Fortran for ocean flow modelling on HPC infrastructure</li>
<li>Created Python data analysis pipelines (NumPy, SciPy, Xarray) for processing massive general circulation model datasets</li>
<li>Published 4 first-author papers in international journals (Journal of Physical Oceanography, Physical Review Fluids, Physics of Fluids)</li>
<li>Delivered 7 presentations at international conferences (EGU, ETC, SWOT Science Team)</li>
<li>Teaching (~80h): Thermodynamics, Numerical Methods, Turbulence (L2 to M2)</li>
</ul>
</div>
<div class="timeline-item">
<div class="date">Sept 2019 — Sept 2021</div>
<h3>Cooling & Simulation Engineer</h3>
<div class="org">CERN, CMS Experiment · Meyrin, Switzerland</div>
<ul>
<li>Simulated CO₂ two-phase boiling flows with OpenFOAM to optimize CMS detector cooling</li>
<li>Designed and validated cooling manifolds for high magnetic field environments (LS3 upgrade)</li>
<li>Modelled and optimized ventilation systems for CO₂ pump rooms using ANSYS Fluent</li>
<li>Developed a negative pressure chamber design as part of the CMS vs COVID-19 task force</li>
</ul>
</div>
<div class="timeline-item">
<div class="date">Jan 2019 — Dec 2020</div>
<h3>Research Assistant</h3>
<div class="org">Lebanese American University · Byblos, Lebanon</div>
<ul>
<li>Performed transient CFD analysis of H-type Vertical Axis Wind Turbines using ANSYS Fluent</li>
<li>Simulated two-phase boiling flows using OpenFOAM</li>
<li>Published in Energy Reports; supervised undergraduate research students</li>
</ul>
</div>
</div>
<!-- FR -->
<div class="timeline fade-in" data-lang="fr">
<div class="timeline-item">
<div class="date">Jan 2025 — Mai 2026</div>
<h3>Ingénieur R&D Refroidissement</h3>
<div class="org">OVHcloud · Croix, France</div>
<ul>
<li>Responsable des laboratoires thermiques et de l'ensemble des expérimentations, de la conception des protocoles aux déploiements</li>
<li>Validation des équipements et systèmes de refroidissement par simulation numérique, assurant la conformité aux normes industrielles</li>
<li>Contribution à la réduction de 88% de la puissance de pompage et 36% de l'énergie de refroidissement des racks (système breveté)</li>
<li>Optimisation des stratégies de dissipation thermique dans les baies et serveurs, réduisant la consommation énergétique</li>
<li>Encadrement de chercheurs (doctorants et stagiaires) sur le développement d'un système de refroidissement innovant</li>
<li>Co-inventeur de 10 brevets (déposés et publiés) et publication d'articles scientifiques sur les technologies de refroidissement avancées</li>
</ul>
</div>
<div class="timeline-item">
<div class="date">Oct 2021 — Déc 2024</div>
<h3>Doctorant Chercheur</h3>
<div class="org">Université de Lille, Unité de Mécanique de Lille · Lille, France</div>
<ul>
<li>Développement de codes de simulation pseudo-spectraux en Fortran pour la modélisation d'écoulements océaniques sur infrastructure HPC</li>
<li>Création de pipelines d'analyse de données en Python (NumPy, SciPy, Xarray) pour le traitement de données massives</li>
<li>Publication de 4 articles en premier auteur dans des revues internationales (Journal of Physical Oceanography, Physical Review Fluids, Physics of Fluids)</li>
<li>7 présentations en conférences internationales (EGU, ETC, SWOT Science Team)</li>
<li>Enseignement (~80h) : Thermodynamique, Méthodes numériques, Turbulence (L2 à M2)</li>
</ul>
</div>
<div class="timeline-item">
<div class="date">Sept 2019 — Sept 2021</div>
<h3>Ingénieur Système de Refroidissement</h3>
<div class="org">CERN, Expérience CMS · Meyrin, Suisse</div>
<ul>
<li>Simulation CFD d'écoulements diphasiques bouillonnants de CO₂ avec OpenFOAM pour optimiser le refroidissement du détecteur CMS</li>
<li>Conception et validation de collecteurs de refroidissement pour environnements à champ magnétique élevé (upgrade LS3)</li>
<li>Modélisation et optimisation des systèmes de ventilation des salles de pompes CO₂ sous ANSYS Fluent</li>
<li>Développement d'une chambre à pression négative dans le cadre de la task force CMS vs COVID-19</li>
</ul>
</div>
<div class="timeline-item">
<div class="date">Jan 2019 — Déc 2020</div>
<h3>Assistant de Recherche</h3>
<div class="org">Lebanese American University · Byblos, Liban</div>
<ul>
<li>Analyse transitoire d'éoliennes à axe vertical (VAWT) par simulation CFD sous ANSYS Fluent</li>
<li>Simulation d'écoulements diphasiques bouillonnants sous OpenFOAM</li>
<li>Publication dans Energy Reports ; encadrement d'étudiants en recherche</li>
</ul>
</div>
</div>
</div>
</section>
<!-- Education -->
<section id="education">
<div class="container">
<h2 class="section-title" data-lang="en">Education</h2>
<h2 class="section-title" data-lang="fr">Formation</h2>
<!-- EN -->
<div class="timeline fade-in" data-lang="en">
<div class="timeline-item">
<div class="date">2021 — 2024</div>
<h3>PhD in Fluid Mechanics</h3>
<div class="org">Université de Lille · Lille, France</div>
<p class="detail">Thesis: <a href="https://theses.fr/2024ULILN049"><em>Lagrangian particle dynamics in ocean submesoscale turbulence</em></a></p>
</div>
<div class="timeline-item">
<div class="date">2019 — 2021</div>
<h3>M.Sc. Mechanical Engineering</h3>
<div class="org">Lebanese American University · Byblos, Lebanon</div>
<p class="detail">Thesis: <a href="https://laur.lau.edu.lb:8443/xmlui/handle/10725/13439?show=full"><em>Numerical Simulation of Two-phase Boiling Flow in Macro and Micro-scale Channels</em></a></p>
<span class="gpa">CGPA 3.96 / 4.0</span>
</div>
<div class="timeline-item">
<div class="date">2014 — 2019</div>
<h3>B.E. Mechanical Engineering</h3>
<div class="org">Lebanese American University · Byblos, Lebanon</div>
<p class="detail">Graduated with distinction. <a href="https://news.lau.edu.lb/2018/students-and-faculty-win-big-at-the-lira-14-expo.php">2nd place at LIRA 14 national competition</a> for final project: <em>Passive system to support the locomotion of paralyzed persons on snow</em>.</p>
<span class="gpa">CGPA 3.44 / 4.0</span>
</div>
</div>
<!-- FR -->
<div class="timeline fade-in" data-lang="fr">
<div class="timeline-item">
<div class="date">2021 — 2024</div>
<h3>Doctorat en Mécanique des Milieux Fluides</h3>
<div class="org">Université de Lille · Lille, France</div>
<p class="detail">Thèse : <a href="https://theses.fr/2024ULILN049"><em>Dynamique lagrangienne dans la turbulence océanique à sous-mésoéchelle</em></a></p>
</div>
<div class="timeline-item">
<div class="date">2019 — 2021</div>
<h3>Master 2 en Génie Mécanique</h3>
<div class="org">Lebanese American University · Byblos, Liban</div>
<p class="detail">Mémoire : <a href="https://laur.lau.edu.lb:8443/xmlui/handle/10725/13439?show=full"><em>Simulation numérique des écoulements diphasiques en ébullition dans des canaux à l'échelle macro et microscopique</em></a></p>
<span class="gpa">CGPA 3.96 / 4.0</span>
</div>
<div class="timeline-item">
<div class="date">2014 — 2019</div>
<h3>Diplôme d'Ingénieur en Génie Mécanique</h3>
<div class="org">Lebanese American University · Byblos, Liban</div>
<p class="detail">Diplômé avec distinction. <a href="https://news.lau.edu.lb/2018/students-and-faculty-win-big-at-the-lira-14-expo.php">2ème place à la compétition nationale LIRA 14</a> pour le projet : <em>Système passif pour la locomotion de personnes paralysées sur la neige</em>.</p>
<span class="gpa">CGPA 3.44 / 4.0</span>
</div>
</div>
</div>
</section>
<!-- Publications -->
<section id="publications">
<div class="container">
<h2 class="section-title">Publications</h2>
<ul class="pub-list fade-in">
<li>
<div class="pub-title"><a href="https://doi.org/10.1175/JPO-D-25-0103.1">Lagrangian pair dispersion in the presence of high-frequency motions at the ocean surface</a></div>
<div class="pub-authors"><strong>M. Maalouly</strong>, A. Dekens, G. Lapeyre, A.L.S. Ponte, S. Berti</div>
<div class="pub-journal">
<span class="pub-tag first-author" data-lang="en">First Author</span>
<span class="pub-tag first-author" data-lang="fr">Premier auteur</span>
<em>Journal of Physical Oceanography</em>, <strong>56</strong>(8), 1741–1755 (2026)
</div>
</li>
<li>
<div class="pub-title"><a href="https://doi.org/10.1016/j.applthermaleng.2025.128116">Passive hydraulic cooling: a CDU-free solution for data center efficiency</a></div>
<div class="pub-authors">H. Charaf, <strong>M. Maalouly</strong>, A. Chehade, H. Al Moussawi, T. Moussa, G. Polidori, C. Maalouf</div>
<div class="pub-journal"><em>Applied Thermal Engineering</em>, 128116 (2025)</div>
</li>
<li>
<div class="pub-title"><a href="https://doi.org/10.1103/PhysRevFluids.9.104503">Impact of ageostrophic dynamics on the predictability of Lagrangian trajectories in surface-ocean turbulence</a></div>
<div class="pub-authors"><strong>M. Maalouly</strong>, G. Lapeyre, S. Berti</div>
<div class="pub-journal">
<span class="pub-tag first-author" data-lang="en">First Author</span>
<span class="pub-tag first-author" data-lang="fr">Premier auteur</span>
<em>Physical Review Fluids</em>, <strong>9</strong>, 104503 (2024)
</div>
</li>
<li>
<div class="pub-title"><a href="https://doi.org/10.1063/5.0174665">Particle dispersion and clustering in surface ocean turbulence with ageostrophic dynamics</a></div>
<div class="pub-authors"><strong>M. Maalouly</strong>, G. Lapeyre, B. Cozian, G. Mompean, S. Berti</div>
<div class="pub-journal">
<span class="pub-tag first-author" data-lang="en">First Author</span>
<span class="pub-tag first-author" data-lang="fr">Premier auteur</span>
<em>Physics of Fluids</em>, <strong>35</strong>, 126601 (2023)
</div>
</li>
<li>
<div class="pub-title"><a href="https://doi.org/10.1016/j.egyr.2022.03.136">Transient analysis of H-type Vertical Axis Wind Turbines using CFD</a></div>
<div class="pub-authors"><strong>M. Maalouly</strong>, M. Souaiby, A. El-Cheikh, J.S. Issa, M. Elkhoury</div>
<div class="pub-journal">
<span class="pub-tag first-author" data-lang="en">First Author</span>
<span class="pub-tag first-author" data-lang="fr">Premier auteur</span>
<em>Energy Reports</em>, <strong>8</strong>, 4570–4588 (2022)
</div>
</li>
<li>
<div class="pub-title">Multi-objective optimization of pin fin geometries in meso-channel cold plates using desirability criterion</div>
<div class="pub-authors">M. Vahidi, <strong>M. Maalouly</strong>, A. Chehade, H. Al Moussawi, F. Bogard, C. Maalouf, H. Bauduin</div>
<div class="pub-journal">
<span class="pub-tag preprint" data-lang="en">Under review</span>
<span class="pub-tag preprint" data-lang="fr">En cours d'évaluation</span>
<em>Results in Engineering</em>
</div>
</li>
</ul>
</div>
</section>
<!-- Skills -->
<section id="skills">
<div class="container">
<h2 class="section-title" data-lang="en">Skills</h2>
<h2 class="section-title" data-lang="fr">Compétences techniques</h2>
<div class="skills-grid fade-in">
<div class="skill-category">
<h3 data-lang="en">Programming & Tools</h3>
<h3 data-lang="fr">Programmation & Outils</h3>
<div class="skill-tags">
<span class="skill-tag">Python</span>
<span class="skill-tag">NumPy</span>
<span class="skill-tag">SciPy</span>
<span class="skill-tag">Pandas</span>
<span class="skill-tag">Xarray</span>
<span class="skill-tag">Fortran</span>
<span class="skill-tag">Bash</span>
<span class="skill-tag">Git</span>
<span class="skill-tag">MATLAB</span>
<span class="skill-tag">C++</span>
<span class="skill-tag">SQL</span>
<span class="skill-tag">LabVIEW</span>
</div>
</div>
<div class="skill-category">
<h3 data-lang="en">CFD, CAD & Computing</h3>
<h3 data-lang="fr">CFD, CAO & Calcul</h3>
<div class="skill-tags">
<span class="skill-tag">ANSYS Fluent</span>
<span class="skill-tag">OpenFOAM</span>
<span class="skill-tag">HPC</span>
<span class="skill-tag">SLURM</span>
<span class="skill-tag">HTCondor</span>
<span class="skill-tag">CATIA</span>
<span class="skill-tag">SolidWorks</span>
</div>
</div>
</div>
</div>
</section>
<!-- Teaching -->
<section id="teaching">
<div class="container">
<h2 class="section-title" data-lang="en">Teaching</h2>
<h2 class="section-title" data-lang="fr">Enseignement</h2>
<div class="fade-in">
<div class="teaching-header">
<div class="teaching-badge">
<i class="fa-solid fa-chalkboard-user"></i>
<div>
<span data-lang="en" class="teaching-hours">~80 hours</span>
<span data-lang="fr" class="teaching-hours">~80 heures</span>
<span class="teaching-place">Université de Lille · 2021–2024</span>
</div>
</div>
</div>
<div class="teaching-cards" data-lang="en">
<div class="teaching-card">
<div class="teaching-card-icon"><i class="fa-solid fa-fire-flame-curved"></i></div>
<div class="teaching-card-body">
<h4>Thermodynamics</h4>
<p>Practicals & Tutorials</p>
<span class="teaching-level">L3 — 3rd year Bachelor</span>
</div>
</div>
<div class="teaching-card">
<div class="teaching-card-icon"><i class="fa-solid fa-calculator"></i></div>
<div class="teaching-card-body">
<h4>Numerical Methods</h4>
<p>Tutorials</p>
<span class="teaching-level">L2 — 2nd year Bachelor</span>
</div>
</div>
<div class="teaching-card">
<div class="teaching-card-icon"><i class="fa-solid fa-wind"></i></div>
<div class="teaching-card-body">
<h4>Turbulence</h4>
<p>Lectures</p>
<span class="teaching-level">M2 — 2nd year Master</span>
</div>
</div>
</div>
<div class="teaching-cards" data-lang="fr">
<div class="teaching-card">
<div class="teaching-card-icon"><i class="fa-solid fa-fire-flame-curved"></i></div>
<div class="teaching-card-body">
<h4>Thermodynamique</h4>
<p>TP / TD</p>
<span class="teaching-level">L3 — Licence 3</span>
</div>
</div>
<div class="teaching-card">
<div class="teaching-card-icon"><i class="fa-solid fa-calculator"></i></div>
<div class="teaching-card-body">
<h4>Méthodes numériques</h4>
<p>TD</p>
<span class="teaching-level">L2 — Licence 2</span>
</div>
</div>
<div class="teaching-card">
<div class="teaching-card-icon"><i class="fa-solid fa-wind"></i></div>
<div class="teaching-card-body">
<h4>Turbulence</h4>
<p>Cours</p>
<span class="teaching-level">M2 — Master 2</span>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- Contact -->
<section id="contact">
<div class="container">
<h2 class="section-title">Contact</h2>
<div class="contact-grid fade-in">
<div>
<ul class="contact-info-list">
<li><i class="fa-solid fa-location-dot"></i> <span>Lille, France</span></li>
<li><i class="fa-solid fa-envelope"></i> <a href="#" class="js-email"><span class="js-email-text">Email me</span></a></li>
<li><i class="fa-brands fa-linkedin"></i> <a href="https://www.linkedin.com/in/michael-maalouly/" target="_blank">linkedin.com/in/michael-maalouly</a></li>
<li><i class="fa-brands fa-orcid"></i> <a href="https://orcid.org/0000-0002-5953-909X" target="_blank">0000-0002-5953-909X</a></li>
</ul>
</div>
<div>
<p data-lang="en" style="color:var(--text-light);font-size:0.95rem;margin-bottom:20px;line-height:1.8;">Feel free to reach out about R&D, CFD, or research collaborations. The quickest way is email or LinkedIn.</p>
<p data-lang="fr" style="color:var(--text-light);font-size:0.95rem;margin-bottom:20px;line-height:1.8;">N'hésitez pas à me contacter pour des sujets de R&D, de CFD ou de collaboration de recherche. Le plus simple est par email ou LinkedIn.</p>
<div style="display:flex;gap:12px;flex-wrap:wrap;">
<a href="#" class="js-email" style="display:inline-flex;align-items:center;gap:8px;background:linear-gradient(135deg,var(--accent),var(--accent-light));color:#fff;padding:12px 28px;border-radius:12px;font-weight:700;font-size:0.88rem;">
<i class="fa-solid fa-envelope"></i> <span data-lang="en">Email me</span><span data-lang="fr">M'écrire</span>
</a>
<a href="https://www.linkedin.com/in/michael-maalouly/" target="_blank" style="display:inline-flex;align-items:center;gap:8px;background:var(--bg-alt);color:var(--text);border:1px solid var(--border);padding:12px 28px;border-radius:12px;font-weight:700;font-size:0.88rem;">
<i class="fa-brands fa-linkedin"></i> LinkedIn
</a>
</div>
</div>
</div>
</div>
</section>
<!-- Footer -->
<footer>
<div class="social-links">
<a href="https://www.linkedin.com/in/michael-maalouly/" target="_blank"><i class="fa-brands fa-linkedin"></i></a>
<a href="https://github.com/michaelmaalouly" target="_blank"><i class="fa-brands fa-github"></i></a>
<a href="https://orcid.org/0000-0002-5953-909X" target="_blank"><i class="fa-brands fa-orcid"></i></a>
</div>
<p>© 2026 Michael Maalouly</p>
</footer>
<script>
// Email assembled at runtime so it isn't sitting in the page source for scrapers
(function () {
var addr = ['michael.maalouly', 'gmail.com'].join('@');
document.querySelectorAll('a.js-email').forEach(function (a) { a.href = 'mailto:' + addr; });
document.querySelectorAll('.js-email-text').forEach(function (s) { s.textContent = addr; });
})();
// Language toggle
const toggle = document.getElementById('lang-toggle');
toggle.addEventListener('click', () => {
document.body.classList.toggle('fr');
const isFr = document.body.classList.contains('fr');
toggle.textContent = isFr ? 'EN' : 'FR';
document.documentElement.lang = isFr ? 'fr' : 'en';
document.title = isFr
? 'Michael Maalouly — Ingénieur R&D | Docteur en Mécanique des Fluides'
: 'Michael Maalouly — R&D Engineer | PhD Fluid Mechanics';
});
// Navbar shadow on scroll
window.addEventListener('scroll', () => {
document.getElementById('navbar').classList.toggle('scrolled', window.scrollY > 20);
});
// Close mobile menu on nav click
document.querySelectorAll('nav a[href^="#"]').forEach(a => {
a.addEventListener('click', () => document.querySelector('nav ul').classList.remove('open'));
});
// Fade-in on scroll
const observer = new IntersectionObserver(entries => {
entries.forEach(e => { if (e.isIntersecting) e.target.classList.add('visible'); });
}, { threshold: 0.15 });
document.querySelectorAll('.fade-in').forEach(el => observer.observe(el));
</script>
</body>
</html>