-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
52 lines (47 loc) · 1.3 KB
/
index.html
File metadata and controls
52 lines (47 loc) · 1.3 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
<!DOCTYPE html>
<html lang="en">
<html>
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="https://cdn.simplecss.org/simple.min.css">
<style>
ul {
margin: 0;
}
ul.dashed {
list-style-type: none;
}
ul.dashed > li {
text-indent: -2px;
}
ul.dashed > li:before {
content: "-";
text-indent: -2px;
}
</style>
</head>
<body style="font-size:smaller">
<h3>James Levine</h3>
<p>
<a href="https://linkedin.com/in/JamesDLevine">LinkedIn</a>
<br>
<a href="mailto:jdlevine@gmail.com">jdlevine@gmail.com</a>
</p>
<ul class="dashed">
<li> ecosystem supporter - mentor+connector</li>
<li> occasional fund LP, seed / angel investor</li>
<li> fractional CTO / coach</li>
<li> enthusiast of elegant, simple tech</li>
</ul>
<br>
<p>
<b>Head of Product @ <a href="https://megagon.ai">Megagon Labs</a></b>
<br>
We specialize in AI/ML/LLMs applied to NLP, human-centered AI, data-AI symbiosis, knowledge representation & reasoning.
<br>
<br>
I focus on bringing the cutting edge tech into our corporate partners.
</p>
</body>
</html>