This is an automated email from the ASF dual-hosted git repository.
apratim pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-resilientdb-site.git
The following commit(s) were added to refs/heads/master by this push:
new fbf1ff0 Update index.tsx
fbf1ff0 is described below
commit fbf1ff02d62113546c2e194f3ef43755c8a21761
Author: Apratim Shukla <[email protected]>
AuthorDate: Wed Aug 14 21:46:03 2024 -0700
Update index.tsx
---
src/components/Publications/index.tsx | 10 ++++++++++
1 file changed, 10 insertions(+)
diff --git a/src/components/Publications/index.tsx
b/src/components/Publications/index.tsx
index d20788d..cf4f4b7 100644
--- a/src/components/Publications/index.tsx
+++ b/src/components/Publications/index.tsx
@@ -226,6 +226,16 @@ const publicationData: Publication[] = [
"Read Publication",
publink: "https://dl.acm.org/doi/10.1145/3274808.3274810",
award: "Best Paper Award"
+ },
+ {
+ id: 23,
+ name: "HotStuff-1: Linear Consensus with One-Phase Speculation",
+ venue: "arXiv 2024",
+ year: 2024,
+ content:
+ "Read Publication",
+ publink: "https://arxiv.org/abs/2408.04728",
+ award: ""
}
];