Skip to content

Commit c695d81

Browse files
p:regular update
1 parent 5f294c9 commit c695d81

File tree

2 files changed

+13
-10
lines changed

2 files changed

+13
-10
lines changed

index.html

Lines changed: 10 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,8 @@
2020
I received my Ph.D. in Statistics from <a href="https://www.ucl.ac.uk" target="blank">University College London (UCL)</a>. I am broadly interested in the intersection of statistics, computational data science and machine learning, a scientific field that helps provide a solid foundation for many modern applications, including artificial intelligence. My research focuses on methods and algorithms for both supervised and unsupervised learning, with an emphasis on robustness (i.e., resistance to noise and data contamination). Over the years, I have taught both undergraduate and graduate courses in statistics, probability, computational and learning methods, and econometrics. For more information, see the CV linked below.
2121
</p>
2222

23+
<hr>
24+
<br>
2325

2426
<b>Contacts</b>
2527
<table>
@@ -45,24 +47,23 @@
4547
<td>pcoretto (at) unisa.it</td>
4648
</tr>
4749
</table>
50+
<br>
4851

4952

50-
<hr>
51-
52-
<h3>Academic info</h3>
53-
<ul>
53+
<b>Academic info</b><br>
54+
<ul style="margin-top:0.75ex;">
5455
<li><a href="pcoretto-cv.pdf">Curriculum Vitae</a></li>
5556
<li><a href="research.html">Research &amp; Publications</a></li>
5657
<li><a href="software.html">Software</a></li>
5758
</ul>
5859

59-
<h3>Didattica/Teaching</h3>
60-
<ul>
60+
<b>Didattica/Teaching</b>
61+
<ul style="margin-top:0.75ex;">
6162
<li><a href="ricevimento-avvisi.html">Avvisi</a></li>
6263

6364
<li><a href="ricevimento-avvisi.html">Ricevimento Studenti</a></li>
6465

65-
<li><b>Corsi/Current Classes</b></li>
66+
<li>Corsi/Current Classes</li>
6667
<ul class="blevel">
6768
<li><a href="syllabus-asl-1.pdf">Advanced Statistical Learning I</a> (Università di Salerno)
6869
</li>
@@ -83,8 +84,8 @@ <h3>Didattica/Teaching</h3>
8384

8485

8586

86-
<h3>Miscelanea</h3>
87-
<ul>
87+
<b>Miscelanea</b>
88+
<ul style="margin-top:0.75ex;">
8889
<li><a href="audiophile.html">The Audiophile Corner</a></li>
8990

9091
<li><a href="soon.html">Music</a></li>

pietrohome.css

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,9 @@ body{ font-size: 16px;
1313
margin-bottom: auto;
1414
}
1515

16-
16+
p + ul {
17+
margin-top: -XX;
18+
}
1719

1820
/* contacts table */
1921
.contacts {

0 commit comments

Comments
 (0)