-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
executable file
·203 lines (164 loc) · 7.9 KB
/
index.html
File metadata and controls
executable file
·203 lines (164 loc) · 7.9 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
<!DOCTYPE html>
<!--[if lt IE 8 ]><html class="no-js ie ie7" lang="en"> <![endif]-->
<!--[if IE 8 ]><html class="no-js ie ie8" lang="en"> <![endif]-->
<!--[if (gte IE 8)|!(IE)]><!--><html class="no-js" lang="en"> <!--<![endif]-->
<head>
<!--- Basic Page Needs
================================================== -->
<meta charset="utf-8">
<title>Alexis Bandet</title>
<meta name="description" content="">
<meta name="author" content="">
<!-- Mobile Specific Metas
================================================== -->
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
<!-- CSS
================================================== -->
<link rel="stylesheet" href="css/default.css">
<link rel="stylesheet" href="css/layout.css">
<link rel="stylesheet" href="css/media-queries.css">
<link rel="stylesheet" href="css/magnific-popup.css">
<!-- Script
================================================== -->
<script src="https://kit.fontawesome.com/df89f28aa6.js" crossorigin="anonymous"></script>
<script src="js/modernizr.js"></script>
<!-- Favicons
================================================== -->
<link rel="shortcut icon" href="favicon.ico" >
</head>
<body>
<!-- Header
================================================== -->
<header id="home">
<nav id="nav-wrap">
<a class="mobile-btn" href="#nav-wrap" title="Show navigation">Show navigation</a>
<a class="mobile-btn" href="#" title="Hide navigation">Hide navigation</a>
<ul id="nav" class="nav">
<li class="current"><a class="smoothscroll" href="#home">Home</a></li>
<li><a class="smoothscroll" href="#about">About me</a></li>
<li><a class="smoothscroll" href="#coontact">Contact</a></li>
<li><a href="./files/cv_alexis_bandet.pdf">My CV</a></li>
</ul> <!-- end #nav -->
</nav> <!-- end #nav-wrap -->
<div class="row banner">
<div class="banner-text">
<h1 class="responsive-headline">I'm Alexis Bandet.</h1>
<h3>Welcome to my website! I'm a <span>PhD Student</span> in <span>computer science</span> at <span>Inria Bordeaux</span> in <a href="https://team.inria.fr/tadaam/">TADaaM team</a>. I'm mostly working on I/O for High Perfomance Computing applications.
Here, you can know more <a class="smoothscroll" href="#about">about me</a>
or find a way to <a class="smoothscroll" href="#coontact">contact me</a>!</h3>
<hr />
<ul class="social">
<li><a href="https://github.com/ABandet" target="_blank"><i class="fa-brands fa-github"></i></a></li>
<li><a href="https://www.linkedin.com/in/alexis-bandet-aa8b82171/" target="_blank"><i class="fa fa-linkedin"></i></a></li>
<li><a href="https://twitter.com/AlexisBandet" target="_blank"><i class="fa fa-twitter"></i></a></li>
</ul>
</div>
</div>
<p class="scrolldown">
<a class="smoothscroll" href="#about"><i class="icon-down-circle"></i></a>
</p>
</header> <!-- Header End -->
<!-- Start CV
================================================== -->
<section id="about" style="padding: 90px 0 72px; background: #fff;">
<div class="row add-bottom">
<div class="twelve columns">
<h1>About me.</h1>
<p class="lead add-bottom">I am a PhD Student in computer science at Inria Bordeaux Sud-Ouest. I'm working on I/O for High Performance Computing machine.
My thesis is on I/O monitoring and characterization for HPC applications, under the supervision of <a href="https://www.labri.fr/perso/fzanonboito/" target="_blank" rel="noopener noreferrer">Francieli Boito</a> and <a href="https://people.bordeaux.inria.fr/gaupy/#About" target="_blank" rel="noopener noreferrer">Guillaume Pallez</a>.
</p>
<hr>
</div>
</div> <!-- Row End-->
<div class="row add-bottom">
<div class="twelve columns">
<h3>Talks</h3>
<ul class="disc">
<li><strong>Share I/O nodes between applications</strong></li>
<ul class="disc">
<li>6th Performance and Scalability of Storage System - Flash talk and poster - <strong>Paris, France, june 2022</strong> <a href="https://per3s.github.io/" target="_blank">link</a></li>
<li>Conférence francophone d'informatique en Parallélisme, Architecture et Système - Talk and poster - <strong>Amiens, France, july 2022</strong> <a href="https://2022.compas-conference.fr/" target="_blank">link</a></li>
<li>14th JLESC Workshop - Short Talk - <strong>Urbana-Champaign, september 2022</strong> <a href="https://jlesc.github.io/events/14th-jlesc-workshop/" target="_blank">link</a></li>
</ul>
</ul>
</div>
</div>
<div class="row add-bottom">
<div class="twelve columns">
<h3>Teaching</h3>
<ul class="disc">
<li>Computer architecture <a href="https://dept-info.labri.fr/ENSEIGNEMENT/archi/">link</a></li>
<ul class="disc">
<li>Given in 2022 and 2023</li>
<li>Lectures by François Pellegrini</li>
</ul>
<li>Programmation project in C</li>
<ul class="disc">
<li>Given in 2022/2023</li>
<li>Lectures by <a href="https://www.labri.fr/perso/esnard/" target="_blank">Aurélien Esnard</a></li>
</ul>
</ul>
</div>
</div>
<div class="row add-bottom">
<div class="twelve columns">
<h3>Projects</h3>
</div>
</div>
<div class="row add-bottom">
<div class="twelve columns">
<h3>Formation</h3>
<ul>
<li><strong>[2021-present] PhD student</strong> in Computer Science - University of Bordeaux</li>
<li><strong>[2019-2021] Master of Science</strong> in Computer Science - University of Bordeaux - Specialized in High Performance Computing, Data Science and Networks</li>
<li><strong>[2016-2019] Bachelor of Science</strong> in Computer Science - University of Bordeaux - CISD</li>
<li><strong>[2012-2016] Diploma of Higher Education</strong> in Law - University of Bordeaux</li>
</ul>
</div>
</div>
</section> <!-- Resume Section End-->
<section id="coontact" style="padding: 90px 0 72px; background: #fff;">
<div class="row add-bottom">
<div class="twelve columns add-bottom">
<h1>Contact</h1>
<ul>
<li><strong>Address:</strong> Inria Bordeaux Sud-Ouest, 200 avenue de la vieille tour, 33400 Talence cedex, France.</li>
<li><strong>Office:</strong> B427</li>
<li><strong>Phone(Work):</strong> +33 5 24 57 41 90</li>
<li><strong>Mail:</strong> alexis (dot) bandet (at) inria (dot) fr</li>
</ul>
</div>
</div>
</section>
<!-- footer
================================================== -->
<footer>
<div class="row">
<div class="twelve columns">
<ul class="social-links">
<li><a href="https://github.com/ABandet" target="_blank"><i class="fa-brands fa-github"></i></a></li>
<li><a href="https://www.linkedin.com/in/alexis-bandet-aa8b82171/" target="_blank"><i class="fa fa-linkedin"></i></a></li>
<li><a href="#" target="_blank"><i class="fa fa-twitter"></i></a></li>
</ul>
<ul class="copyright">
<li>© Copyright 2014 CeeVee</li>
<li>Design by <a href="http://www.styleshout.com/" title="Styleshout" target="_blank">Styleshout</a></li>
</ul>
</div>
<div id="go-top" style="display: block;"><a class="smoothscroll" title="Back to Top" href="#home"><i class="icon-up-open"></i></a></div>
</div>
</footer> <!-- Footer End-->
<!-- Java Script
================================================== -->
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.10.2/jquery.min.js"></script>
<script>window.jQuery || document.write('<script src="js/jquery-1.10.2.min.js"><\/script>')</script>
<script type="text/javascript" src="js/jquery-migrate-1.2.1.min.js"></script>
<script src="js/jquery.flexslider.js"></script>
<script src="js/waypoints.js"></script>
<script src="js/jquery.fittext.js"></script>
<script src="js/magnific-popup.js"></script>
<script src="js/doubletaptogo.js"></script>
<script src="js/spin.js"></script>
<script src="js/init.js"></script>
</body>
</html>