mirror of
https://github.com/jspsych/jsPsych.git
synced 2025-05-13 00:58:12 +00:00
34 lines
1.6 KiB
HTML
34 lines
1.6 KiB
HTML
|
|
<!doctype html>
|
|
<html>
|
|
<head>
|
|
<title>jsPsych tutorial downloads</title>
|
|
<style>
|
|
body { width: 500px; margin: auto; font-family: 'Palatino Linotype', 'Book Antiqua', Palatino, FreeSerif, serif; }
|
|
h1 { font-size: 28px; font-weight: normal; }
|
|
p { font-size: 18px; }
|
|
ul { list-style-type: none; margin: 0; padding: 0;}
|
|
li { margin-bottom: 1em; }
|
|
a { color: #777; }
|
|
a.zip { background: url('img/zip.png') no-repeat left; padding-left: 18px;}
|
|
</style>
|
|
</head>
|
|
<body>
|
|
<h1>jsPsych tutorial downloads</h1>
|
|
<p>The files that can be downloaded from this page go with the tutorial for using jsPsych, published in <em>Behavior Research Methods</em>, <a href="http://dx.doi.org/10.3758/s13428-014-0458-y">doi:10.3758/s13428-014-0458-y</a>.</p>
|
|
<ul>
|
|
<li>Download the complete zip file containing the completed tutorial files. <a href="files/jsPsychTutorialPackage.zip" class="zip">.zip - 77kb</a></li>
|
|
<li>Download the images used as stimuli for the tutorial experiment. <a href="files/jsPsychTutorialImages.zip" class="zip">.zip - 8kb</a></li>
|
|
</ul>
|
|
</body>
|
|
<script>
|
|
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
|
|
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
|
|
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
|
|
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');
|
|
|
|
ga('create', 'UA-50563838-1', 'jspsych.org');
|
|
ga('send', 'pageview');
|
|
|
|
</script>
|
|
</html> |