Skip to content

Commit 105ed87

Browse files
author
Max Liu
committed
test
1 parent 0601e3d commit 105ed87

File tree

1 file changed

+96
-2
lines changed

1 file changed

+96
-2
lines changed

index.html

+96-2
Original file line numberDiff line numberDiff line change
@@ -102,8 +102,102 @@
102102
{% endif %}
103103
</td>
104104
</tr>
105-
106-
105+
<tr>
106+
<td>3/27/24</td>
107+
<td>Mona Ma</td>
108+
<td><a href="https://dl.acm.org/doi/10.1145/2815400.2815415">Pivot Tracing: Dynamic Causal Monitoring for Distributed Systems, SOSP '15</a></td>
109+
<td>
110+
{% assign post = site.posts | where_exp: "post", "post.title contains 'Pivot'" | first %}
111+
{% if post %}
112+
<a href="{{ post.url | relative_url }}">Summary</a>
113+
{% else %}Unavailable
114+
{% endif %}
115+
</td>
116+
</tr>
117+
<tr>
118+
<td>2/21/24</td>
119+
<td>Max Liu</td>
120+
<td><a href="https://dl.acm.org/doi/abs/10.1145/3492321.3519575">Unicorn: reasoning about configurable system performance through the lens of causality, EuroSys '22</a></td>
121+
<td>
122+
{% assign post = site.posts | where_exp: "post", "post.title contains 'Unicorn'" | first %}
123+
{% if post %}
124+
<a href="{{ post.url | relative_url }}">Summary</a>
125+
{% else %}Unavailable
126+
{% endif %}
127+
</td>
128+
</tr>
129+
<tr>
130+
<td>2/14/24</td>
131+
<td>Zhaoqi Zhang</td>
132+
<td><a href="https://ieeexplore.ieee.org/abstract/document/9590295?casa_token=2cO0LL7nwroAAAAA:EPnZP6QMt1cIQ0E-Mq7IPzEKuSavt2_HvpvV_PGXse_P28SOUxJQCn4eRdYNjWQ99yNKTete">Sieve: Attention-based Sampling of End-to-End Trace Data in Distributed Microservice Systems, ICWS '21</a></td>
133+
<td>
134+
{% assign post = site.posts | where_exp: "post", "post.title contains 'Sieve'" | first %}
135+
{% if post %}
136+
<a href="{{ post.url | relative_url }}">Summary</a>
137+
{% else %}Unavailable
138+
{% endif %}
139+
</td>
140+
</tr>
141+
<tr>
142+
<td>2/07/24</td>
143+
<td>Mona Ma</td>
144+
<td><a href="https://dl.acm.org/doi/abs/10.1145/3620678.3624787">LatenSeer: Causal Modeling of End-to-End Latency Distributions by Harnessing Distributed Tracing, SoCC '23</a></td>
145+
<td>
146+
{% assign post = site.posts | where_exp: "post", "post.title contains 'LatenSeer'" | first %}
147+
{% if post %}
148+
<a href="{{ post.url | relative_url }}">Summary</a>
149+
{% else %}Unavailable
150+
{% endif %}
151+
</td>
152+
</tr>
153+
<tr>
154+
<td>1/31/24</td>
155+
<td>Darby Huye</td>
156+
<td><a href="https://dl.acm.org/doi/10.1145/3611643.3613881">STEAM: Observability-Preserving Trace Sampling, ESEC/FSE '23</a></td>
157+
<td>
158+
{% assign post = site.posts | where_exp: "post", "post.title contains 'STEAM'" | first %}
159+
{% if post %}
160+
<a href="{{ post.url | relative_url }}">Summary</a>
161+
{% else %}Unavailable
162+
{% endif %}
163+
</td>
164+
</tr>
165+
<tr>
166+
<td>1/24/24</td>
167+
<td>Tomislav Zabcic-Matic</td>
168+
<td><a href="https://ieeexplore.ieee.org/document/9460542">QoS-Aware and Resource Efficient Microservice Deployment in Cloud-Edge Continuum, IPDPS '21</a></td>
169+
<td>
170+
{% assign post = site.posts | where_exp: "post", "post.title contains 'Cloud-Edge Continuum'" | first %}
171+
{% if post %}
172+
<a href="{{ post.url | relative_url }}">Summary</a>
173+
{% else %}Unavailable
174+
{% endif %}
175+
</td>
176+
</tr>
177+
<tr>
178+
<td>12/06/23</td>
179+
<td>Sarah Abowitz</td>
180+
<td><a href="https://dl.acm.org/doi/10.1145/3484266.3487380">Watching the watchmen: Least privilege for managed network services, HotNets '21</a></td>
181+
<td>
182+
{% assign post = site.posts | where_exp: "post", "post.title contains 'watchmen'" | first %}
183+
{% if post %}
184+
<a href="{{ post.url | relative_url }}">Summary</a>
185+
{% else %}Unavailable
186+
{% endif %}
187+
</td>
188+
</tr>
189+
<tr>
190+
<td>11/29/23</td>
191+
<td>Max Liu</td>
192+
<td><a href="https://dl.acm.org/doi/pdf/10.1145/3600006.3613138">Blueprint: A Toolchain for Highly-Reconfigurable Microservices, SOSP '23</a></td>
193+
<td>
194+
{% assign post = site.posts | where_exp: "post", "post.title contains 'Blueprint'" | first %}
195+
{% if post %}
196+
<a href="{{ post.url | relative_url }}">Summary</a>
197+
{% else %}Unavailable
198+
{% endif %}
199+
</td>
200+
</tr>
107201

108202
</table>
109203
</div>

0 commit comments

Comments
 (0)