Skip to content

Commit

Permalink
Update _config.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
YanChen32 authored Jan 21, 2025
1 parent fde3356 commit c1083a9
Showing 1 changed file with 17 additions and 17 deletions.
34 changes: 17 additions & 17 deletions _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,48 +8,48 @@

# Basic Site Settings
locale : "en-US"
title : "Your Name / Site Title"
title : "Yan Chen / Site Title"
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://[your GitHub username].github.io"
name : &name "Yan Chen"
description : &description "Assistant Professor at Department of Engineering Mechanics, School of Aerospace, XJTU. Focusing on Micro/Nano-Mechanics, Multiscale modeling, AI for Science, Materials Design."
url : https://yanchen32.github.io # the base hostname & protocol for your site e.g. "https://[your GitHub username].github.io"
baseurl : "" # the subpath of your site, e.g. "/blog"
repository : "academicpages/academicpages.github.io"
repository : "YanChen32/yanchen32.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"
avatar : "yanchen.png"
name : "Yan Chen"
pronouns : # example: "she/her"
bio : "Short biography for the left-hand sidebar"
location : "Earth"
employer : "Red Brick University"
bio : "Assistant Professor at Department of Engineering Mechanics, School of Aerospace, XJTU. Focusing on Micro/Nano-Mechanics, Multiscale modeling, AI for Science, Materials Design"
location : "Xi'an, China"
employer : "Xi'an Jiaotong University"
uri : # URL
email : "[email protected]"
email : "[email protected]"

# 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=G3gPDo0AAAAJ"
impactstory : # URL
orcid : "http://orcid.org/yourorcidurl"
orcid : "https://orcid.org/my-orcid?orcid=0000-0003-1723-0112"
semantic : # URL
pubmed : "https://www.ncbi.nlm.nih.gov/pubmed/?term=john+snow"
pubmed : #"https://www.ncbi.nlm.nih.gov/pubmed/?term=john+snow"
researchgate : # URL
scopus : # URL

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

# Social media
bluesky : "bsky.app" # Replace this with you Bluesky username
bluesky : #"bsky.app" # Replace this with you Bluesky username
facebook : # Username
flickr : # Username
foursquare : # Username
Expand All @@ -66,7 +66,7 @@ author:
steam : # Username
telegram : # URL
tumblr : # Username
twitter : # Username for X / Twitter
twitter : "DarkCosmos4"
vine : # Username
weibo : # Username
wikipedia : # Username
Expand Down

0 comments on commit c1083a9

Please sign in to comment.