-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
733 lines (642 loc) · 33.6 KB
/
index.html
File metadata and controls
733 lines (642 loc) · 33.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
<!DOCTYPE html>
<html lang="en">
<head>
<!-- Google Ownership -->
<meta name="google-site-verification" content="np9eMTNhnJVeG1mUpmD67aELeh944EL1eS1FhHkaHKg" />
<script>
// disabling auto directing if the english option is clicked , for debugging clear local storage
// localStorage.removeItem("langRedirected");
(function () {
// Only redirect from English root once
const redirected = localStorage.getItem("langRedirected");
const onRoot = window.location.pathname === "/Yann-dev/" || window.location.pathname === "/Yann-dev/index.html";
if (!redirected && onRoot) {
const userLang = navigator.language || navigator.userLanguage;
if (userLang && userLang.startsWith("fr")) {
localStorage.setItem("langRedirected", "true");
setTimeout(() => {
window.location.href = "./fr/index.html";
}, 100); // delay to ensure storage is saved
}
}
})();
</script>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Yann Cohen – Data Analyst</title>
<!-- SEO -->
<meta name="description"
content="Yann Cohen – Data Analyst and Web Designer based in Martinique. Expert in R, Python, and data visualization.">
<meta name="keywords"
content="Yann Cohen, Yann Tourman, data analyst, data visualization, R, Python, SQL, web designer, Martinique, bike-tourist, TOURMAN">
<meta name="author" content="Yann Cohen">
<meta name="robots" content="index, follow">
<!-- Canonical -->
<link rel="canonical" href="https://iamyannc.github.io/Yann-dev/">
<!-- Language alternates -->
<link rel="alternate" hreflang="en" href="https://iamyannc.github.io/Yann-dev/">
<link rel="alternate" hreflang="fr" href="https://iamyannc.github.io/Yann-dev/fr/">
<link rel="alternate" hreflang="x-default" href="https://iamyannc.github.io/Yann-dev/" />
<!-- Schema.org JSON-LD -->
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@type": "Person",
"name": "Yann Cohen",
"alternateName": "Tourman",
"jobTitle": "Data Analyst",
"description": "Data Analyst and Psychology graduate based in Martinique, specializing in data visualization, predictive modeling, web development, and statistical analysis. Open Source Contributor.",
"inLanguage": "en",
"url": "https://iamyannc.github.io/Yann-dev/",
"email": "yannco5@gmail.com",
"telephone": "+596696666155",
"image": "https://iamyannc.github.io/Yann-dev/logo.jpg",
"address": {
"@type": "PostalAddress",
"addressLocality": "Martinique",
"addressCountry": "FR"
},
"sameAs": [
"https://linkedin.com/in/yann-cohen-tourman",
"https://github.com/iamyannc"
],
"knowsAbout": [
"Data Analysis",
"Python",
"R Programming",
"SQL",
"Data Visualization",
"Web Design",
"Statistics",
"Shiny Framework",
"HTML/CSS",
"Git"
],
"alumniOf": [
{
"@type": "EducationalOrganization",
"name": "Ben-Gurion University",
"address": {
"@type": "PostalAddress",
"addressCountry": "IL"
}
},
{
"@type": "EducationalOrganization",
"name": "Innsbruck University",
"address": {
"@type": "PostalAddress",
"addressCountry": "AT"
}
}
],
"hasOccupation": [
{
"@type": "Occupation",
"name": "Data Analyst",
"occupationLocation": {
"@type": "Country",
"name": "Austria"
},
"estimatedSalary": null,
"description": "Assessed engine performance, developed predictive models, and created KPIs at INNIO"
},
{
"@type": "Occupation",
"name": "Statistics Consultant",
"occupationLocation": {
"@type": "Country",
"name": "Remote"
},
"description": "Conducted various analyses including graph models for personality trait relationships"
}
],
"knowsLanguage": [
{
"@type": "Language",
"name": "Hebrew",
"alternateName": "he"
},
{
"@type": "Language",
"name": "English",
"alternateName": "en"
},
{
"@type": "Language",
"name": "French",
"alternateName": "fr"
},
{
"@type": "Language",
"name": "Spanish",
"alternateName": "es"
}
]
}
</script>
<!-- Open Graph for Social Media -->
<meta property="og:type" content="website">
<meta property="og:title" content="Yann Cohen – Data Analyst">
<meta property="og:description"
content="Explore the portfolio of Yann Cohen (aka Tourman) – Data Analyst and Web Dveloper based in Martinique, expert in R, Python, and data visualization.">
<meta property="og:image" content="https://iamyannc.github.io/Yann-dev/logo.jpg">
<meta property="og:url" content="https://iamyannc.github.io/Yann-dev/">
<meta property="og:site_name" content="Yann Cohen Portfolio">
<!-- Social profiles -->
<link rel="me" href="https://www.instagram.com/yann.tourman">
<link rel="me" href="https://www.linkedin.com/in/yann-cohen-tourman">
<!-- Icons -->
<link rel="icon" type="image/x-icon" href="favicon.ico">
<link rel="apple-touch-icon" sizes="180x180" href="apple-touch-icon.png">
<!-- Styles -->
<link rel="stylesheet" href="css/top-animation.css">
<link rel="stylesheet" href="css/styles.css">
<link rel="stylesheet" href="css/theme-toggle.css">
<link rel="stylesheet" href="css/tourman.css">
<!-- Leaflet, Map CSS -->
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/leaflet/1.9.4/leaflet.min.css">
<link rel="stylesheet" href="css/map.css">
<!-- Fonts and Icons -->
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap" rel="stylesheet">
<!-- SRI 6.5.1 -->
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.1/css/all.min.css"
integrity="sha512-DTOQO9RWCH3ppGqcWaEA1BIZOC6xxalwEsw9c2QQeAIftl+Vegovlnee1c9QX4TctnWMn13TZye+giMm8e2LwA=="
crossorigin="anonymous" referrerpolicy="no-referrer" />
</head>
<body>
<header>
<div class="header-content">
<h1>Yann Cohen</h1>
<div class="subtitle-container">
<span class="typing-text typing-1">Data Analyst</span>
<span class="typing-text typing-2">Web Designer</span>
<span class="typing-text typing-3">Adventurer</span>
<div class="final-titles">
<div class="final-title">Data Analyst</div>
<div class="final-title">Web Designer</div>
<div class="final-title">Adventurer</div>
</div>
</div>
<img src="logo.jpg" alt="Yann Cohen Logo" class="profile-logo">
<p class="tagline">I love Data, I love Design.<br>📍 Martinique</p>
<div class="contact-links">
<a href="mailto:Yannco5@gmail.com"><i class="fa-solid fa-envelope"></i> yannco5@gmail.com</a>
<a href="https://wa.me/596696666155" target="_blank" rel="noopener noreferrer"><i
class="fa-brands fa-whatsapp"></i>(+596) 696 666 155</a>
<a href="https://linkedin.com/in/yann-cohen-tourman" target="_blank" rel="noopener noreferrer"><i
class="fa-brands fa-linkedin"></i> Yann Cohen</a>
<a href="https://github.com/iamyannc" target="_blank" rel="noopener noreferrer"><i
class="fa-brands fa-github"></i> @iamyannc</a>
</div>
</div>
</header>
<nav id="main-nav">
<ul>
<li><a href="#about">About</a></li>
<li><a href="#experience">Experience</a></li>
<li><a href="#education">Education</a></li>
<li><a href="#skills">Skills</a></li>
<li><a href="#languages">Languages</a></li>
<li><a href="#tourman">TOURMAN</a></li>
</ul>
<div class="lang-toggle" data-tooltip-fr="Change to English" data-tooltip-en="Passer en Français"
aria-label="Switch to French / Passer en Français">
<a href="./fr/index.html" aria-hidden="true">
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="16" viewBox="0 0 3 2">
<rect width="1" height="2" x="0" fill="#0055A4" />
<rect width="1" height="2" x="1" fill="#fff" />
<rect width="1" height="2" x="2" fill="#EF4135" />
</svg>
</a>
</div>
</nav>
<div class="container">
<section id="about">
<h2>About Me</h2>
<div style="display: flex; flex-direction: column; gap: 1.5rem; font-size: 1.1rem; line-height: 1.8; color: var(--text-light);">
<p>
<p>
Based in Martinique, a French Caribbean island 🌴. <br>
<b>Data Analyst at my core, open-source contributor at heart</b>, and currently
building simple tools that solve real problems.
</p>
<p>
I specialize in <b>data manipulation, analysis, and visualization</b>. Open Source got me into web scraping,
vulnerability detection, and other quirky corners of the web 🕸️. <br> Blown away by latest AI tools and constantly learning and expending my skills, interests and capabilities.
</p>
<p>
When I'm not building dashboards, you'll probably find me at around 12,000 feet, jumping out of an
airplane - 60 jumps and counting 🪂.
</p>
</div>
</section>
<section id="experience">
<h2>Professional Experience</h2>
<!-- Statistics Consultant -->
<div class="experience-item">
<div class="item-header">
<div>
<div class="item-title">Statistics Consultant (remote)</div>
<div class="item-company">Freelance</div>
</div>
<div class="item-date">2024 – present</div>
</div>
<div class="item-description">
<ul>
<li class="hover-popup">
Discovered an <b>API key leakage on a major podcast platform</b>. I reported and it was resolved within less than 12 hours. On a saturday!
<img src="tourman-webp/apikey.webp" alt="API Key Leakage Proof" class="popup-image">
</li>
<li>
Familiar with web scraping technologies such as <code>curl</code>, <code>REST APIs</code> and <code>Selenium</code>.</li>
<li>Developed a graph-network analysis model using <code>Python</code>'s <code>NetworkX</code> to examine relationships between personality traits in primary school children for an academic study.</li>
<li>Contributor to the <code>R</code> open-source ecosystem - including <code>ggplot2</code> and its extensions.
Authored <code>colourspace</code>, a package for <code>R</code> users building UIs who need simple
color space conversions.</li>
<li>Built an automated call-to-CRM workflow with <code>n8n</code> and a <a href="https://iamyannc.github.io/Yann-dev/tree-builder" target="_blank"> decision tree builder </a> for students and educators - both tools have been adopted and are actively being developed based on user feedback.</li>
</ul>
</div>
</div>
<!-- Data Analyst -->
<div class="experience-item">
<div class="item-header">
<div>
<div class="item-title">Data Analyst</div>
<div class="item-company">INNIO, Austria</div>
</div>
<div class="item-date">2023 – 2024</div>
</div>
<div class="item-description">
<ul>
<li>Extracted multilingual text from legacy contracts using <code>Tesseract OCR</code>, improving data accessibility and search capabilities.</li>
<li>Built a text-analysis dashboard using <code>NLP</code> methods to analyze free-text comments from engineers, revealing actionable insights.</li>
<li>Contributed to a large-scale, company-wide data validation initiative, working extensively
with <code>SQL</code> across <code>Azure</code> and <code>PostgreSQL</code> environments to ensure dataset reliability.</li>
<li>Developed predictive models for engine performance and identified optimal maintenance sweet spots, <b>informing policies valued in the millions of euros.</b></li>
<li>Developed a <b>customer-friction and churn KPI</b> from raw data for rigorous measurement of satisfaction, supported by <code>machine learning</code> models for customer segmentation and supply-chain bottleneck detection.</li>
</ul>
</div>
</div>
<!-- Private Tutor and Developer -->
<div class="experience-item">
<div class="item-header">
<div>
<div class="item-title">Private Tutor and Developer</div>
<div class="item-company">Freelance</div>
</div>
<div class="item-date">2020 – 2023</div>
</div>
<div class="item-description">
<p><i>Learning statistics and programming sparked something in me I didn't know existed before. Even as a first-year Psychology student, I found myself teaching not only fellow students, but PhD candidates from different institutions.</i></p>
<ul>
<li>Noticed a recurring pattern in the data that led me down a rabbit hole - eventually identifying a <code>random walk</code> family algorithm. Built a <a href="https://yannapps.shinyapps.io/resampling/" target="_blank">live app</a> to explore it interactively.</li>
<li>Developed web applications using the <code>R Shiny</code> framework with basic <code>HTML</code> and <code>CSS</code>, and authored custom <code>R</code> packages.</li>
<li>Taught English, R and advanced Statistics.</li>
</ul>
</div>
</div>
</section>
<section id="education">
<h2>Education</h2>
<div class="education-item">
<div class="item-header">
<div class="item-info-left">
<h3 class="item-title">Data Science and Math Courses</h3>
<p class="item-company">Innsbruck University (Austria)</p>
</div>
<div class="item-date">2022 – 2023</div>
</div>
<div class="download-container">
<a href="pdf/Academy Innsbruck grades.jpg" class="download-link" aria-label="Download Certificate" download>
<i class="fa-solid fa-download"></i>
</a>
<img src="pdf/Academy Innsbruck grades.jpg" class="pdf-preview" alt="Certificate Preview">
</div>
<div class="item-description">
During my Erasmus exchange in Innsbruck, I completed mathematics and programming courses focused on data
science, including Python, linear algebra, and algorithms.
</div>
</div>
<div class="education-item">
<div class="item-header">
<div class="item-info-left">
<h3 class="item-title">B.A. in Psychology</h3>
<p class="item-company">Ben-Gourion University, final grade: 94 - cum laude</p>
</div>
<div class="item-date">2020 – 2024</div>
</div>
<div class="download-container">
<a href="pdf/ba_grades.pdf" class="download-link" aria-label="Download Certificate" target="_blank">
<i class="fa-solid fa-download"></i>
</a>
<img src="pdf/Academy BA Final Grades prev.png" class="pdf-preview" alt="Certificate Preview">
</div>
<div class="item-description">
Studied emotional and personality theories, advanced methods in cognition and statistics, and neuroimaging
techniques - all aimed at deepening my understanding of the human brain (and because it was truly
fascinating...).
</div>
</div>
</section>
<section id="skills">
<h2>Skills</h2>
<div class="skills-grid">
<div class="skill-category">
<h3>Programming & Tools</h3>
<div>
<span class="skill-tag">R</span>
<span class="skill-tag">Python</span>
<span class="skill-tag">SQL</span>
<span class="skill-tag">Git</span>
<span class="skill-tag">Markdown</span>
<span class="skill-tag">Data Visualization</span>
<span class="skill-tag">Shiny Framework</span>
<span class="skill-tag">HTML/CSS</span>
<span class="skill-tag">Photoshop</span>
</div>
</div>
</div>
</section>
<section id="languages">
<h2>Languages</h2>
<div class="languages">
<div class="language-item">
<div class="language-name">Hebrew</div>
<div class="language-level">Native</div>
</div>
<div class="language-item">
<div class="language-name">English</div>
<div class="language-level">Excellent (oral & written)</div>
</div>
<div class="language-item">
<div class="language-name">French</div>
<div class="language-level">Excellent (oral)</div>
</div>
<div class="language-item">
<div class="language-name">Spanish</div>
<div class="language-level">Very Good (oral & written)</div>
</div>
</div>
</section>
<section id="tourman">
<h2>TOURMAN</h2>
<div class="tourman-section-main">
<!-- tourman-section-main is only the text and pictures. main carousel and map not included -->
<h3>Wait, who's Tourman?</h3>
<div class="tourman-text">
<div class="tourman-portrait-container">
<div class="tourman-portrait-card">
<div class="tourman-portrait-face tourman-portrait-front">
<img src="tourman-webp/portrait.webp" alt="Portrait Front" loading="lazy">
</div>
<div class="tourman-portrait-face tourman-portrait-back">
<img src="tourman-webp/portrait-spin.webp" alt="Portrait Back" loading="lazy">
</div>
</div>
</div>
<p>Early on, when I started traveling, I adopted this last name as if to let people around me, and mostly
myself, know that this journey is no joke. Let me (try to) start from the beginning.</p>
<p>Somewhere in Australia back in 2017, I got this idea of riding a bicycle the entire length of the globe
from north to south. A few months later, on August 21st, 2018, I left Brooklyn, NYC, and headed north.
Alaska north.</p>
<p>I returned south and started zigzagging between the coasts, deserts, and valleys of this vast country
before eventually entering Mexico. In the next few months, the world was about to change - COVID. I found
myself in mid-2020 in Costa Rica, unable to continue further south, I decided to go back home. The bike
stayed there.</p>
<p>Fast forward to November 2024 (well, you can read in the sections above what I did all this time). I flew
back to Costa Rica and re-launched my bike trip with the intention of reaching my destination:
<strong>Ushuia</strong>, fin del mundo.
</p>
<div class="text-carousel-container" role="region" aria-label="Tourman photo carousel">
<ul class="text-carousel" aria-live="polite">
<li>
<img src="tourman-webp/map.webp" alt="Map showing the Tourman travel route" loading="lazy">
<button class="view-large" aria-label="View larger image">
<i class="fa-solid fa-up-down-left-right"></i>
</button>
</li>
<li>
<img src="tourman-webp/rt66.webp" alt="Tourman cycling on Route 66 desert road" loading="lazy">
<button class="view-large" aria-label="View larger image">
<i class="fa-solid fa-up-down-left-right"></i>
</button>
</li>
<li>
<img src="tourman-webp/yannchimbo.webp" alt="Tourman with his bike near Chimborazo mountain"
loading="lazy">
<button class="view-large" aria-label="View larger image">
<i class="fa-solid fa-up-down-left-right"></i>
</button>
</li>
<li>
<img src="tourman-webp/yannview.webp" alt="Tourman overlooking a mountain landscape with his bike"
loading="lazy">
<button class="view-large" aria-label="View larger image">
<i class="fa-solid fa-up-down-left-right"></i>
</button>
</li>
</ul>
</div>
<div id="imageModal" class="image-modal" hidden>
<div class="image-modal-content">
<button class="close-modal" aria-label="Close">×</button>
<img id="modalImage" src="" alt="Enlarged view" loading="lazy">
</div>
</div>
<p>I'm in no rush. As one of the podcast titles down below rightfully stated, I don't just ride, I
<em>zigzag</em>. So I found myself riding the high Andes, the mighty Amazonas, and - at the time of writing
these lines - preparing for a boat-hitchhiking adventure to take me to Martinique, a French Caribbean
island.
</p>
<p>If you want to read, listen, or watch more, visit the links down below. And if you want to contact me - be
it as a programmer or as an adventurer - I'm always glad to share this experience with others.</p>
</div>
<!-- INSTAGRAM-->
<!-- all credit for this button goes to Uiverse.io by Zameerahmad01 -->
<ul class="example-2">
<li class="icon-content">
<a data-social="instagram" aria-label="Instagram" target="_blank"
href="https://www.instagram.com/yann.tourman">
<div class="filled"></div>
<svg xml:space="preserve" viewBox="0 0 16 16" class="bi bi-instagram" fill="currentColor" height="16"
width="16" xmlns="http://www.w3.org/2000/svg">
<path fill="currentColor"
d="M8 0C5.829 0 5.556.01 4.703.048 3.85.088 3.269.222 2.76.42a3.9 3.9 0 0 0-1.417.923A3.9 3.9 0 0 0 .42 2.76C.222 3.268.087 3.85.048 4.7.01 5.555 0 5.827 0 8.001c0 2.172.01 2.444.048 3.297.04.852.174 1.433.372 1.942.205.526.478.972.923 1.417.444.445.89.719 1.416.923.51.198 1.09.333 1.942.372C5.555 15.99 5.827 16 8 16s2.444-.01 3.298-.048c.851-.04 1.434-.174 1.943-.372a3.9 3.9 0 0 0 1.416-.923c.445-.445.718-.891.923-1.417.197-.509.332-1.09.372-1.942C15.99 10.445 16 10.173 16 8s-.01-2.445-.048-3.299c-.04-.851-.175-1.433-.372-1.941a3.9 3.9 0 0 0-.923-1.417A3.9 3.9 0 0 0 13.24.42c-.51-.198-1.092-.333-1.943-.372C10.443.01 10.172 0 7.998 0zm-.717 1.442h.718c2.136 0 2.389.007 3.232.046.78.035 1.204.166 1.486.275.373.145.64.319.92.599s.453.546.598.92c.11.281.24.705.275 1.485.039.843.047 1.096.047 3.231s-.008 2.389-.047 3.232c-.035.78-.166 1.203-.275 1.485a2.5 2.5 0 0 1-.599.919c-.28.28-.546.453-.92.598-.28.11-.704.24-1.485.276-.843.038-1.096.047-3.232.047s-2.39-.009-3.233-.047c-.78-.036-1.203-.166-1.485-.276a2.5 2.5 0 0 1-.92-.598 2.5 2.5 0 0 1-.6-.92c-.109-.281-.24-.705-.275-1.485-.038-.843-.046-1.096-.046-3.233s.008-2.388.046-3.231c.036-.78.166-1.204.276-1.486.145-.373.319-.64.599-.92s.546-.453.92-.598c.282-.11.705-.24 1.485-.276.738-.034 1.024-.044 2.515-.045zm4.988 1.328a.96.96 0 1 0 0 1.92.96.96 0 0 0 0-1.92m-4.27 1.122a4.109 4.109 0 1 0 0 8.217 4.109 4.109 0 0 0 0-8.217m0 1.441a2.667 2.667 0 1 1 0 5.334 2.667 2.667 0 0 1 0-5.334">
</path>
</svg>
</a>
<div class="tooltip">Yann.Tourman</div>
</li>
</ul>
</div>
<!-- ========== Main Carousel========== -->
<div class="tourman-carousel">
<div class="tourman-carousel-track">
<!-- Podcast 2019 -->
<a href="https://youtu.be/eaap6Qkx4cg?si=4WrVZELrGWlQXLKL" target="_blank" rel="noopener noreferrer"
class="tourman-card pod19">
<img src="tourman-webp/podcast.webp" alt="One Year on the Road - Podcast 2019" loading="lazy">
<div class="tourman-card-info">
<strong>One Year on the Road</strong>
<div>Podcast • 2019 • English</div>
</div>
</a>
<!-- ZigZaging Americas -->
<a href="https://youtu.be/_Q0FuGATPKk?si=dzIjUxUtj51JZVhL" target="_blank" rel="noopener noreferrer"
class="tourman-card poden">
<img src="tourman-webp/gabriel.webp" alt="ZigZaging the Americas Podcast 2025" loading="lazy">
<div class="tourman-card-info">
<strong>ZigZaging the Americas</strong>
<div>Podcast • 2025 • English</div>
</div>
</a>
<!-- Howler Magazine -->
<a href="https://issuu.com/howler/docs/202006_june_9_oclock/32" target="_blank" rel="noopener noreferrer"
class="tourman-card howler">
<img src="tourman-webp/howler.webp" alt="Costa Rica During Covid - Magazine 2020" loading="lazy">
<div class="tourman-card-info">
<strong>Costa Rica during Covid</strong>
<div>Magazine • 2020 • English</div>
</div>
</a>
<!-- TV Interview -->
<a href="https://13tv.co.il/item/news/haolam-haboker/season-01/clips/uljk7-2027118/" target="_blank"
rel="noopener noreferrer" class="tourman-card ch13">
<img src="tourman-webp/ch13.webp" alt="Cycling During Covid TV Interview 2020 Hebrew" loading="lazy">
<div class="tourman-card-info">
<strong>Cycling During Covid, 2 years on the road</strong>
<div>TV Interview • 2020 • Hebrew</div>
</div>
</a>
<!-- Hebrew Podcast -->
<a href="https://youtu.be/gYPW4E74i18?si=tWp_1eqQBv_5kaK8" target="_blank" rel="noopener noreferrer"
class="tourman-card podheb">
<img src="tourman-webp/podcast-heb.webp" alt="(not) Easy Travelling Podcast 2025 Hebrew" loading="lazy">
<div class="tourman-card-info">
<strong>(not) Easy Travelling</strong>
<div>Podcast • 2025 • Hebrew</div>
</div>
</a>
<!-- Haaretz -->
<a href="https://www.haaretz.co.il/blogs/sivanklingbail/2020-05-27/ty-article/0000017f-f8f1-d460-afff-fbf701fc0000"
target="_blank" rel="noopener noreferrer" class="tourman-card haretz">
<img src="tourman-webp/haaretz.webp" alt="Haaretz - A day in my life Magazine 2020" loading="lazy">
<div class="tourman-card-info">
<strong>Haaretz - A Day in My Life</strong>
<div>Magazine • 2020 • Hebrew</div>
</div>
</a>
</div>
</div>
<script>
// Clone items for seamless loop (runs once on page load)
const track = document.querySelector('.tourman-carousel-track');
const items = Array.from(track.children);
items.forEach(item => track.appendChild(item.cloneNode(true)));
</script>
<div>
<h3 style="margin-top: 5rem;"> Three years, 15 countries (and counting) - you bet there's a map 🗺️ </h3>
<button id="viewMapBtn" class="view-map-btn">
🚴♂️ Show me the map
</button>
</div>
<!-- Map Container (initially hidden) -->
<div id="mapSection" class="map-section" style="display: none;">
<div class="map-container">
<div id="map"></div>
<div class="map-controls">
<p class="osm-note">
Locations are not 100% accurate. <br>
I <span class="heart" aria-hidden="true">♥</span>
<a href="https://www.openstreetmap.org/" target="_blank" rel="noopener noreferrer">OpenStreetMap</a>
</p>
</div>
</div>
</div>
</section>
<footer>
<div class="footer-links">
<a href="mailto:Yannco5@gmail.com" aria-label="Email"><i class="fa-solid fa-envelope"></i></a>
<a href="https://wa.me/596696666155" target="_blank" rel="noopener noreferrer" aria-label="WhatsApp"><i
class="fa-brands fa-whatsapp"></i></a>
<a href="https://linkedin.com/in/yann-cohen-tourman" target="_blank" rel="noopener noreferrer"
aria-label="LinkedIn"><i class="fa-brands fa-linkedin"></i></a>
<a href="https://github.com/iamyannc" target="_blank" rel="noopener noreferrer" aria-label="GitHub"><i
class="fa-brands fa-github"></i></a>
</div>
<p>Congrats, you made it to fin del mundo 🎉<br> P.S, I wrote this website.</p>
<p>© 2026 Yann Cohen</p>
</footer>
<div class="theme-toggle-wrapper">
<label class="theme-switch">
<input class="theme-switch__checkbox" type="checkbox" id="themeCheckbox" />
<div class="theme-switch__container">
<div class="theme-switch__clouds"></div>
<div class="theme-switch__stars-container">
<svg fill="none" viewBox="0 0 144 55" xmlns="http://www.w3.org/2000/svg">
<path fill="currentColor"
d="M135.831 3.00688C135.055 3.85027 134.111 4.29946 133 4.35447C134.111 4.40947 135.055 4.85867 135.831 5.71123C136.607 6.55462 136.996 7.56303 136.996 8.72727C136.996 7.95722 137.172 7.25134 137.525 6.59129C137.886 5.93124 138.372 5.39954 138.98 5.00535C139.598 4.60199 140.268 4.39114 141 4.35447C139.88 4.2903 138.936 3.85027 138.16 3.00688C137.384 2.16348 136.996 1.16425 136.996 0C136.996 1.16425 136.607 2.16348 135.831 3.00688ZM31 23.3545C32.1114 23.2995 33.0551 22.8503 33.8313 22.0069C34.6075 21.1635 34.9956 20.1642 34.9956 19C34.9956 20.1642 35.3837 21.1635 36.1599 22.0069C36.9361 22.8503 37.8798 23.2903 39 23.3545C38.2679 23.3911 37.5976 23.602 36.9802 24.0053C36.3716 24.3995 35.8864 24.9312 35.5248 25.5913C35.172 26.2513 34.9956 26.9572 34.9956 27.7273C34.9956 26.563 34.6075 25.5546 33.8313 24.7112C33.0551 23.8587 32.1114 23.4095 31 23.3545ZM0 36.3545C1.11136 36.2995 2.05513 35.8503 2.83131 35.0069C3.6075 34.1635 3.99559 33.1642 3.99559 32C3.99559 33.1642 4.38368 34.1635 5.15987 35.0069C5.93605 35.8503 6.87982 36.2903 8 36.3545C7.26792 36.3911 6.59757 36.602 5.98015 37.0053C5.37155 37.3995 4.88644 37.9312 4.52481 38.5913C4.172 39.2513 3.99559 39.9572 3.99559 40.7273C3.99559 39.563 3.6075 38.5546 2.83131 37.7112C2.05513 36.8587 1.11136 36.4095 0 36.3545ZM56.8313 24.0069C56.0551 24.8503 55.1114 25.2995 54 25.3545C55.1114 25.4095 56.0551 25.8587 56.8313 26.7112C57.6075 27.5546 57.9956 28.563 57.9956 29.7273C57.9956 28.9572 58.172 28.2513 58.5248 27.5913C58.8864 26.9312 59.3716 26.3995 59.9802 26.0053C60.5976 25.602 61.2679 25.3911 62 25.3545C60.8798 25.2903 59.9361 24.8503 59.1599 24.0069C58.3837 23.1635 57.9956 22.1642 57.9956 21C57.9956 22.1642 57.6075 23.1635 56.8313 24.0069ZM81 25.3545C82.1114 25.2995 83.0551 24.8503 83.8313 24.0069C84.6075 23.1635 84.9956 22.1642 84.9956 21C84.9956 22.1642 85.3837 23.1635 86.1599 24.0069C86.9361 24.8503 87.8798 25.2903 89 25.3545C88.2679 25.3911 87.5976 25.602 86.9802 26.0053C86.3716 26.3995 85.8864 26.9312 85.5248 27.5913C85.172 28.2513 84.9956 28.9572 84.9956 29.7273C84.9956 28.563 84.6075 27.5546 83.8313 26.7112C83.0551 25.8587 82.1114 25.4095 81 25.3545ZM111 36.3545C112.111 36.2995 113.055 35.8503 113.831 35.0069C114.607 34.1635 114.996 33.1642 114.996 32C114.996 33.1642 115.384 34.1635 116.16 35.0069C116.936 35.8503 117.88 36.2903 119 36.3545C118.268 36.3911 117.598 36.602 116.98 37.0053C116.372 37.3995 115.886 37.9312 115.525 38.5913C115.172 39.2513 114.996 39.9572 114.996 40.7273C114.996 39.563 114.607 38.5546 113.831 37.7112C113.055 36.8587 112.111 36.4095 111 36.3545Z"
clip-rule="evenodd" fill-rule="evenodd"></path>
</svg>
</div>
<div class="theme-switch__circle-container">
<div class="theme-switch__sun-moon-container">
<div class="theme-switch__moon">
<div class="theme-switch__spot"></div>
<div class="theme-switch__spot"></div>
<div class="theme-switch__spot"></div>
</div>
</div>
</div>
<div class="theme-switch__shooting-star"></div>
<div class="theme-switch__shooting-star-2"></div>
<div class="theme-switch__meteor"></div>
<div class="theme-switch__stars-cluster">
<div class="star"></div>
<div class="star"></div>
<div class="star"></div>
<div class="star"></div>
<div class="star"></div>
</div>
<div class="theme-switch__aurora"></div>
<div class="theme-switch__comets">
<div class="comet"></div>
<div class="comet"></div>
</div>
</div>
</label>
</div>
<script src="main.js"></script>
<!-- Leaflet JS, Map reated scripts -->
<script src="https://cdnjs.cloudflare.com/ajax/libs/leaflet/1.9.4/leaflet.min.js"></script>
<script src="js/map-cities.js"></script>
<script src="js/map.js"></script>
<!-- SEO -->
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@type": "Person",
"name": "Yann Cohen",
"jobTitle": "Data Analyst",
"url": "https://iamyannc.github.io/Yann-dev/",
"sameAs": [
"https://linkedin.com/in/yann-cohen-tourman",
"https://github.com/iamyannc",
"https://instagram.com/yann.tourman"
],
"address": {
"@type": "PostalAddress",
"addressLocality": "Martinique"
},
"email": "yannco5@gmail.com",
"image": "https://iamyannc.github.io/Yann-dev/logo.jpg",
"alumniOf": "Ben-Gourion University",
"knowsAbout": ["Data Analysis", "Data Visualization", "R Programming", "SQL", "Python", "Web Design"],
"knowsLanguage": ["Hebrew", "English", "French", "Spanish"]
}
</script>
</body>
</html>