Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

jspsych

We develop tools for running behavioral experiments in web browsers
Collective - Host: opensource - https://opencollective.com/jspsych - Website: https://www.jspsych.org - Code: https://github.com/jspsych

Adding getKeyboardResponse method to core

github.com/jspsych/jsPsych - ba64349cb5dfd661ccc318f903ec1da23e6aeefb authored over 10 years ago by Josh de Leeuw <[email protected]>
Add error message if plugin is not loaded

Closes #51

github.com/jspsych/jsPsych - 8d2211b71203472461d8373dcd8d2c015cdfa351 authored over 10 years ago by Josh de Leeuw <[email protected]>
update data saving to block.writeData

github.com/jspsych/jsPsych - eaf6219fa505ce4b77096b510c761f886d685c5b authored over 10 years ago by Josh de Leeuw <[email protected]>
typo fix in core.submitToTurk

github.com/jspsych/jsPsych - 12c527e0b4a2ab65bdc2f5cab5705b45cddf9266 authored over 10 years ago by Josh de Leeuw <[email protected]>
Add core.submitToTurk

* add function to core
* modify turkInfo to also grab turkSubmitTo location (either sandbox or ...

github.com/jspsych/jsPsych - ebfc6548f6e2b20d0dc73643bbbda6d27b8e834c authored over 10 years ago by Josh de Leeuw <[email protected]>
add jsPsych.totalTime method

gets the total time in ms since the experiment started.

github.com/jspsych/jsPsych - decd0cf04be07a3a921158e8fc5c95f049c6eea8 authored over 10 years ago by Josh de Leeuw <[email protected]>
add class information to display element

related to issue #45

github.com/jspsych/jsPsych - b3b82db7f851b1b9f5de4042230efb160d16917b authored over 10 years ago by Josh de Leeuw <[email protected]>
Update README.md

github.com/jspsych/jsPsych - 4d5d5b7217c48d16da00502e9333979793d49900 authored over 10 years ago by Josh de Leeuw <[email protected]>
Merge pull request #47 from jodeleeuw/smart-arrays

Smart arrays

github.com/jspsych/jsPsych - d86c82f7072e7d8815880b474ccc92376b7cadc0 authored over 10 years ago by Josh de Leeuw <[email protected]>
allow for text and data to be non-arrays for single trial block

issue #24

github.com/jspsych/jsPsych - 1f0df1f80e3d6b217e65e3788144ffd9154a3005 authored over 10 years ago by Josh de Leeuw <[email protected]>
handle multiple parameters with single call of enforce array

github.com/jspsych/jsPsych - c0beee322100b2e56e892d691720eba4c2874587 authored over 10 years ago by Josh de Leeuw <[email protected]>
delete files - from master merge

github.com/jspsych/jsPsych - efed8009a1c9c924178680ddde13b4001b4c3556 authored over 10 years ago by Josh de Leeuw <[email protected]>
Merge branch 'master' into smart-arrays

Conflicts:
jspsych.js

github.com/jspsych/jsPsych - c5539da1a6254cf754a97b4c82346fad3c3615e0 authored over 10 years ago by Josh de Leeuw <[email protected]>
remove variables option

issue #44

github.com/jspsych/jsPsych - d3d6acc4d8a6f3d78aa91e633e887270f8d45430 authored over 10 years ago by Josh de Leeuw <[email protected]>
removing dev folder from master branch. see branch plugin-dev-old for recovery.

github.com/jspsych/jsPsych - 3f25eac294a563537c1d04ed99917db7ea7ac061 authored over 10 years ago by Josh de Leeuw <[email protected]>
make sure unprocessed functions get preserved in trial obj

related to issue #42

github.com/jspsych/jsPsych - ab6c105dd16df99cc0a1b9aa809056f29b8bd4d3 authored over 10 years ago by Josh de Leeuw <[email protected]>
protect check_fn in normalizeTrialVariables

github.com/jspsych/jsPsych - 55ebe2f413af476d29ccf0aa36367296d80ca57a authored over 10 years ago by Josh de Leeuw <[email protected]>
Allow for protected variables in normalizeTrialVariables

Related to #43

github.com/jspsych/jsPsych - a8f2a676e64a329535c0e5e5269d7bde01360e3a authored over 10 years ago by Josh de Leeuw <[email protected]>
Remove normalize trial variables method

This is a bad idea for this plugin, since check_fn is a function. Need to figure out a way to pr...

github.com/jspsych/jsPsych - b84df35eb0db2f3c51fd71113b291c8beef19929 authored over 10 years ago by Josh de Leeuw <[email protected]>
PreloadImages method will auto-flatten the input array

Closes #42

github.com/jspsych/jsPsych - c88c07887c51e812e48c9dcfcbcc0f8631027425 authored over 10 years ago by Josh de Leeuw <[email protected]>
change default option for choices parameter

github.com/jspsych/jsPsych - 82671547747971f6ce81bef2c3e5561f99d51bcc authored over 10 years ago by Josh de Leeuw <[email protected]>
Add response collection option

Record RT since the appearance of the sequence item.

github.com/jspsych/jsPsych - e8b11ed94cfd7a9b0527588b3894d1662343201b authored over 10 years ago by Josh de Leeuw <[email protected]>
Adding enforceArray method

github.com/jspsych/jsPsych - 75dc0e8b571a6d2a30ce4ed64dfa230cc2e53e03 authored over 10 years ago by Josh de Leeuw <[email protected]>
minor change to url location

github.com/jspsych/2014-jspsych-psiturk-cogsci-tutorial - 435b78d99f97242407868a4b7443aa2946b23e9e authored over 10 years ago by Todd Gureckis <[email protected]>
updating jspsych reference

github.com/jspsych/2014-jspsych-psiturk-cogsci-tutorial - ed5144c84c014f9ffba690d171f3c8cf893c6eb8 authored over 10 years ago by Josh de Leeuw <[email protected]>
Update README.md

github.com/jspsych/jsPsych - 7d5738aee7b9eb9fa488d436fb5ad7b35bfd7d5b authored almost 11 years ago by Josh de Leeuw <[email protected]>
Merge pull request #1 from jodeleeuw/master

update readme file

github.com/jspsych/jsPsych-quickstart - e078ccc5e2f61c0ab222be7a703a3bfc322583dc authored almost 11 years ago by Josh de Leeuw <[email protected]>
update readme file

github.com/jspsych/jsPsych-quickstart - efcc82f7dc0154e610d66ef0fdc0b6d83e9f950b authored almost 11 years ago by Josh de Leeuw <[email protected]>
initial commit

contains tutorial files and v2.2 of jsPsych

github.com/jspsych/jsPsych-quickstart - 0e4cfdbf11169f46377ba86e7096cc42980325c1 authored almost 11 years ago by Josh de Leeuw <[email protected]>
Initial commit

github.com/jspsych/jsPsych-quickstart - a908a2fbde13e6277ecb2d8e50b63d21104628c4 authored almost 11 years ago by Josh de Leeuw <[email protected]>
Update README.md

github.com/jspsych/jsPsych - ae98dd029feacd0d570339ca2192aa5e356e46aa authored almost 11 years ago by Josh de Leeuw <[email protected]>
Update README.md

github.com/jspsych/jsPsych - d2abf5edd4835a7e88037b2a67a25b0377c17d03 authored almost 11 years ago by Josh de Leeuw <[email protected]>
add citation

github.com/jspsych/jsPsych - 8282cb3d44cb7a5628d51eb991bc7cbb2a5a08dd authored almost 11 years ago by Josh de Leeuw <[email protected]>
Merge pull request #38 from jodeleeuw/function-variables

Function variables

github.com/jspsych/jsPsych - 8bb2b4678d5bc89e0b217de1a147039f4a1f8e34 authored almost 11 years ago by Josh de Leeuw <[email protected]>
adding normalizeTrialVariables() call to every plugin and plugin template. addresses issue #35

github.com/jspsych/jsPsych - 99d269242805583b55eb2fcbffe70a87f869ebf3 authored almost 11 years ago by Josh de Leeuw <[email protected]>
Merge pull request #37 from jodeleeuw/master

update branch with master bug fixes

github.com/jspsych/jsPsych - 807eaeb06625e801c9ac4634892461949b3fcfe5 authored almost 11 years ago by Josh de Leeuw <[email protected]>
css bug

github.com/jspsych/jsPsych - 7277576b1053552e84be444156b40bde06e7b304 authored almost 11 years ago by Josh de Leeuw <[email protected]>
Fixing css id bugs

github.com/jspsych/jsPsych - 2e9ce585c22e94044cea7b0a2e0acea1458afb4d authored almost 11 years ago by Josh de Leeuw <[email protected]>
minor bug

github.com/jspsych/jsPsych - 43fac3c674746ed589c1843da6d9998c204f46b4 authored almost 11 years ago by Josh de Leeuw <[email protected]>
First pass at allowing functions as variables

github.com/jspsych/jsPsych - 30df65e95bcd8954efd1a1d6c5544e50efd361b0 authored almost 11 years ago by Josh de Leeuw <[email protected]>
adding normalizeTrialVariables method

method takes an object (intended to be a trial data structure) and converts any function argumen...

github.com/jspsych/jsPsych - c8cb4204d1a988a11df73da5b39ea07c6a95d5c5 authored almost 11 years ago by Josh de Leeuw <[email protected]>
Delete jspsych-utils.js

all functions have been moved elsewhere.

github.com/jspsych/jsPsych - dc5081aae302c9bff0a9113bcbc4c63cd9f34675 authored almost 11 years ago by Josh de Leeuw <[email protected]>
Merge pull request #33 from jodeleeuw/merge-palmer-stimuli-function

Merge palmer stimuli function

github.com/jspsych/jsPsych - 75a61e3abd05f6502299a5c963e5420900907553 authored almost 11 years ago by Josh de Leeuw <[email protected]>
fix bug with div names

github.com/jspsych/jsPsych - 67910476f49de94d050f733230521b8e58a24960 authored almost 11 years ago by Josh de Leeuw <[email protected]>
Add option to return flattened data object

Related to issue #31 because it moves a utility function into the core library.

github.com/jspsych/jsPsych - 1a3ca8cc69b375c0e31f285fa674330c19d59a54 authored almost 11 years ago by Josh de Leeuw <[email protected]>
Get rid of palmer methods

Issues #30 and #31

github.com/jspsych/jsPsych - 9233f092a68b0658b0a9d2b391d7e3b7904767b8 authored almost 11 years ago by Josh de Leeuw <[email protected]>
Adding generate_stimulus method

- copied over from utils file.
- some functions not included (left commented out). need to figu...

github.com/jspsych/jsPsych - aaace2dfe6ad2be0c74d513c08a4f0592ea3dd40 authored almost 11 years ago by Josh de Leeuw <[email protected]>
Update README.md

github.com/jspsych/jsPsych - f5a7c09493c67178c7005221c027b59bad3ba9b8 authored almost 11 years ago by Josh de Leeuw <[email protected]>
Update README.md

github.com/jspsych/jsPsych - b06a1fc5f397370b241b1875596e768809c11121 authored almost 11 years ago by Josh de Leeuw <[email protected]>
moving stimulus creation to a separate public function so that stimuli can be generated for other plugins

github.com/jspsych/jsPsych - 03f70efbe2f30ffbd82675f2a0d4e0aa459d2bb9 authored almost 11 years ago by Josh de Leeuw <[email protected]>
automatically center grid in container

github.com/jspsych/jsPsych - eb60da88e1096f44b000bfb56f0bcfa3391d990f authored almost 11 years ago by Josh de Leeuw <[email protected]>
fixing padding bug

github.com/jspsych/jsPsych - c36c46ef25c4300926f851428947b57cfe7a7913 authored almost 11 years ago by Josh de Leeuw <[email protected]>
Merge pull request #28 from jodeleeuw/vsl-grid-scene

VSL grid scene

github.com/jspsych/jsPsych - f0e4e0f4aa7a4404d61b1b97f5f858bb92cd5eb1 authored almost 11 years ago by Josh de Leeuw <[email protected]>
require 0 for blank elements, so that grid size can be automatically determined

github.com/jspsych/jsPsych - 1db1cb8c52e29180a71af133f001d34b3ef7a765 authored almost 11 years ago by Josh de Leeuw <[email protected]>
initial commit of vsl-grid-scene plugin

github.com/jspsych/jsPsych - 9e5592b6620224c2ec5d4664ccc71ae99ba363a3 authored almost 11 years ago by Josh de Leeuw <[email protected]>
closes #26

github.com/jspsych/jsPsych - 9f39bd80e2560395428de81b789d4859ae3d364c authored almost 11 years ago by Josh de Leeuw <[email protected]>
Merge pull request #25 from jodeleeuw/vsl_animate_occlusion

VSL animate occlusion

github.com/jspsych/jsPsych - d7e93c612a067ed152a64a0af6e2a1e629bda8e0 authored almost 11 years ago by Josh de Leeuw <[email protected]>
adding parameter list to header doc

github.com/jspsych/jsPsych - b56e1cc3aaad037a19e99186c59daa46486c00db authored almost 11 years ago by Josh de Leeuw <[email protected]>
a few bug fixes

github.com/jspsych/jsPsych - 5e136e679a39529bbe5d0d9458ec833598468215 authored almost 11 years ago by Josh de Leeuw <[email protected]>
initial commit of vsl-animate-occlusion plugin

github.com/jspsych/jsPsych - a3a08cf00c8743e3808a14acb5e6f79610dbcb18 authored almost 11 years ago by Josh de Leeuw <[email protected]>
version submitted

some minor changes
this is the version submitted to cogsci.

github.com/jspsych/2014-jspsych-psiturk-cogsci-tutorial - 791fb0e2dac19102e2911f382516efe8fb54822f authored almost 11 years ago by Josh de Leeuw <[email protected]>
a couple more minor edits..

- added URLs for psiTurk (which should launch next week, just need to get past this cogsci deadl...

github.com/jspsych/2014-jspsych-psiturk-cogsci-tutorial - ce39cae6e796c9f36990fb63f08f2e7c0a4886e1 authored almost 11 years ago by Todd Gureckis <[email protected]>
a couple quick edits, didn't even check for typos or grammar at all. will take another pass soon.

- added all psiTurk authors who have made very significant contributions to the project. even i...

github.com/jspsych/2014-jspsych-psiturk-cogsci-tutorial - ef4ff58ed4263d6197a5fcd19848ebbbf0060b23 authored almost 11 years ago by Todd Gureckis <[email protected]>
ignore autogenerated files

github.com/jspsych/2014-jspsych-psiturk-cogsci-tutorial - a9a8cbadb77901a684afa34a7f271f6fd4302617 authored almost 11 years ago by Todd Gureckis <[email protected]>
css fix was applied incorrectly to survey-likert, resulting in a bug that failed to show slider labels

github.com/jspsych/jsPsych - ea2c97809400e46fa9078393250f78a90badc1d4 authored almost 11 years ago by Josh de Leeuw <[email protected]>
Merge pull request #21 from jodeleeuw/rt-key-down

changing keyup to keydown

github.com/jspsych/jsPsych - 02229c8e3bd55831a9a0f1b584010a08e1f76db2 authored almost 11 years ago by Josh de Leeuw <[email protected]>
changing keyup to keydown

github.com/jspsych/jsPsych - 9558914b82347d89fd9cec944651ed15d796fd89 authored almost 11 years ago by Josh de Leeuw <[email protected]>
Merge pull request #20 from jodeleeuw/timing-zero-fix

Timing zero fix

github.com/jspsych/jsPsych - f68b475552ad3486e2bdf6a2b744c857bb766cd0 authored almost 11 years ago by Josh de Leeuw <[email protected]>
fixing timing_post_trial = 0 issue #15

github.com/jspsych/jsPsych - e76284acb29467181375d016fd9b2b97788cea9e authored almost 11 years ago by Josh de Leeuw <[email protected]>
timing_post_trial fix (#15)

github.com/jspsych/jsPsych - 76457f11befc7dd997d444c1f8c65eec878eaf06 authored almost 11 years ago by Josh de Leeuw <[email protected]>
timing_post_trial fix (#15)

github.com/jspsych/jsPsych - 1fe60bff012860ea21034fc6ddc48e2013d665f2 authored almost 11 years ago by Josh de Leeuw <[email protected]>
fixing issues with 0 as timing parameter (#15)

github.com/jspsych/jsPsych - b6db7c08f94ed4a938bc3c46271c990c9e6516b9 authored almost 11 years ago by Josh de Leeuw <[email protected]>
Merge pull request #18 from jodeleeuw/css-cleanup

Appending all CSS classes and IDs with jspsych-pluginname

github.com/jspsych/jsPsych - f906a7b8d51c25687cf0bc830e486bde03ad9e5f authored almost 11 years ago by Josh de Leeuw <[email protected]>
css cleanup (#13)

github.com/jspsych/jsPsych - 36f5757a6653a1e2c061bf3bd91c5b1ab4fa384e authored almost 11 years ago by Josh de Leeuw <[email protected]>
css cleanup (#13)

github.com/jspsych/jsPsych - 968b4ea549298446b03531ce7f182bdf95f16da7 authored almost 11 years ago by Josh de Leeuw <[email protected]>
css cleanup (#13)

github.com/jspsych/jsPsych - 53ad86bf203f023b6adc82455a6b5c8b4e7ca5e0 authored almost 11 years ago by Josh de Leeuw <[email protected]>
css cleanup (#13)

github.com/jspsych/jsPsych - 124840d9fa84fd5cf231a26404f2cd7372b5b5a8 authored almost 11 years ago by Josh de Leeuw <[email protected]>
css cleanup (#13)

github.com/jspsych/jsPsych - 98e9f43af05df308430028ab05bba0adc9a9448a authored almost 11 years ago by Josh de Leeuw <[email protected]>
cleanup css (#13)

github.com/jspsych/jsPsych - a1d882d385a9bb0c155a0c62b3d930fdcd9a1af9 authored almost 11 years ago by Josh de Leeuw <[email protected]>
update css (#13)

github.com/jspsych/jsPsych - 54c0043e622612af93d4d92e731398d921146e2d authored almost 11 years ago by Josh de Leeuw <[email protected]>
cleanup css (#13)

github.com/jspsych/jsPsych - 719b5c91967851d0896ce0f9e394bb7d00bf00f7 authored almost 11 years ago by Josh de Leeuw <[email protected]>
cleanup css names (#13)

github.com/jspsych/jsPsych - 6c3c49af33a20ef7dcb47bda948fa657571def26 authored almost 11 years ago by Josh de Leeuw <[email protected]>
Change from keyup to keydown

github.com/jspsych/jsPsych - e2e60e8048619eb3e69a1acdb3c251f043e525ab authored almost 11 years ago by Josh de Leeuw <[email protected]>
Merge pull request #14 from jodeleeuw/animation-rework

Animation rework

github.com/jspsych/jsPsych - c118a4034c1e73fa4c068ef1229d715645c75ca1 authored almost 11 years ago by Josh de Leeuw <[email protected]>
record current stim in response

github.com/jspsych/jsPsych - 478da23caf7b0413f28133a772f574fe0bbf494d authored almost 11 years ago by Josh de Leeuw <[email protected]>
adding response collection capability, ability to add blank interval between frames

github.com/jspsych/jsPsych - 4943c140ec3cae63b1fd267284353a277c309fe0 authored almost 11 years ago by Josh de Leeuw <[email protected]>
adding response collection capability, ability to add blank interval between frames

github.com/jspsych/jsPsych - 5554018c6b4803aa80465462f7f8516af4d864a5 authored almost 11 years ago by Josh de Leeuw <[email protected]>
testing branch setup on cloud9

github.com/jspsych/jsPsych - 0c2fdbd2e8d4aa5ca86d1b6e62757f0f79f0047f authored almost 11 years ago by Josh de Leeuw <[email protected]>
updating header doc

github.com/jspsych/jsPsych - f74752a23f2aa9c319c327c13bc2d2ba483d6d6d authored about 11 years ago by Josh de Leeuw <[email protected]>
moving visibility reveal after content is updated

github.com/jspsych/jsPsych - 0da9a164a3faec5dff79ca5d9295d3744919252e authored about 11 years ago by Josh de Leeuw <[email protected]>
visible property bug

github.com/jspsych/jsPsych - 90cc26a44e9a4a25317b4c7987c552eb23b6c76f authored about 11 years ago by Josh de Leeuw <[email protected]>
fixing height of labels container

github.com/jspsych/jsPsych - fae8ee78804636c2533151fb4db891e15db326e8 authored about 11 years ago by Josh de Leeuw <[email protected]>
revising sim plugin to provide more flexibility in how the trial unfolds - related to #12

github.com/jspsych/jsPsych - 6aed75b9d1b3ddea00a3c544f19166d39fbd698a authored about 11 years ago by Josh de Leeuw <[email protected]>
rt was not being recorded correctly when continue_after_response was false

github.com/jspsych/jsPsych - 07a667307b709f8e5d4721a5e6077c3d8370f807 authored about 11 years ago by Josh de Leeuw <[email protected]>
bug fix with continue_after_response

github.com/jspsych/jsPsych - 1c3a0bab9a407390210c45602e515633e998072e authored about 11 years ago by Josh de Leeuw <[email protected]>
bug fix with continue_after_response

github.com/jspsych/jsPsych - 7553c98bcd9f228db60aae74476819c21b5efb28 authored about 11 years ago by Josh de Leeuw <[email protected]>
moving categorize animation into the main folder

github.com/jspsych/jsPsych - 09af7112ecbdcadc53da5d2f17667252e937450f authored about 11 years ago by Josh de Leeuw <[email protected]>
updating categorize-animation plugin to match standards of other plugins

github.com/jspsych/jsPsych - 31347c15d6aff4c4b24daf31a35e8019234a39a8 authored about 11 years ago by Josh de Leeuw <[email protected]>
Adding an extra value for identifying when page is loaded outside of Turk context (relevant to #10)

github.com/jspsych/jsPsych - 99e7cb58ba72aa5241d05f62547b93b93bb28506 authored about 11 years ago by Josh de Leeuw <[email protected]>