-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
1 addition
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -47,7 +47,7 @@ | |
|
||
/* Increase font size for content */ | ||
#about, #research, #projects, #teaching, #experience, #awards { | ||
font-size: 16pt; /* Increase font size by 3pt */ | ||
font-size: 13pt; /* Increase font size by 3pt */ | ||
} | ||
|
||
/* CSS for the large heading */ | ||
|
@@ -116,7 +116,6 @@ <h1 class="large-heading">Hi, I'm Ihyun</h1> | |
<td style="padding:2.5%;width:63%;vertical-align:middle"> | ||
<br> | ||
<p id="about">I am a senior at <a href="https://www.stanford.edu/">Stanford University</a> studying Computer Science and Mathematics. I want to do research in applied cryptography and security and deliver powerful security solutions deployable in the real world. I am currently applying to PhD programs in Computer Science.</p> | ||
<p id="research">At Stanford, I am a research assistant in the <a href="https://esrg.stanford.edu/">Empirical Security Research Group</a> where I work with professor Zakir Durumeric. Last summer, I was supervised by professor Dan Boneh on a fully homomorphic encryption project <a href="https://github.com/ihyunnam/FHE-image-classifier">(project Github)</a>. Currently, I am advised by professor John Mitchell for a project on Cheon-Kim-Kim-Song FHE.</p> | ||
<p id="projects">Outside of research, I enjoy teaching and mentoring, especially revolving around diversity and inclusion in STEM. I'm currently a board member for <a href="https://swimm.stanford.edu/">Stanford Women in Math Mentoring</a>. Previously, I was a problem writer for the <a href="https://www.stanfordmathtournament.com/">Stanford Math Tournament</a> and a community outreach intern at <a href="https://wcc.stanford.edu/"> Stanford Women's Community Center.</a></p> | ||
<br> | ||
<a href="mailto:[email protected]">Email</a> / | ||
|