-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
114 lines (108 loc) · 7.67 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
<!DOCTYPE html>
<html lang="en">
<head>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="Official website of Jules Gomel, a researcher, brain enthusiast and loving video games, board games, reading and music. Explore my work and my hobbies.">
<!-- <link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Lora:wght@400;700&display=swap"> -->
<link rel="stylesheet" href="style.css">
<link rel="shortcut icon" href="assets/img/icon_fav.webp" type="image/webp">
<link rel="preconnect" href="https://fonts.gstatic.com">
<script src="https://kit.fontawesome.com/f980ba732e.js" crossorigin="anonymous"></script>
<title>Jules Gomel - Researcher and brain enthusiast</title>
<script async src="https://www.googletagmanager.com/gtag/js?id=G-8CK3QB9W5T"></script>
<script src="assets/js/active.js"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-8CK3QB9W5T');
</script>
</head>
<body>
<header>
<nav class="navbar">
<div class="menu-icon" onclick="toggleMenu()">
<i class="fas fa-bars"></i>
</div>
<ul class="nav-list">
<li><a href="index.html"><i class="fas fa-user"></i> About Me</a></li>
<li><a href="neuro.html"><i class="fas fa-brain"></i> Research</a></li>
<li><a href="games.html"><i class="fas fa-chess-board"></i> Hobbies</a></li>
<li><a href="blog.html"><i class="fas fa-blog"></i> Blog</a></li>
</ul>
</nav>
<section class="profile-section">
<img src="assets/img/julesGL.webp" alt="Jules GOMEL" class="profile-image" loading="lazy">
<div class="header-content">
<h1 class="retro-font">Jules GOMEL</h1>
</div>
</section>
</header>
<main>
<section id="about-me">
<h2>About me</h2>
<p>Welcome to my website ! I'm <b>Jules GOMEL</b>, a first-year PhD Student, specializing in <b>Neurosciences</b> and Artificial Intelligence.</p>
<p>Currently, I’m conducting research at the <strong>ISAE-Supaero Neuroergonomics and Human Factors Lab</strong>, under the supervision of <strong>Dr. Frédéric Dehais</strong>. My work primarily focuses on <strong>neuromarkers of visual information integration</strong>, with the goal of advancing Brain-Computer Interface (BCI) applications, building upon the lab's research in <strong>cVEP</strong> and <strong>SSVEP</strong>.</p>
<p>I’m passionate about exploring the intersection of <strong>neuroscience</strong> and <strong>AI</strong>, and always open to collaborations, whether related to research or shared interests. Feel free to connect with me on <a href="https://www.linkedin.com/in/julesgomel/" target="_blank"><strong>LinkedIn</strong></a>, where I share insights on my research and related topics.</p>
<p>Let’s get in touch if you'd like to learn more or explore potential projects together!</p>
<p>You can learn more about the ongoing experiments we have, the life of the lab or also some articles we write on <a href="https://websites.isae-supaero.fr/cne/">the website of the lab</a> !</p>
</section>
<section id="news">
<div class="project-list">
<div class="project-item">
<img src="assets/img/starburst.webp" alt="Starburst Reactive BCI Experiment" class="project-image" loading="lazy">
<div class="project-details">
<h4 class="project-title">Conducting Experiment on Feedback and Starburst Reactive BCI</h4>
<p class="project-description">I am currently conducting an experiment to evaluate the effects of real-time feedback on Brain-Computer Interface (BCI) performance, with a focus on the Starburst reactive BCI technique.</p>
<p>This research is aimed at improving BCI systems by studying the impact of feedback on user experience and performance in interactive settings.</p>
</div>
</div>
<div class="project-item">
<img src="assets/img/cool_brain.webp" alt="PhD Started" class="project-image" loading="lazy">
<div class="project-details">
<h4 class="project-title">Started My PhD</h4>
<p class="project-description">I began my PhD journey in December 2024. Excited to dive into new challenges and research in the field of Neurosciences and AI!</p>
<p class="project-description">This project is funded by <a href="https://www.isae-supaero.fr/en/">ISAE-Supaero</a> and the <a href="https://www.defense.gouv.fr/aid">French AID</a>.</p>
</div>
</div>
<div class="project-item">
<img src="assets/img/isae.webp" alt="Graduation" class="project-image" loading="lazy">
<div class="project-details">
<h4 class="project-title">Graduated with a Master of ISAE-Supaero (Ingénieur)</h4>
<p class="project-description">I successfully graduated with a Master's degree in Neuroengineering and Signal Processing from ISAE-Supaero in 2024. It was an intense and rewarding journey, filled with challenges that helped me grow professionally and personally.</p>
<p>Special thanks to my professors, colleagues, and everyone who supported me along the way!</p>
</div>
</div>
</div>
</section>
</main>
<footer>
<section id="quote">
<blockquote>
<p>"Man muss noch Chaos in sich haben, um einen tanzenden Stern gebären zu können."</p>
<cite> - Friedrich Nietzsche</cite>
</blockquote>
</section>
<section class="social-logos">
<a class="logo link-icon" href="https://github.com/JulesGL" target="_blank" alt="Jules GOMEL GitHub" aria-label="GitHub of Jules Gomel">
<i class="fa-brands fa-github"></i>
</a>
<a class="logo link-icon" href="mailto:[email protected]" target="_blank" alt="Jules Gomel Email" aria-label="Email of Jules Gomel">
<i class="fas fa-envelope"></i>
</a>
<a class="logo link-icon" href="https://www.linkedin.com/in/julesgomel/" target="_blank" alt="Jules GOMEL LinkedIn" aria-label="LinkedIn of Jules Gomel">
<i class="fa-brands fa-linkedin"></i>
</a>
<a class="logo link-icon" href="CV.pdf" download="CV_Jules_GOMEL.pdf" alt="Jules GOMEL Resume" aria-label="Resume of Jules Gomel">
<i class="fas fa-file"></i>
</a>
<a class="logo link-icon" href="https://websites.isae-supaero.fr/cne/" target="_blank" alt="Jules GOMEL Neuroergonomics Center Website" aria-label="jules Gomel Lab Site">
<i class="fas fa-brain"></i>
</a>
</section>
<section class="bottom-section">
<p>© 2025 - Jules Gomel</p>
</section>
</footer>
</body>
</html>