-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcv.html
More file actions
40 lines (36 loc) · 1.64 KB
/
cv.html
File metadata and controls
40 lines (36 loc) · 1.64 KB
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
---
layout: default
title: Curriculum Vitae
show_contact: false
---
<!-- CV/Resume Section -->
<div class="section">
<h2>📄 Curriculum Vitae</h2>
<hr>
<h3>Education</h3>
<ul>
<li>
<strong>PhD in Computer Engineering</strong> – Aalto University (GIST Lab), Helsinki, Finland<br>
<em>Jul. 2025 – Present</em><br>
Advisors: Prof. H. Tenkanen & N. Van de Weghe<br>
Research focus: Multimodal Large Language Models (LLMs) for Geospatial Reasoning.<br>
Project: Geo-R2LLM – funded under CHIST-ERA transnational call 2023.
</li>
<li>
<strong>M.S. in Computer Engineering (GPA: 110/110)</strong> – University of Padova (UniPd), Padova, Italy<br>
<em>Sep. 2022 – Mar. 2025</em><br>
Advisors: Prof. G. Silvello & S. Marchesin<br>
Grant: Awarded a research grant (€5,000) for the project "LLM-based Fact Verification Pipeline for Knowledge Graphs".<br>
Thesis: Knowledge Graph Fact Verification Through RAG Using a Multi-Model Ensemble Approach.<br>
Relevant Coursework: Graph Databases (30L/30), Search Engines (30L/30), Geographic Information Systems (30/30), Distributed Systems (30/30), Machine Learning (27/30).
</li>
</ul>
<h3>Honors & Awards</h3>
<ul>
<li>Research Grant (€5,000) for LLM-based Fact Verification Pipeline for Knowledge Graphs, University of Padova</li>
</ul>
<p>
<strong>📥 Download full CV:</strong>
<a href="{{ site.baseurl }}/assets/files/cv.pdf" target="_blank">[PDF]</a>
</p>
</div>