-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
287 lines (235 loc) · 10.9 KB
/
Copy pathindex.html
File metadata and controls
287 lines (235 loc) · 10.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
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
<!DOCTYPE html>
<html>
<head>
<!--
Copyright Mohamed Ryadh DAHIMENE, 2014
Uses jquey, d3js, acccordian.pack.js, datamaps, keen.io
Contains code adapted from examples belonging to http://bost.ocks.org/mike/, http://datamaps.github.io/.
-->
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="keywords" content="ryadh,dahimene,data,science,research,visualization,developement,java,cv,resume,social networks,information retrieval,databases,microblogging,d3js, hadoop, mapreduce" >
<meta name="author" content="Ryadh Dahimene" >
<title>Ryadh DAHIMENE | Data Stuff</title>
<link rel="stylesheet" href="assets/lib/bootstrap/dist/css/bootstrap.min.css">
<link rel="stylesheet" href="assets/css/keen-dashboards.css">
<style>
.progress-meter .background {
fill: #ccc;
}
.progress-meter .foreground {
fill: #06D4EC;
}
.progress-meter text {
color: #555;
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
font-size: 20px;
}
.wrapper{
overflow:hidden; /*make sure the wrapper has no dimension*/
margin-bottom:10px;
}
.item{
float:right;
font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
font-weight: 300;
font-size:18px;
color:#555;
width:200px;
height:150px;
margin:10px;
}
</style>
</head>
<body class="application">
<h1 align="right" style="color:#444; margin-right: 65px; font-size:70px;"> Ryadh Dahimene <span style="color:#999;"> | Data and stuff </span></h1>
<div class="container-fluid">
<div class="row">
<div id="about" style="display:none;"class="col-sm-3">
<div class="chart-wrapper">
<div class="chart-title">
<b> About me </b>
</div>
<div class="chart-stage">
<h4>Welcome to my home page !</h4>
<span class="right"><img src="style/me.jpg" width="300px" alt="Profile pic" /></span>
<p>
<br>
I'm a Product Manager working for a database company called <a href="https://www.clickhouse.com" target=”_blank”>ClickHouse</a>.
<br>
Prior to that, I've held various positions at Elastic or elsewhere in consulting, management and academic research. I hold a PhD degree from the *Conservatoire National des Arts et Métiers* where I had the chance to work on social network data analysis, recommender systems and scalability issues.
<br><br>
If you have some massive datasets, performance or scalability challenges, let me know!
</p>
<br>
<b> Skills: </b>
<ul>
<li> Leadership and management </li>
<li> Strong database and information retrieval experience </li>
<li> Expert in the Elastic Stack </li>
<li> Apache Lucene contributor </li>
<li> Big Data and distributed systems: Elasticsearch, Hadoop-based technologies, Spark (Core, MLlib, SparkSQL), Hive, Impala </li>
<li> Cloud and on prem architectures: Amazon Web Services, MS Azure, Private cloud </li>
<li> Programming: Java, Python, Scala, Shell </li>
<li> Strong experience in social network data analysis and recommender systems </li>
<li> UNIX/Linux </li>
<li> Relational databases including MySQL, Oracle, MS SQL Server </li>
<li> Graph and data visualization with Gephi, d3js, Tulip </li>
<li> Machine learning (WEKA, Scikit Learn, Elastic ML), NLP, Dataïku </li>
<li> \LaTeX, some Web development, GIT/SVN </li>
</ul>
</div>
<div class="chart-notes">
<p align="right" class="text-muted"> © Ryadh DAHIMENE | London, <script>document.write(new Date().getFullYear())</script> </p>
</div>
</div>
</div>
<div class="col-sm-9">
<div class="row">
<div id="cv" style="display:none;" class="col-sm-3">
<div class="chart-wrapper">
<div class="chart-title">
<b> My Curriculum Vitae </b>
</div>
<div class="chart-stage">
<p>
My resume is available for download in different formats: <br></br>
<ul>
<li> <a href="cv_dahimene.md">Markdown</a> </li>
<li> <a href="cv.html">HTML</a> <br> </li>
</ul>
<br><br>
as well as my <a href="these_ryadh_dahimene.pdf">PhD thesis</a>. <br>
</p>
</div>
</div>
</div>
<div id="web" style="display:none;" class="col-sm-3">
<div class="chart-wrapper">
<div class="chart-title">
<b> On the web </b>
</div>
<div class="chart-stage">
You can find me on the web at: <br><br>
<ul>
<li> <a href="https://twitter.com/ryadhdotnet" target="_blank">@ryadhdotnet</a> </li>
<li> <a href="/blog" target="_blank">My blog</a> </li>
<li> <a href="http://uk.linkedin.com/in/ryadh" target="_blank">LinkedIn</a> </li>
<li> <a href="http://en.wikipedia.org/wiki/Criticism_of_Facebook" target="_blank">I'm no longer a facebook user.</a> </li>
<li> Phone: Never put your number on the net!</li>
<li> Gmail: dahimene.ryadh [at] gmail [dot] com </li>
</div>
<br>
</div>
</div>
<div class="col-sm-6">
<div class="chart-wrapper">
<div class="chart-title">
<b> Countries I've visited (<a href="geo.html">Animated version</a>) </b>
</div>
<div class="chart-stage">
<div id="container1" style="position: relative; width: 100%; max-height: 250px; height:250px">
<!-- Container for the map -->
</div>
</div>
<div class="chart-notes">
<p align="right">
Data visualization realised with <a href="http://datamaps.github.io/">datamaps</a> and <a href="http://www.d3js.org">d3js</a>
</p>
</div>
</div>
</div>
</div>
<div class="row">
<div id="en" style="display:none;" class="col-sm-3">
<div class="chart-wrapper">
<div class="chart-title">
<b> English (TOEIC Score) </b>
</div>
<div class="chart-stage">
<div id="l1" class="item">
</div>
</div>
</div>
</div>
<div id="fr" style="display:none;" class="col-sm-3">
<div class="chart-wrapper">
<div class="chart-title">
<b> French (Native tongue) </b>
</div>
<div class="chart-stage">
<div id="l2" class="item">
</div>
</div>
</div>
</div>
<div id="ar" style="display:none;" class="col-sm-3">
<div class="chart-wrapper">
<div class="chart-title">
<b> Arabic (Native tongue) </b>
</div>
<div class="chart-stage">
<div id="l3" class="item">
</div>
</div>
</div>
</div>
<div id="it" style="display:none;" class="col-sm-3">
<div class="chart-wrapper">
<div class="chart-title">
<b> Italian / Spanish (beginner) </b>
</div>
<div class="chart-stage">
<div id="l4" class="item">
</div>
</div>
</div>
</div>
</div>
<div class="row">
<div id="publi" style="display:none;" class="col-sm-12">
<div class="chart-wrapper">
<div class="chart-title">
<b> Publications</b>
</div>
<div class="chart-stage">
<div id="grid-1-1">
<ul>
<li>
[SSYDM24] Robert Schulze, Tom Schreiber, Ilya Yatsishin, Ryadh Dahimene, Alexey Milovidov: ClickHouse - Lightning Fast Analytics for Everyone. Proc. VLDB Endow. 17(12): 3731-3744 (2024)
</li>
<li> [CDDG16] Camélia Constantin, Ryadh Dahimene, Cédric du Mouza, Quentin Grossetti: Recommandation contextuelle d'utilisateurs pour les plateformes de micro-blogging. Ingénierie des Systèmes d'Information 21(3): 93-118 (2016)
</li>
<li> [CDGD16] Camélia Constantin, Ryadh Dahimene, Quentin Grossetti, Cédric du Mouza: Finding Users of Interest in Micro-blogging Systems. Conference on Extending Database Technology 2016: 5-16
</li>
<li> [DD15] Ryadh Dahimene, Cédric du Mouza: Filtering Structures for Microblogging Content. International Journal of Intelligent Information Technologies 11(1): 30-51 (2015)
</li>
<li>[D14] Ryadh Dahimene: Filtrage et Recommandation sur les Réseaux Sociaux. (Filtering and Recommendation in Social Networks). Conservatoire national des arts et métiers, Paris, France, 2014
</li>
<li>[DCD14] Ryadh Dahimene, Camélia Constantin and Cédric du Mouza.RecLand: A Recommender System for Social Networks. In International Conference on Conference on Information and Knowledge Management, November 2014, pp.2063-2065, Shanghai, China </li>
<li>[DMS12] Ryadh Dahimene, Cédric du Mouza, Michel Scholl. Efficient Filtering in Micro-blogging Systems: We Won't Get Flooded Again. Intl. IEEE Conf. on Scientific and Statistical Databases (SSDBM'12), 2012.</li>
<li>[DM13] Ryadh Dahimene, Cédric du Mouza. MicroFilter: Real Time Filtering Of Microblogging Content. 3rd Workshop on Making Sense of MicroPosts/World Wide Web Conference (WWW'13), 2013.</li>
<li>[DM13b] Ryadh Dahimene, Cédric du Mouza - MicroFilter: Scalable Real-Time Filtering Of Micro-blogging Content, BDA'13, Base de Données Avancées, Octobre 2013, pp.1--5, Nantes, France.</li>
</ul>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<script src="assets/lib/jquery/dist/jquery.min.js"></script>
<script src="assets/lib/bootstrap/dist/js/bootstrap.min.js"></script>
<script src="assets/lib/holderjs/holder.js"></script>
<script>
Holder.add_theme("white", { background:"#fff", foreground:"#a7a7a7", size:10 });
</script>
<script src="assets/lib/keen-js/dist/keen.min.js"></script>
<script src="assets/js/meta.js"></script>
<script src="js/d3.v3.js"></script>
<script src="js/topojson.js"></script>
<script src="js/datamaps.world.min.js"></script>
<script type="text/javascript" src="js/code.js"></script>
</body>
</html>