Skip to content

Commit 084e7b3

Browse files
committed
Some polishing
1 parent 0116925 commit 084e7b3

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

pages/index.vue

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,8 @@
2525
<div class="box">
2626
<div class="content">
2727
<p>Hello! My name is <strong>Eric Schneider</strong> (<em>he/him</em>).</p>
28-
<p>I am currently a second-year computer science PhD student at Virginia Tech, expecting to graduate in 2029. Previously, I earned an MS (2024) and a BS (2023) from UNC Chapel Hill in computer science (BS/MS) and mathematics (BS).</p>
29-
<p>My research interests are mainly in computer architecture, operating systems, and security. Currently, I am most interested in trusted execution environments (TEEs), sandboxing and isolation, and heterogeneous computing.</p>
28+
<p>I am currently a second-year computer science PhD student at Virginia Tech, expecting to graduate in 2029. Previously, I earned an MS (2024) and a BS (2023) from UNC Chapel Hill in computer science (MS/BS) and mathematics (BS).</p>
29+
<p>My research interests are mainly in computer architecture, operating systems, and security. More specifically, I am currently most interested in trusted execution environments (TEEs), sandboxing and isolation, and heterogeneous computing.</p>
3030
<p>Welcome to my website! I recently updated it and I hope to polish it a little more soon.</p>
3131
</div>
3232
</div>
@@ -38,11 +38,11 @@
3838
<div class="content">
3939
<h2>Background</h2>
4040
<p>I got into programming very early in middle school, and I loved making software (mostly Minecraft mods), which propelled me to major in computer science once I got to college. There, I refined my taste to a more general love of computer science, rather than just programming, and I grew particularly interested in systems, especially in computer architecture, compilers/programming languages, and operating systems. I took all the classes I could for those topics, but didn't want to stop there; hence, that is how I got into systems research. Currently, my research is focused on trusted execution environments (TEEs); see my <a href="/research">research page</a> for more information on past and present research.</p>
41-
<p>Outside of classes and academia, I have worked on many hobby projects, including quite a few hackathon entries. I have also worked in industry thrice as an intern, working for VMware (summer 2021 and 2022) and Nutanix (2024). See my <a href="/software">software page</a> for more information on all the many projects I have contributed towards. For programming, I have the most experience in Java and C, and some in Ruby, Rust, JavaScript, and plenty others. You can see my list of skills on my <a href="/CV.pdf">CV</a>. If using a language I haven't used for a while, I can be a bit rusty, but I can always adapt fast. Generally, I'm pretty flexible when it comes to languages and frameworks, since I've touched enough of everything to be able to adapt to whatever situation I need to.</p>
41+
<p>Outside of classes and academia, I have worked on many hobby projects, including quite a few hackathon entries. I have also worked in industry thrice as an intern, working for VMware (summer 2021 and 2022) and Nutanix (2024). See my <a href="/software">software page</a> for more information on all the many projects I have contributed towards. When it comes to programming, I have the most experience in Java and C, and some in Ruby, Rust, JavaScript, and plenty others. You can see my list of skills on my <a href="/CV.pdf">CV</a>. If using a language I haven't used for a while, I can be a bit rusty, but I can always adapt fast. I'm pretty flexible when it comes to languages and frameworks, since I've touched enough of everything to be able to adapt to whatever situation I need to.</p>
4242
<p>Outside of academia and software, I love to exercise. I used to train for marathons (I've run seven), but after an injury and some hiatus, I am currently trying to transition towards triathlons. I also enjoy lifting weights. I occasionally like playing video games, especially Minecraft, reading the news, and cats.</p>
4343

4444
<h2 class="subtitle">Contact</h2>
45-
<p>If you want to contact me, you can contact me through the address <code>e r i c t s @ vt . edu</code> (<a href="javascript:" @click="copyEmail">copy</a>). This is my student email, but it is continually monitored outside the school semester. Email is my preferred means of initial contact.</p>
45+
<p>If you want to contact me, you can contact me through the address <code>e r i c t s</code>(at)<code>vt . edu</code> (<a href="javascript:" @click="copyEmail">copy</a>). This is my student email, but it is continually monitored outside the school semester. Email is my preferred means of initial contact.</p>
4646
<p>You can add me on <a href="https://www.linkedin.com/in/eric-cs/">LinkedIn</a>. You are welcome to contact me there, but I don't check it as often. Also, usually my information on LinkedIn is a bit dated.</p>
4747
</div>
4848
</section>

pages/research.vue

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
</section>
1313
<section class="section">
1414
<div class="content">
15-
<p>I have done some research. My research interests are mainly in computer architecture, operating systems, and security. Currently, I am most interested in trusted execution environments (TEEs), sandboxing and isolation, and heterogeneous computing.</p>
15+
<p>I have done some research. My research interests are mainly in computer architecture, operating systems, and security. More specifically, I am currently most interested in trusted execution environments (TEEs), sandboxing and isolation, and heterogeneous computing.</p>
1616
<h2>Publications</h2>
1717
<ul>
1818
<li>Adaptive and Efficient Dynamic Memory Management for Hardware Enclaves
@@ -30,9 +30,9 @@
3030

3131
<h2>Service</h2>
3232
<ul>
33-
<li>ASPLOS AEC 2026</li>
34-
<li>ASPLOS AEC 2025</li>
35-
<li>ASPLOS AEC 2024</li>
33+
<li><a href="https://sites.google.com/view/asplos26aec/home">ASPLOS AEC PC 2026</a></li>
34+
<li><a href="https://sites.google.com/view/asplos25aec/home">ASPLOS AEC PC 2025</a></li>
35+
<li><a href="https://sites.google.com/view/asplos24aec/home">ASPLOS AEC PC 2024</a></li>
3636
</ul>
3737

3838
<h2>Research Projects</h2>

0 commit comments

Comments
 (0)