forked from jspsych/jsPsych
-
Notifications
You must be signed in to change notification settings - Fork 0
/
mkdocs.yml
104 lines (104 loc) · 5.22 KB
/
mkdocs.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
site_name: jsPsych
theme:
name: 'material'
language: 'en'
palette:
primary: 'green'
accent: 'orange'
logo: 'img/jspsych-logo-no-text-mono.svg'
favicon: 'img/jspsych-favicon.png'
extra:
social:
- icon: 'fontawesome/brands/github'
link: 'https://github.com/jspsych'
- icon: 'fontawesome/brands/twitter'
link: 'https://twitter.com/joshdeleeuw'
copyright: 'Copyright © 2012-2020 Josh de Leeuw'
google_analytics:
- 'UA-50563838-1'
- 'auto'
markdown_extensions:
- admonition
- codehilite:
guess_lang: false
- toc:
permalink: true
repo_url: 'https://github.com/jspsych/jsPsych'
repo_name: 'jspsych/jspsych'
docs_dir: docs
nav:
- Introduction: 'index.md'
- Tutorials:
- 'The Basics: Hello World': 'tutorials/hello-world.md'
- 'Demo Experiment: Simple Reaction Time Task': 'tutorials/rt-task.md'
- Overview:
- 'Creating an Experiment: The Timeline': 'overview/timeline.md'
- 'Advanced Options for Trials': 'overview/trial.md'
- 'Data Storage, Aggregation, and Manipulation': 'overview/data.md'
- 'Running Experiments': 'overview/running-experiments.md'
- 'Experiment Settings': 'overview/experiment-options.md'
- 'Event-related Callback Functions': 'overview/callbacks.md'
- 'Record Browser Interactions': 'overview/record-browser-interactions.md'
- 'Media Preloading': 'overview/media-preloading.md'
- 'Fullscreen Experiments': 'overview/fullscreen.md'
- 'Exclude Participants Based on Browser Features': 'overview/exclude-browser.md'
- 'Automatic Progress Bar': 'overview/progress-bar.md'
- 'Integrating with Mechanical Turk': 'overview/mturk.md'
- 'Browser and Device Support': 'overview/browser-device-support.md'
- Reference:
- 'jsPsych': 'core_library/jspsych-core.md'
- 'jsPsych.data': 'core_library/jspsych-data.md'
- 'jsPsych.randomization': 'core_library/jspsych-randomization.md'
- 'jsPsych.turk': 'core_library/jspsych-turk.md'
- 'jsPsych.pluginAPI': 'core_library/jspsych-pluginAPI.md'
- Plugins:
- 'Overview': 'plugins/overview.md'
- 'Creating a New Plugin': 'plugins/creating-a-plugin.md'
- 'jspsych-animation': 'plugins/jspsych-animation.md'
- 'jspsych-audio-button-response': 'plugins/jspsych-audio-button-response.md'
- 'jspsych-audio-keyboard-response': 'plugins/jspsych-audio-keyboard-response.md'
- 'jspsych-audio-slider-response': 'plugins/jspsych-audio-slider-response.md'
- 'jspsych-canvas-button-response': 'plugins/jspsych-canvas-button-response.md'
- 'jspsych-canvas-keyboard-response': 'plugins/jspsych-canvas-keyboard-response.md'
- 'jspsych-canvas-slider-response': 'plugins/jspsych-canvas-slider-response.md'
- 'jspsych-call-function': 'plugins/jspsych-call-function.md'
- 'jspsych-categorize-animation': 'plugins/jspsych-categorize-animation.md'
- 'jspsych-categorize-html': 'plugins/jspsych-categorize-html.md'
- 'jspsych-categorize-image': 'plugins/jspsych-categorize-image.md'
- 'jspsych-cloze' : 'plugins/jspsych-cloze.md'
- 'jspsych-external-html': 'plugins/jspsych-external-html.md'
- 'jspsych-free-sort': 'plugins/jspsych-free-sort.md'
- 'jspsych-fullscreen': 'plugins/jspsych-fullscreen.md'
- 'jspsych-html-button-response': 'plugins/jspsych-html-button-response.md'
- 'jspsych-html-keyboard-response': 'plugins/jspsych-html-keyboard-response.md'
- 'jspsych-html-slider-response': 'plugins/jspsych-html-slider-response.md'
- 'jspsych-iat-html': 'plugins/jspsych-iat-html.md'
- 'jspsych-iat-image': 'plugins/jspsych-iat-image.md'
- 'jspsych-image-button-response': 'plugins/jspsych-image-button-response.md'
- 'jspsych-image-keyboard-response': 'plugins/jspsych-image-keyboard-response.md'
- 'jspsych-image-slider-response': 'plugins/jspsych-image-slider-response.md'
- 'jspsych-instructions': 'plugins/jspsych-instructions.md'
- 'jspsych-maxdiff': 'plugins/jspsych-maxdiff.md'
- 'jspsych-rdk': 'plugins/jspsych-rdk.md'
- 'jspsych-reconstruction': 'plugins/jspsych-reconstruction.md'
- 'jspsych-resize': 'plugins/jspsych-resize.md'
- 'jspsych-same-different-html': 'plugins/jspsych-same-different-html.md'
- 'jspsych-same-different-image': 'plugins/jspsych-same-different-image.md'
- 'jspsych-serial-reaction-time': 'plugins/jspsych-serial-reaction-time.md'
- 'jspsych-serial-reaction-time-mouse': 'plugins/jspsych-serial-reaction-time-mouse.md'
- 'jspsych-survey-html-form' : 'plugins/jspsych-survey-html-form.md'
- 'jspsych-survey-likert': 'plugins/jspsych-survey-likert.md'
- 'jspsych-survey-multi-choice': 'plugins/jspsych-survey-multi-choice.md'
- 'jspsych-survey-multi-select': 'plugins/jspsych-survey-multi-select.md'
- 'jspsych-survey-text': 'plugins/jspsych-survey-text.md'
- 'jspsych-video-button-response': 'plugins/jspsych-video-button-response.md'
- 'jspsych-video-keyboard-response': 'plugins/jspsych-video-keyboard-response.md'
- 'jspsych-video-slider-response': 'plugins/jspsych-video-slider-response.md'
- 'jspsych-visual-search-circle': 'plugins/jspsych-visual-search-circle.md'
- 'jspsych-vsl-animate-occlusion': 'plugins/jspsych-vsl-animate-occlusion.md'
- 'jspsych-vsl-grid-scene': 'plugins/jspsych-vsl-grid-scene.md'
- About:
- 'About jsPsych': 'about/about.md'
- 'Getting Help': 'about/support.md'
- 'Contributing to jsPsych': 'about/contributing.md'
- 'License': 'about/license.md'