Skip to content

Commit 45eda17

Browse files
committed
update readme
1 parent 1a54e8d commit 45eda17

File tree

1 file changed

+6
-12
lines changed

1 file changed

+6
-12
lines changed

README.md

Lines changed: 6 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -54,14 +54,12 @@ This folder contains the primary assets for using and reproducing the crowd-anno
5454

5555
The top level of this folder contains cleaned up `.csv` files of the the 24 task dimensions, 102 tasks, and the questions used for annotation.
5656

57-
#### 5. `multi-task-empirica` (external repository)
57+
#### 5. `multi-task-empirica/` subfolder (copy of external repository)
5858

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:
6060

61-
- Repository: https://github.com/Watts-Lab/multi-task-empirica
62-
- App tasks: https://github.com/Watts-Lab/multi-task-empirica/tree/master/multi-task-app/customTasks/
63-
64-
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/
6563

6664
<!-- 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. -->
6765

@@ -108,13 +106,9 @@ The following materials may be useful to future researchers wishing to reproduce
108106
- `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.
109107
- `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.
110108

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:
114-
115-
- https://github.com/Watts-Lab/multi-task-empirica/tree/master/multi-task-app/customTasks/
109+
#### `multi-task-empirica/` subfolder (copy of external repository)
116110

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.
118112

119113
<!-- INSTRUCTIONS: The README should contain a description of the origin (provenance), location and accessibility of the data used in the article.
120114

0 commit comments

Comments
 (0)