You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
#### 5. `multi-task-empirica/` subfolder (copy of external repository)
58
58
59
-
The Empirica experiment code is hosted in a dedicated repository to keep this site’s static build lightweight and avoid submodule issues in GitHub Pages:
59
+
This folder contains the assets and code required for running the large-scale group experiments on Empirica. Its contents are a copy of an external repository that manages its version control:
If you need a local copy alongside this repo, clone it next to the current directory or into `multi-task-empirica/` manually. It is not included as a submodule to prevent CI failures during Pages deployment.
61
+
- Link to External Repository: https://github.com/Watts-Lab/multi-task-empirica
62
+
- Link to the `customTasks/` Folder (Implements Our 20 Tasks): https://github.com/Watts-Lab/multi-task-empirica/tree/master/multi-task-app/customTasks/
65
63
66
64
<!-- INSTRUCTIONS: The typical README serves the purpose of guiding a reader through the available material and a route to replicating the results in the research paper. Start by providing a brief overview of the available material and a brief guide as to how to proceed from beginning to end. -->
67
65
@@ -108,13 +106,9 @@ The following materials may be useful to future researchers wishing to reproduce
108
106
-`rating pipelines/survey_workflows/` contains code associated with grading the pre-test for filterings raters, as well as the panel of rater comprising our final pool.
109
107
-`rating pipelines/writeup to html pipeline/` contains code and materials associated with translating the written task summaries (which are stored in `.md` format in the `writeups/` folder) into html files, which was the format in which they were displayed to raters.
110
108
111
-
#### `multi-task-empirica` (external repository)
112
-
113
-
Materials required to conduct real-time group experiments on the Empirica platform are maintained in the external repository noted above. Documentation lives in that repo; individual task implementations (stimuli and participant instructions) are here:
#### `multi-task-empirica/` subfolder (copy of external repository)
116
110
117
-
To work locally, clone that repository and follow its README.
111
+
Materials required to conduct real-time group experiments on the Empirica platform are provided in `multi-task-empirica/` (which is maintained in the external repository noted above). Task details, including all stimuli and participant instructions, can be found in `multi-task-empirica/multi-task-app/customTasks/`. Folders in that directory correspond to the code for implementing each of the 20 tasks in the experiment.
118
112
119
113
<!-- INSTRUCTIONS: The README should contain a description of the origin (provenance), location and accessibility of the data used in the article.
0 commit comments