Skip to content

Files

Latest commit

e631b36 · Jul 13, 2023

History

History
This branch is 24 commits behind LoongsonLab/loongsonlab.github.io:main.

_people

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
Jul 5, 2023
Jun 28, 2023
Jun 28, 2023
Jun 28, 2023
Jun 28, 2023
Jul 6, 2023
Jun 28, 2023
Jun 29, 2023
Jun 28, 2023
Jul 6, 2023
Jun 29, 2023
Jun 28, 2023
Jun 28, 2023
Jun 28, 2023
Jun 28, 2023
Jun 28, 2023
Jun 28, 2023
Jun 28, 2023
Jul 3, 2023
Jun 28, 2023
Jun 28, 2023
Jun 28, 2023
Jun 28, 2023
Jun 29, 2023
Jun 28, 2023
Jun 28, 2023
Jun 29, 2023
Jul 3, 2023
Jun 28, 2023
Jun 28, 2023
Jul 3, 2023
Jun 28, 2023
Jul 6, 2023
Jul 13, 2023
Jun 28, 2023
Jul 3, 2023
Jun 28, 2023
Jun 28, 2023
Jun 28, 2023
Jun 28, 2023
Jun 28, 2023

Adding a person

Create a new KEY folder in _people with a unique name for you. Then in the folder, you can create each language file by using index.LANG.md. Finally, fill it with the following content.

---
layout: people
name: ...
image: /assets/people/....jpg
role: PhD Student
blog: https://www.baidu.com (optional)
email: example@example.com (optional)
github: https://www.baidu.com (optional)
alumni: true/false
alumni_since: XXXX (when alumni: true)
advisors:
    - AdvisorFirstName AdvisorLastName
date: YYYY-MM-DD
permalink: people/KEY
lang: zh/en
---

Your context...

We have the following roles: Professor, Asst. Professor, PhD Student, Masters Student, Undergraduate Student, Visiting Student, Engineer and Postdoc. You can also add a new role if it makes sense (roles in file team/index.LANG.html).

Add a picture, add it to the assets directory with around 300x300 pixels as a JPEG image. The height and width of the image should be equal, so it is a square.

Once someone leaves the group, change alumni to true and add alumni_since: XXXX to make them as alumni.

Please send a pull request with the changes and an admin will merge it.