-
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
137 additions
and
23 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 |
---|---|---|
|
@@ -10,11 +10,11 @@ | |
<style> | ||
/* CSS for the menu bar */ | ||
nav { | ||
background-color: blue; /* Background color changed to blue */ | ||
background-color: #0000EE; /* Background color changed to blue */ | ||
color: white; /* Text color for the menu links */ | ||
text-align: center; | ||
position: fixed; /* Fixed position at the top of the viewport */ | ||
width: 100%; /* Full width */ | ||
position: sticky; /* Sticky position */ | ||
top: 0; /* Stick to the top */ | ||
z-index: 1; /* Place above other elements */ | ||
font-family: 'Calibri', sans-serif; /* Set font to Calibri */ | ||
} | ||
|
@@ -53,7 +53,7 @@ | |
|
||
/* Increase font size for content */ | ||
#about, #research, #projects, #teaching, #experience, #awards { | ||
font-size: 13pt; /* Increase font size by 3pt */ | ||
font-size: 16pt; /* Increase font size by 3pt */ | ||
} | ||
|
||
/* CSS for the large heading */ | ||
|
@@ -81,7 +81,7 @@ <h1 class="large-heading">Hi, I'm Ihyun</h1> | |
</nav> | ||
|
||
<!-- Profile photo section below the menu --> | ||
<table style="width:100%;max-width:800px;border:0px;border-spacing:0px;border-collapse:separate;margin-right:auto;margin-left:auto;margin-top:100px;"> | ||
<table style="width:100%;max-width:800px;border:0px;border-spacing:0px;border-collapse:separate;margin-right:auto;margin-left:auto;margin-top:150px;"> | ||
<tbody> | ||
<tr style="padding:0px"> | ||
<td style="padding:0px"> | ||
|
@@ -95,9 +95,9 @@ <h1 class="large-heading">Hi, I'm Ihyun</h1> | |
<!-- Content cell --> | ||
<td style="padding:2.5%;width:63%;vertical-align:middle"> | ||
<br> | ||
<p id="about">I am a senior at Stanford University studying Computer Science with Honors and Mathematics. My research interests are in cryptography and network security, and I like to build powerful security solutions based on strong cryptographic foundations. I am applying to PhD programs in Computer Science in Fall 2023.</p> | ||
<p id="about">I am a rising senior at Stanford University studying Computer Science and Mathematics. I care about and enjoy doing research in cryptography and network security. I plan to apply to PhD programs in those areas in Fall 2024.</p> | ||
<p id="research">At Stanford, I am a research assistant in the <a href="https://esrg.stanford.edu/">Empirical Security Research Group</a> and am involved with the <a href="https://crypto.stanford.edu/">Applied Cryptography Group</a>.</p> | ||
<p id="projects">I am also a board member for <a href="https://swimm.stanford.edu/">Stanford Women in Math Mentoring</a>.</p> | ||
<p id="projects">I am also a board member for <a href="https://swimm.stanford.edu/">Stanford Women in Math Mentoring</a> and a problem writer for the <a href="https://www.stanfordmathtournament.com/">Stanford Math Tournament</a>.</p> | ||
<br> | ||
<a href="mailto:[email protected]">Email</a> / | ||
<a href="Ihyun-Nam-CV.pdf">CV</a> / | ||
|
@@ -113,21 +113,135 @@ <h1 class="large-heading">Hi, I'm Ihyun</h1> | |
</tbody> | ||
</table> | ||
|
||
<!-- JavaScript for smooth scrolling --> | ||
<script> | ||
document.querySelectorAll('nav a').forEach(anchor => { | ||
anchor.addEventListener('click', function(e) { | ||
e.preventDefault(); | ||
|
||
const targetId = this.getAttribute('href').substring(1); | ||
const targetElement = document.getElementById(targetId); | ||
|
||
window.scrollTo({ | ||
top: targetElement.offsetTop, | ||
behavior: 'smooth' | ||
}); | ||
}); | ||
}); | ||
</script> | ||
<!-- Research section --> | ||
<table style="width:100%;border:0px;border-spacing:0px;border-collapse:separate;margin-right:auto;margin-left:auto;"> | ||
<tbody> | ||
<tr> | ||
<td style="padding:0px;width:100%;vertical-align:middle"> | ||
<h2 id="research">Research</h2> | ||
</td> | ||
</tr> | ||
<tr> | ||
<td style="padding:20px;width:75%;vertical-align:middle"> | ||
<h3>Noncense</h3> | ||
<p>This is associated with the Empirical Security Research Group at Stanford. I am investigating why some TLS client nonces repeat when they are not supposed to. (Spring 2023~)</p> | ||
</td> | ||
</tr> | ||
<tr> | ||
<td style="padding:20px;width:75%;vertical-align:middle"> | ||
<h3><a href="https://github.com/ihyunnam/FHE-image-classifier">Fully Homomorphic Encryption Image Classifier Using Deep Neural Networks</a></h3> | ||
<p>I received the Stanford University VPUE Major Grant to work on this project with Professor Dan Boneh. (Summer 2023)</p> | ||
</td> | ||
</tr> | ||
</tbody> | ||
</table> | ||
|
||
<!-- Projects & Publications section --> | ||
<table style="width:100%;border:0px;border-spacing:0px;border-collapse:separate;margin-right:auto;margin-left:auto;"> | ||
<tbody> | ||
<tr> | ||
<td style="padding:0px;width:100%;vertical-align:middle"> | ||
<h2 id="projects">Projects & Publications</h2> | ||
</td> | ||
</tr> | ||
<tr> | ||
<td style="padding:20px;width:75%;vertical-align:middle"> | ||
<h3><a href="https://arxiv.org/abs/2306.11383">A Survey of Multivariate Polynomial Commitment Schemes</a></h3> | ||
<p><strong>Ihyun Nam</strong><br> | ||
<em>This survey was written as part of my undergraduate independent research project in Cryptography.</em> (June 2023)</p> | ||
</td> | ||
</tr> | ||
<tr> | ||
<td style="padding:20px;width:75%;vertical-align:middle"> | ||
<h3><a href="shuffle squares.pdf">Shuffle Squares and Reverse Shuffle Squares</a></h3> | ||
<p>Xiaoyu He, Emily Huang, Rishubh Thaper, <strong>Ihyun Nam</strong><br> | ||
<em>Submitted to: The European Journal of Combinatorics. This research was associated with the <a href="https://surim.stanford.edu/">Stanford Undergraduate Research Institute in Mathematics.</a></em> (Summer 2021)</p> | ||
</td> | ||
</tr> | ||
<tr> | ||
<td style="padding:20px;width:75%;vertical-align:middle"> | ||
<h3><a href="Ihyun Nam EE (Mathematics, RSA).pdf">Comparison of Efficiencies of Euler and Carmichael's Totient Functions in RSA Key Generation</a></h3> | ||
<p>This was my Extended Essay component of the IB program for high school. (Fall 2019)</p> | ||
</td> | ||
</tr> | ||
</tbody> | ||
</table> | ||
|
||
<!-- Teaching section --> | ||
<table style="width:100%;border:0px;border-spacing:0px;border-collapse:separate;margin-right:auto;margin-left:auto;"> | ||
<tbody> | ||
<tr> | ||
<td style="padding:0px;width:100%;vertical-align:middle"> | ||
<h2 id="teaching">Teaching</h2> | ||
<p>I want to be a professional teacher one day! I'm always willing to take more teaching positions.</p> | ||
</td> | ||
</tr> | ||
<tr> | ||
<td style="padding:20px;width:75%;vertical-align:middle"> | ||
<strong>Stanford University Mathematics Camp</strong><br> | ||
<em>Assistant / Residential Counselor (Summer 2023)</em><br> | ||
<p>I assisted high school juniors and seniors during their 4-week learning of Abstract Algebra and Number Theory, and led cryptography research sessions.</p> | ||
</td> | ||
</tr> | ||
<tr> | ||
<td style="padding:20px;width:75%;vertical-align:middle"> | ||
<strong>Stanford Women in Math Mentoring (Stanford, CA)</strong><br> | ||
<em>Board member (Fall 2023 - Spring 2024)</em><br> | ||
<p>After being a mentee in SWIMM for 3 consecutive years, I was selected as one of the three undergraduate board members to join the SWIMM leadership my senior year.</p> | ||
</td> | ||
</tr> | ||
<tr> | ||
<td style="padding:20px;width:75%;vertical-align:middle"> | ||
<strong>Bloomsbury Education (Seoul, South Korea)</strong><br> | ||
<em>Math tutor (Summer 2020)</em><br> | ||
<p>I spent the best summer after graduating from high school, alternating between teaching IB Higher Level Math to high school seniors and teaching a third grader how to multiply fractions.</p> | ||
</td> | ||
</tr> | ||
</tbody> | ||
</table> | ||
|
||
<!-- Industry Experience section --> | ||
<table style="width:100%;border:0px;border-spacing:0px;border-collapse:separate;margin-right:auto;margin-left:auto;"> | ||
<tbody> | ||
<tr> | ||
<td style="padding:0px;width:100%;vertical-align:middle"> | ||
<h2 id="experience">Industry Experience</h2> | ||
</td> | ||
</tr> | ||
<tr> | ||
<td style="padding:20px;width:75%;vertical-align:middle"> | ||
<strong>Blockchain Researcher</strong><br> | ||
<em><a href="https://www.devsisters.com/en">Devsisters</a> (Seoul, South Korea)</em><br> | ||
<p>As part of Devsisters' blockchain game project, I developed a mathematical model to predict token prices of cryptocurrencies in 5 major DEXs. (Summer 2022)</p> | ||
</td> | ||
</tr> | ||
</tbody> | ||
</table> | ||
|
||
<!-- Honors & Awards section --> | ||
<table style="width:100%;border:0px;border-spacing:0px;border-collapse:separate;margin-right:auto;margin-left:auto;"> | ||
<tbody> | ||
<tr> | ||
<td style="padding:0px;width:100%;vertical-align:middle"> | ||
<h2 id="awards">Honors & Awards</h2> | ||
</td> | ||
</tr> | ||
<tr> | ||
<td style="padding:20px;width:75%;vertical-align:middle"> | ||
<strong>Stanford Undergraduate Research Fellowship (SURIM)</strong><br> | ||
<em>Recipient (Summer 2021)</em><br> | ||
<p>I was awarded the SURIM fellowship to conduct research in combinatorics and graph theory.</p> | ||
</td> | ||
</tr> | ||
<tr> | ||
<td style="padding:20px;width:75%;vertical-align:middle"> | ||
<strong>Stanford Math Tournament (SMT)</strong><br> | ||
<em>Problem Writer (Spring 2020 - Present)</em><br> | ||
<p>I write problems for the Stanford Math Tournament, an annual math competition for high school students.</p> | ||
</td> | ||
</tr> | ||
</tbody> | ||
</table> | ||
|
||
</body> | ||
</html> |