Skip to content

Commit ba2bcf4

Browse files
committed
chore: retouch landing page
1 parent 132755a commit ba2bcf4

File tree

2 files changed

+3
-42
lines changed

2 files changed

+3
-42
lines changed

data/landing.yaml

Lines changed: 3 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -51,44 +51,29 @@ featureGrid:
5151
- title: Interactive Heatmap
5252
icon: grid_view
5353
description: Visualize schema matching candidates across all columns using an intuitive heatmap interface. Color-coded cues help quickly identify strong and weak matches.
54-
ctaLink:
55-
text: learn more
56-
url: /docs/
54+
# ctaLink:
55+
# text: learn more
56+
# url: /docs/
5757

5858
- title: Value Comparison
5959
icon: compare_arrows
6060
description: Easily compare unique values between source and target columns using fuzzy matching and histograms to validate semantic alignment.
61-
ctaLink:
62-
text: learn more
63-
url: /docs/
6461

6562
- title: LLM Agent Explanations
6663
icon: psychology
6764
description: Get contextual explanations for candidate matches powered by large language models. Understand the rationale behind every recommendation.
68-
ctaLink:
69-
text: learn more
70-
url: /docs/
7165

7266
- title: Timeline & Undo/Redo
7367
icon: history
7468
description: Track every decision with a timeline view and easily reverse or reapply actions using undo/redo support.
75-
ctaLink:
76-
text: learn more
77-
url: /docs/
7869

7970
- title: Export & Integration
8071
icon: cloud_download
8172
description: Export your final mappings as CSV or JSON to use in downstream tools, or integrate with other pipelines such as Beaker or BDIKit.
82-
ctaLink:
83-
text: learn more
84-
url: /docs/
8573

8674
- title: Built for Biomedicine
8775
icon: science
8876
description: Tailored for biomedical researchers, BDIViz supports common data commons like GDC and PDC, and was co-designed with domain experts through the ARPA-H ASKEM project.
89-
ctaLink:
90-
text: learn more
91-
url: /docs/
9277

9378
# Image compare
9479
imageCompare:

public/index.html

Lines changed: 0 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -285,10 +285,6 @@ <h4 class="title fw-bold mb-4">Why choose BDIViz?</h4>
285285
<h4 class="title">Interactive Heatmap</h4>
286286
<p class="text-muted para mb-0">Visualize schema matching candidates across all columns using an intuitive heatmap interface. Color-coded cues help quickly identify strong and weak matches.</p>
287287

288-
<div class="mt-2">
289-
<a href="/docs/" class="mt-3 h6 text-primary">learn more <i class="material-icons align-top">chevron_right</i></a>
290-
</div>
291-
292288
</div>
293289
</div>
294290
</div>
@@ -303,10 +299,6 @@ <h4 class="title">Interactive Heatmap</h4>
303299
<h4 class="title">Value Comparison</h4>
304300
<p class="text-muted para mb-0">Easily compare unique values between source and target columns using fuzzy matching and histograms to validate semantic alignment.</p>
305301

306-
<div class="mt-2">
307-
<a href="/docs/" class="mt-3 h6 text-primary">learn more <i class="material-icons align-top">chevron_right</i></a>
308-
</div>
309-
310302
</div>
311303
</div>
312304
</div>
@@ -321,10 +313,6 @@ <h4 class="title">Value Comparison</h4>
321313
<h4 class="title">LLM Agent Explanations</h4>
322314
<p class="text-muted para mb-0">Get contextual explanations for candidate matches powered by large language models. Understand the rationale behind every recommendation.</p>
323315

324-
<div class="mt-2">
325-
<a href="/docs/" class="mt-3 h6 text-primary">learn more <i class="material-icons align-top">chevron_right</i></a>
326-
</div>
327-
328316
</div>
329317
</div>
330318
</div>
@@ -339,10 +327,6 @@ <h4 class="title">LLM Agent Explanations</h4>
339327
<h4 class="title">Timeline &amp; Undo/Redo</h4>
340328
<p class="text-muted para mb-0">Track every decision with a timeline view and easily reverse or reapply actions using undo/redo support.</p>
341329

342-
<div class="mt-2">
343-
<a href="/docs/" class="mt-3 h6 text-primary">learn more <i class="material-icons align-top">chevron_right</i></a>
344-
</div>
345-
346330
</div>
347331
</div>
348332
</div>
@@ -357,10 +341,6 @@ <h4 class="title">Timeline &amp; Undo/Redo</h4>
357341
<h4 class="title">Export &amp; Integration</h4>
358342
<p class="text-muted para mb-0">Export your final mappings as CSV or JSON to use in downstream tools, or integrate with other pipelines such as Beaker or BDIKit.</p>
359343

360-
<div class="mt-2">
361-
<a href="/docs/" class="mt-3 h6 text-primary">learn more <i class="material-icons align-top">chevron_right</i></a>
362-
</div>
363-
364344
</div>
365345
</div>
366346
</div>
@@ -375,10 +355,6 @@ <h4 class="title">Export &amp; Integration</h4>
375355
<h4 class="title">Built for Biomedicine</h4>
376356
<p class="text-muted para mb-0">Tailored for biomedical researchers, BDIViz supports common data commons like GDC and PDC, and was co-designed with domain experts through the ARPA-H ASKEM project.</p>
377357

378-
<div class="mt-2">
379-
<a href="/docs/" class="mt-3 h6 text-primary">learn more <i class="material-icons align-top">chevron_right</i></a>
380-
</div>
381-
382358
</div>
383359
</div>
384360
</div>

0 commit comments

Comments
 (0)