-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
437 lines (381 loc) · 22.5 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
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
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
<!DOCTYPE html>
<html lang="en">
<head>
<!-- Global site tag (gtag.js) - Google Analytics -->
<script type="text/javascript" async src="https://www.google-analytics.com/analytics.js"></script>
<script type="text/javascript" async src="https://www.googletagmanager.com/gtag/js?id=G-D0WC5XBW9S&l=dataLayer&cx=c"></script>
<script type="text/javascript" async src="https://www.googletagmanager.com/gtag/js?id=UA-168103075-1&l=dataLayer&cx=c"></script>
<script type="text/javascript" async src="https://www.google-analytics.com/analytics.js"></script>
<script async="" src="https://www.googletagmanager.com/gtag/js?id=UA-89966424-1"></script>
<!-- Required meta tags -->
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title> PORTFOLIO (Under Construction) </title>
<!-- Bootstrap CSS links -->
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.4.1/css/bootstrap.min.css" integrity="sha384-Vkoo8x4CGsO3+Hhxv8T/Q5PaXtkKtu6ug5TOeNV6gBiFeWPGFN9MuhOf23Q9Ifjh" crossorigin="anonymous">
<!-- own additional style sheet -->
<link href = "style.css" rel="stylesheet" >
<!-- Optional JavaScript -->
<!-- jQuery first, then Popper.js, then Bootstrap JS -->
<script src="https://code.jquery.com/jquery-3.4.1.slim.min.js" integrity="sha384-J6qa4849blE2+poT4WnyKhv5vZF5SrPo0iEjwBvKU7imGFAV0wwj1yYfoRSJoZ+n" crossorigin="anonymous"></script>
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/umd/popper.min.js" integrity="sha384-Q6E9RHvbIyZFJoft+2mJbHaEWldlvI9IOYy5n3zV9zzTtmI3UksdQRVvoxMfooAo" crossorigin="anonymous"></script>
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.4.1/js/bootstrap.min.js" integrity="sha384-wfSDF2E50Y2D1uUdj0O3uMBJnjuUD4Ih7YwaYd1iqfktj0Uod8GCExl3Og8ifwB6" crossorigin="anonymous"></script>
<script async="" src="https://www.googletagmanager.com/gtag/js?id=UA-168103075-1"></script>
<meta name="robots" content="noindex">
<title> Portfolio </title>
</head>
<body data-new-gr-c-s-check-loaded="14.1136.0" data-gr-ext-installed="" br-mode="off" saccades-color="" fixation-strength="1" saccades-interval="0" style="--fixation-edge-opacity: 80%; --br-line-height: 1; --br-boldness: 500;">
<header class="sticky-top">
<!-- Navigation Bar at the top of the page -->
<nav class="navbar navbar-expand-lg navbar-dark bg-dark sticky-top">
<div class ="container-fluid">
<a class="navbar-brand" id="name-color" href="#">Home (Under Construction) </a> <!--Include company, product, or project name-->
<button class="navbar-toggler collapsed" type="button" data-toggle="collapse" data-target="#navbarNav" aria-controls="navbarNav" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarNav">
<ul class="navbar-nav ml-auto mt-2">
<li class="nav-item">
<a class="nav-link" href="#bio">Bio</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#projects">Portfolio</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#skills">Skills</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#publications">Publications</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#contact">Contact</a>
</li>
</ul>
</div>
</div>
</nav>
</header>
<!-- Bio/Introduction Section -->
<div id="slider">
<div id="headerSlider" class="carousel slide" data-ride="carousel">
<ol class="carousel-indicators">
<li data-target="#headerSlider" data-slide-to="0" class="active"></li>
<li data-target="#headerSlider" data-slide-to="1" class=""></li>
<!-- li data-target="#headerSlider" data-slide-to="2" class=""></li!-->
</ol>
<div class="carousel-inner ">
<div class="carousel-item active ">
<img class="mx-auto d-block img-fluid img-format1 " src="statisticswide.webp" alt="First slide" style="max-width: 100%; max-height: 480px; opacity: 0.5;">
<div class="carousel-caption">
<h2 class="white-text"> Welcome to my portfolio! </h2>
</div>
</div>
<div class="carousel-item ">
<img class="mx-auto d-block img-fluid img-format1 " src="blackholes.webp" alt="Second slide" style="max-width: 100%; max-height: 480px; opacity: 0.5;" >
<div class="carousel-caption text-bottom">
<h2 class="white-text">
<p>
I'm Víctor.
</p>
<p>
Here, you can find my work, thoughts, and ideas.
</p>
</h2>
</div>
</div>
</div>
<!-- Carousel Controls -->
<a class="carousel-control-prev" href="#headerSlider" role="button" data-slide="prev">
<span class="carousel-control-prev-icon" aria-hidden="true"></span>
<span class="sr-only">Previous</span>
</a>
<a class="carousel-control-next" href="#headerSlider" role="button" data-slide="next">
<span class="carousel-control-next-icon" aria-hidden="true"></span>
<span class="sr-only">Next</span>
</a>
</div>
</div>
<section class='title-color' id="index-title">
<div class="container title-container mt-4">
<div class=" row title-text justify-content">
<div class="col-12 col-sm-11 col-md-9 col-lg-6 additional-margin"> <!-- first number adjust the centering and 3 the width of the container-->
<div class="title-description">
<p>
I'm a passionate Physicist and Junior Data Analyst.
Fascinated by the intersection of Machine Learning, Science, and their Applications to the real world.
</p>
</div>
</div>
</div>
</div>
</section>
<section id="bio">
<div class="container">
<div class="row">
<!-- Text Column -->
<div class="col-md-8">
<h1>Bio</h1>
<p>
I'm Victor Torres, or Alex to most. Rooted in the South-American coastal city of Machala, Ecuador, my formative years were shaped by endless summer days surrounded by vast banana fields and the sea on the other side.
</p>
<p>
On the following years, my curiosity lead me to a profound love for Physics. That transformed into a physics degree at Yachay Tech University where I got involved in research projects in different areas of physics. Finally, I inclined myself for the field of astrophysics and data analysis.
</p>
<p>
Lately, I’ve been living in Italy where I pursued a Masters in Physics, navigating between the germanic charm of Trento city at its university, and the Adriatic shores of Trieste at SISSA. This enriching experience extended my exploration of data analysis in the realm of Gravitational Waves.
</p>
</div>
<!-- Image Column -->
<div class="col-md-4 d-flex align-items-center justify-content-center">
<img src="mojanda2.jpeg" alt="Victor Torres" class="img-fluid rounded-circle bio-pic">
</div>
</div>
</div>
</section>
<!-- Projects Section -->
<section id="projects" class="my-5">
<!-- div class="container"-->
<h1> Portfolio (Under Construction) </h1>
<div class="row">
<div class="col-md-4">
<div class="card">
<img src="https://unsplash.com/photos/zwsHjakE_iI" class="card-img-top" alt="Project 1">
<div class="card-body">
<h5 class="card-title">Project 1</h5>
<a href="Your Project 1 URL" class="btn btn-primary">View Project</a>
</div>
</div>
</div>
<!-- Repeat similar cards for other projects -->
</div>
</div>
</section>
<!-- Skills Section -->
<section id="skills">
<div class="container">
<div class="row portfolio-row justify-content-center">
<div class="col-md-8">
<hr> <!--paragraph-level thematic break -->
</div>
</div>
<div class="row about-row justify-content-center">
<div class="col-12 p-0 text-center">
<h1 class="about-header"> My Skills</h1>
</div>
</div>
<div class="row row-legend justify-content-center">
<div class="col-12 p-0 text-center">
<p>
1 - Basic <span class="about-legend"></span>
2 - Novice <span class="about-legend"></span>
3 - Intermediate<span class="about-legend"></span>
</p>
<p class="m-0">
4 - Advanced <span class="about-legend"></span>
5 - Expert
</p>
</div>
</div>
<div class="row about-row justify-content-center">
<div class="col-lg-3 col-md-6 col-12">
<div class="skill-cat text-center">
<h5>Programming languages</h5>
</div>
<div class="row">
<div class="col-12 text-right">
<p>Python - 4</p>
<div class="progress progress-4" style="position: relative;">
<div class="progress-bar " role="progressbar" style="width: 80%;" aria-valuenow="80" aria-valuemin="0" aria-valuemax="100">
<span class="tooltiptext">>2 years exp.</span>
</div>
</div>
</div>
<div class="col-12 text-right">
<p>SQL - 4</p>
<div class="progress progress-4" style="position: relative;">
<div class="progress-bar" role="progressbar" style="width: 80%;" aria-valuenow="80" aria-valuemin="0" aria-valuemax="100">
<span class="tooltiptext">>1 year exp.</span>
</div>
</div>
</div>
<div class="col-12 text-right">
<p>C - 3</p>
<div class="progress progress-3" style="position: relative;">
<div class="progress-bar" role="progressbar" style="width: 60%;" aria-valuenow="60" aria-valuemin="0" aria-valuemax="100">
<span class="tooltiptext">1 year exp.</span>
</div>
</div>
</div>
</div>
</div>
<div class="col-lg-3 col-md-6 col-12">
<div class="skill-cat text-center">
<h5>Machine learning</h5>
</div>
<div class="row">
<div class="col-12 text-right">
<p> Un- & Supervised ML - 4</p>
<div class="progress progress-4" style="position: relative;">
<div class="progress-bar " role="progressbar" style="width: 80%;" aria-valuenow="80" aria-valuemin="0" aria-valuemax="100">
<span class="tooltiptext">1 year exp.</span>
</div>
</div>
</div>
<div class="col-12 text-right">
<p>Reinforcement Learning - 2</p>
<div class="progress progress-2">
<div class="progress-bar" role="progressbar" style="width: 40%;" aria-valuenow="40" aria-valuemin="0" aria-valuemax="100">
<span class="tooltiptext"><1 year exp.</span>
</div>
</div>
</div>
<div class="col-12 text-right">
<p>Deep Learning - 2</p>
<div class="progress progress-2" style="position: relative;">
<div class="progress-bar " role="progressbar" style="width: 40%;" aria-valuenow="40" aria-valuemin="0" aria-valuemax="100">
<span class="tooltiptext"><1 years exp.</span>
</div>
</div>
</div>
</div>
</div>
<div class="col-lg-3 col-md-6 col-12">
<div class="skill-cat text-center">
<h5>Software Development</h5>
</div>
<div class="row">
<div class="col-12 text-right">
<p>Front-end - 3</p>
<div class="progress progress-3">
<div class="progress-bar" role="progressbar" style="width: 60%;" aria-valuenow="60" aria-valuemin="0" aria-valuemax="100">
<span class="tooltiptext">1 year exp.</span>
</div>
</div>
</div>
<div class="col-12 text-right">
<p>Databases - 3</p>
<div class="progress progress-3">
<div class="progress-bar" role="progressbar" style="width: 60%;" aria-valuenow="60" aria-valuemin="0" aria-valuemax="100">
<span class="tooltiptext">1 year exp.</span>
</div>
</div>
</div>
<div class="col-12 text-right">
<p>Deployment - 2</p>
<div class="progress progress-2">
<div class="progress-bar" role="progressbar" style="width: 40%;" aria-valuenow="40" aria-valuemin="0" aria-valuemax="100">
<span class="tooltiptext">>1 year exp.</span>
</div>
</div>
</div>
</div>
</div>
<div class="col-lg-3 col-md-6 col-12">
<div class="skill-cat text-center">
<h5>Data analysis</h5>
</div>
<div class="row">
<div class="col-12 text-right">
<p>Data wrangling - 4</p>
<div class="progress progress-4">
<div class="progress-bar" role="progressbar" style="width: 80%;" aria-valuenow="40" aria-valuemin="0" aria-valuemax="100">
<span class="tooltiptext">>2 years experience</span>
</div>
</div>
</div>
<div class="col-12 text-right">
<p>Data visualization - 4</p>
<div class="progress progress-4">
<div class="progress-bar" role="progressbar" style="width: 80%;" aria-valuenow="40" aria-valuemin="0" aria-valuemax="100">
<span class="tooltiptext">>2 years experience</span>
</div>
</div>
</div>
<div class="col-12 text-right">
<p>Statistics - 4</p>
<div class="progress progress-4">
<div class="progress-bar" role="progressbar" style="width: 80%;" aria-valuenow="40" aria-valuemin="0" aria-valuemax="100">
<span class="tooltiptext">>2 years experience</span>
</div>
</div>
</div>
</div>
</div>
</div>
<!--div class="row">
<div class="col-md-6">
<h5>Python</h5>
<div class="progress">
<div class="progress-bar" role="progressbar" style="width: 80%;" aria-valuenow="80" aria-valuemin="0" aria-valuemax="100"></div>
</div>
-- Add similar skill bars for other skills --
</div>
</div>
</div> -->
</section>
<!-- Projects Section -->
<section id="publications" class="my-5">
<!-- div class="container"-->
<h1>Publications</h1>
<p> Here, you can find the scientific papers in which I have contributed </p>
<div class="row mt-4">
<div class="col-md-5 mx-auto">
<div class="card">
<img src="paper1.webp" class="card-img-center mx-auto mt-2" alt="Project 1" style="max-width:90%; max-height: 90%;">
<div class="card-body">
<h5 class="card-title">Anisotropic Neutron Stars by Gravitational decoupling</h5>
<a href="https://link.springer.com/article/10.1140/epjc/s10052-019-7341-z" class="btn custom-btn">View Article</a>
</div>
</div>
</div>
<div class="col-md-5 mx-auto">
<div class="card">
<img src="paper2.webp" class="card-img-center mx-auto mt-2" alt="Project 2" style="max-width: 85%; max-height: 80%;">
<div class="card-body">
<h5 class="card-title">Regularity condition on the anisotropy induced by gravitational decoupling in the MGD</h5>
<a href="https://link.springer.com/article/10.1140/epjc/s10052-020-7749-5" class="btn custom-btn">View Article</a>
</div>
</div>
</div>
</div>
<div class="row mt-4">
<div class="col-md-5 mx-auto">
<div class="card">
<img src="paper3.png" class="card-img-center mx-auto mt-2" alt="Project 3" style="max-width: 70%; max-height: 30%;">
<div class="card-body">
<h5 class="card-title">Optical absorption and energy loss spectroscopy of single-walled carbon nanotubes</h5>
<a href="https://journals.aps.org/prb/abstract/10.1103/PhysRevB.100.235429" class="btn custom-btn">View Article</a>
</div>
</div>
</div>
<div class="col-md-5 mx-auto">
<div class="card">
<img src="paper4.gif" class="card-img mx-auto mt-2" alt="Project 4" style="max-width: 90%; max-height: 90%;">
<div class="card-body">
<h5 class="card-title">Understanding the Electron-Doping Mechanism in Potassium-Intercalated Single-Walled Carbon Nanotubes</h5>
<a href="https://pubs.acs.org/doi/10.1021/jacs.9b11370" class="btn custom-btn">View Article</a>
</div>
</div>
</div>
<!-- Repeat similar cards for other projects -->
</div>
</div>
</section>
<!-- Contact Section -->
<section id="contact" class="my-5">
<div class="container">
<h1>Contact Me</h1>
<form>
<div class="form-group">
<input type="email" class="form-control" placeholder="Enter your email">
</div>
<button type="submit" class="btn btn-primary">Subscribe</button>
</form>
</div>
</section>
<!-- Add Bootstrap and custom CSS links here -->
<!--script src="https://code.jquery.com/jquery-3.4.1.slim.min.js" integrity="sha384-J6qa4849blE2+poT4WnyKhv5vZF5SrPo0iEjwBvKU7imGFAV0wwj1yYfoRSJoZ+n" crossorigin="anonymous"></script>
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/umd/popper.min.js" integrity="sha384-Q6E9RHvbIyZFJoft+2mJbHaEWldlvI9IOYy5n3zV9zzTtmI3UksdQRVvoxMfooAo" crossorigin="anonymous"></script>
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.min.js" integrity="sha384-wfSDF2E50Y2D1uUdj0O3uMBJnjuUD4Ih7YwaYd1iqfktj0Uod8GCExl3Og8ifwB6" crossorigin="anonymous"></script-->
</body>
</html>