Skip to content

Commit 0ede7b1

Browse files
committed
Use uncached caption-free Table 4 preview
1 parent 52bc93f commit 0ede7b1

3 files changed

Lines changed: 2 additions & 2 deletions

File tree

27.2 KB
Loading

src/data/recentWorks.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ export const recentWorks: RecentWork[] = [
1414
"The Impact of Network Topology on Performance Metrics and Energy Consumption for Blockchains: Towards Repeatable Benchmarking",
1515
desc: "ACM DLT journal article on topology-aware blockchain benchmarking, showing why network structure and dynamics should be treated as first-class variables in reproducible blockchain performance evaluation.",
1616
url: "/research/acm-dlt-network-topologies-blockchain-performance",
17-
img: "/research/dlt26/table4-overall-blockchain-variability.webp",
17+
img: "/research/dlt26/table4-overall-blockchain-variability-v2.webp",
1818
badge: "ACM DLT journal",
1919
date: "2026-07-02",
2020
target: "_self",

src/pages/research/acm-dlt-network-topologies-blockchain-performance.astro

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ const structuredData = {
114114
<section class="mb-8">
115115
<div class="network-protected card bg-base-100 shadow-md">
116116
<figure class="px-6 pt-6">
117-
<img src="/research/dlt26/table4-overall-blockchain-variability.webp" alt="Table 4 from the ACM DLT journal article, reporting overall blockchain-level variability for throughput, latency, and energy consumption." class="rounded-xl border border-base-300 bg-base-200" loading="lazy" />
117+
<img src="/research/dlt26/table4-overall-blockchain-variability-v2.webp" alt="Table 4 from the ACM DLT journal article, reporting overall blockchain-level variability for throughput, latency, and energy consumption." class="rounded-xl border border-base-300 bg-base-200" loading="lazy" />
118118
</figure>
119119
<div class="card-body">
120120
<h2 class="card-title text-2xl">What the journal article highlights</h2>

0 commit comments

Comments
 (0)