Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/jekyll.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ concurrency:
jobs:
# Build job
build:
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
steps:
- name: Checkout
uses: actions/checkout@v4
Expand Down
1 change: 1 addition & 0 deletions _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ permalink: /:title
header_pages:
- publications.md
- projects.md
- resume.md

# Exclude from processing.
# The following items will not be processed, by default.
Expand Down
9 changes: 8 additions & 1 deletion _includes/social.html
Original file line number Diff line number Diff line change
@@ -1,10 +1,17 @@
<ul class="social-media-list">
<li>
<a rel="me" href="mailto:{{site.email}}" target="_blank" title="email">
<img src="assets/images/email.svg" alt="Email Icon" class="svg-icon grey" />
<img src="assets/images/email.svg" alt="Email" class="svg-icon grey" />
</a>
</li>

{%- for entry in site.minima.social_links -%}
{%- include social-item.html item = entry -%}
{%- endfor -%}

<li>
<a rel="me" href="https://scholar.google.com/citations?user=LinR27sAAAAJ&hl=en" target="_blank" title="google scholar">
<img src="assets/images/google-scholar.svg" alt="Google Scholar" class="svg-icon grey" />
</a>
</li>
</ul>
15 changes: 15 additions & 0 deletions assets/images/google-scholar.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/oz gitelson resume.pdf
Binary file not shown.
4 changes: 2 additions & 2 deletions publications.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,12 @@ ACM International Conference on Multimodal Interaction, 2024 (__ICMI 2024__), Sa

<ul class="social-media-list">
<li>
<a href="/404" target="_blank">
<a href="https://drive.google.com/file/d/1YwhnJ8Oq1JTtsOZiKleKkPfPdOI4Er6D/view?usp=sharing" target="_blank">
Paper
</a>
</li>
<li>
<a href="/404" target="_blank">
<a href="https://sites.google.com/view/stress-detection-icmi-24" target="_blank">
Website
</a>
</li>
Expand Down
9 changes: 9 additions & 0 deletions resume.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
---
layout: page
title: Resume
---
Download a copy of my resume [here](/assets/oz%20gitelson%20resume.pdf)

<object data="assets/oz gitelson resume.pdf" width="850" height="800" type='application/pdf'>
It seems like your browser is unable to display pdfs. Please download it at the link above
</object>
Loading