Skip to content

Commit cd486e1

Browse files
authored
Merge pull request #2 from OzGitelson/main
add publications
2 parents 46db023 + d8709e3 commit cd486e1

File tree

10 files changed

+73
-34
lines changed

10 files changed

+73
-34
lines changed

_config.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,8 @@
2121
title: Oz Gitelson
2222
2323
description: >- # this means to ignore newlines until "baseurl:"
24-
Hi, I'm Oz. I'm a junior at Yale pursuing a BS/MS in Computer Science.
25-
Outside of classes, I am a researcher in the Social Robotics Lab, where I
26-
study stress detection and human-robot collaboration.
24+
tl;dr I like solving hard problems. If you have an interesting one,
25+
feel free to reach out
2726
baseurl: "" # the subpath of your site, e.g. /blog
2827
url: "https://ozgitelson.com" # the base hostname & protocol for your site, e.g. http://example.com
2928
# twitter_username: jekyllrb

_includes/footer.html

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
<footer class="site-footer h-card">
2+
<data class="u-url" href="{{ "/" | relative_url }}"></data>
3+
4+
<div class="wrapper">
5+
6+
<div class="footer-col-wrapper">
7+
<div class="footer-col" style="text-align: center;">
8+
<p>{{ site.description | escape }}</p>
9+
</div>
10+
</div>
11+
12+
<div class="social-links">
13+
{%- include social.html -%}
14+
</div>
15+
16+
</div>
17+
18+
</footer>

_includes/social.html

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
<ul class="social-media-list">
2+
<li>
3+
<a rel="me" href="mailto:{{site.email}}" target="_blank" title="email">
4+
<img src="assets/images/email.svg" alt="Email Icon" class="svg-icon grey" />
5+
</a>
6+
</li>
7+
{%- for entry in site.minima.social_links -%}
8+
{%- include social-item.html item = entry -%}
9+
{%- endfor -%}
10+
</ul>

about.markdown

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

assets/images/email.svg

Lines changed: 12 additions & 0 deletions
Loading

assets/images/headshot.jpeg

-533 KB
Loading

assets/images/stress detection.png

98.2 KB
Loading

index.markdown

Lines changed: 11 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,16 @@ title: About Me
77
hide_header: true
88
---
99
# Hi, I'm Oz
10+
11+
<!-- ![Headshot](assets/images/headshot.jpeg "Me!") -->
1012
<br>
11-
<div style="display: flex; align-items: flex-start;">
12-
<p style="margin-right: 40px;">I'm a junior at Yale pursuing a BS/MS in Computer Science.
13-
Outside of classes, I am a researcher in the Social Robotics Lab, where I
14-
study stress detection and human-robot collaboration.</p>
15-
<img src="assets/images/headshot.jpeg" alt="Image description" style="width: 300px;">
13+
<div style="text-align: center;">
14+
<img src="assets/images/headshot.jpeg" alt="Headshot" width="66%" title="Me!"/>
1615
</div>
16+
<br>
17+
18+
I'm a junior at Yale pursuing a BS/MS in Computer Science.
19+
Outside of classes, I am a researcher in the Social Robotics Lab, where I
20+
study stress detection and human-robot collaboration. Through this work, I have contributed to multiple advances, such as an
21+
audio-visual stress detector hundreds of times faster than existing methods, a novel, extremely high quality stress dataset, and a therapy robot currently being deployed in hospitals, wellness clinics, and schools.
22+

publications.md

Lines changed: 20 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,23 @@
22
layout: page
33
title: Publications
44
---
5-
coming soon...
5+
*indicates equal contribution
6+
7+
## Integrating Multimodal Affective Signals for Stress Detection from Audio-Visual Data
8+
![Stress Detection](assets/images/stress%20detection.png) <br><br>
9+
Debasmita Ghose\*, __Oz Gitelson__\*, Brian Scassellati
10+
11+
ACM International Conference on Multimodal Interaction, 2024 (__ICMI 2024__), San Jose, Costa Rica
12+
13+
<ul class="social-media-list">
14+
<li>
15+
<a href="/404" target="_blank">
16+
Paper
17+
</a>
18+
</li>
19+
<li>
20+
<a href="/404" target="_blank">
21+
Website
22+
</a>
23+
</li>
24+
</ul>

test.md

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

0 commit comments

Comments
 (0)