forked from StartBootstrap/startbootstrap-resume
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
324 lines (321 loc) · 21.1 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
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8"/>
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no"/>
<meta name="description" content=""/>
<meta name="author" content=""/>
<title>Ilya Muravyov</title>
<link rel="icon" type="image/x-icon" href="assets/img/tools/favicon.ico"/>
<!-- Font Awesome icons (free version)-->
<script src="https://use.fontawesome.com/releases/v6.1.0/js/all.js" crossorigin="anonymous"></script>
<!-- Google fonts-->
<link href="https://fonts.googleapis.com/css?family=Saira+Extra+Condensed:500,700" rel="stylesheet"
type="text/css"/>
<link href="https://fonts.googleapis.com/css?family=Muli:400,400i,800,800i" rel="stylesheet" type="text/css"/>
<!-- Core theme CSS (includes Bootstrap)-->
<link href="css/styles.css" rel="stylesheet"/>
<link rel="stylesheet" href="https://cdn.jsdelivr.net/gh/devicons/[email protected]/devicon.min.css">
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-NQGY8QFGDR"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag() {
dataLayer.push(arguments);
}
gtag('js', new Date());
gtag('config', 'G-NQGY8QFGDR');
</script>
</head>
<body id="page-top">
<!-- Navigation-->
<nav class="navbar navbar-expand-lg navbar-dark bg-primary fixed-top" id="sideNav">
<a class="navbar-brand js-scroll-trigger" href="#page-top">
<span class="d-block d-lg-none">Ilya Muravyov</span>
</a>
<button class="navbar-toggler" type="button" data-bs-toggle="collapse" data-bs-target="#navbarResponsive"
aria-controls="navbarResponsive" aria-expanded="false" aria-label="Toggle navigation"><span
class="navbar-toggler-icon"></span></button>
<div class="collapse navbar-collapse" id="navbarResponsive">
<ul class="navbar-nav">
<li class="nav-item mb-1"><a class="nav-link js-scroll-trigger" href="#about">About</a></li>
<li class="nav-item mb-1"><a class="nav-link js-scroll-trigger" href="#education">Education</a></li>
<li class="nav-item mb-1"><a class="nav-link js-scroll-trigger" href="#olympiads">Olympiads</a></li>
<li class="nav-item mb-1"><a class="nav-link js-scroll-trigger" href="#work">Work</a></li>
<li class="nav-item mb-1"><a class="nav-link js-scroll-trigger" href="#skills">Skills</a></li>
<li class="nav-item mb-1"><a class="nav-link js-scroll-trigger" href="#more">More</a></li>
</ul>
</div>
</nav>
<!-- Page Content-->
<div class="container-fluid p-0">
<!-- About-->
<section class="resume-section" id="about">
<div class="resume-section-content">
<h1 class="mb-0">
Ilya
<span class="text-primary">Muravyov</span>
</h1>
<div class="subheading mb-3">
<a href="mailto:[email protected]">[email protected]</a>
</div>
<p class="lead mb-3">I am a third year software engineering student.</p>
<div class="social-icons mb-3">
<a class="social-icon" href="https://github.com/IlyaMuravjov"><i class="fab fa-github"></i></a>
<a class="social-icon" href="https://stackoverflow.com/users/10536125/ilyamuravjov"><i
class="fab fa-stack-overflow"></i></a>
<a class="social-icon" href="https://t.me/ilyamuravjov"><i class="fab fa-telegram"></i></a>
</div>
<a href="https://stackoverflow.com/users/10536125/ilyamuravjov"><img class="so-flair"
src="https://stackoverflow.com/users/flair/10536125.png"
width="208" height="58"
alt="profile for IlyaMuravjov at Stack Overflow, Q&A for professional and enthusiast programmers"
title="profile for IlyaMuravjov at Stack Overflow, Q&A for professional and enthusiast programmers"></a>
</div>
</section>
<hr class="m-0"/>
<!-- Education-->
<section class="resume-section" id="education">
<div class="resume-section-content">
<h2 class="mb-5">Education</h2>
<div class="d-flex flex-column flex-md-row justify-content-between mb-5">
<div class="flex-grow-1">
<a class="no-decor" href="https://english.spbu.ru/"><h3 class="mb-0">Saint Petersburg State
University</h3></a>
<a class="no-decor" href="https://math.spbu.ru/"><h4 class="mb-0">Faculty of Mathematics and
Mechanics</h4></a>
<a class="no-decor" href="https://se.math.spbu.ru/">
<div class="subheading mb-3">Department of Software Engineering</div>
</a>
<div>Software Engineering</div>
<div class="mb-3">Average grade: 4.81</div>
</div>
<div class="flex-shrink-0"><span class="text-primary">September 2020 - Present (Expected Gradudation: 2024)</span>
</div>
</div>
</div>
</section>
<section class="resume-section" id="olympiads">
<div class="resume-section-content">
<h2 class="mb-5">Olympiads</h2>
<div class="d-flex flex-column flex-md-row justify-content-between mb-5">
<div class="flex-grow-1">
<h3 class="mb-3">Computer science</h3>
<ul>
<li>
<a href="assets/img/diplomas/computer_science_regional_2020.jpg">Победитель регионального
этапа ВсОШ по информатике 2020</a>
(<a href="https://minobr.ryazangov.ru/activities/services/GAOU/%D0%98%D0%BD%D1%84%D0%BE%D1%80%D0%BC%D0%B0%D1%82%D0%B8%D0%BA%D0%B0%202020.pdf">подтверждение</a>)
</li>
<li><a href="assets/img/diplomas/computer_science_regional_2019.jpg">Победитель регионального
этапа ВсОШ по информатике 2019</a>
(<a href="https://minobr.ryazangov.ru/activities/result/%D0%98%D1%82%D0%BE%D0%B3%D0%B8%20%D1%80%D0%B5%D0%B3%D0%B8%D0%BE%D0%BD%D0%B0%D0%BB%D1%8C%D0%BD%D0%BE%D0%B3%D0%BE%20%D1%8D%D1%82%D0%B0%D0%BF%D0%B0%20%D0%B2%D1%81%D0%B5%D1%80%D0%BE%D1%81%D1%81%D0%B8%D0%B9%D1%81%D0%BA%D0%BE%D0%B9%20%D0%BE%D0%BB%D0%B8%D0%BC%D0%BF%D0%B8%D0%B0%D0%B4%D1%8B%20%D1%88%D0%BA%D0%BE%D0%BB%D1%8C%D0%BD%D0%B8%D0%BA%D0%BE%D0%B2%20%D0%B2%202018.2019%20%D1%83%D1%87%D0%B5%D0%B1%D0%BD%D0%BE%D0%BC%20%D0%B3%D0%BE%D0%B4%D1%83.rar">подтверждение</a>)
</li>
<li><a href="assets/img/diplomas/computer_science_regional_2018.jpg">Призёр регионального этапа
ВсОШ по информатике 2018</a>
(<a href="https://minobr.ryazangov.ru/%D0%9F%D1%80%D0%BE%D1%84%D0%B5%D1%81%D1%81%D0%B8%D0%BE%D0%BD%D0%B0%D0%BB%D1%8C%D0%BD%D0%B0%D1%8F%20%D0%BE%D1%80%D0%B8%D0%B5%D0%BD%D1%82%D0%B0%D1%86%D0%B8%D1%8F/%D0%98%D1%82%D0%BE%D0%B3%D0%B8%202018.zip">подтверждение</a>)
</li>
<li><a href="assets/img/diplomas/computer_science_spbu_2020.pdf">Призёр олимпиады СПбГУ по
информатике 2020</a>
(<a href="https://diploma.rsr-olymp.ru/2020/check/">подтверждение</a>)
</li>
</ul>
<h3 class="mb-3">Math</h3>
<ul>
<li><a href="assets/img/diplomas/math_regional_2020.jpg">Победитель регионального этапа ВсОШ по
математике 2020</a>
(<a href="https://minobr.ryazangov.ru/activities/services/GAOU/%D0%98%D1%82%D0%BE%D0%B3%D0%B8_%D0%9C%D0%B0%D1%82%D0%B5%D0%BC%D0%B0%D1%82%D0%B8%D0%BA%D0%B0%202020..rar">подтверждение</a>)
</li>
<li><a href="assets/img/diplomas/math_regional_2019.jpg">Призёр регионального этапа ВсОШ по
математике 2019</a>
(<a href="https://minobr.ryazangov.ru/activities/result/%D0%98%D1%82%D0%BE%D0%B3%D0%B8%20%D1%80%D0%B5%D0%B3%D0%B8%D0%BE%D0%BD%D0%B0%D0%BB%D1%8C%D0%BD%D0%BE%D0%B3%D0%BE%20%D1%8D%D1%82%D0%B0%D0%BF%D0%B0%20%D0%B2%D1%81%D0%B5%D1%80%D0%BE%D1%81%D1%81%D0%B8%D0%B9%D1%81%D0%BA%D0%BE%D0%B9%20%D0%BE%D0%BB%D0%B8%D0%BC%D0%BF%D0%B8%D0%B0%D0%B4%D1%8B%20%D1%88%D0%BA%D0%BE%D0%BB%D1%8C%D0%BD%D0%B8%D0%BA%D0%BE%D0%B2%20%D0%B2%202018.2019%20%D1%83%D1%87%D0%B5%D0%B1%D0%BD%D0%BE%D0%BC%20%D0%B3%D0%BE%D0%B4%D1%83.rar">подтверждение</a>)
</li>
</ul>
<h3 class="mb-3">Physics</h3>
<ul>
<li><a href="assets/img/diplomas/physics_regional_2020.pdf">Призёр регионального этапа ВсОШ по
физике 2020</a>
(<a href="https://minobr.ryazangov.ru/activities/services/GAOU/%D0%A4%D0%B8%D0%B7%D0%B8%D0%BA%D0%B0%202020.zip">подтверждение</a>)
</li>
<li><a href="assets/img/diplomas/physics_regional_2019.jpg">Победитель регионального этапа ВсОШ
по физике 2019</a>
(<a href="https://minobr.ryazangov.ru/activities/result/%D0%98%D1%82%D0%BE%D0%B3%D0%B8%20%D1%80%D0%B5%D0%B3%D0%B8%D0%BE%D0%BD%D0%B0%D0%BB%D1%8C%D0%BD%D0%BE%D0%B3%D0%BE%20%D1%8D%D1%82%D0%B0%D0%BF%D0%B0%20%D0%B2%D1%81%D0%B5%D1%80%D0%BE%D1%81%D1%81%D0%B8%D0%B9%D1%81%D0%BA%D0%BE%D0%B9%20%D0%BE%D0%BB%D0%B8%D0%BC%D0%BF%D0%B8%D0%B0%D0%B4%D1%8B%20%D1%88%D0%BA%D0%BE%D0%BB%D1%8C%D0%BD%D0%B8%D0%BA%D0%BE%D0%B2%20%D0%B2%202018.2019%20%D1%83%D1%87%D0%B5%D0%B1%D0%BD%D0%BE%D0%BC%20%D0%B3%D0%BE%D0%B4%D1%83.rar">подтверждение</a>)
</li>
</ul>
</div>
</div>
</div>
</section>
<hr class="m-0"/>
<!-- Work -->
<section class="resume-section" id="work">
<div class="resume-section-content">
<h2 class="mb-5">Work</h2>
<div class="d-flex flex-column flex-md-row justify-content-between mb-5">
<div class="flex-grow-1">
<h3 class="mb-0">Matrix-based CFPQ algorithm optimization</h3>
<div class="subheading mb-3">Research</div>
<p>Currently, I am working on optimizing matrix-based Context-Free Path Query (CFPQ) algorithm.
So far, it has been experimentally confirmed that the conceptual optimization I proposed
significantly speeds up the <a
href=https://github.com/FormalLanguageConstrainedPathQuerying/CFPQ_PyAlgo>baseline
implementation</a> of the matrix-based
context-free reachability algorithm for all pairs of vertices. However, these results are yet to
be published.
<p>Supervisor: <a href="https://github.com/gsvgit">Semen Grigoriev</a></p>
<img src="assets/img/cfpq.png" alt="cfpq run time improvement" class="max_width"/>
</div>
</div>
<div class="d-flex flex-column flex-md-row justify-content-between mb-5">
<div class="flex-grow-1">
<a href="https://github.com/spbu-se/KotlinAutomataConstructor"><h3 class="mb-0">Automata
constructor</h3></a>
<div class="subheading">Desktop application</div>
<div class="subsubheading mb-3">Open source</div>
<p>Provides a graphical interface for designing, editing, analyzing, transforming, and debugging
finite
automatons, pushdown automatons, Mealy and Moore machines, various variants of Turing machines,
and more.</p>
<p>Supervisor: <a href="https://github.com/yurii-litvinov">Yurii Litvinov</a></p>
<p>Contributors: <a href="https://github.com/AzimMuradov">Azim Muradov</a>, <a
href="https://github.com/YuriUfimtsev">Yuri Ufimtsev</a></p>
<p>
Reports:
<ul>
<li>
<a href="https://se.math.spbu.ru/thesis/texts/Murav%27ev_Il%27ja_Vladimirovich_Bachelor_Report_2022_text.pdf">«Automata
constructor» desktop version development</a></li>
<li>Design and implementation of «Automata constructor» with abstract memory
(unpublished)
</li>
</ul>
<video controls class="max_width">
<source src="assets/video/automata_constructor.mp4" type="video/mp4">
Your browser does not support the video tag.
</video>
</div>
</div>
<div class="d-flex flex-column flex-md-row justify-content-between mb-5">
<div class="flex-grow-1">
<a href="https://github.com/IlyaMuravjov/graph-analyzer/"><h3 class="mb-0">Graph analyzer</h3></a>
<div class="subheading">Desktop application</div>
<div class="subsubheading mb-3">Open source</div>
<p>Supports interactive layout and community search algorithms for social networks.</p>
<p>
Co-author: <a href="https://github.com/Lev0nid">Lev0nid</a>
</p>
<video controls class="max_width">
<source src="assets/video/graph_analyzer.mp4" type="video/mp4">
Your browser does not support the video tag.
</video>
</div>
</div>
</div>
</section>
<hr class="m-0"/>
<!-- Skills-->
<section class="resume-section" id="skills">
<div class="resume-section-content">
<h2 class="mb-5">Skills</h2>
<div class="subheading mb-3">Programming Languages</div>
<div class="skill-list mb-2">
<div class="skill-tooltip mb-4">
<span class="tooltiptext">Kotlin</span>
<a href="https://kotlinlang.org/"><img class="skill" src="assets/img/languages/kotlin.svg"
alt="Kotlin"></a>
</div>
<div class="skill-tooltip mb-4">
<span class="tooltiptext">Java</span>
<a href="https://dev.java/"><img class="skill" src="assets/img/languages/java.svg" alt="Java"></a>
</div>
<div class="skill-tooltip mb-4">
<span class="tooltiptext">C#</span>
<a href="https://docs.microsoft.com/dotnet/csharp/"><img class="skill"
src="assets/img/languages/csharp.svg"
alt="C#"></a>
</div>
<div class="skill-tooltip mb-4">
<span class="tooltiptext">C</span>
<a href="https://cppreference.com/w/c"><img class="skill" src="assets/img/languages/c.svg" alt="C"></a>
</div>
<div class="skill-tooltip mb-4">
<span class="tooltiptext">OCaml</span>
<a href="https://ocaml.org/"><img class="skill" src="assets/img/languages/ocaml.svg"
alt="OCaml"></a>
</div>
</div>
<div class="subheading mb-3">Libraries, frameworks & other tools</div>
<div class="skill-list">
<div class="skill-tooltip mb-4">
<span class="tooltiptext">JavaFX</span>
<a href="https://openjfx.io/"><img class="skill" src="assets/img/tools/javafx.png" alt="JavaFX"></a>
</div>
<div class="skill-tooltip mb-4">
<span class="tooltiptext">JUnit 5</span>
<a href="https://junit.org/junit5/"><img class="skill" src="assets/img/tools/junit5.png"
alt="JUnit 5"></a>
</div>
<div class="skill-tooltip mb-4">
<span class="tooltiptext">Mockito</span>
<a href="https://site.mockito.org/"><img class="skill" src="assets/img/tools/mockito.png"
alt="Mockito"></a>
</div>
<div class="skill-tooltip mb-4">
<span class="tooltiptext">MockK</span>
<a href="https://mockk.io/"><img class="skill" src="assets/img/tools/mockk.png" alt="MockK"></a>
</div>
<div class="skill-tooltip mb-4">
<span class="tooltiptext">Exposed</span>
<a href="https://github.com/JetBrains/Exposed"><img class="skill" src="assets/img/tools/exposed.png"
alt="Exposed"></a>
</div>
<div class="skill-tooltip mb-4">
<span class="tooltiptext">Gradle</span>
<a href="https://gradle.org/"><img class="skill" src="assets/img/tools/gradle.svg" alt="Gradle"></a>
</div>
<div class="skill-tooltip mb-4">
<span class="tooltiptext">SQL Server</span>
<a href="https://www.microsoft.com/sql-server/sql-server-downloads"><img class="skill"
src="assets/img/tools/sql_server.svg"
alt="SQL Server"></a>
</div>
<div class="skill-tooltip mb-4">
<span class="tooltiptext">Spigot</span>
<a href="https://www.spigotmc.org/"><img class="skill" src="assets/img/tools/spigot.png"
alt="Spigot"></a>
</div>
<div class="skill-tooltip mb-4">
<span class="tooltiptext">JDA</span>
<a href="https://github.com/DV8FromTheWorld/JDA"><img class="skill" src="assets/img/tools/jda.png"
alt="JDA"></a>
</div>
</div>
</div>
</section>
<hr class="m-0"/>
<!-- More -->
<section class="resume-section" id="more">
<div class="resume-section-content">
<h2 class="mb-5">More</h2>
<p class="mb-5">Apart from developing software myself, I have an unexplainable urge to help other people
solve some peculiar problems. Ever since I entered the university, I’ve had plenty of classmates for
that. Earlier I used to ask and answer questions on <a
href="https://stackoverflow.com/users/10536125/ilyamuravjov">Stack Overflow</a> and <a
href="https://codereview.stackexchange.com/users/212535/ilyamuravjov">Code Review</a>, receiving
over 2900 reputation points and spending 600 of them on bounties. Nowadays, I like to occasionally
re-read some random old posts, reflecting on my professional growth over the past few years.</p>
<div class="flex-center">
<iframe class="reddit-embed"
src="https://www.redditmedia.com/r/ProgrammerHumor/comments/acjqjb/when_you_find_your_own_answer_on_stackoverflow/?ref_source=embed&ref=share&embed=true&showedits=false&created=2022-05-23T14%3A09%3A48.187Z"
sandbox="" style="border:1px solid; border-radius: 5px;" height="527" width="640"
scrolling="no"></iframe>
</div>
</div>
</section>
</div>
<!-- Bootstrap core JS-->
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js"></script>
<!-- Core theme JS-->
<script src="js/scripts.js"></script>
</body>
</html>