Skip to content
Snippets Groups Projects
Commit 0405594b authored by Dmytro Bogatov's avatar Dmytro Bogatov :two_hearts:
Browse files

Update.

parent 872c31c6
Branches
No related tags found
No related merge requests found
Pipeline #23821 passed
document/images/dmytro-bogatov.png

137 KiB

document/images/me.jpeg

12.3 KiB

...@@ -12,8 +12,8 @@ ...@@ -12,8 +12,8 @@
\usepackage{csquotes} \usepackage{csquotes}
\name{Dmytro}{Bogatov} \name{Dmytro}{Bogatov}
\tagline{PhD student at Boston University | \\ Database Security, Differential Privacy, Secure Range Queries, ORAM} \tagline{PhD candidate at Boston University | \\ Database Security, Differential Privacy, Secure Range Queries, ORAM}
\photo{2.5cm}{images/me} \photo{3cm}{images/dmytro-bogatov}
\socialinfo{ \socialinfo{
\website{https://dbogatov.org}{dbogatov.org} \website{https://dbogatov.org}{dbogatov.org}
\linkedin{dmytrobogatov} \linkedin{dmytrobogatov}
......
\par{ \par{
Originally from Ukraine, I started an undergraduate CS program at WPI\@. Originally from Ukraine, I started an undergraduate CS program at WPI\@.
During the program, I have had a number of internships and have completed many research and industry-oriented projects. During the program, I have had a number of internships and have completed many research and industry-oriented projects.
I have graduated from WPI in 2017 with nearly perfect GPA and have enrolled at BU for a 5-years PhD program in Data Science. I have graduated from WPI in 2017 with nearly perfect GPA and have enrolled at BU for a 5-years Ph.D.\ program in Data Science.
In the first two years I have completed the Master's program in Cyber Security. In the first two years I have completed the Master's program in Cyber Security.
Currently, I am \textbf{looking for a software development position} in the area of \textbf{Database Security or Cryptography}. I have passed the Qualifying Exam, and I am set to graduate in May 2022.
I am particularly interested in Secure Range Queries, Differential Privacy, ORAM and Zero-Knowledge Proofs. I am interested in Secure Range Queries, Differential Privacy, ORAM and Zero-Knowledge Proofs.
} }
\sectionTitle{Paper reviews}{\faBalanceScale} \sectionTitle{Paper reviews}{\faBalanceScale}
\threecolumnsection% \fourcolumnsection%
{ {
\begin{description} \begin{description}
\item[2019] ICDE \item[2019] ICDE
\item[2020] SIGMOD
\end{description}
}
{
\begin{description}
\item[2021] SIGMOD
\item[2021] SIGMOD Reproducibility \item[2021] SIGMOD Reproducibility
\end{description} \end{description}
} }
{ {
\begin{description} \begin{description}
\item[2020] SIGMOD
\item[2022] SIGMOD \item[2022] SIGMOD
\item[2022] ICDE
\end{description} \end{description}
} }
{ {
\begin{description} \begin{description}
\item[2021] SIGMOD \item[2022] SIGMOD Reproducibility
\item[2022] ICDE
\end{description} \end{description}
} }
...@@ -3,7 +3,7 @@ ...@@ -3,7 +3,7 @@
\begin{keywords} \begin{keywords}
\keywordsentry{Programming Languages}{\textbf{C\#}, \textbf{TypeScript} / JavaScript, \textbf{Python}, Java, C/\textbf{C++}, HTML, \textbf{SQL}, \LaTeX{}, \textbf{Go}, Bash, x86 ASM} \keywordsentry{Programming Languages}{\textbf{C\#}, \textbf{TypeScript} / JavaScript, \textbf{Python}, Java, C/\textbf{C++}, HTML, \textbf{SQL}, \LaTeX{}, \textbf{Go}, Bash, x86 ASM}
\keywordsentry{Frameworks}{\textbf{.NET Core}, ASP MVC, \textbf{SGX}, xUnit, Angular, \textbf{boost::}} \keywordsentry{Frameworks}{\textbf{.NET Core}, ASP MVC, \textbf{SGX}, xUnit, Angular, \textbf{boost::}}
\keywordsentry{Common skills}{\textbf{git}, Gerrit, \textbf{docker}, bash, console, \LaTeX{}, VS Code} \keywordsentry{Common skills}{\textbf{git}, Gerrit, \textbf{docker}, bash, console, VS Code, unit testing}
\keywordsentry{DevOps}{Ubuntu / CoreOS, \textbf{Kubernetes}, CI / CD, infrastructure automation, NGINX, GitLab admin} \keywordsentry{DevOps}{Ubuntu / CoreOS / CentOS, \textbf{Kubernetes}, CI / CD, automation, NGINX, GitLab admin}
\keywordsentry{Graduate classes}{Advanced Algorithms, \textbf{Cryptography}, \textbf{Advanced Database Systems}, Advanced Operating Systems, \textbf{Distributed Systems}, Compiler Design, \textbf{Applied Cryptography}, Optimization Methods} \keywordsentry{Graduate classes}{Advanced Algorithms, \textbf{Cryptography}, \textbf{Advanced Database Systems}, Advanced Operating Systems, \textbf{Distributed Systems}, Compiler Design, \textbf{Applied Cryptography}, Optimization Methods}
\end{keywords} \end{keywords}
...@@ -454,6 +454,24 @@ ...@@ -454,6 +454,24 @@
\end{minipage} \end{minipage}
} }
\newcommand*\fourcolumnsection[4]{
\begin{minipage}[t]{\dimexpr(0.2\linewidth) - 1em}
#1
\end{minipage}
\hfill
\begin{minipage}[t]{\dimexpr(0.3\linewidth) - 1em}
#2
\end{minipage}
\hfill
\begin{minipage}[t]{\dimexpr(0.2\linewidth) - 1em}
#3
\end{minipage}
\hfill
\begin{minipage}[t]{\dimexpr(0.3\linewidth) - 1em}
#4
\end{minipage}
}
% Define the 'referencees' environment % Define the 'referencees' environment
\newenvironment{referees}{% \newenvironment{referees}{%
}{% }{%
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment