-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
538 lines (376 loc) · 24.8 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
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="">
<meta name="author" content="">
<title>Raúl Vázquez</title>
<!-- Bootstrap core CSS -->
<link href="assets/css/bootstrap.css" rel="stylesheet">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0-alpha.6/css/bootstrap.min.css" integrity="sha384-rwoIResjU2yc3z8GV/NPeZWAv56rSmLldC3R/AZzGRnGxQQKnKkoFVhFQhNUwEyJ" crossorigin="anonymous">
<!-- Custom styles for this template -->
<link href="assets/css/main.css" rel="stylesheet">
<link rel="stylesheet" href="assets/css/font-awesome.min.css">
<link href='http://fonts.googleapis.com/css?family=Lato:300,400,700,300italic,400italic' rel='stylesheet' type='text/css'>
<link href='http://fonts.googleapis.com/css?family=Raleway:400,300,700' rel='stylesheet' type='text/css'>
<link href='http://fonts.googleapis.com/css?family=Roboto:400,300,500,700' rel='stylesheet' type='text/css'>
</head>
<body data-spy="scroll" data-offset="0" data-target="#nav">
<div id="section-topbar" class="fixed-top">
<div id="topbar-inner">
<div class="container">
<div class="">
<div class="dropdown">
<ul id="nav" class="nav">
<li class="menu-item"><a href="assets/files/cv_jrvc.pdf" title="Download full CV"><i class="icon-file"></i></a></li>
<li class="menu-item"><a href="#contact" title="Contact"><i class="icon-envelope"></i></a></li>
<li class="menu-item"><a href="https://www.linkedin.com/in/jraulvc/" title="Connect to my LinkedIn"><i class="icon-linkedin"></i></a>
<li class="menu-item"><a href="https://github.com/jrvc" title="Follow me on Twitter"><i class="icon-github"></i></a></li>
</ul><!--/ uL#nav -->
</div><!-- /.dropdown -->
<!-- <div class="clear"></div> -->
</div><!--/.row -->
</div><!--/.container -->
<div class="clear"></div>
</div><!--/ #topbar-inner -->
</div><!--/ #section-topbar -->
<div id="headerwrap">
<div class="container">
<div class=" centered">
<div class="">
<br>
<h1><b>Raúl Vázquez</b> </span></h1>
<p class="intro-para" style="font-size:150%;"><b>Postdoctoral researcher at University of Helsinki in the <a href="https://blogs.helsinki.fi/language-technology/">Language Technology</a> group
<br>
Email: [email protected] </b>
</p>
<div class="img-div" >
<img class="img-circle" src="assets/img/myphoto2.jpg" id="center-img">
</div>
</div><!--/.col-lg-12 -->
</div><!--/.row -->
</div><!--/.container -->
</div><!--/.#headerwrap -->
<!--/.Start slideshow -->
<div class="w3-content w3-display-container" style="max-width:100%">
<div class="slide_move">
<div class="arrows prev w3-hover-text-khaki" onclick="plusDivs(-1)">❮</div>
<div class="arrows next w3-hover-text-khaki" onclick="plusDivs(1)">❯</div>
</div>
<div class="mySlides">
<section id="about" name="about"></section>
<div id="intro">
<div class="container" >
<div class="row slides-div">
<div class="col-lg-4 header-div">
<h2 style="color:#2c3e50;font-size:150%;"> <b>ABOUT ME</b></h2>
<hr align="left" width="100%" >
</div>
<div class="col-lg-8 slide-style">
<p class="slide-p" style="font-size:100%;" >
I am a posdoctoral researcher and teaching staff at the University of Helsink. I specialize in advancing natural language understanding and processing (NLU & NLP) through data-driven methodologies. My current research focuses in uncertainty modelling in neural language models, like Large Language Models (LLMs) and neural machine translation (NMT) systems.
<br>
<br>
I obtained my PhD in Computational Linguistics in 2023 under the supervision of Jörg Tiedemann and Mathias Creutz, where my research centered on representation learning using massively multilingual parallel corpora, and the development of models for multilingual and multimodal machine translation. Prior to my PhD, I earned an MSc in Mathematical Modelling from Università degli Studi dell'Aquila in 2017 and a BSc in Applied Mathematics from ITAM (Mexico's Autonomous Institute of Technology) in 2015. My research interests encompass Advanced Machine Learning, Natural Language Processing, and Applied Mathematics.
</p>
</div>
<div class="">
<p><a href="#"><i class="icon-file"></i></a> <sm>DOWNLOAD PDF</sm></p>
</div>
</div><!--/.row -->
</div><!--/.container -->
</div><!--/ #intro -->
</div>
<div class="mySlides">
<section id="education" name="education"></section>
<div id="intro">
<div class="container" width="150%">
<div class="">
<div >
<h2 style="color:#2c3e50;font-size:150%;"> <b>EDUCATION</b></h2>
<hr align="left" width="100%" >
</div>
<br>
<br>
<br>
<div class='allboxes row'>
<div class="currentbox1 ">
<h3> PhD. in Language Technology </h3>
<h4><b>University of Helsinki </b></h4>
<h4> 2018-2022</h4>
<p style="color:#2c3e50; font-size:130%;">Supervisor: <span style="display:inline-block; width: 0.5cm;"></span> Jörg Tiedemann
<br> co-Supervisor: Mathias Creutz
<br>
Projects: <a href="https://www.helsinki.fi/en/beta/natural-language-understanding-with-cross-lingual-grounding">FoTran</a> and <a href="https://memad.eu/">MeMAD </a>
<br> <br> Focus Areas: Natural Language Processing, Neural Machine Translation, Mathematical Modelling
<br>
</p>
</div>
<div class="currentbox1">
<h3> M. Sc. Mathematical Engineering </h3>
<h4><b>Universitá degli Studi dell'Aquila</b> </h4>
<h4> 2015-2017</h4>
<p style="color:#2c3e50; font-size:125%;"> <em> Scholarship award from the EU Commission. </em></p>
<p style="color:#2c3e50; font-size:130%;"> Thesis: The Vehicle Routing Problem - An Application and Proposed Heuristics
<br> Adviser: <span style="display:inline-block; width: 0.5cm;"></span> Claudio Arbib
<br> co-Adviser: Stefano Smriglio
<br> <br> Focus Area: ODEs, PDEs, Optimization
</p>
</div>
<div class="currentbox1">
<h3> M. Sc. Technomathematik </h3>
<h4><b>Hamburg Universität </b> </h4>
<h4> 2016-2017 </h4>
<p style="color:#2c3e50; font-size:130%;"> Joint degree awarded for completing the <a href="https://www.mathmods.eu">MathMods</a> Joint M.Sc.
<br><br> Focus Areas: non-smooth Convex Optimization and Numerical Approximation methods for PDEs
</p>
</div>
<br>
<div class="currentbox1">
<h3> B.Sc. in Applied Mathematics</h3>
<h4><b>Instituto Tecnológico Autónomo de México (ITAM)</b> </h4>
<h4> 2008-2015 </h4>
<p style="color:#2c3e50; font-size:130%;"> Thesis: A Bayesian Approach to Time Series Smoothing via the Hodrick-Prescott Filter
Modelling</a>
<br> Adviser: Enrique de Alba Guerra
<br><br> Focus Areas: Statistics, Probability, Linear and non-Linear Optimization
</div>
</div>
</div><!--/.row -->
</div><!--/.container -->
</div><!--/ #intro -->
</div>
<div class="mySlides">
<section id="experience" name="experience"></section>
<div id="intro">
<div class="container">
<div class="">
<div >
<h2 style="color:#2c3e50;font-size:150%;"> <b>EXPERIENCE</b></h2>
<hr align="left" width="100%" >
</div>
<br>
<br>
<br>
<div class='allboxes'>
<div class="currentbox2">
<h3> Researcher</h3>
<h4><b>University of Helsinki</b> </h4>
<h4> 2018-2023</h4>
<p style="color:#2c3e50; font-size:130%;">
Development of models for natural language understanding (NLU) with a data-driven approach
that incorporates massively multilingual parallel corpora and the use of diverse input signals.
</p>
<br><br>
<h3> Project Coordinator and Research Assistant</h3>
<h4><b>INEGI - Mexico's Official Statistics Bureau</b> </h4>
<h4> 2014-2015</h4>
<p style="color:#2c3e50; font-size:130%;">
I assisted the Institute’s vice-president of Economical Information, Enrique de Alba Guerra.
Duties involved statistical analysis of time series and results visualization, as well as application and implementation of research articles.
</p>
</div>
<div class="currentbox2">
<h3> Data Science Lab Collaborator</h3>
<h4><b>Sedesol - Secretatiat of Social Development</b> </h4>
<h4> 2017-2018</h4>
<p style="color:#2c3e50; font-size:130%;">
Directly involved in the development of a monitor of agricultural production via remote-sensing
data as part of a hunger early-warning system for the Mexican government.
</p>
<br><br><br>
<h3> Logistics Coordinator Volunteer</h3>
<h4><b>TECHO | Mexico </b> </h4>
<h4> 2012 </h4>
<p style="color:#2c3e50; font-size:130%;">
I collaborated with the planning and implementation of a project for the detection of irregular settlements,
and the establishment of a first contact between said settlements and the NGO.
</p>
</div>
<div class="currentbox2">
<h3> Research Collaboration</h3>
<h4><b>LFondry and Universitá degli Studi dell'Aquila</b> </h4>
<h4> 2017</h4>
<p style="color:#2c3e50; font-size:130%;">
Development of an optimization model for improving LFoundry’s production line. Customization of
the Vehicle Routing Problem through Gurobi and GLPK software to improve microchips pickup and delivery time.
</p>
<br>
<h3> Vehicle Inspection Intern</h3>
<h4><b>Volkswagen Hannover</b> </h4>
<h4> 2012 </h4>
<p style="color:#2c3e50; font-size:130%;">
Created a graphical interface to improve the production line operation. I also prepared automated infrared signal sender
and receiver for facilitating the interface usage and information extraction.
</p>
</div>
</div>
</div>
</div><!--/.row -->
</div><!--/.container -->
</div><!--/ #intro -->
</div>
<div class="w3-center w3-container w3-section w3-large w3-text-white w3-display-bottommiddle" style="width:100%">
<span class=" demo w3-border w3-transparent w3-hover-white" onclick="currentDiv(1)"></span>
<span class=" demo w3-border w3-transparent w3-hover-white" onclick="currentDiv(2)"></span>
<span class=" demo w3-border w3-transparent w3-hover-white" onclick="currentDiv(3)"></span>
</div>
</div>
<script>
var slideIndex = 1;
showDivs(slideIndex);
function plusDivs(n) {
showDivs(slideIndex += n);
}
function currentDiv(n) {
showDivs(slideIndex = n);
}
function showDivs(n) {
var i;
var x = document.getElementsByClassName("mySlides");
var dots = document.getElementsByClassName("demo");
if (n > x.length) {slideIndex = 1}
if (n < 1) {slideIndex = x.length}
for (i = 0; i < x.length; i++) {
x[i].style.display = "none";
}
for (i = 0; i < dots.length; i++) {
dots[i].className = dots[i].className.replace(" w3-white", "");
}
x[slideIndex-1].style.display = "block";
dots[slideIndex-1].className += " w3-white";
}
</script>
<!--publications -->
<div id="skillswrap" >
<div class="container" style="height:auto;">
<div class="">
<section id="publications" name="publications"></section>
<div id="intro" style="opacity:0.85;">
<div class="container" >
<div class="footer-cont row">
<div class="col-lg-4 foot-header" >
<h2 style="color:#2c3e50;font-size:150%;"> <b>PUBLICATIONS</b></h2>
<hr align="left" width="100%" >
</div>
<div class="col-lg-8 footer-header" >
<p class="slide-p" style="color:#2c3e50;font-size:85%;">
<!--/.Most recent at top-->
<font size="5">2024</font>
<br>
Timothee Mickus, Elaine Zosa, <b> Raúl Vázquez, </b> Teemu Vahtola, Jörg Tiedemann, Vincent Segonne, Alessandro Raganato, Marianna Apidianaki (2024). <a href="https://aclanthology.org/2024.semeval-1.273/"> SemEval-2024 Task 6: SHROOM, a Shared-task on Hallucinations and Related Observable Overgeneration Mistakes </a>
Proceedings of SemEval-2024 <br><br>
<b> Raúl Vázquez, </b> Hande Celikkanat, Dennis Ulmer, Jörg Tiedemann, Swabha Swayamdipta, Wilker Aziz, Barbara Plank, Joris Baan and Marie-Catherine de Marneffe (2024). <a href="https://aclanthology.org/2023.blackboxnlp-1.10/"> Proceedings of the 1st Workshop on Uncertainty-Aware NLP (UncertaiNLP 2024) </a>
Proceedings of UncertaiNLP2024 <br><br>
Timothee Mickus, <b>Raúl Vázquez, </b> Joseph Attieh (2024). <a href="https://aclanthology.org/2024.insights-1.5/"> I Have an Attention Bridge to Sell You: Generalization Capabilities of Modular Translation Architectures </a>
Proceedings of the Fifth Workshop on Insights from Negative Results in NLP <br><br>
<b>Raúl Vázquez, </b> Timothee Mickus, Jörg Tiedemann, Ivan Vulić and Ahmen Üstün (2024). <a href="https://aclanthology.org/2023.americasnlp-1.20/"> Proceedings of the 1st Workshop on Modular and Open Multilingual NLP (MOOMIN 2024) </a>
Proceedings of MOOMIN2024 <br><br>
Timothee Mickus, Stig-Arne Grönroos, Joseph Attieh, Michele Boggia, Ona De Gibert, Shaoxiong Ji, Niki Andreas Loppi, Alessandro Raganato, <b> Raúl Vázquez, </b> and Jörg Tiedemann (2024). <a href="https://aclanthology.org/2023.nodalida-1.24/"> MAMMOTH: Massively Multilingual Modular Open Translation @ Helsinki </a>
Proceedings of EACL2024 <br><br>
Abteen Ebrahimi, Ona de Gibert, <b>Raúl Vázquez, </b> Rolando Coto-Solano, Pavel Denisov, Robert Pugh, Manuel Mager, Arturo Oncevay, Luis Chiruzzo, Katharina von der Wense, Shruti Rijhwani <a href="https://aclanthology.org/2024.americasnlp-1.28/"> Findings of the AmericasNLP 2024 Shared Task on Machine Translation into Indigenous Languages </a>
Proceedings AmericasNLP 2024 <br><br>
<br><br>
<font size="5">2023</font>
<br>
Ona de Gibert, <b>Raúl Vázquez,</b> Mikko Aulamo, Sami Virpioja and Jörg Tiedemann (2023). <a href="https://aclanthology.org/2023.americasnlp-1.20/"> Four Approaches to Low-Resource Multilingual NMT: The Helsinki Submission to the AmericasNLP 2023 Shared Task </a>
Proceedings of AmericasNLP2023 <br><br>
Timothee Mickus and <b> Raúl Vázquez</b> (2023). <a href="https://aclanthology.org/2023.blackboxnlp-1.10/"> Why Bother with Geometry? On the Relevance of Linear Decompositions of Transformer Embeddings </a>
Proceedings of BlackboxNLP2023 <br><br>
Michele Boggia, Stig-Arne Grönroos, Niki Loppi, Timothee Mickus, Alessandro Raganato, Jörg Tiedemann and <b> Raúl Vázquez, </b> (2023). <a href="https://aclanthology.org/2023.nodalida-1.24/"> Dozens of Translation Directions or Millions of Shared Parameters? Comparing Two Types of Multilinguality in Modular Machine Translation </a>
Proceedings of NoDaLiDa2023 <br><br>
Jörg Tiedemann, Mikko Aulamo, D. Bakshandaeva, Michele Boggia, Stig-Aarne Grönroos, Tommi Nieminen, Alessandro Raganato, Yves Scherrer, <b> Raúl Vázquez </b>, and Sami Virpioja (2023). <a href="https://link.springer.com/article/10.1007/s10579-023-09704-w" > Democratizing neural machine translation with OPUS-MT.</a>
In: Language Resources and Evaluation <br><br>
<br><br>
<font size="5">2022</font>
<br>
<b> Raúl Vázquez, </b> Michele Boggia, Alessandro Raganato, Niki A. Loppi, Stig-Arne Grönroos and Jörg Tiedemann (2022). <a href="https://aclanthology.org/2022.eamt-1.45/"> Latest Development in the FoTran Project – Scaling Up Language Coverage in Neural Machine Translation Using Distributed Training with Language-Specific Components.</a>
Proceedings of EAMT2022.<br><br>
<b> Raúl Vázquez, </b> Hande Celikkanat, Vinit Ravishankar, Mathias Creutz and Jörg Tiedemann (2022). <a href="https://aclanthology.org/2022.coling-1.424/"> A Closer Look at Parameter Contributions When Training Neural Language and Translation Models.</a>
Proceedings of COLING2022 <br><br>
<br><br>
<font size="5">2021</font>
<br>
Alessandro Raganato, <b> Raúl Vázquez, </b> Mathias Creutz and Jörg Tiedemann. (2021). <a href="https://aclanthology.org/2021.emnlp-main.664/"> An Empirical Investigation of Word Alignment Supervision for Zero-shot Multilingual Neural Machine Translation.</a>
Proceedings of EMNLP2021.<br><br>
<b> Raúl Vázquez, </b> Hande Celikkanat, Mathias Creutz and Jörg Tiedemann (2021). <a href="https://aclanthology.org/2021.acl-srw.35/"> On the differences between BERT and MT encoder spaces and how to address them in translation tasks.</a>
ACL-SRW2021. <br><br>
<b> Raúl Vázquez, </b> Yves Scherer, Sami Virpioja and Jörg Tiedemann (2021). <a href="https://aclanthology.org/2021.americasnlp-1.29/"> The Helsinki Submission to the AmericasNLP shared task.</a>
Proceedings of NAACL2021 (AmericasNLP) <br><br>
<br><br>
<font size="5">2020</font>
<br>
<b> Raúl Vázquez, </b> Alessandro Raganato, Mathias Creutz, and Jörg Tiedemann (2020). <a href="https://www.mitpressjournals.org/doi/abs/10.1162/COLI_a_00377">A Systematic Study of Inner-Attention-Based Sentence Representations in Multilingual Neural Machine Translation.</a>
Computational Linguistics. Volume 46, Issue 2.<br><br>
<b> Raúl Vázquez, </b> Mikko Aulamo, Umut Sulubacak, & Jörg Tiedemann (2020). <a href="https://www.aclweb.org/anthology/2020.iwslt-1.10/"> The University of Helsinki Submission to the IWSLT2020 Offline Speech Translation Task.</a>
Proceedings of IWSLT2020 <br><br>
<br><br>
<font size="5">2019</font>
<br>
<b> Raúl Vázquez, </b> Alessandro Raganato, Jörg Tiedemann and Mathias Creutz. 2019. <a href="https://sites.google.com/view/repl4nlp2019/accepted-papers">Multilingual NMT with a language-independent attention bridge.</a>
Proceedings of RepL4NLP2019.<br><br>
Alessandro Raganato, <b> Raúl Vázquez, </b> Mathias Creutz and Jörg Tiedemann. 2019. <a href="https://sites.google.com/view/repl4nlp2019/accepted-papers">An Evaluation of Language-Agnostic Inner-Attention-Based Representations in Machine Translation.</a>
Proceedings of RepL4NLP2019.<br><br>
<b> Raúl Vázquez, </b> Umut Sulubacak and Jörg Tiedemann. 2019. <a href="https://aclweb.org/anthology/events/acl-2019/">The University of Helsinki Submission to the WMT2019 Parallel Corpus Filtering Task.</a>
Proceedings of WMT2019.<br><br>
Yves Scherrer, <b> Raúl Vázquez, </b> and Sami Virpioja. 2019. <a href="https://aclweb.org/anthology/events/acl-2019/">The University of Helsinki Submissions to the WMT2019 Similar Languages Translation Task.</a>
Proceedings of WMT2019.<br><br>
Aarne Talman, Umut Sulubacak, <b> Raúl Vázquez, </b> Yves Scherrer, Sami Virpioja, Alessandro Raganato, Arvi Hurskainen, and Jörg Tiedemann. 2019. <a href="https://aclweb.org/anthology/events/acl-2019/">The University of Helsinki Submission to the WMT2019 News Translation Task.</a>
Proceedings of WMT2019.<br><br>
<br><br>
<font size="5">2018</font>
<br>
<b> Raúl Vázquez, </b> Alessandro Raganato, Jörg Tiedemann and Mathias Creutz. 2018. <a href="https://arxiv.org/pdf/1811.00498.pdf">Multilingual NMT with a language-independent attention bridge.</a>
arXiv preprint arXiv:1811.00498.<br><br>
Stig-Arne Grönroos, Benoit Huet, Mikko Kurimo, Jorma Laaksonen, Bernard Merialdo, Phu Pham, Mats Sjöberg, Umut Sulubacak, Jörg Tiedemann, Raphael Troncy and <b>Raúl Vázquez</b>.
2018. <a href="https://aclweb.org/anthology/W18-6439">The MeMAD Submission to the WMT18 Multimodal Translation Task</a>. Proceedings of WMT2018. Belgium Brussels
<br>
</div>
</div><!--/.row -->
</div><!--/.container -->
</div><!--/ #intro -->
</div><!--/.row -->
<br>
</div><!--/.container -->
</div><!--/ #skillswrap -->
<section id="contact" name="contact"></section>
<!--FOOTER DESCRIPTION -->
<div id="footwrap">
<div class="container footer-cont">
<div class="footer-div row">
<div class="col-lg-4">
<h5>CONTACT</h5>
</div>
<div class="col-lg-4">
<p><t>Email</t><br/>
University email: [email protected] <br/>
</p>
<p><t>Address</t><br/>
Unioninkatu 40 A, Saali A 316 <br/>
00014 - Helsinki, Finland. <br/>
</p>
</div>
<div class="col-lg-4">
<p>
<a href="#headerwrap">Back to top</i></a>
<br>
<a href="https://www.linkedin.com/in/jrvc/"class="smoothScroll" title="Connect to my LinkedIn"><i class="icon-linkedin"></i></a>
<a href="assets/files/cv_jrvc.pdf" class="smoothScroll" title="Download CV"><i class="icon-file" ></i></a>
</p>
</div>
</div><!--/.row -->
</div><!--/.container -->
</div><!--/ #footer -->
<div id="c">
<div class="container">
</div>
</div>
<!-- Bootstrap core JavaScript
================================================== -->
<script src="assets/js/bootstrap.js"></script>
<script src="assets/js/jquery.min.js"></script>
<script type="text/javascript" src="assets/js/smoothscroll.js"></script>
<script src="assets/js/Chart.js"></script>
</body>
</html>