-
Notifications
You must be signed in to change notification settings - Fork 6
/
about.html
50 lines (45 loc) · 1.84 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
---
layout: template
title: About
permalink: /about/
index: false
---
<div id="team-header" class="page-header-viewport flex w-100">
<div class="team-headlines w-60 xs-w-100">
<p class="headline headline-dark">
About the team behind the magic
</p>
<p class="subheadline subheadline-dark">
Deezer Research aims at expanding knowledge about
music and how people interact with it.
</p>
</div>
</div>
<div id="page-header-drop" class="w-100">
</div>
<div id="team-content" class="w-100 mt-60 flex flex-center">
<img src="{{ 'team-photo-sept-23.png' | prepend: '/static/images/photos/' | prepend: site.url }}" class="w-50" />
<div class="w-50">
<p class="primary-text">
We are a team dedicated to solving complex problems regarding our audio
catalog organisation and Human-Music interactions. Our primary mission is
to help make <i>Deezer</i> a cutting-edge audio streaming service, tailored
to its customers' needs.
</p>
<p class="primary-text">
Beyond this scope, we regularly share our latest findings in international
scientific conferences on domain ranging from <i>Audio Signal Processing</i>
to <i>Natural Language Understanding</i> and <i>Recommender systems</i>. We also
extensively share code and data to ensure reproducibility of our work and our
team is regularly reinforced with <i>PhD</i>, master students and partnerships
with academic institutions to tackle complex research problems.
</p>
</div>
</div>
<div id="team-footer" class="w-100 xs-w-100 mt-100 flex">
<div class="w-100 mt-30 flex flex-center">
<a class="post-permalink" href="mailto:[email protected]">
Contact us
</a>
</div>
</div>