Skip to content
Merged
Show file tree
Hide file tree
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
6 changes: 3 additions & 3 deletions src/data/publications.ts
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ const publications: Publication[] = [
"venue": "CHEOPS '26",
"type": "Workshop",
"date": "April, 2026",
"tags": ["Relational algebra", "IO Optimization", "HDF5"],
"tags": ["Relational Algebra", "I/O Optimization", "HDF5"],
"links": {
"pdf": "https://dl.acm.org/doi/epdf/10.1145/3805687.3806261"
}
Expand All @@ -37,7 +37,7 @@ const publications: Publication[] = [
"venue": "S-HPC 25",
"type": "Workshop",
"date": "November, 2025",
"tags": ["S2-D2", "HDF5"],
"tags": ["S2D2", "HDF5"],
"links": {
}
},
Expand All @@ -52,7 +52,7 @@ const publications: Publication[] = [
"venue": "S-HPC 25",
"type": "Workshop",
"date": "November, 2025",
"tags": ["S2-D2", "HDF5"],
"tags": ["S2D2", "HDF5"],
"links": {
}
},
Expand Down
8 changes: 8 additions & 0 deletions src/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -427,6 +427,13 @@ export type PublicationAuthor =
|"K. Velusamy"
|"J. Doe"
|"R. Islam"
|"R. Ilyas"
|"S. Kumar"
|"T. Gilray"
|"K. Micinski"
|"G. Song"
|"Z. Lin"
|"D. Mattson"
;

export type PublicationTag =
Expand Down Expand Up @@ -623,6 +630,7 @@ export type PublicationTag =
| "RPC over RDMA"
| "ReRAM-based Accelerator"
| "Reinforcement Learning"
| "Relational Algebra"
| "Representative"
| "Resource Management"
| "Resource Monitoring"
Expand Down
Loading