-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
121 lines (100 loc) · 4.8 KB
/
Copy pathindex.html
File metadata and controls
121 lines (100 loc) · 4.8 KB
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
<!doctype html>
<html>
<head>
<meta charset="utf-8">
<title>Hannah Stone</title>
<meta name="description" content="Personal website for Hannah Stone, PhD student in Psychology and Brain Sciences at UC Santa Barbara.">
<meta name="author" content="Hannah Stone">
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1"/>
<!-- Optional favicon. Remove this line if you do not have favicon.png -->
<link rel="icon" type="image/png" href="favicon.png">
<!-- Stylesheets -->
<link href="https://cdnjs.cloudflare.com/ajax/libs/normalize/8.0.1/normalize.min.css" rel="stylesheet" type="text/css" />
<link href="https://fonts.googleapis.com/css?family=Roboto" rel="stylesheet" type="text/css" />
<!-- Custom styles -->
<link href="style.css" rel="stylesheet" type="text/css" />
<!-- jQuery -->
<script src="https://code.jquery.com/jquery-3.4.1.min.js"></script>
</head>
<body>
<header id="header">
<!-- Remove this if you do not have logo.png -->
<!-- <img src="logo.png" alt="Logo"> -->
<img class="profile-photo" src="profile.jpg" alt="Hannah Stone">
<h1>Hannah Stone</h1>
<p class="header-subtitle">
PhD Student<br>
Cognition, Perception, and Cognitive Neuroscience<br>
UC Santa Barbara
</p>
<ul class="main-menu">
<li><a href="#about-me">about me</a></li>
<li><a href="#research">research</a></li>
<li><a href="#cv">CV</a></li>
<li><a href="#contact">contact</a></li>
</ul>
</header>
<div id="container">
<div class="inner">
<div id="content">
<div id="about-me" class="content-region hide">
<h2>About Me</h2>
<p>
I am a PhD student in Psychology and Brain Sciences at UC Santa Barbara.
My research interests include visual neuroscience, cortical visual prostheses,
TMS-evoked phosphene perception, and computational models of visual prostheses.
</p>
</div>
<div id="research" class="content-region hide">
<h2>Research</h2>
<p>
I study artificial vision, with a focus on the perceptual experiences produced by cortical stimulation. In cortical visual prostheses, the electrical stimulation of early visual cortex can generate phosphenes, or visual percepts that vary in brightness, size, depth , color and spatial structure. My research focuses how these percepts are generated, how they can be measured more precisely, and how neural activity relates to what people report seeing. To approach these questions, I use TMS, EEG, psychophysics, and computational modeling. Broadly, I am interested in developing tools for characterizing phosphene perception and improving our ability to predict the visual experiences produced by stimulation of the brain.
</p>
<h3>Research interests</h3>
<ul>
<li>Visual neuroscience</li>
<li>Cortical visual prostheses</li>
<li>TMS-evoked phosphenes</li>
<li>Artificial vision and brain-computer interfaces</li>
<li>Computational models of V1</li>
</ul>
<h3>Selected publications</h3>
<div class="publication">
<a href="https://www.jneurosci.org/content/45/19/e1767242025" target="_blank" rel="noopener">
<img src="figurepaper.png" alt="Figure from research paper">
</a>
<div>
<a href="https://www.jneurosci.org/content/45/19/e1767242025" target="_blank" rel="noopener">
Anatomically Distinct Regions in the Inferior Frontal Cortex Are Modulated by Task and Reading Skill, <em>The Journal of Neuroscience</em>
</a>
</div>
</div>
</div>
<div id="cv" class="content-region hide">
<h2>CV</h2>
<p>
<a href="HS_CV_26.pdf" download>Download my CV</a>
</p>
<div class="cv-viewer">
<iframe data-src="HS_CV_26.pdf#view=FitH" title="Hannah Stone CV"></iframe>
</div>
</p>
</div>
<div id="contact" class="content-region hide">
<h2>Contact</h2>
<p>
Email: hstone@ucsb.edu
</p>
<p>
GitHub: <a href="https://github.com/hstone5">hstone5</a>
</p>
<p>
LinkedIn: <a href="https://www.linkedin.com/in/hannah-stone-aa7001249">Hannah Stone</a>
</p>
</div>
</div>
</div>
</div>
<script type="text/javascript" src="script.js"></script>
</body>
</html>