-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbio.html
93 lines (92 loc) · 2.43 KB
/
bio.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
---
layout: default
title: Federico Galetto - Bio
keywords: bio, cv
active: bio
---
<div class="row">
<div class="col">
<div class="card">
<div class="card-header">
<h5 class="mb-0">Employment</h5>
</div>
<table class="table notop table-sm mb-0">
<tbody>
<tr><td>2023 - present</td>
<td><strong>Associate Professor</strong>, Cleveland State University
</td>
</tr>
<tr><td>2018 - 2023</td>
<td><strong>Assistant Professor</strong>, Cleveland State University
</td>
</tr>
<tr><td>2015 - 2018</td>
<td><strong>Postdoctoral Fellow</strong>, McMaster University<br>
Supervisors: Megumi Harada, Adam Van Tuyl
</td>
</tr>
<tr><td>2013 - 2015</td>
<td><strong>Coleman Postdoctoral Fellow</strong>, Queen's University<br>
Supervisors: Tony Geramita, Greg Smith, David Wehlau
</td>
</tr>
<tr><td>2007 - 2013</td>
<td><strong>Teaching Assistant</strong>,
Northeastern University
</td>
</tr>
</tbody>
</table>
</div>
<div class="card">
<div class="card-header">
<h5 class="mb-0">Education</h5>
</div>
<table class="table notop table-sm mb-0">
<tbody>
<tr><td>2013</td>
<td><strong>Ph.D. in Mathematics</strong>, Northeastern University<br>
Advisor: Jerzy Weyman
</td>
</tr>
<tr><td>2009</td>
<td><strong>M.S. in Pure Mathematics</strong>, Northeastern University
</td>
</tr>
<tr><td>2008</td>
<td><strong>Laurea Magistrale in Matematica</strong>, Università degli Studi di Torino<br>
Advisor: Margherita Roggero
</td>
</tr>
<tr><td>2005</td>
<td><strong>Laurea in Scienze Matematiche</strong>, Università degli Studi di Torino<br>
Advisor: Margherita Roggero
</td>
</tr>
</tbody>
</table>
</div>
</div>
<div class="col-lg-4 d-flex">
<div class="card text-center w-100">
<img class="card-img-top img-crop rounded" id="photo" style="height:100%;">
<!-- local Javascript for random photo -->
<script src="js/randomphoto.js"></script>
</div>
</div>
</div>
<div class="row">
<div class="col">
<div class="card">
<div class="card-header">
<h5 class="mb-0">Curriculum Vitae</h5>
</div>
<table class="table notop table-sm mb-0">
<tbody>
<tr><td><a href="files/CV.pdf">Full CV</a> (updated September 2024)</td>
</tr>
</tbody>
</table>
</div>
</div>
</div>