Skip to content

Commit ba66284

Browse files
committed
Merge branch 'main' of https://github.com/jspsych/jsPsych
2 parents a26a3c7 + 61013f2 commit ba66284

File tree

60 files changed

+519
-118
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

60 files changed

+519
-118
lines changed

CITATION.cff

Lines changed: 47 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,47 @@
1+
cff-version: "1.2.0"
2+
authors:
3+
- family-names: Leeuw
4+
given-names: Joshua R.
5+
name-particle: de
6+
orcid: "https://orcid.org/0000-0003-4815-2364"
7+
- family-names: Gilbert
8+
given-names: Rebecca A.
9+
orcid: "https://orcid.org/0000-0003-4574-7792"
10+
- family-names: Luchterhandt
11+
given-names: Björn
12+
orcid: "https://orcid.org/0000-0002-9225-2787"
13+
contact:
14+
- family-names: Leeuw
15+
given-names: Joshua R.
16+
name-particle: de
17+
orcid: "https://orcid.org/0000-0003-4815-2364"
18+
doi: 10.5281/zenodo.7702307
19+
message: If you use this software, please cite our article in the
20+
Journal of Open Source Software.
21+
preferred-citation:
22+
authors:
23+
- family-names: Leeuw
24+
given-names: Joshua R.
25+
name-particle: de
26+
orcid: "https://orcid.org/0000-0003-4815-2364"
27+
- family-names: Gilbert
28+
given-names: Rebecca A.
29+
orcid: "https://orcid.org/0000-0003-4574-7792"
30+
- family-names: Luchterhandt
31+
given-names: Björn
32+
orcid: "https://orcid.org/0000-0002-9225-2787"
33+
date-published: 2023-05-11
34+
doi: 10.21105/joss.05351
35+
issn: 2475-9066
36+
issue: 85
37+
journal: Journal of Open Source Software
38+
publisher:
39+
name: Open Journals
40+
start: 5351
41+
title: "jsPsych: Enabling an Open-Source Collaborative Ecosystem of
42+
Behavioral Experiments"
43+
type: article
44+
url: "https://joss.theoj.org/papers/10.21105/joss.05351"
45+
volume: 8
46+
title: "jsPsych: Enabling an Open-Source Collaborative Ecosystem of
47+
Behavioral Experiments"

README.md

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,9 +48,15 @@ See the [contributing to jsPsych](https://www.jspsych.org/latest/developers/cont
4848

4949
## Citation
5050

51-
If you use this library in academic work, please cite the [paper that describes jsPsych](http://link.springer.com/article/10.3758%2Fs13428-014-0458-y):
51+
If you use this library in academic work, the preferred citation is:
5252

53-
de Leeuw, J.R. (2015). jsPsych: A JavaScript library for creating behavioral experiments in a Web browser. *Behavior Research Methods*, _47_(1), 1-12. doi:10.3758/s13428-014-0458-y
53+
de Leeuw, J.R., Gilbert, R.A., & Luchterhandt, B. (2023). jsPsych: Enabling an open-source collaborative ecosystem of behavioral experiments. *Journal of Open Source Software*, *8*(85), 5351, [https://joss.theoj.org/papers/10.21105/joss.05351](https://joss.theoj.org/papers/10.21105/joss.05351).
54+
55+
This paper is an updated description of jsPsych and includes all current core team members. It replaces the earlier paper that described jsPsych:
56+
57+
de Leeuw, J.R. (2015). jsPsych: A JavaScript library for creating behavioral experiments in a Web browser. *Behavior Research Methods*, _47_(1), 1-12. doi:[10.3758/s13428-014-0458-y](http://link.springer.com/article/10.3758%2Fs13428-014-0458-y)
58+
59+
Citations help us demonstrate that this library is used and valued, which allows us to continue working on it.
5460

5561
## Contributors
5662

docs/about/about.md

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,12 @@ jsPsych was created by [Josh de Leeuw :fontawesome-brands-twitter:](http://www.t
66

77
### Citation
88

9-
If you use jsPsych please cite the following paper.
9+
If you use this library in academic work, the preferred citation is:
1010

11-
de Leeuw, J. R. (2015). jsPsych: A JavaScript library for creating behavioral experiments in a web browser. _Behavior Research Methods_, _47_(1), 1-12. [doi:10.3758/s13428-014-0458-y](https://doi.org/10.3758/s13428-014-0458-y).
11+
de Leeuw, J.R., Gilbert, R.A., & Luchterhandt, B. (2023). jsPsych: Enabling an open-source collaborative ecosystem of behavioral experiments. *Journal of Open Source Software*, *8*(85), 5351, [https://joss.theoj.org/papers/10.21105/joss.05351](https://joss.theoj.org/papers/10.21105/joss.05351).
12+
13+
This paper is an updated description of jsPsych and includes all current core team members. It replaces the earlier paper that described jsPsych:
14+
15+
de Leeuw, J.R. (2015). jsPsych: A JavaScript library for creating behavioral experiments in a Web browser. *Behavior Research Methods*, _47_(1), 1-12. doi:[10.3758/s13428-014-0458-y](http://link.springer.com/article/10.3758%2Fs13428-014-0458-y)
16+
17+
Citations help us demonstrate that this library is used and valued, which allows us to continue working on it.

examples/README-template.md

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,15 @@ See the [contributing to jsPsych](https://www.jspsych.org/latest/developers/cont
2727

2828
## Citation
2929

30-
If you use this library in academic work, please cite the [paper that describes jsPsych](http://link.springer.com/article/10.3758%2Fs13428-014-0458-y):
30+
If you use this library in academic work, the preferred citation is:
3131

32-
de Leeuw, J.R. (2015). jsPsych: A JavaScript library for creating behavioral experiments in a Web browser. _Behavior Research Methods_, _47_(1), 1-12. doi:10.3758/s13428-014-0458-y
32+
de Leeuw, J.R., Gilbert, R.A., & Luchterhandt, B. (2023). jsPsych: Enabling an open-source collaborative ecosystem of behavioral experiments. *Journal of Open Source Software*, *8*(85), 5351, [https://joss.theoj.org/papers/10.21105/joss.05351](https://joss.theoj.org/papers/10.21105/joss.05351).
33+
34+
This paper is an updated description of jsPsych and includes all current core team members. It replaces the earlier paper that described jsPsych:
35+
36+
de Leeuw, J.R. (2015). jsPsych: A JavaScript library for creating behavioral experiments in a Web browser. *Behavior Research Methods*, _47_(1), 1-12. doi:[10.3758/s13428-014-0458-y](http://link.springer.com/article/10.3758%2Fs13428-014-0458-y)
37+
38+
Citations help us demonstrate that this library is used and valued, which allows us to continue working on it.
3339

3440
## Contributors
3541

packages/extension-mouse-tracking/README.md

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,15 @@ See the [contributing to jsPsych](https://www.jspsych.org/latest/developers/cont
2727

2828
## Citation
2929

30-
If you use this library in academic work, please cite the [paper that describes jsPsych](http://link.springer.com/article/10.3758%2Fs13428-014-0458-y):
30+
If you use this library in academic work, the preferred citation is:
3131

32-
de Leeuw, J.R. (2015). jsPsych: A JavaScript library for creating behavioral experiments in a Web browser. _Behavior Research Methods_, _47_(1), 1-12. doi:10.3758/s13428-014-0458-y
32+
de Leeuw, J.R., Gilbert, R.A., & Luchterhandt, B. (2023). jsPsych: Enabling an open-source collaborative ecosystem of behavioral experiments. *Journal of Open Source Software*, *8*(85), 5351, [https://joss.theoj.org/papers/10.21105/joss.05351](https://joss.theoj.org/papers/10.21105/joss.05351).
33+
34+
This paper is an updated description of jsPsych and includes all current core team members. It replaces the earlier paper that described jsPsych:
35+
36+
de Leeuw, J.R. (2015). jsPsych: A JavaScript library for creating behavioral experiments in a Web browser. *Behavior Research Methods*, _47_(1), 1-12. doi:[10.3758/s13428-014-0458-y](http://link.springer.com/article/10.3758%2Fs13428-014-0458-y)
37+
38+
Citations help us demonstrate that this library is used and valued, which allows us to continue working on it.
3339

3440
## Contributors
3541

packages/extension-record-video/README.md

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,15 @@ See the [contributing to jsPsych](https://www.jspsych.org/latest/developers/cont
2727

2828
## Citation
2929

30-
If you use this library in academic work, please cite the [paper that describes jsPsych](http://link.springer.com/article/10.3758%2Fs13428-014-0458-y):
30+
If you use this library in academic work, the preferred citation is:
3131

32-
de Leeuw, J.R. (2015). jsPsych: A JavaScript library for creating behavioral experiments in a Web browser. _Behavior Research Methods_, _47_(1), 1-12. doi:10.3758/s13428-014-0458-y
32+
de Leeuw, J.R., Gilbert, R.A., & Luchterhandt, B. (2023). jsPsych: Enabling an open-source collaborative ecosystem of behavioral experiments. *Journal of Open Source Software*, *8*(85), 5351, [https://joss.theoj.org/papers/10.21105/joss.05351](https://joss.theoj.org/papers/10.21105/joss.05351).
33+
34+
This paper is an updated description of jsPsych and includes all current core team members. It replaces the earlier paper that described jsPsych:
35+
36+
de Leeuw, J.R. (2015). jsPsych: A JavaScript library for creating behavioral experiments in a Web browser. *Behavior Research Methods*, _47_(1), 1-12. doi:[10.3758/s13428-014-0458-y](http://link.springer.com/article/10.3758%2Fs13428-014-0458-y)
37+
38+
Citations help us demonstrate that this library is used and valued, which allows us to continue working on it.
3339

3440
## Contributors
3541

packages/extension-webgazer/README.md

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,15 @@ See the [contributing to jsPsych](https://www.jspsych.org/latest/developers/cont
2727

2828
## Citation
2929

30-
If you use this library in academic work, please cite the [paper that describes jsPsych](http://link.springer.com/article/10.3758%2Fs13428-014-0458-y):
30+
If you use this library in academic work, the preferred citation is:
3131

32-
de Leeuw, J.R. (2015). jsPsych: A JavaScript library for creating behavioral experiments in a Web browser. _Behavior Research Methods_, _47_(1), 1-12. doi:10.3758/s13428-014-0458-y
32+
de Leeuw, J.R., Gilbert, R.A., & Luchterhandt, B. (2023). jsPsych: Enabling an open-source collaborative ecosystem of behavioral experiments. *Journal of Open Source Software*, *8*(85), 5351, [https://joss.theoj.org/papers/10.21105/joss.05351](https://joss.theoj.org/papers/10.21105/joss.05351).
33+
34+
This paper is an updated description of jsPsych and includes all current core team members. It replaces the earlier paper that described jsPsych:
35+
36+
de Leeuw, J.R. (2015). jsPsych: A JavaScript library for creating behavioral experiments in a Web browser. *Behavior Research Methods*, _47_(1), 1-12. doi:[10.3758/s13428-014-0458-y](http://link.springer.com/article/10.3758%2Fs13428-014-0458-y)
37+
38+
Citations help us demonstrate that this library is used and valued, which allows us to continue working on it.
3339

3440
## Contributors
3541

packages/plugin-animation/README.md

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,15 @@ See the [contributing to jsPsych](https://www.jspsych.org/latest/developers/cont
2727

2828
## Citation
2929

30-
If you use this library in academic work, please cite the [paper that describes jsPsych](http://link.springer.com/article/10.3758%2Fs13428-014-0458-y):
30+
If you use this library in academic work, the preferred citation is:
3131

32-
de Leeuw, J.R. (2015). jsPsych: A JavaScript library for creating behavioral experiments in a Web browser. _Behavior Research Methods_, _47_(1), 1-12. doi:10.3758/s13428-014-0458-y
32+
de Leeuw, J.R., Gilbert, R.A., & Luchterhandt, B. (2023). jsPsych: Enabling an open-source collaborative ecosystem of behavioral experiments. *Journal of Open Source Software*, *8*(85), 5351, [https://joss.theoj.org/papers/10.21105/joss.05351](https://joss.theoj.org/papers/10.21105/joss.05351).
33+
34+
This paper is an updated description of jsPsych and includes all current core team members. It replaces the earlier paper that described jsPsych:
35+
36+
de Leeuw, J.R. (2015). jsPsych: A JavaScript library for creating behavioral experiments in a Web browser. *Behavior Research Methods*, _47_(1), 1-12. doi:[10.3758/s13428-014-0458-y](http://link.springer.com/article/10.3758%2Fs13428-014-0458-y)
37+
38+
Citations help us demonstrate that this library is used and valued, which allows us to continue working on it.
3339

3440
## Contributors
3541

packages/plugin-audio-button-response/README.md

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,15 @@ See the [contributing to jsPsych](https://www.jspsych.org/latest/developers/cont
2727

2828
## Citation
2929

30-
If you use this library in academic work, please cite the [paper that describes jsPsych](http://link.springer.com/article/10.3758%2Fs13428-014-0458-y):
30+
If you use this library in academic work, the preferred citation is:
3131

32-
de Leeuw, J.R. (2015). jsPsych: A JavaScript library for creating behavioral experiments in a Web browser. _Behavior Research Methods_, _47_(1), 1-12. doi:10.3758/s13428-014-0458-y
32+
de Leeuw, J.R., Gilbert, R.A., & Luchterhandt, B. (2023). jsPsych: Enabling an open-source collaborative ecosystem of behavioral experiments. *Journal of Open Source Software*, *8*(85), 5351, [https://joss.theoj.org/papers/10.21105/joss.05351](https://joss.theoj.org/papers/10.21105/joss.05351).
33+
34+
This paper is an updated description of jsPsych and includes all current core team members. It replaces the earlier paper that described jsPsych:
35+
36+
de Leeuw, J.R. (2015). jsPsych: A JavaScript library for creating behavioral experiments in a Web browser. *Behavior Research Methods*, _47_(1), 1-12. doi:[10.3758/s13428-014-0458-y](http://link.springer.com/article/10.3758%2Fs13428-014-0458-y)
37+
38+
Citations help us demonstrate that this library is used and valued, which allows us to continue working on it.
3339

3440
## Contributors
3541

packages/plugin-audio-keyboard-response/README.md

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,15 @@ See the [contributing to jsPsych](https://www.jspsych.org/latest/developers/cont
2727

2828
## Citation
2929

30-
If you use this library in academic work, please cite the [paper that describes jsPsych](http://link.springer.com/article/10.3758%2Fs13428-014-0458-y):
30+
If you use this library in academic work, the preferred citation is:
3131

32-
de Leeuw, J.R. (2015). jsPsych: A JavaScript library for creating behavioral experiments in a Web browser. _Behavior Research Methods_, _47_(1), 1-12. doi:10.3758/s13428-014-0458-y
32+
de Leeuw, J.R., Gilbert, R.A., & Luchterhandt, B. (2023). jsPsych: Enabling an open-source collaborative ecosystem of behavioral experiments. *Journal of Open Source Software*, *8*(85), 5351, [https://joss.theoj.org/papers/10.21105/joss.05351](https://joss.theoj.org/papers/10.21105/joss.05351).
33+
34+
This paper is an updated description of jsPsych and includes all current core team members. It replaces the earlier paper that described jsPsych:
35+
36+
de Leeuw, J.R. (2015). jsPsych: A JavaScript library for creating behavioral experiments in a Web browser. *Behavior Research Methods*, _47_(1), 1-12. doi:[10.3758/s13428-014-0458-y](http://link.springer.com/article/10.3758%2Fs13428-014-0458-y)
37+
38+
Citations help us demonstrate that this library is used and valued, which allows us to continue working on it.
3339

3440
## Contributors
3541

0 commit comments

Comments
 (0)