-
Notifications
You must be signed in to change notification settings - Fork 0
/
pres.html
47 lines (42 loc) · 1.88 KB
/
pres.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
<!DOCTYPE HTML>
<html lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>Ihyun Nam</title>
<meta name="author" content="Ihyun Nam">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" type="text/css" href="stylesheet.css">
<link rel="icon" href="images/favicon.ico">
</head>
<body>
<!-- Large heading above the menu bar -->
<h1 class="large-heading">Hi, I'm Ihyun</h1>
<!-- Menu bar at the very top of the page -->
<nav>
<ul>
<li><a href="index.html">About</a></li>
<li><a href="research.html">Research</a></li>
<li><a href="publications.html"> Publications</a></li>
<li><a href="pres.html"> Presentations</a></li>
<li><a href="teaching.html">Teaching</a></li>
<!-- <li><a href="#awards">Awards</a></li>-->
</ul>
</nav>
<!-- Projects & Publications section -->
<table style="width:80%;border:0px;border-spacing:0px;border-collapse:separate;margin-right:auto;margin-left:auto;">
<tbody>
<tr>
<td style="padding:20px;width:70%;vertical-align:middle">
<h3>Avg-Act Swap: Towards Faster Privacy-Preserving Machine Learning with Fully Homomorphic Encryption</h3>
<em>Poster presentation at the Symposium for Undergraduate Research and Public Service at Stanford University (Fall 2023) </p>
</td>
</tr>
<tr>
<td style="padding:20px;width:70%;vertical-align:middle">
<h3>Shuffle Squares and Reverse Shuffle Squares</h3>
<em>Poster presentation at the Symposium for Undergraduate Research and Public Service at Stanford University (Fall 2022) </p>
</td>
</tr>
</tbody>
</table>
</body>