-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathabout.html
executable file
·54 lines (54 loc) · 2.01 KB
/
about.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
<!DOCTYPE html>
<html lang="en" >
<head>
<meta charset="UTF-8">
<title>About SEN - a /home for your thoughts</title>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/normalize/5.0.0/normalize.min.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<link rel="stylesheet" href="css/style.css">
</head>
<body>
<header>
<h1>About…</h1>
<img src="images/sensei.jpg" alt="a wise sensei" width="680" height="auto" style="margin-left: 260px;"/>
<h2>
<span aria-hidden="true">SEN –</span>
<span aria-hidden="true">Semantic</span>
<span aria-hidden="true">Extensions</span>
<span class="sr-only">SEN - Semantic Extensions</span>
</h2>
<div/>
</header>
<main>
<section>
<img src="images/self-portrait.jpg" alt="Gregor B. Rosenauer" width="320" height="auto">
<p>Gregor B. Rosenauer<br/>
1130 Wien<br/>
Austria<br/>
<a href="mailto:%6F%66%66%69%63%65%40%73%65%6E%2D%6C%61%62%73%2E%6F%72%67">e-mail</a>
</p>
</section>
<section>
<img src="images/pkg-book.png" alt="Personal Knowledge Graphs book" width="360" height="auto">
<p>Personal Knowledge Graphs<br/>
a book I contributed a chapter on SEN to<br/>
<a href="https://personalknowledgegraphs.com/">Book Website</a>
</p>
</section>
<section>
<img src="images/me-presenting.webp" alt="presenting at PKM Summit 2024" width="480" height="auto">
<p>Presentation from PKM Summit 2024<br/>
<a href="assets/presentations/2024/PKM-Summit 2024_SEN-Intro.pdf">the full slide deck (PDF)</a>
</p>
</section>
</main>
<footer>
<div align="center">
<a href="https://x.com/labs_sen" class="fa fa-twitter"></a>
<a href="https://www.youtube.com/@sen-labs" class="fa fa-youtube"></a>
<a href="https://github.com/sen-laboratories/" class="fa fa-github"></a>
</div>
</footer>
<script src='https://flackr.github.io/scroll-timeline/dist/scroll-timeline.js'></script>
</body>
</html>