-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
43 lines (30 loc) · 1.01 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
<!DOCTYPE html>
<html lang="en-US">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="styles.css">
</head>
<body>
<!-- website header-->
<div class=header>
<h1>「Ghadeer Almusaddar」</h1>
</div>
<!-- website content -->
<div class=content>
<p> I'm a Ph.D. student at Binghamton University, and interested in computer architecture.
My current research targets performance and hardware security challenges in heterogenous
systems and their memory systems.</p>
<p> <b>Keywords:</b> Heterogenous Systems, Accelerators, Memory Systems, Hardware Security, Performance Analysis and Optimization.</p>
<p> email: <b> galmusa1 [at] binghamton [dot] edu </b> </p>
<h2> </h2>
</div>
<!--website footer-->
<div class=footer>
<!--
<h6>غدير المصدر</h6>
<h6>アルムサダル・ガディル</h6>
-->
</div>
</body>
</html>