Update team page: add Saya Ikegawa, refresh John's photo, label Matt as CTO#227
Merged
Conversation
…s CTO Changes requested by John Stachurski (@jstac): - Add Saya Ikegawa under "Previous Developers & Research Assistants" (photo from sayaikegawa.com, resized/cropped to 500x500 to match convention) - Replace John Stachurski's team photo with the updated headshot - Relabel Matthew McKay's tag from "Lead Developer" to "CTO" Note: the "Developers & Research Assistants" section is populated by tag == "Lead Developer", so relabelling Matt as CTO also removes him from that list. He now appears once, in Committee Members, badged "CTO". Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
✅ Deploy Preview for grand-swan-ca5201 ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
Contributor
There was a problem hiding this comment.
Pull request overview
Updates the QuantEcon Jekyll team collection to reflect current team-page content by adding a new previous developer profile entry and adjusting committee-member tagging.
Changes:
- Added a new
_team-members/saya.mdprofile for Saya Ikegawa (role: “Previous Developers”) with an image path underassets/img/team/. - Updated
_team-members/matthew.mdto change Matthew McKay’stagfrom “Lead Developer” to “CTO”, affecting both his badge and which section(s) he appears in on the team layout.
Reviewed changes
Copilot reviewed 2 out of 4 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
_team-members/saya.md |
Adds Saya Ikegawa as a new “Previous Developers” team member entry with website link and image reference. |
_team-members/matthew.md |
Updates Matthew McKay’s team-page badge/tag to “CTO”. |
Add a dedicated "Chief Technology Officer" section to the team layout, placed directly above Committee Members, and move Matthew McKay into it (role changed to "Chief Technology Officer"). Drops the now-redundant "CTO" tag since the section heading conveys the role. Matt no longer appears under Committee Members; he is featured once, in the new CTO section. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
Collaborator
Author
|
thanks @jstac for this feedback. All suggestions have been implemented. |
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 the team page with three changes requested by John Stachurski (@jstac).
Changes
1. Add Saya Ikegawa under Previous Developers & Research Assistants — new
_team-members/saya.md, linking to sayaikegawa.com. Her photo was sourced from her website and resized/cropped to 500×500 (assets/img/team/saya.jpg) to match the other team photos.2. Refresh John Stachurski's photo — replaced
assets/img/team/john.jpgwith his updated headshot (resized to 500×500).3. Give the CTO its own section — added a dedicated Chief Technology Officer section to the team layout, directly above Committee Members, and moved Matthew McKay into it (
role: "Chief Technology Officer"). Matt is no longer listed under Committee Members; he is featured once, in the new CTO section.Resulting section order
Founding Members and Co-Chairs → Chief Technology Officer → Committee Members → Developers & Research Assistants → …
Verification
Built locally with
bundle exec jekyll build(exit 0) and confirmed in the rendered/team/page:/assets/img/team/john.jpg🤖 Generated with Claude Code