Skip to content

Commit

Permalink
Port to Jekyll.
Browse files Browse the repository at this point in the history
  • Loading branch information
keunhong committed May 5, 2022
1 parent b2ba4a8 commit 7683e9e
Show file tree
Hide file tree
Showing 35 changed files with 704 additions and 717 deletions.
8 changes: 7 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
.idea
assets/static/node_modules
_site/
.sass-cache/
.jekyll-cache/
.jekyll-metadata
# Ignore folders generated by Bundler
.bundle/
vendor/

*~
*.so
Expand Down
35 changes: 35 additions & 0 deletions Gemfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
source "https://rubygems.org"
# Hello! This is where you manage which Jekyll version is used to run.
# When you want to use a different version, change it below, save the
# file and run `bundle install`. Run Jekyll with `bundle exec`, like so:
#
# bundle exec jekyll serve
#
# This will help ensure the proper Jekyll version is running.
# Happy Jekylling!
gem "jekyll", "~> 4.2.2"
# This is the default theme for new Jekyll sites. You may change this to anything you like.
gem "minima", "~> 2.5"
# If you want to use GitHub Pages, remove the "gem "jekyll"" above and
# uncomment the line below. To upgrade, run `bundle update github-pages`.
# gem "github-pages", group: :jekyll_plugins
# If you have any plugins, put them here!
group :jekyll_plugins do
gem "jekyll-feed", "~> 0.12"
end

# Windows and JRuby does not include zoneinfo files, so bundle the tzinfo-data gem
# and associated library.
platforms :mingw, :x64_mingw, :mswin, :jruby do
gem "tzinfo", "~> 1.2"
gem "tzinfo-data"
end

# Performance-booster for watching directories on Windows
gem "wdm", "~> 0.1.1", :platforms => [:mingw, :x64_mingw, :mswin]

# Lock `http_parser.rb` gem to `v0.6.x` on JRuby builds since newer versions of the gem
# do not have a Java counterpart.
gem "http_parser.rb", "~> 0.6.0", :platforms => [:jruby]

gem "webrick", "~> 1.7"
83 changes: 83 additions & 0 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -0,0 +1,83 @@
GEM
remote: https://rubygems.org/
specs:
addressable (2.8.0)
public_suffix (>= 2.0.2, < 5.0)
colorator (1.1.0)
concurrent-ruby (1.1.10)
em-websocket (0.5.3)
eventmachine (>= 0.12.9)
http_parser.rb (~> 0)
eventmachine (1.2.7)
ffi (1.15.5)
forwardable-extended (2.6.0)
http_parser.rb (0.8.0)
i18n (1.10.0)
concurrent-ruby (~> 1.0)
jekyll (4.2.2)
addressable (~> 2.4)
colorator (~> 1.0)
em-websocket (~> 0.5)
i18n (~> 1.0)
jekyll-sass-converter (~> 2.0)
jekyll-watch (~> 2.0)
kramdown (~> 2.3)
kramdown-parser-gfm (~> 1.0)
liquid (~> 4.0)
mercenary (~> 0.4.0)
pathutil (~> 0.9)
rouge (~> 3.0)
safe_yaml (~> 1.0)
terminal-table (~> 2.0)
jekyll-feed (0.16.0)
jekyll (>= 3.7, < 5.0)
jekyll-sass-converter (2.2.0)
sassc (> 2.0.1, < 3.0)
jekyll-seo-tag (2.8.0)
jekyll (>= 3.8, < 5.0)
jekyll-watch (2.2.1)
listen (~> 3.0)
kramdown (2.4.0)
rexml
kramdown-parser-gfm (1.1.0)
kramdown (~> 2.0)
liquid (4.0.3)
listen (3.7.1)
rb-fsevent (~> 0.10, >= 0.10.3)
rb-inotify (~> 0.9, >= 0.9.10)
mercenary (0.4.0)
minima (2.5.1)
jekyll (>= 3.5, < 5.0)
jekyll-feed (~> 0.9)
jekyll-seo-tag (~> 2.1)
pathutil (0.16.2)
forwardable-extended (~> 2.6)
public_suffix (4.0.7)
rb-fsevent (0.11.1)
rb-inotify (0.10.1)
ffi (~> 1.0)
rexml (3.2.5)
rouge (3.28.0)
safe_yaml (1.0.5)
sassc (2.4.0)
ffi (~> 1.9)
terminal-table (2.0.0)
unicode-display_width (~> 1.1, >= 1.1.1)
unicode-display_width (1.8.0)
webrick (1.7.0)

PLATFORMS
arm64-darwin-21

DEPENDENCIES
http_parser.rb (~> 0.6.0)
jekyll (~> 4.2.2)
jekyll-feed (~> 0.12)
minima (~> 2.5)
tzinfo (~> 1.2)
tzinfo-data
wdm (~> 0.1.1)
webrick (~> 1.7)

BUNDLED WITH
2.3.13
62 changes: 62 additions & 0 deletions _config.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,62 @@
# Welcome to Jekyll!
#
# This config file is meant for settings that affect your whole blog, values
# which you are expected to set up once and rarely edit after that. If you find
# yourself editing this file very often, consider using Jekyll's data files
# feature for the data you need to update frequently.
#
# For technical reasons, this file is *NOT* reloaded automatically when you use
# 'bundle exec jekyll serve'. If you change this file, please restart the server process.
#
# If you need help with YAML syntax, here are some quick references for you:
# https://learn-the-web.algonquindesign.ca/topics/markdown-yaml-cheat-sheet/#yaml
# https://learnxinyminutes.com/docs/yaml/
#
# Site settings
# These are used to personalize your new site. If you look in the HTML files,
# you will see them accessed via {{ site.title }}, {{ site.email }}, and so on.
# You can create any custom variable you would like, and they will be accessible
# in the templates via {{ site.myvariable }}.

title: Keunhong Park
name: Keunhong Park
position: Research Scientist
email: [email protected]
description: >-
<p>I am a research scientist at Google, where I work on computer vision, graphics, and machine learning.</p>
<p>
Previously, I was a Ph. D student at the University of Washington advised by
<a href="https://homes.cs.washington.edu/~ali/">Ali Farhadi</a> and
<a href="https://homes.cs.washington.edu/~seitz/">Steve Seitz</a>.
</p>
baseurl: "" # the subpath of your site, e.g. /blog
url: "https://keunhong.com" # the base hostname & protocol for your site, e.g. http://example.com
twitter_username: KeunhongP
github_username: keunhong
google_scholar: HVZb-5oAAAAJ
google_analytics: G-MFWSBLRKG0

# Build settings
theme: minima
plugins:
- jekyll-feed

# 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
# the internal "default list".
#
# Excluded items can be processed by explicitly listing the directories or
# their entries' file path in the `include:` list.
#
# exclude:
# - .sass-cache/
# - .jekyll-cache/
# - gemfiles/
# - Gemfile
# - Gemfile.lock
# - node_modules/
# - vendor/bundle/
# - vendor/cache/
# - vendor/gems/
# - vendor/ruby/
65 changes: 65 additions & 0 deletions _data/authors.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,65 @@
keunhong:
first_name: Keunhong
last_name: Park
website: https://keunhong.com
is_me: true
rmbrualla:
first_name: Ricardo
last_name: Martin-Brualla
website: https://ricardomartinbrualla.com
smseitz:
first_name: Steven
middle_name: M.
last_name: Seitz
website: https://smseitz.com
ali:
first_name: Ali
last_name: Farhadi
website: https://homes.cs.washington.edu/~ali/
krematas:
first_name: Kostas
last_name: Rematas
website: https://krematas.com
barron:
first_name: Jonathan
middle_name: T.
last_name: Barron
website: https://jonbarron.info
sofien:
first_name: Sofien
last_name: Bouaziz
website: http://sofienbouaziz.com/
utsinh:
first_name: Utkarsh
last_name: Sinha
website: https://utkarshsinha.com/
dgo:
first_name: Dan
middle_name: B
last_name: Goldman
website: https://www.danbgoldman.com/home/
amousavian:
first_name: Arsalan
last_name: Mousavian
website: https://cs.gmu.edu/~amousavi/
yux:
first_name: Yu
last_name: Xiang
website: https://yuxng.github.io/
fox:
first_tname: Dieter
last_name: Fox
website: https://homes.cs.washington.edu/~fox/
chrisxie:
first_name: Christopher
last_name: Xie
website: https://chrisdxie.github.io/
mtbr:
first_name: Matthew
middle_name: A.
last_name: Brown
website: http://matthewalunbrown.com/
hedman:
first_name: Peter
last_name: Hedman
website: https://phogzone.com
11 changes: 11 additions & 0 deletions _data/education.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
- name: University of Washington
description: >-
Ph. D in Computer Science, advised by <a href="https://smseitz.com">Steven M. Seitz</a> and
<a href="https://homes.cs.washington.edu/~ali/">Ali Farhadi</a>.<br />
Supported by Samsung Scholarship 2015-2020 ($50,000/year for 5 years)
dates: Fall 2015 - Spring 2022

- name: University of Illinois at Urbana-Champaign
description: >-
B.S. in Computer Science, advised by <a href="https://dhoiem.cs.illinois.edu/">Derek Hoiem</a>.
dates: Fall 2009 - Spring 2013
42 changes: 42 additions & 0 deletions _data/employment.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,42 @@
- company: Google
description: Research Scientist
dates: "May 2022 - Current"
location: Seattle, WA

- company: Google
description: >-
Research Intern on the <a href="https://blog.google/technology/research/project-starline/">Project Starline</a> team.
Worked on <a href="https://nerfies.github.io">Nerfies</a> and <ahref="https://hypernerf.github.io">HyperNeRF</a>.
dates: "Jun 2020 - Sep 2021"
location: Seattle, WA

- company: NVIDIA
description: >-
Robotics Research Intern at the <a href="https://www.nvidia.com/en-us/research/robotics/">Seattle Robotics Lab</a>.
Worked on <a href="https://latentfusion.github.io">LatentFusion</a>.
dates: "Jul 2019 - Nov 2019"
location: Seattle, WA

- company: Amazon
description: >-
Applied Scientist Intern on the <a href="https://amazon.com/go">Amazon Go</a> team.
Worked on human activity detection.
dates: "Jul 2017 - Sep 2017"
location: Seattle, WA

- company: Ministry of National Defense, Cyber Command
description: Software Engineer (mandatory military service). Worked on network monitoring software.
dates: "Oct 2013 - Jul 2015"
location: Seoul, Korea

- company: Google
description: Software Engineering Intern. Create document conversion system for Google Cloud Print.
dates: "May 2013 - Aug 2013"
location: Mountain View, CA

- company: Qualcomm
description: >-
Software Engineering Intern. Optimized performance of JGit, reducing push times from hours to seconds.
Implemented multi-master support for Gerrit Code Review.
dates: "May 2012 - Aug 2012"
location: Boulder, CO
24 changes: 24 additions & 0 deletions _data/news.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
- >-
<b>2021-10-03</b>: <a href="https://fig-nerf.github.io"><i>Fig-NeRF</i></a> has been accepted to 3DV 2021.
- >-
<b>2021-09-10</b>: <a href="https://hypernerf.github.io"><i>HyperNeRF</i></a> has been accepted to SIGGRAPH Asia
2021. We have also released the <a href="https://github.com/google/hypernerf">code</a>.
- >-
<b>2021-07-22</b>: <a href="https://nerfies.github.io"><i>Nerfies</i></a> has been accepted to ICCV 2021 as an oral
presentation.
- >-
<b>2021-06-24</b>: We present <a href="https://hypernerf.github.io"><i>HyperNeRF</i></a>, which uses ideas
from
level set methods to model topologically changing scenes.
- >-
<b>2020-11-25</b>: We present <a href="https://nerfies.github.io"><i>Nerfies</i></a>, a way to turn
casually captured selfie videos into free-viewpoint visualizations.
- >-
<b>2020-06-09</b>: We've released the
<a href="https://github.com/NVlabs/latentfusion">code</a> and
<a href="https://latentfusion.github.io">data</a> for
<a href="https://latentfusion.github.io"><i>LatentFusion</i></a>.
- >-
<b>2020-02-26</b>: <a href="https://latentfusion.github.io"><i>LatentFusion</i></a>,
our <a href="https://latentfusion.github.io">paper</a> on zero-shot pose estimation,
has been accepted to CVPR 2020.
Loading

0 comments on commit 7683e9e

Please sign in to comment.