-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
142 lines (134 loc) · 4.25 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
<!DOCTYPE html>
<html lang="en" dir="ltr">
<head>
<meta charset="utf-8">
<title>Andrés's Personal Site</title>
</head>
<body>
<table cellspacing="20">
<tr>
<td><img src="pfp-modified.png" alt="Andres' pfp" /></td>
<td><h1>Andrés Espinel</h1>
<p><em>IT Analyst in Software Development.</em></p>
<p>I am a Web Developer in charge of making company apps using Razor web Pages and Django with a passion for Data Science and Machine Learning</p></td>
</tr>
</table>
<hr>
<h3>Work Experience</h3>
<table>
<thead>
<tr>
<th>Dates</th>
<th>Work</th>
</tr>
</thead>
<tbody>
<tr>
<td>2022</td>
<td>Springer chapter publication <strong><a href="https://link.springer.com/chapter/10.1007/978-3-030-91308-3_2#citeas">“On the Use of Convolutional Neural Network Architectures for Facial Emotion
Recognition”</a></strong></td>
</tr>
<tr>
<td>2021</td>
<td>Scientific Paper publication <strong><a href="https://ieeexplore.ieee.org/document/9469528">“Face gesture recognition using Deep Learning models"</a></strong> in the ColCACI
conference; SCOPUS Publication</td>
</tr>
<tr>
<td>2021 – Present</td>
<td>Qualipharm, Quito, Ecuador
<strong>Software Developer</strong></td>
</tr>
<tr>
<td>2020 - 2020</td>
<td>Qualipharm, Quito,Ecuador
<strong>IT internship</strong></td>
</tr>
<tr>
<td>2020 - 2020</td>
<td>Unidad Fiscomisional Pedro Luis Calero, Quito, Ecuador
<strong>Math/English teacher</strong></td>
</tr>
</tbody>
<tfoot>
</tfoot>
</table>
<hr>
<h3>Skills</h3>
<table>
<tr>
<td>Web Development</td>
<td>⭐⭐⭐⭐⭐</td>
</tr>
<tr>
<td>Database Management </td>
<td>⭐⭐⭐⭐</td>
</tr>
<tr>
<td>Django </td>
<td>⭐⭐⭐</td>
</tr>
<tr>
<td>Python </td>
<td>⭐⭐⭐⭐</td>
</tr>
<tr>
<td>PHP </td>
<td>⭐⭐⭐</td>
</tr>
<tr>
<td>SQL </td>
<td>⭐⭐⭐</td>
</tr>
<tr>
<td>Javascript </td>
<td>⭐⭐⭐⭐</td>
</tr>
</table>
<ul>
<li>
2022 Springer chapter publication <strong><a href="https://link.springer.com/chapter/10.1007/978-3-030-91308-3_2#citeas">“On the Use of Convolutional Neural Network Architectures for Facial Emotion
Recognition”</a></strong>
</li>
<li>
2021 Scientific Paper publication <strong><a href="https://ieeexplore.ieee.org/document/9469528">“Face gesture recognition using Deep Learning models"</a></strong> in the ColCACI
conference; SCOPUS Publication
</li>
<li>
2021 – Present Qualipharm, Quito, Ecuador
<strong>Software Developer</strong>
</li>
<li>
2020 - 2020 Qualipharm, Quito,Ecuador
<strong>IT internship</strong>
</li>
<li>
2020 - 2020 Unidad Fiscomisional Pedro Luis Calero, Quito, Ecuador
<strong>Math/English teacher</strong>
</li>
</ul>
<hr>
<h3>Education</h3>
<ul>
<li>2014 - 2020 Universidad San Francisco de Quito, Quito, Ecuador <em>ENGINEERING IN COMPUTER SCIENCE</em></li>
<li>2001 - 2014 Liceo Franco-ecuatoriano La Condamine, <em>Mention Assez Bien, International science diploma (BAC)</em></li>
<li>2010 - 2011 Academia de Música Xamsoft, <em>Instrumentation in guitar and music theory 4th level</em></li>
<li>2010 - 2011 Liceo Franco-ecuatoriano La Condamine, Calle Japón Y Naciones Unidas <em>Brevet internacional B2+ language diploma</em></li>
</ul>
<h3>Other Studies</h3>
<ul>
<li>Facial Recognition with Keras (Coursera)</li>
<li>Get Connected (Cisco)</li>
<li>Introduction to Cybersecurity (Cisco)</li>
<li>NDG Linux Unhatched (Cisco)</li>
<li>Data analytics para la toma de decisiones (USFQ)</li>
</ul>
<h3>Hobbies</h3>
<ul>
<li>Playing the Guitar/Bass/ukulele</li>
<li>Rock Climbing</li>
<li>Lifting weights</li>
<li>Playing video games</li>
</ul>
<a href="contact.html">Contact me </a>
</body>
</html>