Skip to content

Commit

Permalink
Labios project status and type added.
Browse files Browse the repository at this point in the history
  • Loading branch information
izzet committed Nov 14, 2023
1 parent 7ab2d2d commit 0c21d30
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions src/data/projects.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,8 @@ const projects: Project[] = [
{
id: "chronolog",
name: "ChronoLog",
title: "ChronoLog: A High-Performance Storage Infrastructure for Activity and Log Workloads",
title:
"ChronoLog: A High-Performance Storage Infrastructure for Activity and Log Workloads",
shortDescription:
"HPC applications generate more data than storage systems can handle, and it is becoming increasingly important to store activity (log) data generated by people and applications. ChronoLog is a hierarchical, distributed log store that leverages physical time to achieve log ordering and reduce contention while utilizing storage tiers to elastically scale the log capacity.",
link: "/research/projects/chronolog",
Expand Down Expand Up @@ -67,6 +68,8 @@ const projects: Project[] = [
isFeatured: true,
isOurs: true,
researchStatus: "r&d",
status: "active",
type: "funded",
},
{
id: "dtio",
Expand Down Expand Up @@ -95,7 +98,7 @@ const projects: Project[] = [
researchStatus: "r&d",
status: "active",
type: "funded",
},
},
{
id: "dayu",
name: "DaYu",
Expand Down

0 comments on commit 0c21d30

Please sign in to comment.