-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
228 lines (206 loc) · 7.37 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
215
216
217
218
219
220
221
222
223
224
225
226
227
228
<!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/" />
<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: #4CAF40;
}
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: #57900F;
overflow: hidden;
margin: 0.4em;
}
.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;}
a img {height: 1.5em;}
</style>
</head>
<body>
<header>
<h1>Eduardo José Gómez Hernández</h1>
<nav class="menu">
<ul>
<li><a class="active" href="#">Biography</a></li>
<li><a href="research.html">Research</a></li>
<li><a href="education.html">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>
<div class="container">
<div style="margin: 1em; float: left;">
<section>
<img class="profile" src="img/me.jpeg" />
</section>
<div class="note" style="float: left;">
<section>
<a href="https://www.linkedin.com/in/eduardo-jos%C3%A9-g%C3%B3mez-hern%C3%A1ndez/" target="_blank"><img src="img/ln.png" alt="LinkedIn" /></a>
<a href="https://github.com/OdnetninI" target="_blank"><img src="img/github.png" alt="Github" /></a>
<a href="https://gitlab.com/OdnetninI" target="_blank"><img src="img/gitlab.png" alt="Gitlab" /></a>
</section>
</div>
</div>
</div>
<div class="note" style="float: left;">
<header>About Me!</header>
<section>
<b>Contact: contact at edujgh.net</b><br>
<br>
Senior CPU Engineer at Qualcomm Cork
<br>
Looking for learning more at all times<br>
Breaking the Limits :)
<!--Joint Ph.D. Student in Computer Architecture<br>
<br>
<b>Directors:</b><br>
Alberto Ros Bardisa (University of Murcia)<br>
Stefanos Kaxiras (Uppsala Universitet)<br>
<br>
Computer Architecture and Parallel Systems Group<br>
Computer Engineering Department<br>
University of Murcia, Spain<br>
<br>
Uppsala Architecture Research Team<br>
Department of Information Technology<br>
Uppsala Universitet, Sweden<br>-->
</section>
</div>
<div class="note" style="float: left; max-width: 30em;">
<header>Bio!</header>
<section>
<!--Eduardo José Gómez Hernández is a four-year Ph.D. Student in the Computer Engineering Department, University of Murcia (Spain), under a joint-PhD agreement with the University of Uppsala (Sweden). <br>
<br>
His research interests include computer architecture, cache coherence, memory hierarchy, and multi-processor/multi-core architectures.<br>
<br>-->
Eduardo José Gómez Hernández is a Senior CPU Engineer at Qualcomm, Cork. Looking for new oportunities to continue learning. <br>
<br>
He is waiting to do his Ph.D. defense at the University of Murcia (Spain), under s joint-PhD agreement with the University of Uppsala (Sweden). <br>
<br>
He completed a BSc in Computer Engineering and an MSc in New Technologies in Computer Science, both specializing in computer architecture and high-performance computing, at the University of Murcia.<br>
<br>
During his university career, he has administrated multiple computer clusters used by research groups, worked in team, and taught several subjects.<br>
<br>
He has experience with multiple up-to-date tools and systems (not only for research).<br>
</section>
</div>
<div class="note" style="float: left; max-width: 30em;">
<header>TheZZAZZGlitch's April Fools Event</header>
<section>
The TheZZAZZGlitch's April Fools Event is a hacking event organized by the Youtuber "TheZZAZZGlitch".<br>
<br>
The event is usually run on Gameboy or Gameboy Advance with some unmodified Pokemon ROM and a custom Save file. It includes the understanding of several topics: Reverse Engineering, Networking, Assembly (LR35902, ARM), Quick prototyping, among many others. <br>
<br>
Username: "OdnetninI" or "OdnetinI" or "odnetnini" <br>
<br>
<b>Year - Position</b>
<ul style="list-style: none;">
<li><a href="https://zzazzdzz.github.io/fools2017/" target="_blank">2017</a> - 66</li>
<li><a href="https://zzazzdzz.github.io/fools2018/" target="_blank">2018</a> - 1</li>
<li><a href="https://zzazzdzz.github.io/fools2019/" target="_blank">2019</a> - 10</li>
<li><a href="https://zzazzdzz.github.io/fools2020/" target="_blank">2020</a> - Event Cancelled</li>
<li><a href="https://zzazzdzz.github.io/fools2021/" target="_blank">2021</a> - 6</li>
<li><a href="https://zzazzdzz.github.io/fools2022/" target="_blank">2022</a> - 1</li>
<li><a href="https://zzazzdzz.github.io/fools2023/" target="_blank">2023</a> - 3</li>
<li><a href="https://zzazzdzz.github.io/fools2024/" target="_blank">2024</a> - 4</li>
</ul>
</section>
</div>
<div class="note" style="float: left; max-width: 30em;">
<header>Oddities</header>
<section>
GNU/Linux enjoyer (even for gaming)<br>
Admin of a Technical Minecraft Server (TechCraft ESP)<br>
Retro-Tech :)<br>
Anime and Manga enjoyer (Mahou Shoujo lover)<br>
PC and Console Gamer<br>
Plushie lover <3 <br>
There are so many topics... I cannot fit them here!!!<br>
</section>
</div>
</body>
</html>