-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
413 lines (393 loc) · 17.6 KB
/
Copy pathindex.html
File metadata and controls
413 lines (393 loc) · 17.6 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
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
<!doctype html>
<html lang='en'>
<head>
<meta charset='utf-8' />
<meta name='viewport' content='width=device-width, initial-scale=1' />
<meta name='description' content='Life sciences AI product manager with a decade of experience at AWS and DNAnexus. I turn specialized research tools into products more scientists can actually use.' />
<title>Domen Jemec | Life Sciences AI Product Manager</title>
<meta property='og:title' content='Domen Jemec | Life Sciences AI Product Manager' />
<meta property='og:description' content='Life sciences AI PM with a decade of experience at AWS and DNAnexus. I turn specialized research tools into products more scientists can actually use.' />
<meta property='og:url' content='https://domenjemec.com' />
<meta property='og:type' content='website' />
<meta property='og:image' content='https://domenjemec.com/resources/photo.jpg' />
<meta name='twitter:card' content='summary_large_image' />
<meta name='twitter:site' content='@domenjemec' />
<meta name='twitter:creator' content='@domenjemec' />
<meta name='twitter:title' content='Domen Jemec | Life Sciences AI Product Manager' />
<meta name='twitter:description' content='Life sciences AI PM with a decade of experience at AWS and DNAnexus. I turn specialized research tools into products more scientists can actually use.' />
<meta name='twitter:image' content='https://domenjemec.com/resources/photo.jpg' />
<link rel='canonical' href='https://domenjemec.com' />
<meta name='author' content='Domen Jemec' />
<meta name='robots' content='index, follow' />
<style>
:root{
--bg:#020810;
--text:#ffffff;
--muted:#8899aa;
--accent:#00f5ff;
--maxw:1400px;
--mono:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;
--sans:-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,Helvetica,Arial,sans-serif;
}
*{box-sizing:border-box;margin:0;padding:0}
html{scroll-behavior:smooth}
body{
font-family:var(--sans);
color:var(--text);
line-height:1.6;
background:var(--bg);
font-size:18px;
}
a{color:inherit;text-decoration:none}
.container{max-width:var(--maxw);margin:0 auto;padding:0 2vw}
/* Nav */
nav{
padding:15px 0 10px;
display:flex;
justify-content:space-between;
align-items:center;
}
.logo{
font-size:30px;
font-weight:700;
color:var(--accent);
/*text-shadow:0 0 20px rgba(0,245,255,.4);*/
}
.nav-social{display:flex;gap:20px;align-items:center}
.nav-social a,.nav-social button{
color:var(--muted);
transition:all .1s;
display:flex;
align-items:center;
justify-content:center;
background:none;
border:none;
cursor:pointer;
}
.nav-social a:hover,.nav-social button:hover{color:var(--accent)}
.nav-social svg{width:22px;height:22px}
.nav-link{
font-size:14px;
text-transform:uppercase;
letter-spacing:2px;
font-weight:600;
}
/* Hero */
.hero{padding:0px 0 70px}
.hero h1{
font-size:clamp(28px,4vw,46px);
font-weight:700;
line-height:1.2;
letter-spacing:-0.5px;
margin-bottom:25px;
color:var(--text);
}
.hero-grid{
display:grid;
grid-template-columns:1fr 630px;
gap:60px;
align-items:start;
}
@media(max-width:700px){
.hero-grid{
grid-template-columns:1fr;
}
.hero-image{order:-1;justify-self:center}
}
.hero-image img{
width:600px;
height:800px;
object-fit:cover;
object-position:center top;
border-radius:0;
/*border:2px solid rgba(0,245,255,.25);
box-shadow:0 0 80px rgba(0,245,255,.15);*/
}
@media(max-width:700px){
.hero-image img{width:320px;height:800px}
}
@media(max-width:500px){
.hero-image img{width:100%;height:auto;aspect-ratio:3/4}
}
.tagline{
font-size:17px;
color:var(--muted);
line-height:1.7;
margin-bottom:32px;
max-width:520px;
}
/* Now section in hero */
.now-section h2{
font-size:12px;
font-weight:600;
text-transform:uppercase;
letter-spacing:2px;
color:var(--accent);
margin-bottom:16px;
}
.project-list{display:flex;flex-direction:column;gap:12px}
.project-item{
padding:14px 18px;
border-radius:0;
position:relative;
cursor:pointer;
}
.project-item:hover{
border-color:rgba(0,245,255,.35);
border:1px solid rgba(0,245,255,.12);
box-shadow:0 0 30px rgba(0,245,255,.1);
}
.project-item:hover h3 a{color:var(--accent)}
.project-item h3{
font-size:15px;
font-weight:600;
margin-bottom:4px;
display:flex;
align-items:center;
gap:8px;
}
.project-item .tile-icon{
width:13px;
height:13px;
color:var(--muted);
flex-shrink:0;
}
.project-item h3 a{color:var(--text);transition:color .2s}
.project-item h3 a::after{
content:'';
position:absolute;
inset:0;
z-index:1;
}
.project-item p{
color:var(--muted);
font-size:13px;
line-height:1.55;
}
/* Sections */
section{padding:70px 0}
section h2{
font-size:13px;
font-weight:600;
text-transform:uppercase;
letter-spacing:2px;
color:var(--accent);
margin-bottom:32px;
}
/* Story */
.story p{
color:var(--muted);
font-size:17px;
line-height:1.85;
margin-bottom:20px;
}
.story p:last-child{margin-bottom:0}
.story a{
color:var(--accent);
text-decoration:underline;
text-underline-offset:3px;
}
.story a:hover{text-decoration:none}
/* Work */
.work-toggle{
background:none;
border:none;
padding:0;
margin-bottom:0;
cursor:pointer;
color:var(--accent);
font-family:var(--sans);
font-size:13px;
font-weight:600;
text-transform:uppercase;
letter-spacing:2px;
display:flex;
align-items:center;
gap:10px;
transition:opacity .15s;
}
.work-toggle:hover{opacity:.75}
.work-toggle .chevron{
width:10px;
height:10px;
border-right:2px solid var(--accent);
border-bottom:2px solid var(--accent);
transform:rotate(-45deg);
transition:transform .25s ease;
margin-top:-3px;
}
.work-toggle[aria-expanded='true'] .chevron{transform:rotate(45deg);margin-top:-6px}
.work-toggle[aria-expanded='true']{margin-bottom:32px}
.work-list{
display:grid;
grid-template-rows:0fr;
transition:grid-template-rows .35s ease;
}
.work-list[data-open='true']{grid-template-rows:1fr}
.work-list-inner{
overflow:hidden;
display:flex;
flex-direction:column;
gap:16px;
}
.work-item{
padding:20px 0;
border-bottom:1px solid rgba(255,255,255,.07);
}
.work-item:last-child{border-bottom:none}
.work-item h3{
font-size:17px;
font-weight:600;
margin-bottom:4px;
}
.work-item h3 a{color:var(--text);transition:color .2s}
.work-item h3 a:hover{color:var(--accent)}
.work-item .company{
font-size:13px;
color:var(--accent);
font-family:var(--mono);
margin-bottom:8px;
}
.work-item p{
color:var(--muted);
font-size:15px;
line-height:1.7;
}
/* Footer */
footer{
padding:36px 0;
border-top:1px solid rgba(255,255,255,.07);
display:flex;
justify-content:space-between;
align-items:center;
color:var(--muted);
font-size:14px;
}
footer a{color:var(--accent)}
@media(max-width:500px){
footer{flex-direction:column;gap:10px;text-align:center}
}
</style>
<!-- Google tag (gtag.js) -->
<script async src='https://www.googletagmanager.com/gtag/js?id=G-CRV0D7Q5HX'></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-CRV0D7Q5HX');
</script>
</head>
<body>
<div class='container'>
<nav>
<div class='logo'>Domen Jemec</div>
<div class='nav-social'>
<a href='blog.html' class='nav-link'>Blog</a>
<a href='https://www.linkedin.com/in/domenjemec/' target='_blank' rel='noopener' aria-label='LinkedIn'>
<svg viewBox='0 0 24 24' fill='currentColor'><path d='M20.447 20.452h-3.554v-5.569c0-1.328-.027-3.037-1.852-3.037-1.853 0-2.136 1.445-2.136 2.939v5.667H9.351V9h3.414v1.561h.046c.477-.9 1.637-1.85 3.37-1.85 3.601 0 4.267 2.37 4.267 5.455v6.286zM5.337 7.433c-1.144 0-2.063-.926-2.063-2.065 0-1.138.92-2.063 2.063-2.063 1.14 0 2.064.925 2.064 2.063 0 1.139-.925 2.065-2.064 2.065zm1.782 13.019H3.555V9h3.564v11.452zM22.225 0H1.771C.792 0 0 .774 0 1.729v20.542C0 23.227.792 24 1.771 24h20.451C23.2 24 24 23.227 24 22.271V1.729C24 .774 23.2 0 22.222 0h.003z'/></svg>
</a>
<a href='https://github.com/djemec' target='_blank' rel='noopener' aria-label='GitHub'>
<svg viewBox='0 0 24 24' fill='currentColor'><path d='M12 .297c-6.63 0-12 5.373-12 12 0 5.303 3.438 9.8 8.205 11.385.6.113.82-.258.82-.577 0-.285-.01-1.04-.015-2.04-3.338.724-4.042-1.61-4.042-1.61C4.422 18.07 3.633 17.7 3.633 17.7c-1.087-.744.084-.729.084-.729 1.205.084 1.838 1.236 1.838 1.236 1.07 1.835 2.809 1.305 3.495.998.108-.776.417-1.305.76-1.605-2.665-.3-5.466-1.332-5.466-5.93 0-1.31.465-2.38 1.235-3.22-.135-.303-.54-1.523.105-3.176 0 0 1.005-.322 3.3 1.23.96-.267 1.98-.399 3-.405 1.02.006 2.04.138 3 .405 2.28-1.552 3.285-1.23 3.285-1.23.645 1.653.24 2.873.12 3.176.765.84 1.23 1.91 1.23 3.22 0 4.61-2.805 5.625-5.475 5.92.42.36.81 1.096.81 2.22 0 1.606-.015 2.896-.015 3.286 0 .315.21.69.825.57C20.565 22.092 24 17.592 24 12.297c0-6.627-5.373-12-12-12'/></svg>
</a>
<a href='https://x.com/domenjemec' target='_blank' rel='noopener' aria-label='Twitter'>
<svg viewBox='0 0 24 24' fill='currentColor'><path d='M18.901 1.153h3.68l-8.04 9.19L24 22.846h-7.406l-5.8-7.584-6.638 7.584H.474l8.6-9.83L0 1.154h7.594l5.243 6.932ZM17.61 20.644h2.039L6.486 3.24H4.298Z'/></svg>
</a>
<button id='emailBtn' aria-label='Email'>
<svg viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2'><rect x='2' y='4' width='20' height='16' rx='2'/><path d='M22 6l-10 7L2 6'/></svg>
</button>
</div>
</nav>
<hr>
<div class='hero'>
<h1>I define and build tools that enable scientific breakthroughs</h1>
<div class='hero-grid'>
<div class='hero-content'>
<p class='tagline'>I’m an AI and life science focused technical product manager with over a decade of experience building products for scientists. I’m great at finding ways to take specialized research tools that are typically usable only by a few and turning them into products that more scientists can actually use.</p>
<div class='now-section'>
<h2>What I'm Building Now</h2>
<div class='project-list'>
<div class='project-item'>
<h3>
<a href='blog.html'>Personal Blog</a>
<svg class='tile-icon' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'><path d='M14 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V8z'/><polyline points='14 2 14 8 20 8'/><line x1='8' y1='13' x2='16' y2='13'/><line x1='8' y1='17' x2='16' y2='17'/></svg>
</h3>
<p>Occasional writings on product management, AI, software, and other interests.</p>
</div>
<div class='project-item'>
<h3>
<a href='https://github.com/GPTomics/biojepa' target='_blank' rel='noopener'>GPTomics / BioJEPA</a>
<svg class='tile-icon' viewBox='0 0 24 24' fill='currentColor'><path d='M12 .297c-6.63 0-12 5.373-12 12 0 5.303 3.438 9.8 8.205 11.385.6.113.82-.258.82-.577 0-.285-.01-1.04-.015-2.04-3.338.724-4.042-1.61-4.042-1.61C4.422 18.07 3.633 17.7 3.633 17.7c-1.087-.744.084-.729.084-.729 1.205.084 1.838 1.236 1.838 1.236 1.07 1.835 2.809 1.305 3.495.998.108-.776.417-1.305.76-1.605-2.665-.3-5.466-1.332-5.466-5.93 0-1.31.465-2.38 1.235-3.22-.135-.303-.54-1.523.105-3.176 0 0 1.005-.322 3.3 1.23.96-.267 1.98-.399 3-.405 1.02.006 2.04.138 3 .405 2.28-1.552 3.285-1.23 3.285-1.23.645 1.653.24 2.873.12 3.176.765.84 1.23 1.91 1.23 3.22 0 4.61-2.805 5.625-5.475 5.92.42.36.81 1.096.81 2.22 0 1.606-.015 2.896-.015 3.286 0 .315.21.69.825.57C20.565 22.092 24 17.592 24 12.297c0-6.627-5.373-12-12-12'/></svg>
</h3>
<p>A model that learns the physics of cells and can predict perturbation responses.</p>
</div>
<div class='project-item'>
<h3>
<a href='https://github.com/GPTomics/bioSkills' target='_blank' rel='noopener'>GPTomics / BioSkills & BioTaskBench</a>
<svg class='tile-icon' viewBox='0 0 24 24' fill='currentColor'><path d='M12 .297c-6.63 0-12 5.373-12 12 0 5.303 3.438 9.8 8.205 11.385.6.113.82-.258.82-.577 0-.285-.01-1.04-.015-2.04-3.338.724-4.042-1.61-4.042-1.61C4.422 18.07 3.633 17.7 3.633 17.7c-1.087-.744.084-.729.084-.729 1.205.084 1.838 1.236 1.838 1.236 1.07 1.835 2.809 1.305 3.495.998.108-.776.417-1.305.76-1.605-2.665-.3-5.466-1.332-5.466-5.93 0-1.31.465-2.38 1.235-3.22-.135-.303-.54-1.523.105-3.176 0 0 1.005-.322 3.3 1.23.96-.267 1.98-.399 3-.405 1.02.006 2.04.138 3 .405 2.28-1.552 3.285-1.23 3.285-1.23.645 1.653.24 2.873.12 3.176.765.84 1.23 1.91 1.23 3.22 0 4.61-2.805 5.625-5.475 5.92.42.36.81 1.096.81 2.22 0 1.606-.015 2.896-.015 3.286 0 .315.21.69.825.57C20.565 22.092 24 17.592 24 12.297c0-6.627-5.373-12-12-12'/></svg>
</h3>
<p>A skill library and benchmark that turns PhD-level bioinformatics nuance into reliable agent execution.</p>
</div>
<div class='project-item'>
<h3>
<a href='https://github.com/djemec/descriptive_notebooks' target='_blank' rel='noopener'>Descriptive Notebooks</a>
<svg class='tile-icon' viewBox='0 0 24 24' fill='currentColor'><path d='M12 .297c-6.63 0-12 5.373-12 12 0 5.303 3.438 9.8 8.205 11.385.6.113.82-.258.82-.577 0-.285-.01-1.04-.015-2.04-3.338.724-4.042-1.61-4.042-1.61C4.422 18.07 3.633 17.7 3.633 17.7c-1.087-.744.084-.729.084-.729 1.205.084 1.838 1.236 1.838 1.236 1.07 1.835 2.809 1.305 3.495.998.108-.776.417-1.305.76-1.605-2.665-.3-5.466-1.332-5.466-5.93 0-1.31.465-2.38 1.235-3.22-.135-.303-.54-1.523.105-3.176 0 0 1.005-.322 3.3 1.23.96-.267 1.98-.399 3-.405 1.02.006 2.04.138 3 .405 2.28-1.552 3.285-1.23 3.285-1.23.645 1.653.24 2.873.12 3.176.765.84 1.23 1.91 1.23 3.22 0 4.61-2.805 5.625-5.475 5.92.42.36.81 1.096.81 2.22 0 1.606-.015 2.896-.015 3.286 0 .315.21.69.825.57C20.565 22.092 24 17.592 24 12.297c0-6.627-5.373-12-12-12'/></svg>
</h3>
<p>A series of educational notebooks showing forward passes of common DL architectures.</p>
</div>
</div>
</div>
</div>
<div class='hero-image'>
<img src='resources/photo.jpg' alt='Domen Jemec' />
</div>
</div>
</div>
<section id='work'>
<button class='work-toggle' id='workToggle' aria-expanded='false' aria-controls='workList'>
<span>Some of my Past PM Work</span>
<span class='chevron' aria-hidden='true'></span>
</button>
<div class='work-list' id='workList' data-open='false'>
<div class='work-list-inner'>
<div class='work-item'>
<h3><a href='https://researchstudio.aws.com/' target='_blank' rel='noopener'>Agent-Native Drug Discovery Workbench (Bio Discovery)</a></h3>
<div class='company'>AWS</div>
<p>Led the agent-native experience allowing all scientists to harness the power of BioFMs.</p>
</div>
<div class='work-item'>
<h3><a href='https://aws.amazon.com/healthomics/' target='_blank' rel='noopener'>Life Science Storage (HealthOmics)</a></h3>
<div class='company'>AWS</div>
<p>Led the storage and analysis layers for a life science dedicated storage solution.</p>
</div>
<div class='work-item'>
<h3><a href='https://aws.amazon.com/comprehend/medical/' target='_blank' rel='noopener'>Healthcare NLP (Comprehend Medical)</a></h3>
<div class='company'>AWS</div>
<p>Led an NLP-backed service for extracting knowledge graphs from medical text and conversations.</p>
</div>
<div class='work-item'>
<h3><a href='https://www.dnanexus.com/' target='_blank' rel='noopener'>Multiomics Analysis Suite (Apollo)</a></h3>
<div class='company'>DNAnexus</div>
<p>Led the population-scale clinico-genomic analysis platform. Also launched and led the scientific product team that focused on productizing research tools.</p>
</div>
</div>
</div>
</section>
<footer>
<div>© <span id='year'></span> Domen Jemec</div>
<div><a href='#'>I'm lazy, take me back to the top</a></div>
</footer>
</div>
<script>
document.getElementById('year').textContent = new Date().getFullYear();
document.getElementById('emailBtn').addEventListener('click', function(){
alert('[email protected]');
});
document.getElementById('workToggle').addEventListener('click', function(){
var list = document.getElementById('workList');
var open = list.getAttribute('data-open') === 'true';
list.setAttribute('data-open', open ? 'false' : 'true');
this.setAttribute('aria-expanded', open ? 'false' : 'true');
});
</script>
</body>
</html>