-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
113 lines (80 loc) · 4.3 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
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="/favicon-16x16.png">
<link rel="manifest" href="/site.webmanifest">
<link rel="stylesheet" href="style.css">
<script src="js/scripts.js"></script>
<title>Alexis Gutiérrez</title>
</head>
<body>
<div id="top" class="container">
<div class="header">
<div class="header-left">
<div class="header-flex">
<span class="prompt">:~$</span><h1 class="typewrite">Alexis Gutiérrez </h1><span class="cursor"></span>
</div>
</div>
</div>
<div id="bio" class="section header-margin">
<h2 class="namefont centered">Bio</h2>
Alexis Gutiérrez Fernández got his Computer Science Degree in
2016 and his Computer Science Master in 2018. Since then he has
participated and continues to participate in several research
projects at national and European level. Now he is working on
his PhD thesis with a FPU fellowship provided by the Ministerio
de Educación, Cultura y Deporte of Spain. In his thesis, he is
trying to merge the senses of sight and touch in the same
virtual reality experiences through the use of virtual reality
head-mounted displays and haptic interfaces.
</div>
<div id="publications" class="section">
<h2 class="namefont centered">Publications</h2>
<!-- Generado desde el script -->
</div>
<div id="talks" class="section">
<h2 class="namefont centered">Talks</h2>
<h4><a href="https://www.youtube.com/watch?v=EY0bCkewujg"
target="_blank">→ Mi primera experiencia desarrollando con
flutter - Charla ADS Universidad de León</a></h4>
<p><a
href="https://docs.google.com/presentation/d/1NxCxuviZJ494YLIDNNO0fZYQOZOI8ObaSO0S6hAbD-k/edit?usp=sharing"
target="_blank">Diapositivas</a></p>
</div>
<div id="location" class="section">
<h2 class="namefont centered">Contact</h2>
<div class="centered">
<a href="mailto:[email protected]">[email protected]</a>
</div>
<br/>
<div class="centered">
Robotics Group<br>
Módulo de Investigación Cibernética<br>
Universidad de León<br>
Campus de Vegazana, s/n, 24071, León<br>
</div>
<div class="section">
<iframe src="https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d2294.420291800897!2d-5.563705446595828!3d42.61415911909318!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0xd379a7f1a99bd35%3A0x48ffe5e1b22fba50!2sRIASC!5e0!3m2!1ses!2ses!4v1613985965815!5m2!1ses!2ses" width="1000" height="500" style="border:0;" allowfullscreen="" loading="lazy"></iframe>
</div>
</div>
<div id="socials" class="section socials">
<h2 class="namefont centered">Social media</h2>
<div class="socials-element">
<h4>ORCiD</h4>
<a href="https://orcid.org/0000-0002-3173-3720">0000-0002-3173-3720</a>
</div>
<div class="socials-element">
<h4>ResearchGate</h4>
<a href="https://www.researchgate.net/profile/Alexis_Gutierrez-Fernandez"></a>Alexis_Gutierrez-Fernandez</a>
</div>
<div class="socials-element">
<h4>Twitter</h4>
<a href="https://twitter.com/agutf_">@agutf_</a>
</div>
</div>
</div>
</body>
</html>