forked from kozodoi/website
-
Notifications
You must be signed in to change notification settings - Fork 4
/
index.html
executable file
·40 lines (34 loc) · 1.35 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
---
layout: home
title:
search_exclude: true
image: images/menu/photo_blog.jpg
---
<meta charset="UTF-8">
<div class="one_row" style='margin-bottom: -20px;'>
<div class="ava_column">
<img src="https://kozodoi.me/images/menu/photo_black.jpg" style="border-radius: 5%;">
</div>
<div class="text_column" style='font-size: 115%'>
<div>
Hi, I am Nikita!
<img style='vertical-align:top; height:1.25em' src='https://kozodoi.me/images/favicons/cropped_parrot.gif'>
</div>
<p>
I am ML scientist working on the frontier of research & business.
<br>
This website hosts my ML blog, portfolio and more of my work. All opinions are my own.
</p>
<p>Check out <a href="https://kozodoi.me/cv.pdf">my CV</a> and other pages:
<ul style="margin-top: -10px;">
<li> 🗣 <a href="https://kozodoi.me/talks/">public talks</a> from AI meetups and conferences</li>
<li> 📚 <a href="https://kozodoi.me/papers/">scientific publications</a> with abstracts and PDFs</li>
<li> 📁 <a href="https://kozodoi.me/portfolio/">portfolio</a> with my ML projects in different domains</li>
</ul>
</p>
</div>
</div>
<label class="switch" style="margin-bottom: -10px">
<input type="checkbox" href="{{page.url}}" id="theme-toggle" checked onclick="modeSwitcher();">
<span class="slider round"></span>
</label>