-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
executable file
·214 lines (187 loc) · 12.6 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
<!DOCTYPE html>
<html>
<title>Personal WebSite - José María Sánchez Salas</title>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="https://www.w3schools.com/w3css/4/w3.css">
<link rel='stylesheet' href='https://fonts.googleapis.com/css?family=Roboto'>
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.5.0/css/all.css" integrity="sha384-B4dIYHKNBt8Bc12p+WXckhzcICo0wtJAoU8YZTY5qE0Id1GSseTk6S+L3BlXeVIU" crossorigin="anonymous">
<style>
html,body,h1,h2,h3,h4,h5,h6 {font-family: "Roboto", sans-serif}
</style>
<body class="w3-light-grey">
<!-- Page Container -->
<div class="w3-content w3-margin-top" style="max-width:1400px;">
<!-- The Grid -->
<div class="w3-row-padding">
<!-- Left Column -->
<div class="w3-third">
<div class="w3-white w3-text-grey w3-card-4">
<div class="w3-display-container">
<img src="img/avatar.jpg" style="width:100%" alt="Avatar">
<div class="w3-display-topleft w3-container w3-text-white">
<!-- <h4 style="text-shadow:1px 1px 0 #000">José María Sánchez Salas</h4>-->
</div>
</div>
<div class="w3-container">
<p><i class="fa fa-home fa-fw w3-margin-right w3-large w3-text-teal"></i>Barcelona, Spain</p>
<p><i class="fa fa-envelope fa-fw w3-margin-right w3-large w3-text-teal"></i>josemaria.sanchezsalas@gmail.com</p>
<p><i class="fa fa-phone fa-fw w3-margin-right w3-large w3-text-teal"></i>(+34) 601023229</p>
<hr>
<p class="w3-large"><b><i class="fa fa-asterisk fa-fw w3-margin-right w3-text-teal"></i>Personal Skills</b></p>
<ul class="w3-ul">
<li class="w3-hover-teal">Hard-worker</li>
<li class="w3-hover-teal">Self-learner</li>
<li class="w3-hover-teal">Person liable</li>
<li class="w3-hover-teal">Patient</li>
<li class="w3-hover-teal">Curious</li>
</ul>
<hr>
<p class="w3-large w3-text-theme"><b><i class="fa fa-globe fa-fw w3-margin-right w3-text-teal"></i>Languages</b></p>
<p>Spanish</p>
<div class="w3-light-grey w3-round-xlarge">
<div class="w3-round-xlarge w3-teal w3-center" style="height:24px;width:100%">Navite</div>
</div>
<p>English</p>
<div class="w3-light-grey w3-round-xlarge">
<div class="w3-round-xlarge w3-teal w3-center" style="height:24px;width:50%">B1</div>
</div>
<br>
</div>
</div><br>
<!-- End Left Column -->
</div>
<!-- Right Column -->
<div class="w3-twothird">
<!-- About Me -->
<div class="w3-container w3-card-2 w3-white w3-margin-bottom">
<h2 class="w3-text-grey w3-padding-16"><i class="fa fa-info-circle fa-fw w3-margin-right w3-xxlarge w3-text-teal"></i>About Me</h2>
<div class="w3-container">
<h6 class="w3-opacity">
Hi visitor! I'm José María Sánchez Salas, I'm a Computer Science Engineer by University of Murcia (Spain) since September 2017, and I finished Big Data & Business Analytics Master in March 2019.
</h6>
<h6 class="w3-opacity">
Currently I'm working as Artificial Intelligence Analyst at <a href="https://slashmobility.com/" target="_blank">Slashmobility</a> and I'm preparing to pass the AWS Certified Developer Associate.
</h6>
<h6 class="w3-opacity">
Here, you can see my personal projects, my posts and my personal interests.
</h6>
<h6 class="w3-opacity">
If you have any question, you can contact me on:
<a href="mailto:josemaria.sanchezsalas@gmail.com" target="_blank"><i class="fa fa-envelope w3-hover-opacity"></i></a>
<a href="https://twitter.com/JoseMSSalas" target="_blank"><i class="fab fa-twitter w3-hover-opacity"></i></a>
<a href="https://www.linkedin.com/in/jmssalas/" target="_blank"><i class="fab fa-linkedin w3-hover-opacity"></i></a>
<a href="https://github.com/jmssalas" target="_blank"><i class="fab fa-github w3-hover-opacity"></i></a>
<a href="https://telegram.me/jmssalas" target="_blank"><i class="fab fa-telegram w3-hover-opacity"></i></a>
</h6>
</div>
<br>
</div>
<!-- End About Me -->
<!-- Personal Projects -->
<div class="w3-container w3-card-2 w3-white w3-margin-bottom">
<h2 class="w3-text-grey w3-padding-16"><i class="fa fa-suitcase fa-fw w3-margin-right w3-xxlarge w3-text-teal"></i>Personal Projects</h2>
<div class="w3-container">
<h4 class="w3-opacity"><b><i class="fab fa-aws fa-fw w3-margin-right w3-text-teal"></i>AWS Certified Developer Associate Repository</b></h4>
<h6 class="w3-opacity">This repository contains all resources and exercises that I have needed to prepare the exam. You can see it in the GitHub repository <a href="https://github.com/jmssalas/aws-certified-developer-associate" target="_blank"><i class="fab fa-github w3-hover-opacity"></i></a>.</h6>
<hr>
</div>
<div class="w3-container">
<h4 class="w3-opacity"><b><i class="fab fa-python fa-fw w3-margin-right w3-text-teal"></i>Analysis of Chemical Products in Cosmetics</b></h4>
<h6 class="w3-opacity">"Analysis of Chemical Products in Cosmetics" is the title of my Master's thesis. This project tries to analyse a dataset with the amount of chemical products in cosmetic applying clustering and forecasting techniques. You can see it in the GitHub repository <a href="https://github.com/jmssalas/master-bigdata-businessanalytics/tree/master/09-masters-thesis" target="_blank"><i class="fab fa-github w3-hover-opacity" target="_blank"></i></a>.</h6>
<hr>
</div>
<div class="w3-container">
<h4 class="w3-opacity"><b><i class="fab fa-connectdevelop fa-fw w3-margin-right w3-text-teal"></i>Big Data & Business Analytics Master Repository</b></h4>
<h6 class="w3-opacity">This repository contains all things I do in the master: test, exercises, practical case, final practical case, etc. You can see it in the GitHub repository <a href="https://github.com/jmssalas/master-bigdata-businessanalytics" target="_blank"><i class="fab fa-github w3-hover-opacity"></i></a>.</h6>
<hr>
</div>
<div class="w3-container">
<h4 class="w3-opacity"><b><i class="fab fa-r-project fa-fw w3-margin-right w3-text-teal"></i>EEG RTool</b></h4>
<h6 class="w3-opacity">EEG RTool is my End-of-Degree project and is a web tool for EEG signals processing. That tool is open source and you can see it visting the GitHub repository <a href="https://github.com/jmssalas/EEG-RTool-Code" target="_blank"><i class="fab fa-github w3-hover-opacity"></i></a>. In that repository, you can see all information about that tool.</h6>
<hr>
</div>
<div class="w3-container">
<h4 class="w3-opacity"><b><i class="fab fa-java fa-fw w3-margin-right w3-text-teal"></i>Artificial Intelligence Engine for Videogames Development</b></h4>
<h6 class="w3-opacity">This Artificial Intelligence Engine has been developed in context of "IA para el desarrollo de videojuegos" (degree of Computer Engineering). That project was developed with my friend <a href="https://anlopezmc.github.io/website/" target="_blank">Antonio López Martínez-Carrasco</a>. You can see the project's code in the GitHub repository <a href="https://github.com/anlopezmc/AI-Engine-For-Videogames" target="_blank"><i class="fab fa-github w3-hover-opacity"></i></a>.</h6>
</div>
<br>
</div>
<!-- End Personal Projects -->
<!-- Posts -->
<div class="w3-container w3-card-2 w3-white w3-margin-bottom">
<h2 class="w3-text-grey w3-padding-16"><i class="fa fa-quote-left fa-fw w3-margin-right w3-xxlarge w3-text-teal"></i>Posts</h2>
<div class="w3-container">
<h4 class="w3-opacity"><b>In depth - Slashmobility</b> | November 5, 2019</h4>
<h6 class="w3-opacity">In this post, I write about me, asking some questions about myself and my responsabilities as Artificial Intelligence Analyst at Slashmobility. This post is written in spanish and you can read it using this <a href="https://slashmobility.com/blog/2019/11/a-fondo-jose-maria-sanchez-artificial-intelligence-analyst/" target="_blank">link</a>.</h6>
<hr>
</div>
<div class="w3-container">
<h4 class="w3-opacity"><b>Data Analysis using Clustering - Slashmobility</b> | July 10, 2019</h4>
<h6 class="w3-opacity">In this post, I write about clustering, doing a little introduction of clustering and explaining the K-Mean algorithm and how it works. This post is written in spanish and you can read it using this <a href="https://slashmobility.com/blog/2019/07/clustering-como-obtener-agrupaciones-inherentes-en-los-datos/" target="_blank">link</a>.</h6>
</div>
<br>
</div>
<!-- End Posts -->
<!-- Talks -->
<div class="w3-container w3-card-2 w3-white w3-margin-bottom">
<h2 class="w3-text-grey w3-padding-16"><i class="far fa-comment-alt fa-fw w3-margin-right w3-xxlarge w3-text-teal"></i>Talks</h2>
<div class="w3-container">
<h4 class="w3-opacity"><b>Kotlin, a language to dominate the world - Slashmobility</b> | January 24, 2020</h4>
<h6 class="w3-opacity">In this talk, with my co-worker <a href="https://www.linkedin.com/in/jordi-coll-marin/" target="_blank">Jordi Coll</a>, we introduce Kotlin, designed to operate with Java code, and explain its use on the Android platform and backend systems. You can watch this talk on Youtube <a href="https://www.youtube.com/watch?v=yLlrFBBnqCE" target="_blank"><i class="fab fa-youtube w3-hover-opacity"></i></a>.</h6>
</div>
<br>
</div>
<!-- End Talks -->
<!-- PErsonal Interests -->
<div class="w3-container w3-card-2 w3-white w3-margin-bottom">
<h2 class="w3-text-grey w3-padding-16"><i class="fa fa-certificate fa-fw w3-margin-right w3-xxlarge w3-text-teal"></i>Personal Interests</h2>
<div class="w3-third">
<h4 class="w3-opacity"><b><i class="fa fa-laptop fa-fw w3-margin-right w3-text-teal"></i>Computer Science Areas</b></h4>
<ul class="w3-ul">
<li class="w3-hover-teal w3-opacity">Artificial Intelligence</li>
<li class="w3-hover-teal w3-opacity">Cloud Computing</li>
<li class="w3-hover-teal w3-opacity">Backend Development</li>
<li class="w3-hover-teal w3-opacity">Data Mining</li>
<li class="w3-hover-teal w3-opacity">Machine Learning</li>
<li class="w3-hover-teal w3-opacity">Intelligent Systems</li>
</ul>
</div>
<div class="w3-third">
<h4 class="w3-opacity"><b><i class="fas fa-atom fa-fw w3-margin-right w3-text-teal"></i>Science Areas</b></h4>
<ul class="w3-ul">
<li class="w3-hover-teal w3-opacity">Astrophysics</li>
<li class="w3-hover-teal w3-opacity">Neuroscience</li>
<li class="w3-hover-teal w3-opacity">Psychology</li>
</ul>
</div>
<div class="w3-third">
<h4 class="w3-opacity"><b><i class="fas fa-person-booth fa-fw w3-margin-right w3-text-teal"></i>Other Areas</b></h4>
<ul class="w3-ul">
<li class="w3-hover-teal w3-opacity">Martial Arts</li>
<li class="w3-hover-teal w3-opacity">Reading & Writing</li>
<li class="w3-hover-teal w3-opacity">Traveling</li>
<li class="w3-hover-teal w3-opacity">Climbing</li>
<li class="w3-hover-teal w3-opacity">Hiking</li>
<li class="w3-hover-teal w3-opacity">Snowboarding</li>
</ul>
</div>
</div>
<!-- End Personal Interests -->
<!-- End Right Column -->
</div>
<!-- End Grid -->
</div>
<!-- End Page Container -->
</div>
<footer class="w3-container w3-teal w3-center w3-margin-top">
<p>Contact me on:</p>
<a href="mailto:josemaria.sanchezsalas@gmail.com" target="_blank"><i class="fa fa-envelope w3-hover-opacity"></i></a>
<a href="https://twitter.com/JoseMSSalas" target="_blank"><i class="fab fa-twitter w3-hover-opacity"></i></a>
<a href="https://www.linkedin.com/in/jmssalas/" target="_blank"><i class="fab fa-linkedin w3-hover-opacity"></i></a>
<a href="https://github.com/jmssalas" target="_blank"><i class="fab fa-github w3-hover-opacity"></i></a>
<a href="https://telegram.me/jmssalas" target="_blank"><i class="fab fa-telegram w3-hover-opacity"></i></a>
<p><i class="fa fa-copyright w3-hover-opacity"></i> 2020 José María Sánchez Salas. All rights reserved.</p>
</footer>
</body>
</html>