-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmyCV_en.rb
374 lines (322 loc) · 12.7 KB
/
myCV_en.rb
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
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
# -*- coding: utf-8 -*-
require './cv'
cv = CV::Top.new()
cv.language = :en
cv.firstName="Nicolas"
cv.lastName="Morey"
cv.title="Senior Linux Developper"
#cv.address=
cv.city="74190 Passy"
cv.mobile="+33 6 95 20 31 74"
cv.email="nicolas@morey-chaisemartin.com"
cv.homepage="nicolas.morey-chaisemartin.com"
cv.extras << "29/06/1986"
#############
# Exp Pro
#############
entry = CV::Entry.new()
entry.date="March 2017!BR!upto now"
entry.title="Senior Linux Developer"
entry.company="SUSE"
entry.city="Home Office"
entry.details << "Centralize, package and support !B!Infiniband!B! and !B!Omni-Path!B!"+
" userspace tools and HPC libraries"
entry.details << "Develop and support RDMA !B!Kernel!B! modules"
entry.details << "Develop testsuites for Software/Hardware validation."
entry.details << "Customer feature developments and support"
entry.details << "Environment: RPM, OBS, Infiniband, Omni-Path, Networking, MPI, !B!Kernel!B!."
cv.professional << entry
entry = CV::Entry.new()
entry.date="April 2015!BR!upto March 2017"
entry.title="Network solutions manager"
entry.company="Kalray"
entry.city="Montbonnot"
entry.details << "Conception of a 80Gb/s smartNIC product"
entry.details << "Port and optimization of !B!OpenDataPlane!B! on MPPA."
entry.details << "Management of a team of 5 engineers"
entry.details << "!B!High-speed PCI and Ethernet!B! interfaces support"
entry.details << "In charge of all Linux drivers: !B!PCI, netdev, AF ALG, crypto, RoCE, DPDK!B!"
entry.details << "Environment: MPPA, C, ODP, Ethernet, PCI, !B!Linux Drivers!B!."
cv.professional << entry
entry = CV::Entry.new()
entry.date="July 2013!BR!upto April 2015"
entry.title="Video solutions manager"
entry.company="Kalray"
entry.city="Montbonnot"
entry.details << "Design and development of a flexible !B!HEVC!B! core encoder optimized for MPPA"
entry.details << "Technical leader and management of a small development team"
entry.details << "Port, parallelization and optimization of MainConcept 4K !B!HEVC!B! encoder on MPPA"
entry.details << "Environment: MPPA, C, C++, Ruby, Parallel programming, HEVC."
cv.professional << entry
entry = CV::Entry.new()
entry.date="July 2009!BR!upto July 2013"
entry.title="Embedded software architect and developer"
entry.company="Kalray"
entry.city="Montbonnot"
entry.details << "Development of an embedded operating system and runtime libraries."
entry.details << "Development of a front-end !B!compiler!B! for a highly parallel streaming language."
entry.details << "Development of !B!scheduling, placing and routing!B! tools for streaming applications"
entry.details << "In charge of !B!continuous integration!B! using Git/Hudson."
entry.details << "IT Co-administrator."
entry.details << "!B!Agile/Scrum!B! Project Management."
entry.details << "Environment: !B!Embedded systems!B!, MPPA, C, Assembly, Ruby, Parallel programming."
cv.professional << entry
entry = CV::Entry.new()
entry.date="Octobre 2008!BR!upto July 2009"
entry.title="Embedded System Engineer"
entry.company="Coframi"
entry.city="Meylan"
entry.details << "Consulting for Bull in the R\&D HPC Team: !B!Infiniband!B! expert."
entry.details << "Development of fault-tolerant !B!routing algorithms!B! (patents)."
entry.details << "Development of network monitoring solutions for large clusters."
entry.details << "Environment: Infiniband, Routage, QoS, !B!Linux drivers!B!, !B!HPC!B!."
cv.professional << entry
entry = CV::Entry.new()
entry.date="May 2008!BR!upto Septembre 2008"
entry.title="MSc Project"
entry.company="Northumbria University"
entry.city="Newcastle"
entry.country="UK"
entry.details << "Design and development of a !B!hard real-time micro-Kernel!B! for the Cell Broadband Engine."
entry.details << "Environment: !B!Multicore!B!, Real-Time, !B!Scheduling!B!, Synchronization, C, Assembly."
cv.professional << entry
entry = CV::Entry.new()
entry.date="June 2007!BR!upto August 2007"
entry.title="IT Intern"
entry.company="Allibert-Trekking"
entry.city="Montmélian"
entry.details << "User and server support on a Mac OS X infrastructure."
entry.details << "Deployment of !B!monitoring tools!B!."
entry.details << "Development of synchronization tools between inventory, administration and monitoring tools."
entry.details << "Environment: Mac OS X, Php, Perl, Python, Bash, MySQL, openDirectory."
cv.professional << entry
entry = CV::Entry.new()
entry.date="January 2007"
entry.title="Junior-Entreprise Consultant"
entry.company="MVA Limited"
entry.city="Grenoble"
entry.details << "Development of a GPS coordinate extraction tools using Google Maps."
entry.details << "Environment: !B!Java!B!, Swing."
cv.professional << entry
entry = CV::Entry.new()
entry.date="Octobre 2006"
entry.title="Junior-Entreprise Consultant"
entry.company="Institut Laue-Langevin"
entry.city="Grenoble"
entry.details << "Porting of an objective-C crystallography demonstration application to Java."
entry.details << "Environment: Java, Swing, HTML."
cv.professional << entry
#entry = CV::Entry.new()
#entry.date="August 2003"
#entry.title="Intern"
#entry.company="Xyalis"
#entry.city="Grenoble"
#entry.details << "Development of !B!non-regression tools!B! for Xyalis complete software suite."
#entry.details << "Environment: Bash, Tcl, Tk."
#cv.professional << entry
# entry = CV::Entry.new()
# entry.date="July 2001"
# entry.title="Intern"
# entry.company="Xyalis"
# entry.city="Grenoble"
# entry.details << "Development of demonstration scripts for CAO tools."
# entry.details << "GUI integration of several tools."
# entry.details << "Live demonstration at an international micro-electronic exhibition in the USA.(DAC)."
# entry.details << "Environment: Tcl, Tk."
# entry.details << ""
# entry.details << ""
# entry.details << ""
# cv.professional << entry
#############
# Etudes
#############
entry = CV::Entry.new()
entry.date="2008"
entry.title="Computing Science Engineer"
entry.company="ENSIMAG"
entry.city="Grenoble"
cv.degrees << entry
entry = CV::Entry.new()
entry.date="2008"
entry.title="MSc in Embedded systems"
entry.company="Northumbria University"
entry.city="Newcastle"
entry.country="UK"
entry.details << "In parallel of the third year at ENSIMAG.."
cv.degrees << entry
#############
# Exp Perso
#############
entry = CV::Entry.new()
entry.date="2008!BR!upto Today"
entry.title="Contributions to Open Source projects"
entry.details << "Contribution to mailing list and development of !B!Linux!B!, !B!Git!B!, OpenSM, ODP."
entry.details << "!B!Maintainer!B! for rdma-core stable releases"
entry.details << "Occasional involvement in various projects: Sick-Beard, RBTools, libdbi..."
cv.personal << entry
entry = CV::Entry.new()
entry.date="2011!BR!upto Today"
entry.title="Damage (DAtabase MetA GEnerator)"
entry.details << "Development of a script toolset for custom database generation."
entry.details << "Generates a complete access and modification API for C, Java, Ruby to XML/YAML/Binary databases from a simple YAML description."
entry.details << "Environnement: Ruby, GPL."
cv.personal << entry
entry = CV::Entry.new()
entry.date="2006"
entry.title="Participation to IBM Cell B.E. Contest"
entry.details << "Development of a generic Open Source !I!producer/consumer!I! framework for Cell clusters."
entry.details << "Environment: C++, sockets."
cv.personal << entry
entry = CV::Entry.new()
entry.date="2005!BR!upto 2007"
entry.title="IT Administrator of N'Sigma, ENSIMAG Junior-Entreprise"
entry.details << "Administration of a mixed Linux/Windows network."
entry.details << "Participation to cost assessments of N'Sigma contracts."
cv.personal << entry
# entry = CV::Entry.new()
# entry.date="2005"
# entry.title="Development of a micro-controller"
# entry.details << "Development and debug of an 8bit micro-controller with VGA output on a FPGA."
# cv.personal << entry
# entry = CV::Entry.new()
# entry.date="2004"
# entry.title="National programming contest Prologin"
# entry.details << "Development of an AI for a strategy game."
# entry.details << "Ranked !B!5th!B!."
# cv.personal << entry
#############
# Skills
#############
infoSkills=[]
skill = CV::Skill.new()
skill.type = "Languages"
skill.content= "!B!C!B!, !B!Ruby!B!, Java, Assembly, Ada, Php, C++, MPI"
infoSkills << skill
skill = CV::Skill.new()
skill.type="Graphical Environment"
skill.content="!B!X11!B!, Gtk, Tk, Swing, !B!Qt!B!"
infoSkills << skill
skill = CV::Skill.new()
skill.type = "Tools"
skill.content= "Emacs, Netbeans, Eclipse, gcc, !B!gdb!B!"
infoSkills << skill
skill = CV::Skill.new()
skill.type = "Video"
skill.content= "!B!H.265!B!, x265"
infoSkills << skill
skill = CV::Skill.new()
skill.type="Operating Systems"
skill.content="!B!Kernel!B!, Parallel programming, !B!Drivers!B!, Signals, RPM packaging"
infoSkills << skill
skill = CV::Skill.new()
skill.type="Version control"
skill.content="!B!Git!B!, !B!Gitolite!B!, !B!Jenkins!B!, OBS, CVS, SVN, SCCS"
infoSkills << skill
skill = CV::Skill.new()
skill.type="System Administration"
skill.content="!B!Linux!B!, FreeBSD, Samba, Postfix, Apache, Shell scripting, Bash, Sed, Awk"
infoSkills << skill
skill = CV::Skill.new()
skill.type="Networking"
skill.content="Routage, TCP/IP, Ethernet, !B!Sockets!B!, QoS, !B!Infiniband!B!, !B!Omni-Path!B!, ODP"
infoSkills << skill
skill = CV::Skill.new()
skill.type="Databases"
skill.content="!B!SQL!B!, Oracle, MySQL, LDAP, !B!Design!B!, Optimisation"
infoSkills << skill
# skill = CV::Skill.new()
# skill.type="Software Design"
# skill.content="!B!UML!B!"
# infoSkills << skill
# skill = CV::Skill.new()
# skill.type="Hardware Design"
# skill.content="!B!VHDL!B!, Modelsim"
# infoSkills << skill
skill = CV::Skill.new()
skill.type="Mathematic Tools"
skill.content="Matlab, CoinOR, GPLK"
infoSkills << skill
cv.skills["Computer"] = infoSkills
#############
# Lang
#############
lang= CV::Language.new()
lang.lang = "French"
lang.level = "Native speaker"
cv.languages << lang
lang= CV::Language.new()
lang.lang = "English"
lang.level = "Bilingual"
lang.more = "TOEFL Score:100/120"
cv.languages << lang
#############
# Patents
#############
patent= CV::Patent.new()
patent.reference = "WO2011001362"
patent.title = "Methods and devices for evaluating interconnection efficiency of parallel computer networks based upon static routing schemes"
cv.patents << patent
patent= CV::Patent.new()
patent.reference = "WO2011151569"
patent.title = "Method of pseudo-dynamic routing in a cluster comprising static communication links and computer program implementing this method"
cv.patents << patent
patent= CV::Patent.new()
patent.reference = "WO2011144848"
patent.title = "Method of optimizing routing in a cluster comprising static communication links and computer program implementing this method"
cv.patents << patent
#############
# Other
#############
ot = CV::Other.new()
ot.cat="Hobbies"
ot.more = "Mountains, photography, traveling, guitar."
cv.other << ot
ot = CV::Other.new()
ot.cat="Sport"
ot.more = "Mountaineering, rock climbing, hiking, ski and ski touring."
cv.other << ot
# ot = CV::Other.new()
# ot.cat="Sport"
# ot.more = "Former hang-glider pilot, member of the French Youth National team."
# cv.other << ot
###############
# HTML STUFF
###############
cv.header= "
<table class='header-menu' cellpadding='5' cellspacing='2'>
<td class='header-cell'><a href=' index_fr.html'><img src='fr_flag.jpg' height='30' width='50' alt='FR'></a></td>
<td class='header-cell'><a href='index_en.html'><img src='uk_flag.jpg' height='30' width='50' alt='EN'></a></td>
<td class='header-cell'><a href='/photos/'>Photos</a></td>
<td class='header-cell'><a href='https://github.com/nmorey/'>My GitHub Stuff</a></td>
<td class='header-cell'><a href='cv-en.pdf'> CV</a></td>
</tr></table>"
cv.middleStuff="
<a href=\"cv-en.pdf\"> CV PDF in English </a><br>
<a href=\"cv-fr.pdf\"> CV PDF in French</a><br><br>
<a href=\"photos/\">Take a look at my pictures from hikes and holidays!!</a><br>
"
cv.footer = "
<script type=\"text/javascript\">
var _gaq = _gaq || [];
_gaq.push(['_setAccount', 'UA-21010187-1']);
_gaq.push(['_setDomainName', 'morey-chaisemartin.com']);
_gaq.push(['_setAllowLinker', true]);
_gaq.push(['_trackPageview']);
(function() {
var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
})();
</script>
<div style=\"font-size:0px\">"
cv.fuzzy_block(cv.categories(), cv.keywords(), 1) {|prefix, keyword|
cv.footer += "<a class=\"user_link\" href=\"" + prefix + "/" + keyword + ".html\">" +
keyword + "</a>"
}
#############
# THE END
#############
@EN_CV = cv
cv.fuzzy("fuzzy_dir", "index.html", "https://nicolas.morey-chaisemartin.com", 1)
cv.toTeX('cv-en.tex')
cv.toHTML('index.html')