Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add María to team page #2389

Merged
merged 6 commits into from
Mar 7, 2025
Merged
Show file tree
Hide file tree
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions src/data/staff.js
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,13 @@ The Rochester Institute of Technology.`,
bachelor's degree in economics and finance from the University of Hong Kong.`,
image: require("../images/authors/john-wong.jpg"),
},
maria_juaristi: {
name: "María Juaristi",
bio: `is a policy modeling intern at PolicyEngine. She is also pursuing an
undergraduate degree in Political Science and Data Science at Minerva University.
Previously, she was a research intern at University of Chicago.`,
image: require("../images/authors/maria-juaristi.JPG"),
Copy link
Preview

Copilot AI Mar 4, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The image file extension 'JPG' differs from the lowercase convention used elsewhere. If the actual file is named with lowercase, update the extension to '.jpg' to avoid potential issues on case-sensitive systems.

Suggested change
image: require("../images/authors/maria-juaristi.JPG"),
image: require("../images/authors/maria-juaristi.jpg"),

Copilot is powered by AI, so mistakes are possible. Review output carefully before use.

Positive Feedback
Negative Feedback

Provide additional feedback

Please help us improve GitHub Copilot by sharing more details about this comment.

Please select one or more of the options
},
};

export const advisors = {
Expand Down
Binary file added src/images/authors/maria-juaristi.JPG
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading