-
Notifications
You must be signed in to change notification settings - Fork 0
/
professional.html
45 lines (44 loc) · 2.22 KB
/
professional.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
<!DOCTYPE html>
<head>
<link rel="stylesheet" href="template/template.css" type="text/css">
<link rel="icon" href="favicon.ico">
<title>Jeremy's Website</title>
</head>
<body>
<div id="side">
<div id="icon">
<a href="https://jeremykubenjet.com"><img src="favicon.ico" alt="logo" width=100 class="logo"></a>
</div>
<div style="margin-left: 20%;">
<br>
<a href="index.html">home</a>
<br>
<a href="about.html">about</a>
<br>
<a href="stories.html">stories</a>
<br>
<a href="professional.html">professional</a>
</div>
</div>
<div id="main">
<h4>Last Updated 2024-07-12</h4>
<h1>Jeremy Ku-Benjet</h1>
<img src="assets/me.jpeg" alt="me" width=300 class="center">
<fieldset>
<legend>Bio</legend>
<p>Hello, I'm Jeremy Ku-Benjet. I'm a student studying Computer Science (CS) at Cornell University with interests in programming languages, compilers, and computer architecture; especially combining the three to make each one easier. I'm currently applying to doctoral programs!
</fieldset>
<fieldset>
<legend>Research and Work</legend>
<p>I currently work with <a href="https://www.cs.cornell.edu/~asampson/">Adrian Sampson</a> in <a href="https://capra.cs.cornell.edu/">Capra</a> on <code>fud2</code>, a little program to run the many tools of <a href="https://calyxir.org/">Calyx</a>. I also program on the <a href="https://www.cs.cornell.edu/projects/cms/cmsx/">CMSX</a> team, Cornell's course management website.</p>
<p>I also enjoy teaching! I've been a teaching assistant (TA) for Computer Organization and Systems Programming, the core computer systems course at Cornell. I will be a TA for Cornell's computer architecture course in the coming year.</p>
</fieldset>
<fieldset>
<legend>Links and Contacts</legend>
<ul>
<li><a href="https://jeremykubenjet.com/extras/resume.pdf">Resume</a></li>
<li><a href="https://github.com/jku20">Github</a></li>
<li>Email: ɯoɔ ʇop lᴉɐɯƃ ʇɐ looɥɔsʇǝɾuǝqnʞʎɯǝɹǝɾ</li>
</ul>
</div>
</body>