@@ -60,13 +60,6 @@ export default function People({homeStyles, ...props}) {
6060            affiliation : "KU Leuven" , 
6161            title : "Founder & Lead" 
6262        } , 
63-         { 
64-             url : "https://ppw.kuleuven.be/okp/people/wolf_vanpaemel/" , 
65-             image : "/sitestatic/people/vanpaemel-hires.png" , 
66-             name : "Wolf Vanpaemel" , 
67-             affiliation : "KU Leuven" , 
68-             title : "Conceptual Advisor" 
69-         } , 
7063        { 
7164            url : "https://github.com/alexkyllo" , 
7265            image : "/sitestatic/people/kyllo-hires.png" , 
@@ -103,6 +96,12 @@ export default function People({homeStyles, ...props}) {
10396    ] 
10497
10598    const  ADVISORS  =  [ 
99+         { 
100+             url : "http://www.psychology.ucsd.edu/people/profiles/hpashler.html" , 
101+             image : "/sitestatic/people/pashler-hires.png" , 
102+             name : "Hal Pashler" , 
103+             affiliation : "University of California - San Diego" , 
104+         } , 
106105        { 
107106            url : "https://www.coll.mpg.de/team/page/susann_fiedler" , 
108107            image : "/sitestatic/people/fiedler-hires.png" , 
@@ -115,36 +114,12 @@ export default function People({homeStyles, ...props}) {
115114            name : "Anna van't Veer" , 
116115            affiliation : "Leiden University" , 
117116        } , 
118-         { 
119-             url : "https://www.imprs-life.mpg.de/en/people/julia-m-rohrer" , 
120-             image : "/sitestatic/people/rohrer-hires.png" , 
121-             name : "Julia Rohrer" , 
122-             affiliation : "Max Planck Institute - Berlin" , 
123-         } , 
124117        { 
125118            url : "https://mbnuijten.com/" , 
126119            image : "/sitestatic/people/nuijten-hires.png" , 
127120            name : "Michèle Nuijten" , 
128121            affiliation : "Tilburg University" , 
129122        } , 
130-         { 
131-             url : "https://www.psy.ox.ac.uk/team/dorothy-bishop" , 
132-             image : "/sitestatic/people/bishop-hires.png" , 
133-             name : "Dorothy Bishop" , 
134-             affiliation : "University of Oxford" , 
135-         } , 
136-         { 
137-             url : "http://www.psychology.ucsd.edu/people/profiles/hpashler.html" , 
138-             image : "/sitestatic/people/pashler-hires.png" , 
139-             name : "Hal Pashler" , 
140-             affiliation : "University of California - San Diego" , 
141-         } , 
142-         { 
143-             url : "http://www.psych.usyd.edu.au/staff/alexh/lab/" , 
144-             image : "/sitestatic/people/holcombe-hires.png" , 
145-             name : "Alex Holcombe" , 
146-             affiliation : "University of Sydney" , 
147-         } , 
148123        { 
149124            url : "http://www.ejwagenmakers.com/" , 
150125            image : "/sitestatic/people/wagenmakers-hires.png" , 
@@ -168,12 +143,6 @@ export default function People({homeStyles, ...props}) {
168143            image : "/sitestatic/people/campbell-hires.png" , 
169144            name : "Lorne Campbell" , 
170145            affiliation : "University of Western Ontario" , 
171-         } , 
172-         { 
173-             url : "https://www.kingston.ac.uk/research/research-degrees/research-degree-students/profile/emma-henderson-61/" , 
174-             image : "/sitestatic/people/henderson-hires.png" , 
175-             name : "Emma Henderson" , 
176-             affiliation : "Kingston University (UK)" 
177146        } 
178147    ] 
179148
@@ -192,7 +161,7 @@ export default function People({homeStyles, ...props}) {
192161            </ Grid > 
193162
194163            < Typography  variant = "h2"  className = { homeStyles . subsectionTitle }  align = "center"  style = { {  marginTop : '2rem'  } } > 
195-                 Advisory Board
164+                 Advisory Board (2018 - 2020) 
196165            </ Typography > 
197166
198167            < Grid  container > 
0 commit comments