-
Notifications
You must be signed in to change notification settings - Fork 1
/
eng_index.html
66 lines (58 loc) · 2.39 KB
/
eng_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
<!DOCTYPE html>
<html lang="es">
<head>
<meta charset="UTF-8">
<title>Leonardo Alvarado</title>
<link rel="stylesheet" href="css/estilo2.css">
</head>
<body>
<header><h1>Leonardo Alvarado</h1>
<p>Msc. Science Computing</p>
<nav>
<a href="index.html">Home</a>
<!--<a href="documents/LeonardoCV_es2021.pdf" target="_blank">CV</a>-->
<a href="">Proyectos</a>
<a href="eng_index.html">English</a>
</nav>
<img src="img/Leo.jpg" alt="Foto Personal" width="120">
</header>
<main>
<p>
<section>
<h2> About me </h2>
<p>
I'm physicist with a master degree's in Computing Science.
I'm interested in Data Science, Machine Learning, Numerical Simulations, Seismology and
Science teaching.
</p>
</section>
<section>
<h2> Experience</h2>
<p>
I have worked as researcher on seismology in analysis and processing
of time series data for earthquake localization and magnitude calculation.
Numerical modeling of seismic wave for microzoning purpose. Focal mechanism
determination using inverse theory. Deep Neural Learning for earthquake detection.
Clustering of response spectra using Machine Learning techniques.
I’m interested in Data Science, Machine Learning and numerical simulation.
</p>
</section>
<section>
<h2> Projects </h2>
<ul>
<li> <p>Clustering the response spectra using dimensionality reduction algorithm
(t-SNE) and K-means <a href="https://github.com/joleonar/Clustering_Curves" target="_blank"> here</a> </p>
<li> <p>Automatic generation of <a href="doc/reporte_mensual.pdf" target="_blank"> seismic reports</a>
using Latex, R and <a href="https://forum.generic-mapping-tools.org/t/map-of-seismic-stations-using-pygmt/828" target="_blank"> GMT </a></p>
<li> <p>Earthquake detection usin Deep Neural Network</p>
</ul>
</section>
</main>
<footer>
<h3>Social networks</h3>
<span><a href="https://www.linkedin.com/in/leonardo-alvarado-85222a56/" target="_blank"><img src="img/linkedin_logo_64px.png" alt="twiter logo" width="40"></a></span>
<span><a href="https://github.com/joleonar" target="_blank"> <img src="img/github_icon_128px.png" alt="twiter logo" width="40"></a></span>
<span><a href="https://twitter.com/JOLEONAR" target="_blank"> <img src="img/twitter_logo64px.png" alt="twiter logo" width="40"></a></span>
</footer>
</body>
</html>