-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy patheducation.html
264 lines (237 loc) · 9.13 KB
/
education.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
<!DOCTYPE html>
<html>
<head>
<title>Eduardo José Gómez Hernández</title>
<meta content="text/html; charset=UTF-8" http-equiv="content-type">
<meta charset="UTF-8">
<link rel="canonical" href="https://www.edujgh.net/research.html" />
<meta name="viewport" content="width=device-width, initial-scale=1">
<style>
.menu ul {
list-style-type: none;
margin: 0;
padding: 0;
overflow: hidden;
background-color: #333;
position: -webkit-sticky; /* Safari */
position: sticky;
width: 100%;
}
.menu li {
float: left;
border-right: 1px solid #bbb;
}
.menu li:last-child {
border-right: none;
}
.menu a {
display: block;
color: white;
text-align: center;
padding: 14px 16px;
text-decoration: none;
}
.menu li a:hover {
background-color: #111;
}
.menu li .active {
background-color: #4CAF50;
}
header h1 {
margin: 1em 0 0.5em 0;
color: #343434;
font-weight: normal;
font-family: 'Ultra', sans-serif;
font-size: 36px;
line-height: 42px;
text-transform: uppercase;
text-shadow: 0 2px white, 0 3px #777;
}
.note {
position: relative;
padding: 1em 1.5em;
margin: 2em auto;
color: #fff;
background: #97C02F;
overflow: hidden;
margin: 1em;
}
.note:before {
content: "";
position: absolute;
top: 0;
right: 0;
border-width: 0 16px 16px 0;
border-style: solid;
border-color: #fff #fff #658E15 #658E15;
background: #658E15;
-webkit-box-shadow: 0 1px 1px rgba(0,0,0,0.3), -1px 1px 1px rgba(0,0,0,0.2);
-moz-box-shadow: 0 1px 1px rgba(0,0,0,0.3), -1px 1px 1px rgba(0,0,0,0.2);
box-shadow: 0 1px 1px rgba(0,0,0,0.3), -1px 1px 1px rgba(0,0,0,0.2);
/* Firefox 3.0 damage limitation */
display: block; width: 0;
}
.note.rounded {
-moz-border-radius: 5px 0 5px 5px;
border-radius: 5px 0 5px 5px;
}
.note.rounded:before {
border-width: 8px;
border-color: #fff #fff transparent transparent;
-moz-border-radius: 0 0 0 5px;
border-radius: 0 0 0 5px;
}
.note header {
font-size: 175%;
text-decoration: underline;
}
img.profile {
border-radius: 30%;
-webkit-box-shadow: 2px 2px 5px 0px rgba(0, 0, 0, 1);
-moz-box-shadow: 2px 2px 5px 0px rgba(0, 0, 0, 1);
box-shadow: 2px 2px 5px 0px rgba(0, 0, 0, 1);
}
ul li a img {height: 1.5em;}
</style>
</head>
<body>
<header>
<h1>Eduardo José Gómez Hernández</h1>
<nav class="menu">
<ul>
<li><a href="index.html">Biography</a></li>
<li><a href="research.html">Research</a></li>
<li><a class="active" href="#">Education and Experience</a></li>
<li><a href="teaching.html">Teaching</a></li>
<li><a href="students.html">Students</a></li>
<li><a href="reviewer.html">Reviewer</a></li>
<li><a href="tools.html">Tools</a></li>
<li><a href="news.html">News</a></li>
<li><a href="blog.html">Blog</a></li>
</ul>
</nav>
</header>
<br>
<h2>Experience</h2>
<ul>
<li>
<b>Senior CPU Engineer</b> Qualcomm, Cork. October 2024 - Present <br>
Working in post-silicon.
</li>
<li>
<b>Researcher PhD Student</b> Computer Science Faculty, University of Murcia. October 2019 - October 2024 <br>
During the development of this thesis we try to improve the efficiency, the reliability, the energy consumption and the cost of the multi-core processing nodes and the secondary storage subsystem of a cluster.
</li>
<li>
<b>Researcher PhD Student</b> Uppsala University. March 2020 - October 2024 <br>
Joint PhD between Uppsala and Murcia
</li>
</ul>
<h2>Education</h2>
<ul>
<li>
<b>MSc New Technologies in Computer Science</b> Computer Science Faculty, University of Murcia. 2018 - 2019<br>
Grade: 9.4/10 <br>
Master's thesis score: 9.7/10
</li>
<li>
<b>BSc Computer Science Engineering</b> Computer Science Faculty, University of Murcia. 2014 - 2018<br>
Grade: 7.59/10 <br>
Bachelors's thesis score: 9.7/10
</li>
<li>
<b>Computer Engineering Department Internal Student</b> Computer Science Faculty, University of Murcia. 2016 - 2019<br>
</li>
<li>
<b>ACACES Summer School</b> ACACES. 2021<br>
</li>
<li>
<b>ACACES Summer School</b> ACACES. 2020<br>
</li>
<li>
<b>ACM Summer School</b> Universitat Politècnica de Catalunya. 2021<br>
Best Poster Award
</li>
<li>
<b>ACM Summer School</b> Universitat Politècnica de Catalunya. 2019<br>
One of the Top 5 best marks
</li>
<li>
<b>PUMPS+AI Summer School</b> Universitat Politècnica de Catalunya. 2021<br>
</li>
</ul>
<h2>Patents</h2>
<ul>
<li>EP4167097, "HANDLING MEMORY-LINES IN A MULTI-CORE PROCESSOR", Issued 13 October 2021 (<a href="https://patents.google.com/patent/EP4167097A1" target="_blank">Link to Patent</a>)
</li>
</ul>
<h2>Licenses & Certifications</h2>
<ul>
<li>
<b>Teaching Computer Architecture using RVfpga</b> Imagination Technologies (Worldwide University Programme). September 2022
</li>
<li>
<b>Fundamentals of Deep Learning for Computer Vision</b> NVIDIA. February 2019 <br>
<a href="https://courses.nvidia.com/certificates/49cfeb30d11a4de0a8c2fb1faf2c6b22/" target="_blank">Online certificate</a>
Credential ID: 49cfeb30d11a4de0a8c2fb1faf2c6b22
</li>
<li>
<b>Fundamentals of parallelism on Intel Architecture</b> Coursera Intel. August 2018 <br>
<a href="https://www.coursera.org/account/accomplishments/verify/5MG3KHUEZDE6" target="_blank">Online certificate</a>
Credential ID: 5MG3KHUEZDE6
</li>
</ul>
<h2>Challenges</h2>
<ul>
<li><b>Qualcomm Fall Security Tech Forum CTF</b> Yearly CTF at Qualcomm!!</li>
<ul>
<li>2024 - 3rd Position (Cork) / 8th Position (Global)</li>
</ul>
<li><b>CTF CyberCamp UMU</b> CTF organized by the group CyberCamp UMU in July 2023</li>
Third position in the team TechCraftESP, more information about the challenge: <a href="https://eventos.um.es/101051/detail/ctf-cybercamp-umu.html" target="_blank">Link to the event announcement</a>.<br>
<li><b>TheZZAZZGlitch's April Fools Event</b> Annually hacking event organized by the Youtuber "TheZZAZZGlitch".</li>
<ul style="list-style: none;">
<li><a href="https://zzazzdzz.github.io/fools2025/" target="_blank">2025</a> - 8th Position</li>
<li><a href="https://zzazzdzz.github.io/fools2024/" target="_blank">2024</a> - 4th Position</li>
<li><a href="https://zzazzdzz.github.io/fools2023/" target="_blank">2023</a> - 3rd Position</li>
<li><a href="https://zzazzdzz.github.io/fools2022/" target="_blank">2022</a> - 1st Position</li>
<li><a href="https://zzazzdzz.github.io/fools2021/" target="_blank">2021</a> - 6th Position</li>
<li><a href="https://zzazzdzz.github.io/fools2020/" target="_blank">2020</a> - Event Cancelled</li>
<li><a href="https://zzazzdzz.github.io/fools2019/" target="_blank">2019</a> - 10th Position</li>
<li><a href="https://zzazzdzz.github.io/fools2018/" target="_blank">2018</a> - 1st Position</li>
<li><a href="https://zzazzdzz.github.io/fools2017/" target="_blank">2017</a> - 66th Position</li>
</ul>
<br>
</ul>
<h2>Courses</h2>
<ul>
<li><b>HPCAdminTech</b> 2018, 2019, 2020, 2021, 2024</li>
<li><b>Hipeac (STEM Student's Day)</b> 2019</li>
<li><b>Seminario de Invierno de la Red Capap-H</b> X-2019</li>
</ul>
<h2>Attended Webinars</h2>
<ul>
<li><b><a href="https://learning.intel.com/Developer/learn/courses/234/vhdl-basics" target="_blank">VHDL Basics</a></b> Intel Learning</li>
<li><b><a href="https://www.linuxfoundation.org/webinars/writing-linux-kernel-modules-in-rust" target="_blank">Writing Linux Kernel in Rust</a></b> Linux Foundation</li>
<li><b><a href="https://www.linuxfoundation.org/webinars/trust-and-the-linux-kernel-development-model" target="_blank">Trust And The Linux Kernel Development Model</a></b> Linux Foundation</li>
</ul>
<h2>System Admin</h2>
<ul>
<li><b>CAPS Research Group Cluster</b>(~20 users) 2020 - Present</li>
Installed and maintained the CAPS research group cluster.<br>
<li><b>GACOP Research Group Cluster</b>(~10 users) 2018 - 2020</li>
Installed and maintained the GACOP research group cluster.<br>
</ul>
<h2>Volunteering</h2>
<ul>
<li><b>Sakura Fest Staff 2024</b> [Arts and Culture] Ajuntament de Gavà, Casa Gran, Gavà (Barcelona), Spain. April 2024</li>
I assisted the organization's staff during the preparation of the event.<br>
And worked during the event organizing people, materials and anything else that was needed.<br>
</ul>
<ul>
<li><b>Sakura Fest Staff 2023</b> [Arts and Culture] Ajuntament de Gavà, Casa Gran, Gavà (Barcelona), Spain. March 2023</li>
I assisted the organization's staff during the last week of preparation.<br>
And worked during the event organizing people, materials and anything else that was needed.<br>
</ul>
</body>
</html>