-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
36 lines (33 loc) · 1.13 KB
/
index.html
File metadata and controls
36 lines (33 loc) · 1.13 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
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>utt.ing</title>
</head>
<body style="max-width: 65ch; margin: 0 auto; padding: 1rem; font-family: system-ui; line-height: 1.5">
<main>
<header style="display: flex; gap: 1rem">
<img src="./me.jpg" width="100" height="100" />
<div style>
<h1 style="margin: 0">Aydın Utting</h1>
<h3 style="font-family: monospace; margin: 0">utt.ing</h3>
</div>
</header>
<article>
<p>
I am currently a Lead AI Engineer at
<a href="https://ai.gov.uk">The Incubator for Artificial Intelligence</a>
(i.AI).
</p>
<p>I'm working on</p>
<ul>
<li><a href="https://ai.gov.uk/our-work/planning/#extract">Extract</a>, converting old planning records into
geospatial data.</li>
<li><a href="https://ai.gov.uk/our-work/frontline-services/#minute">Minute</a>, a transcription and summary tool
for frontline workers in local government</li>
</ul>
</article>
</main>
</body>
</html>