Skip to content

Commit

Permalink
Cleanup after merge from alshedivat/master
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewmzhang committed Apr 28, 2024
1 parent 26270a9 commit e9ea5d9
Show file tree
Hide file tree
Showing 31 changed files with 37 additions and 561 deletions.
12 changes: 0 additions & 12 deletions .github/FUNDING.yml

This file was deleted.

21 changes: 0 additions & 21 deletions .github/workflows/main.yml

This file was deleted.

19 changes: 0 additions & 19 deletions .travis.yml

This file was deleted.

1 change: 0 additions & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ group :jekyll_plugins do
gem 'mini_racer'
gem 'unicode_utils'
gem 'webrick'
gem 'jekyll-admin'
end
group :other_plugins do
gem 'css_parser'
Expand Down
12 changes: 6 additions & 6 deletions _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,12 +29,12 @@ impressum_path: # set to path to include impressum link in the footer, use the
# -----------------------------------------------------------------------------

# repo color theme
repo_theme_light: default # https://github.com/anuraghazra/github-readme-stats/blob/master/themes/README.md
repo_theme_dark: dark # https://github.com/anuraghazra/github-readme-stats/blob/master/themes/README.md
repo_trophies:
enabled: true
theme_light: flat # https://github.com/ryo-ma/github-profile-trophy
theme_dark: gitdimmed # https://github.com/ryo-ma/github-profile-trophy
#repo_theme_light: default # https://github.com/anuraghazra/github-readme-stats/blob/master/themes/README.md
#repo_theme_dark: dark # https://github.com/anuraghazra/github-readme-stats/blob/master/themes/README.md
#repo_trophies:
# enabled: true
# theme_light: flat # https://github.com/ryo-ma/github-profile-trophy
# theme_dark: gitdimmed # https://github.com/ryo-ma/github-profile-trophy

# -----------------------------------------------------------------------------
# RSS Feed
Expand Down
17 changes: 12 additions & 5 deletions _data/repositories.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
#github_users:
# - andrewmzhang

#github_repos:
# - jcarreira/cirrus
# github_users:
# - torvalds
# - alshedivat
#
# github_repos:
# - alshedivat/al-folio
# - twbs/bootstrap
# - jekyll/jekyll
# - jquery/jquery
# - FortAwesome/Font-Awesome
# - jpswalsh/academicons
# - mathjax/MathJax
8 changes: 0 additions & 8 deletions _drafts/2015-10-20-comments.md

This file was deleted.

File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
6 changes: 0 additions & 6 deletions _includes/scripts/mansory.html

This file was deleted.

26 changes: 13 additions & 13 deletions _pages/about.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,24 +2,24 @@
layout: about
title: about
permalink: /
subtitle: <a href='#'>Affiliations</a>. Address. Contacts. Moto. Etc.
subtitle: Working at a Chicago-based Quant Trading Firm. Citadel Securities Quantitative Research Intern (2019 & 2020). RISELab. Former EECS Masters Student - UC Berkeley.

profile:
align: right
image: prof_pic.jpg
image_circular: false # crops the image to make it circular
more_info: >
<p>555 your office number</p>
<p>123 your address street</p>
<p>Your City, State 12345</p>
align: right
image: prof_pic.jpg
image_circular: false # crops the image to make it circular

news: true # includes a list of news items
news: false # includes a list of news items
selected_papers: true # includes a list of papers marked as "selected={true}"
social: true # includes social icons at the bottom of the page
social: true # includes social icons at the bottom of the page
---

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.
I don't really maintain this bio...

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.
I was a student pursuing an M.Sc in Computer Science at University of California - Berkeley. I was also a researcher in
RISELab where I work under Prof. Randy Katz on serverless machine learning frameworks and serverless computing. I used
to TA for CS189: Machine Learning and CS70: Discrete Math and Probability Theory.

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.
My most up-to-date resume is always provided below:

[My Resume](/assets/pdf/resume.pdf){:target="_blank" rel="noopener"}
2 changes: 1 addition & 1 deletion _pages/.cv.md → _pages/cv.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
layout: cv
permalink: /cv/
title: cv
nav: true
nav: false
nav_order: 5
cv_pdf: example_pdf.pdf
description: This is a description of the page. You can modify it in '_pages/cv.md'. You can also change or remove the top pdf download button.
Expand Down
2 changes: 1 addition & 1 deletion _pages/.dropdown.md → _pages/dropdown.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
layout: page
title: submenus
nav: true
nav: false
nav_order: 8
dropdown: true
children:
Expand Down
2 changes: 1 addition & 1 deletion _pages/profiles.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ layout: profiles
permalink: /people/
title: people
description: members of the lab or group
nav: true
nav: false
nav_order: 7

profiles:
Expand Down
2 changes: 1 addition & 1 deletion _pages/projects.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ layout: page
title: projects
permalink: /projects/
description: A growing collection of your cool projects.
nav: true
nav: false
nav_order: 3
display_categories: [work, fun]
horizontal: false
Expand Down
2 changes: 1 addition & 1 deletion _pages/.repositories.md → _pages/repositories.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ layout: page
permalink: /repositories/
title: repositories
description: Edit the `_data/repositories.yml` and change the `github_users` and `github_repos` lists to include your own GitHub profile and repositories.
nav: true
nav: false
nav_order: 4
---

Expand Down
77 changes: 0 additions & 77 deletions _projects/1_project.markdown

This file was deleted.

77 changes: 0 additions & 77 deletions _projects/2_project.markdown

This file was deleted.

Loading

0 comments on commit e9ea5d9

Please sign in to comment.