Skip to content

Commit

Permalink
add content for news
Browse files Browse the repository at this point in the history
  • Loading branch information
BaiYunpeng1949 committed Feb 2, 2024
1 parent 2fbd3c4 commit e1c35fc
Showing 1 changed file with 3 additions and 25 deletions.
28 changes: 3 additions & 25 deletions content/news/chi24-paper-accepted/index.md
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

0 comments on commit e1c35fc

Please sign in to comment.