-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
98 lines (91 loc) · 3.6 KB
/
index.html
File metadata and controls
98 lines (91 loc) · 3.6 KB
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Your Name — Resume</title>
<style>
body {
font-family: Arial, sans-serif;
max-width: 850px;
margin: 40px auto;
padding: 0 20px;
line-height: 1.6;
color: #222;
}
h1, h2 {
color: #111;
}
.header {
border-bottom: 2px solid #ddd;
margin-bottom: 30px;
padding-bottom: 15px;
}
.links a {
margin-right: 15px;
color: #0366d6;
text-decoration: none;
}
.section {
margin-bottom: 30px;
}
.item {
margin-bottom: 18px;
}
.date {
color: #666;
font-size: 0.95em;
}
</style>
</head>
<body>
<div class="header">
<h1>Nikita Sizykh</h1>
<p>PhD Candidate / Researcher in Ferroelectric HfO₂-based Memory Devices</p>
<div class="links">
<a href="https://github.com/labourorder">GitHub</a>
<a href="https://linkedin.com/in/nikita-sizykh-303918160">LinkedIn</a>
<a href="mailto:sizykh.na@phystech.edu">Email</a>
<a href="cv.pdf">Download CV</a>
</div>
</div>
<div class="section">
<h2>About</h2>
<p>
I work on ferroelectric thin films and related memory and neuromorphic devices, interfacial phenomena, and defect-related device behavior.
</p>
</div>
<div class="section">
<h2>Education</h2>
<div class="item">
<strong>PhD in Physics</strong><br />
Moscow Institute of Physics and Technology<br />
<span class="date">Expected 2026</span>
</div>
</div>
<div class="section">
<h2>Research Experience</h2>
<div class="item">
<strong>Ferroelectric HZO capacitor structures</strong><br />
Studied interface-related effects, defect states, leakage behavior,
breakdown kinetics, and electrical cycling phenomena.
</div>
</div>
<div class="section">
<h2>Selected Publications</h2>
<ul>
<li>Sizykh, N., Spiridonov, M., Khanas, A. and Zenkevich, A., 2025. Realization of Deterministic Multilevel Polarization States in Ferroelectric Hf0. 5Zr0. 5O2-Based Capacitors. Russian Microelectronics, 54(8), pp.886-891.</li>
<li>Matchenya, I., Khanas, A., Podgornyi, R., Shirkin, D., Ekgardt, A., Sizykh, N., Anoshkin, S., Krasnikov, D.V., Yulin, A., Zhukov, A. and Nasibulin, A.G., 2025. Short‐Term Bienenstock‐Cooper‐Munro Learning in Optoelectrically‐Driven Flexible Halide Perovskite Single Crystal Memristors. Small Methods, 9(9), p.e00203.</li>
<li>Chernikova, A.G., Sizykh, N.A., Zabrosaev, I.V. and Markeev, A.M., 2025. TiN/HZO/TiN ferroelectric capacitors with TiO2 insets: Critical difference between top and bottom interface modification. Surfaces and Interfaces, 62, p.106135.</li>
<li>Chouprik, A., Savelyeva, E., Korostylev, E., Kondratyuk, E., Zarubin, S., Sizykh, N., Zhuk, M., Zenkevich, A., Markeev, A.M., Kondratev, O. and Yakunin, S., 2023. Effect of domain structure and dielectric interlayer on switching speed of ferroelectric Hf0. 5Zr0. 5O2 film. Nanomaterials, 13(23), p.3063.</li>
<li>Zhuk, M.Y., Sizykh, N.A., Kuzmichev, D.S., Chouprik, A.A., Zarubin, S.S., Gornev, E.S. and Zenkevich, A.V., 2022. Effect of Electrode Nanopatterning on the Functional Properties of Ta/TaO x/Pt Resistive Memory Devices. ACS Applied Nano Materials, 5(6), pp.8594-8601.</li>
</ul>
</div>
<div class="section">
<h2>Skills</h2>
<p>
Python, MATLAB, LaTeX, nanofabrication, electrical characterization, reliability testing, XPS/HAXPES, XRD, operando experiments.
</p>
</div>
</body>
</html>