You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix CI cross-platform failures, overhaul poster layout and chart readability
- Lazy-import matplotlib/numpy in chart_renderer to prevent ImportError on
macOS/Windows CI where matplotlib is not installed
- Add pytest.importorskip guard to test_chart_renderer.py so chart tests
are skipped when matplotlib is unavailable
- Add try/except fallback in poster_preprocessor for chart_renderer import
- Increase SVG chart font sizes (tick: 24, axis: 26, legend: 22, caption: 28)
and figure dimensions for poster readability
- Add .chart-row CSS class for side-by-side chart layout in posters
- Add SVG max-width constraint so charts scale within their grid cells
- Rewrite sample_poster.md: side-by-side charts in Results, concise text,
larger scale classes (removed scale-45/55/75), no content overflow
- Fix overflow:hidden clipping inner content while keeping section containment
- Update poster gallery screenshot
Copy file name to clipboardExpand all lines: examples/sample_poster.md
+42-78Lines changed: 42 additions & 78 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -26,11 +26,9 @@ MMMMMMMMRRRRRRRRRRRREEEAAAAA
26
26
27
27
## I: Introduction and motivation [blue]
28
28
29
-
<divclass="scale-80">
30
-
31
29
<divclass="note-box"data-title="Orient your audience">
32
30
33
-
Start with the **broad question** your research addresses and narrow to your specific contribution in 3–5 sentences. Explain why this topic matters and what gap in current knowledge your work fills.
31
+
Start with the **broad question** your research addresses and narrow to your specific contribution. Explain why this topic matters and what gap your work fills.
34
32
35
33
</div>
36
34
@@ -49,30 +47,26 @@ Start with the **broad question** your research addresses and narrow to your spe
We verified our results using cross-validation <spanstyle="white-space:nowrap;">(k = 5)</span> and bootstrap resampling <spanstyle="white-space:nowrap;">(1000 iterations).</span> The effect size remains stable <spanstyle="white-space:nowrap;">(Cohen's d = 0.8).</span> Sensitivity analyses confirm that results hold across a range of preprocessing choices and model specifications. Permutation testing corroborates significance under non-parametric assumptions <spanstyle="white-space:nowrap;">(BF > 10).</span>
0 commit comments