Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 10 additions & 0 deletions src/data/publications.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,15 @@
import { ProjectId, Publication, PublicationTag } from "../types";

const publications: Publication[] = [
{
"authors": ["A. Salimiparsa", "N. Lewis", "J. L. Bez"],
"title": "A 360◦ Survey on Reconfigurability of HPC Storage Systems for Efficient I/O",
"venue": "ACM Computing Surveys 2026",
"type": "Journal",
"date": "2026",
"tags": ["I/O", "I/O Optimization", "I/O Performance", "I/O Tuning"],
"links": {}
},
{
"authors":[
"G. Song",
Expand Down Expand Up @@ -2120,6 +2129,7 @@ const publications: Publication[] = [
"tags": [],
"links": {}
}




Expand Down
Loading