-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
158 lines (158 loc) · 8.48 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
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
<!DOCTYPE html>
<html>
<head>
<title>tkoz.me</title>
<link rel="stylesheet" href="styles.css" />
</head>
<body><div id="root">
<header id="header">
<span class="title_text">TKoz</span>
<div id="header_links">
<div class="dropdown_container">
<a href="https://blog.tkoz.me/">Blog</a>
</div><!-- no newline = remove whitespace between inline blocks --><div class="dropdown_container">
<a href="https://wiki.tkoz.me/">Wiki</a>
</div><!-- --><div class="dropdown_container">
<a href="https://git.tkoz.me/">Git</a>
</div><!-- --><div class="dropdown_container">
<a class="dropdown_button">Pages</a>
<div class="dropdown_menu">
<a href="academic">Academic</a>
<a href="faq.html">FAQ</a>
<a href="homelab.html">Homelab</a>
<a href="cv.html">Resume/CV</a>
</div>
</div><!-- --><div class="dropdown_container">
<a class="dropdown_button">Tools</a>
<div class="dropdown_menu">
<a href="/speedtest">Speed Test</a>
<a href="/myip.php">My IP</a>
</div>
</div><!-- --><div class="dropdown_container">
<a class="dropdown_button">Links</a>
<div class="dropdown_menu">
<a href="https://github.com/tkoz0/" target="_blank">My GitHub</a>
<a href="https://tkoz0.github.io/" target="_blank">My GitHub.io</a>
</div>
</div>
</div>
</header>
<div id="content">
<p>Welcome. I'm a person who likes math, computers, and many other things.
I am from New Jersey (in the United States).</p>
<p>I went to college for math and computer science at
<a href="https://rpi.edu/" target="_blank">RPI</a>
I am interested in exploring a wide range of topics and solving challenging problems.
I am most interested in math, algorithms, and high performance computing.</p>
<p>I am always looking for more interesting things to do. If you have
interesting ideas for a math or programming project, comments about
this website, or professional/work/research opportunities, please
see the <a href="#contact">contact</a> section.</p>
<h1>Projects</h1>
<div class="proj_container">
<div class="proj_item">
<img class="proj_image" src="images/proj_math.png" />
<div class="proj_desc">
<a class="proj_name" href="academic">Academic Pages</a>
<div class="proj_text">Pages for my own writing about math proofs, algorithms, and more.
For sharing my mathematical notes/writing style with others.</div>
</div>
</div>
<div class="proj_item">
<img class="proj_image" src="images/proj_fitch.png" />
<div class="proj_desc">
<a class="proj_name" href="https://github.com/tkoz0/sequent-proof-interface-name" target="_blank">
Sequent Proof Interface Name (SPIN)</a>
<div class="proj_text">Web app for creating logic proofs using the Fitch Sequent System.
A project for intermediate logic at RPI.</div>
</div>
</div>
<div class="proj_item">
<img class="proj_image" src="images/proj_ffr.png" />
<div class="proj_desc">
<a class="proj_name" href="https://github.com/tkoz0/flame-fractal-renderer" target="_blank">
Flame Fractal Renderer</a>
<div class="proj_text">Flame fractal renderer inspired by
<a href="https://flam3.com/" target="_blank">flam3</a>
with plans to support 3D, color, and maybe even a fractal editor.</div>
</div>
</div>
<div class="proj_item">
<img class="proj_image" src="images/proj_hl.png" />
<div class="proj_desc">
<a class="proj_name" href="homelab.html">My Homelab</a>
<div class="proj_text">I like to run my own servers at home for
running various services and computing projects.</div>
</div>
</div>
<div class="proj_item">
<img class="proj_image" src="images/proj_svgpp.svg" />
<div class="proj_desc">
<a class="proj_name" href="https://github.com/tkoz0/svg-plus-python" target="_blank">SVG Plus Python</a>
<div class="proj_text">Python library for creating 2D drawings with SVG.
Intended for creating 2D diagrams for math problems.</div>
</div>
</div>
<!--
<div class="proj_item">
<img class="proj_image" src="images/proj_h1.png" />
<div class="proj_desc">
<a class="proj_name" href="homelab.html">sample project</a>
<div class="proj_text">sample project sample project
sample project sample project sample project
sample project sample project sample project
sample project sample project sample project
sample project sample project sample project
</div>
</div>
</div>
-->
</div>
<h1>Professional Experience</h1>
<h2>Education</h2>
<ul>
<li>M.S. in Applied Mathematics from Rensselaer Polytechnic Institute (Aug 2022 – May 2023)</li>
<li>B.S. in Computer Science and Mathematics from Rensselaer Polytechnic Institute (Aug 2017 – May 2022)</li>
</ul>
<h2>Work</h2>
<ul>
<li>Graduate Research Assistant at Rensselaer Polytechnic Institute (May 2022 – May 2023)
<ul>
<li>Contributed to <a href="https://github.com/Submitty" target="_blank">Submitty</a>, mainly the back end.</li>
</ul>
</li>
<li>Undergraduate Teaching Assistant at Rensselaer Polytechnic Institute (Aug 2018 – May 2022)
<ul>
<li>Graded assignments and tutored during office hours for Discrete Math and Programming Languages classes.</li>
</ul>
</li>
<li>Undergraduate Research Assistant at Rensselaer Polytechnic Institute (Jan 2020 – Aug 2020)
<ul>
<li>Explored tools for natural language processing and analyzed datasets from Reddit and Twitter.</li>
<li>Worked with a professor and Ph.D. students in the <a href="https://lacailab.cogsci.rpi.edu/" target="_blank">LACAI Lab</a>.</li>
</ul>
</li>
</ul>
<h1>FAQ</h1>
Have a question? Look at my <a href="faq.html">FAQ</a> page first,
otherwise I'm happy to respond on any of the platforms listed below.
<h1 id="contact">Contact</h1>
<p>Email: <a href="mailto:[email protected]">[email protected]</a><br />
Please try to keep messages clear and concise. I get a lot of email
and I would like to be able to respond to everything.</p>
<p>Discord: tkoz (formerly TKoz#9039).<br />
Feel free to send me a message or friend request.
This is the platform I will respond the fastest on.</p>
<p>Reddit: <a href="https://reddit.com/u/tkoz0" target="_blank">u/tkoz0</a>
(open to chats or direct messages)</p>
<p>LinkedIn: <a href="https://www.linkedin.com/in/kozlot/" target="_blank">in/kozlot</a>
(for professional inquiries only please)</p>
<p>GPG Keys: Here are my public <a href="gpg/tkoz-rsa.asc">rsa</a> and
<a href="gpg/tkoz-curve25519.asc">curve25519</a> keys. Curve25519 is preferred.</p>
<p>If you like my work and want to support me, here is my
<a href="https://paypal.me/tkoz0" target="_blank">Paypal link</a>.</p>
<hr />
<p>Page last updated: 2024-05-25</p>
</div>
</div></body>
</html>