Skip to content

Latest commit

 

History

History
30 lines (22 loc) · 1.15 KB

File metadata and controls

30 lines (22 loc) · 1.15 KB

AICrossSim Website

This guide explains how to add team members and research projects to our website via pull requests.

Table of Contents

Adding Team Members

  1. Edit _data/team.yml.
  2. Add your entry under the appropriate section (faculty, phd_students, or ras).
  3. Include a profile image in assets/images/team/ (Refer to This Commit for an example).

Team Member Template

# 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 

Adding Research Projects

  1. Create a new file in _projects/.
  2. Include a cover image in assets/images/research/ (Refer to This Commit for an example).