Skip to content

Latest commit

 

History

History
49 lines (26 loc) · 2.48 KB

README.md

File metadata and controls

49 lines (26 loc) · 2.48 KB

AdaM

Source code for the CHI 2018 paper:

Park, Seonwook, Christoph Gebhardt, Roman Rädle, Anna Maria Feit, Hana Vrzakova, Niraj Ramesh Dayama, Hui-Shyong Yeo et al. "AdaM: Adapting Multi-User Interfaces for Collaborative Environments in Real-Time." In Proceedings of the 2018 CHI Conference on Human Factors in Computing Systems, p. 184. ACM, 2018.

Setup

Clone this repository with its submodules using a command such as:

git clone --recursive https://github.com/swook/adam-dui.git

Install the Gurobi Solver. The solver is available for free for academic purposes.

Install all necessary dependencies by running:

sudo python2 setup.py install

To run the backend, execute:

cd optimization
python2 run_server.py

Scenario Construction and Testing

To create and test scenarios, please read README.md in folder scenarios/.

Demonstration Frontend (incl. Simulator)

To be made available soon.