-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
executable file
·123 lines (86 loc) · 3.99 KB
/
index.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
<!DOCTYPE html>
<html>
<head>
<title>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" />
<!--[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="/">Professor 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">
<div class="row">
<div class="column">
<p><strong>Summary:</strong></p>
<p>Jon is a Professor at <a href="https://www.nottingham.ac.uk/psychology">School of Psychology</a>,
<a href="https://www.nottingham.ac.uk">University of Nottingham</a>,
where he is Chair of Psychology Research Methods. </p>
<p>He has spent over 20 years studying the neural mechanisms of visual perception, trying improve research methods and tools, and teaching,
predominantly on research methods.</p>
<p>Jon is best known for developing PsychoPy, <a href="https://www.psychopy.org">free
software for behavioural science experiments</a>.</p>
<p>He founded <a href="https://opensciencetools.org">Open Science Tools Ltd</a> in 2019
to support the continued development of <a href="https://www.psychopy.org">PsychoPy</a> and <a href=https://pavovia.org>Pavlovia</a>.</p>
</div>
<div class="column">
<p><strong>Contact:</strong></p>
<p><a href="https://www.nottingham.ac.uk/psychology">School of Psychology</a>, <br />
<a href="https://www.nottingham.ac.uk">University of Nottingham</a><br />
University Park<br />
Nottingham<br />
NG7 2RD</p>
<strong>email:</strong><br /><a href="mailto:[email protected]">[email protected]</a></p>
</div>
</div>
</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': '/',
'title': ''
});
</script>
<!-- End Google Analytics -->
</body>
</html>