-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathabout.html
More file actions
100 lines (91 loc) · 5.29 KB
/
about.html
File metadata and controls
100 lines (91 loc) · 5.29 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
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
<!DOCTYPE HTML>
<html>
<head>
<title>Err civvì</title>
<meta name="author" content="Samuele Ferri">
<meta charset="utf-8"/>
<meta name="viewport" content="width=device-width, initial-scale=1"/>
<link rel="stylesheet" href="assets/css/main.css"/>
<link rel="stylesheet" href="assets/css/fontawesome-all.min.css">
</head>
<body>
<!-- Header -->
<header>
<!-- Nav -->
<nav>
<!-- Mobile format -->
<details>
<summary>About me</summary>
<ul>
<li><a href="index.html">Home</a></li>
<li><a href="research.html">Research</a></li>
<li><a href="warehouse.html">Warehouse</a></li>
<li><a href="photoblog.html">Portfolio</a></li>
<li><a href="about.html">About me</a></li>
</ul>
</details>
<!-- Desktop format -->
<div id="nav">
<ul>
<li><a href="index.html">Home</a></li>
<li><a href="research.html">Research</a></li>
<li><a href="warehouse.html">Warehouse</a></li>
<li><a href="photoblog.html">Portfolio</a></li>
<li><a href="about.html">About me</a></li>
</ul>
</div>
</nav>
</header>
<article>
<figure style="text-align: center;">
<img src="assets/css/images/aboutPic.webp" style='height: 70%; width: 70%; object-fit: contain;'/>
<figcaption style="text-align: center;">A sunny day in Cagliari, April 2024</figcaption>
</figure>
<h2>Downloads</h2>
<div style="display: flex; align-items: center; justify-content: center;">
<ul class="actions">
<li><a href="CV/cv_full.pdf"><button id="pdf"><i class="fas fa-file-pdf"></i> Full CV</button></a></li>
<li><a href="CV/cv_research.pdf"><button id="pdf"><i class="fas fa-file-pdf"></i> Short CV</button></a></li>
</ul>
</div>
<h2>Experiences</h2>
<ul>
<li><strong>2024 - now:</strong> PhD in Computer science and the mathematics of computation, University on Insubria, Como, Italy</li>
<li><strong>2026:</strong> Internship at Università della Svizzera Italiana, Lugano, Switzerland</li>
<li><strong>2025:</strong> Internship at Institute for applied mathematics "Mauro Picone", Rome Branch, National Research Council of Italy, Rome, Italy</li>
<li><strong>2023:</strong> Data analyst at Tools for Smart Minds, Castel Mella (BS), Italy</li>
<li><strong>2020 - 2022:</strong> Master degree in mathematics, University of Insubria, Como, Italy</li>
<li><strong>2022:</strong> Obtained the teaching qualification (24 cfu), University on Insubria, Como, Italy</li>
<li><strong>2017 - 2020:</strong> Bachelor degree in mathematics, University of Insubria, Como, Italy</li>
</ul>
<h3>Thesis-es</h3>
<ul>
<li><strong>PhD thesis:</strong> <i>It is still a secret...</i><br></li>
<li><strong>Master thesis:</strong> <i>De exoticis 7-sphaeris</i> (supervisor: Giovanni Bazzoni)<br>
In this thesis, we retrace Milnor's studies aimed at finding homeomorphic but not diffeomorphic manifolds
on the 7-sphere, through the study of 3-sphere bundles on the 4-sphere and their characteristic classes.</li>
<li><strong>Bachelor thesis:</strong> <i>Mixing time for Glauber dynamics</i> (supervisor: Andrea Posilicano)<br>
This thesis work is aimed at studying the time required for the Markov chain describing the Glauber
dynamics for the Ising model to reach its stationary distribution.</li>
</ul>
<h2>Teaching and tutoring</h2>
<ul>
<li><strong>2025-2026:</strong> Disciplinary tutor for the first year of the bachelor's degree in mathematics at University of Insubria (Como)</li>
<li><strong>2024:</strong> Tutor for the "Analisi 2" course of the bachelor's degree in mathematics at University of Insubria (Como)</li>
<li><strong>2024-2025:</strong> Disciplinary tutor for the first year of the bachelor's degree in mathematics at University of Insubria (Como)</li>
<li><strong>2024:</strong> Tutor for the "Matematica 2" course of the bachelor's degree in chemistry at University of Insubria (Como)</li>
<li><strong>2023:</strong> Substitute teacher at the middle school in Canobbio for mathematics</li>
<li><strong>2023:</strong> Substitute teacher at Centro Professionale in Trevano for mathematics</li>
<li><strong>2023:</strong> Substitute teacher at the high school in Lugano for mathematics and computer science</li>
<li><strong>2022:</strong> Substitute teacher at the middle school in Canobbio for mathematics</li>
<li><strong>2021:</strong> Tutor for the "Geometria 2" course of the bachelor's degree in mathematics at University of Insubria (Como)</li>
</ul>
<h2>Computer skills</h2>
<ul>
<li><strong>Advanced: </strong>Python, LaTex, C++, Matlab</li>
<li><strong>Intermediate: </strong>HTML, CSS, C#, SQL, LabView</li>
<li><strong>Basic: </strong>Javascript, Java</li>
</ul>
</article>
</body>
</html>