-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpapers.html
More file actions
116 lines (104 loc) · 4.05 KB
/
Copy pathpapers.html
File metadata and controls
116 lines (104 loc) · 4.05 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
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Papers — Arda Kersü</title>
<link rel="preconnect" href="https://fonts.googleapis.com">
<link href="https://fonts.googleapis.com/css2?family=Fraunces:ital,wght@0,400;0,500;1,500&family=Inter:wght@400;500;600&family=IBM+Plex+Mono:wght@400;500&display=swap" rel="stylesheet">
<link rel="stylesheet" href="styles.css">
</head>
<body>
<div class="topbar">
<a href="index.html" class="mark">A<span>.</span>V</a>
<nav>
<a href="index.html">Home</a>
<a href="projects.html">Projects</a>
<a href="papers.html" class="active">Papers</a>
<a href="music.html">Music</a>
<a href="contact.html">Contact</a>
</nav>
</div>
<div class="shell">
<aside class="spine">
<div class="spine-top">
<a href="index.html" class="mark">Adrian<span>.</span></a>
<nav class="spine-nav">
<a href="index.html"><span class="idx">00</span>Home</a>
<a href="projects.html"><span class="idx">01</span>Projects</a>
<a href="papers.html" class="active"><span class="idx">02</span>Papers</a>
<a href="music.html"><span class="idx">03</span>Music</a>
<a href="contact.html"><span class="idx">04</span>Contact</a>
</nav>
</div>
<div class="spine-bottom">
İzmir, Turkey<br>
<a href="mailto:hello@adrianvoss.dev">ardakersu@gmail.com</a>
</div>
</aside>
<main class="main">
<section class="hero" style="padding-bottom:24px;">
<div class="eyebrow">02 — Papers</div>
<h1>Published &<br>working papers</h1>
<p class="lede">
Ordered newest first. Preprints are marked; everything else
has been through peer review.
</p>
<div class="signal" aria-hidden="true"></div>
</section>
<section style="padding-top:24px;">
<div class="pub-list">
<div class="pub">
<div class="idx">01</div>
<div>
<div class="title">Consensus Under Partial Failure: Tolerating Silent Misreport in Raft-Based Systems</div>
<div class="venue">Working paper — under review</div>
<div class="links"><a href="#">PDF</a><a href="#">arXiv</a><a href="#">Code</a></div>
</div>
<div class="year">2026</div>
</div>
<div class="pub">
<div class="idx">02</div>
<div>
<div class="title">Measuring the Last Mile: A Longitudinal Study of Network Latency in Underserved Regions</div>
<div class="venue">Proc. of the Symposium on Networked Systems (SNS)</div>
<div class="links"><a href="#">PDF</a><a href="#">DOI</a><a href="#">Dataset</a></div>
</div>
<div class="year">2025</div>
</div>
<div class="pub">
<div class="idx">03</div>
<div>
<div class="title">Quorum Simulation as a First-Class Testing Primitive</div>
<div class="venue">arXiv preprint</div>
<div class="links"><a href="#">arXiv</a><a href="#">Code</a></div>
</div>
<div class="year">2024</div>
</div>
<div class="pub">
<div class="idx">04</div>
<div>
<div class="title">Citation Lineage Analysis for Early Blind-Spot Detection in Manuscript Review</div>
<div class="venue">Journal of Scholarly Tooling, vol. 12</div>
<div class="links"><a href="#">PDF</a><a href="#">DOI</a></div>
</div>
<div class="year">2023</div>
</div>
<div class="pub">
<div class="idx">05</div>
<div>
<div class="title">Offline-First Interfaces for Field Research: A Design Study</div>
<div class="venue">Proc. of the Conference on Human-Centered Tooling (CHT)</div>
<div class="links"><a href="#">PDF</a><a href="#">DOI</a></div>
</div>
<div class="year">2022</div>
</div>
</div>
</section>
</main>
</div>
<footer class="page-footer">
© 2026 Arda Kersü.
</footer>
</body>
</html>