-
Notifications
You must be signed in to change notification settings - Fork 13
Updating people information
If you have write access to the repository, you can update your personal information at the website by directly editing on GitHub. If you don't have access, please send an email to us. For now, please do NOT make any forks to this repository.
The data for our people page is located at _data/people.yml.
Each entry has the following format:
- name: "Firstname Lastname"
display: "Firstname Lastname"
photo: firstname_lastname.jpg
description: "A short sentence of 10 to 20 words to describe yourself (e.g., your research interests)."
website: Your website full URL, optional
role: faculty / research_scientist / phd_student / master_student / visitor
alumni: yes / no (or leave out)
order: 1 (or leave out for alphabetical order)
If your name contains special characters, you can type them as is, for example "Tobias Höllerer". Please do NOT use any special character or space for the photo filename.
The order you appear in the yml file doesn't matter. If you want to tweak the order of people, you can update the order field.
Your image should be uploaded to assets/images/people/firstname_lastname.jpg. Please upload an image with 500x500 pixels, jpg format, square size.