-
-
Notifications
You must be signed in to change notification settings - Fork 681
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #3385 from jspsych/add-citation-module
Generate citation strings from citation.cff file as part of build process
- Loading branch information
Showing
74 changed files
with
5,201 additions
and
3,590 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,62 @@ | ||
--- | ||
"@jspsych/plugin-serial-reaction-time-mouse": minor | ||
"@jspsych/plugin-canvas-keyboard-response": minor | ||
"@jspsych/plugin-audio-keyboard-response": minor | ||
"@jspsych/plugin-image-keyboard-response": minor | ||
"@jspsych/plugin-video-keyboard-response": minor | ||
"@jspsych/plugin-canvas-button-response": minor | ||
"@jspsych/plugin-canvas-slider-response": minor | ||
"@jspsych/plugin-html-keyboard-response": minor | ||
"@jspsych/plugin-audio-button-response": minor | ||
"@jspsych/plugin-audio-slider-response": minor | ||
"@jspsych/plugin-image-button-response": minor | ||
"@jspsych/plugin-image-slider-response": minor | ||
"@jspsych/plugin-initialize-microphone": minor | ||
"@jspsych/plugin-video-button-response": minor | ||
"@jspsych/plugin-video-slider-response": minor | ||
"@jspsych/plugin-categorize-animation": minor | ||
"@jspsych/plugin-html-button-response": minor | ||
"@jspsych/plugin-html-slider-response": minor | ||
"@jspsych/plugin-same-different-image": minor | ||
"@jspsych/plugin-serial-reaction-time": minor | ||
"@jspsych/plugin-visual-search-circle": minor | ||
"@jspsych/plugin-webgazer-init-camera": minor | ||
"@jspsych/plugin-html-audio-response": minor | ||
"@jspsych/plugin-html-video-response": minor | ||
"@jspsych/plugin-same-different-html": minor | ||
"@jspsych/plugin-survey-multi-choice": minor | ||
"@jspsych/plugin-survey-multi-select": minor | ||
"@jspsych/plugin-webgazer-calibrate": minor | ||
"@jspsych/extension-mouse-tracking": minor | ||
"@jspsych/plugin-initialize-camera": minor | ||
"@jspsych/plugin-webgazer-validate": minor | ||
"@jspsych/plugin-categorize-image": minor | ||
"@jspsych/plugin-survey-html-form": minor | ||
"@jspsych/plugin-virtual-chinrest": minor | ||
"@jspsych/extension-record-video": minor | ||
"@jspsych/plugin-categorize-html": minor | ||
"@jspsych/plugin-reconstruction": minor | ||
"@jspsych/plugin-browser-check": minor | ||
"@jspsych/plugin-call-function": minor | ||
"@jspsych/plugin-external-html": minor | ||
"@jspsych/plugin-mirror-camera": minor | ||
"@jspsych/plugin-survey-likert": minor | ||
"@jspsych/plugin-instructions": minor | ||
"@jspsych/extension-webgazer": minor | ||
"@jspsych/plugin-survey-text": minor | ||
"@jspsych/plugin-fullscreen": minor | ||
"@jspsych/plugin-animation": minor | ||
"@jspsych/plugin-free-sort": minor | ||
"@jspsych/plugin-iat-image": minor | ||
"@jspsych/plugin-sketchpad": minor | ||
"@jspsych/plugin-iat-html": minor | ||
"@jspsych/plugin-maxdiff": minor | ||
"@jspsych/plugin-preload": minor | ||
"@jspsych/plugin-resize": minor | ||
"@jspsych/plugin-survey": minor | ||
"@jspsych/plugin-cloze": minor | ||
"jspsych": minor | ||
"@jspsych/config": minor | ||
--- | ||
|
||
Added citations property to info field of all plugins/extensions in two citation formats (apa, bibtex); added getCitations() as function in jsPsych package allowing user to generate citations by passing an array of plugins/extensions by name as first input and citation format as string as second input; changed template of plugins/extensions to contain citations field by default; citations for each plugin/extension are automatically generated from .cff file (if any) at its folder's root during build process; getCitations() prints out citations in the form of a string separating each citation with newline character, and always prints the jsPsych library citation first. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -11,3 +11,4 @@ coverage/ | |
dist.zip | ||
packages/jspsych/README.md | ||
.turbo | ||
.env |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.