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 cafe3e7 Updated publications
cafe3e7 is described below
commit cafe3e7ab1b4cb165504cd933ca69c6892f19aaa
Author: Apratim Shukla <[email protected]>
AuthorDate: Tue Apr 8 22:42:33 2025 -0700
Updated publications
---
src/components/Footer/index.tsx | 8 ++++++++
src/components/Header/menuData.tsx | 6 ++++++
src/components/Publications/index.tsx | 34 ++++++++++++++++++++++------------
3 files changed, 36 insertions(+), 12 deletions(-)
diff --git a/src/components/Footer/index.tsx b/src/components/Footer/index.tsx
index 6dd8787..5debb48 100644
--- a/src/components/Footer/index.tsx
+++ b/src/components/Footer/index.tsx
@@ -173,6 +173,14 @@ const Footer = () => {
ResView
</Link>
</li>
+ <li>
+ <Link
+ href="https://reslens.resilientdb.com"
+ className="mb-4 inline-block text-base text-body-color
duration-300 hover:text-primary dark:text-body-color-dark
dark:hover:text-primary"
+ >
+ ResLens
+ </Link>
+ </li>
<li>
<Link
href="https://monitoring.resilientdb.com/d/-cdKDm9nk/nexres?orgId=1&refresh=5s"
diff --git a/src/components/Header/menuData.tsx
b/src/components/Header/menuData.tsx
index 1d4bc95..66f14bc 100644
--- a/src/components/Header/menuData.tsx
+++ b/src/components/Header/menuData.tsx
@@ -87,6 +87,12 @@ const menuData: Menu[] = [
title: "ResView",
path: "https://resview.resilientdb.com",
newTab: true,
+ },
+ {
+ id: 56,
+ title: "ResLens",
+ path: "https://reslens.resilientdb.com",
+ newTab: true,
}
]
},
diff --git a/src/components/Publications/index.tsx
b/src/components/Publications/index.tsx
index 2ab7bec..1cc4b2a 100644
--- a/src/components/Publications/index.tsx
+++ b/src/components/Publications/index.tsx
@@ -229,42 +229,42 @@ const publicationData: Publication[] = [
},
{
id: 23,
- name: "Orthrus: Accelerating Multi-BFT Consensus through Concurrent
Partial Ordering of Transactions.",
+ name: "Did we miss P In CAP? Partial Progress Conjecture under
Asynchrony.",
venue: "arXiv 2024",
year: 2024,
content:
"Read Publication",
- publink: "https://arxiv.org/abs/2501.14732",
+ publink: "https://arxiv.org/abs/2501.00021",
award: ""
},
{
id: 24,
- name: "Did we miss P In CAP? Partial Progress Conjecture under
Asynchrony.",
+ name: "Thunderbolt: Causal Concurrent Consensus and Execution.",
venue: "arXiv 2024",
year: 2024,
content:
"Read Publication",
- publink: "https://arxiv.org/abs/2501.00021",
+ publink: "https://arxiv.org/abs/2407.09409",
award: ""
},
{
id: 25,
- name: "AVA: Fault-tolerant Reconfigurable Geo-Replication on Heterogeneous
Clusters.",
- venue: "arXiv 2024",
- year: 2024,
+ name: "Orthrus: Accelerating Multi-BFT Consensus through Concurrent
Partial Ordering of Transactions",
+ venue: "ICDE 2025",
+ year: 2025,
content:
"Read Publication",
- publink: "https://arxiv.org/abs/2412.01999",
+ publink: "https://arxiv.org/abs/2501.14732",
award: ""
},
{
id: 26,
- name: "Thunderbolt: Causal Concurrent Consensus and Execution.",
- venue: "arXiv 2024",
- year: 2024,
+ name: "AVA: Fault-tolerant Reconfigurable Geo-Replication on Heterogeneous
Clusters",
+ venue: "ICDE 2025",
+ year: 2025,
content:
"Read Publication",
- publink: "https://arxiv.org/abs/2407.09409",
+ publink: "https://arxiv.org/abs/2412.01999",
award: ""
},
{
@@ -287,6 +287,16 @@ const publicationData: Publication[] = [
publink: "https://arxiv.org/abs/2501.01062",
award: ""
},
+ {
+ id: 29,
+ name: "FairDAG: Consensus Fairness over Concurrent Causal Design",
+ venue: "arXiv 2025",
+ year: 2025,
+ content:
+ "Read Publication",
+ publink: "https://arxiv.org/abs/2504.02194",
+ award: ""
+ },
];
const Publications = () => {