Skip to content
This repository was archived by the owner on Mar 16, 2026. It is now read-only.

Commit e9428d4

Browse files
committed
2 parents 2be4b57 + 084a8ec commit e9428d4

12 files changed

Lines changed: 43 additions & 1 deletion

.github/workflows/linkcheck.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,4 +25,4 @@ jobs:
2525

2626
- name: Check for broken links
2727
run: |
28-
cat .github/workflows/links_to_ignore.txt | bundle exec htmlproofer --log-level :debug --ignore-status-codes 999,301,0,503,302,403 --checks Links,Scripts --check-external-hash=false --enforce-https=false --typhoeus='{"headers":{"User-Agent":"Mozilla/5.0 (X11; Linux x86_64; rv:106.0) Gecko/20100101 Firefox/94.0"},"cookiefile":".cookies","cookiejar":".cookies"}' --ignore-urls `xargs` ./_site
28+
cat .github/workflows/links_to_ignore.txt | bundle exec htmlproofer --log-level :debug --ignore-status-codes 999,301,0,503,302,403 --checks Links,Scripts --no-check-external-hash --no-enforce-https --typhoeus='{"headers":{"User-Agent":"Mozilla/5.0 (X11; Linux x86_64; rv:106.0) Gecko/20100101 Firefox/94.0"},"cookiefile":".cookies","cookiejar":".cookies"}' --ignore-urls `xargs` ./_site

_persons/jay.md

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
---
2+
layout: person
3+
first_name: Jay
4+
last_name: Kim
5+
key: jay
6+
permalink: /team/jay/
7+
8+
role: engineer
9+
email: yeonjae.kim@utah.edu
10+
image: /assets/images/people/jay.jpg
11+
organization: University of Utah
12+
position: Software Developer
13+
website: /team/jay
14+
interests: Human Centered Computing, Web Development, Data Visualization
15+
graduated:
16+
17+
gs: https://scholar.google.com/citations?user=QBxsVuQAAAAJ&hl=en
18+
gh: https://github.com/yeonkim1213
19+
twitter:
20+
cv:
21+
address: |
22+
Scientific Computing and Imaging Institute, <br>
23+
School of Computing, University of Utah <br>
24+
72 South Central Campus Drive, Room 2821<br>
25+
Salt Lake City, Utah 84112
26+
27+
showteaching: false
28+
---
29+
30+
I am a web developer at the Scientific Computing and Imaging Institute (SCI) at the University of Utah, where I work on the ReVISIT project. I earned a Bachelor of Science in Computer Science, a Data Science Certificate, and a minor in Psychology from the University of Utah. I love creating software that makes people’s lives easier and more efficient.
31+
32+
During my undergraduate capstone project, I built an inventory management system for the University of Utah pantry, helping them streamline operations and improve overall efficiency.

_publications/2025_eurovis_text-descriptions.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,16 @@ supplements:
8181
abslink: https://vdl.sci.utah.edu/Upset-alttxt-study/Upset-Alttext-User-Survey/
8282
linksym: false
8383

84+
# # Supplemental, cc-by images. Make caption brief (at most 60 chars)
85+
images:
86+
- path: 2025_eurovis_text-descriptions_longdescription.png
87+
caption: UpSet 2 interface with generated text description.
88+
- path: 2025_eurovis_text-descriptions_text.png
89+
caption: UpSet 2 full text description with alternative configuration.
90+
- path: 2025_eurovis_text-descriptions_notebook.jpg
91+
caption: UpsetPlot (Python) generated text descriptions.
92+
- path: 2025_eurovis_text-descriptions_revisit.png
93+
caption: A screenshot from Experiment 1 (reVISit).
8494

8595
# Link to the repository where the code is hostet
8696
code: https://github.com/visdesignlab/upset-alt-txt-gen

assets/images/people/jay.jpg

373 KB
Loading
542 KB
Loading
406 KB
Loading
445 KB
Loading
368 KB
Loading
64.7 KB
Loading
61.6 KB
Loading

0 commit comments

Comments
 (0)