-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
709 lines (648 loc) · 45.9 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
<!DOCTYPE HTML>
<html>
<head>
<title>Yong-Han Lin</title>
<link rel="icon" type="image/x-icon" href="images/logo.jpg">
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no" />
<meta name="description" content="Yong-Han Lin's personal website, she is currently a Human-Computer Interaction (HCI) research assistant at Taiwan's National Yang-Ming Chiao-Tung University." />
<meta name="author" content="Yong-Han Lin">
<meta property="og:title" content="Yong-Han Lin" />
<meta property="og:type" content="website" />
<meta property="og:url" content="https://yonghanlin.github.io/" />
<meta property="og:image" content="images/avatar_new.jpg" />
<meta property="og:description" content="Yong-Han Lin's personal website, she is currently a Human-Computer Interaction (HCI) research assistant at Taiwan's National Yang-Ming Chiao-Tung University." />
<link rel="stylesheet" href="assets/css/main.css" />
<link rel="stylesheet" href="assets\css\academicons-1.9.2\css/academicons.min.css">
<!-- Google Tag Manager -->
<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start':
new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0],
j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src=
'https://www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f);
})(window,document,'script','dataLayer','GTM-TW8QT68');</script>
<!-- End Google Tag Manager -->
</head>
<body class="is-preload">
<!-- Google Tag Manager (noscript) -->
<noscript><iframe src="https://www.googletagmanager.com/ns.html?id=GTM-TW8QT68"
height="0" width="0" style="display:none;visibility:hidden"></iframe></noscript>
<!-- End Google Tag Manager (noscript) -->
<!-- Header -->
<header id="header">
<div class="inner">
<div class="image avatar"><img src="images/avatar_new.jpg" alt="A girl enjoying a beautiful day and smiling at Malibu Beach." /></div>
<div id="main_name">
Yong-Han Lin / 林詠涵
</div>
<div id="self_intro">
<!--<div style="font-style: italic;">I am passionate about HCI research!</div>-->
<!--<div><i class="fas fa-map-marker-alt"></i> Hsinchu, Taiwan (GMT+8)/div>-->
<!--<div>Undergraduate Researcher in MUI Lab at NYCU</div>
<div>EX-Research Intern in HCD Lab at Polytechnique Montréal</div>
<div>EX-Software Engineering Intern at Tech Startup</div>-->
<ul class="actions">
<li><a href="#updates" class="button col-4 actions_button active menu_a" onclick="startAction(this)">Updates</a></li>
<li><a href="#publications" class="button col-4 actions_button" onclick="startAction(this)">Publications</a></li>
<li><a href="#more" class="button col-4 actions_button" onclick="startAction(this)">More</a></li>
<!--<li><a href="#projects" class="button col-4">Projects</a></li>-->
<!--<li><a href="#extracurricular_activities" class="button col-4">More</a></li>-->
</ul>
<ul class="icons">
<li><a title="Email" href="mailto:[email protected]" class="icon solid fa-envelope"><span class="label">Email</span></a></li>
<li><a title="Twitter" href="https://twitter.com/yoonghaan" target="_blank" class="icon brands fa-twitter"><span class="label">Twitter</span></a></li>
<li><a title="Mastodon" href="https://hci.social/@yonghan" target="_blank" class="icon brands fa-mastodon"><span class="label">Twitter</span></a></li>
<li><a title="Google Scholar" href="https://scholar.google.com.tw/citations?user=zrsqlLUAAAAJ&hl=zh-TW&authuser=2" target="_blank" class="icon brands"><i class="ai ai-google-scholar ai-lg"></i></a></li>
<!--<li><a title="Github" href="https://github.com/yonghanlin" target="_blank" class="icon brands fa-github"><span class="label">Github</span></a></li>-->
<li><a title="Linkedin" href="https://www.linkedin.com/in/yonghan-lin" target="_blank" class="icon brands fa-linkedin-in"><span class="label">Linkedin</span></a></li>
<li><a title="CV" href="files/YongHan_Lin_CV.pdf" target="_blank" class="icon brands"><i class="ai ai-cv ai-lg"></i></a></li>
</ul>
</div>
</div>
</header>
<div id="main">
<!-- About -->
<section id="about">
<header class="major">
<p>
Hi! I am Yong-Han, currently a human-computer interaction researcher in the <img class="logo" src="images/NotiManager/lab_logo.jpg">Mobile and Ubiquitous Interaction Lab.
I am privileged to be advised by <a href="https://www.armuro.info/" target="_blank">Dr. Yung-Ju (Stanley) Chang</a>.
</p>
<p>
My research interests lie in human-computer interaction (HCI) and human-centered AI.
I am interested in designing, building, and studying technologies that empower end-users.
<!--My goal is to empower people to be able to use technologies as helpful tools that enhance their lives, enabling them to maintain control over the use and avoid negative impacts on their well-being.-->
In my recent work, I designed and built a <a href="./notimanager" target="_blank">notification management system</a> to facilitate users' workflows in handling notifications.
This was achieved through automated sorting and categorization, complemented by manual functions for users to adjust these automations.
I also studied users' experiences with this system by using mixed-methods.
<!--As a HCI researcher, I envision a future where every automated system is intelligent enough to understand and adapt to the unique needs of individuals across various contexts while also enabling each user to have autonomy over its use.-->
</p>
<p>
In the past, I did my undergrad in computer science at the <img class="logo" src="images/nycu_logo.png"><a href="https://www.nycu.edu.tw/nycu/en/index" target="_blank">National Yang-Ming Chiao-Tung University</a> (former: National Chiao-Tung University).
I also worked in the<!--<img class="logo" style="width:20px; height:20px; vertical-align: sub; margin: 0 0 0 3px;" src="images/hcd_lab_logo.png">--> Polytechnique Montréal Human-Centered Design Lab as a research intern,
and at Xaduro (a travel tech startup) as a software engineering intern.
</p>
<p>
<div style="color:red;">📢 I'm applying for M.S./Ph.D. starting in 2025 Fall!
If you know of any opportunities that might be a good fit, please send me an email.
I'm always happy to connect, chat, and collaborate with others.</div>
</p>
<p>
<i class="fas fa-envelope" style="padding:0 10px 0 0;color: #035772;vertical-align: middle;"> Email:</i><a href="mailto:[email protected]" target="_blank">yon9hanlin [at] gmail [dot] com </a>
<!--<i class="fab fa-twitter" style="padding:0 10px 0 0;color: #035772;vertical-align: middle;"></i><a title="Twitter" href="https://twitter.com/yoonghaan" target="_blank" >@yoonghaan</a>-->
</p>
</header>
</section>
<!-- Updates -->
<section id="updates" class="section_topic">
<h2>Updates</h2>
<div class="row" style="height: 200px; overflow-y : scroll; -webkit-overflow-scrolling: touch;">
<table class="table">
<tbody>
<tr>
<th scope="row" style="width: 80px;">Oct 8,<br>2024</th>
<td>
Attended <a href="https://www.ubicomp.org/ubicomp-iswc-2024/" target="_blank">UbiComp/ISWC 2024</a> to present paper <a href="files/NotiManager_Evaluation_IMWUT_2024.pdf" target="_blank">Pinning, Sorting, and Categorizing Notifications: A Mixed-methods Usage and Experience Study of Mobile Notification-management Features</a>!
Explore the <a href="./notimanager" target="_blank">project site</a> for an overview of our research and NotiManager, the application developed for this research!
</td>
</tr>
<tr>
<th scope="row" style="width: 80px;">Oct 2,<br>2024</th>
<td>
Had a wonderful experience at <a href="https://mobilehci.acm.org/2024/index.php" target="_blank">MobileHCI 2024</a> presenting <a href="files/Alert_Assistance_MobileHCI_2024.pdf" target="_blank">"I Want Lower Tone for Work-Related Notifications": Exploring the Effectiveness of User-Assigned Notification Alerts in Improving User Speculation of and Attendance to Mobile Notifications</a>!
</td>
</tr>
<tr>
<th scope="row" style="width: 80px;">Jul 2,<br>2024</th>
<td>
One paper on <a href="./files/NotiManager_Evaluation_IMWUT_2024.pdf" target="_blank">notification management</a> is accepted to IMWUT (UbiComp) 2024!
Many thanks to my collaborators! 🎉
</td>
</tr>
<tr>
<th scope="row" style="width: 80px;">Jun 18,<br>2024</th>
<td>
One paper on <a href="./files/Alert_Assistance_MobileHCI_2024.pdf" target="_blank">assigning meanings to notification alerts</a> is accepted to MobileHCI 2024!
Congrats to the co-authors!
</td>
</tr>
<!--<tr>
<th scope="row" style="width: 80px;">Dec 26,<br>2023</th>
<td>
<a href="./notimanager" target="_blank">Project site</a> for my research application, NotiManager, is now live! 🚀
</td>
</tr>-->
<tr>
<th scope="row" style="width: 80px;">Oct 10,<br>2023</th>
<td>
Presented my leading project <a href="./files/NotiManager_UbiComp_2023.pdf" target="_blank">Automatic, Manual, or Hybrid? A Preliminary Investigation of Users’ Perception of Features for Supporting Notification Management</a> as a poster at <a href="https://www.ubicomp.org/ubicomp-iswc-2023/" target="_blank">UbiComp/ISWC 2023</a>.
</td>
</tr>
<tr>
<th scope="row" style="width: 80px;">Apr 23,<br>2023</th>
<td>
Student volunteer at <a href="https://chi2023.acm.org/" target="_blank">CHI 2023</a>. My first in-person conference and I had so much fun! Thanks for having me at the last minute! ⚡
</td>
</tr>
<tr>
<th scope="row" style="width: 80px;">Jan 14,<br>2023</th>
<td>
One paper on <a href="./files/Multi_Device_Noti_CHI_2023.pdf" target="_blank">cross-device notification interaction</a> is accepted to CHI 2023!
Enjoy working on this project, congrats to all the co-authors!
</td>
</tr>
<tr>
<th scope="row" style="width: 80px;">Nov 8,<br>2022</th>
<td>
Student volunteer at <a href="https://cscw.acm.org/2022/" target="_blank">CSCW 2022</a>. It's my first SV experience, thanks for having me!
</td>
</tr>
<tr>
<th scope="row" style="width: 80px;">Jun 30,<br>2022</th>
<td>
Graduated from <a href="https://www.nycu.edu.tw/nycu/en/index" target="_blank">National Yang-Ming Chiao-Tung University</a> with a B.S. degree in Computer Science. 🎓
</td>
</tr>
</tbody>
</table>
</div>
</section>
<!-- Publications -->
<section id="publications" class="section_topic">
<h2>Publications</h2>
<h5><span style="font-weight: 600;">Keywords:</span>
<a class="topic_trigger" id="topic_trigger_system_evaluation" style="cursor: pointer;"><span style="color: #035772;">user empowerment</span></a> /
<a class="topic_trigger" id="topic_trigger_mobile_notifications" style="cursor: pointer;"><span style="color: #035772;">mobile notifications</span></a> /
<!--<a class="topic_trigger" id="topic_trigger_experience_sampling_method" style="cursor: pointer;"><span style="color: #035772;">experience sampling</span></a> /-->
<!--<a class="topic_trigger" id="topic_trigger_ubiquitous_devices" style="cursor: pointer;"><span style="color: #035772;">context-aware computing</span></a> /-->
<a class="topic_trigger" id="topic_trigger_social_support" style="cursor: pointer;"><span style="color: #035772;">information consumption</span></a></h5>
<!--<h5>(* indicates equal contribution)</h5>-->
<br>
<div style=border:solid;padding:1em;border-width:1px;border-radius:20px;margin-bottom:1.1em;border-color:#AAAAAA>
<!--<h4><span style="font-weight: 600;">✨Main Research:</span> Notification Management - [<a><div class="tooltip" style="cursor: pointer; color: #035772;">Project Site<span class="tooltiptext">Soon to come...</span></div></a>]</h4>-->
<h4><span style="font-weight: 600;">
<i class="fas fa-thumbtack" style="padding:0 4px 0 0;font-size:17px;vertical-align: middle;"></i>Recent Main Research:
</span> <a href="./notimanager" target="_blank"><span style="color: #035772;">Supporting Smartphone Users in Managing Notifications</span></a></h4>
<div class="row">
<ul>
<li><div class="trigger mobile_notifications experience_sampling_method ubiquitous_devices system_evaluation trigger social_support" id="noti_evaluation" style="margin-bottom: 5px; padding: 5px;"><span style="font-weight: 600;color: #035772;">Pinning, Sorting, and Categorizing Notifications: A Mixed-methods Usage and Experience Study of Mobile Notification-management Features </span>
<br>
<u>Yong-Han Lin</u>, Li-Ting Su, Uei-Dar Chen, Yi-Chi Lee, Peng-Jui Wang, Yung-Ju Chang
<br>In<em> Proceedings of the ACM on Interactive, Mobile, Wearable and Ubiquitous Technologies</em> (UbiComp ’24)
<br>
<span style="font-weight: 600;color: #035772;"><i class="fas fa-caret-square-down" style="padding:0 4px 0 0;font-size:17px;vertical-align: middle;"></i></span><a class="abs_trigger" id="abs_noti_evaluation" style="cursor: pointer;">Abstract</a>
<span style="font-weight: 600;color: #035772;"><i class="fas fa-file-alt" style="padding:0 4px 0 10px;font-size:17px;vertical-align: middle;"></i></span>
<a href="files/NotiManager_Evaluation_IMWUT_2024.pdf" target="_blank">PDF</a>
<span style="font-weight: 600;color: #035772;"><i class="ai ai-acmdl-square" style="padding:0 4px 0 10px;font-size:19px;vertical-align: middle;"></i></span>
<a href="https://dl.acm.org/doi/10.1145/3678579" target="_blank">ACM DL</a>
</div></li>
<li><div class="trigger mobile_notifications experience_sampling_method ubiquitous_devices system_evaluation trigger social_support" id="auto_manual" style="margin-bottom: 5px; padding: 5px;"><span style="font-weight: 600;color: #035772;">Automatic, Manual, or Hybrid? A Preliminary Investigation of Users’ Perception of Features for Supporting Notification Management </span>
<br>
<u>Yong-Han Lin</u>, Li-Ting Su, Uei-Dar Chen, Peng-Jui Wang, Yi-Chi Lee, Yung-Ju Chang
<br>In<em> Adjunct Proceedings of the 2023 ACM International Joint Conference on Pervasive and Ubiquitous Computing
& the 2023 ACM International Symposium on Wearable Computing</em> (UbiComp/ISWC ’23)
<br>
<span style="font-weight: 600;color: #035772;"><i class="fas fa-caret-square-down" style="padding:0 4px 0 0;font-size:17px;vertical-align: middle;"></i></span><a class="abs_trigger" id="abs_auto_manual" style="cursor: pointer;">Abstract</a>
<span style="font-weight: 600;color: #035772;"><i class="fas fa-file-alt" style="padding:0 4px 0 10px;font-size:17px;vertical-align: middle;"></i></span><a href="files/NotiManager_UbiComp_2023.pdf" target="_blank">PDF</a>
<span style="font-weight: 600;color: #035772;"><i class="ai ai-acmdl-square" style="padding:0 4px 0 10px;font-size:19px;vertical-align: middle;"></i></span><a href="https://dl.acm.org/doi/abs/10.1145/3594739.3610699" target="_blank">ACM DL</a>
<span style="font-weight: 600;color: #035772;"><i class="fas fa-file-image" style="padding:0 4px 0 10px;font-size:17px;vertical-align: middle;"></i></span>
<a href="files/NotiManager_UbiComp_2023_Poster.pdf" target="_blank">Poster</a>
</div></li>
<!--<li><div class="trigger mobile_notifications ubiquitous_devices system_evaluation trigger social_support" id="notimanager" style="margin-bottom: 5px; padding: 5px;"><span style="font-weight: 600;color: #035772;">A Notification Management System for: Sorting and Classifying Smartphone’s Notifications </span>
<br>
<u>Yong-Han Lin</u>*, Yin-Hsuan Liao*, Chia-Yu Huang*, Yu-Wei Yang, Hsin-Chien Tung, Chieh Hsu, Yung-Ju Chang (*co-first authorship)
<br>In<em> Proceedings of the 2021 Taiwanese Conference of Computer Human Interaction</em> (TAICHI '21)
<br>
<span style="font-weight: 600;color: #035772;"><i class="fas fa-caret-square-down" style="padding:0 4px 0 0;font-size:17px;vertical-align: middle;"></i></span><a class="abs_trigger" id="abs_notimanager" style="cursor: pointer;">Abstract</a>
<span style="font-weight: 600;color: #035772;"><i class="fas fa-file-alt" style="padding:0 4px 0 10px;font-size:17px;vertical-align: middle;"></i></span><a href="files/NotiManager_TAICHI_2021.pdf" target="_blank">PDF</a>
</div></li>-->
</ul>
</div>
</div>
<div class="row">
<ul>
<li><div class="trigger mobile_notifications experience_sampling_method ubiquitous_devices system_evaluation social_support" id="noti_alert" style="margin-bottom: 5px; padding: 5px;"><span style="font-weight: 600;color: #035772;">"I Want Lower Tone for Work-Related Notifications": Exploring the Effectiveness of User-Assigned Notification Alerts in Improving User Speculation of and Attendance to Mobile Notifications </span>
<br>Tang-Jie Chang, Li-Ting Su, <u>Yong-Han Lin</u>, Jie Tsai, Zi-Xun Tang, Yung-Ju Chang
<br>In<em> Proceedings of the ACM on Human-Computer Interaction</em> (MobileHCI '24)
<br>
<span style="font-weight: 600;color: #035772;"><i class="fas fa-caret-square-down" style="padding:0 4px 0 0;font-size:17px;vertical-align: middle;"></i></span>
<a class="abs_trigger" id="abs_noti_alert" style="cursor: pointer;">Abstract</a>
<span style="font-weight: 600;color: #035772;"><i class="fas fa-file-alt" style="padding:0 4px 0 10px;font-size:17px;vertical-align: middle;"></i></span>
<a href="files/Alert_Assistance_MobileHCI_2024.pdf" target="_blank">PDF</a>
<span style="font-weight: 600;color: #035772;"><i class="ai ai-acmdl-square" style="padding:0 4px 0 10px;font-size:19px;vertical-align: middle;"></i></span>
<a href="https://dl.acm.org/doi/abs/10.1145/3676512" target="_blank">ACM DL</a>
</div></li>
<li><div class="trigger mobile_notifications experience_sampling_method ubiquitous_devices" id="multi_device" style="margin-bottom: 5px; padding: 5px;"><span style="font-weight: 600;color: #035772;">Multiple Device Users' Actual and Ideal Cross-Device Usage for Multi-Stage Notification-Interactions: An ESM Study Addressing the Usage Gap and Impacts of Device Context </span>
<br>Fang-Ching Tseng, Zih-Yun Chiou, Ho-Hsuan Chuang, Li-Ting Su, <u>Yong-Han Lin</u>, Yu-Rou Lin, Yi-Chi Lee, Peng-Jui Wang, Uei-Dar Chen, Yung-Ju Chang
<br>In<em> Proceedings of the 2023 CHI Conference on Human Factors in Computing Systems</em> (CHI '23)
<br>
<span style="font-weight: 600;color: #035772;"><i class="fas fa-caret-square-down" style="padding:0 4px 0 0;font-size:17px;vertical-align: middle;"></i></span>
<a class="abs_trigger" id="abs_multi_device" style="cursor: pointer;">Abstract</a>
<span style="font-weight: 600;color: #035772;"><i class="fas fa-file-alt" style="padding:0 4px 0 10px;font-size:17px;vertical-align: middle;"></i></span>
<a href="files/Multi_Device_Noti_CHI_2023.pdf" target="_blank">PDF</a>
<span style="font-weight: 600;color: #035772;"><i class="ai ai-acmdl-square" style="padding:0 4px 0 10px;font-size:19px;vertical-align: middle;"></i></span>
<a href="https://dl.acm.org/doi/abs/10.1145/3544548.3580731" target="_blank">ACM DL</a>
</div></li>
<li><div class="trigger social_support" id="visual_content_OSS" style="margin-bottom: 5px; padding: 5px;"><span style="font-weight: 600;color: #035772;">Understanding the Characteristics of Visual Contents in Open Source Issue Discussions: A Case Study of Jupyter Notebook </span>
<br>Vishakha Agrawal*, <u>Yong-Han Lin</u>*, Jinghui Cheng (*co-first authorship)
<br>In<em> Proceedings of the 26th International Conference on Evaluation and Assessment in Software Engineering</em> (EASE '22)
<br>
<span style="font-weight: 600;color: #035772;"><i class="fas fa-caret-square-down" style="padding:0 4px 0 0;font-size:17px;vertical-align: middle;"></i></span>
<a class="abs_trigger" id="abs_visual_content_OSS" style="cursor: pointer;">Abstract</a>
<span style="font-weight: 600;color: #035772;"><i class="fas fa-file-alt" style="padding:0 4px 0 10px;font-size:17px;vertical-align: middle;"></i></span>
<a href="files/Visual_Content_OSS_EASE_2022.pdf" target="_blank">PDF</a>
<span style="font-weight: 600;color: #035772;"><i class="ai ai-acmdl-square" style="padding:0 4px 0 10px;font-size:19px;vertical-align: middle;"></i></span>
<a href="https://dl.acm.org/doi/10.1145/3530019.3534082" target="_blank">ACM DL</a>
<span style="font-weight: 600;color: #035772;"><i class="fa fa-play" style="padding:0 4px 0 10px;font-size:16px;vertical-align: middle;"></i></span>
<a href="https://www.youtube.com/watch?v=iLEwW_DRu3U" target="_blank">Video</a>
</div></li>
</ul>
</div>
</section>
<section id="more" class="section_topic">
<h2>More</h2>
<p>
Outside of research, I love...
<div class="row">
<ul>
<li>
music and art
</li>
<!--<li>
<a href="./more_about_me/index.html#reading" target="_blank">reading and writing</a>
</li>-->
<!--<li>
<a href="./more_about_me/index.html#other" target="_blank">trying something cool</a>
</li>-->
<li>
traveling and exploring Google Maps to find interesting places or good food
</li>
<li>
playing Mario Kart 🚦
</li>
</ul>
</div>
</p>
</section>
<!-- Projects -->
<!--<section id="projects">
<h2>Projects</h2>
<div class="row">
<article class="col-6 col-12-xsmall">
<a href="https://traiwan.com/" class="image fit thumb" target="_blank"><img src="images/projects/traiwan.jpg" alt="" /></a>
<h3>Traiwan</h3>
<p>Traiwan is a website for searching and booking hotels in taiwan. It is created with the development team of Xaduro Inc. while in my software engineering internship.</p>
</article>
<article class="col-6 col-12-xsmall">
<a href="https://www.figma.com/proto/l7f3Y0dYCnRJ8XKyzbHUEt/%E6%B4%BB%E5%8B%95%E5%90%A7?page-id=1157%3A0&node-id=1173%3A691&viewport=241%2C48%2C0.03&scaling=min-zoom&starting-point-node-id=1168%3A173" target="_blank" class="image fit thumb"><img src="images/projects/NCTU+.png" alt="" /></a>
<h3>NCTU+ User Experience and Evaluate</h3>
<p>NCTU+ is an intelligent campus system used by 10k+ students. In this project, I worked as an UX researcher to evaluate and re-design the event platform in NCTU+.</p>
</article>
<article class="col-6 col-12-xsmall">
<a href="https://drive.google.com/file/d/1zoUeNlg9u3wc0eYaPRTDwaX34Mhe9151/view?usp=sharing" class="image fit thumb" target="_blank"><img src="images/projects/Good Finance.jpg" alt="" /></a>
<h3>Good Finance Research</h3>
<p>Good Finance is a finance company that worked with us, we helped them understand how user read stock price and provided design implications to match with users' need by conducting user research, survey and competitor analysis.</p>
</article>
<article class="col-6 col-12-xsmall">
<a href="https://github.com/yonghanlin/travel-in-taiwan" class="image fit thumb" target="_blank"><img src="images/projects/Travel_in_Taiwan.png" alt="" /></a>
<h3>Travel In Taiwan</h3>
<p>Travel In Taiwan is a travel website that helps people find places to travel in Taiwan by selecting their preferences. I designed and build the frontend and backend of this website.</p>
</article>
<article class="col-6 col-12-xsmall">
<a href="https://drive.google.com/file/d/1XYxPBZgzR5Vly4gqr_NNPHSWTv46dJIH/view?usp=sharing" target="_blank" class="image fit thumb"><img src="images/projects/Stray_Rescue.png" alt="" /></a>
<h3>Stray Rescue</h3>
<p>Stray Rescue is a 100 seconds animation that encouraged people to rescue stray dogs.</p>
</article>
</div>
</section>-->
<!--<section id="extracurricular_activities">
<h2>More</h2>
<div class="row">
<article class="col-6 col-12-xsmall">
<img class="image fit thumb" src="images/fun_stuff/hackathon.jpg" alt="" /></a>
<h3>Mei-Chu Hackathon</h3>
<p>The largest student hackathon in Taiwan. I was the team leader in Public Relations in 2020 Mei-Chu Hackathon. We got more than 40K USD for sponsorship from company like Google and Amazon in that year.</p>
</article>
<article class="col-6 col-12-xsmall">
<img class="image fit thumb" src="images/fun_stuff/ted.jpg" alt="" /></a>
<h3>TED x NCTU</h3>
<p>We gather young people to discuss issues nowadays that can inspire the young to sketch the blue script of their future. I was an event planner in 2019.</p>
</article>
<article class="col-6 col-12-xsmall">
<img class="image fit thumb" src="images/fun_stuff/photography_club.jpg" alt="" /></a>
<h3>NCTU Photography Club</h3>
<p>Follow my interest, I joined NCTU photography club and became the public relations from Sep. 2019 to June 2020.</p>
</article>
<article class="col-6 col-12-xsmall">
<img class="image fit thumb" src="images/fun_stuff/papacode.png" alt="" />
<h3>Programming Promotion Team</h3>
<p>We used board games to stimulate children's interest in programming! I was a team leader in NCTU in the year of 2019.</p>
</article>
</div>
</section>-->
<div class="scroll-container">
<a href="#top" style="text-align:center; border-bottom:none;"><i class="fas fa-chevron-circle-up"></i><div style="font-size:12px; font-weight:600;">BACK TO TOP</div></span></a>
</div>
</div>
<!-- Footer -->
<footer id="footer">
<div class="inner">
<ul class="copyright">
<li>© 2024 Yong-Han Lin. </li>
<li>Design: <a href="http://html5up.net" target="_blank" class="footer_button">HTML5 UP</a>.</li>
</ul>
</div>
</footer>
<!-- Scripts -->
<script>
let elementClicked_mobile_notifications = false;
let elementClicked_experience_sampling_method = false;
let elementClicked_ubiquitous_devices = false;
let elementClicked_system_evaluation = false;
let elementClicked_social_support = false;
var elementClicked_abs_noti_evaluation = false;
var elementClicked_abs_auto_manual = false;
var elementClicked_abs_notimanager = false;
var elementClicked_abs_noti_alert = false;
var elementClicked_abs_multi_device = false;
var elementClicked_abs_visual_content_OSS = false;
document.getElementById('publications').addEventListener('click', function(event) {
if (event.target && event.target.id === 'abs_noti_evaluation') {
var abs = document.getElementById("noti_evaluation");
if(elementClicked_abs_noti_evaluation){
$("#abs_text_noti_evaluation").remove();
elementClicked_abs_noti_evaluation = false;
}else{
elementClicked_abs_noti_evaluation = true;
abs.innerHTML +=
"<div id='abs_text_noti_evaluation' style='border:dashed; padding:1em; border-width:1px; border-radius:5px; margin:5px 0; border-color:#AAAAAA;'>" +
"As smartphone notifications increase, so does the effort required to handle them effectively. Previous research has proposed " +
"various notification management features, but empirical evidence regarding their efficacy remains sparse. In response, we " +
"developed a notification management application incorporating features derived from prior studies, including both automatic " +
"and manual sorting, categorization, and manual pinning. Utilizing a mixed-methods approach, we explored how users interact " +
"with these features in their daily routines, with the aim to identify the underlying needs driving their usage. The results indicate " +
"that pinning was the most valued feature, serving diverse purposes such as deferring notifications, ensuring quick and constant " +
"access to information, preventing accidental deletions, and providing visual reminders. Conversely, manual categorization " +
"was underutilized, with participants relying on automated categories for notification access. Moreover, participants expressed " +
"a desire for automatic features to process and organize notifications based on topic and personalize them through user input. " +
"They also expected automatic sorting to adapt more dynamically to user contexts." +
"</div>"
;
}
}else if(event.target && event.target.id === 'abs_auto_manual'){
var abs = document.getElementById("auto_manual");
if(elementClicked_abs_auto_manual){
$("#abs_text_auto_manual").remove();
elementClicked_abs_auto_manual = false;
}else{
elementClicked_abs_auto_manual = true;
abs.innerHTML +=
"<div id='abs_text_auto_manual' style='border:dashed; padding:1em; border-width:1px; border-radius:5px; margin:5px 0; border-color:#AAAAAA;'>" +
"Mobile notifications, crucial to our daily activities and informational needs, are often undermined " +
"by insufficient management features. Previous research has suggested enhancements like automatic sorting, " +
"filtering, and categorization, but empirical evidence supporting these strategies is yet to be seen. " +
"This study bridges the gap, developing an Android application to assess these proposed features’ efficacy " +
"in improving notification management efficiency and user experience. We utilized the Experience Sampling " +
"Method (ESM) for in-depth user insights, and our preliminary findings indicate a perceived superiority for " +
"a hybrid system combining automatic and manual functionalities, over systems solely dependent on either " +
"approach. This research paves the way for an optimized notification system, better equipped to assist users " +
"in managing mobile notifications effectively." +
"</div>"
;
}
}else if(event.target && event.target.id === 'abs_notimanager'){
var abs = document.getElementById("notimanager");
if(elementClicked_abs_notimanager){
$("#abs_text_notimanager").remove();
elementClicked_abs_notimanager = false;
}else{
elementClicked_abs_notimanager = true;
abs.innerHTML +=
"<div id='abs_text_notimanager' style='border:dashed; padding:1em; border-width:1px; border-radius:5px; margin:5px 0; border-color:#AAAAAA;'>" +
"Notification plays an important part in mobile devices, which can deliver important information to people in an " +
"effective manner. However, prior research mentioned that users cannot organize on the current Android " +
"phone system interface of notification, which is not what they desire. Additionally, among a " +
"large number of notifications, not all of them are similarly important. Thus, the purpose of this study is " +
"to establish a system that can assist users to manage a large number of notifications on smartphones, so they " +
"can quickly get the information they want.<br><br>" +
"This system is mainly divided into two operation modes. The first one is Manual Control, which allows " +
"users to sort, classify, and pin notifications on their own preferences. The second one is Automated " +
"Organization, which uses machine learning models to sort notifications and classify them by their own " +
"categories. Three notification modes are designed by these two modes: Default, Manual Control, Automated Organization. " +
"</div>"
;
}
}else if(event.target && event.target.id === 'abs_noti_alert'){
var abs = document.getElementById("noti_alert");
if(elementClicked_abs_noti_alert){
$("#abs_text_noti_alert").remove();
elementClicked_abs_noti_alert = false;
}else{
elementClicked_abs_noti_alert = true;
abs.innerHTML +=
"<div id='abs_text_noti_alert' style='border:dashed; padding:1em; border-width:1px; border-radius:5px; margin:5px 0; border-color:#AAAAAA;'>" +
"Research indicates that smartphone users often speculate about notifications upon sensing their arrival, aiding their decision to attend to them. This speculation, however, relies on the presence of sufficient clues to associate with the notification, which are not always available. To address this challenge, through an experience sampling study, we investigated the effectiveness of delivering user-assigned alerts in influencing users' speculation accuracy, attendance effectiveness, and perceived disturbance. Our findings suggest that while user-assigned alerts enhanced the accuracy of speculation and improved participants’ decisions to attend to notifications, the increased notification awareness sometimes led participants to view their decision to ignore notifications as less favorable. Moreover, we found that sporadic alert delivery disrupted the association between the alert and the notification, leading to no reduction in perceived disturbance nor improvement in speculation accuracy. In assigning alerts to notifications, participants considered five strategies: familiarity, distinctiveness, disturbance, emotional resonance, and dimension representation."+
"</div>"
;
}
}else if(event.target && event.target.id === 'abs_multi_device'){
var abs = document.getElementById("multi_device");
if(elementClicked_abs_multi_device){
$("#abs_text_multi_device").remove();
elementClicked_abs_multi_device = false;
}else{
elementClicked_abs_multi_device = true;
abs.innerHTML +=
"<div id='abs_text_multi_device' style='border:dashed; padding:1em; border-width:1px; border-radius:5px; margin:5px 0; border-color:#AAAAAA;'>" +
"People nowadays can use multiple devices to interact with notifications, whether via noticing, glancing, reading, or acting upon them. Prior research has focused on actual usage or on device preferences. However, users’ ideal experience of cross-device notification-interaction might differ from their current practices (due to situational limitations) and/or across the four notification-interaction stages. We therefore conducted an experience-sampling method study with multi-device users to investigate these gaps and the influence of device context. Our results reveal that nearly half of the time, the non-phone devices the participants had ranked as their top preferences for notification-interaction were not actually used, due to the devices’ context. Beyond device context, the participants’ choices of devices for notification-interaction were heavily determined by 1) their preferences that particular notification-interaction stages to take place (or not) on particular devices; and 2) the device on which they had undertaken the former stage." +
"</div>"
;
}
}else if(event.target && event.target.id === 'abs_visual_content_OSS'){
var abs = document.getElementById("visual_content_OSS");
if(elementClicked_abs_visual_content_OSS){
$("#abs_text_visual_content_OSS").remove();
elementClicked_abs_visual_content_OSS = false;
}else{
elementClicked_abs_visual_content_OSS = true;
abs.innerHTML +=
"<div id='abs_text_visual_content_OSS' style='border:dashed; padding:1em; border-width:1px; border-radius:5px; margin:5px 0; border-color:#AAAAAA;'>" +
"Most issue tracking systems for open source software (OSS) development include features for community members to embed visual contents, such as images and videos, to enhance the discussion. Although playing an important role, there is little knowledge on the characteristics of the visual contents to support their use. To address this gap, we conducted an empirical study on the Jupyter Notebook project. We found that more than a quarter of the issues in the Jupyter Notebook project included visual contents. Additionally, issues that had visual contents in the comments but not in the issue posts tended to have a longer discussion and to involve a larger number of discussants. In our qualitative analysis, we identified eight types of visual contents in our sample, with about 60% including screenshots or mockups of the main product. We also found that visual contents served diverse purposes, touching both problem and solution spaces of the issues. Our effort serves as an important step towards a comprehensive understanding of the characteristics of visual contents in OSS issue discussions. Our results provided several design implications for issue tracking systems to better facilitate the use of visual contents." +
"</div>"
;
}
}
});
document.getElementById('topic_trigger_mobile_notifications').onclick = function(){
var tr = document.getElementsByClassName("trigger");
for (var i = 0; i < tr.length; i++) {
tr.item(i).style.backgroundColor = 'white';
}
if(elementClicked_mobile_notifications){
var slides = document.getElementsByClassName("mobile_notifications");
for (var i = 0; i < slides.length; i++) {
slides.item(i).style.backgroundColor = 'white';
}
elementClicked_mobile_notifications = false;
document.getElementById("topic_trigger_mobile_notifications").style.fontWeight="400";
}else{
var slides = document.getElementsByClassName("mobile_notifications");
for (var i = 0; i < slides.length; i++) {
slides.item(i).style.backgroundColor = '#FAEBD7';
}
document.getElementById("topic_trigger_mobile_notifications").style.fontWeight="900";
//document.getElementById("topic_trigger_experience_sampling_method").style.fontWeight="400";
//document.getElementById("topic_trigger_ubiquitous_devices").style.fontWeight="400";
document.getElementById("topic_trigger_system_evaluation").style.fontWeight="400";
document.getElementById("topic_trigger_social_support").style.fontWeight="400";
elementClicked_experience_sampling_method = false;
elementClicked_ubiquitous_devices = false;
elementClicked_system_evaluation = false;
elementClicked_social_support = false;
elementClicked_mobile_notifications = true;
}
}
/*document.getElementById('topic_trigger_experience_sampling_method').onclick = function(){
var tr = document.getElementsByClassName("trigger");
for (var i = 0; i < tr.length; i++) {
tr.item(i).style.backgroundColor = 'white';
}
if(elementClicked_experience_sampling_method){
var slides = document.getElementsByClassName("experience_sampling_method");
for (var i = 0; i < slides.length; i++) {
slides.item(i).style.backgroundColor = 'white';
}
elementClicked_experience_sampling_method = false;
document.getElementById("topic_trigger_experience_sampling_method").style.fontWeight="400";
}else{
var slides = document.getElementsByClassName("experience_sampling_method");
for (var i = 0; i < slides.length; i++) {
slides.item(i).style.backgroundColor = '#FAEBD7';
}
document.getElementById("topic_trigger_mobile_notifications").style.fontWeight="400";
document.getElementById("topic_trigger_experience_sampling_method").style.fontWeight="900";
document.getElementById("topic_trigger_ubiquitous_devices").style.fontWeight="400";
document.getElementById("topic_trigger_system_evaluation").style.fontWeight="400";
document.getElementById("topic_trigger_social_support").style.fontWeight="400";
elementClicked_mobile_notifications = false;
elementClicked_ubiquitous_devices = false;
elementClicked_system_evaluation = false;
elementClicked_social_support = false;
elementClicked_experience_sampling_method = true;
}
}*/
/*document.getElementById('topic_trigger_ubiquitous_devices').onclick = function(){
var tr = document.getElementsByClassName("trigger");
for (var i = 0; i < tr.length; i++) {
tr.item(i).style.backgroundColor = 'white';
}
if(elementClicked_ubiquitous_devices){
var slides = document.getElementsByClassName("ubiquitous_devices");
for (var i = 0; i < slides.length; i++) {
slides.item(i).style.backgroundColor = 'white';
}
elementClicked_ubiquitous_devices = false;
document.getElementById("topic_trigger_ubiquitous_devices").style.fontWeight="400";
}else{
var slides = document.getElementsByClassName("ubiquitous_devices");
for (var i = 0; i < slides.length; i++) {
slides.item(i).style.backgroundColor = '#FAEBD7';
}
document.getElementById("topic_trigger_mobile_notifications").style.fontWeight="400";
//document.getElementById("topic_trigger_experience_sampling_method").style.fontWeight="400";
document.getElementById("topic_trigger_ubiquitous_devices").style.fontWeight="900";
document.getElementById("topic_trigger_system_evaluation").style.fontWeight="400";
document.getElementById("topic_trigger_social_support").style.fontWeight="400";
elementClicked_mobile_notifications = false;
elementClicked_experience_sampling_method = false;
elementClicked_system_evaluation = false;
elementClicked_social_support = false;
elementClicked_ubiquitous_devices = true;
}
}*/
document.getElementById('topic_trigger_system_evaluation').onclick = function(){
var tr = document.getElementsByClassName("trigger");
for (var i = 0; i < tr.length; i++) {
tr.item(i).style.backgroundColor = 'white';
}
if(elementClicked_system_evaluation){
var slides = document.getElementsByClassName("system_evaluation");
for (var i = 0; i < slides.length; i++) {
slides.item(i).style.backgroundColor = 'white';
}
elementClicked_system_evaluation = false;
document.getElementById("topic_trigger_system_evaluation").style.fontWeight="400";
}else{
var slides = document.getElementsByClassName("system_evaluation");
for (var i = 0; i < slides.length; i++) {
slides.item(i).style.backgroundColor = '#FAEBD7';
}
document.getElementById("topic_trigger_mobile_notifications").style.fontWeight="400";
//document.getElementById("topic_trigger_experience_sampling_method").style.fontWeight="400";
//document.getElementById("topic_trigger_ubiquitous_devices").style.fontWeight="400";
document.getElementById("topic_trigger_system_evaluation").style.fontWeight="900";
document.getElementById("topic_trigger_social_support").style.fontWeight="400";
elementClicked_mobile_notifications = false;
elementClicked_experience_sampling_method = false;
elementClicked_ubiquitous_devices = false;
elementClicked_social_support = false;
elementClicked_system_evaluation = true;
}
}
document.getElementById('topic_trigger_social_support').onclick = function(){
var tr = document.getElementsByClassName("trigger");
for (var i = 0; i < tr.length; i++) {
tr.item(i).style.backgroundColor = 'white';
}
if(elementClicked_social_support){
var slides = document.getElementsByClassName("social_support");
for (var i = 0; i < slides.length; i++) {
slides.item(i).style.backgroundColor = 'white';
}
document.getElementById("topic_trigger_social_support").style.fontWeight="400";
elementClicked_social_support = false;
}else{
var slides = document.getElementsByClassName("social_support");
for (var i = 0; i < slides.length; i++) {
slides.item(i).style.backgroundColor = '#FAEBD7';
}
document.getElementById("topic_trigger_mobile_notifications").style.fontWeight="400";
//document.getElementById("topic_trigger_experience_sampling_method").style.fontWeight="400";
//document.getElementById("topic_trigger_ubiquitous_devices").style.fontWeight="400";
document.getElementById("topic_trigger_system_evaluation").style.fontWeight="400";
document.getElementById("topic_trigger_social_support").style.fontWeight="900";
elementClicked_mobile_notifications = false;
elementClicked_experience_sampling_method = false;
elementClicked_ubiquitous_devices = false;
elementClicked_system_evaluation = false;
elementClicked_social_support = true;
}
}
function startAction(elem) {
var a = document.getElementsByClassName("actions_button");
for (i = 0; i < a.length; i++) {
a[i].classList.remove('active');
}
elem.classList.add('active');
}
window.onscroll = function() {
$('.section_topic').each(function() {
if($(window).scrollTop() >= $(this).offset().top-1) {
var id = $(this).attr('id');
$('.actions li a').removeClass('active');
$('.actions li a[href="#'+ id +'"]').addClass('active');
}
});
if($(window).scrollTop() + $(window).height() >= $(document).height()) {
$('.actions li a').removeClass('active');
$('.actions li a[href="#more"]').addClass('active');
}
}
</script>
<script src="assets/js/jquery.min.js"></script>
<script src="assets/js/jquery.poptrox.min.js"></script>
<script src="assets/js/browser.min.js"></script>
<script src="assets/js/breakpoints.min.js"></script>
<script src="assets/js/util.js"></script>
<script src="assets/js/main.js"></script>
</body>
</html>