forked from mmistakes/so-simple-theme
-
Notifications
You must be signed in to change notification settings - Fork 0
/
cv_timeline_job.html
414 lines (414 loc) · 10.5 KB
/
cv_timeline_job.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
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
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
<div class="timeline">
<h1>Job Experience</h1>
<div class="entry">
<div class="title">
<h3>01/2019 - Present</h3>
<p>R programmer, Data Analyst</p>
<p>Roche Switzerland</p>
<span>
<svg width="6em" height="4em">
<image xlink:href="https://upload.wikimedia.org/wikipedia/commons/f/f5/Hoffmann-La_Roche_logo.svg" width="100%" height="100%"/>
</svg>
</span>
</div>
<div class="body">
<p>Build system to clinical trial data analysis</p>
<ul>
<li>Setting-up scrum working environment</li>
<li>Validation and development of clinical trials data analysis models</li>
<li>Development of application for internal statisticians</li>
<li>Automated tests, continous integration and continous deployment</li>
<!--@TODO: pasek ile procent jakie obowiazki (np. kodowanie, biznes itd)-->
<hr>
<span class="btn btn--inverse btn-small label" title="R programming">
<i class="fab fa-r-project"></i>
</span>
<span class="btn btn--inverse btn-small label" title="Shiny R package">
<img src="https://github.com/rstudio/hex-stickers/blob/master/PNG/shiny.png?raw=true" style="width: 1em;-webkit-filter: grayscale(1);">
</span>
<span class="btn btn--inverse btn-small label" title="JavaScript">
<i class="fab fa-js-square"></i>
</span>
<span class="btn btn--inverse btn-small label" title="Linux OS">
<i class="fab fa-linux"></i>
</span>
<span class="btn btn--inverse btn-small label" title="Jenkins CICD">
<svg width="1em" height="1em">
<image xlink:href="https://jenkins.io/images/logos/jenkins/jenkins.svg" width="100%" height="100%" style="-webkit-filter: grayscale(1);"/>
</svg>
</span>
<canvas id="respRoche"></canvas>
<script>
new Chart(document.getElementById("respRoche"), {
type: 'horizontalBar',
data: {
labels: [''],
datasets: [
{
label: 'Software development',
data: [80],
backgroundColor: '#26547c',
},
{
label: 'Data analysis',
data: [20],
backgroundColor: '#ffd166',
}
]
},
options: {
layout: {
padding: {
left: 0,
right: 0,
top: 0,
bottom: 50
}
},
legend: {
display: true
},
scales: {
xAxes: [
{
gridLines: {
display: false
},
stacked: true,
ticks: {
display: false
}
}
],
yAxes: [
{
barThickness: 30,
gridLines: {
display: false
},
stacked: true,
ticks: {
display: false
}
}
]
},
title: {
display: true,
text: 'Key Responsibilities'
}
}
});
</script>
</ul>
</div>
</div>
<div class="entry">
<div class="title">
<h3>07/2014 - 12/2018</h3>
<p>Senior Consultant, R programmer</p>
<p>Deloitte Poland</p>
<span>
<svg width="6em" height="4em">
<image xlink:href="https://upload.wikimedia.org/wikipedia/commons/5/56/Deloitte.svg" width="100%" height="100%"/>
</svg>
</span>
</div>
<div class="body">
<p>fLITE - R Shiny based banking system to calculate provisions</p>
<ul>
<li>Software design, development, delivery and maitenance process.</li>
<li>Succesful implementation in multiple banks all over the world.</li>
<li>Credit risk assessment model assessment and development including lifetime Probability of Default (PD), Loss Given Default (LGD) and collateral valuation models.</li>
<li>Product owner and technical lead role.</li>
<hr>
<span class="btn btn--inverse btn-small label" title="R programming">
<i class="fab fa-r-project"></i>
</span>
<span class="btn btn--inverse btn-small label" title="Shiny R package">
<img src="https://github.com/rstudio/hex-stickers/blob/master/PNG/shiny.png?raw=true" style="width: 1em;-webkit-filter: grayscale(1);">
</span>
<span class="btn btn--inverse btn-small label" title="JavaScript">
<i class="fab fa-js-square"></i>
</span>
<span class="btn btn--inverse btn-small label" title="Git version control">
<i class="fab fa-git"></i>
</span>
<span class="btn btn--inverse btn-small label" title="Various DB systems">
<i class="fas fa-database"></i>
</span>
<span class="btn btn--inverse btn-small label" title="Excel">
<i class="far fa-file-excel"></i>
</span>
<span class="btn btn--inverse btn-small label" title="Linux OS">
<i class="fab fa-linux"></i>
</span>
<span class="btn btn--inverse btn-small label" title="Docker">
<i class="fab fa-docker"></i>
</span>
<canvas id="respDeloitte1"></canvas>
<script>
new Chart(document.getElementById("respDeloitte1"), {
type: 'horizontalBar',
data: {
labels: [''],
datasets: [
{
label: 'Software development',
data: [60],
backgroundColor: '#26547c',
},
{
label: 'Team management',
data: [20],
backgroundColor: '#06d6a0',
},
{
label: 'Business analysis',
data: [15],
backgroundColor: '#35a7ff',
},
{
label: 'Client support',
data: [5],
backgroundColor: '#9cec5b',
}
]
},
options: {
layout: {
padding: {
left: 0,
right: 0,
top: 0,
bottom: 50
}
},
legend: {
display: true
},
scales: {
xAxes: [
{
gridLines: {
display: false
},
stacked: true,
ticks: {
display: false
}
}
],
yAxes: [
{
barThickness: 30,
gridLines: {
display: false
},
stacked: true,
ticks: {
display: false
}
}
]
},
title: {
display: true,
text: 'Key Responsibilities'
}
}
});
</script>
</ul>
<p>Finevare - PLSQL based banking system to calculate provisions</p>
<ul>
<li>Design solutions basing on business specification.</li>
<li>Software testing activities.</li>
<hr>
<span class="btn btn--inverse btn-small label" title="PL/SQL">
<i class="fas fa-database"></i>
</span>
<span class="btn btn--inverse btn-small label" title="Git version control">
<i class="fab fa-git"></i>
</span>
<canvas id="respDeloitte2"></canvas>
<script>
new Chart(document.getElementById("respDeloitte2"), {
type: 'horizontalBar',
data: {
labels: [''],
datasets: [
{
label: 'Business analysis',
data: [70],
backgroundColor: '#35a7ff',
},
{
label: 'Testing',
data: [30],
backgroundColor: '#ef476f',
}
]
},
options: {
layout: {
padding: {
left: 0,
right: 0,
top: 0,
bottom: 50
}
},
legend: {
display: true
},
scales: {
xAxes: [
{
gridLines: {
display: false
},
stacked: true,
ticks: {
display: false
}
}
],
yAxes: [
{
barThickness: 30,
gridLines: {
display: false
},
stacked: true,
ticks: {
display: false
}
}
]
},
title: {
display: true,
text: 'Key Responsibilities'
}
}
});
</script>
</ul>
<p>Deloitte Analytics</p>
<ul>
<li>R expect in Deloitte globally. Conducting trainings for external and internal stakeholders.</li>
<li>Client behavioural segmentation project for one of the biggest polish bank.</li>
<hr>
<span class="btn btn--inverse btn-small label" title="PL/SQL">
<i class="fab fa-r-project"></i>
</span>
<canvas id="respDeloitte3"></canvas>
<script>
new Chart(document.getElementById("respDeloitte3"), {
type: 'horizontalBar',
data: {
labels: [''],
datasets: [
{
label: 'Trainings',
data: [80],
backgroundColor: '#ea3546',
},
{
label: 'Data analysis',
data: [20],
backgroundColor: '#ffd166',
}
]
},
options: {
layout: {
padding: {
left: 0,
right: 0,
top: 0,
bottom: 50
}
},
legend: {
display: true
},
scales: {
xAxes: [
{
gridLines: {
display: false
},
stacked: true,
ticks: {
display: false
}
}
],
yAxes: [
{
barThickness: 30,
gridLines: {
display: false
},
stacked: true,
ticks: {
display: false
}
}
]
},
title: {
display: true,
text: 'Key Responsibilities'
}
}
});
</script>
</ul>
</div>
</div>
<div class="entry">
<div class="title">
<h3>06/2013 - 02/2014</h3>
<p>Financial Analyst</p>
<p>Novartis Poland</p>
<span>
<svg width="6em" height="4em">
<image xlink:href="https://upload.wikimedia.org/wikipedia/commons/6/68/Novartis-Logo.svg" width="100%" height="100%"/>
</svg>
</span>
</div>
<div class="body">
<p>Part-time job during studies regarding automating financial reports</p>
<ul>
<li>Automating generation of financial reports via VBA.</li>
<li>Extracting data from multiple SAP systems, combining, transforming and sending to supervisors.</li>
<hr>
<span class="btn btn--inverse btn-small label" title="Excel">
<i class="far fa-file-excel"></i>
</span>
</ul>
</div>
</div>
<div class="entry">
<div class="title">
<h3>07/2012 - 08/2012</h3>
<p>Intern</p>
<p>PwC Poland</p>
<span>
<svg width="6em" height="4em">
<image xlink:href="https://upload.wikimedia.org/wikipedia/commons/0/05/PricewaterhouseCoopers_Logo.svg" width="100%" height="100%"/>
</svg>
</span>
</div>
<div class="body">
<p>Intern within WEX program for Ist and IInd year students</p>
<ul>
<li>Short time rotation in TAX department.</li>
<li>Short time rotation in Advisory department.</li>
</ul>
</div>
</div>
</div>