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

Add few more reviews, Google Scholar links and update statement.

parent d36ebb83
Branches
No related tags found
No related merge requests found
Pipeline #24817 failed
...@@ -20,6 +20,7 @@ ...@@ -20,6 +20,7 @@
\github{dbogatov} \\ \github{dbogatov} \\
\smartphone{+1 857 777 8350} \smartphone{+1 857 777 8350}
\email{dmytro@dbogatov.org} \email{dmytro@dbogatov.org}
\scholar{Mq8ButkAAAAJ}
\address{Boston, MA} \\ \address{Boston, MA} \\
\infos{Born in Ukraine in the past millennium} \infos{Born in Ukraine in the past millennium}
} }
......
...@@ -8,14 +8,14 @@ ...@@ -8,14 +8,14 @@
\end{skills} \end{skills}
} }
{ {
\sectionTitle{Awards}{\faTrophy} \sectionTitle{Select Awards}{\faTrophy}
\vspace{1em} \vspace{1em}
\begin{itemize} \begin{itemize}
\item[\star] \textbf{pVLDB 2021 Reproducibility Award} at BU \item[\star] \textbf{pVLDB 2021 Reproducibility Award} at BU
\item \textbf{Chair's Fellowship} at BU \item \textbf{Chair's Fellowship} at BU
\item \textbf{``Outstanding Junior''} at WPI \item \textbf{``Outstanding Junior''} at WPI
\item \textbf{Dean's List} all semesters at WPI % \item \textbf{Dean's List} all semesters at WPI
\item \textbf{Charles O. Thompson Scholar} at WPI % \item \textbf{Charles O. Thompson Scholar} at WPI
\end{itemize} \end{itemize}
} }
{ {
......
...@@ -3,6 +3,6 @@ ...@@ -3,6 +3,6 @@
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 Ph.D.\ 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.
I have passed the Qualifying Exam, and I am set to graduate in May 2022. I have passed the Qualifying Exam and Prospectus, and I am set to defend in early April 2022.
I am 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.
} }
...@@ -7,14 +7,17 @@ ...@@ -7,14 +7,17 @@
{Professor} {Professor}
{Boston University} {Boston University}
{gkollios@bu.edu} {gkollios@bu.edu}
{0VFi-vAAAAAJ}
\referee% \referee%
{\website{https://scholar.google.com/citations?user=1KRXBIwAAAAJ}{Leonid Reyzin}} {\website{https://scholar.google.com/citations?user=1KRXBIwAAAAJ}{Leonid Reyzin}}
{Professor} {Professor}
{Boston University} {Boston University}
{reyzin@bu.edu} {reyzin@bu.edu}
{1KRXBIwAAAAJ}
\referee% \referee%
{\website{https://scholar.google.com/citations?hl=en&user=RyXHY68AAAAJ}{Manos Athanassoulis}} {\website{https://scholar.google.com/citations?hl=en&user=RyXHY68AAAAJ}{Manos Athanassoulis}}
{Assistant Professor} {Assistant Professor}
{Boston University} {Boston University}
{mathan@bu.edu} {mathan@bu.edu}
{RyXHY68AAAAJ}
\end{referees} \end{referees}
...@@ -3,24 +3,25 @@ ...@@ -3,24 +3,25 @@
\fourcolumnsection% \fourcolumnsection%
{ {
\begin{description} \begin{description}
\item[2019] ICDE \item[2019] IEEE ICDE
\item[2020] SIGMOD \item[2020] SIGMOD/PODS
\end{description} \end{description}
} }
{ {
\begin{description} \begin{description}
\item[2021] SIGMOD \item[2021] SIGMOD/PODS
\item[2021] SIGMOD Reproducibility \item[2021] SIGMOD Reproducibility
\end{description} \end{description}
} }
{ {
\begin{description} \begin{description}
\item[2022] SIGMOD \item[2022] SIGMOD/PODS
\item[2022] ICDE \item[2022] IEEE ICDE
\end{description} \end{description}
} }
{ {
\begin{description} \begin{description}
\item[2022] SIGMOD Reproducibility \item[2022] SIGMOD Reproducibility
\item[2022] IEEE TDSC
\end{description} \end{description}
} }
...@@ -174,6 +174,7 @@ ...@@ -174,6 +174,7 @@
\newcommand{\viadeoSymbol}{\faViadeo} \newcommand{\viadeoSymbol}{\faViadeo}
\newcommand{\mobileSymbol}{\faMobilePhone} \newcommand{\mobileSymbol}{\faMobilePhone}
\newcommand{\githubSymbol}{\faGithub} \newcommand{\githubSymbol}{\faGithub}
\newcommand{\scholarSymbol}{\faGraduationCap}
\newcommand\link[2]{\color{linkcolor}\href{#1}{#2}\color{Black} } \newcommand\link[2]{\color{linkcolor}\href{#1}{#2}\color{Black} }
\newcommand\important[1]{\textbf #1} \newcommand\important[1]{\textbf #1}
...@@ -235,6 +236,8 @@ ...@@ -235,6 +236,8 @@
% Usage: \github{<github-nick>} % Usage: \github{<github-nick>}
\newcommand*{\github}[1]{\sociallink{\githubSymbol}{https://www.github.com/#1}{github.com/#1}} % Github icon + URL \newcommand*{\github}[1]{\sociallink{\githubSymbol}{https://www.github.com/#1}{github.com/#1}} % Github icon + URL
\newcommand*{\scholar}[1]{\sociallink{\scholarSymbol}{https://scholar.google.com/citations?user=#1}{Google Scholar}}
% Render author's email (optional) % Render author's email (optional)
% Usage: \email{<email adress>} % Usage: \email{<email adress>}
\newcommand*{\email}[1]{\sociallink{\mailSymbol}{mailto:#1}{#1}} \newcommand*{\email}[1]{\sociallink{\mailSymbol}{mailto:#1}{#1}}
...@@ -378,10 +381,8 @@ ...@@ -378,10 +381,8 @@
% } % }
% {<Technology list>} % {<Technology list>}
\newcommand\experience[7]{ \newcommand\experience[7]{
\textbf{#1} & \textbf{#2, \textsc{#3}, #4} \\* \textbf{#1} & \textbf{#2, \textsc{\textcolor{symbolcolor}{#3}}, #4} \\*
\textbf{#5} & \begin{minipage}[t]{\rightcolumnlength} \textbf{#5} & \begin{minipage}[t]{\rightcolumnlength} #6 \end{minipage} \\*
#6
\end{minipage} \\*
& \footnotesize{\foreach \n in {#7}{\cvtag{\n}}} \\ & \footnotesize{\foreach \n in {#7}{\cvtag{\n}}} \\
} }
...@@ -479,13 +480,14 @@ ...@@ -479,13 +480,14 @@
\bigskip \bigskip
} }
\newcommand*\referee[4]{ \newcommand*\referee[5]{
\hspace{1em} \hspace{1em}
\begin{minipage}[t]{\dimexpr(\linewidth/3) - 3em} \begin{minipage}[t]{\dimexpr(\linewidth/3) - 3em}
\begin{tabular}{>{}l >{}l} \begin{tabular}{>{}l >{}l}
\multicolumn{2}{l}{\textbf{#1}} \\ \multicolumn{2}{l}{\textbf{#1}} \\
\multicolumn{2}{l}{\emph{#2}, \textsc{#3}} \\ \multicolumn{2}{l}{\emph{#2}, \textsc{#3}} \\
\quad \mailSymbol & \href{mailto:#4}{#4} \quad \mailSymbol & \href{mailto:#4}{#4} \\
\quad \scholarSymbol & \website{https://scholar.google.com/citations?user=#5}{Scholar Profile}
\end{tabular} \end{tabular}
\end{minipage}% \end{minipage}%
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment