Skip to content

Commit da262f0

Browse files
jeremymanningclaude
andcommitted
Rename border script, add alishba's photo, fix andrew's image path
- Rename add_poster_borders.py to add_borders.py (more generic name) - Update README.md with new script name - Add bordered profile photo for Alishba Tahir - Fix andrew_richardson image: PNG → png extension, add to spreadsheet - Regenerate people.html 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <[email protected]>
1 parent 3f0c062 commit da262f0

File tree

5 files changed

+7
-7
lines changed

5 files changed

+7
-7
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -431,21 +431,21 @@ The test suite (`tests/test_build_cv.py`) includes 61 tests covering:
431431

432432
## Adding Hand-Drawn Borders to Images
433433

434-
Poster thumbnails and people photos use hand-drawn green borders for visual consistency. Use the `add_poster_borders.py` script to add these borders to new images.
434+
Poster thumbnails and people photos use hand-drawn green borders for visual consistency. Use the `add_borders.py` script to add these borders to new images.
435435

436436
### Border Script Usage
437437

438438
```bash
439439
# Basic usage
440-
python scripts/add_poster_borders.py <input_dir> <output_dir>
440+
python scripts/add_borders.py <input_dir> <output_dir>
441441

442442
# Example: Process new poster images
443-
python scripts/add_poster_borders.py images/publications/new/ images/publications/
443+
python scripts/add_borders.py images/publications/new/ images/publications/
444444

445445
# Example: Process a single image (copy to temp folder first)
446446
mkdir temp_input
447447
cp images/publications/MyPoster.png temp_input/
448-
python scripts/add_poster_borders.py temp_input/ temp_output/
448+
python scripts/add_borders.py temp_input/ temp_output/
449449
mv temp_output/MyPoster.png images/publications/MyPoster.png
450450
rm -rf temp_input temp_output
451451
```
@@ -479,7 +479,7 @@ The script:
479479
### Script Options
480480

481481
```bash
482-
python scripts/add_poster_borders.py --help
482+
python scripts/add_borders.py --help
483483

484484
Options:
485485
input_dir Directory containing input PNG files

data/people.xlsx

-5.61 KB
Binary file not shown.

images/people/alishba_tahir.png

269 KB
Loading

people.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -139,12 +139,12 @@ <h3>alexandra wingo | undergrad</h3>
139139
<p>Alexandra is interested in education technology and brings to the lab her extensive computer science experience. She is especially interested in helping students with learning differences, and in developing brain-based learning tools.</p>
140140
</div>
141141
<div class="person-card">
142-
<img src="images/people/placeholder.png" alt="alishba tahir">
142+
<img src="images/people/alishba_tahir.png" alt="alishba tahir">
143143
<h3>alishba tahir | undergrad</h3>
144144
<p>Alishba is a visiting research assistant interested in the intersection of memory, narrative processing, and the mechanisms behind forgetting what to forget. She holds an undergraduate degree in Biology from LUMS and has previously worked on fMRI-based disease analysis. At the CDL, she is exploring how recall and prediction shape memory dynamics over time using naturalistic stimuli.</p>
145145
</div>
146146
<div class="person-card">
147-
<img src="images/people/placeholder.png" alt="andrew richardson">
147+
<img src="images/people/andrew_richardson.png" alt="andrew richardson">
148148
<h3>andrew richardson | undergrad</h3>
149149
<p>Andrew Richardson is a Mathematics and Economics double major from Minneapolis, MN. Outside of academics, he enjoys playing tennis and soccer.</p>
150150
</div>

0 commit comments

Comments
 (0)