-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpg.html
More file actions
83 lines (73 loc) · 2.78 KB
/
pg.html
File metadata and controls
83 lines (73 loc) · 2.78 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
<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
<title>Filippo Palomba</title>
<meta name="keywords" content="" />
<meta name="description" content="" />
<link href="style.css" rel="stylesheet" type="text/css" />
<link rel="shortcut icon" type="image/x-icon" href="graphics/ptonicon.svg">
<!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-FY2E2C6851"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-FY2E2C6851');
</script>
</head>
<body>
<!-- start header -->
<div id="header">
<div id="logo">
<h1 style="width: 608px">
<a href="index.html">filippo palomba</a></h1><br>
<h2>Princeton University, PhD Student</h2>
</div>
</div>
<div id="page">
<!-- start content -->
<div id="content">
<div class="item">
<!--<a href="https://www.youtube.com/watch?v=Md9MUNDveZQ&ab_channel=TameImpala-Topic" target="_blank"><img width=620 src="graphics/zabriskie_point.jpg" alt="lake" /></a>-->
<img width=620 src="graphics/zabriskie_point.jpg" alt="lake" />
<br><br><br>
<!--
<h2>blogs</h2><br>
<ul>
<li><a href="https://davegiles.blogspot.com/" target="_blank">Econometrics Beat: Dave Giles' Blog</a></li>
<li><a href="https://mixtape.scunning.com/" target="_blank">Causal Inference: The Mixtape</a></li>
<li><a href="http://daniellakens.blogspot.com/" target="_blank">The 20% Statistician Blog</a></li>
</ul>
<br><br>--->
<h2>class notes</h2><br>
<ul>
<li><h4><a href="docs/Notes_for_STAT210B.pdf" target="_blank">Berkeley-STAT210B: Theoretical Statistics</a></h4> Prof. <a href="https://www.stat.berkeley.edu/~songmei/" target="_blank">Song Mei</a>.<br>
<li><h4><a href="docs/Notes_for_ORF_526.pdf" target="_blank">Princeton-ORF 526: Probability Theory</a></h4> Prof. <a href="https://mracz.princeton.edu/" target="_blank">Miklos Racz</a>, typed with <a href="https://www.eric-qian.com/" target="_blank">Eric Qian</a>.</li>
<ul>
</div>
</div>
<!-- end content -->
<!-- start sidebar -->
<div id="sidebar">
<ul>
<li>
<h2><a href="working.html">working</a></h2>
<br/>
<h2><a href="publications.html">publications</a></h2>
<br/>
<h2><a href="about.html">about</a></h2>
<br/>
<h2><a href ="software.html">software</a></h2>
<br/>
<h2><a href="pg.html">public goods</a></h2>
<br/>
<h2><a href="docs/fpal_cv.pdf" target="_blank">cv</a></h2>
</ul>
</div>
<!-- end sidebar -->
<div style="clear: both;"> </div>
</div>
<!-- end page -->
</body>
</html>