Skip to content

Commit

Permalink
Add about
Browse files Browse the repository at this point in the history
  • Loading branch information
shenyangshi committed Dec 28, 2023
1 parent 635c85e commit 605ae3d
Show file tree
Hide file tree
Showing 4 changed files with 37 additions and 17 deletions.
31 changes: 27 additions & 4 deletions _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,24 +20,47 @@

# sudo bundle install
# sudo bundle exec jekyll serve
title: Shenyang Shi webpage
title: Shenyang Shi
email: [email protected]
description: >- # this means to ignore newlines until "baseurl:"
Welcome to my personal website.
baseurl: "" # the subpath of your site, e.g. /blog
url: "https://shenyangshi.github.io/" # the base hostname & protocol for your site, e.g. http://example.com
twitter_username: shenyangshi
github_username: shenyangshi

# Build settings
#theme: minima
remote_theme: hydecorp/hydejack@v9
plugins:
- jekyll-feed
- jekyll-remote-theme

markdown: kramdown


author:
name: Shenyang Shi
bio: "PhD student in the Department of Physics at Columbia University"
home: "New York, NY"
email: "[email protected]"
social:
email: [email protected]
github: shenyangshi
google: https://scholar.google.com/citations?user=NV8YSoYAAAAJ&hl=en

# Design of the main page
accent_image: /assets/img/main_page.jpeg
menu:
- title: About
url: /about/
- title: Blog
url: /_posts/
- title: Research
url: /_research/
- title: Pictures
url: /_pictures/

google_analytics: UA-XXXXXXXX-X


# Exclude from processing.
# The following items will not be processed, by default.
# Any item listed under the `exclude:` key here will be automatically added to
Expand Down
14 changes: 5 additions & 9 deletions about.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -4,17 +4,13 @@ title: About
permalink: /about/
---

This is the about page.
Hi there, welcome. My name is Shenyang (申阳) Shi (石). My first name means my birth time was between 3-5 in a sunny afternoon.

This is the base Jekyll theme. You can find out more info about customizing your Jekyll theme, as well as basic Jekyll usage documentation at [jekyllrb.com](https://jekyllrb.com/)
I'm a Ph.D. student majoring in particle physics at Columbia University. I'm one of the many dark matter physicists in [XENON collaboration](https://xenonexperiment.org/). We aim to detect the presence of a dark matter particle candidate called [WIMP (Weakly Interacting Massive Particle)](https://en.wikipedia.org/wiki/Weakly_interacting_massive_particle) via a large liquid xenon detector buried deep underground in Italy Gran Sasso mountain.

You can find the source code for Minima at GitHub:
[jekyll][jekyll-organization] /
[minima](https://github.com/jekyll/minima)
I enjoy traveling, road trip and photography.

I held a B.Sc. From Fudan University, Shanghai.

You can find the source code for Jekyll at GitHub:
[jekyll][jekyll-organization] /
[jekyll](https://github.com/jekyll/jekyll)


[jekyll-organization]: https://github.com/jekyll
Binary file added assets/img/main_page.jpeg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
9 changes: 5 additions & 4 deletions index.markdown
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
---
layout: home
title: Shenyang Shi 石申阳
---

This is the home page.
title: About
image:
path: /assets/img/main_page.jpeg
cover: true
---

0 comments on commit 605ae3d

Please sign in to comment.