Skip to content

Commit 1f45d7a

Browse files
committed
2 parents 97418e2 + fb8835b commit 1f45d7a

7 files changed

Lines changed: 40 additions & 13 deletions

File tree

data/lectures.ts

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,13 +12,17 @@ export interface LectureInfo {
1212
}
1313

1414
const lectures: LectureInfo[] = [
15-
{
15+
{
1616
name: "Introduction to Human-Computer Interaction",
1717
code: "CS374",
18-
description: "HCI deals with the design of systems to support the ways people communicate with computers. " +
18+
description: "HCI deals with the design of systems to support the ways people communicate with computers. " +
1919
"This course covers interaction design methods and principles for better usability through hands-on experiences.",
2020
audience: "For Undergraduate Students",
2121
syllabuses: [
22+
{
23+
link: "https://docs.google.com/document/d/1tfK8fS2gh5V6UQ2_pVpY7Zg3XYaUgrQh4sYFghnrkrU/edit?tab=t.0",
24+
semester: "2025 Fall"
25+
},
2226
{
2327
link: "https://docs.google.com/document/d/1ykBgdW2Lp-druXDzfi4O7M_vRynfPGdy5xG58bnOt6c/edit?tab=t.0",
2428
semester: "2024 Fall"
@@ -36,7 +40,7 @@ const lectures: LectureInfo[] = [
3640
{
3741
name: "Data Visualization",
3842
code: "CS481",
39-
description: "Data visualization helps scientists interact with data and supports extract insights, test hypotheses, and tell data stories for decision making."+
43+
description: "Data visualization helps scientists interact with data and supports extract insights, test hypotheses, and tell data stories for decision making." +
4044
" This course covers fundamental concepts to effectively visualize data.",
4145
audience: "For Undergraduate Students & Graduate Students",
4246
syllabuses: [

data/members.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ let members: { [key: string]: MemberInfo } = {
6363
},
6464
"MinseoPark": {
6565
"name": "Minseo Park",
66-
"role": "Ph.D. Student",
66+
"role": "M.S. Student",
6767
"email": "minseo726@kaist.ac.kr",
6868
"github": "https://github.com/sympathize123",
6969
"google_scholar": "https://scholar.google.co.kr/citations?hl=ko&user=eN7S23oAAAAJ",
@@ -73,7 +73,7 @@ let members: { [key: string]: MemberInfo } = {
7373
],
7474
"histories": [
7575
{
76-
"role": "Ph.D. Student",
76+
"role": "M.S. Student",
7777
"enterance": "2025.03",
7878
"graduation": ""
7979
}

data/publication.bib

Lines changed: 31 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,35 @@
1+
@incollection{lee2025artificial,
2+
title = {Artificial intelligence for emotion regulation at work},
3+
author = {Lee, Uichin and Lee, Duri and Park, Eunji and Lim, Heejeong},
4+
booktitle = {Handbook of emotion regulation at work},
5+
pages = {409--435},
6+
year = {2025},
7+
publisher = {Edward Elgar Publishing},
8+
doi = {10.4337/9781035314607},
9+
url = {https://doi.org/10.4337/9781035314607}
10+
}
11+
12+
@article{lee2025leveraging,
13+
title = {Leveraging Smartphone Human Interaction Routine Behavior Task Mining and Modeling for Daily Stress Monitoring},
14+
author = {Lee, Hansoo and Park, Taehyeon and Koh, Youngji and Lee, Jaegil and Lee, Uichin},
15+
journal = {Proceedings of the ACM on Interactive, Mobile, Wearable and Ubiquitous Technologies},
16+
volume = {9},
17+
number = {4},
18+
year = {2025},
19+
publisher = {ACM},
20+
doi = {10.1145/3770644},
21+
url = {https://doi.org/10.1145/3770644}
22+
}
23+
124
@article{park2025human,
2-
title={Human Digital Twins for pervasive healthcare: A scoping review},
3-
author={Park, Joonyoung and Park, Eunji and Lee, Duri and Kang, Soowon and Lee, Takyeon and Hong, Hwajung and Lee, Sung-Ju and Kim, Heepyung and Park, Yu Rang and Lee, Uichin},
4-
journal={Health Informatics Journal},
5-
volume={31},
6-
number={4},
7-
pages={14604582251392455},
8-
year={2025},
9-
publisher={SAGE Publications Sage UK: London, England}
25+
title = {Human Digital Twins for pervasive healthcare: A scoping review},
26+
author = {Park, Joonyoung and Park, Eunji and Lee, Duri and Kang, Soowon and Lee, Takyeon and Hong, Hwajung and Lee, Sung-Ju and Kim, Heepyung and Park, Yu Rang and Lee, Uichin},
27+
journal = {Health Informatics Journal},
28+
volume = {31},
29+
number = {4},
30+
pages = {14604582251392455},
31+
year = {2025},
32+
publisher = {SAGE Publications Sage UK: London, England}
1033
}
1134

1235
@article{koh2025harnessing,
-1.52 MB
Binary file not shown.
1.89 MB
Binary file not shown.
7.69 MB
Binary file not shown.
3.97 MB
Binary file not shown.

0 commit comments

Comments
 (0)