Skip to content

Commit 2f20678

Browse files
committed
updated about me page
1 parent a010f30 commit 2f20678

File tree

3 files changed

+16
-26
lines changed

3 files changed

+16
-26
lines changed

_config.yml

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -196,15 +196,15 @@ collections:
196196
output: true
197197
permalink: /:collection/:title/
198198

199-
announcements:
200-
enabled: true
201-
scrollable: true # adds a vertical scroll bar if there are more than 3 news items
202-
limit: 5 # leave blank to include all the news in the `_news` folder
199+
# announcements:
200+
# enabled: true
201+
# scrollable: true # adds a vertical scroll bar if there are more than 3 news items
202+
# limit: 5 # leave blank to include all the news in the `_news` folder
203203

204-
latest_posts:
205-
enabled: true
206-
scrollable: true # adds a vertical scroll bar if there are more than 3 new posts items
207-
limit: 3 # leave blank to include all the blog posts
204+
# latest_posts:
205+
# enabled: true
206+
# scrollable: true # adds a vertical scroll bar if there are more than 3 new posts items
207+
# limit: 3 # leave blank to include all the blog posts
208208

209209
# -----------------------------------------------------------------------------
210210
# Jekyll settings
@@ -311,8 +311,8 @@ display_categories: ["external-services"] # these categories will be displayed o
311311
# -----------------------------------------------------------------------------
312312

313313
scholar:
314-
last_name: [Einstein]
315-
first_name: [Albert, A.]
314+
last_name: [Yoon]
315+
first_name: [Hee Rhang]
316316

317317
style: apa
318318
locale: en

_pages/about.md

Lines changed: 6 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -2,24 +2,14 @@
22
layout: about
33
title: about
44
permalink: /
5-
subtitle: <a href='#'>Affiliations</a>. Address. Contacts. Motto. Etc.
6-
5+
description: Mathematician. Data Scientist.
76
profile:
87
align: right
9-
image: prof_pic.jpg
10-
image_circular: false # crops the image to make it circular
11-
more_info: >
12-
<p>555 your office number</p>
13-
<p>123 your address street</p>
14-
<p>Your City, State 12345</p>
8+
image: prof_pic.png
9+
1510

16-
news: true # includes a list of news items
11+
news: true # includes a list of news items
1712
selected_papers: true # includes a list of papers marked as "selected={true}"
18-
social: true # includes social icons at the bottom of the page
13+
social: true # includes social icons at the bottom of the page
1914
---
20-
21-
Write your biography here. Tell the world about yourself. Link to your favorite [subreddit](http://reddit.com). You can put a picture in, too. The code is already in, just name your picture `prof_pic.jpg` and put it in the `img/` folder.
22-
23-
Put your address / P.O. box / other info right below your picture. You can also disable any of these elements by editing `profile` property of the YAML header of your `_pages/about.md`. Edit `_bibliography/papers.bib` and Jekyll will render your [publications page](/al-folio/publications/) automatically.
24-
25-
Link to your social media connections, too. This theme is set up to use [Font Awesome icons](https://fontawesome.com/) and [Academicons](https://jpswalsh.github.io/academicons/), like the ones below. Add your Facebook, Twitter, LinkedIn, Google Scholar, or just disable all of them.
15+
I am a mathematician working in the field of topological data analysis. I develop novel applications of algebraic topology to data science. I use topology, network theory, and machine learning to study problems in biology, including neuroscience, cancer research, and genomics. I am currently an assistant professor of mathematics at <a href="https://www.wesleyan.edu/mathcs/">Wesleyan University</a>. I received my PhD in <a href="https://www.amcs.upenn.edu/">Applied Mathematics and Computational Science</a> from the <a href="https://www.upenn.edu">University of Pennsylvania</a> under the guidance of <a href="https://www.math.upenn.edu/~ghrist/"> Robert Ghrist</a>.

assets/img/prof_pic.png

591 KB
Loading

0 commit comments

Comments
 (0)