-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
167 lines (159 loc) · 8.23 KB
/
index.html
File metadata and controls
167 lines (159 loc) · 8.23 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
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<link rel="apple-touch-icon" sizes="180x180" href="/favicon/apple-touch-icon.png?v=2">
<link rel="icon" type="image/png" sizes="32x32" href="/favicon/favicon-32x32.png?v=2">
<link rel="icon" type="image/png" sizes="16x16" href="/favicon/favicon-16x16.png?v=2">
<link rel="manifest" href="/favicon/site.webmanifest?v=2">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Jacob Ioffe's Website</title>
<meta name="description" content="Jacob Ioffe - Software Engineer at NVIDIA working on NeMo Retriever. Cornell Tech graduate specializing in deep learning and healthcare AI.">
<link rel="canonical" href="https://jioffe502.github.io/">
<meta property="og:title" content="Jacob Ioffe - Software Engineer & Researcher">
<meta property="og:description" content="Software engineer and researcher at Cornell Tech">
<meta property="og:type" content="website">
<meta property="og:url" content="https://jioffe502.github.io/">
<meta property="og:image" content="https://jioffe502.github.io/tovah.png">
<meta name="twitter:card" content="summary_large_image">
<meta name="twitter:site" content="@ioffejacob">
<meta name="twitter:title" content="Jacob Ioffe - Software Engineer & Researcher">
<meta name="twitter:description" content="Software engineer and researcher at Cornell Tech">
<meta name="twitter:image" content="https://jioffe502.github.io/tovah.png">
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@type": "Person",
"name": "Jacob Ioffe",
"url": "https://jioffe502.github.io",
"jobTitle": "Software Engineer",
"worksFor": {
"@type": "Organization",
"name": "NVIDIA"
},
"alumniOf": {
"@type": "CollegeOrUniversity",
"name": "Cornell Tech"
},
"sameAs": [
"https://github.com/jioffe502",
"https://twitter.com/ioffejacob",
"https://www.linkedin.com/in/jacob-ioffe"
]
}
</script>
<script src="https://cdn.tailwindcss.com"></script>
<script>
tailwind.config = {
theme: {
extend: {
colors: {
'warm-brown': '#a8684c',
'muted-red': '#9e6355',
'deep-red': '#9b3823',
'dark-red': '#8c3c23',
'golden': '#f4c16c',
'bg-cream': '#e4e4d5',
}
}
}
}
</script>
</head>
<body class="font-sans w-11/12 md:w-3/5 mx-auto my-2 md:my-20 bg-bg-cream">
<main class="grid grid-cols-1 md:grid-cols-[1fr_auto_1fr] md:grid-rows-[auto_1fr_auto] gap-8 min-h-[80vh]">
<!-- LEFT COLUMN (stacks on mobile, offset on desktop) -->
<div class="md:col-start-1 md:row-start-1 md:sticky md:top-8 max-w-xs">
<h1 class="text-2xl text-warm-brown mb-8 whitespace-nowrap">
jacob ioffe 🚠
</h1>
<ul class="list-none p-0">
<li class="font-bold my-3">
<a href="https://github.com/jioffe502"
onclick="window.goatcounter.count({
path: 'nav-github-click',
title: 'GitHub Navigation Click',
event: true
})"
class="text-xl font-bold p-1 text-deep-red hover:text-golden hover:scale-105 hover:-rotate-2 transition-all duration-300 ease-in-out inline-block">github</a>
</li>
<li class="font-bold my-3">
<a href="https://twitter.com/ioffejacob"
onclick="window.goatcounter.count({
path: 'nav-twitter-click',
title: 'Twitter Navigation Click',
event: true
})"
class="text-xl font-bold p-1 text-deep-red hover:text-golden hover:scale-105 hover:-rotate-2 transition-all duration-300 ease-in-out inline-block">twitter</a>
</li>
<li class="font-bold my-3">
<a href="https://www.linkedin.com/in/jacob-ioffe"
onclick="window.goatcounter.count({
path: 'nav-linkedin-click',
title: 'LinkedIn Navigation Click',
event: true
})"
class="text-xl font-bold p-1 text-deep-red hover:text-golden hover:scale-105 hover:-rotate-2 transition-all duration-300 ease-in-out inline-block">linkedin</a>
</li>
<!-- <li class="font-bold my-3">
<a href="static/pdf/jacobioffe_CV_MLSys.pdf"
onclick="window.goatcounter.count({
path: 'nav-resume-click',
title: 'Resume Download Click',
event: true
})"
class="text-xl font-bold p-1 text-deep-red hover:text-golden hover:scale-105 hover:-rotate-2 transition-all duration-300 ease-in-out inline-block">resume</a>
</li> -->
<li class="font-bold my-3">
<a href="./projects/projects.html"
onclick="window.goatcounter.count({
path: 'nav-projects-click',
title: 'Projects Navigation Click',
event: true
})"
class="text-xl font-bold p-1 text-deep-red hover:text-golden hover:scale-105 hover:-rotate-2 transition-all duration-300 ease-in-out inline-block">projects</a>
</li>
<li class="font-bold my-3">
<a href="./writings/writings.html"
onclick="window.goatcounter.count({
path: 'nav-writings-click',
title: 'Writings Navigation Click',
event: true
})"
class="text-xl font-bold p-1 text-deep-red hover:text-golden hover:scale-105 hover:-rotate-2 transition-all duration-300 ease-in-out inline-block">writings</a>
</li>
<li class="font-bold my-3">
<a href="./gallery/gallery.html"
onclick="window.goatcounter.count({
path: 'nav-gallery-click',
title: 'Gallery Navigation Click',
event: true
})"
class="text-xl font-bold p-1 text-deep-red hover:text-golden hover:scale-105 hover:-rotate-2 transition-all duration-300 ease-in-out inline-block">gallery</a>
</li>
</ul>
</div>
<!-- RIGHT COLUMN (full width on mobile, offset on desktop) -->
<div class="md:col-start-3 md:row-start-2 md:mt-42 text-deep-red text-lg max-w-prose">
<p class="mb-4">
I'm a software engineer at NVIDIA building GPU-accelerated document extraction and retrieval for LLM applications.
</p>
<p class="mb-4">
I studied at Cornell Tech with a focus on machine learning and neuroscience. I'm passionate about using computation to interpret health data and augment scientific intelligence and decision-making.
</p>
<p>
When I'm not coding, you can find me <a href="gallery/gallery.html" class="underline hover:text-golden transition-colors">taking photos of my dog</a>, exercising, or sitting about in New York City.
</p>
</div>
<!-- Footer (flows naturally on mobile, positioned on desktop) -->
<div class="md:col-start-1 md:row-start-3 mb-4 mt-8 md:mt-0">
<p class="text-sm text-dark-red whitespace-nowrap">
* Its like coffee with a y
</p>
</div>
</main>
<!-- GoatCounter analytics -->
<script data-goatcounter="https://ioffe.goatcounter.com/count"
async src="//gc.zgo.at/count.js"></script>
</body>
</html>