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

Update CV.

parent 6fcbb749
Branches
No related tags found
No related merge requests found
Pipeline #21491 passed
......@@ -6,20 +6,24 @@ set -e
cd "${0%/*}"
CWD=$(pwd)
INTERACTION=nonstopmode
INTERACTION=errorstopmode
OUTDIR=dist
JOBNAME=cv
PREVIEW=""
OPEN=false
DRAFT=""
FAST=false
SYNCTEX=1
usage() { echo "Usage: $0 [-o]" 1>&2; exit 1; }
usage() { echo "Usage: $0 [-f -d]" 1>&2; exit 1; }
while getopts "o" o; do
while getopts "df" o
do
case "${o}" in
o)
PREVIEW="\def\preview{true}"
OPEN=true
f)
FAST=true
;;
d)
DRAFT="\def\draft{true}"
JOBNAME="$JOBNAME-draft"
;;
*)
usage
......@@ -28,27 +32,32 @@ while getopts "o" o; do
done
shift $((OPTIND-1))
rm -rf ${OUTDIR}/*
mkdir -p ${OUTDIR}
if [ $FAST == false ]
then
mkdir -p ${OUTDIR}/tmp
cp ${OUTDIR}/*.pdf ${OUTDIR}/tmp || true
rm -f ${OUTDIR}/*.*
cp ${OUTDIR}/tmp/*.pdf ${OUTDIR} || true
rm -rf ${OUTDIR}/tmp
mkdir -p ${OUTDIR}/figures
fi
if [ -n "$CI_BUILD_REF" ];
then
printf "\providecommand{\\\version}{%s}" $(echo $CI_BUILD_REF | cut -c1-8) > version.tex
fi
latexmk -cd -f -pdf -time \
-jobname=$JOBNAME \
-outdir=$OUTDIR \
latexmk -cd -dvi- -f -pdf -ps- -time -shell-escape \
-jobname=${JOBNAME} \
-outdir=${OUTDIR} \
--synctex=${SYNCTEX} \
--interaction=${INTERACTION} \
-pdflatex='lualatex %O "\def\dummy{} '${PREVIEW}' \input %S "' \
-pdflatex='lualatex %O "\def\dummy{} '${REVIEW}' '${DRAFT}' \input %S "' \
main
if [ $FAST == false ]
then
rm -f ${OUTDIR}/*.{aux,log,out,xwm,toc,lof,lot,bib,bbl,bcf,blg,xml,fls,fdb_latexmk}
fi
echo "Done."
if [ "$OPEN" == true ]
then
open ${OUTDIR}/${JOBNAME}.pdf
fi
......@@ -12,7 +12,7 @@
\usepackage{csquotes}
\name{Dmytro}{Bogatov}
\tagline{PhD student at Boston University | \\ Database Security, Secure Range Queries, Distributed Systems, ORAM}
\tagline{PhD student at Boston University | \\ Database Security, Differential Privacy, Secure Range Queries, ORAM}
\photo{2.5cm}{images/me}
\socialinfo{
\website{https://dbogatov.org}{dbogatov.org}
......@@ -20,7 +20,7 @@
\github{dbogatov} \\
\smartphone{+1 857 777 8350}
\email{dmytro@dbogatov.org}
\address{Boston, MA 02215} \\
\address{Boston, MA} \\
\infos{Born in Ukraine in 1996}
}
......
@unpublished{bogatov-ndss-2020,
@unpublished{bogatov-idemix-2020,
title = {Anonymous Transactions with Revocation and Auditing in Hyperledger Fabric},
author = {Dmytro Bogatov and Angelo De Caro and Kaoutar Elkhiyaoui and Björn Tackmann},
author+an = {1=highlight},
year = {2020},
journal = {NDSS}
note = {In-review ACNS}
}
@article{natykov-bioinformatics-2019,
title = {{DISPOT}: A simple knowledge-based protein domain interaction statistical potential},
author = {Oleksandr Narykov and Dmytro Bogatov and Dmitry Korkin},
author+an = {2=highlight},
year = {2019},
journal = {Bioinformatics},
doi = {10.1093/bioinformatics/btz587},
month = {07},
@article{bogatov-ipe-journal-2017,
title = {Analysis of a Dynamic Voluntary Contribution Mechanism Public Good Game},
author = {Dmytro Bogatov},
author+an = {1=highlight},
journal = {IPE Journal},
volume = {26},
year = {2017}
}
@article{bogatov-vldb-2019,
......@@ -28,15 +27,6 @@
pages = {933--947}
}
@article{bogatov-ipe-journal-2017,
title = {Analysis of a Dynamic Voluntary Contribution Mechanism Public Good Game},
author = {Dmytro Bogatov},
author+an = {1=highlight},
journal = {IPE Journal},
volume = {26},
year = {2017}
}
@article{bogatov-wpi-library-2016,
title = {Data MATTERS: Customizing Economic Indices to Measure State Competitiveness},
author = {Dmytro Bogatov and Jillian Rose Hennessy},
......@@ -45,6 +35,24 @@
year = {2016}
}
@unpublished{epsolute,
title = {$\mathcal{E}\text{psolute}$: Efficiently Querying Databases While Providing Differential Privacy},
author = {Dmytro Bogatov and Georgios Kellaris and George Kollios and Kobbi Nissim and Adam O'Neill},
year = {2021},
author+an = {1=highlight},
note = {In-review pVLDB}
}
@article{natykov-bioinformatics-2019,
title = {{DISPOT}: A simple knowledge-based protein domain interaction statistical potential},
author = {Oleksandr Narykov and Dmytro Bogatov and Dmitry Korkin},
author+an = {2=highlight},
year = {2019},
journal = {Bioinformatics},
doi = {10.1093/bioinformatics/btz587},
month = {07}
}
@article{nurbekov-wpi-library-2015,
title = {Investment Trading And Risk Management: Scientifically Developing and Analyzing Trading Systems},
author = {Batyrlan Nurbekov and Dmytro Bogatov and Jiacong S Xu and Richard Joseph O'Brien},
......
......@@ -11,11 +11,11 @@
\sectionTitle{Awards}{\faTrophy}
\vspace{1em}
\begin{itemize}
\item[\star] \textbf{pVLDB 2021 Reproducibility Award} at BU
\item \textbf{Chair's Fellowship} at BU
\item \textbf{``Outstanding Junior''} at WPI
\item \textbf{Dean's List} all semesters at WPI
\item \textbf{Charles O. Thompson Scholar} at WPI
\item \textbf{The Future of Ukraine} project fair award in Kyiv
\end{itemize}
}
{
......
......@@ -10,7 +10,7 @@
\experience%
{November 2019}
{Software Developer Intern (Redshift team)}{Amazon Web Services, Inc.}{Palo Alto, CA}
{Software Developer Intern (Redshift team)}{Amazon Web Services}{Palo Alto, CA (virtual)}
{August 2019}
{
\begin{itemize}
......@@ -22,7 +22,7 @@
\experience%
{December 2019}
{Applied Scientist Intern (Crypto Algorithms team)}{Amazon Web Services, Inc.}{Seattle, WA}
{Applied Scientist Intern (Crypto Algorithms team)}{Amazon Web Services}{Seattle, WA}
{October 2019}
{
\begin{itemize}
......
......@@ -3,10 +3,10 @@
\begin{projects}
\project%
{Differentially private ORAMs}
{$\mathcal{E}\text{psolute}$: differentially private secure range queries}
{Sep 2018 --- present}
{\website{https://arxiv.org/pdf/1706.01552.pdf}{current technical report}}
{Developing ORAM-based database backend satisfying Differential Privacy}
{\website{https://github.com/epsolute}{github.com/epsolute} \website{https://arxiv.org/pdf/1706.01552.pdf}{publication}}
{Developed ORAM-based differential privacy range and point query engine}
{C++, ORAM, differential privacy, range queries}
\project%
......
......@@ -4,6 +4,7 @@
{
\begin{description}
\item[2019] ICDE
\item[2021] SIGMOD Reproducibility
\end{description}
}
{
......
......@@ -2,7 +2,7 @@
\begin{keywords}
\keywordsentry{Programming Languages}{\textbf{C\#}, \textbf{TypeScript} / JavaScript, \textbf{Python}, Java, C/\textbf{C++}, HTML, SQL, \LaTeX{}, \textbf{Go}, Bash, x86 ASM}
\keywordsentry{Frameworks}{\textbf{.NET Core}, ASP MVC, xUnit, Angular, \textbf{boost::}}
\keywordsentry{Frameworks}{\textbf{.NET Core}, ASP MVC, \textbf{SGX}, xUnit, Angular, \textbf{boost::}}
\keywordsentry{Common skills}{\textbf{git}, \textbf{docker}, bash, console, \LaTeX{}, VS Code}
\keywordsentry{DevOps}{Ubuntu / CoreOS, \textbf{Kubernetes}, CI / CD, infrastructure 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}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment