Skip to content

Commit 1bf16db

Browse files
erwardenaarclaude
andcommitted
Fix: convert standalone results grid images in scenarios b and d to HTML img tags
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
1 parent a6d861d commit 1bf16db

2 files changed

Lines changed: 4 additions & 14 deletions

File tree

docs/vignette.html

Lines changed: 2 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -198,12 +198,7 @@ <h3 class="anchored" data-anchor-id="scenario-b-european-privacy-conscious-resea
198198
<p><img src="scenariobscatterplot.png" alt="Scatter plot" style="width: 100%;"></p>
199199
</div>
200200
</div>
201-
<div class="quarto-figure quarto-figure-center">
202-
<figure class="figure">
203-
<p><img src="scenariobresults.png" class="img-fluid figure-img"></p>
204-
<figcaption>Results grid</figcaption>
205-
</figure>
206-
</div>
201+
<p><img src="scenariobresults.png" alt="Results grid" style="width: 100%; margin-top: 0.5em;"></p>
207202
<hr>
208203
</section>
209204
<section id="scenario-c-multilingual-nlp-researcher" class="level3">
@@ -258,12 +253,7 @@ <h3 class="anchored" data-anchor-id="scenario-d-compute-limited-researcher">Scen
258253
<p><img src="scenariodscatterplot.png" alt="Scatter plot" style="width: 100%;"></p>
259254
</div>
260255
</div>
261-
<div class="quarto-figure quarto-figure-center">
262-
<figure class="figure">
263-
<p><img src="scenariodresults.png" class="img-fluid figure-img"></p>
264-
<figcaption>Results grid</figcaption>
265-
</figure>
266-
</div>
256+
<p><img src="scenariodresults.png" alt="Results grid" style="width: 100%; margin-top: 0.5em;"></p>
267257
<hr>
268258
</section>
269259
<section id="scenario-e-fully-open-science-researcher" class="level3">

docs/vignette.qmd

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ Eight models remain: Apertus 8B (Switzerland, score 5), BLOOM 176B and the three
109109
</div>
110110
</div>
111111

112-
![Results grid](scenariobresults.png)
112+
<img src="scenariobresults.png" alt="Results grid" style="width: 100%; margin-top: 0.5em;">
113113

114114
---
115115

@@ -179,7 +179,7 @@ Eight models appear. On the scatter plot with context window on the y-axis, thre
179179
</div>
180180
</div>
181181

182-
![Results grid](scenariodresults.png)
182+
<img src="scenariodresults.png" alt="Results grid" style="width: 100%; margin-top: 0.5em;">
183183

184184
---
185185

0 commit comments

Comments
 (0)