Skip to content

Commit 59a4619

Browse files
committed
Separate in two timelines
1 parent 2a7ea17 commit 59a4619

28 files changed

+51
-3444
lines changed

_data/timeline.yml

Lines changed: 0 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -19,22 +19,3 @@
1919
to: present
2020
description: |
2121
Specialization in 3D computer vision.
22-
23-
- title: "Research Development Engineering Intern, CIN Advanced Systems Group"
24-
from: 04/09/2023
25-
to: 13/11/2023
26-
description: |
27-
Advanced simulation – detection and classification algorithms – industrial software deployment – sensor integration.
28-
29-
- title: "Computer Vision Engineering Intern, CIN Advanced Systems Group"
30-
from: 14/11/2023
31-
to: 14/11/2024
32-
description: |
33-
Surface defect detection – study of industrial solutions – software for continuous monitoring and real-time analysis with 2D cameras – image processing using analytical techniques and artificial intelligence.
34-
35-
- title: "Computer Vision Engineer, CIN Advanced Systems Group"
36-
from: 14/11/2023
37-
to: present
38-
description: |
39-
Implementation of real-time metrology systems – high-precision inspection and measurement algorithms with 3D laser technology – point cloud reconstruction and filtering – deployment of computer vision solutions.
40-

_data/timeline_experience.yml

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
- title: "Research Development Engineering Intern, CIN Advanced Systems Group"
2+
from: 04/09/2023
3+
to: 13/11/2023
4+
description: |
5+
Advanced simulation – detection and classification algorithms – industrial software deployment – sensor integration.
6+
7+
- title: "Computer Vision Engineering Intern, CIN Advanced Systems Group"
8+
from: 14/11/2023
9+
to: 14/11/2024
10+
description: |
11+
Surface defect detection – study of industrial solutions – software for continuous monitoring and real-time analysis with 2D cameras – image processing using analytical techniques and artificial intelligence.
12+
13+
- title: "Computer Vision Engineer, CIN Advanced Systems Group"
14+
from: 14/11/2023
15+
to: present
16+
description: |
17+
Implementation of real-time metrology systems – high-precision inspection and measurement algorithms with 3D laser technology – point cloud reconstruction and filtering – deployment of computer vision solutions.
18+
Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
<div class="col mt-4">
2+
<div class="timeline-body bg-themed">
3+
{% for item in site.data.timeline_experience %}
4+
<div class="timeline-item">
5+
<div class="content">
6+
<h2>{{ item.title }}</h2>
7+
<h6 class="date">{{ item.from }} — {{ item.to }}</h6>
8+
<p>{{ item.description }}</p>
9+
</div>
10+
</div>
11+
{% endfor %}
12+
</div>
13+
</div>

_posts/2015-09-25-how-to-undo-your-git-failure.md

Lines changed: 0 additions & 8 deletions
This file was deleted.

_posts/2016-02-09-what-is-version-control.md

Lines changed: 0 additions & 44 deletions
This file was deleted.

_posts/2016-04-17-do-not-go-gentle-into-that-good-night.md

Lines changed: 0 additions & 40 deletions
This file was deleted.

_posts/2016-07-23-a-better-hello-world.md

Lines changed: 0 additions & 51 deletions
This file was deleted.

_posts/2017-01-01-github-flow.md

Lines changed: 0 additions & 67 deletions
This file was deleted.

0 commit comments

Comments
 (0)