Skip to content

Commit

Permalink
Added Caravan
Browse files Browse the repository at this point in the history
  • Loading branch information
pyprogrammer committed Jul 6, 2024
1 parent ce1c8b2 commit caa6769
Showing 1 changed file with 14 additions and 1 deletion.
15 changes: 14 additions & 1 deletion assets/js/load_publications.js
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit caa6769

Please sign in to comment.