-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
259 lines (221 loc) · 6.92 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
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>AMP</title>
<style>
body {
font-family: Arial, sans-serif;
background-color: #f0f0f0;
margin: 0;
padding: 0;
}
.header {
text-align: center;
padding: 20px;
}
.header img {
width: 200px;
height: 200px;
border-radius: 50%;
}
.header h1 {
margin-top: 10px;
margin-bottom: 0;
}
.header p {
margin-top: 0;
}
.nav {
text-align: center;
background-color: #333;
padding: 10px;
}
.nav a {
color: #fff;
text-decoration: none;
padding: 0 10px;
}
.nav a:hover {
text-decoration: underline;
}
.content {
padding: 20px;
}
body {
font-family: Arial, sans-serif;
background-color: #f0f0f0;
margin: 0;
padding: 0;
}
.section {
display: flex;
align-items: center;
justify-content: space-around;
margin: 30px auto;
padding: 40px;
background-color: #fff;
border-radius: 5px;
box-shadow: 0 0 15px rgba(0,0,0,0.1);
width: 90%;
max-width: 1200px;
}
.section .img1 {
width: 400px;
height: 350px;
}
.section .img2 {
width: 450px;
height: 200px;
}
.section .img3 {
width: 500px;
height: 300px;
}
.section .img4 {
width: 400px;
height: 200px;
}
.section div {
margin-left: 40px;
width: 70%;
}
.section:nth-child(odd) div {
margin-right: 40px;
margin-left: 0;
}
.section:nth-child(odd) {
flex-direction: row-reverse;
}
.intro {
display: flex;
/*align-items: center;*/
/*justify-content: center;*/
margin: 30px auto;
padding: 30px;
background-color: #333;
color: #fff;
border-radius: 5px;
width: 90%;
max-width: 1200px;
/*text-align: center;*/
}
.intro a {
color: #FFD700; /* Change the color of links */
text-decoration: none; /* Remove the underline */
padding: 0px; /* Add some space around the links */
}
.intro a:hover {
color: #fff; /* Change the color when hovered */
text-decoration: underline; /* Underline when hovered */
}
.intro a:first-child {
padding-left: 0;
padding-right: 0;
}
/* CSS for Screen Width up to 600px (Mobile) */
@media only screen and (max-width: 600px) {
.header img {
width: 100px;
height: 100px;
}
.section {
flex-direction: column;
align-items: center;
padding: 20px;
width: 100%;
}
.section .img1, .section .img2, .section .img3 {
width: 300px;
height: auto;
}
.section div {
margin-left: 0;
margin-right: 0;
}
.intro {
flex-direction: column;
align-items: center;
padding: 20px;
width: 100%;
}
}
/* CSS for Screen Width up to 600px (Mobile) */
@media only screen and (max-width: 600px) {
.header img {
width: 100px;
height: 100px;
}
.section {
flex-direction: column;
align-items: center;
padding: 20px;
width: 100%;
}
.section .img1, .section .img2, .section .img3 {
width: 300px;
height: auto;
}
.section div {
margin-left: 0;
margin-right: 0;
}
.intro {
flex-direction: column;
align-items: center;
padding: 20px;
width: 100%;
}
}
.section .img1, .section .img2, .section .img3, .section .img4 {
width: 40%;
height: auto;
}
</style>
</head>
<body>
<div class="header">
<img src="portrait.jpg" alt="Your headshot">
<h1>Anthony Polloreno, Ph.D.</h1>
<h2>Research Engineer</h2>
</div>
<div class="nav">
<a href="index.html">Home</a> |
<a href="research.html">Research</a> |
<a href="engineering.html"> Engineering </a> |
<a href="https://twitter.com/ampolloreno">Twitter</a> |
<a href="https://www.linkedin.com/in/ampolloreno/">LinkedIn</a> |
<a href="https://github.com/ampolloreno">GitHub</a> |
<a href="papers.html">Papers</a> |
<a href="resume.pdf">Resume</a>|
<a href="reservoirs.html">Reservoir Computing I</a> |
<a href="reservoirs2.html">Reservoir Computing II</a>|
<a href="reservoirs3.html">Reservoir Computing III</a>
</div>
<div class="section">
Hello! Thanks for visiting. I am a mathematically-oriented research engineer, with over a decade of
expertise in software engineering, machine learning and quantum computation. Generally, I work on projects
involving the science, engineering and characterization of information processing systems.
</div>
<div class="section">
Previously, I was a post-doc at JILA and CU Boulder, doing machine learning research. My focus was on
understanding how noise impacts learning, with an emphasis on recurrent networks.
</div>
<div class="section">
Prior to my post-doc I was a graduate student at CU Boulder working with Graeme Smith at JILA and with the QPL
at Sandia National Laboratories, where I focused on machine learning and quantum information.
</div>
<div class="section">
Previous to graduate school I worked at Rigetti Quantum Computing as a full stack software engineer, focusing
primarily on the control software for operating quantum computers, and collaborating with Sandia National
Laboratories to perform statistically rigorous characterization of Rigetti's devices.
</div>
<div class="section">
Before that, I graduated with a triple major from U.C. Berkeley in computer science, mathematics and physics,
and was a researcher at both Lawrence Berkeley National Laboratory on beamline optics and Sandia National Laboratories
on robust control of quantum systems.
</div>
</body>
</html>