Skip to content

Latest commit

 

History

History
41 lines (32 loc) · 1.82 KB

README.md

File metadata and controls

41 lines (32 loc) · 1.82 KB

FadingNotifications

Implementation of fade-in notifications (a clone of private repos TriggerNotificationPython and NIPGlass)

Publications

@inproceedings{janaka_notifade_2023,
	address = {New York, NY, USA},
	series = {{CHI} {EA} '23},
	title = {{NotiFade}: {Minimizing} {OHMD} {Notification} {Distractions} {Using} {Fading}},
	isbn = {978-1-4503-9422-2},
	shorttitle = {{NotiFade}},
	url = {https://dl.acm.org/doi/10.1145/3544549.3585784},
	doi = {10.1145/3544549.3585784},
	booktitle = {Extended {Abstracts} of the 2023 {CHI} {Conference} on {Human} {Factors} in {Computing} {Systems}},
	publisher = {Association for Computing Machinery},
	author = {Janaka, Nuwan and Zhao, Shengdong and Chan, Samantha},
	month = apr,
	year = {2023},
	keywords = {OHMD, OST HMD, animation, distraction, fade, fading, interruption, notification, scroll, smart glasses},
	pages = {1--9},
}

Contact person

Contents

  • This repo contains the notification triggering implementation using Python (FadeNotifPython) and UI implementation using Android(FadeNotifAndroid)
  • See the individual folders for requirements and installations

Project links