Skip to content

Commit 22b7119

Browse files
committed
Tweak poster: match math font size, fill robustness box, center Methods emoji, adjust ref/ack split
- Reduce KaTeX font-size from 1.1em to 1em to match surrounding body text - Add sentence to Robustness check box to fill available space - Center Methods emoji figure vertically using flex wrapper - Shift ASCII layout boundary: References 3 cols, Acknowledgments 5 cols - Shorten reference entries to fit narrower column
1 parent 191837f commit 22b7119

File tree

3 files changed

+12
-9
lines changed

3 files changed

+12
-9
lines changed

docs/screenshots/poster-sample.png

387 Bytes
Loading

examples/sample_poster.md

Lines changed: 9 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@ IIIIIIIIRRRRRRRRRRRRDDDDDDDD
1414
IIIIIIIIRRRRRRRRRRRRDDDDDDDD
1515
MMMMMMMMRRRRRRRRRRRRDDDDDDDD
1616
MMMMMMMMRRRRRRRRRRRRDDDDDDDD
17-
MMMMMMMMRRRRRRRRRRRREEEEAAAA
18-
MMMMMMMMRRRRRRRRRRRREEEEAAAA
17+
MMMMMMMMRRRRRRRRRRRREEEAAAAA
18+
MMMMMMMMRRRRRRRRRRRREEEAAAAA
1919
```
2020

2121
## T: Your poster title goes here
@@ -96,6 +96,7 @@ Describe the key statistical or computational methods. Prefer a **diagram** over
9696

9797
</div>
9898

99+
<div style="flex: 1; display: flex; align-items: center; justify-content: center;">
99100
<div class="emoji-figure">
100101
<div class="emoji-col">
101102
<span class="emoji emoji-xl">🐍</span>
@@ -110,6 +111,7 @@ Describe the key statistical or computational methods. Prefer a **diagram** over
110111
<span class="label">Visualization</span>
111112
</div>
112113
</div>
114+
</div>
113115

114116
</div>
115117

@@ -179,7 +181,7 @@ Show that findings **replicate** across datasets or participant groups to streng
179181

180182
<div class="example-box" data-title="Robustness check">
181183

182-
We verified our results using cross-validation <span style="white-space:nowrap;">(k&nbsp;=&nbsp;5)</span> and bootstrap resampling <span style="white-space:nowrap;">(1000 iterations).</span> The effect size remains stable <span style="white-space:nowrap;">(Cohen's d&nbsp;=&nbsp;0.8).</span>
184+
We verified our results using cross-validation <span style="white-space:nowrap;">(k&nbsp;=&nbsp;5)</span> and bootstrap resampling <span style="white-space:nowrap;">(1000 iterations).</span> The effect size remains stable <span style="white-space:nowrap;">(Cohen's d&nbsp;=&nbsp;0.8).</span> Sensitivity analyses confirm that results hold across a range of preprocessing choices and model specifications.
183185

184186
</div>
185187

@@ -238,12 +240,11 @@ Acknowledge **limitations** honestly and describe planned follow-ups.
238240

239241
<div class="scale-50">
240242

241-
<div class="warning-box" data-title="Selected references">
243+
<div class="warning-box" data-title="References">
242244

243-
1. Author A, Author B (2023). *J. Neurosci.* 1:1-10.
244-
2. Author C, Author D (2022). *Nat. Hum. Behav.* 5:100-110.
245-
3. Author E, Author F (2021). *Psychol. Rev.* 128:500-520.
246-
4. Author G, Author H (2020). *JMLR* 21:1-15.
245+
1. Author A *et al.* (2023). *J. Neurosci.*
246+
2. Author C *et al.* (2022). *Nat. Hum. Behav.*
247+
3. Author E *et al.* (2021). *Psychol. Rev.*
247248

248249
</div>
249250

src/cdl_slides/assets/themes/cdl-poster-theme.css

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -222,6 +222,8 @@ table th {
222222

223223
.poster-section > :last-child {
224224
flex-grow: 1;
225+
display: flex;
226+
flex-direction: column;
225227
}
226228

227229
.poster-title {
@@ -358,7 +360,7 @@ a {
358360
.katex,
359361
.katex .katex-html,
360362
.katex .base {
361-
font-size: 1.1em;
363+
font-size: 1em;
362364
}
363365

364366
/* Prevent awkward line breaks in math and around punctuation */

0 commit comments

Comments
 (0)