"… Results indicated that state positive affect and quality-of-work were lowest with no music, while time-on-task was longest when music was removed. Narrative responses revealed the value of music listening for positive mood change and enhanced perception on design while working..."
The effect of music listening on work performance, Research by Teresa Lesiuk
Run npm install
Run ng build
Run ng serve
Run ng serve for a dev server. Navigate to http://localhost:4200/. The app will automatically reload if you change any of the source files.
Run ng generate component component-name to generate a new component. You can also use ng generate directive|pipe|service|class|module.
The loggers track mouse movements and key strokes events (not recording the key strokes only a signed that you clicked the keyboard)
Install the following: sudo apt-get install python-tk
Run sudo ./runloggers.sh in the Logger Directory , two files will be created keyboardevets.txt and mouseevents.txt
which include the logger output in a json form
Angular 2 (CLI)
Python 2.7
Run ng test to execute the unit tests via Karma.
Run ng build to build the project. The build artifacts will be stored in the dist/ directory. Use the -prod flag for a production build.
The template includes the following:
-
Two components each having a reducer and a root reducer in app.reducer.ts. The intention here is NOT to have a reducer for each component in the projcet, rather only for main components, generally the ones representing major parts of the app.
-
A router for selecting between the components
-
Both components dispaly how to perform async actions with state changes.
-
An example test for the users reducer
Tomer Shmargad - @shmargadt
Tamir Ram - @tamiram
Shaul Efraim - @shaule
Moran Nissim - @Moran271