generated from HugoBlox/theme-academic-cv
-
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
2fbd3c4
commit e1c35fc
Showing
1 changed file
with
3 additions
and
25 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,32 +1,10 @@ | ||
--- | ||
title: One Paper Accepted at CHI '24! | ||
title: One Paper Conditionally Accepted for CHI '24! | ||
date: '2024-01-19' | ||
summary: Heads-Up Multitasker - Simulating Attention Switching On Optical Head-Mounted Displays | ||
--- | ||
|
||
|
||
<!-- ```python | ||
from IPython.core.display import Image | ||
Image('https://www.python.org/static/community_logos/python-logo-master-v3-TM-flattened.png') | ||
``` --> | ||
We propose a novel computationally rational model that features modeling users' attention switch when multitasking, especially in the context of reading on OHMDs while walking. We develop a hierarchical reinforcement learning architecture to capture users' key cognitive processes and realize them in a physics engine called MuJoCo. The model successfully replicates user behaviors, including attention switch, walking speed control, and reading. Please see our paper for more details! | ||
|
||
|
||
<!-- ![png](headsupmultitasker.png) --> | ||
|
||
|
||
<!-- ```python | ||
print("Welcome to Academic!") | ||
``` --> | ||
|
||
<!-- ## Organize your notebooks | ||
Place the notebooks that you would like to publish in a `notebooks` folder at the root of your website. | ||
## Import the notebooks into your site | ||
```bash | ||
pipx install academic | ||
academic import 'notebooks/**.ipynb' content/post/ --verbose | ||
``` --> | ||
|
||
<!-- The notebooks will be published to the folder you specify above. In this case, they will be published to your `content/post/` folder. --> | ||
Codes will also be available here: https://github.com/Synteraction-Lab/heads-up-multitasker |