align text, spellchecks

This commit is contained in:
2025-11-24 22:02:02 +01:00
parent 4a8f0fffec
commit 2957c1c387
2 changed files with 14 additions and 12 deletions

26
cv.tex
View File

@@ -1,4 +1,4 @@
%============See ================================================================% %============================================================================%
% %
% DOCUMENT DEFINITION % DOCUMENT DEFINITION
% %
@@ -94,7 +94,7 @@
\vcenteredhbox{\icon{#1}{#2}{#5}} \hspace{2pt} \href{mailto:#4}{\textcolor{#5}{#3 \scriptsize\faExternalLink*}} \vcenteredhbox{\icon{#1}{#2}{#5}} \hspace{2pt} \href{mailto:#4}{\textcolor{#5}{#3 \scriptsize\faExternalLink*}}
} }
\newcommand{\iconadress}[5]{ \newcommand{\iconaddress}[5]{
\vcenteredhbox{\icon{#1}{#2}{#5}} \hspace{2pt} \href{#4}{\textcolor{#5}{#3}} \vcenteredhbox{\icon{#1}{#2}{#5}} \hspace{2pt} \href{#4}{\textcolor{#5}{#3}}
} }
%---------------------------------------------------------------------------------------- %----------------------------------------------------------------------------------------
@@ -220,7 +220,7 @@
% CV SECTION % CV SECTION
%---------------------------------------------------------------------------------------- %----------------------------------------------------------------------------------------
% Renders a a CV section headline with a nice underline in main color. % Renders a CV section headline with a nice underline in main color.
% param 1: section title % param 1: section title
\newcommand{\cvsection}[1] { \newcommand{\cvsection}[1] {
\vspace{14pt} \vspace{14pt}
@@ -400,8 +400,10 @@
% param 2: detailed description (separate bullet points with \item) % param 2: detailed description (separate bullet points with \item)
\newcommand{\cvsubpoint}[2]{ \newcommand{\cvsubpoint}[2]{
\vspace{3pt} \vspace{3pt}
\textcolor{black}{\textbf{#1}}\\[-2pt] \begin{tabular*}{1\mpwidth}{@{\hspace{0.5em}}p{\dimexpr\mpwidth-0.5em\relax}}
#2\\ \textcolor{black}{\textbf{#1}}\\[-2pt]
#2
\end{tabular*}\\
} }
%---------------------------------------------------------------------------------------- %----------------------------------------------------------------------------------------
@@ -691,16 +693,16 @@
Supported the creation of an enterprise cybersecurity strategy for Swiss multinational media conglomerate operating across EMEA through workshops with CISO and CIO. Supported the creation of an enterprise cybersecurity strategy for Swiss multinational media conglomerate operating across EMEA through workshops with CISO and CIO.
} }
\cvsubpoint{Strategic Enterprise Identity Transformation}{ \cvsubpoint{Strategic Enterprise Identity Transformation}{
Led analytical framework and workshop materials design for CHF $\approx$ 250bn AuM Swiss bank IAM strategy engagement, selecting and tailoring strategic frameworks to structure stakeholder alignment across senior leaders (CISO, CTO-reporting directors) Led analytical framework and workshop materials design for CHF $\approx$ 250bn AuM Swiss bank EIAM strategy engagement, selecting and tailoring strategic frameworks to structure stakeholder alignment across senior leaders (CISO, CTO-reporting directors).
} }
\cvsubpoint{Banking Sector Cyber Risk Audits}{ \cvsubpoint{Banking Sector Cyber Risk Audits}{
Conducted comprehensive cybersecurity audits across 10 Swiss banking institutions ($\approx$ CHF 800mn CHF 9bn AUM, FINMA category 3-5) over 4-month engagement Conducted comprehensive cybersecurity audits across 10 Swiss banking institutions ($\approx$ CHF 800mn CHF 9bn AUM, FINMA category 3-5) over 4-month engagement.
} }
\cvsubpoint{Firm Development \& Internal Leadership}{ \cvsubpoint{Firm Development \& Internal Leadership}{
Leading monthly knowledge-sharing forums for 30-person Cybersecurity practice. Memeber of the Cybersecurity Staff Advisory Board. Leading monthly knowledge-sharing forums for 30-person Cybersecurity practice. Member of the Cybersecurity Staff Advisory Board.
} }
} }
\vspace{-1.75em} \vspace{-1em}
%\pagebreak %\pagebreak
% Draw timeline arrow continuation for second page % Draw timeline arrow continuation for second page
@@ -739,11 +741,11 @@ Leading monthly knowledge-sharing forums for 30-person Cybersecurity practice. M
\vspace{-2em} \vspace{-2em}
\begin{itemize}[leftmargin=0pt, itemsep=2pt, parsep=0pt, rightmargin=10pt] \begin{itemize}[leftmargin=0pt, itemsep=2pt, parsep=0pt, rightmargin=10pt]
\item[] \textbf{Programming:} Python (adept), C/C++ (intermediate), Bash (adept), R (intermediate), JavaScript (intermediate), HTML/CSS (adept), SvelteKit and many more \item[] \textbf{Programming:} Python (adept), C/C++ (intermediate), Bash (adept), R (intermediate), JavaScript (intermediate), HTML/CSS (adept), SvelteKit and many more
\item[] \textbf{Data Science:} Agent Based Modelling, Graph theory, Strong familiarity with typical libaries (Pandas, Numpy, tidyverse) \item[] \textbf{Data Science:} Agent Based Modeling, Graph theory, Strong familiarity with typical libraries (Pandas, Numpy, tidyverse)
\item[] \textbf{Office:} Full MS Office Suite (adept), LaTex (adept) \item[] \textbf{Office:} Full MS Office Suite (adept), LaTex (adept)
\item[] \textbf{Graphics:} Photoshop, Inkscape, SVG \item[] \textbf{Graphics:} Photoshop, Inkscape, SVG
\item[] \textbf{System Administration:} MongoDB, PostgreSQL, Nginx, \item[] \textbf{System Administration:} MongoDB, PostgreSQL, Nginx, Vim, Docker, Git, SSH
\item[] \textbf{Cybersecurity:} MS Sentinel and KQL, Wiz \item[] \textbf{Cybersecurity:} MS Sentinel and KQL, Wiz, NIST CSF 2.0
\end{itemize} \end{itemize}
% \begin{minipage}[t]{0.47\linewidth} % \begin{minipage}[t]{0.47\linewidth}
% \cvskill[Python]{Python}{adept}{0.8}{}\\ % \cvskill[Python]{Python}{adept}{0.8}{}\\

Binary file not shown.

Before

Width:  |  Height:  |  Size: 303 KiB

After

Width:  |  Height:  |  Size: 307 KiB