Update alumni profile for Raj (Rajdeep) Singh#248
Open
rlogger wants to merge 3 commits into
Open
Conversation
Add bio, current role, interests, and contact/social links (email, website, Google Scholar, GitHub, LinkedIn); refresh portrait. Replace the external_link LinkedIn redirect with the in-site profile page. Remove a duplicate stub entry (raj_s.md) and consolidate into raj.md. In alumni_li.html, link alumni names to their profile page when no external_link is set, so these pages are reachable from the listing (alumni with an external_link are unaffected).
Author
|
Hi — this is a self-update to my own alumni entry (I was an undergrad researcher in the lab, 2022–2024). It's scoped to my profile plus a one-line |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Updates my alumni profile.
content/alumni/raj.md — add bio, current role (Graduate Student at USC; Founding Engineer / CTO), interests, and contact/social links (email, personal website, Google Scholar, GitHub, LinkedIn). Remove the
external_linkLinkedIn redirect so the card opens my in-site profile page instead of leaving the site, and settitleso the page title reads as my name.content/alumni/raj_s.md — remove a duplicate stub entry for me (tied to an old, inactive UCSC email); consolidated into
raj.md.static/img/portraits/raj.jpg — update portrait.
themes/our-theme/layouts/partials/alumni_li.html — when an alumnus has no
external_link, link the name to their profile page (previously the name rendered as plain text, so those profile pages were not reachable from the listing). One-line, additive change; alumni that setexternal_linkare unaffected.