-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
executable file
·61 lines (57 loc) · 2.56 KB
/
index.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
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN"
"http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html;charset=utf-8" />
<link rel="stylesheet" href="bootstrap/css/bootstrap.min.css">
<link rel="stylesheet" href="style.css" type="text/css"/>
<link href='https://fonts.googleapis.com/css?family=Oxygen:400,700,300' rel='stylesheet' type='text/css'>
<link href='https://fonts.googleapis.com/css?family=Lato:400,700,300' rel='stylesheet' type='text/css'>
<title>Kenji Hata</title>
<script async src="https://www.googletagmanager.com/gtag/js?id=G-TB2FCP7F92"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-TB2FCP7F92');
</script></head>
<body>
<div class="container">
<div class="row align-items-center">
<div class="col col-md-auto">
<img style="width: 500px" src="./images/kenji.jpg" alt="Kenji Hata">
</div>
<div class="col">
<h1>Kenji Hata</h1>
Member of the Technical Staff, OpenAI<br/>
firstname [at] openai (dot) com<br /><br />
<a href="https://scholar.google.com/citations?user=Fu9I2SwAAAAJ"><img class="icon" src="./images/google-scholar.png"></a>
<a href="http://x.com/kenjihata"><img class="icon" src="./images/twitter.jpg"></a>
<a href="https://www.linkedin.com/in/kenjihata/"><img class="icon" src="./images/linkedin.png"></a>
</div>
</div>
<div class="row section-header filler">
</div>
<div class="row">
<div class="col">
<div class="row section-header">
<h2>About Me</h2>
</div>
<div class="row">
<p>I work on multimodal research at OpenAI. With a small, but capable team, we released <a href="https://openai.com/index/introducing-4o-image-generation/">4o image generation</a>.</p>
<p>Previously, I worked on computer vision in Google Research and studied at the Stanford Vision Lab.
</div>
</div>
<div class="col-1">
</div>
</div>
<div class="row section-header">
<h2>Education</h2>
</div>
<div class="row">
<p>M.S. with distinction in research in Computer Science, Stanford University, 2015 - 2017
</p>
<p>B.S. with distinction in Computer Science, Stanford University, 2011 - 2015</p>
</div>
</body>
</html>