-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathindex.html
More file actions
59 lines (51 loc) · 2.09 KB
/
index.html
File metadata and controls
59 lines (51 loc) · 2.09 KB
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
48
49
50
51
52
53
54
55
56
57
58
59
---
layout: default
title: Muchen's Homepage
---
<div class="my-5"></div>
<h1>Hello!</h1>
<div class="pl-3">
<p>My name is Muchen, and I currently work as an emulation engineer at Intel on the chiplet ecosystem IPs for the next generation x86
architecture.</p>
<p>I graduated from University of British Columbia in 2022 (M.A.Sc. in Electrical and Computer Engineering).
My research focus was on CPU hardware security and I worked on <a href="https://dx.doi.org/10.14288/1.0430555">side-channel attacks and defenses for modern processors.</a></p>
<p>You might know me from when I TA'd for various courses at UBC and the <a href="/documents/"> course notes I provide</a>.</p>
<p>I previously worked at Solidigm, performing emulation validation on SSD controllers. I had co-op terms at Intel NSG (SSD division that was spun off to form Solidigm) as FPGA Engineering intern, <a href="https://www.bioware.com/en-us/">EA - BioWare</a> as UI/UX Programmer Intern, and <a href="https://www.vitalmechanics.com/">VitalMechanics</a> as a Software Developer Intern.</p>
<p>In my free time, I enjoy analog photography, video games, and tinkering with new technologies.</p>
</div>
<!-- <h2>Contacts</h2>
<p>
{% for item in site.data.contacts.default %}
{% unless item.show_homepage %}
{% continue %}
{% endunless %}
{% if item.icon %}
<a class="btn" style="min-width: 3em; margin-right: .5em" href="{{ item.link }}"><i class="{{ item.icon }}"></i></a>
{% else %}
<i>{{ item.title }}</i>
{% endif %}
{% endfor %}
</p> -->
<!--
<div class="row my-5">
#
<h2>☺ Hello!</h2>
{% capture intro %}
{% endcapture %}
{{ intro | markdownify }}
<div class="my-3"></div>
<h6>Contact</h6>
<p>
{% for item in site.data.contact.default %}
{% unless item.show_homepage %}
{% continue %}
{% endunless %}
{% if item.icon %}
<i class="{{ item.icon }}"></i>
{% else %}
<i>{{ item.title }}</i>
{% endif %}
<a href="{{ item.link }}">{{ item.text }}</a>
{% endfor %}
</p>
</div> -->