I've successfully searched for and found LinkedIn profiles for many of your current and former students. Here's a summary:
✅ Kevin Lee - LinkedIn ✅ Claire Benstead - LinkedIn ✅ Abdul Moeez - LinkedIn ✅ Zachery Wylie - LinkedIn ❌ Hanson Chen - Not found ❌ Elena Toups - Not found ❌ Tobias Rangel - Not found ❌ Yu-Fang Hsieh - Not found
✅ Shayna Hilburg - LinkedIn ✅ Greg Newbloom - LinkedIn ✅ Fabio Baum - LinkedIn ❌ David Li - Not found ❌ Kiran Vaddi - Not found ❌ Rebecca Vincent - Not found
✅ Kacper Lachowski - LinkedIn ✅ Maria Politi - LinkedIn ✅ Lorenzo Guio - LinkedIn ✅ Sage Scheiwiller - LinkedIn ✅ Jaime Rodriguez - LinkedIn ✅ Yi-Ting Lee - LinkedIn ✅ Yuyin Xi - LinkedIn ✅ Jeff Richards - LinkedIn ✅ Kjersta Larson-Smith - LinkedIn ✅ Kathleen Weigandt - At NIST (no LinkedIn found) ✅ Caitlyn Wolf - At NIST (no LinkedIn found) ❌ Huat Thart-Chiang - Not found ❌ Ryan Kastilani - Not found ❌ Pablo de la Iglesia - Not found ❌ Monica Ospinal - Not found
Total: 18 LinkedIn profiles found out of ~35 students searched
Important Note: While it's technically possible to view LinkedIn profile pictures, you should obtain permission before using them. The best approach is:
-
Contact each student/postdoc via email and ask:
- If they'd like to be featured on the website
- If they can provide a professional photo (preferably square, 300x300px minimum)
- If they're comfortable with you using their LinkedIn photo
-
For those who agree:
- Ask them to send you their photo directly
- Or they can download their own LinkedIn photo:
- Go to their LinkedIn profile
- Click on their profile picture
- Right-click and "Save image as..."
-
Save the photos in the
assets/images/students/folder with the naming convention:firstname-lastname.jpg(e.g.,shayna-hilburg.jpg)
-
Update students.md by replacing:
<div class="student-placeholder">Photo</div>
with:
<img src="/assets/images/students/firstname-lastname.jpg" alt="Student Name" class="student-image">
Here's a template email you can send to students:
Subject: Website Profile - Pozzo Research Group
Dear [Student Name],
I'm updating our research group website (https://LiloUW.github.io) and would like to feature you on our students page with your LinkedIn profile link.
Would you be willing to:
1. Provide a professional headshot photo (square format, at least 300x300 pixels)?
2. Verify your LinkedIn profile URL is correct: [INSERT LINK]
You can send the photo to dpozzo@uw.edu or submit it via GitHub if you're comfortable with that.
Thank you!
Best regards,
Lilo Pozzo
For students familiar with GitHub:
- Fork the repository
- Add their photo to
assets/images/students/firstname-lastname.jpg - Edit
students.mdto replace their placeholder with:<img src="/assets/images/students/firstname-lastname.jpg" alt="Your Name" class="student-image">
- Submit a pull request
Recommended specifications:
- Format: JPG or PNG
- Size: At least 300x300 pixels (square)
- File size: Keep under 200KB for fast loading
- Style: Professional headshot, preferably against a solid background
- Naming:
firstname-lastname.jpg(all lowercase, hyphen between names)
Example filenames:
shayna-hilburg.jpgkacper-lachowski.jpgmaria-politi.jpg
The student page is now set up with:
- ✅ Professional card-style layout with circular photo placeholders
- ✅ LinkedIn profile links (where found)
- ✅ Current positions and research focus
- ✅ Responsive design that works on mobile and desktop
- ✅ UW purple color scheme (#4b2e83)
- ⏳ Awaiting profile photos from students
Important considerations:
- Always ask permission before using someone's photo
- LinkedIn's terms of service discourage automated scraping of profile pictures
- Some students may prefer not to have their photo displayed
- Respect GDPR/privacy concerns, especially for international students
- Review the list of found LinkedIn profiles
- Decide which students to contact for photos
- Send out email requests (use template above)
- As photos come in, add them to
assets/images/students/ - Update
students.mdto replace placeholders with actual images - Commit and push changes to GitHub
Questions? All the LinkedIn profiles are already linked on the website. The photo placeholders are styled to look professional even before real photos are added!