From caa6769588ef4efdeff735aee7cf4b20008b6754 Mon Sep 17 00:00:00 2001 From: Nathan Zhang Date: Sat, 6 Jul 2024 16:59:01 -0700 Subject: [PATCH] Added Caravan --- assets/js/load_publications.js | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) diff --git a/assets/js/load_publications.js b/assets/js/load_publications.js index 97c76ec..5276b80 100644 --- a/assets/js/load_publications.js +++ b/assets/js/load_publications.js @@ -10,10 +10,23 @@ $(function() { PLDI: "Programming Language Design and Implementation (PLDI)", ASPLOS: "International Conference on Architectural Support for Programming Languages and Operating Systems (ASPLOS)", PLARCH: "Workshop: Programming Languages for Architecture (PLArch)", - YARCH: "Young Architect Workshop (YArch)" + YARCH: "Young Architect Workshop (YArch)", + OSDI: "USENIX Symposium on Operating Systems Design and Implementation (OSDI)" } let publications = [ + { + title: "Caravan: Practical Online Learning of In-Network ML Models with Labeling Agents", + authors: "Qizheng Zhang, Ali Imran, Enkeleda Bardhi, Tushar Swamy, Nathan Zhang, Muhammad Shahbaz, and Kunle Olukotun", + venue: venues.OSDI, + year: 2024, + pdfs: [ + { + title: "Proceedings", + url: "https://www.usenix.org/conference/osdi24/presentation/zhang-qizheng" + } + ] + }, { title: "The Dataflow Abstract Machine Simulator Framework", authors: "Nathan Zhang, Rubens Lacouture, Gina Sohn, Paul Mure, Qizheng Zhang, Fredrik Kjolstad, and Kunle Olukotun",