-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathwork.html
106 lines (105 loc) · 7.03 KB
/
work.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
<!DOCTYPE html>
<html lang="en">
<head>
<link href="https://stackpath.bootstrapcdn.com/bootstrap/4.1.3/css/bootstrap.min.css" rel="stylesheet">
<link href="styles.css" rel="stylesheet">
<title>Luis Cabral - Work experience</title>
<script src="myFunctions.js"></script>
<script src="https://code.jquery.com/jquery-1.10.1.js" integrity="sha256-663tSdtipgBgyqJXfypOwf9ocmvECGG8Zdl3q+tk+n0=" crossorigin="anonymous"></script>
</head>
<body class="with-background">
<div class="topnav" id="myTopnav">
<a href="index.html"><img src="icons/home.png" width="15" height="15" alt="Home"></a>
<a href="introduction.html">Introduction</a>
<a href="education.html">Education</a>
<a href="work.html" class="active">Work</a>
<a href="skills-certificates.html">Skills & certifications</a>
<a href="interests-hobbies.html">Interests & hobbies</a>
<a href="projects.html">Projects</a>
<div class="dropdown">Social Media
<div class="dropdown-content">
<a href="https://www.linkedin.com/in/luisscabral" ><img src="icons/linkedin.png" alt="Linkedin logo" width="15" height="15"> Linkedin</a>
<a href="https://github.com/luisscabral" target="_blank"><img src="icons/github.png" alt="Github logo" width="15" height="15"> GitHub</a>
<!-- <a href="https://www.facebook.com/luis.cabral.7549185" target="_blank"><img src="icons/facebook.png" alt="Facebook logo" width="15" height="15"> Facebook</a>
<a href="https://www.instagram.com/luisscabral/" target="_blank"><img src="icons/instagram.png" alt="Instagram logo" width="15" height="15"> Instagram</a> -->
</div>
</div>
<a href="javascript:void(0);" class="icon" onclick="myFunction()">
<i class="fa fa-bars"></i>
</a>
</div>
<table class="table">
<tbody>
<tr>
<td><img src="logos/work/deloitte.jpg" alt="Deloitte logo" width="200"></td>
<td class="mid">
<p class="td-title">
Deloitte Netherlands <br>
Consultant in Big Data Management
</p>
<span class="badge badge-primary badge-pill">#consultancy</span> <span class="badge badge-primary badge-pill">#datascience</span> <span class="badge badge-primary badge-pill">#bigdata</span>
</td>
<td class="td-date">
<p class="td-title">
Amsterdam, the Netherlands
</p>
Apr 2020 - present
</td>
</tr>
<tr>
<td><img src="logos/work/tortuga.png" alt="Tortuga Capital logo" width="200"></td>
<td class="mid">
<p class="td-title">
Tortuga Capital <br>
Data analyst
</p>
Tortuga Capital is a young real estate investment fund focused in building competitive advantage in the market through a big data strategy. <br>
I became involved with the company by doing my master thesis in partnership, whilst working two days per week on other company problems. My responsibilities involved scrapping and mining data from websites with languages like Python; managing, re-designing and adding content to the existing database with languages such as SQL; developing APIs and webhooks in Python; managing our AWS services, such as database, cloud computing and lambdas; creating dashboards on Tableau for the visualization of the market status and to inform management of internal progress within the company; and much more. Next to that, during my thesis, I developed a market value benchmark tool for the company, using R to create models that include random forests, clustering through K-means, regression models and deep learning through neural networks. I also assisted in the development of the front-end tool for this development tool, a web application that uses frameworks such as Django and React, to name a few. <br>
<span class="badge badge-primary badge-pill">#datascience</span> <span class="badge badge-primary badge-pill">#bigdata</span> <span class="badge badge-primary badge-pill">#machinelearning</span>
</td>
<td class="td-date">
<p class="td-title">
Rotterdam, the Netherlands
</p>
May 2019 - Mar 2020
</td>
</tr>
<tr>
<td><img src="logos/work/vattenfall.jpg" alt="Vattenfall logo" width="200"></td>
<td class="mid">
<p class="td-title">
Vattenfall <br>
External Consultant
</p>
Vattenfall is a energy conglomerate owned in majority by the Swedish state. It is present in multiple sectors of energy worldwide, with growing focus on sustainability. <br>
I worked for Vattenfall as part of a team of 5 student consultants from RSM. I helped Vattenfall develop a business plan and go-to-market strategy for a new B2B product in the renewable energy segment. <br>
<span class="badge badge-primary badge-pill">#consultancy</span> <span class="badge badge-primary badge-pill">#sustainability</span> <span class="badge badge-primary badge-pill">#energy</span>
</td>
<td class="td-date">
<p class="td-title">
Amsterdam, the Netherlands
</p>
Feb 2019 - Jun 2019
</td>
</tr>
<tr>
<td><img src="logos/work/roberto.jpg" alt="Roberto Oliveira logo" width="200"></td>
<td class="mid">
<p class="td-title">
Roberto Oliveira EPA <br>
Intern Architect
</p>
Worked on designs, business presentations, architecture visualization and technical drawings. <br>
<span class="badge badge-primary badge-pill">#architecture</span> <span class="badge badge-primary badge-pill">#design</span> <span class="badge badge-primary badge-pill">#summerjob</span>
</td>
<td class="td-date">
<p class="td-title">
Ponta Delgada, Portugal
</p>
Jul 2017 - Sep 2017
</td>
</tr>
</tbody>
</table>
</body>
</html>