Skip to content

Commit

Permalink
Update _config.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Minshen-Lin authored Mar 23, 2024
1 parent 019e88d commit e97453e
Showing 1 changed file with 15 additions and 15 deletions.
30 changes: 15 additions & 15 deletions _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,41 +8,41 @@

# Basic Site Settings
locale : "en-US"
title : "Minshen Lin / Site Title"
title : "Minshen Lin"
title_separator : "-"
name : &name "Your Name"
description : &description "personal description"
url : https://academicpages.github.io # the base hostname & protocol for your site e.g. "https://mmistakes.github.io"
name : &name "Minshen Lin"
description : &description "PhD candidate at Zhejiang University"
url : https://minshen-lin.github.io # the base hostname & protocol for your site e.g. "https://mmistakes.github.io"
baseurl : "" # the subpath of your site, e.g. "/blog"
repository : "academicpages/academicpages.github.io"
repository : "minshen-lin.github.io"

# Site Author - The following control what appear as part of the author content on the side bar.
# If a field is blank the icon and link will not appear, otherwise it will be shown.
# Additional customization can be done by editing /_includes/author-profile.html
author:
# Biographic information
avatar : "profile.png"
name : "Your Sidebar Name"
name : "Minshen Lin"
pronouns : # example: "she/her"
bio : "Short biography for the left-hand sidebar"
location : "Earth"
employer : "Red Brick University"
bio : "I'm a 5-th year PhD student at college of electrical engineering, Zhejiang University."
location : "China"
employer : "Zhejiang University"
uri : # URL
email : "none@example.org"
email : "linminshen@zju.edu.cn"

# Academic websites
arxiv : # URL - Update with the correct link to your profile
googlescholar : "https://scholar.google.com/citations?user=PS_CX0AAAAAJ"
googlescholar : "https://scholar.google.com/citations?user=CTtU5qUAAAAJ&hl=en"
impactstory : # URL
orcid : "http://orcid.org/yourorcidurl"
pubmed : "https://www.ncbi.nlm.nih.gov/pubmed/?term=john+snow"
orcid : "https://orcid.org/0000-0002-3794-6460"
pubmed : # "https://www.ncbi.nlm.nih.gov/pubmed/?term=john+snow"
researchgate : # URL

# Repositories and software development
bitbucket : # Username - Update with your username on the site
codepen : # Username
dribbble : # Username
github : "academicpages"
github : "Minshen-Lin"
kaggle : # Username
stackoverflow : # User number or user number and name (i.e., use "1" or "1/jeff-atwood")

Expand All @@ -64,7 +64,7 @@ author:
steam : # Username
telegram : # URL
tumblr : # Username
twitter : "UniofOxford" # Replace this with your X / Twitter handle
twitter : # "UniofOxford" # Replace this with your X / Twitter handle
vine : # Username
weibo : # Username
wikipedia : # Username
Expand Down

0 comments on commit e97453e

Please sign in to comment.