Skip to content

Commit

Permalink
Add SBAC-PAD paper.
Browse files Browse the repository at this point in the history
  • Loading branch information
izzet committed Nov 4, 2024
1 parent 825677e commit 05636d3
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 0 deletions.
21 changes: 21 additions & 0 deletions src/data/publications.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,27 @@
import { ProjectId, Publication, PublicationTag } from "../types";

const publications: Publication[] = [
{
authors: [
"A. Gainaru",
"G. Eisenhauer",
"N. Podhorszki",
"L. Dulac",
"Q. Gong",
"A. Kougkas",
"J. Lofstead",
"X.-H. Sun",
"S. Klasky",
],
title:
"To Derive or Not to Derive: I/O Libraries Take Charge of Derived Quantities Computation",
venue:
"IEEE/SBC 36th International Symposium on Computer Architecture and High Performance Computing (SBAC-PAD 2024), Hawaii, USA",
type: "Conference",
date: "November, 2024",
tags: [],
links: {},
},
{
authors: ["J. Ye", "B. Nicolae", "A. Kougkas", "X.-H. Sun"],
title:
Expand Down
4 changes: 4 additions & 0 deletions src/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -128,6 +128,7 @@ export type PublicationAuthor =
| "F. Checconi"
| "F. Liang"
| "G. Chen"
| "G. Eisenhauer"
| "G. Ge"
| "G. Gibson"
| "G. Grider"
Expand Down Expand Up @@ -190,6 +191,7 @@ export type PublicationAuthor =
| "K. Xiao"
| "K. Zhang"
| "L. Bautista-Gomez"
| "L. Dulac"
| "L. Gong"
| "L. Guo"
| "L. Logan"
Expand Down Expand Up @@ -226,6 +228,7 @@ export type PublicationAuthor =
| "N. Lewis"
| "N. Liu"
| "N. Mehta"
| "N. Podhorszki"
| "N. Rajesh"
| "N. Seenu"
| "N. Sun"
Expand All @@ -245,6 +248,7 @@ export type PublicationAuthor =
| "P. Widener"
| "P. Beckman"
| "Q. Chen"
| "Q. Gong"
| "Q. Hou"
| "Q. Koziol"
| "R. Brightwell"
Expand Down

0 comments on commit 05636d3

Please sign in to comment.