-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
executable file
·551 lines (490 loc) · 20 KB
/
index.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
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Portfolio - Benito</title>
<meta name="description" content="A small presentation with projects in IT and Business Analyst. ">
<meta name="author" content="Benito Diaz Medina">
<script type="text/javascript" src="/p/live.js"></script>
<link href='http://fonts.googleapis.com/css?family=Lato:400,700,400italic,700italic' rel='stylesheet' type='text/css'>
<link rel="stylesheet" href="css/reset.css">
<link rel="stylesheet" href="css/main.css">
<link rel="stylesheet" href="css/custom.css">
<link rel="stylesheet" href="lib/monokai.css">
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7.2/jquery.min.js"></script>
<!--[if lt IE 9]>
<script type="text/javascript" src="/js/excanvas/excanvas.js"></script>
<![endif]-->
<script type="text/javascript" src="js/spinners/spinners.js"></script>
<script type="text/javascript" src="js/lightview/lightview.js"></script>
<link rel="stylesheet" type="text/css" href="css/lightview/lightview.css"/>
<script src="http://code.highcharts.com/highcharts.js"></script>
<script src="http://code.highcharts.com/modules/exporting.js"></script>
<script src="lib/hctheme.js"></script>
<script type="text/javascript">
</script>
</head>
<body>
<div id="reveal">
<!-- Used to fade in a background when a specific slide state is reached -->
<div class="state-background"></div>
<!-- Any section element inside of this container is displayed as a slide -->
<div class="slides">
<section>
<h1>IT/BUSINESS ANALYST</h1>
<h3 class="inverted">by <span class="python-yellow">Benito Díaz-Medina, PhD</span></h3>
<h4>Portfolio</h4>
<script>
// Delicously hacky. Look away.
if( navigator.userAgent.match( /(iPhone|iPad|iPod|Android)/i ) )
document.write( '<p style="color: rgba(0,0,0,0.3); text-shadow: none;">('+'Tap to navigate'+')</p>' );
</script>
</section>
<!-- APIs 101 -->
<section>
<section>
<h2><span class="python-yellow">Industrial Applications And Data Visualization</span></h2>
<a href="logo.png" class="lightview"><img src="logo.png" style="height: 400px" alt="logo" /></a>
</section>
<section>
<h2 class="fragment"><span class="python-yellow">Case 1 - Stock System</span></h2>
<div class="fragment">
<p><u><b><i>Scenario</i></b></u> - In some companies is common the use of Excel sheets to control the stock system but as soon as the dataset is increasing and the excel file is shared that can corrupt the file. Since it is a spreadsheet is always constraints.</p>
<br></br>
<p><u><b><i>Solution</i></b></u> - Developed an application in MySql, Php, Javascript and Html to manage the stock control. The application is fully responsive and you can control inventory stock with your tablet, mobile or PC. Reports with Chart.js and Pivot. Easy installation in Server. </p>
</div>
</section>
<section>
<h3>Stock System</h3>
<a href="stock.png" class="lightview"><img src="stock.png" style="height: 400px" alt="stock system" /></a>
</section>
<section>
<h2 class="fragment"><span class="python-yellow">Case 2 - TV Signage</span></h2>
<div class="fragment">
<p><u><b><i>Scenario</i></b></u> - In companies with different departments communication is challenging and you need to think in a solution to bring your message closer. </p>
<p><u><b><i>Solution</i></b></u> - Using android, TV and special software you can stream essential information to any device. I.e Marketing advertisement in a different country. Security and safety information. </p>
</div>
</section>
<section>
<h3>TV Signage</h3>
<a href="tvsignage.png" class="lightview"><img src="tvsignage.png" style="height: 400px" alt="stock system" /></a>
</section>
<section>
<h2 class="fragment"><span class="python-yellow">Case 3 - Live Dashboards</span></h2>
<div class="fragment">
<p><u><b><i>Scenario</i></b></u> - Information helps us to make decisions and it's significant to be sync with live data. Live data helps to reduce mistakes and flexibility to amend any issues. </p>
<p><u><b><i>Solution</i></b></u> - Developed affordable Live Dashboards using Raspberry Pi, Javascript. Connected with the ERP, MySQL, SQL or ODBC data like SAGE 50 UK. Read and Write Applications. </p>
</div>
</section>
<section>
<h3>Live Dashboards</h3>
<a href="dash.png" class="lightview"><img src="dash.png" style="height: 400px" alt="stock system" /></a>
</section>
<section>
<h2 class="fragment"><span class="python-yellow">Case 4 - Time Tracking</span></h2>
<div class="fragment">
<p><u><b><i>Scenario</i></b></u> - In any kind of industry, time tracking is essential. In manufacturing companies assign time to different to the different areas in the production cycle is challenging. Minimize costs and assign resources in a efficient way is key.</p>
<p><u><b><i>Solution</i></b></u> - Developed a time tracking application with SQL using RFDI readers and tags. </p>
</div>
</section>
<section>
<h3>Time Tracking </h3>
<a href="timetrack.gif" class="lightview"><img src="timetrack.gif" style="height: 400px" alt="stock system" /></a>
</section>
<section>
<h3>Time Tracking </h3>
<a href="track.png" class="lightview"><img src="track.png" style="height: 400px" alt="stock system" /></a>
</section>
<section>
<h2 class="fragment"><span class="python-yellow">Other Projects</span></h2>
<div class="fragment">
<p><u><b><i></i></b></u> - Website and ERP data Integrations, ODBC, SQL, MySQL. </p>
<p><u><b><i></i></b></u> - Automated boring stuff. </p>
<p><u><b><i></i></b></u> - MVP applications. </p>
<p><u><b><i></i></b></u> - Website applications using sockets.js, node.js, php, html, css. </p>
</div>
</section>
<!--<section data-state="fig11">-->
<!--<h3>Lighting</h3>-->
<!--<div id="fig11" style="margin: 0 auto"></div>-->
<!--<p>-->
<!--<i><small>- Source: <a href="https://www.mullanlighting.com/en/" class="lightview" data-lightview-type="iframe" data-lightview-options="width: '90%', height: '100%'">Mullan Lighting Database</a></small></i>-->
<!--</p>-->
<!--</section>-->
<script type="text/javascript">
(function(){
var chart = null;
var func;
document.addEventListener( 'fig11', func = function() {
if(chart != null)
return;
var colors = Highcharts.getOptions().colors,
categories = ['Lighting', 'Manufacturing', 'General'],
name = 'API Types',
data = [{
y: 71.07,
color: colors[0],
drilldown: {
name: 'Indoor Tags',
categories: ['Chandeliers', 'Pendants', 'Ceiling', 'Table Lamps', 'Wall Lights', 'Floor Lamps', 'Bathroom'],
data: [18.24,13.84,11.01,11.01,6.29,5.66,5.03],
color: colors[0]
}
}, {
y: 19.18,
color: colors[1],
drilldown: {
name: 'Outdoor Tags',
categories: ['Lamp Bulb', 'Pendants', 'Fittings', 'Shade glasses', 'Bolts', 'Other'],
data: [4.09,3.77,3.14,3.14,3.14,1.89],
color: colors[1]
}
}, {
y: 11.94,
color: colors[2],
drilldown: {
name: 'Components Tags',
categories: ['Electrical cable', 'Lighting chain', 'Ceiling roses', 'Suspensions', 'Cord grips'],
data: [2.83,1.89,1.89,1.57,1.57],
color: colors[2]
}
}];
// Build the data arrays
var browserData = [];
var versionsData = [];
for (var i = 0; i < data.length; i++) {
// add browser data
browserData.push({
name: categories[i],
y: data[i].y,
color: data[i].color
});
// add version data
for (var j = 0; j < data[i].drilldown.data.length; j++) {
var brightness = 0.2 - (j / data[i].drilldown.data.length) / 5 ;
versionsData.push({
name: data[i].drilldown.categories[j],
y: data[i].drilldown.data[j],
color: Highcharts.Color(data[i].color).brighten(brightness).get()
});
}
}
// Create the chart
chart = new Highcharts.Chart({
chart: {
renderTo: 'fig11',
type: 'pie',
},
title: {
text: 'Components structure'
},
yAxis: {
title: {
text: ''
}
},
plotOptions: {
pie: {
shadow: false
}
},
tooltip: {
formatter: function() {
return '<b>'+ this.point.name +'</b>: '+ this.y +' %';
}
},
series: [{
name: 'Browsers',
data: browserData,
size: '60%',
dataLabels: {
formatter: function() {
return this.y > 5 ? this.point.name : null;
},
color: 'black',
distance: -40
}
}, {
name: 'Versions',
data: versionsData,
innerSize: '60%',
dataLabels: {
formatter: function() {
// display only if larger than 1
return this.y > 1 ? '<b>'+ this.point.name +':</b> '+ this.y +'%' : null;
},
color: '#DDDDDD'
}
}]
});
}, false );
jQuery(document).ready(function() { func(); });
})();
</script>
<!--<section data-state="fig31">-->
<!--<h3> Markets</h3>-->
<!--<div id="fig31" style="margin: 0 auto"></div>-->
<!--</section>-->
<script type="text/javascript">
(function(){
var chart = null;
var func;
document.addEventListener( 'fig31', func = function() {
if(chart != null)
return;
var colors = Highcharts.getOptions().colors,
categories = ['Europe', 'America', 'Asia and Australia'],
name = 'Language Popularity Tiers',
data = [{
y: 66.3,
color: colors[0],
drilldown: {
name: 'Popular countries',
categories: ['United Kingdom','Ireland','France', 'Germany', 'Spain', 'Others'],
data: [29.1, 28.5,17.5,10.2,7.8,6.9],
color: colors[0]
}
}, {
y: 27.76,
color: colors[1],
drilldown: {
name: 'Not Unpopular Languages',
categories: ['USA','Canada','Peru','Dominican republic'],
data: [65.3,30.9,5,.8],
color: colors[1]
}
}, {
y: 5.94,
color: colors[2],
drilldown: {
name: 'Obscure Languages',
categories: ['United Arab Emirates','Turkey','Bahrain','Australia','Japan'],
data: [60.3,30.28,4.1,4.0,1.42,],
color: colors[2]
}
}];
function setChart(name, categories, data, color) {
chart.xAxis[0].setCategories(categories);
chart.series[0].remove();
chart.addSeries({
name: name,
data: data,
color: color || 'white'
});
}
chart = new Highcharts.Chart({
chart: {
renderTo: 'fig31',
type: 'column'
},
title: {
text: 'Markets (2018)'
},
subtitle: {
text: ''
},
xAxis: {
categories: categories
},
yAxis: {
title: {
text: 'Relative Percent %'
}
},
plotOptions: {
column: {
cursor: 'pointer',
point: {
events: {
click: function() {
var drilldown = this.drilldown;
if (drilldown) { // drill down
setChart(drilldown.name, drilldown.categories, drilldown.data, drilldown.color);
} else { // restore
setChart(name, categories, data);
}
}
}
},
dataLabels: {
enabled: true,
color: colors[0],
style: {
fontWeight: 'bold'
},
formatter: function() {
return this.y +'%';
}
}
}
},legend: {
enabled: false
},
tooltip: {
formatter: function() {
var point = this.point,
s = this.x +':<b>'+ this.y +'% relative popularity</b><br/>';
if (point.drilldown) {
s += 'Click to view '+ point.category +' tools';
} else {
s += 'Click to return';
}
return s;
}
},
series: [{
name: name,
data: data,
color: 'white'
}],
exporting: {
enabled: true
}
});
}, false );
jQuery(document).ready(function() { func(); });
})();
</script>
</section>
<!-- In Defense of APIs XD -->
<section>
<section>
<h2 ><span class="python-yellow">IT Development</span></h2>
<a href="server.jpg" class="lightview"><img src="server.jpg" style="height: 400px" alt="stock system" /></a>
<div class="fragment">
</div>
</section>
<section>
<h2 ><span class="python-yellow">Projects/Duties</span></h2>
<br></br>
<h3>Upgraded network infrastructure i.e CAT 5 to CAT 6, Switches, POE Switches</h3>
<h3>Upgraded Servers and optimization engineering</h3>
<h3>Active domain users, add users, manage permissions</h3>
<h3>MySQL, MSSQL, ERP and Applications Back ups</h3>
</section>
<section>
<h2><span class="python-yellow">CASE 1 - SECURITY & QUALITY SYSTEM</span></h2>
<div class="fragment">
<p><u><b><i>Scenario</i></b></u> - The aim of this project is quality control and security. Measuring and controlling the quality in a productive cycle requires requires plenty of resources.</p>
<p><u><b><i>Solution</i></b></u> - Over 50 HD cameras were installed in strategy points to reduce problems that were affecting quality and preventing adverse events. </p>
</div>
</section>
<section>
<h4>SMART CCTV</h4>
<a href="cam.png" style="height: 400px" class="lightview"><img src="cam.png" style="height: 400px" alt="what's an api?" /></a>
</section>
</section>
<!-- Popular Tools -->
<section>
<section>
<h2 ><span class="python-yellow">Business Analyst/Development</span></h2>
<a href="BA.jpg" class="lightview"><img src="BA.jpg" style="height: 400px" alt="stock system" /></a>
</section>
<section>
<h2 ><span class="python-yellow">Enterprise Ireland - Market Research</span></h2>
<a href="prospects.png" class="lightview"><img src="prospects.png" style="height: 400px" alt="stock system" /></a>
</section>
<section>
<h2 ><span class="python-yellow">Market Research</span></h2>
<a href="bluefin.png" class="lightview"><img src="bluefin.png" style="height: 400px" alt="stock system" /></a>
</section>
<section>
<h2 ><span class="python-yellow">Entropy Analysis</span></h2>
<a href="lottery.png" class="lightview"><img src="lottery.png" style="height: 400px" alt="stock system" /></a>
</section>
<section>
<h2 ><span class="python-yellow">Sales analysis based in geolocation and clusters</span></h2>
<a href="mapworld.png" class="lightview"><img src="mapworld.png" style="height: 400px" alt="stock system" /></a>
</section>
<section>
<h2 ><span class="python-yellow">Manufacturing efficiency</span></h2>
<a href="vehicle.png" class="lightview"><img src="vehicle.png" style="height: 400px" alt="stock system" /></a>
</section>
<section>
<h2 ><span class="python-yellow">OECD countries efficiency analysis</span></h2>
<a href="icts.png" class="lightview"><img src="icts.png" style="height: 400px" alt="stock system" /></a>
</section>
<section>
<h2 ><span class="python-yellow">Trade-shows</span></h2>
<h4>1) International trade-shows</h4>
<h4>2) European Trade-shows; London, Paris, Germany, Italy</h4>
<h4>3) IT strategy</h4>
<h4>4) Business Analyst strategies, market segmentation, clusters strategies</h4>
</section>
<section>
<h2>360 Booth</h2>
<script src="https://static.kuula.io/embed.js" data-kuula="https://kuula.co/share/7P27l?fs=1&vr=1&thumbs=1&chromeless=1&logo=1" data-width="100%" data-height="500px"></script>
</section>
<section>
<h3 class="fragment"><span class="python-yellow">Other Analysis</span></h3>
<div class="fragment">
<br></br>
<h4>Franchise cost simulator</h4>
<h4>Manufacturing Cost of Production</h4>
<h4>Market Research</h4>
<h4>Sentimental Analysis, WebScrapping, Data Mining.</h4>
</div>
</section>
</section>
<!-- Examples Template -->
<section>
<section data-state="soothe">
<h2 ><span class="python-yellow">Other Projects</span></h2>
<a href="data.png" class="lightview"><img src="data.png" style="height: 400px" alt="stock system" /></a>
</section>
<section>
<h2 ><span class="python-yellow">MACHINE LEARNING</span></h2>
<a href="machine.jpg" class="lightview"><img src="machine.jpg" style="height: 400px" alt="stock system" /></a>
<h4>Computer vision to recognize products using Raspberry Pi</h4>
</section>
<section>
<h2 ><span class="python-yellow">RESEARCH</span></h2>
<br></br>
<h4>Manufacturing Efficiency</h4>
<a href="https://www.sciencedirect.com/science/article/abs/pii/S0957178718300523" property="cc:attributionName" rel="cc:attributionURL">Airports Productivity</a>
</section>
<section>
<br></br><br></br><br></br>
<p>IT/Business Analyst Portfolio</span> by <a xmlns:cc="http://creativecommons.org/ns#" href="https://www.linkedin.com/in/benitodm" property="cc:attributionName" rel="cc:attributionURL">Benito Díaz-Medina</a> </p>
</section>
</div>
<!-- The navigational controls UI -->
<aside class="controls">
<a class="left" href="#">◄</a>
<a class="right" href="#">►</a>
<a class="up" href="#">▲</a>
<a class="down" href="#">▼</a>
</aside>
<!-- Displays presentation progress, max value changes via JS to reflect # of slides -->
<div class="progress"><span></span></div>
</div>
<script src="js/reveal.js"></script>
<!-- Optional libraries for code syntax highlighting and classList support in IE9 -->
<script src="lib/highlight.js"></script>
<script src="lib/classList.js"></script>
<script>
// Parse the query string into a key/value object
var query = {};
location.search.replace( /[A-Z0-9]+?=(\w*)/gi, function(a) {
query[ a.split( '=' ).shift() ] = a.split( '=' ).pop();
} );
Reveal.initialize({
// Display controls in the bottom right corner
controls: true,
// Display a presentation progress bar
progress: true,
// If true; each slide will be pushed to the browser history
history: true,
// Flags if mouse wheel navigation should be enabled
mouseWheel: true,
// Apply a 3D roll to links on hover
rollingLinks: true,
// UI style
theme: query.theme || 'default', // default/neon
// Transition style
transition: query.transition || 'default' // default/cube/page/concave/linear(2d)
});
hljs.initHighlightingOnLoad();
</script>
</body>
</html>