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/
. - Use the template
_projects/example_research_template.md
. - Include a cover image in
assets/images/research/
(Refer to This Commit for an example).
-
Create branch:
git checkout -b content/add-{name-or-project}
(e.g.add-member-member_name
oradd-project-project_name
) -
Commit changes:
git commit -m "Add: [Name/Project]"
-
Open Pull Request.