-
Notifications
You must be signed in to change notification settings - Fork 0
/
publications.html
126 lines (89 loc) · 3.96 KB
/
publications.html
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
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
<!DOCTYPE html>
<html>
<head>
<title>Publications – Jon Peirce – Neuroscientist, programmer, dad</title>
<meta charset="utf-8" />
<meta content='text/html; charset=utf-8' http-equiv='Content-Type'>
<meta http-equiv='X-UA-Compatible' content='IE=edge'>
<meta name='viewport' content='width=device-width, initial-scale=1.0, maximum-scale=1.0'>
<meta name="description" content="Neuroscientist, programmer, dad">
<meta property="og:description" content="Neuroscientist, programmer, dad" />
<meta name="author" content="Jon Peirce" />
<meta property="og:title" content="Publications" />
<meta property="twitter:title" content="Publications" />
<!--[if lt IE 9]>
<script src="http://html5shiv.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
<link rel="stylesheet" type="text/css" href="/style.css" />
<link rel="alternate" type="application/rss+xml" title="Jon Peirce - Neuroscientist, programmer, dad" href="/feed.xml" />
<!-- Created with Jekyll Now - http://github.com/barryclark/jekyll-now -->
</head>
<body>
<div class="wrapper-masthead">
<div class="container">
<header class="masthead clearfix">
<a href="/" class="site-avatar"><img src="https://avatars0.githubusercontent.com/u/380582?s=460&v=4" /></a>
<div class="site-info">
<h1 class="site-name"><a href="/">Jon Peirce</a></h1>
<p class="site-description">Neuroscientist, programmer, dad</p>
</div>
<nav>
<a href="/programming">Programming</a>
<a href="/research">Research</a>
<a href="/publications">Publications</a>
<a href="/bio">Bio</a>
</nav>
</header>
</div>
</div>
<div id="main" role="main" class="container">
<article class="page">
<h1>Publications</h1>
<div class="entry">
<h2 id="publications">Publications</h2>
<h3 id="journal-articles">Journal Articles</h3>
<p>I could keep a list here, but it’s really easier if you go to
<a href="https://scholar.google.co.uk/citations?user=DBHYcLQAAAAJ&hl=en">Jon Peirce on Google Scholar</a></p>
<h3 id="books">Books</h3>
<ul>
<li>
<p>Our book <a href="https://uk.sagepub.com/en-gb/eur/building-experiments-in-psychopy/book273700">Building Experiments in PsychoPy</a>
(Peirce, Hirst and MacAskill) is in its second edition with
Sage Publishing, and the first edition has been
<a href="https://www.amazon.co.jp/dp/4254520298/">translated into Japanese</a> as well.
This book is suitable as a textbook to support undergraduate
lab classes or as a reference manual for experienced researchers, including those
using neuroimaging, psychophysics and eye-trackin techniques. As the name
suggests, this really focusses on the graphical <em>Builder</em> interface although we
do introduce Python programming, increasingly through the book, to support more
advanced studies.</p>
</li>
</ul>
</div>
</article>
</div>
<div class="wrapper-footer">
<div class="container">
<footer class="footer">
<a href="mailto:[email protected]"><i class="svg-icon email"></i></a>
<a href="https://github.com/peircej"><i class="svg-icon github"></i></a>
<a href="https://www.twitter.com/psychopy"><i class="svg-icon twitter"></i></a>
<a href="https://youtube.com/peircej"><i class="svg-icon youtube"></i></a>
</footer>
</div>
</div>
<!-- Google Analytics -->
<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-114597944-1', 'auto');
ga('send', 'pageview', {
'page': '/publications.html',
'title': 'Publications'
});
</script>
<!-- End Google Analytics -->
</body>
</html>