NEST+m Senior College Destinations Map 🦅
Created by: Norman Mei ('25)

Filter by Graduating Class

{}

Filter by State/Country

College Attendance Statistics

Location Focus Public Private Total Filter
In City (NYC) 0 0 0
In State (NY, Other) 0 0 0
Out of State (US) 0 0 0
International 0 0 0
Grand Total 0 0 0

Major Area Summary

Major Area Count Filter

College List & Seniors

No seniors match your current filters.
× Senior Photo

Senior Name

×

Frequently Asked Questions

Q: I have questions, concerns, and comments about the project.

For any questions, concerns and comments, please message me on Instagram: @normanmei_

Q: How is the data collected?

A: Data is pulled / sourced all done manually from publicly available Instagram posts (e.g., "college decisions" accounts for NEST+m graduating classes) and voluntarily submitted information. All data aims to be respectful of privacy and focuses on publicly shared commitments.

Q: How often is the data updated?

A: Can't say for sure. I have real life obligiations to attend to so basically whenever I am free to do so.

Q: What is the next thing you are going to add?

A: Can't say.

Q: How long did this project take? What was the inspiration?

A: I started this project in late May 2025 for my APCSP final project just for fun. Putting in all the data manually probably took a combined total of 60 hours or more.

Q: Is my personal information shared publicly?

A: Only your first and last name, graduating class, the school you commmited to, Instagram profile, LinkedIn profile, and college choice are displayed. No other personal details (e.g., home address, email) are collected or shown, to respect privacy.

Q: Have you considered using the Instagram API?

A: Yes, I thought of this at first to completely futureproof my project for future graduating classes but as I did a little more research, I found out that I simply can't do it because I need a solution that works for accounts I don’t own and maintains minimal ongoing effort, the official Instagram APIs simply won’t do.

  1. Basic Display API is gone: Meta deprecated it on December 4, 2024, so any calls now just error out.
  2. Graph API requires ownership & verification: I’d have to convert the school’s accounts to Business/Creator, pass App Review, and complete Business Verification—none of which I control.
  3. oEmbed only returns embed HTML: I can’t pull separate JSON fields for photos, bios, or profile pics—just a blockquote snippet.
  4. Scraping is brittle (& against IG ToS): While it’s technically possible, it can break whenever the site changes (too much work to fix over time if it keeps breaking) and not to mention it violates Instagram’s Terms of Service, and risks bans.

Bottom line: Without owning and verifying the accounts, there’s no official API route to auto-fetch seniors’ photos or bios, so I that's why I don't use any API of sort, everything is done manually.

Q: How are "Major Areas" determined?

A: Specific majors are mapped to broader "Major Areas" using a combination of a JS file and keyword-based logic in the main script. This helps in summarizing trends. Combined majors (e.g., "CS & Econ") may be split or categorized based on their components.

Q: Why can't I see a specific senior's photo?

A: Photos are linked based on filenames derived from senior names and graduating years. If a photo is missing, it might be because it wasn't available or a naming convention mismatch. The system attempts fallbacks (PNG, college logo) if the primary JPG is not found.

Q: How do the filters work?

A: You can filter by graduating class, state/country of the college, location focus (NYC, NY State, Out of State, International), and major area. Filters are generally additive (AND logic). The lists and map will update to show only seniors matching all active filter criteria. "Clear All Filters" resets everything.

Q: What do the different colors for map markers mean?

A: Map marker colors correspond to the graduating class of the senior, using the same color scheme as in the "Filter by Graduating Class" section.

Q: What is "Gallery View"?

A: Gallery View changes the student list into a card-based layout, often showing senior photos or college logos more prominently. It's an alternative way to browse the data.

Q: How can I use the list navigation with keyboard?

A: When the list has focus (and you're not typing in the search bar), use the Up and Down arrow keys to navigate between seniors. If a senior's photo is zoomed in, use Left and Right arrow keys to navigate to the previous/next senior's photo. Press 'Escape' to close popups or zoomed photos.

Q: When at some point when you stop maintaining this project or let someone else take over?

A: Probably whenever I am in college and preferably it has someone that my school's college counselor recommended me to let them take over the project.