-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathprofessional.html
45 lines (44 loc) · 2.33 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 2025-01-13</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 senior studying Computer Science at Cornell University with interests in programming languages, compilers, and computer architecture, especially combining the three to make each one easier.
</fieldset>
<fieldset>
<legend>Research and Work</legend>
<p>I currently work in <a href="https://zhang.ece.cornell.edu/">Zhiru Zhang's lab</a> on open hardware tools. Last summer, and in some of my free time, I worked 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; we make Cornell's course management website.</p>
<p>I enjoy teaching! I've been a teaching assistant (TA) for Cornell's core systems programming course (CS 3410), Cornell's object oriented programming and data structures course (CS 2110), Cornell's computer architecture course (ECE 4750), and I am currently a TA for Cornell's game development course (CS/INFO 3152).</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>