-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
39 lines (34 loc) · 2.73 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Home Page of Ljubomir Josifovski</title>
<link rel="stylesheet" href="style.css">
</head>
<body>
<!-- Sidebar is loaded dynamically -->
<div id="sidebar"></div>
<div id="content">
<h1>Welcome to the Home Page of Ljubomir Josifovski</h1>
<p>Now - systematic trading, research and development.</p>
<p>Prior - <a href="tha.pdf">automatic speech recognition (ASR) in noise</a>, speech synthesis, machine learning (ML).</p>
<p>In Harpenden UK, from Skopje MK.</p>
<p>Online coordinates</p>
<p>X <i>@ljupc0</i> <a href="https://x.com/ljupc0" target="_blank" rel="noopener noreferrer">https://x.com/ljupc0</a>, posts <a href="https://x.com/search?q=%28from%3Aljupc0%29&src=typed_query&f=live" target="_blank" rel="noopener noreferrer">https://x.com/search?q=%28from%3Aljupc0%29&src=typed_query&f=live</a></p>
<p>Linkedin <i>ljubomirjosifovski</i> <a href="https://www.linkedin.com/in/ljubomirjosifovski" target="_blank" rel="noopener noreferrer">https://www.linkedin.com/in/ljubomirjosifovski</a></p>
<p>Bsky <i>@ljupco.bsky.social</i> <a href="https://bsky.app/profile/ljupco.bsky.social" target="_blank" rel="noopener noreferrer">https://bsky.app/profile/ljupco.bsky.social</a>, posts <a href="https://bsky.app/search?q=from%3Aljupco.bsky.social" target="_blank" rel="noopener noreferrer">https://bsky.app/search?q=from%3Aljupco.bsky.social</a> (click Latest)</p>
<p>Hacker News <i>ljosifov</i> <a href="https://news.ycombinator.com/user?id=ljosifov" target="_blank" rel="noopener noreferrer">https://news.ycombinator.com/user?id=ljosifov</a> (<a href="https://news.ycombinator.com/favorites?id=ljosifov">favourites </a>)</p>
<p>Mastodon <i>@ljupco</i> <a href="https://mstdn.io/@ljupco" target="_blank" rel="noopener noreferrer">https://mstdn.io/@ljupco</a></p>
<p>GitHub <i>ljubomirj</i> <a href="https://github.com/ljubomirj" target="_blank" rel="noopener noreferrer">https://github.com/ljubomirj</a></p>
<p>Substack <i>@ljubomirjosifovski</i> <a href="https://substack.com/@ljubomirjosifovski" target="_blank" rel="noopener noreferrer">https://substack.com/@ljubomirjosifovski</a></p>
<p><a href="" target="_blank" rel="noopener noreferrer"></a></p>
<p><img src="favicon.ico"></p>
<p><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br>-- <br>LJ HPD Sun 6 Oct 07:50:30 BST 2024</p>
</div>
<!-- Link to the external script -->
<script src="scripts.js"></script>
<!--Load the sidebar html that is table of contents -->
<script>loadSidebar();</script>
</body>
</html>