Skip to content

Commit 6481e9f

Browse files
committed
added new experience
1 parent 46d7a58 commit 6481e9f

File tree

2 files changed

+97
-13
lines changed

2 files changed

+97
-13
lines changed

data/en/sections/experiences.yaml

Lines changed: 19 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,26 @@ section:
77
showOnNavbar: true
88
# Can optionally hide the title in sections
99
# hideTitle: true
10-
10+
# Hello 👋
11+
# I am an Experimental Physicist, Data Scientist and Python Developer.
12+
# I think my hybrid background can be a great fit for your company.
1113
# Your experiences
1214
experiences:
15+
- company:
16+
name: Sky Ray Capital
17+
url:
18+
location: Portugal (Remote)
19+
logo:
20+
overview: Analysis of the latest financial data for portfolio and strategies optimization
21+
positions:
22+
- designation: Senior Data Scientist
23+
start: Mar 2024
24+
25+
responsibilities:
26+
- Time-series Analysis
27+
- Financial Reporting
28+
- Strategy optimization using Machine Learning and Deep Learning.
29+
1330
- company:
1431
name: Stellantis
1532
url: "https://www.stellantis.com"
@@ -20,7 +37,7 @@ experiences:
2037
# company overview
2138
overview: Innovative projects in the research center for one of the biggest car-maker in Europe.
2239
positions:
23-
- designation: Senior Data Scientist
40+
- designation: Mid-Senior Data Scientist
2441
start: Feb 2023
2542
# don't provide end date if you are currently working there. It will be replaced by "Present"
2643
end: Nov 2023

public/index.html

Lines changed: 78 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -928,6 +928,69 @@ <h1 class="text-center">
928928

929929

930930

931+
<div class="company-heading">
932+
<h5>Sky Ray Capital</h5>
933+
<p class="text-muted">
934+
Mar 2024 - Present
935+
</p>
936+
</div>
937+
<p class="text-muted">
938+
<i class="fa-solid fa-location-dot"></i> Portugal (Remote)
939+
</p>
940+
941+
<p>Analysis of the latest financial data for portfolio and strategies optimization</p>
942+
</div>
943+
944+
<div class="positions">
945+
946+
<div class="company-heading">
947+
<h5 class="designation">Senior Data Scientist</h5>
948+
<p class="text-muted">Mar 2024 - Present </p>
949+
</div>
950+
951+
952+
<h6 class="text-heading">Responsibilities:</h6>
953+
<ul class="justify-content-around">
954+
955+
<li>Time-series Analysis</li>
956+
957+
<li>Financial Reporting</li>
958+
959+
<li>Strategy optimization using Machine Learning and Deep Learning.</li>
960+
961+
</ul>
962+
963+
964+
</div>
965+
</div>
966+
967+
</div>
968+
969+
970+
<div class="row horizontal-line">
971+
<div class="col-1 col-lg-2 timeline-side-div">
972+
<div class="corner"></div>
973+
</div>
974+
<div class="col-10 col-lg-8">
975+
<hr />
976+
</div>
977+
<div class="col-1 col-lg-2 timeline-side-div">
978+
<div class="corner"></div>
979+
</div>
980+
</div>
981+
982+
983+
984+
985+
<div class="row align-items-center justify-content-end d-flex">
986+
<div class="col-10 col-lg-8">
987+
<div class="experience-entry-heading">
988+
989+
990+
991+
992+
993+
931994
<div class="company-heading">
932995
<h5><a href=https://www.stellantis.com title="Stellantis" target="_blank" rel="noopener">Stellantis</a></h5>
933996
<p class="text-muted">
@@ -944,7 +1007,7 @@ <h5><a href=https://www.stellantis.com title="Stellantis" target="_blank" rel="n
9441007
<div class="positions">
9451008

9461009
<div class="company-heading">
947-
<h5 class="designation">Senior Data Scientist</h5>
1010+
<h5 class="designation">Mid-Senior Data Scientist</h5>
9481011
<p class="text-muted">Feb 2023 - Nov 2023 </p>
9491012
</div>
9501013

@@ -984,6 +1047,10 @@ <h6 class="text-heading">Responsibilities:</h6>
9841047
</div>
9851048
</div>
9861049

1050+
<div class="col-1 col-lg-2 text-center vertical-line d-inline-flex justify-content-center">
1051+
<div class="circle fw-bold">2</div>
1052+
</div>
1053+
9871054
</div>
9881055

9891056

@@ -1002,7 +1069,11 @@ <h6 class="text-heading">Responsibilities:</h6>
10021069

10031070

10041071

1005-
<div class="row align-items-center justify-content-end d-flex">
1072+
<div class="row align-items-center d-flex">
1073+
<div class="col-1 col-lg-2 text-center vertical-line d-inline-flex justify-content-center">
1074+
<div class="circle fw-bold">3</div>
1075+
</div>
1076+
10061077
<div class="col-10 col-lg-8">
10071078
<div class="experience-entry-heading">
10081079

@@ -1049,10 +1120,6 @@ <h6 class="text-heading">Responsibilities:</h6>
10491120
</div>
10501121
</div>
10511122

1052-
<div class="col-1 col-lg-2 text-center vertical-line d-inline-flex justify-content-center">
1053-
<div class="circle fw-bold">2</div>
1054-
</div>
1055-
10561123
</div>
10571124

10581125

@@ -1071,11 +1138,7 @@ <h6 class="text-heading">Responsibilities:</h6>
10711138

10721139

10731140

1074-
<div class="row align-items-center d-flex">
1075-
<div class="col-1 col-lg-2 text-center vertical-line d-inline-flex justify-content-center">
1076-
<div class="circle fw-bold">3</div>
1077-
</div>
1078-
1141+
<div class="row align-items-center justify-content-end d-flex">
10791142
<div class="col-10 col-lg-8">
10801143
<div class="experience-entry-heading">
10811144

@@ -1120,6 +1183,10 @@ <h6 class="text-heading">Responsibilities:</h6>
11201183
</div>
11211184
</div>
11221185

1186+
<div class="col-1 col-lg-2 text-center vertical-line d-inline-flex justify-content-center">
1187+
<div class="circle fw-bold">4</div>
1188+
</div>
1189+
11231190
</div>
11241191

11251192

0 commit comments

Comments
 (0)