A jsPsych implementation of the words and faces task described in Dundas et al. (2013), The Joint Development of Hemispheric Lateralization for Words and Faces, https://doi.org/10.1037/a0029503.
A number of developer commands have been configured for ease of development. The Yarn
package manager is used in this repository and should be used to run these commands.
clean
: Remove build and development artefacts that are temporary or not required. The list of directories and files to remove are specified ingulpfile.js
.build
: Create a deployment-ready build of the task. A single output file,index.js
will be created in adist/
subdirectory.lint
: Run the Prettier linting tool over the entire repository, correcting any styling issues.start
: Start the development server and active build process. The task will be able to be previewed in the browser and will reload after each source code change.test
: Execute all tests specified in thetest/
subdirectory.
Face images courtesy of Michael J. Tarr, Carnegie Mellon University, http://www.tarrlab.org/. Funding provided by NSF award 0339122.
This work is licensed under a Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International License.
Please contact Henry Burgess <henry.burgess@wustl.edu> for all code-related issues and feedback.