-
Notifications
You must be signed in to change notification settings - Fork 0
/
People.html
307 lines (281 loc) · 13.5 KB
/
People.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
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
<!DOCTYPE html>
<html lang="en">
<head>
<script src="https://code.jquery.com/jquery-3.6.0.min.js"></script>
<script src="https://d3js.org/d3.v6.min.js"></script>
<script src="https://d3js.org/topojson.v1.min.js"></script>
<style>
.country {
fill: #5b6871;
stroke: #8899a6;
stroke-width: 0.5px;
}
.country-Color {
fill: #8edee1;
stroke: #88c2c4;
stroke-width: 1px;
}
.country-Color:hover {
fill: #4ad043;
}
#mapPosition {
width: 100%;
height: 100%;
}
</style>
<title>People</title>
</head>
<body>
<!-- ############### Insert NAVBAR with jQuery ############## -->
<div id="navbarJQ"></div>
<!-- ############### Map section ############## -->
<section class="container-fluid mb-5 content-BoxGCU">
<div class="row align-items-center p-3">
<div class="col-md-8 p-2"
style="height: 65vh; background-image: url('./Media/bg_map.png'); background-size: cover; background-position: center;">
<div id="mapPosition"></div>
</div>
<div class="col-md-3 content-BoxGCU">
<div class="p-3 rounded shadow" style="background: #5b6871;">
<h2 class="customh1">OUR RESEARCH TEAM </h2>
<hr>
</div>
</div>
</div>
</section>
<!-- ############### Detailed People text sections ############## -->
<!-- MAIN SECTION: LAB PROFFESSOR AND STAFF -->
<section class="container mb-3 content-BoxGCU" style="background: #485155;">
<div class="row align-items-center">
<div class="col p-4" style="text-align: center;">
<h1 class="customh1 content-BoxGCU">STAFF</h1>
</div>
</div>
<!-- GRAD STUDENT 1 -->
<div class="row align-items-center mb-5 content-BoxGCU gradStudentStyle">
<div class="col-md-8 person-description">
<div class="row">
<h2 class="customh1">Nombre alumno</h2>
Info del alumno
<hr>
</div>
<div class="row">
<div class="col-6"></div>
<div class="col-3 content-BoxGCU d-flex justify-content-center">
<a href="https://arxiv.org/abs/2404.08764" class="customlink">Twitter</a>
</div>
<div class="col-3 content-BoxGCU d-flex justify-content-center">
<a href="https://github.com/RodrigoAVargasHdz/ofdft_normalizing-flows"
class="customlink">GitHub</a>
</div>
</div>
</div>
<div class="col-md-4">
<img src="./Media/profile_anim.gif" class="img-fluid" alt="">
</div>
</div>
</section>
<!-- MAIN SECTION: GRAD STUDENTS -->
<section class="container mb-3 content-BoxGCU" style="background: #485155;">
<div class="row align-items-center">
<div class="col p-4" style="text-align: center;">
<h1 class="customh1 content-BoxGCU">Lab Members</h1>
</div>
</div>
<section class="container-fluid content-BoxGCU">
<!-- ROW 1 in the GRID -->
<div class="row align-items-center mb-5 ">
<!-- NEXT PERSON IN THE GRID -->
<div class="col-lg-4 col-sm-12 text-center ">
<!-- DETAILS ON THE STUDENT ARE FOUND BELOW -->
<div class="row">
<div class="col">
<img class="img-fluid p-2 people-photo" src="./Media/team_fotos/alexV2.jpg" alt="">
</div>
</div>
<div class="row mt-3">
<div class="col">
<h2 class="customh1">Alexandre de Camargo</h2>
<p>P.hD. Student</p>
<p>decamara@mcmaster.ca</p>
<hr>
</div>
</div>
<div class="row">
<div class="col text-end">
<a href="https://arxiv.org/search/physics?searchtype=author&query=de+Camargo,+A"><img
class="img-fluid studentSocialMediaLogo" src="./Media/ArXiv Icon.png"
alt="arxiv"></a>
<a href="https://x.com/Alegendree"><img class="img-fluid studentSocialMediaLogo"
src="./Media/twitterLogo.png" alt="twitter"></a>
<a href="https://github.com/AlexandreDeCamargo"><img
class="img-fluid studentSocialMediaLogo" src="./Media/Github Icon.png"
alt="twitter"></a>
</div>
</div>
</div>
<!-- NEXT PERSON IN THE GRID -->
<div class="col-lg-4 col-sm-12 text-center ">
<!-- DETAILS ON THE STUDENT ARE FOUND BELOW -->
<div class="row">
<div class="col">
<img class="img-fluid p-2 people-photo" src="./Media/team_fotos/Isaac_Huidbro_MeezsV2.png" alt="">
</div>
</div>
<div class="row mt-3">
<div class="col">
<h2 class="customh1">Isaac Huidbro Meezs</h2>
<p>P.hD. Student</p>
<p>huidobri@mcmaster.ca</p>
<hr>
</div>
</div>
<div class="row">
<div class="col text-end">
<a href="https://scholar.google.com/citations?user=bjQxG2gAAAAJ&hl=en"><img
class="img-fluid studentSocialMediaLogo" src="./Media/GoogleScholar Icon.png"
alt="GoogleScholar"></a>
<a href="https://x.com/ishume94"><img class="img-fluid studentSocialMediaLogo"
src="./Media/twitterLogo.png" alt="twitter"></a>
<a href="https://github.com/ishume94"><img
class="img-fluid studentSocialMediaLogo" src="./Media/Github Icon.png"
alt="twitter"></a>
</div>
</div>
</div>
<!-- NEXT PERSON IN THE GRID -->
<div class="col-lg-4 col-sm-12 text-center">
<!-- DETAILS ON THE STUDENT ARE FOUND BELOW -->
<div class="row">
<div class="col">
<img class="img-fluid p-2 people-photo" src="./Media/team_fotos/asmaV2.png" alt="">
</div>
</div>
<div class="row mt-3">
<div class="col">
<h2 class="customh1">Asma J. Rafsanjani</h2>
<p>M.Sc. Student</p>
<p>jamalira@mcmaster.ca</p>
<hr>
</div>
</div>
<div class="row">
<div class="col text-end">
<a href="#######INSERT STUDENT ARXIV HERE ########"><img
class="img-fluid studentSocialMediaLogo" src="./Media/ArXiv Icon.png"
alt="arxiv"></a>
<a href="https://x.com/Asma_J89"><img class="img-fluid studentSocialMediaLogo"
src="./Media/twitterLogo.png" alt="twitter"></a>
<a href="https://github.com/Asma-Jamali"><img class="img-fluid studentSocialMediaLogo"
src="./Media/Github Icon.png" alt="twitter"></a>
</div>
</div>
</div>
</div>
<!-- ROW 2 in the GRID -->
<div class="row align-items-center mb-5 ">
<!-- NEXT PERSON IN THE GRID -->
<div class="col-lg-4 col-sm-12 text-center">
<!-- DETAILS ON THE STUDENT ARE FOUND BELOW -->
<div class="row">
<div class="col">
<img class="img-fluid p-2 people-photo"
src="./Media/team_fotos/jasmineV2.png"
alt="">
</div>
</div>
<div class="row mt-3">
<div class="col">
<h2 class="customh1">Jasmine</h2>
<p>Student</p>
<p>error_aliquid@gmail.com</p>
<hr>
</div>
</div>
<div class="row">
<div class="col text-end">
<a href="#######INSERT STUDENT ARXIV HERE ########"><img
class="img-fluid studentSocialMediaLogo" src="./Media/ArXiv Icon.png"
alt="arxiv"></a>
<a href="#######INSERT STUDENT TWITTER HERE ########"><img
class="img-fluid studentSocialMediaLogo" src="./Media/twitterLogo.png"
alt="twitter"></a>
<a href="#######INSERT STUDENT GITHUB HERE ########"><img
class="img-fluid studentSocialMediaLogo" src="./Media/Github Icon.png"
alt="twitter"></a>
</div>
</div>
</div>
<!-- NEXT PERSON IN THE GRID -->
<div class="col-lg-4 col-sm-12 text-center">
<!-- DETAILS ON THE STUDENT ARE FOUND BELOW -->
<div class="row">
<div class="col">
<img class="img-fluid p-2 people-photo" src="./Media/team_fotos/rudraV2.png" alt="">
</div>
</div>
<div class="row mt-3">
<div class="col">
<h2 class="customh1">Rudra</h2>
<p>Student</p>
<p>error_aliquid@gmail.com</p>
<hr>
</div>
</div>
<div class="row">
<div class="col text-end">
<a href="#######INSERT STUDENT ARXIV HERE ########"><img
class="img-fluid studentSocialMediaLogo" src="./Media/ArXiv Icon.png"
alt="arxiv"></a>
<a href="#######INSERT STUDENT TWITTER HERE ########"><img
class="img-fluid studentSocialMediaLogo" src="./Media/twitterLogo.png"
alt="twitter"></a>
<a href="#######INSERT STUDENT GITHUB HERE ########"><img
class="img-fluid studentSocialMediaLogo" src="./Media/Github Icon.png"
alt="twitter"></a>
</div>
</div>
</div>
</div>
</section>
<!-- MAIN SECTION: UNDERGRAD STUDENTS -->
<!-- <section class="container mb-3 " style="background: #485155;">
<div class="row align-items-center">
<div class="col p-4" style="text-align: center;">
<h1 class="customh1 content-BoxGCU">Undergraduate Students</h1>
</div>
</div>
<div class="row align-items-center mb-5 content-BoxGCU undergradStyle ">
<div class="col-md-8 person-description">
(2024) Rudra Sondhi <br>
<hr>
</div>
</div>
</section> -->
<!-- MAIN SECTION: ALUMNI -->
<section class="container mb-3 content-BoxGCU" style="background: rgb(67, 81, 86);">
<div class="row align-items-center">
<div class="col p-4" style="text-align: center;">
<h1 class="customh1 content-BoxGCU">Alumni</h1>
</div>
</div>
<!-- STUDENT 1 -->
<div class="row align-items-center mb-5 content-BoxGCU undergradStyle ">
<div class="col-md-8 person-description">
(2024) Michael Tran, Undergraduate Thesis <br>
(2023) Manuel Drewhal, Visiting Student <br>
(2023) Simon Paiva, Visiting M.Sc Student <br>
<hr>
</div>
</div>
</section>
<!-- ############### FOOTER ############## -->
<div id="footerJQ"></div>
<!-- ################ SCRIPTS ################################### -->
<script>
$("#navbarJQ").load("navbar.html");
$("#footerJQ").load("footer.html");
</script>
<script src="appMap.js"></script>
</body>
</html>