Skip to content

Commit ea2f290

Browse files
author
Daniel Spiridonov
committed
upd
1 parent ef23843 commit ea2f290

File tree

2 files changed

+23
-12
lines changed

2 files changed

+23
-12
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
with:
2929
root_file: resume_ru.tex
3030
working_directory: src
31-
compiler: pdflatex
31+
compiler: xelatex
3232

3333
- name: Compile English resume
3434
uses: xu-cheng/latex-action@v3

src/resume_ru.tex

Lines changed: 22 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,15 @@
11
\documentclass[a4paper,11pt]{article}
22

3-
% --- Encoding and language ---
4-
\usepackage[T2A]{fontenc}
5-
\usepackage[utf8]{inputenc}
6-
\usepackage[russian]{babel}
3+
% --- XeLaTeX packages for Russian ---
4+
\usepackage{fontspec}
5+
\usepackage{polyglossia}
6+
\setmainlanguage{russian}
7+
\setotherlanguage{english}
8+
9+
% --- Fonts ---
10+
\setmainfont{CMU Serif}
11+
\setsansfont{CMU Sans Serif}
12+
\setmonofont{CMU Typewriter Text}
713

814
% --- Page layout and formatting ---
915
\usepackage[left=2cm,right=2cm,top=2cm,bottom=2cm]{geometry}
@@ -43,11 +49,11 @@
4349
% --- Education ---
4450
\section*{Образование}
4551
\textbf{НИУ ВШЭ}, ОП «Компьютерная безопасность»\\
46-
2022 по наст. (ожидается окончание в 2028)
52+
2022 --- по наст. (ожидается окончание в 2028)
4753

4854
% --- Experience ---
4955
\section*{Опыт работы}
50-
\textbf{РТ-ИБ ML-инженер}\hfill \textit{Декабрь 2024 настоящее время}
56+
\textbf{РТ-ИБ --- ML-инженер}\hfill \textit{Декабрь 2024 --- настоящее время}
5157

5258
\begin{itemize}
5359
\item Разработал и внедрил модель для выявления ложноположительных инцидентов информационной безопасности.
@@ -59,11 +65,16 @@ \section*{Опыт работы}
5965

6066
% --- Skills ---
6167
\section*{Технические навыки}
62-
\textbf{Языки программирования:} Python\\
63-
\textbf{Фреймворки и библиотеки:} FastAPI, vLLM, pandas, numpy, sklearn, catboost, pytorch\\
64-
\textbf{Инфраструктура:} docker, docker-compose, airflow, mlflow, minio, grafana\\
65-
\textbf{Визуализация:} matplotlib, seaborn, plotly\\
66-
\textbf{CI/CD:} gitlab CI\\
68+
\textbf{Языки программирования:} Python
69+
70+
\textbf{Фреймворки и библиотеки:} FastAPI, vLLM, pandas, numpy, sklearn, catboost, pytorch
71+
72+
\textbf{Инфраструктура:} docker, docker-compose, airflow, mlflow, minio, grafana
73+
74+
\textbf{Визуализация:} matplotlib, seaborn, plotly
75+
76+
\textbf{CI/CD:} gitlab CI
77+
6778
\textbf{Инструменты:} ruff, uv
6879

6980
% --- About ---

0 commit comments

Comments
 (0)