Skip to content

Commit

Permalink
fix: remove education dates
Browse files Browse the repository at this point in the history
  • Loading branch information
szymonmaszke committed Jan 22, 2024
1 parent b2c1db1 commit d843d89
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 10 deletions.
Binary file modified cv.pdf
Binary file not shown.
9 changes: 3 additions & 6 deletions cv/sections/core.tex
Original file line number Diff line number Diff line change
Expand Up @@ -8,19 +8,16 @@
{\Large \textbf{\textcolor{text}{\faGraduationCap\space Education}}};
\node (education data) at (education.south) [below, text width = \paperwidth-\cvMiddleSidebar-\Margin] {
\vspace*{-0.45cm}
\education{\href{https://mba.agh.edu.pl/programs/mba-executive}{MBA Executive}}
\educationOngoing{\href{https://mba.agh.edu.pl/programs/mba-executive}{MBA Executive}}
{\href{https://www.agh.edu.pl/en/}{AGH University}}{\faMapMarker\space Faculty of Management}
{2023}{Present}

\vspace*{-0.15cm}
\education{M.Sc. Computer Science (Machine Learning specialization)}
\educationFinished{M.Sc. Computer Science (Machine Learning specialization)}
{\href{https://en.uj.edu.pl/}{Jagiellonian University}}{\faMapMarker\space Faculty of Mathematics}
{2018}{2021}

\vspace*{-0.15cm}
\education{B.Sc. Computer Science}
\educationFinished{B.Sc. Computer Science}
{\href{https://en.uj.edu.pl/}{Jagiellonian University}}{\faMapMarker\space Faculty of Physics}
{2014}{2017}
};

% Work
Expand Down
25 changes: 21 additions & 4 deletions cv/styles/commands.sty
Original file line number Diff line number Diff line change
Expand Up @@ -127,9 +127,7 @@
% 1 - name and rank
% 2 - university
% 3 - Other (location, GPA)
% 4 - Start date
% 5 - End date
\newcommand{\education}[5]{
\newcommand{\educationOngoing}[3]{
\begin{cvtext}
\begin{center}
\textbf{\large #1}
Expand All @@ -140,7 +138,26 @@
\textcolor{annotation}{
\faUniversity\space #2
\hfill #3
\hfill \faCalendar\space #4-#5
\hfill \faCalendar\space In progress
}
}
}

% Create short education entry (without dates)
% 1 - name and rank
% 2 - university
% 3 - Other (location, GPA)
\newcommand{\educationFinished}[3]{
\begin{cvtext}
\begin{center}
\textbf{\large #1}
\end{center}
\end{cvtext}
\vspace*{-0.3cm}
\small{
\textcolor{annotation}{
\hfill \faUniversity\space #2
\hfill #3 \hfill
}
}
}
Expand Down

0 comments on commit d843d89

Please sign in to comment.