This guide explains how to add team members and research projects to our website via pull requests.
- Edit
_data/team.yml. - Add your entry under the appropriate section (faculty, phd_students, or ras).
- Include a profile image in
assets/images/team/(Refer to This Commit for an example).
# Template for new entries (copy and modify):
- name: "Full Name"
role: "Research Area/Topic" # Keep it short, in a few words
image: "/assets/images/team/your-image.jpg"
personal_url: "https://your.website" # Could be any personal profile - Create a new file in
_projects/. - Include a cover image in
assets/images/research/(Refer to This Commit for an example).