Skip to content

Commit

Permalink
minor updates
Browse files Browse the repository at this point in the history
  • Loading branch information
jwkai committed Dec 14, 2024
1 parent b9426ec commit 65ef799
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 14 deletions.
20 changes: 9 additions & 11 deletions _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,19 +8,17 @@ middle_name:
last_name: Kai
email: [email protected]
description: > # the ">" symbol means to ignore newlines until "footer_text:"
A simple, whitespace theme for academics. Based on [*folio](https://github.com/bogoli/-folio) design.
footer_text: >
Powered by <a href="https://jekyllrb.com/" target="_blank">Jekyll</a> with <a href="https://github.com/alshedivat/al-folio">al-folio</a> theme.
Hosted by <a href="https://pages.github.com/" target="_blank">GitHub Pages</a>.
keywords: jekyll, jekyll-theme, academic-website, portfolio-website # add your own keywords or leave empty
Academic homepage for Jamie Kai
footer_text:
keywords: academic, computer-science, ai, programming-languages, jamie-kai, ubc, ai
lang: en # the language of your site (for example: en, fr, cn, ru, etc.)
icon: favicon.ico # the emoji used as the favicon (alternatively, provide image name in /assets/img/)

url: https://jwkai.github.io # the base hostname & protocol for your site
baseurl: # the subpath of your site, e.g. /blog/. Leave blank for root
last_updated: false # set to true if you want to display last updated in the footer
impressum_path: # set to path to include impressum link in the footer, use the same path as permalink in a page, helps to conform with EU GDPR
back_to_top: true # set to false to disable the back to top button
back_to_top: false # set to false to disable the back to top button

# -----------------------------------------------------------------------------
# Theme
Expand All @@ -30,7 +28,7 @@ back_to_top: true # set to false to disable the back to top button
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
enabled: false
theme_light: flat # https://github.com/ryo-ma/github-profile-trophy
theme_dark: gitdimmed # https://github.com/ryo-ma/github-profile-trophy

Expand All @@ -46,8 +44,8 @@ rss_icon: false
# Layout
# -----------------------------------------------------------------------------

navbar_fixed: true
footer_fixed: true
navbar_fixed: false
footer_fixed: false
search_enabled: false
socials_in_search: false
bib_search: false
Expand Down Expand Up @@ -119,7 +117,7 @@ contact_note:

# For Google Analytics, see https://support.google.com/analytics/answer/10447272?hl=en&ref_topic=14088998&sjid=5129943941510317771-SA#zippy=%2Cgoogle-sites
# and follow the instructions for Google Sites. You will need to create a Google Analytics property and copy the Google tag ID.
google_analytics: # your Google Analytics measurement ID (format: G-XXXXXXXXXX)
google_analytics: G-WXGDSHQFXS # your Google Analytics measurement ID (format: G-XXXXXXXXXX)
cronitor_analytics: # cronitor RUM analytics site ID (format: XXXXXXXXX)
pirsch_analytics: # your Pirsch analytics site ID (length 32 characters)
openpanel_analytics: # your Openpanel analytics client ID (format: XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX)
Expand Down Expand Up @@ -433,7 +431,7 @@ enable_bing_verification: false # enables bing site verification
enable_masonry: true # enables automatic project cards arrangement
enable_math: true # enables math typesetting (uses MathJax)
enable_tooltips: false # enables automatic tooltip links generated for each section titles on pages and posts
enable_darkmode: true # enables switching between light/dark modes
enable_darkmode: false # enables switching between light/dark modes
enable_navbar_social: false # enables displaying social links in the navbar on the about page
enable_project_categories: true # enables categorization of projects into multiple categories
enable_medium_zoom: true # enables image zoom feature (as on medium.com)
Expand Down
2 changes: 1 addition & 1 deletion _layouts/about.liquid
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ layout: default
</h2>
{% include latest_posts.liquid %}
{% endif %}

<br>
<!-- Selected papers -->
{% if page.selected_papers %}
<h2>
Expand Down
4 changes: 2 additions & 2 deletions _pages/about.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@ social: true # includes social icons at the bottom of the page

I am a student in the BCS-ICS (second Bachelor's in Computer Science) program at the University of British Columbia. Before this, I studied Mathematics and Music at McGill University.

My current interests include **automated reasoning**, formal verification, programming language theory, probabilistic models of computation and decision theory. I am interested in investigating the applicability of these concepts to **safe and explainable AI**.
My current interests include **automated reasoning**, formal verification, programming language theory, probabilistic models of computation, and decision theory. I am interested in investigating the applicability of these concepts to **safe and explainable AI**.

I am fortunate to have worked with [Dr. Alex Summers](https://www.cs.ubc.ca/~alexsumm/) at the University of British Columbia on the [Viper](https://www.pm.inf.ethz.ch/research/viper.html) project, and with [Dr. Mina Tahmasbi Arashloo](https://mina.arashloo.net/) at the University of Waterloo on network performance analysis. I previously worked as a long-term research assistant and lab manager at the UBC Vision Lab with [Dr. James Enns](https://psych.ubc.ca/profile/james-enns/), where I helped develop studies on action-perception theory, social psychology and object perception.
I am fortunate to have worked with [Dr. Alex Summers](https://www.cs.ubc.ca/~alexsumm/) at UBC on the [Viper](https://www.pm.inf.ethz.ch/research/viper.html) project, and with [Dr. Mina Tahmasbi Arashloo](https://mina.arashloo.net/) at the University of Waterloo on network performance analysis. I previously worked as a long-term research assistant and lab manager at the UBC Vision Lab with [Dr. James Enns](https://psych.ubc.ca/profile/james-enns/), where I helped develop studies on action-perception theory, social psychology, and object perception.

Outside of this, I have worked as a software developer in scientific research, from full-stack development to implementation of DSP algorithms and statistical analyses.

0 comments on commit 65ef799

Please sign in to comment.