-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsandbox.html
More file actions
executable file
·217 lines (183 loc) · 5.46 KB
/
sandbox.html
File metadata and controls
executable file
·217 lines (183 loc) · 5.46 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
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
<html>
<title>Gabriel P. Andrade</title>
<head>
<meta name="viewport" content="width=device-width, initial-scale=1">
<style>
* {
box-sizing: border-box;
}
body {
margin: 0;
}
img {
max-width: 100%;
height: auto;
}
.vl {
border-left: 1px solid black;
height: 68%;
position: absolute;
left: 29%;
margin-left: -3px;
top: 13%;
}
.footer{
bottom:0;
left: 0;
content: "";
display: table;
width: 100%;
clear: both;
}
.stripe {
float: left;
width: 100%;
padding: 10px;
}
.column {
float: left;
padding: 10px;
}
.sidepad{
width: 0%;
}
.left{
width: 18%;
}
.right {
width: 0%;
}
.middle {
width: 70%;
}
.affil {
float: left;
width: 33%;
padding: 10px;
}
.full-height {
height: 30%;
}
/* Clear floats after the columns */
.row:after {
content: "";
display: table;
clear: both;
}
@media (max-width: 600px) {
.column {
width: 100%;
}
}
</style>
</head>
<body>
<font face="courier" size=4>
<br>
<hr>
<div class="row">
<div class="stripe" style="background-color:#ededed;">
<center><p><b><a href="index.html">About Me</a></b> | <b><a href="research.html">Research</a></b> | <b><a href="curriculum_vitae.pdf">CV</a></b></p></center>
</div>
</div>
<hr>
<div class="row">
<div class="column sidepad" style="background-color:#ffffff;">
</div>
<div class="column left" style="background-color:#ffffff;">
<center><p><img src="pic_for_website.jpg" alt="picture of me" width="80%" height="80%"></p></center>
</div>
<div class="column middle" style="background-color:#ffffff;">
<div class="row">
<h2>Gabriel P. Andrade</h2>
<p><font size=3>I'm a second year Ph.D. student in <a href="https://www.colorado.edu/cs/">computer science</a> at the <a href="https://www.colorado.edu">University of Colorado Boulder</a>. My advisors are Professors <a href="http://www.cs.colorado.edu/~raf/">Rafael Frongillo</a> and <a href="http://www.cs.colorado.edu/~jgrochow/index.html">Joshua Grochow</a>.</font></p>
<p><font size=3>Before coming here, I completed an M.S. in applied math at UMass Amherst. My undergraduate degree is also from UMass, where I majored in pure math with a minor in philosophy.</font></p>
</div>
<div class="row">
<p><font size=3><u>Research Interests:</u> <br> Algorithmic Economics, Complex Adaptive Systems, Local-to-global theory, and Distributed Multi-agent Systems</font></p>
</div>
<div class="row">
<p><font size=3><u>Contact</u>: <a href="mailto:gabriel.andrade@colorado.edu">gabriel.andrade@colorado.edu</a></font>
</div>
<div class="row">
<h4>Publications:</h4>
<font size=3>
<ul style="list-style-type:circle;">
<li> <a href="https://ieeexplore.ieee.org/document/8489419?arnumber=8489419&SID=EBSCO:edseee%2F">Graph Models of Neurodynamics to Support Oscillatory Associative Memories</a>, G. P. Andrade, M. Ruszinkó, and R. Kozma. In the 2018 International Joint Conference on Neural Networks (<a href="http://www.ecomp.poli.br/~wcci2018/">IJCNN 2018</a>) </li>
</ul>
</div>
<div class="full-height"></div>
</div>
<div class="column right" style="background-color:#ffffff;">
</div>
</div>
<!--
<hr>
<div class="row">
<div class="column sidepad" style="background-color:#ffffff;">
</div>
<div class="column left" style="background-color:#ffffff;">
</div>
<div class="column middle" style="background-color:#ffffff;">
<h3>Publications:</h3>
<font size=3>
<p> <a href="https://ieeexplore.ieee.org/document/8489419?arnumber=8489419&SID=EBSCO:edseee%2F">Graph Models of Neurodynamics to Support Oscillatory Associative Memories</a>, G. P. Andrade, M. Ruszinkó, and R. Kozma. In the 2018 International Joint Conference on Neural Networks (<a href="http://www.ecomp.poli.br/~wcci2018/">IJCNN 2018</a>)</p>
</div>
<div class="column right" style="background-color:#ffffff;">
</div>
</div>
`-->
<!-- Re-add if I have more affiliations with logos in the future...
<hr>
<h2>Affiliations</h2>
<div class="row">
<div class="affil" style="background-color:#ffffff;">
<a href="https://www.math.umass.edu/">
<img src="umass-seal.gif" alt="UMass Math and Stats" width="20%" height="20%">
</div>
<div class="affil" style="background-color:#ffffff;">
<a href="https://binds.cs.umass.edu/">
<img src="BINDS_logo.png" alt="BINDS Lab" width="50%" height="50%">
</div>
</div>
-->
<script type="text/javascript">
var tmonth=new Array("January","February","March","April","May","June","July","August","September","October","November","December");
function GetClock() {
var d=new Date();
var nmonth=d.getMonth(),ndate=d.getDate(),nyear=d.getYear();
if(nyear<1000) {
nyear+=1900;
}
var d=new Date();
var nhour=d.getHours(),nmin=d.getMinutes(),ap;
if(nhour==0) {
ap=" AM";nhour=12;
}
else if(nhour<12) {
ap=" AM";
}
else if(nhour==12) {
ap=" PM";
}
else if(nhour>12) {
ap=" PM";
nhour -= 12;
}
if(nmin<=9) {
nmin="0" + nmin;
}
document.getElementById('clockbox').innerHTML=""+tmonth[nmonth]+" "+ndate+", "+nyear+" "+nhour+":"+nmin+ap+"";
}
window.onload=function() {
GetClock();
setInterval(GetClock, 1000);
}
</script>
<div id="footer">
<hr><center><div class="stripe" style="background-color:#ededed;">
<div id="clockbox"></div>
</div><br><hr></center>
</div>
</body>
</html>