Skip to content

Commit 09133e5

Browse files
author
byungjunkim12
committed
tab "other"
1 parent 9218481 commit 09133e5

File tree

7 files changed

+106
-63
lines changed

7 files changed

+106
-63
lines changed

_config.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ locale : "en-US"
1111
site_theme : "default"
1212
title : "Byungjun Kim"
1313
title_separator : "-"
14-
name : &name "Your Name"
14+
name : &name "Byungjun Kim"
1515
description : &description "personal description"
1616
url : https://byungjunkim12.github.io # the base hostname & protocol for your site e.g. "https://[your GitHub username].github.io" or if you already have some other page hosted on Github then use "https://[your GitHub username].github.io/[Your Repo Name]"
1717
baseurl : "" # the subpath of your site, e.g. "/blog"
@@ -25,10 +25,10 @@ author:
2525
avatar : "profile.png"
2626
name : "Byungjun Kim"
2727
pronouns : # example: "she/her"
28-
bio : "Postdoc"
28+
bio : "Postdoctoral researcher enthusiastic in Wireless Communication/AI/Quantum Computing"
2929
location : "New Brunswick, NJ"
3030
employer : "Rutgers University"
31-
uri : # URL
31+
uri : "https://byungjunkim12"
3232
email : "[email protected]"
3333

3434
# Academic websites
@@ -158,6 +158,7 @@ include:
158158
- .htaccess
159159
- _pages
160160
- files
161+
- assets/css/custom.scss
161162
exclude:
162163
- "*.sublime-project"
163164
- "*.sublime-workspace"

_data/navigation.yml

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,15 +8,18 @@
88
# Markdown formatted page while the second is generated using JSON.
99

1010
main:
11-
- title: "Publications"
12-
url: /publications/
13-
1411
- title: "Research"
1512
url: /research/
1613

1714
- title: "Work Experience"
1815
url: /work/
1916

17+
- title: "Publications"
18+
url: /publications/
19+
20+
- title: "Other work"
21+
url: /other/
22+
2023
# - title: "Talks"
2124
# url: /talk/
2225

_pages/about.md

Lines changed: 19 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -7,47 +7,44 @@ redirect_from:
77
- /about.html
88
---
99

10-
<!-- This is the front page of a website that is powered by the [Academic Pages 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 repository. 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 template](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! -->
1110

1211
Education
1312
======
14-
**University of California, San Diego**
15-
* Ph.D in Electrical and Computer Engineering, 2025
13+
**University of California, San Diego** \
14+
Ph.D in Electrical and Computer Engineering, 2025
1615

17-
**Seoul National University**
18-
* M.S. in Electrical and Computer Engineering, 2019
16+
**Seoul National University** \
17+
M.S. in Electrical and Computer Engineering, 2019
1918

20-
**Pohang University of Science and Technology**
21-
* B.S. in Electrical Engineering, 2017
19+
**Pohang University of Science and Technology** \
20+
B.S. in Electrical Engineering, 2017
2221

22+
News
23+
------
24+
**[May 2025]** Joined Rutgers university as a postdoctoral researhcer. \
25+
**[March 2025]** I finally defended!
2326

24-
<!-- A data-driven personal website
25-
======
26-
Like many other Jekyll-based GitHub Pages templates, Academic Pages 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.
27-
28-
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).
2927

30-
Getting started
28+
<!-- Getting started
3129
======
3230
1. Register a GitHub account if you don't have one and confirm your e-mail (required!)
3331
1. Fork [this template](https://github.com/academicpages/academicpages.github.io) by clicking the "Use this template" button in the top right.
3432
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.
3533
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")
3634
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.
37-
1. Check status by going to the repository settings, in the "GitHub pages" section
35+
1. Check status by going to the repository settings, in the "GitHub pages" section -->
3836

39-
Site-wide configuration
37+
<!-- Site-wide configuration
4038
------
41-
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.
39+
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. -->
4240

43-
Create content & metadata
41+
<!-- Create content & metadata
4442
------
45-
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).
43+
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). -->
4644
47-
**Markdown generator**
45+
<!-- **Markdown generator**
4846
49-
The repository includes [a set of Jupyter notebooks](https://github.com/academicpages/academicpages.github.io/tree/master/markdown_generator
50-
) that converts a CSV containing structured data about talks or presentations into individual markdown files that will be properly formatted for the Academic Pages 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.
47+
The repository includes [a set of Jupyter notebooks](https://github.com/academicpages/academicpages.github.io/tree/master/markdown_generator) that converts a CSV containing structured data about talks or presentations into individual markdown files that will be properly formatted for the Academic Pages 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. -->
5148

5249
How to edit your site's GitHub repository
5350
------
@@ -58,4 +55,4 @@ Example: editing a markdown file for a talk
5855

5956
For more info
6057
------
61-
More info about configuring Academic Pages can be found in [the guide](https://academicpages.github.io/markdown/), the [growing wiki](https://github.com/academicpages/academicpages.github.io/wiki), and you can always [ask a question on GitHub](https://github.com/academicpages/academicpages.github.io/discussions). 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. -->
58+
More info about configuring Academic Pages can be found in [the guide](https://academicpages.github.io/markdown/), the [growing wiki](https://github.com/academicpages/academicpages.github.io/wiki), and you can always [ask a question on GitHub](https://github.com/academicpages/academicpages.github.io/discussions). 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.

_pages/other.md

Lines changed: 65 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,65 @@
1+
---
2+
layout: archive
3+
title: "Other work"
4+
permalink: /other/
5+
author_profile: true
6+
---
7+
8+
<!-- {% if site.talkmap_link == true %}
9+
<p style="text-decoration:underline;"><a href="/talkmap.html">See a map of all the places I've given a talk!</a></p>
10+
{% endif %} -->
11+
12+
<!-- {% for post in site.talks reversed %}
13+
{% include archive-single-talk.html %}
14+
{% endfor %} -->
15+
16+
{% include base_path %}
17+
18+
Patents
19+
======
20+
Method and apparatus for communication between vehicles and apparatus for using the same \
21+
S. Hwang, S. Kim, H. Yoon, **B. Kim**, and S. Choi, **US 11,032,682 B2**, June 2021.
22+
23+
<hr>
24+
25+
Skills
26+
======
27+
**Programming Language**: Python (Pytorch, Tensorflow, Keras), C++ (GNURadio, ns-3), C#, MATLAB, LaTeX, Kotlin, Dart
28+
29+
**Software Packages**: Kubernetes, Docker, Wireshark, SUMO, Unity3D, ANSYS Maxwell
30+
31+
**Hardware**: USRP, Signal Hound Spectrum Analyzer, mmWave radar
32+
33+
<hr>
34+
35+
Honors
36+
======
37+
- Kwanjeong Educational Foundation Fellowship (2019 - 2023, ~$25,000/year)
38+
- National Science & Engineering Undergraduate Scholarship, KSAF (8 semesters, 2010 - 2017; ~$6,000/year)
39+
- Undergraduate academic excellence, POSTECH (Spring 2014 - Fall 2015)
40+
41+
<hr>
42+
43+
Service
44+
======
45+
**Teaching Assistant**
46+
- Machine Learning for Geo/Environmental Sciences (Spring 2024)
47+
- Prob. & Stats. for Data Science (Fall 2021)
48+
- Bayesian Machine Perception (Spring 2020)
49+
- Signals and Systems (Spring 2019)
50+
- Introduction to Data Communication Networks (Fall 2018)
51+
- Theory and Lab of IoT, AI, and Big Data (Fall 2018)
52+
53+
**Undergraduate Tutor**
54+
- Introduction to Communication System (Fall 2016)
55+
- Physical Electronics (Fall 2015, Fall 2016)
56+
57+
<hr>
58+
59+
Other experience
60+
======
61+
**Principal member, UCSD Korean Graduate Student Association (KGSA)** (2023-2024)
62+
63+
**Qualcomm IT Tour**, invited to Qualcomm headquarter tour as a honor Korean engineering student. (July 2015)
64+
65+
**Residential Advisor, POSTECH** (2014 - 2015)

_pages/talks.html

Lines changed: 0 additions & 16 deletions
This file was deleted.

_pages/work.md

Lines changed: 1 addition & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -20,32 +20,15 @@ author_profile: true
2020
* Applied adaptive learning algorithms for **user selection in massive MU-MIMO systems** to enhance adaptability to environmental variations. Developed **transfer learning and meta-learning algorithms** to minimize the data required for model adaptation in new environments.
2121
* Supervisor: Dr. Hosein Nikopour and Dr. Oner Orhan
2222

23-
24-
Skills
25-
======
26-
* Python
27-
* Pytorch, Tensorflow
28-
* C++
29-
* GNURadio
30-
3123
Publications
3224
======
3325
<ul>{% for post in site.publications reversed %}
3426
{% include archive-single-cv.html %}
3527
{% endfor %}</ul>
36-
37-
Talks
38-
======
39-
<ul>{% for post in site.talks reversed %}
40-
{% include archive-single-talk-cv.html %}
41-
{% endfor %}</ul>
42-
28+
4329
Teaching
4430
======
4531
<ul>{% for post in site.teaching reversed %}
4632
{% include archive-single-cv.html %}
4733
{% endfor %}</ul>
4834

49-
Service and leadership
50-
======
51-
* Currently signed in to 43 different slack teams

assets/css/main.scss

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,4 +40,14 @@
4040
"vendor/font-awesome/solid",
4141
"vendor/font-awesome/brands",
4242
"vendor/magnific-popup/magnific-popup"
43-
;
43+
;
44+
45+
.page-content {
46+
line-height: 1.2 !important;
47+
}
48+
49+
h1 {
50+
// background-color: yellow;
51+
// border: 2px solid red;
52+
margin-top: 2rem !important;
53+
}

0 commit comments

Comments
 (0)