Skip to content

Commit 6140550

Browse files
jeremymanningclaude
andcommitted
Onboard Neui Wadwalai; repair CV PDF corrupted by stray pdflatex run
Onboarding: - Add Neui Wadwalai (undergrad, 2026-- ) to people.xlsx, people.html, JRM_CV.tex/.html, and the lab-manual submodule - Add images/people/neui_wadwalai.png (500x500 RGBA, hand-drawn border) CV repair: - documents/JRM_CV.pdf had been overwritten by a manual pdflatex run, producing 10 blank pages (4KB, all glyphs rendered as nullfont). fontspec system-font names require xelatex; pdflatex silently falls back to nullfont and still exits 0. Rebuilt with scripts/build_cv.py (xelatex) -> 108KB, text verified present. Housekeeping: - Regenerate people.html via build.py, removing spurious alumni-list reordering churn from a stale hand-built copy - Gitignore LaTeX build artifacts so manual latex runs don't dirty the tree (verified: no already-tracked files become ignored) Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01RA2V7NZ1hQ4fQSoZcBQgHp
1 parent 3bb82f2 commit 6140550

8 files changed

Lines changed: 21 additions & 2 deletions

File tree

.gitignore

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,18 @@ venv/
2727
# ML models (downloaded on demand)
2828
*.tflite
2929

30+
# LaTeX build artifacts (build_cv.py cleans these; manual runs leave them behind)
31+
*.aux
32+
*.fdb_latexmk
33+
*.fls
34+
*.lof
35+
*.lot
36+
*.out
37+
*.synctex.gz
38+
*.toc
39+
documents/*.log
40+
missfont.log
41+
3042
# Claude skills (local only)
3143
.claude/
3244
.omc/

data/people.xlsx

136 Bytes
Binary file not shown.

documents/JRM_CV.html

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -532,7 +532,8 @@ <h4>Specialist Committees</h4>
532532
<li>Youki Tanaka (Advisor: Matthijs van der Meer)</li>
533533
</ol>
534534
<h4>Undergraduate Advisees</h4>
535-
<div class="two-column-list"><ol reversed start="152">
535+
<div class="two-column-list"><ol reversed start="153">
536+
<li>Neui Wadwalai (2026 – )</li>
536537
<li>Sadie Jackson (2026 – )</li>
537538
<li>Sreshth Tiwari (2026 – )</li>
538539
<li>Xzana Duranovich (2026 – )</li>

documents/JRM_CV.pdf

-19 Bytes
Binary file not shown.

documents/JRM_CV.tex

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -735,6 +735,7 @@ \subsection*{Mentorship (selected)}
735735
(*)}
736736
\begin{multicols}{2}
737737
\begin{etaremune}
738+
\item Neui Wadwalai (2026 -- )
738739
\item Sadie Jackson (2026 -- )
739740
\item Sreshth Tiwari (2026 -- )
740741
\item Xzana Duranovich (2026 -- )

images/people/neui_wadwalai.png

243 KB
Loading

people.html

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -264,6 +264,11 @@ <h3>sreshth tiwari | undergrad</h3>
264264
<h3>sadie jackson | undergrad</h3>
265265
<p>Sadie is a '27 from Nashville, Tennessee, majoring in Middle Eastern Studies on the pre-med track. She enjoys running, baking, and spending time with friends and family.</p>
266266
</div>
267+
<div class="person-card">
268+
<img src="images/people/neui_wadwalai.png" alt="neui wadwalai">
269+
<h3>neui wadwalai | undergrad</h3>
270+
<p>Neui Wadwalai is studying Economics and QSS, and has an interest in Art History. She is exploring how markets, culture, and human behavior shape the ways people understand and move through the world. Neui also enjoys photography, tennis, and venturing out for good food.</p>
271+
</div>
267272
</div>
268273
</section>
269274

0 commit comments

Comments
 (0)