forked from RUCDBMSLab/RUCDBMSLab.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
17f974c
commit 8390e15
Showing
1 changed file
with
64 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,64 @@ | ||
--- | ||
# Display name 是显示在实验室网站上的名字 | ||
title: 向奎先 | ||
|
||
# Full name (for SEO) 是用于网站排序的名字 | ||
first_name: 奎先 | ||
last_name: 向 | ||
|
||
# Username (this should match the folder name) 需要和文件夹命名相同 | ||
authors: | ||
- 向奎先 | ||
|
||
# Is this the primary user of the site? #默认为false即可 | ||
superuser: false | ||
|
||
# Role/position 这里在读同学写自己的年级即可,如博士一年级,硕士一年级 | ||
role: 2024级硕士 | ||
|
||
# Organizations/Affiliations | ||
organizations: | ||
- name: 中国人民大学信息学院 | ||
url: '' | ||
|
||
# Short bio (displayed in user profile at end of posts) 简短的个人简介,一两句话即可 | ||
bio: 个人简介 | ||
|
||
interests: | ||
- 数据库系统 | ||
|
||
education: | ||
courses: | ||
- course: 硕士 | ||
institution: 中国人民大学 | ||
year: 2024 - | ||
- course: 学士 | ||
institution: 北京邮电大学 | ||
year: 2020 - 2024 | ||
|
||
# Social/Academic Networking | ||
# For available icons, see: https://docs.hugoblox.com/getting-started/page-builder/#icons | ||
# For an email link, use "false" icon pack, "envelope" icon, and a link in the | ||
# form "mailto:[email protected]" or "#contact" for contact widget. | ||
social: | ||
- icon: envelope | ||
icon_pack: false | ||
# 这里改成自己的邮箱 | ||
link: 'mailto:[email protected]' | ||
# Link to a PDF of your resume/CV from the About widget. | ||
# To enable, copy your resume/CV to `static/files/cv.pdf` and uncomment the lines below. | ||
# - icon: cv | ||
# icon_pack: ai | ||
# link: files/cv.pdf | ||
|
||
# Enter email to display Gravatar (if Gravatar enabled in Config) | ||
email: '' | ||
|
||
# Organizational groups that you belong to (for People widget) | ||
# Set this to `[]` or comment out if you are not using People widget. | ||
user_groups: | ||
- 在读硕士生 | ||
# 硕士改为在读硕士生 | ||
--- | ||
|
||
向奎先,中国人民大学2024级硕士生,主要研究领域为分布式数据库系统 |