-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathme.html
143 lines (129 loc) · 6.79 KB
/
me.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Olivier Baës - Professional Profile</title>
<style>
body {
font-family: Arial, sans-serif;
line-height: 1.6;
color: #333;
max-width: 800px;
margin: 0 auto;
padding: 20px;
background-color: #f4f4f4;
}
header {
background-color: #2c3e50;
color: #ecf0f1;
text-align: center;
padding: 1em;
border-radius: 5px;
}
h1, h2 {
color: #2c3e50;
}
.section {
background-color: white;
margin: 20px 0;
padding: 20px;
border-radius: 5px;
box-shadow: 0 2px 5px rgba(0,0,0,0.1);
}
.job-title {
font-weight: bold;
color: #3498db;
}
ul {
padding-left: 20px;
}
.contact-info {
display: flex;
justify-content: space-between;
flex-wrap: wrap;
}
</style>
</head>
<body>
<header>
<h1>Olivier Baës</h1>
</header>
<div class="section contact-info">
<p>🔗 linkedin.com/in/olivierbaes</p>
</div>
<div class="section">
<h2>Professional Experience</h2>
<h3 class="job-title">Business Owner IA & Operational Data - MAIF (11/2020 - Present)</h3>
<ul>
<li>Carries the vision and the constitution of operational data initiatives oriented towards AI and Innovation</li>
<li>Acculturation of business lines and construction of use case trajectories with value (automation, data activation, cognitive services, GenIA/LLM, knowledge and process management, augmented assistants, ...)</li>
<li>Operational implementation of a portfolio of strategic initiatives in connection with an agile tribe (50 FTE)</li>
<li>Leads the Product Owners carrying the implementation of data initiatives oriented towards business value</li>
<li>Data & AI leadership: culture, strategy, onboarding, workshop/lab, communication & data speaker, network</li>
</ul>
<h3 class="job-title">Head of Datalab Group - MAIF (03/2017 - 11/2020)</h3>
<ul>
<li>Datalab setup & project delivery based on various new tech capabilities: Artificial Intelligence, Machine Learning, Data Science, Data Analytics, Big Data, Data Storytelling, Data Culture, tech learning experience, evangelize & training, innovation & startups</li>
</ul>
<h3 class="job-title">Global Head of Digital & Data Innovation - Europ Assistance Group / Generali (Feb.2015 - 03/2017)</h3>
<ul>
<li>Group innovation programs: PMO with direct report to group delivery board, executives, business lines VP's</li>
<li>Sponsoring use cases where innovative technologies (AI, ML, Bot, DMP, Blockchain, Data science)</li>
<li>Animate a digital innovation community, leverage external ecosystem to stimulate creativity and ideation</li>
<li>Liaise and coordinate interactions with accelerators, startups association & platforms</li>
<li>Businesses accelerator through definition of innovation strategies, processes and new business models</li>
</ul>
<h3 class="job-title">Global Connected Solution manager - Europ Assistance Group / Generali (May 2014 - June 2015)</h3>
<ul>
<li>Management of Connected vehicle programs for car manufacturers & fleet (FCA, Infiniti, TME, Renault,...)</li>
<li>PMO of pan-European assistance service solution (bCall, eCall, stolen vehicle, Accident)</li>
</ul>
<h3 class="job-title">Global Business Intelligence manager - Europ Assistance Group / Generali (Jan. 2013 - March 2015)</h3>
<ul>
<li>Management of a Business Intelligence roadmap, heading BI team of 4 data analysts & 10+ data engineers</li>
<li>Responsible for reportings & adhoc analysis delivery multi business lines (client, sale, finance, operation)</li>
<li>Improving the business decision and data driven operation through data science & analysis</li>
</ul>
<h3 class="job-title">Global e-Business manager - Europ Assistance Group / Generali (March 2007 - Aug. 2014)</h3>
<ul>
<li>Design and implementation of a global insurance online distribution solution (Web, Mobile, GDS, CRM,..)</li>
<li>Head of B2B2C programs (VSC.com, SAS, Generali, HomeAway, CitiBank, Hop) - 6 FTEs</li>
</ul>
<h3 class="job-title">eBusiness Consultant - FullSIX Web Agency (Jan. 2006 - Feb. 2007)</h3>
<ul>
<li>Management of RFI/RFP/RFQ including negotiation, investment plan and contract management</li>
<li>Management of product roadmap & communication to stakeholders for AIG, SFR, Nokia, LaPoste, LCI</li>
<li>Led SFR messaging projects for SMS/MMS/eMail gateway with commercial and technical relationship</li>
</ul>
<h3 class="job-title">Head of Development Team - Lycos Europe (Sept. 2003 - Sept. 2005)</h3>
<ul>
<li>Managing an European development team (11 FTEs, €1M budget), setup & improvement plan.</li>
<li>Executing of a multiple projects roadmap including R&D strategy in line with the business vision</li>
</ul>
<h3 class="job-title">Developer, System Architect, Project Manager - Caramail / Lycos Europe (Jan. 2000 - Sept. 2003)</h3>
</div>
<div class="section">
<h2>Education</h2>
<ul>
<li>2023 - Negotiation Techniques</li>
<li>2021 - Becoming a Conscious Leader TheCamp + Management of ethical and legal issues of AI & data</li>
<li>2016 - Big Data specialization, UC San Diego - Coursera</li>
<li>2015 - Data Science start program, X Polytechnique executive</li>
<li>2015 - Build a startup & lean startup, Udacity + Machine Learning specialization, University of Washington</li>
<li>2014 - Data Science Toolbox & Data programs + Scalable Machine Learning, BerkeleyX - edx</li>
<li>2012 - Succeeding in Market Research, ESSEC Business School</li>
<li>2006 - Coaching your team, Piloting and Animating a project, Negotiation of large projects, HEC</li>
<li>2000 - Master's in Mathematics & Computer Science, University of La Rochelle, France</li>
</ul>
</div>
<div class="section">
<h2>Languages</h2>
<p>French, Fluent English, Basic Spanish</p>
</div>
<div class="section">
<h2>Interests</h2>
<p>Tennis/Padel, Travel, Golf, Running, Design & Architecture</p>
</div>
</body>
</html>