-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathabout.html
291 lines (260 loc) · 11.9 KB
/
about.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
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
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<meta name="description" content="">
<meta name="author" content="Pierre-Amaury Grumiaux">
<title>Pierre-Amaury Grumiaux</title>
<link rel="canonical" href="none">
<!-- Bootstrap core CSS -->
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.4.1/css/bootstrap.min.css" integrity="sha384-Vkoo8x4CGsO3+Hhxv8T/Q5PaXtkKtu6ug5TOeNV6gBiFeWPGFN9MuhOf23Q9Ifjh" crossorigin="anonymous">
<!-- Custom styles for this template -->
<link href="./static/style.css" rel="stylesheet">
<script src="https://use.fontawesome.com/a01ee2d83e.js"></script>
</head>
<body>
<!-- top nav bar -->
<nav class="navbar fixed-top navbar-expand-lg chiller-theme">
<div class="container-fluid">
<!-- home logo -->
<a class="navbar-brand" href="./index">
<img class="logo horizontal-logo" src="./static/img/home_grey_24.png" alt="home">
</a>
<!-- button for dropdown nav if size too small -->
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarSupportedContent" aria-controls="navbarSupportedContent" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<!-- nav bar container -->
<div class="collapse navbar-collapse" id="navbarSupportedContent">
<ul class="navbar-nav ml-auto">
<li class="nav-item">
<a class="nav-link" href="./research">Research</a>
</li>
<li class="nav-item">
<a class="nav-link" href="./music">Music</a>
</li>
<li class="nav-item">
<a class="nav-link" href="./sound_design">Sound design</a>
</li>
<li class="nav-item">
<a class="nav-link" href="./about">About me</a>
</li>
</ul>
</div>
</div>
</nav>
<div class="page-wrapper chiller-theme toggled">
<a id="show-sidebar" class="btn btn-sm btn-dark" href="#">
<i class="fa fa-bars"></i>
</a>
<nav id="sidebar" class="sidebar-wrapper">
<div class="sidebar-content">
<div id="close-sidebar">
<i class="fa fa-times"></i>
</div>
<div class="sidebar-header">
<div class="user-pic">
<img class="img-responsive img-rounded" src="./static/img/pp.jpg" alt="cafaitlemec">
</div>
<div class="user-info">
<span class="user-name">Pierre-Amaury Grumiaux</span>
<span class="user-role">PhD Student</span>
<span class="user-affiliation">Orange Labs</span>
<span class="user-affiliation">GIPSA-lab, Grenoble-INP</span>
</div>
</div>
<!-- sidebar-header -->
<div class="sidebar-menu">
<ul>
<li>
<a href="mailto:[email protected]">
<i class="fa fa-envelope"></i>
<span>Email</span>
</a>
</li>
<li>
<a href="https://www.facebook.com/P.AGrumiaux/">
<i class="fa fa-facebook"></i>
<span>Facebook</span>
</a>
</li>
<li>
<a href="https://www.linkedin.com/in/pierre-amaury-grumiaux-352b719a/">
<i class="fa fa-linkedin"></i>
<span>Linkedin</span>
</a>
</li>
<li>
<a href="https://scholar.google.com/citations?user=gUBZ64sAAAAJ">
<i class="fa fa-google"></i>
<span>Google Scholar</span>
</a>
</li>
<li>
<a href="https://github.com/pagrumiaux">
<i class="fa fa-github"></i>
<span>Github</span>
</a>
</li>
</ul>
</div>
<!-- sidebar-menu -->
</div>
</nav>
<!-- sidebar-wrapper -->
<main class="page-content offset-md-1 col-md-10">
<div class="container-fluid">
<h2> About me </h2>
<hr>
<div class="row">
<div class="col-md-10">
<p>I am currently a PhD student in <b>audio</b> and <b>artificial intelligence</b>, in a collaboration between Orange Labs and <a href="http://www.gipsa-lab.fr/">GIPSA-lab</a>. I am in the audio research team within Orange Labs, and in the <a href="http://www.gipsa-lab.fr/crissp/accueil-crissp.php">CRISSP</a> team at GIPSA-lab.</p>
<p>My <a href="http://www.theses.fr/s209940">PhD research</a> focuses on the problem of <b>audio source localization</b> and <b>tracking</b>, specifically on speech signals. I am investigating the possibilities of using deep learning on 3D audio signals to improve the existing models.</p>
<p>My other research interests include <b>music information retrieval</b> and <b>music generation</b>.</p>
<p>In addition to research, playing and composing music take up a lot of space in my daily life. I have been playing the <b>piano</b> since I am 6, and I like playing pieces in different styles like classical music, blues, boogie-woogie or minimal music. I also like playing by ear and rearranging songs I like.
<p>I also spend a lot of time composing music using synthesizers and a DAW (Ableton Live in my case). I create tracks in several genres I love, including <b>dub, electronic, ambient, psytrance, rap beats</b> and other styles I don't know how to classify.</p>
<p>I also like doing <b>sound design</b> by messing around with synthesizers, such as Arturia's Microfreak, Arturia's Pigments (yes I like Arturia's products!) or Novation's Bass Station II. I sometimes record sounds from the world with a microphone, either to process and use them in my creations, or for nothing but pleasure.
</div>
</div>
<hr>
<div class="row">
<div class="col-md-12">
<p> You can find my resume in <a href="./static/pdf/resume_french.pdf">French</a> or <a href="./static/pdf/resume_english.pdf">English</a>.
</div>
</div>
<br>
<div>
<!-- Experience -->
<h4> Experience </h4>
<hr>
<div class="row">
<div class="col-md-4">
<i>Sept. 2018 - Sept. 2021</i>
</div>
<div class="col-md-8 offset-md-0">
<b>Ph.D. Student</b>
</div>
<div class="col-md-8 offset-md-4">
Orange Labs (Rennes, France) and <a href="http://www.gipsa-lab.grenoble-inp.fr/">GIPSA-lab</a>, <a href="http://www.gipsa-lab.grenoble-inp.fr/en/crissp/home-crissp.php">CRISSP</a> (Saint-Martin-d'Hères, France)
</div>
<div class="col-md-8 offset-md-4">
Supervised by <a href="http://www.gipsa-lab.grenoble-inp.fr/~laurent.girin/">Laurent Girin</a>, Srdan Kitic and Alexandre Guérin
</div>
</div>
<br>
<div class="row">
<div class="col-md-4">
<i>Feb. - July 2018</i>
</div>
<div class="col-md-8 offset-md-0">
<b>Research Intern</b>
</div>
<div class="col-md-8 offset-md-4">
<a href="https://www.ircam.fr/">IRCAM</a>, <a href="https://www.ircam.fr/recherche/equipes-recherche/anasyn/">Sound Analysis-Synthesis team</a> (Paris, France)
</div>
<div class="col-md-8 offset-md-4">
Supervised by <a href="https://perso.telecom-paristech.fr/gpeeters/index.html">Geoffroy Peeters</a>
</div>
</div>
<br>
<div class="row">
<div class="col-md-4">
<i>Apr. - Aug. 2017</i>
</div>
<div class="col-md-8 offset-md-0">
<b>Research Intern</b>
</div>
<div class="col-md-8 offset-md-4">
<a href="https://audionamix.com/">Audionamix</a> (Paris, France)
</div>
<div class="col-md-8 offset-md-4">
Supervised by François Rigaud
</div>
</div>
<br>
<div class="row">
<div class="col-md-4">
<i>Jun. - Aug. 2016</i>
</div>
<div class="col-md-8 offset-md-0">
<b>Research Intern</b>
</div>
<div class="col-md-8 offset-md-4">
<a href="http://www.cri.mines-paristech.fr/">CRI</a>, <a href="https://www.minesparis.psl.eu/">Mines ParisTech</a>
</div>
<div class="col-md-8 offset-md-4">
Supervised by <a href="http://www.cri.mines-paristech.fr/~pj/">Pierre Jouvelot</a>, <a href="https://ccrma.stanford.edu/~rmichon/">Romain Michon</a> and <a href="https://www.irif.fr/~gallego/">Emilio Jesus Gallego Arias</a>
</div>
</div>
</div>
<br>
<div>
<!-- Education -->
<h4> Education </h4>
<hr>
<div class="row">
<div class="col-md-4">
<i>2018 - 2021</i>
</div>
<div class="col-md-8 offset-md-0">
<b>Ph.D. Degree</b>
</div>
<div class="col-md-8 offset-md-4">
<a href="http://www.gipsa-lab.grenoble-inp.fr/">GIPSA-lab</a>, <a href="http://www.gipsa-lab.grenoble-inp.fr/en/crissp/home-crissp.php">CRISSP</a> (Saint-Martin-d'Hères, France)
</div>
</div>
<br>
<div class="row">
<div class="col-md-4">
<i>2017 - 2018</i>
</div>
<div class="col-md-8 offset-md-0">
<b>Master of Research</b> - ATIAM (Acoustics, Signal Processing and Computer Science applied to Music
</div>
<div class="col-md-8 offset-md-4">
<a href="https://www.ircam.fr/">IRCAM</a>, <a href="https://www.sorbonne-universite.fr/en">Sorbonne Université</a>, <a href="https://www.telecom-paris.fr/">Télécom Paris</a> (Paris, France)
</div>
</div>
<br>
<div class="row">
<div class="col-md-4">
<i>2013 - 2017</i>
</div>
<div class="col-md-8 offset-md-0">
<b>Engineering Degree</b>
</div>
<div class="col-md-8 offset-md-4">
<a href="https://centralelille.fr/">Centrale Lille</a> (Lille, France)
</div>
</div>
<br>
<div class="row">
<div class="col-md-4">
<i>2011 - 2013</i>
</div>
<div class="col-md-8 offset-md-0">
<b>Higher School Preparatory Classes</b>
</div>
<div class="col-md-8 offset-md-4">
Lycée Marcelin Berthelot
</div>
</div>
</div>
<hr>
<footer class="text-center">
<small>
© 2020 Pierre-Amaury Grumiaux
</small>
</footer>
</div>
</main>
<!-- page-content -->
</div>
<!-- page-wrapper -->
<script src="https://code.jquery.com/jquery-3.4.1.slim.min.js" integrity="sha384-J6qa4849blE2+poT4WnyKhv5vZF5SrPo0iEjwBvKU7imGFAV0wwj1yYfoRSJoZ+n" crossorigin="anonymous"></script>
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/umd/popper.min.js" integrity="sha384-Q6E9RHvbIyZFJoft+2mJbHaEWldlvI9IOYy5n3zV9zzTtmI3UksdQRVvoxMfooAo" crossorigin="anonymous"></script>
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.4.1/js/bootstrap.min.js" integrity="sha384-wfSDF2E50Y2D1uUdj0O3uMBJnjuUD4Ih7YwaYd1iqfktj0Uod8GCExl3Og8ifwB6" crossorigin="anonymous"></script>
<script src="./static/sidebar.js"></script>
</body>
</html>