From f80456ab1bf0b3c055f1e6be91e7d0297b915929 Mon Sep 17 00:00:00 2001 From: Arta Salimiparsa Date: Fri, 22 May 2026 12:52:16 -0400 Subject: [PATCH] Add new publication entry to publications.ts MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Added the paper: A 360◦ Survey on Reconfigurability of HPC Storage Systems for Efficient I/O Signed-off-by: Arta Salimiparsa --- src/data/publications.ts | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/src/data/publications.ts b/src/data/publications.ts index 00a114e..7241edb 100644 --- a/src/data/publications.ts +++ b/src/data/publications.ts @@ -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", @@ -2120,6 +2129,7 @@ const publications: Publication[] = [ "tags": [], "links": {} } +