-
Notifications
You must be signed in to change notification settings - Fork 0
/
about-us.html
executable file
·200 lines (184 loc) · 9.44 KB
/
about-us.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
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="">
<meta name="author" content="">
<title>About Us | Flat Theme</title>
<link href="css/bootstrap.min.css" rel="stylesheet">
<link href="css/font-awesome.min.css" rel="stylesheet">
<link href="css/prettyPhoto.css" rel="stylesheet">
<link href="css/animate.css" rel="stylesheet">
<link href="css/main.css" rel="stylesheet">
<!--[if lt IE 9]>
<script src="js/html5shiv.js"></script>
<script src="js/respond.min.js"></script>
<![endif]-->
<link rel="shortcut icon" href="images/ico/favicon.ico">
<link rel="apple-touch-icon-precomposed" sizes="144x144" href="images/ico/apple-touch-icon-144-precomposed.png">
<link rel="apple-touch-icon-precomposed" sizes="114x114" href="images/ico/apple-touch-icon-114-precomposed.png">
<link rel="apple-touch-icon-precomposed" sizes="72x72" href="images/ico/apple-touch-icon-72-precomposed.png">
<link rel="apple-touch-icon-precomposed" href="images/ico/apple-touch-icon-57-precomposed.png">
</head><!--/head-->
<body>
<header class="navbar navbar-inverse navbar-fixed-top wet-asphalt" role="banner">
<div class="container">
<div class="navbar-header">
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target=".navbar-collapse">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a class="navbar-brand" href="index.html"><img src="round_profile.png" width="50" height="50" alt="logo"></a>
</div>
<div class="collapse navbar-collapse">
<ul class="nav navbar-nav navbar-right">
<li><a href="index.html">Home</a></li>
<li class="active"><a href="about-us.html">About Me</a></li>
<li><a href="services.html">Collaborations</a></li>
<li><a href="portfolio.html">Curriculum Vitae</a></li>
</ul>
</div>
</div>
</header><!--/header-->
<section id="title" class="emerald">
<div class="container">
<div class="row">
<div class="col-sm-6">
<h1>About Me</h1>
</div>
<div class="col-sm-6">
<ul class="breadcrumb pull-right">
<li><a href="index.html">Home</a></li>
<li class="active">About Me</li>
</ul>
</div>
</div>
</div>
</section><!--/#title-->
<section id="about-us" class="container">
<div class="row">
<div class="col-sm-6">
<h2></h2>
<p>I am interested in Cosmology since there are many many open questions which people
are trying to understand and interpret. We are now in the era of precision cosmology so it's going
to be very exciting. My area of research is mostly based on the study of the polarization of the Cosmic Microwave Background (CMB). </p>
I have recently started a tenure track at University of Catania, (which is also my home town!), where I joined the
Astrophysics group in the Observatory and started teaching (both grad and undergrad students).
Before that I worked as a staff researcher at University of Rome - Tor Vergata where I joined the cosmology group led by
Nicola Vittorio and Marina Migliaccio.
I spent ~5 years in my beloved California where I had the great opportunity of being a
PostDoc at UC Berkeley and at the Center for Computational Cosmology, (led by Julian Borrill) and at KIPAC (Stanford University, CMB group led by Chao-Lin Kuo).
Thanks to this experience, I got actively involved in several CMB experiments to date: Simons Observatory, CMB-S4 and LiteBIRD<p>.
Currently, I have several responsability roles: SO pipeline leader of
Galactic and Extra-galactic science, and Simulation Production Manager for LiteBIRD.
I am currently working on systematics assessments for Litebird and SO due to gain drifts and
beam systematics on one hand. On the other hand, I am interested in improving the foreground modelling by identifying area of homogeneity in the spectral quantities we use to parameterize the Foreoground emission.
</p>
<p>I graduated in Astrophysics at the <a
href="http://www.sissa.it/"><u>International School of Advanced Studies</u></a> (SISSA) in Trieste
(Italy) on October, 2017 and I worked on data analysis
for Cosmic Microwave Background ground based experiments under the supervision of Carlo
Baccigalupi and Giulio Fabbian since October 2013 (when my PhD started)..</p>
<p> On December, 2016 I got a <a
href="http://mhpc.it/"><u>Master in High Performance Computing</u></a> (MHPC) meant
to
improve the
young
scientists capability in
writing massively parallel codes, installing and handling any scientific library, object oriented
programming, finite element methods, iterative methods, large-data manipulation, parallel linear
algebra and advanced numerical analysis.
</p>
</div><!--/.col-sm-6-->
<div class="col-sm-6">
<h2>Skills</h2>
<div>
<div class="progress">
<div class="progress-bar progress-bar-danger" role="progressbar" aria-valuenow="90" aria-valuemin="0" aria-valuemax="100" style="width: 90%;">
<span>Python, C, C++, Fortran</span>
</div>
</div>
<div class="progress">
<div class="progress-bar progress-bar-success" role="progressbar"
aria-valuenow="70" aria-valuemin="0" aria-valuemax="100" style="width: 80%;">
<span>Parallel Programming- OpenMPI</span>
</div>
</div>
<div class="progress">
<div class="progress-bar" role="progressbar" aria-valuenow="40"
aria-valuemin="0" aria-valuemax="100" style="width: 90%;">
<span>Data-analysis of CMB maps</span>
</div>
</div>
<div class="progress">
<div class="progress-bar progress-bar-info" role="progressbar"
aria-valuenow="55" aria-valuemin="0" aria-valuemax="100" style="width: 90%;">
<span>Foreground Cleaning and Modelling </span>
</div>
</div>
<div class="progress">
<div class="progress-bar progress-bar-warning" role="progressbar"
aria-valuenow="75" aria-valuemin="0" aria-valuemax="100" style="width: 90%;">
<span>Supervised and Unsupervised Machine Learning </span>
</div>
</div>
</div>
</div><!--/.col-sm-6-->
</div><!--/.row-->
<div class="gap"></div>
<h1 class="center">References</h1>
<div class="gap"></div>
<div id="meet-the-team" class="row">
<div class="col-md-3 col-xs-6">
<div class="center">
<h5>Dr. Julian Borrill <small class="designation
muted">Postdoc Advisor </small></h5>
<p>Center for Computational Cosmology- Berkeley </p>
<a href="mailto:[email protected]">[email protected]</a>
</div>
</div>
<div class="col-md-3 col-xs-6">
<div class="center">
<h5>Prof. Carlo Baccigalupi <small class="designation
muted">PhD Advisor </small></h5>
<p>SISSA, Trieste </p>
<a href="mailto:[email protected]">[email protected]</a>
</div>
</div>
<div class="col-md-3 col-xs-6">
<div class="center">
<h5>Prof. Chao-Lin Kuo <small class="designation muted">Postdoc Advisor </small></h5>
<p>Stanford University </p>
<a href="mailto:[email protected]">[email protected]</a>
</div>
</div>
<div class="col-md-3 col-xs-6">
<div class="center">
<h5>Dr. Radek Stompor<small class="designation muted">PhD Co-advisor</small></h5>
<p>Astroparticule et Cosmologie Institute, Paris</p>
<a href="mailto:[email protected]">[email protected]</a>
</div>
</div>
<div class="col-md-3 col-xs-6">
<div class="center">
<h5>Dr. Giulio Fabbian<small class="designation muted">PhD Co-advisor</small></h5>
<p>SISSA, Trieste</p><a href="mailto:[email protected]">[email protected]</a>
</div>
</div>
<div class="col-md-3 col-xs-6">
<div class="center">
<h5>Dr. Luca Heltai<small class="designation muted">Master HPC
advisor </small></h5>
<p>SISSA, Trieste</p>
<a href="mailto:[email protected]">[email protected]</a>
</div>
</div>
</div><!--/#meet-the-team-->
</section><!--/#about-us-->
<footer id="footer" class="midnight-blue">
</footer><!--/#footer-->
</body>
</html>