update docs location structure
1
.gitignore
vendored
@ -4,3 +4,4 @@ Thumbs.db
|
|||||||
/.settings/
|
/.settings/
|
||||||
/.project
|
/.project
|
||||||
/.tern-project
|
/.tern-project
|
||||||
|
site/
|
||||||
|
1
docs/CNAME
Normal file
@ -0,0 +1 @@
|
|||||||
|
www.jspsych.org
|
@ -16,7 +16,3 @@ Wondering if jsPsych can be used for research that depends on accurate response
|
|||||||
* [Hilbig, B. E. (2016). Reaction time effects in lab- versus web-based research: Experimental evidence. *Behavior Research Methods*, *48*(4), 1718-1724.](http://dx.doi.org/10.3758/s13428-015-0678-9)
|
* [Hilbig, B. E. (2016). Reaction time effects in lab- versus web-based research: Experimental evidence. *Behavior Research Methods*, *48*(4), 1718-1724.](http://dx.doi.org/10.3758/s13428-015-0678-9)
|
||||||
* [Pinet, S., Zielinski, C., Mathôt, S. et al. (in press). Measuring sequences of keystrokes with jsPsych: Reliability of response times and interkeystroke intervals. *Behavior Research Methods*.](http://link.springer.com/article/10.3758/s13428-016-0776-3)
|
* [Pinet, S., Zielinski, C., Mathôt, S. et al. (in press). Measuring sequences of keystrokes with jsPsych: Reliability of response times and interkeystroke intervals. *Behavior Research Methods*.](http://link.springer.com/article/10.3758/s13428-016-0776-3)
|
||||||
* [Reimers, S., & Stewart, N. (2015). Presentation and response time accuracy in Adobe Flash and HTML5/JavaScript Web experiments. *Behavior Research Methods*, *47*(2), 309-327.](http://link.springer.com/article/10.3758%2Fs13428-014-0471-1)
|
* [Reimers, S., & Stewart, N. (2015). Presentation and response time accuracy in Adobe Flash and HTML5/JavaScript Web experiments. *Behavior Research Methods*, *47*(2), 309-327.](http://link.springer.com/article/10.3758%2Fs13428-014-0471-1)
|
||||||
|
|
||||||
---
|
|
||||||
|
|
||||||
Documentation generated with [mkdocs](http://www.mkdocs.org)
|
|
Before Width: | Height: | Size: 5.1 KiB After Width: | Height: | Size: 5.1 KiB |
Before Width: | Height: | Size: 13 KiB After Width: | Height: | Size: 13 KiB |
Before Width: | Height: | Size: 21 KiB After Width: | Height: | Size: 21 KiB |
Before Width: | Height: | Size: 187 KiB After Width: | Height: | Size: 187 KiB |
Before Width: | Height: | Size: 28 KiB After Width: | Height: | Size: 28 KiB |
Before Width: | Height: | Size: 89 KiB After Width: | Height: | Size: 89 KiB |
Before Width: | Height: | Size: 5.2 KiB After Width: | Height: | Size: 5.2 KiB |
Before Width: | Height: | Size: 7.4 KiB After Width: | Height: | Size: 7.4 KiB |
Before Width: | Height: | Size: 165 KiB After Width: | Height: | Size: 165 KiB |
Before Width: | Height: | Size: 14 KiB After Width: | Height: | Size: 14 KiB |
@ -1,3 +1,5 @@
|
|||||||
|
#
|
||||||
|
|
||||||

|

|
||||||
|
|
||||||
jsPsych is a JavaScript library for running behavioral experiments in a web browser. The library provides a flexible framework for building a wide range of laboratory-like experiments that can be run online.
|
jsPsych is a JavaScript library for running behavioral experiments in a web browser. The library provides a flexible framework for building a wide range of laboratory-like experiments that can be run online.
|
@ -16,7 +16,7 @@ markdown_extensions:
|
|||||||
permalink: true
|
permalink: true
|
||||||
repo_url: 'https://github.com/jspsych/jsPsych'
|
repo_url: 'https://github.com/jspsych/jsPsych'
|
||||||
repo_name: 'jspsych/jspsych'
|
repo_name: 'jspsych/jspsych'
|
||||||
docs_dir: markdown_docs
|
docs_dir: docs
|
||||||
pages:
|
pages:
|
||||||
- Introduction: 'index.md'
|
- Introduction: 'index.md'
|
||||||
- Tutorials:
|
- Tutorials:
|