Skip to content

Commit

Permalink
Added Jarvis WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
JaimeCernuda committed Oct 4, 2024
1 parent 15f4118 commit f7be76d
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions src/data/publications.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,25 @@
import { ProjectId, Publication, PublicationTag } from "../types";

const publications: Publication[] = [
{
authors: [
"J. Cernuda",
"L. Logan",
"N. Lewis",
"S. Byna",
"X.-H. Sun",
"A. Kougkas",
],
title:
"Jarvis: Towards a Shared, User-Friendly, and Reproducible, I/O Infrastructure.",
venue: "PDSW'24",
type: "Workshop",
date: "November, 2024",
tags: ["deployment", "HPC", "hardware abstraction", "resource management", "I/O", "Python"],
links: {
pdf: "http://cs.iit.edu/~scs/assets/files/cernuda2024jarvis.pdf",
},
},
{
authors: [
"Z. Pan",
Expand Down

0 comments on commit f7be76d

Please sign in to comment.