Skip to content

AICrossSim/aicrosssim.github.io

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

37 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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. Use the template _projects/example_research_template.md.
  3. Include a cover image in assets/images/research/ (Refer to This Commit for an example).

Submission Process

  1. Create branch:
    git checkout -b content/add-{name-or-project}
    (e.g. add-member-member_name or add-project-project_name)

  2. Commit changes:
    git commit -m "Add: [Name/Project]"

  3. Open Pull Request.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 5