-
Notifications
You must be signed in to change notification settings - Fork 0
/
publications.html
83 lines (65 loc) · 3.24 KB
/
publications.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
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xml:lang="en" xmlns="http://www.w3.org/1999/xhtml" lang="en">
<head>
<title>
Matthew vonAllmen
</title>
<link rel="stylesheet" type="text/css" href="https://fonts.googleapis.com/css2?family=Noto+Sans:ital,wght@0,400;0,700;1,400;1,700&family=Vollkorn&display=swap">
<link rel="stylesheet" href="main.css" type="text/css"/>
</head>
<body>
<div class="nav">
<div class="off"><a href="index.html">About</a></div>
<div class="on"><a href="publications.html">Publications</a></div>
<div class="off"> <a href="Linked documents/CV Matthew vonAllmen.pdf" target="_blank">CV</a></div>
<div class="off"><a href="teaching.html">Teaching</a></div>
<!-- <div class="off"><a href="seminar.html">Seminar</a></div> -->
</div>
<div id="empty"></div>
<div id="contentpane">
<div id="content">
<div>
<h4>Publications</h4>
<div class="paper">
<p class="title"><a href="https://arxiv.org/abs/2402.19292" target="_blank"><b>Fundamental Limits of Throughput and Availability: Applications to prophet inequalities & transaction fee mechanism design</b></a></i></p>
<p>with Aadityan Ganesh, Jason Hartline, and Atanu Sinha.</p>
<p>Published in <i>EC 2024</i>.</p>
<!-- <p>In Alice Bob Charlie <b>(ABC 2020)</b>.</p> -->
</div>
<hr style="display: block;
height: 1px;
border: 0;
border-top: 1px solid #ccc;
margin: 1em 0;
padding: 0;"/>
<i><h5>Working papers</h5></i>
<div class="paper">
<p class="title"><b>Dashboards with quantal responding agents</b></p>
<p>with Aadityan Ganesh, Jason Hartline, and Atanu Sinha.</p>
</div>
<div class="paper">
<p class="title"><b>Duopoly bundling with shared supply</b></p>
<p>with Jason Hartline and Onno Zoeter.</p>
</div>
<div class="paper">
<p class="title"><b>Calibration bounds and the sign preservation game</b></p>
<p>with Sidhant Bansal, Meenal Gupta, and Greg Valiant.</p>
</div>
<div class="paper">
<p class="title"><b>Surprisals, P-values, & posteriors: Testing the utility of summary statistics</b></p>
<p>with Jessica Hullman and Sheng Long.</p>
</div>
<div class="paper">
<p class="title"><b>Mechanism Design under Inequality</b></p>
<p>with Charles Cui and Sam Taggart.</p>
</div>
</div>
</div>
</div>
<div id="buffer"></div>
<div id="footer"> <div>Template by Kira Goldner©</div> </div>
<!-- If you really feel uncomfortable with giving me credit by name on your site, rather than deleting, please at lease uncomment and use the following logo credit. -->
<!--div id="footer"><div id="logo"> <a href="https://www.kiragoldner.com/" target="_blank"><img src="https://www.kiragoldner.com/favicon.png" width="12pt"/></a></div><div>© Template</div-->
</body>
</html>