Skip to content

Commit 8a97687

Browse files
committed
initial changes
1 parent 25c30de commit 8a97687

File tree

7 files changed

+25
-54
lines changed

7 files changed

+25
-54
lines changed

_config.yml

+17-17
Original file line numberDiff line numberDiff line change
@@ -7,17 +7,17 @@
77

88
# Site Settings
99
locale : "en-US"
10-
title : "Your Name / Site Title"
10+
title : "Alexander Pan"
1111
title_separator : "-"
12-
name : &name "Your Name"
12+
name : &name "Alexander Pan"
1313
description : &description "personal description"
14-
url : https://academicpages.github.io # the base hostname & protocol for your site e.g. "https://mmistakes.github.io"
14+
url : https://aypan17.github.io # the base hostname & protocol for your site e.g. "https://mmistakes.github.io"
1515
baseurl : "" # the subpath of your site, e.g. "/blog"
16-
repository : "academicpages/academicpages.github.io"
16+
repository : "aypan17/aypan17.github.io"
1717
teaser : # filename of teaser fallback teaser image placed in /images/, .e.g. "500x300.png"
1818
breadcrumbs : false # true, false (default)
19-
words_per_minute : 160
20-
future : true
19+
words_per_minute :
20+
future : false
2121
read_more : "disabled" # if enabled, adds "Read more" links to excerpts
2222
talkmap_link : false #change to true to add link to talkmap on talks page
2323
comments:
@@ -80,14 +80,14 @@ analytics:
8080

8181
# Site Author
8282
author:
83-
name : "Your Sidebar Name"
83+
name : "Alexander Pan"
8484
avatar : "profile.png"
85-
bio : "Your biography for the left-hand sidebar"
86-
location : "Location"
85+
bio :
86+
location :
8787
employer :
88-
pubmed : "https://www.ncbi.nlm.nih.gov/pubmed/?term=john+snow"
89-
googlescholar : "http://yourfullgooglescholarurl.com"
90-
email :
88+
pubmed :
89+
googlescholar : "https://scholar.google.com/citations?user=PaltSA0AAAAJ"
90+
email : "aypan.17@gmail.com"
9191
researchgate : # example: "https://www.researchgate.net/profile/yourprofile"
9292
uri :
9393
bitbucket :
@@ -96,20 +96,20 @@ author:
9696
flickr :
9797
facebook :
9898
foursquare :
99-
github : "academicpages"
99+
github : "aypan17"
100100
google_plus :
101101
keybase :
102102
instagram :
103103
impactstory : #"https://profiles.impactstory.org/u/xxxx-xxxx-xxxx-xxxx"
104104
lastfm :
105-
linkedin :
106-
orcid : "http://orcid.org/yourorcidurl"
105+
linkedin : "https://www.linkedin.com/in/alexander-pan-0567a2102/"
106+
orcid :
107107
pinterest :
108108
soundcloud :
109109
stackoverflow : # http://stackoverflow.com/users/123456/username
110110
steam :
111111
tumblr :
112-
twitter : "replacethistwitterhandle"
112+
twitter :
113113
vine :
114114
weibo :
115115
xing :
@@ -185,7 +185,7 @@ collections:
185185
output: true
186186
permalink: /:collection/:path/
187187
talks:
188-
output: true
188+
output: false
189189
permalink: /:collection/:path/
190190

191191

_pages/about.md

+8-37
Original file line numberDiff line numberDiff line change
@@ -1,50 +1,21 @@
11
---
22
permalink: /
3-
title: "academicpages is a ready-to-fork GitHub Pages template for academic personal websites"
3+
title: "About"
44
excerpt: "About me"
55
author_profile: true
66
redirect_from:
77
- /about/
88
- /about.html
99
---
1010

11-
This is the front page of a website that is powered by the [academicpages template](https://github.com/academicpages/academicpages.github.io) and hosted on GitHub pages. [GitHub pages](https://pages.github.com) is a free service in which websites are built and hosted from code and data stored in a GitHub repository, automatically updating when a new commit is made to the respository. This template was forked from the [Minimal Mistakes Jekyll Theme](https://mmistakes.github.io/minimal-mistakes/) created by Michael Rose, and then extended to support the kinds of content that academics have: publications, talks, teaching, a portfolio, blog posts, and a dynamically-generated CV. You can fork [this repository](https://github.com/academicpages/academicpages.github.io) right now, modify the configuration and markdown files, add your own PDFs and other content, and have your own site for free, with no ads! An older version of this template powers my own personal website at [stuartgeiger.com](http://stuartgeiger.com), which uses [this Github repository](https://github.com/staeiou/staeiou.github.io).
11+
I am a final-year undergraduate studying mathematics and computer science at Caltech where I am fortunate to be advised by [Anima Anandkumar](http://tensorlab.cms.caltech.edu/users/anima/) and [Jacob Steinhardt](https://jsteinhardt.stat.berkeley.edu/). I am interested in developing trustworthy and reliable machine learning.
1212

13-
A data-driven personal website
14-
======
15-
Like many other Jekyll-based GitHub Pages templates, academicpages makes you separate the website's content from its form. The content & metadata of your website are in structured markdown files, while various other files constitute the theme, specifying how to transform that content & metadata into HTML pages. You keep these various markdown (.md), YAML (.yml), HTML, and CSS files in a public GitHub repository. Each time you commit and push an update to the repository, the [GitHub pages](https://pages.github.com/) service creates static HTML pages based on these files, which are hosted on GitHub's servers free of charge.
16-
17-
Many of the features of dynamic content management systems (like Wordpress) can be achieved in this fashion, using a fraction of the computational resources and with far less vulnerability to hacking and DDoSing. You can also modify the theme to your heart's content without touching the content of your site. If you get to a point where you've broken something in Jekyll/HTML/CSS beyond repair, your markdown files describing your talks, publications, etc. are safe. You can rollback the changes or even delete the repository and start over -- just be sure to save the markdown files! Finally, you can also write scripts that process the structured data on the site, such as [this one](https://github.com/academicpages/academicpages.github.io/blob/master/talkmap.ipynb) that analyzes metadata in pages about talks to display [a map of every location you've given a talk](https://academicpages.github.io/talkmap.html).
13+
See [here](https://drive.google.com/file/d/17jkbEmK-c69u8qqnYDzJNbo917Qwn6gg/view?usp=sharing) for my CV. Feel free to email me at aypan [at] caltech [dot] edu.
1814

19-
Getting started
15+
Research
2016
======
21-
1. Register a GitHub account if you don't have one and confirm your e-mail (required!)
22-
1. Fork [this repository](https://github.com/academicpages/academicpages.github.io) by clicking the "fork" button in the top right.
23-
1. Go to the repository's settings (rightmost item in the tabs that start with "Code", should be below "Unwatch"). Rename the repository "[your GitHub username].github.io", which will also be your website's URL.
24-
1. Set site-wide configuration and create content & metadata (see below -- also see [this set of diffs](http://archive.is/3TPas) showing what files were changed to set up [an example site](https://getorg-testacct.github.io) for a user with the username "getorg-testacct")
25-
1. Upload any files (like PDFs, .zip files, etc.) to the files/ directory. They will appear at https://[your GitHub username].github.io/files/example.pdf.
26-
1. Check status by going to the repository settings, in the "GitHub pages" section
27-
28-
Site-wide configuration
29-
------
30-
The main configuration file for the site is in the base directory in [_config.yml](https://github.com/academicpages/academicpages.github.io/blob/master/_config.yml), which defines the content in the sidebars and other site-wide features. You will need to replace the default variables with ones about yourself and your site's github repository. The configuration file for the top menu is in [_data/navigation.yml](https://github.com/academicpages/academicpages.github.io/blob/master/_data/navigation.yml). For example, if you don't have a portfolio or blog posts, you can remove those items from that navigation.yml file to remove them from the header.
31-
32-
Create content & metadata
33-
------
34-
For site content, there is one markdown file for each type of content, which are stored in directories like _publications, _talks, _posts, _teaching, or _pages. For example, each talk is a markdown file in the [_talks directory](https://github.com/academicpages/academicpages.github.io/tree/master/_talks). At the top of each markdown file is structured data in YAML about the talk, which the theme will parse to do lots of cool stuff. The same structured data about a talk is used to generate the list of talks on the [Talks page](https://academicpages.github.io/talks), each [individual page](https://academicpages.github.io/talks/2012-03-01-talk-1) for specific talks, the talks section for the [CV page](https://academicpages.github.io/cv), and the [map of places you've given a talk](https://academicpages.github.io/talkmap.html) (if you run this [python file](https://github.com/academicpages/academicpages.github.io/blob/master/talkmap.py) or [Jupyter notebook](https://github.com/academicpages/academicpages.github.io/blob/master/talkmap.ipynb), which creates the HTML for the map based on the contents of the _talks directory).
35-
36-
**Markdown generator**
37-
38-
I have also created [a set of Jupyter notebooks](https://github.com/academicpages/academicpages.github.io/tree/master/markdown_generator
39-
) that converts a CSV containing structured data about talks or presentations into individual markdown files that will be properly formatted for the academicpages template. The sample CSVs in that directory are the ones I used to create my own personal website at stuartgeiger.com. My usual workflow is that I keep a spreadsheet of my publications and talks, then run the code in these notebooks to generate the markdown files, then commit and push them to the GitHub repository.
40-
41-
How to edit your site's GitHub repository
42-
------
43-
Many people use a git client to create files on their local computer and then push them to GitHub's servers. If you are not familiar with git, you can directly edit these configuration and markdown files directly in the github.com interface. Navigate to a file (like [this one](https://github.com/academicpages/academicpages.github.io/blob/master/_talks/2012-03-01-talk-1.md) and click the pencil icon in the top right of the content preview (to the right of the "Raw | Blame | History" buttons). You can delete a file by clicking the trashcan icon to the right of the pencil icon. You can also create new files or upload files by navigating to a directory and clicking the "Create new file" or "Upload files" buttons.
44-
45-
Example: editing a markdown file for a talk
46-
![Editing a markdown file for a talk](/images/editing-talk.png)
17+
<img align="right" src="https://aypan17.github.io/files/rewardhacking.jpg"/>
18+
[The Effects of Reward Misspecification: Mapping and Mitigating Misaligned Models](https://openreview.net/pdf?id=JYtwGwIL7ye)
19+
**Alexander Pan**, Kush Bhatia, Jacob Steinhardt
20+
NeurIPS Deep RL Workshop 2021. Under submission at ICLR 2022.
4721

48-
For more info
49-
------
50-
More info about configuring academicpages can be found in [the guide](https://academicpages.github.io/markdown/). The [guides for the Minimal Mistakes theme](https://mmistakes.github.io/minimal-mistakes/docs/configuration/) (which this theme was forked from) might also be helpful.

files/paper1.pdf

-8.69 KB
Binary file not shown.

files/paper2.pdf

-8.8 KB
Binary file not shown.

files/paper3.pdf

-8.88 KB
Binary file not shown.

images/profile.jpg

491 KB
Loading

images/profile.png

-21.6 KB
Binary file not shown.

0 commit comments

Comments
 (0)