diff --git a/tests/testdata/test_copy_theme_files_to_output_directory/sb2nov/LICENSE b/tests/testdata/test_copy_theme_files_to_output_directory/sb2nov/LICENSE deleted file mode 100644 index 4d4f656..0000000 --- a/tests/testdata/test_copy_theme_files_to_output_directory/sb2nov/LICENSE +++ /dev/null @@ -1,22 +0,0 @@ -The MIT License (MIT) - -Copyright (c) 2015 Sourabh Bajaj - -Permission is hereby granted, free of charge, to any person obtaining a copy -of this software and associated documentation files (the "Software"), to deal -in the Software without restriction, including without limitation the rights -to use, copy, modify, merge, publish, distribute, sublicense, and/or sell -copies of the Software, and to permit persons to whom the Software is -furnished to do so, subject to the following conditions: - -The above copyright notice and this permission notice shall be included in all -copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR -IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, -FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE -AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER -LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, -OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE -SOFTWARE. - diff --git a/tests/testdata/test_generate_latex_file/classic_empty.tex b/tests/testdata/test_generate_latex_file/classic_empty.tex index c9f9c2b..33f331e 100644 --- a/tests/testdata/test_generate_latex_file/classic_empty.tex +++ b/tests/testdata/test_generate_latex_file/classic_empty.tex @@ -28,12 +28,14 @@ \usepackage{calc} % for calculating lengths \usepackage{bookmark} % for bookmarks \usepackage{lastpage} % for getting the total number of pages -\usepackage[default, type1]{sourcesanspro} % for using source sans 3 font \usepackage{changepage} % for one column entries (adjustwidth environment) \usepackage{paracol} % for two and three column entries \usepackage{ifthen} % for conditional statements \usepackage{needspace} % for avoiding page brake right after the section title +% Theme specific: +\usepackage[default, type1]{sourcesanspro} % for using source sans 3 font + % Ensure that generate pdf is machine readable/ATS parsable: \ifpdf \input{glyphtounicode} @@ -80,6 +82,7 @@ 0.2 cm } % section title spacing +% \renewcommand\labelitemi{$\vcenter{\hbox{\small$\bullet$}}$} % custom bullet points \newenvironment{highlights}{ \begin{itemize}[ topsep=0.10 cm, @@ -90,8 +93,6 @@ ] }{ \end{itemize} - - \vspace{-0.10cm} } % new environment for highlights @@ -119,7 +120,7 @@ \newenvironment{threecolentry}[3][]{ \onecolentry \def\thirdColumn{#3} - \setcolumnwidth{1cm, \fill, 4.1 cm} + \setcolumnwidth{1 cm, \fill, 4.1 cm} \begin{paracol}{3} \raggedright #2 \switchcolumn }{ @@ -147,9 +148,11 @@ % save the original href command in a new command: \let\hrefWithoutArrow\href - % new command for external links: + +% new command for external links: \renewcommand{\href}[2]{\hrefWithoutArrow{#1}{\mbox{\ifthenelse{\equal{#2}{}}{ }{#2 }\raisebox{.15ex}{\footnotesize \faExternalLink*}}}} + \begin{document} \placelastupdatedtext diff --git a/tests/testdata/test_generate_latex_file/classic_filled.tex b/tests/testdata/test_generate_latex_file/classic_filled.tex index 6144e5a..f0b3602 100644 --- a/tests/testdata/test_generate_latex_file/classic_filled.tex +++ b/tests/testdata/test_generate_latex_file/classic_filled.tex @@ -28,12 +28,14 @@ \usepackage{calc} % for calculating lengths \usepackage{bookmark} % for bookmarks \usepackage{lastpage} % for getting the total number of pages -\usepackage[default, type1]{sourcesanspro} % for using source sans 3 font \usepackage{changepage} % for one column entries (adjustwidth environment) \usepackage{paracol} % for two and three column entries \usepackage{ifthen} % for conditional statements \usepackage{needspace} % for avoiding page brake right after the section title +% Theme specific: +\usepackage[default, type1]{sourcesanspro} % for using source sans 3 font + % Ensure that generate pdf is machine readable/ATS parsable: \ifpdf \input{glyphtounicode} @@ -80,6 +82,7 @@ 0.2 cm } % section title spacing +% \renewcommand\labelitemi{$\vcenter{\hbox{\small$\bullet$}}$} % custom bullet points \newenvironment{highlights}{ \begin{itemize}[ topsep=0.10 cm, @@ -90,8 +93,6 @@ ] }{ \end{itemize} - - \vspace{-0.10cm} } % new environment for highlights @@ -119,7 +120,7 @@ \newenvironment{threecolentry}[3][]{ \onecolentry \def\thirdColumn{#3} - \setcolumnwidth{1cm, \fill, 4.1 cm} + \setcolumnwidth{1 cm, \fill, 4.1 cm} \begin{paracol}{3} \raggedright #2 \switchcolumn }{ @@ -147,9 +148,11 @@ % save the original href command in a new command: \let\hrefWithoutArrow\href - % new command for external links: + +% new command for external links: \renewcommand{\href}[2]{\hrefWithoutArrow{#1}{\mbox{\ifthenelse{\equal{#2}{}}{ }{#2 }\raisebox{.15ex}{\footnotesize \faExternalLink*}}}} + \begin{document} \placelastupdatedtext \begin{header} diff --git a/tests/testdata/test_generate_latex_file/engineeringresumes_empty.tex b/tests/testdata/test_generate_latex_file/engineeringresumes_empty.tex index 4309cfc..ab41294 100644 --- a/tests/testdata/test_generate_latex_file/engineeringresumes_empty.tex +++ b/tests/testdata/test_generate_latex_file/engineeringresumes_empty.tex @@ -32,6 +32,8 @@ \usepackage{paracol} % for two and three column entries \usepackage{ifthen} % for conditional statements \usepackage{needspace} % for avoiding page brake right after the section title + +% Theme specific: \usepackage{charter} % for using charter font % Ensure that generate pdf is machine readable/ATS parsable: @@ -62,7 +64,7 @@ 0.2 cm } % section title spacing -\renewcommand\labelitemi{$\vcenter{\hbox{\small$\bullet$}}$} +\renewcommand\labelitemi{$\vcenter{\hbox{\small$\bullet$}}$} % custom bullet points \newenvironment{highlights}{ \begin{itemize}[ topsep=0.10 cm, @@ -73,8 +75,6 @@ ] }{ \end{itemize} - - \vspace{-0.10cm} } % new environment for highlights @@ -128,10 +128,11 @@ }% }% -% % save the original href command in a new command: -% \let\hrefWithoutArrow\href -% % new command for external links: -% \renewcommand{\href}[2]{\hrefWithoutArrow{#1}{\mbox{\ifthenelse{\equal{#2}{}}{ }{#2 }\raisebox{.15ex}{\footnotesize \faExternalLink*}}}} +% save the original href command in a new command: +\let\hrefWithoutArrow\href + +% new command for external links: + \begin{document} \newcommand{\AND}{\unskip diff --git a/tests/testdata/test_generate_latex_file/engineeringresumes_filled.tex b/tests/testdata/test_generate_latex_file/engineeringresumes_filled.tex index cfbaf5f..41e3edc 100644 --- a/tests/testdata/test_generate_latex_file/engineeringresumes_filled.tex +++ b/tests/testdata/test_generate_latex_file/engineeringresumes_filled.tex @@ -32,6 +32,8 @@ \usepackage{paracol} % for two and three column entries \usepackage{ifthen} % for conditional statements \usepackage{needspace} % for avoiding page brake right after the section title + +% Theme specific: \usepackage{charter} % for using charter font % Ensure that generate pdf is machine readable/ATS parsable: @@ -62,7 +64,7 @@ 0.2 cm } % section title spacing -\renewcommand\labelitemi{$\vcenter{\hbox{\small$\bullet$}}$} +\renewcommand\labelitemi{$\vcenter{\hbox{\small$\bullet$}}$} % custom bullet points \newenvironment{highlights}{ \begin{itemize}[ topsep=0.10 cm, @@ -73,8 +75,6 @@ ] }{ \end{itemize} - - \vspace{-0.10cm} } % new environment for highlights @@ -128,10 +128,11 @@ }% }% -% % save the original href command in a new command: -% \let\hrefWithoutArrow\href -% % new command for external links: -% \renewcommand{\href}[2]{\hrefWithoutArrow{#1}{\mbox{\ifthenelse{\equal{#2}{}}{ }{#2 }\raisebox{.15ex}{\footnotesize \faExternalLink*}}}} +% save the original href command in a new command: +\let\hrefWithoutArrow\href + +% new command for external links: + \begin{document} \newcommand{\AND}{\unskip @@ -154,55 +155,55 @@ \AND \kern 0.25 cm \mbox{ - \href{mailto:johndoe@example.com}{johndoe@example.com} + \hrefWithoutArrow{mailto:johndoe@example.com}{johndoe@example.com} } \kern 0.25 cm \AND \kern 0.25 cm \mbox{ - \href{tel:+90-541-999-99-99}{+90 541 999 99 99} + \hrefWithoutArrow{tel:+90-541-999-99-99}{+90 541 999 99 99} } \kern 0.25 cm \AND \kern 0.25 cm \mbox{ - \href{https://example.com/}{example.com} + \hrefWithoutArrow{https://example.com/}{example.com} } \kern 0.25 cm \AND \kern 0.25 cm \mbox{ - \href{https://linkedin.com/in/johndoe}{linkedin.com/in/johndoe} + \hrefWithoutArrow{https://linkedin.com/in/johndoe}{linkedin.com/in/johndoe} } \kern 0.25 cm \AND \kern 0.25 cm \mbox{ - \href{https://github.com/johndoe}{github.com/johndoe} + \hrefWithoutArrow{https://github.com/johndoe}{github.com/johndoe} } \kern 0.25 cm \AND \kern 0.25 cm \mbox{ - \href{https://instagram.com/johndoe}{instagram.com/johndoe} + \hrefWithoutArrow{https://instagram.com/johndoe}{instagram.com/johndoe} } \kern 0.25 cm \AND \kern 0.25 cm \mbox{ - \href{https://orcid.org/0000-0000-0000-0000}{orcid.org/0000-0000-0000-0000} + \hrefWithoutArrow{https://orcid.org/0000-0000-0000-0000}{orcid.org/0000-0000-0000-0000} } \kern 0.25 cm \AND \kern 0.25 cm \mbox{ - \href{https://mastodon.social/@johndoe@example}{mastodon.social/@johndoe@example} + \hrefWithoutArrow{https://mastodon.social/@johndoe@example}{mastodon.social/@johndoe@example} } \kern 0.25 cm \AND \kern 0.25 cm \mbox{ - \href{https://twitter.com/johndoe}{twitter.com/johndoe} + \hrefWithoutArrow{https://twitter.com/johndoe}{twitter.com/johndoe} } \kern 0.25 cm \kern 0.25 cm @@ -218,13 +219,13 @@ This is a \textit{TextEntry}. It is only a text and can be useful for sections like \textbf{Summary}. To showcase the TextEntry completely, this sentence is added, but it doesn't contain any information. \end{onecolentry} - \vspace{0.15 cm} + \vspace{0.2 cm} \begin{onecolentry} This is a \textit{TextEntry}. It is only a text and can be useful for sections like \textbf{Summary}. To showcase the TextEntry completely, this sentence is added, but it doesn't contain any information. \end{onecolentry} - \vspace{0.15 cm} + \vspace{0.2 cm} \begin{onecolentry} This is a \textit{TextEntry}. It is only a text and can be useful for sections like \textbf{Summary}. To showcase the TextEntry completely, this sentence is added, but it doesn't contain any information. @@ -239,7 +240,7 @@ \textbullet \hspace{3pt} This is a bullet entry. \end{onecolentry} - \vspace{0.15 cm} + \vspace{0.2 cm} \begin{onecolentry} \textbullet \hspace{3pt} This is a bullet entry. @@ -259,7 +260,7 @@ \end{samepage} - \vspace{0.15 cm} + \vspace{0.2 cm} \begin{samepage} \begin{twocolentry}{ @@ -274,7 +275,7 @@ \href{https://doi.org/10.1109/TASC.2023.3340648}{10.1109/TASC.2023.3340648} \end{onecolentry} \end{samepage} - \vspace{0.15 cm} + \vspace{0.2 cm} \begin{samepage} \begin{twocolentry}{ @@ -289,7 +290,7 @@ IEEE Transactions on Applied Superconductivity \end{onecolentry} \end{samepage} - \vspace{0.15 cm} + \vspace{0.2 cm} \begin{samepage} \begin{twocolentry}{ @@ -312,48 +313,43 @@ \begin{onecolentry} \textbf{Software Engineer}, Some \textbf{Company}\end{onecolentry} - \vspace{0.10 cm} - \vspace{0.15 cm} + \vspace{0.2 cm} \begin{onecolentry} \textbf{Software Engineer}, Some \textbf{Company} -- Istanbul, Turkey\end{onecolentry} - \vspace{0.10 cm} - \vspace{0.15 cm} + \vspace{0.2 cm} \begin{twocolentry}{ Sept. 2015 to present } \textbf{Software Engineer}, Some \textbf{Company}\end{twocolentry} - \vspace{0.10 cm} - \vspace{0.15 cm} + \vspace{0.2 cm} \begin{twocolentry}{ June 2020 } \textbf{Software Engineer}, Some \textbf{Company}\end{twocolentry} - \vspace{0.10 cm} - \vspace{0.15 cm} + \vspace{0.2 cm} \begin{twocolentry}{ Sept. 2021 } \textbf{Software Engineer}, Some \textbf{Company}\end{twocolentry} - \vspace{0.10 cm} - \vspace{0.15 cm} + \vspace{0.2 cm} \begin{onecolentry} \textbf{Software Engineer}, Some \textbf{Company}\end{onecolentry} @@ -367,37 +363,34 @@ \end{onecolentry} - \vspace{0.15 cm} + \vspace{0.2 cm} \begin{twocolentry}{ Sept. 2015 to present } \textbf{Software Engineer}, Some \textbf{Company} -- Istanbul, Turkey\end{twocolentry} - \vspace{0.10 cm} - \vspace{0.15 cm} + \vspace{0.2 cm} \begin{twocolentry}{ June 2020 } \textbf{Software Engineer}, Some \textbf{Company} -- Istanbul, Turkey\end{twocolentry} - \vspace{0.10 cm} - \vspace{0.15 cm} + \vspace{0.2 cm} \begin{twocolentry}{ Sept. 2021 } \textbf{Software Engineer}, Some \textbf{Company} -- Istanbul, Turkey\end{twocolentry} - \vspace{0.10 cm} - \vspace{0.15 cm} + \vspace{0.2 cm} \begin{onecolentry} \textbf{Software Engineer}, Some \textbf{Company} -- Istanbul, Turkey\end{onecolentry} @@ -411,27 +404,25 @@ \end{onecolentry} - \vspace{0.15 cm} + \vspace{0.2 cm} \begin{twocolentry}{ Sept. 2015 to June 2020 } \textbf{Software Engineer}, Some \textbf{Company}\end{twocolentry} - \vspace{0.10 cm} - \vspace{0.15 cm} + \vspace{0.2 cm} \begin{twocolentry}{ Sept. 2021 } \textbf{Software Engineer}, Some \textbf{Company}\end{twocolentry} - \vspace{0.10 cm} - \vspace{0.15 cm} + \vspace{0.2 cm} \begin{twocolentry}{ Sept. 2015 to present @@ -447,17 +438,16 @@ \end{onecolentry} - \vspace{0.15 cm} + \vspace{0.2 cm} \begin{twocolentry}{ Sept. 2021 } \textbf{Software Engineer}, Some \textbf{Company}\end{twocolentry} - \vspace{0.10 cm} - \vspace{0.15 cm} + \vspace{0.2 cm} \begin{twocolentry}{ June 2020 @@ -473,7 +463,7 @@ \end{onecolentry} - \vspace{0.15 cm} + \vspace{0.2 cm} \begin{twocolentry}{ Sept. 2021 @@ -489,27 +479,25 @@ \end{onecolentry} - \vspace{0.15 cm} + \vspace{0.2 cm} \begin{twocolentry}{ Sept. 2015 to June 2020 } \textbf{Software Engineer}, Some \textbf{Company} -- Istanbul, Turkey\end{twocolentry} - \vspace{0.10 cm} - \vspace{0.15 cm} + \vspace{0.2 cm} \begin{twocolentry}{ Sept. 2021 } \textbf{Software Engineer}, Some \textbf{Company} -- Istanbul, Turkey\end{twocolentry} - \vspace{0.10 cm} - \vspace{0.15 cm} + \vspace{0.2 cm} \begin{twocolentry}{ Sept. 2015 to present @@ -525,17 +513,16 @@ \end{onecolentry} - \vspace{0.15 cm} + \vspace{0.2 cm} \begin{twocolentry}{ Sept. 2021 } \textbf{Software Engineer}, Some \textbf{Company} -- Istanbul, Turkey\end{twocolentry} - \vspace{0.10 cm} - \vspace{0.15 cm} + \vspace{0.2 cm} \begin{twocolentry}{ June 2020 @@ -551,7 +538,7 @@ \end{onecolentry} - \vspace{0.15 cm} + \vspace{0.2 cm} \begin{twocolentry}{ Sept. 2021 @@ -567,17 +554,16 @@ \end{onecolentry} - \vspace{0.15 cm} + \vspace{0.2 cm} \begin{twocolentry}{ Sept. 2021 } \textbf{Software Engineer}, Some \textbf{Company}\end{twocolentry} - \vspace{0.10 cm} - \vspace{0.15 cm} + \vspace{0.2 cm} \begin{twocolentry}{ Sept. 2015 to June 2020 @@ -593,7 +579,7 @@ \end{onecolentry} - \vspace{0.15 cm} + \vspace{0.2 cm} \begin{twocolentry}{ Sept. 2021 @@ -609,7 +595,7 @@ \end{onecolentry} - \vspace{0.15 cm} + \vspace{0.2 cm} \begin{twocolentry}{ Sept. 2021 @@ -625,17 +611,16 @@ \end{onecolentry} - \vspace{0.15 cm} + \vspace{0.2 cm} \begin{twocolentry}{ Sept. 2021 } \textbf{Software Engineer}, Some \textbf{Company} -- Istanbul, Turkey\end{twocolentry} - \vspace{0.10 cm} - \vspace{0.15 cm} + \vspace{0.2 cm} \begin{twocolentry}{ Sept. 2015 to June 2020 @@ -651,7 +636,7 @@ \end{onecolentry} - \vspace{0.15 cm} + \vspace{0.2 cm} \begin{twocolentry}{ Sept. 2021 @@ -667,7 +652,7 @@ \end{onecolentry} - \vspace{0.15 cm} + \vspace{0.2 cm} \begin{twocolentry}{ Sept. 2021 @@ -683,7 +668,7 @@ \end{onecolentry} - \vspace{0.15 cm} + \vspace{0.2 cm} \begin{twocolentry}{ Sept. 2021 @@ -699,7 +684,7 @@ \end{onecolentry} - \vspace{0.15 cm} + \vspace{0.2 cm} \begin{twocolentry}{ Sept. 2021 @@ -723,56 +708,50 @@ \begin{onecolentry} \textbf{Boğaziçi University}, Mechanical Engineering\end{onecolentry} - \vspace{0.10 cm} - \vspace{0.15 cm} + \vspace{0.2 cm} \begin{onecolentry} \textbf{Boğaziçi University}, BS in Mechanical Engineering\end{onecolentry} - \vspace{0.10 cm} - \vspace{0.15 cm} + \vspace{0.2 cm} \begin{onecolentry} \textbf{Boğaziçi University}, Mechanical Engineering -- Istanbul, Turkey\end{onecolentry} - \vspace{0.10 cm} - \vspace{0.15 cm} + \vspace{0.2 cm} \begin{twocolentry}{ Sept. 2015 to present } \textbf{Boğaziçi University}, Mechanical Engineering\end{twocolentry} - \vspace{0.10 cm} - \vspace{0.15 cm} + \vspace{0.2 cm} \begin{twocolentry}{ June 2020 } \textbf{Boğaziçi University}, Mechanical Engineering\end{twocolentry} - \vspace{0.10 cm} - \vspace{0.15 cm} + \vspace{0.2 cm} \begin{twocolentry}{ Sept. 2021 } \textbf{Boğaziçi University}, Mechanical Engineering\end{twocolentry} - \vspace{0.10 cm} - \vspace{0.15 cm} + \vspace{0.2 cm} \begin{onecolentry} \textbf{Boğaziçi University}, Mechanical Engineering\end{onecolentry} @@ -786,45 +765,41 @@ \end{onecolentry} - \vspace{0.15 cm} + \vspace{0.2 cm} \begin{onecolentry} \textbf{Boğaziçi University}, BS in Mechanical Engineering -- Istanbul, Turkey\end{onecolentry} - \vspace{0.10 cm} - \vspace{0.15 cm} + \vspace{0.2 cm} \begin{twocolentry}{ Sept. 2015 to present } \textbf{Boğaziçi University}, BS in Mechanical Engineering\end{twocolentry} - \vspace{0.10 cm} - \vspace{0.15 cm} + \vspace{0.2 cm} \begin{twocolentry}{ June 2020 } \textbf{Boğaziçi University}, BS in Mechanical Engineering\end{twocolentry} - \vspace{0.10 cm} - \vspace{0.15 cm} + \vspace{0.2 cm} \begin{twocolentry}{ Sept. 2021 } \textbf{Boğaziçi University}, BS in Mechanical Engineering\end{twocolentry} - \vspace{0.10 cm} - \vspace{0.15 cm} + \vspace{0.2 cm} \begin{onecolentry} \textbf{Boğaziçi University}, BS in Mechanical Engineering\end{onecolentry} @@ -838,37 +813,34 @@ \end{onecolentry} - \vspace{0.15 cm} + \vspace{0.2 cm} \begin{twocolentry}{ Sept. 2015 to present } \textbf{Boğaziçi University}, Mechanical Engineering -- Istanbul, Turkey\end{twocolentry} - \vspace{0.10 cm} - \vspace{0.15 cm} + \vspace{0.2 cm} \begin{twocolentry}{ June 2020 } \textbf{Boğaziçi University}, Mechanical Engineering -- Istanbul, Turkey\end{twocolentry} - \vspace{0.10 cm} - \vspace{0.15 cm} + \vspace{0.2 cm} \begin{twocolentry}{ Sept. 2021 } \textbf{Boğaziçi University}, Mechanical Engineering -- Istanbul, Turkey\end{twocolentry} - \vspace{0.10 cm} - \vspace{0.15 cm} + \vspace{0.2 cm} \begin{onecolentry} \textbf{Boğaziçi University}, Mechanical Engineering -- Istanbul, Turkey\end{onecolentry} @@ -882,27 +854,25 @@ \end{onecolentry} - \vspace{0.15 cm} + \vspace{0.2 cm} \begin{twocolentry}{ Sept. 2015 to June 2020 } \textbf{Boğaziçi University}, Mechanical Engineering\end{twocolentry} - \vspace{0.10 cm} - \vspace{0.15 cm} + \vspace{0.2 cm} \begin{twocolentry}{ Sept. 2021 } \textbf{Boğaziçi University}, Mechanical Engineering\end{twocolentry} - \vspace{0.10 cm} - \vspace{0.15 cm} + \vspace{0.2 cm} \begin{twocolentry}{ Sept. 2015 to present @@ -918,17 +888,16 @@ \end{onecolentry} - \vspace{0.15 cm} + \vspace{0.2 cm} \begin{twocolentry}{ Sept. 2021 } \textbf{Boğaziçi University}, Mechanical Engineering\end{twocolentry} - \vspace{0.10 cm} - \vspace{0.15 cm} + \vspace{0.2 cm} \begin{twocolentry}{ June 2020 @@ -944,7 +913,7 @@ \end{onecolentry} - \vspace{0.15 cm} + \vspace{0.2 cm} \begin{twocolentry}{ Sept. 2021 @@ -960,37 +929,34 @@ \end{onecolentry} - \vspace{0.15 cm} + \vspace{0.2 cm} \begin{twocolentry}{ Sept. 2015 to present } \textbf{Boğaziçi University}, BS in Mechanical Engineering -- Istanbul, Turkey\end{twocolentry} - \vspace{0.10 cm} - \vspace{0.15 cm} + \vspace{0.2 cm} \begin{twocolentry}{ June 2020 } \textbf{Boğaziçi University}, BS in Mechanical Engineering -- Istanbul, Turkey\end{twocolentry} - \vspace{0.10 cm} - \vspace{0.15 cm} + \vspace{0.2 cm} \begin{twocolentry}{ Sept. 2021 } \textbf{Boğaziçi University}, BS in Mechanical Engineering -- Istanbul, Turkey\end{twocolentry} - \vspace{0.10 cm} - \vspace{0.15 cm} + \vspace{0.2 cm} \begin{onecolentry} \textbf{Boğaziçi University}, BS in Mechanical Engineering -- Istanbul, Turkey\end{onecolentry} @@ -1004,27 +970,25 @@ \end{onecolentry} - \vspace{0.15 cm} + \vspace{0.2 cm} \begin{twocolentry}{ Sept. 2015 to June 2020 } \textbf{Boğaziçi University}, BS in Mechanical Engineering\end{twocolentry} - \vspace{0.10 cm} - \vspace{0.15 cm} + \vspace{0.2 cm} \begin{twocolentry}{ Sept. 2021 } \textbf{Boğaziçi University}, BS in Mechanical Engineering\end{twocolentry} - \vspace{0.10 cm} - \vspace{0.15 cm} + \vspace{0.2 cm} \begin{twocolentry}{ Sept. 2015 to present @@ -1040,17 +1004,16 @@ \end{onecolentry} - \vspace{0.15 cm} + \vspace{0.2 cm} \begin{twocolentry}{ Sept. 2021 } \textbf{Boğaziçi University}, BS in Mechanical Engineering\end{twocolentry} - \vspace{0.10 cm} - \vspace{0.15 cm} + \vspace{0.2 cm} \begin{twocolentry}{ June 2020 @@ -1066,7 +1029,7 @@ \end{onecolentry} - \vspace{0.15 cm} + \vspace{0.2 cm} \begin{twocolentry}{ Sept. 2021 @@ -1082,27 +1045,25 @@ \end{onecolentry} - \vspace{0.15 cm} + \vspace{0.2 cm} \begin{twocolentry}{ Sept. 2015 to June 2020 } \textbf{Boğaziçi University}, Mechanical Engineering -- Istanbul, Turkey\end{twocolentry} - \vspace{0.10 cm} - \vspace{0.15 cm} + \vspace{0.2 cm} \begin{twocolentry}{ Sept. 2021 } \textbf{Boğaziçi University}, Mechanical Engineering -- Istanbul, Turkey\end{twocolentry} - \vspace{0.10 cm} - \vspace{0.15 cm} + \vspace{0.2 cm} \begin{twocolentry}{ Sept. 2015 to present @@ -1118,17 +1079,16 @@ \end{onecolentry} - \vspace{0.15 cm} + \vspace{0.2 cm} \begin{twocolentry}{ Sept. 2021 } \textbf{Boğaziçi University}, Mechanical Engineering -- Istanbul, Turkey\end{twocolentry} - \vspace{0.10 cm} - \vspace{0.15 cm} + \vspace{0.2 cm} \begin{twocolentry}{ June 2020 @@ -1144,7 +1104,7 @@ \end{onecolentry} - \vspace{0.15 cm} + \vspace{0.2 cm} \begin{twocolentry}{ Sept. 2021 @@ -1160,17 +1120,16 @@ \end{onecolentry} - \vspace{0.15 cm} + \vspace{0.2 cm} \begin{twocolentry}{ Sept. 2021 } \textbf{Boğaziçi University}, Mechanical Engineering\end{twocolentry} - \vspace{0.10 cm} - \vspace{0.15 cm} + \vspace{0.2 cm} \begin{twocolentry}{ Sept. 2015 to June 2020 @@ -1186,7 +1145,7 @@ \end{onecolentry} - \vspace{0.15 cm} + \vspace{0.2 cm} \begin{twocolentry}{ Sept. 2021 @@ -1202,7 +1161,7 @@ \end{onecolentry} - \vspace{0.15 cm} + \vspace{0.2 cm} \begin{twocolentry}{ Sept. 2021 @@ -1218,27 +1177,25 @@ \end{onecolentry} - \vspace{0.15 cm} + \vspace{0.2 cm} \begin{twocolentry}{ Sept. 2015 to June 2020 } \textbf{Boğaziçi University}, BS in Mechanical Engineering -- Istanbul, Turkey\end{twocolentry} - \vspace{0.10 cm} - \vspace{0.15 cm} + \vspace{0.2 cm} \begin{twocolentry}{ Sept. 2021 } \textbf{Boğaziçi University}, BS in Mechanical Engineering -- Istanbul, Turkey\end{twocolentry} - \vspace{0.10 cm} - \vspace{0.15 cm} + \vspace{0.2 cm} \begin{twocolentry}{ Sept. 2015 to present @@ -1254,17 +1211,16 @@ \end{onecolentry} - \vspace{0.15 cm} + \vspace{0.2 cm} \begin{twocolentry}{ Sept. 2021 } \textbf{Boğaziçi University}, BS in Mechanical Engineering -- Istanbul, Turkey\end{twocolentry} - \vspace{0.10 cm} - \vspace{0.15 cm} + \vspace{0.2 cm} \begin{twocolentry}{ June 2020 @@ -1280,7 +1236,7 @@ \end{onecolentry} - \vspace{0.15 cm} + \vspace{0.2 cm} \begin{twocolentry}{ Sept. 2021 @@ -1296,17 +1252,16 @@ \end{onecolentry} - \vspace{0.15 cm} + \vspace{0.2 cm} \begin{twocolentry}{ Sept. 2021 } \textbf{Boğaziçi University}, BS in Mechanical Engineering\end{twocolentry} - \vspace{0.10 cm} - \vspace{0.15 cm} + \vspace{0.2 cm} \begin{twocolentry}{ Sept. 2015 to June 2020 @@ -1322,7 +1277,7 @@ \end{onecolentry} - \vspace{0.15 cm} + \vspace{0.2 cm} \begin{twocolentry}{ Sept. 2021 @@ -1338,7 +1293,7 @@ \end{onecolentry} - \vspace{0.15 cm} + \vspace{0.2 cm} \begin{twocolentry}{ Sept. 2021 @@ -1354,17 +1309,16 @@ \end{onecolentry} - \vspace{0.15 cm} + \vspace{0.2 cm} \begin{twocolentry}{ Sept. 2021 } \textbf{Boğaziçi University}, Mechanical Engineering -- Istanbul, Turkey\end{twocolentry} - \vspace{0.10 cm} - \vspace{0.15 cm} + \vspace{0.2 cm} \begin{twocolentry}{ Sept. 2015 to June 2020 @@ -1380,7 +1334,7 @@ \end{onecolentry} - \vspace{0.15 cm} + \vspace{0.2 cm} \begin{twocolentry}{ Sept. 2021 @@ -1396,7 +1350,7 @@ \end{onecolentry} - \vspace{0.15 cm} + \vspace{0.2 cm} \begin{twocolentry}{ Sept. 2021 @@ -1412,7 +1366,7 @@ \end{onecolentry} - \vspace{0.15 cm} + \vspace{0.2 cm} \begin{twocolentry}{ Sept. 2021 @@ -1428,17 +1382,16 @@ \end{onecolentry} - \vspace{0.15 cm} + \vspace{0.2 cm} \begin{twocolentry}{ Sept. 2021 } \textbf{Boğaziçi University}, BS in Mechanical Engineering -- Istanbul, Turkey\end{twocolentry} - \vspace{0.10 cm} - \vspace{0.15 cm} + \vspace{0.2 cm} \begin{twocolentry}{ Sept. 2015 to June 2020 @@ -1454,7 +1407,7 @@ \end{onecolentry} - \vspace{0.15 cm} + \vspace{0.2 cm} \begin{twocolentry}{ Sept. 2021 @@ -1470,7 +1423,7 @@ \end{onecolentry} - \vspace{0.15 cm} + \vspace{0.2 cm} \begin{twocolentry}{ Sept. 2021 @@ -1486,7 +1439,7 @@ \end{onecolentry} - \vspace{0.15 cm} + \vspace{0.2 cm} \begin{twocolentry}{ Sept. 2021 @@ -1502,7 +1455,7 @@ \end{onecolentry} - \vspace{0.15 cm} + \vspace{0.2 cm} \begin{twocolentry}{ Sept. 2021 @@ -1518,7 +1471,7 @@ \end{onecolentry} - \vspace{0.15 cm} + \vspace{0.2 cm} \begin{twocolentry}{ Sept. 2021 @@ -1542,48 +1495,43 @@ \begin{onecolentry} \textbf{My Project}\end{onecolentry} - \vspace{0.10 cm} - \vspace{0.15 cm} + \vspace{0.2 cm} \begin{onecolentry} \textbf{My Project} -- Istanbul, Turkey\end{onecolentry} - \vspace{0.10 cm} - \vspace{0.15 cm} + \vspace{0.2 cm} \begin{twocolentry}{ Sept. 2015 to present } \textbf{My Project}\end{twocolentry} - \vspace{0.10 cm} - \vspace{0.15 cm} + \vspace{0.2 cm} \begin{twocolentry}{ June 2020 } \textbf{My Project}\end{twocolentry} - \vspace{0.10 cm} - \vspace{0.15 cm} + \vspace{0.2 cm} \begin{twocolentry}{ Sept. 2021 } \textbf{My Project}\end{twocolentry} - \vspace{0.10 cm} - \vspace{0.15 cm} + \vspace{0.2 cm} \begin{onecolentry} \textbf{My Project}\end{onecolentry} @@ -1597,37 +1545,34 @@ \end{onecolentry} - \vspace{0.15 cm} + \vspace{0.2 cm} \begin{twocolentry}{ Sept. 2015 to present } \textbf{My Project} -- Istanbul, Turkey\end{twocolentry} - \vspace{0.10 cm} - \vspace{0.15 cm} + \vspace{0.2 cm} \begin{twocolentry}{ June 2020 } \textbf{My Project} -- Istanbul, Turkey\end{twocolentry} - \vspace{0.10 cm} - \vspace{0.15 cm} + \vspace{0.2 cm} \begin{twocolentry}{ Sept. 2021 } \textbf{My Project} -- Istanbul, Turkey\end{twocolentry} - \vspace{0.10 cm} - \vspace{0.15 cm} + \vspace{0.2 cm} \begin{onecolentry} \textbf{My Project} -- Istanbul, Turkey\end{onecolentry} @@ -1641,27 +1586,25 @@ \end{onecolentry} - \vspace{0.15 cm} + \vspace{0.2 cm} \begin{twocolentry}{ Sept. 2015 to June 2020 } \textbf{My Project}\end{twocolentry} - \vspace{0.10 cm} - \vspace{0.15 cm} + \vspace{0.2 cm} \begin{twocolentry}{ Sept. 2021 } \textbf{My Project}\end{twocolentry} - \vspace{0.10 cm} - \vspace{0.15 cm} + \vspace{0.2 cm} \begin{twocolentry}{ Sept. 2015 to present @@ -1677,17 +1620,16 @@ \end{onecolentry} - \vspace{0.15 cm} + \vspace{0.2 cm} \begin{twocolentry}{ Sept. 2021 } \textbf{My Project}\end{twocolentry} - \vspace{0.10 cm} - \vspace{0.15 cm} + \vspace{0.2 cm} \begin{twocolentry}{ June 2020 @@ -1703,7 +1645,7 @@ \end{onecolentry} - \vspace{0.15 cm} + \vspace{0.2 cm} \begin{twocolentry}{ Sept. 2021 @@ -1719,27 +1661,25 @@ \end{onecolentry} - \vspace{0.15 cm} + \vspace{0.2 cm} \begin{twocolentry}{ Sept. 2015 to June 2020 } \textbf{My Project} -- Istanbul, Turkey\end{twocolentry} - \vspace{0.10 cm} - \vspace{0.15 cm} + \vspace{0.2 cm} \begin{twocolentry}{ Sept. 2021 } \textbf{My Project} -- Istanbul, Turkey\end{twocolentry} - \vspace{0.10 cm} - \vspace{0.15 cm} + \vspace{0.2 cm} \begin{twocolentry}{ Sept. 2015 to present @@ -1755,17 +1695,16 @@ \end{onecolentry} - \vspace{0.15 cm} + \vspace{0.2 cm} \begin{twocolentry}{ Sept. 2021 } \textbf{My Project} -- Istanbul, Turkey\end{twocolentry} - \vspace{0.10 cm} - \vspace{0.15 cm} + \vspace{0.2 cm} \begin{twocolentry}{ June 2020 @@ -1781,7 +1720,7 @@ \end{onecolentry} - \vspace{0.15 cm} + \vspace{0.2 cm} \begin{twocolentry}{ Sept. 2021 @@ -1797,17 +1736,16 @@ \end{onecolentry} - \vspace{0.15 cm} + \vspace{0.2 cm} \begin{twocolentry}{ Sept. 2021 } \textbf{My Project}\end{twocolentry} - \vspace{0.10 cm} - \vspace{0.15 cm} + \vspace{0.2 cm} \begin{twocolentry}{ Sept. 2015 to June 2020 @@ -1823,7 +1761,7 @@ \end{onecolentry} - \vspace{0.15 cm} + \vspace{0.2 cm} \begin{twocolentry}{ Sept. 2021 @@ -1839,7 +1777,7 @@ \end{onecolentry} - \vspace{0.15 cm} + \vspace{0.2 cm} \begin{twocolentry}{ Sept. 2021 @@ -1855,17 +1793,16 @@ \end{onecolentry} - \vspace{0.15 cm} + \vspace{0.2 cm} \begin{twocolentry}{ Sept. 2021 } \textbf{My Project} -- Istanbul, Turkey\end{twocolentry} - \vspace{0.10 cm} - \vspace{0.15 cm} + \vspace{0.2 cm} \begin{twocolentry}{ Sept. 2015 to June 2020 @@ -1881,7 +1818,7 @@ \end{onecolentry} - \vspace{0.15 cm} + \vspace{0.2 cm} \begin{twocolentry}{ Sept. 2021 @@ -1897,7 +1834,7 @@ \end{onecolentry} - \vspace{0.15 cm} + \vspace{0.2 cm} \begin{twocolentry}{ Sept. 2021 @@ -1913,7 +1850,7 @@ \end{onecolentry} - \vspace{0.15 cm} + \vspace{0.2 cm} \begin{twocolentry}{ Sept. 2021 @@ -1929,7 +1866,7 @@ \end{onecolentry} - \vspace{0.15 cm} + \vspace{0.2 cm} \begin{twocolentry}{ Sept. 2021 diff --git a/tests/testdata/test_generate_latex_file/sb2nov_empty.tex b/tests/testdata/test_generate_latex_file/sb2nov_empty.tex index 6dc41d2..0f87c3c 100644 --- a/tests/testdata/test_generate_latex_file/sb2nov_empty.tex +++ b/tests/testdata/test_generate_latex_file/sb2nov_empty.tex @@ -1,11 +1,6 @@ -%------------------------- -% Resume in Latex -% Author : Sourabh Bajaj -% License : MIT -%------------------------ - \documentclass[10pt, letterpaper]{article} +% Packages: \usepackage[ ignoreheadfoot, % set margins without considering header and footer top=2 cm, % seperation between body and page edge from the top @@ -15,72 +10,131 @@ footskip=1.0 cm, % seperation between body and footer % showframe % for debugging ]{geometry} % for adjusting page geometry -\usepackage{latexsym} -\usepackage[nobottomtitles*]{titlesec} -\usepackage{marvosym} -\usepackage{verbatim} -\usepackage{setspace} -\usepackage{xcolor} -\usepackage{enumitem} -\usepackage[ - hidelinks, - pdftitle={None's CV}, - pdfauthor={None} -]{hyperref} -\usepackage{fancyhdr} -\usepackage[english]{babel} -\usepackage{tabularx} -\usepackage{ifthen} -\usepackage{fontawesome5} -\usepackage{calc} % for calculating lengths -\usepackage[pscoord]{eso-pic} % for floating text on the page -\usepackage{lastpage} % for getting the total number of pages - -% Ensure that generate pdf is machine readable/ATS parsable -\input{glyphtounicode} -\pdfgentounicode=1 - -\pagestyle{fancy} -\fancyhf{} % clear all header and footer fields -\fancyfoot[CO]{\color{gray}\textit{\small None - Page \thepage{} of \pageref*{LastPage}}} -\renewcommand{\headrulewidth}{0pt} -\renewcommand{\footrulewidth}{0pt} - +\usepackage{titlesec} % for customizing section titles +\usepackage{tabularx} % for making tables with fixed width columns +\usepackage{array} % tabularx requires this +\usepackage[dvipsnames]{xcolor} % for coloring text \definecolor{primaryColor}{RGB}{0, 79, 144} % define primary color +\usepackage{enumitem} % for customizing lists +\usepackage{fontawesome5} % for using icons +\usepackage{amsmath} % for math +\usepackage[ + pdftitle={None's CV}, + pdfauthor={None}, + colorlinks=true, + urlcolor=primaryColor +]{hyperref} % for links, metadata and bookmarks +\usepackage[pscoord]{eso-pic} % for floating text on the page +\usepackage{calc} % for calculating lengths +\usepackage{bookmark} % for bookmarks +\usepackage{lastpage} % for getting the total number of pages +\usepackage{changepage} % for one column entries (adjustwidth environment) +\usepackage{paracol} % for two and three column entries +\usepackage{ifthen} % for conditional statements +\usepackage{needspace} % for avoiding page brake right after the section title -\urlstyle{same} +% Ensure that generate pdf is machine readable/ATS parsable: +\ifpdf + \input{glyphtounicode} + \pdfgentounicode=1 +\fi +% Some settings: +\AtBeginEnvironment{adjustwidth}{\partopsep0pt} % remove space before adjustwidth environment +\pagestyle{empty} % no header or footer \setcounter{secnumdepth}{0} % no section numbering \setlength{\parindent}{0pt} % no indentation \setlength{\topskip}{0pt} % no top skip +\setlength{\columnsep}{0cm} % set column seperation -% \raggedbottom -\setlength{\tabcolsep}{0in} +\makeatletter +\let\ps@customFooterStyle\ps@plain % Copy the plain style to customFooterStyle +\patchcmd{\ps@customFooterStyle}{\thepage}{ + \color{gray}\textit{\small None - Page \thepage{} of \pageref*{LastPage}} +}{}{} % replace number by desired string +\makeatother +\pagestyle{customFooterStyle} -% Sections formatting -\titleformat{\section}{ - \scshape\raggedright\large -}{}{0em}{}[\color{black}\titlerule] - - - -\newcolumntype{R}[1]{ - >{\raggedleft\let\newline\\\arraybackslash\hspace{0pt}}p{#1} -} % right-aligned fixed width column type +\titleformat{\section}{\needspace{4\baselineskip}\bfseries\large}{}{0pt}{}[\vspace{1pt}\titlerule] \titlespacing{\section}{ - % left space: - 0pt - }{ - % top space: - 0.3 cm - 0.1cm - }{ - % bottom space: - 0.2 cm - } % section title spacing + % left space: + -1pt +}{ + % top space: + 0.3 cm +}{ + % bottom space: + 0.2 cm +} % section title spacing + +\renewcommand\labelitemi{$\circ$} % custom bullet points +\newenvironment{highlights}{ + \begin{itemize}[ + topsep=0.10 cm, + parsep=0.10 cm, + partopsep=0pt, + itemsep=0pt, + leftmargin=0.4 cm + 10pt + 0.6 cm + ] +}{ + \end{itemize} +} % new environment for highlights + + +\newenvironment{onecolentry}{ + \begin{adjustwidth}{ + 0.2 cm + 0.00001 cm + }{ + 0.2 cm + 0.00001 cm + } +}{ + \end{adjustwidth} +} % new environment for one column entries + +\newenvironment{onecolentrybulleted}{ + \onecolentry + \setcolumnwidth{0.6 cm, \fill} + \begin{paracol}{2} + \vspace*{\fill} + \textbullet + \vspace*{3px} + \vspace*{\fill} + \switchcolumn +}{ + \end{paracol} + \endonecolentry +} % new environment for one column entries with bullets + +\newenvironment{twocolentry}[2][]{ + \onecolentry + \def\secondColumn{#2} + \setcolumnwidth{\fill, 4.1 cm} + \begin{paracol}{2} +}{ + \switchcolumn \raggedleft \secondColumn + \end{paracol} + \endonecolentry +} % new environment for two column entries + +\newenvironment{threecolentry}[3][]{ + \onecolentry + \def\thirdColumn{#3} + \setcolumnwidth{0.6 cm, \fill, 4.1 cm} + \begin{paracol}{3} + #2 \switchcolumn +}{ + \switchcolumn \raggedleft \thirdColumn + \end{paracol} + \endonecolentry +} % new environment for three column entries + +\newenvironment{header}{ + \setlength{\topsep}{0pt}\par\kern\topsep\centering\linespread{1.5} +}{ + \par\kern\topsep +} % new environment for the header -%------------------------- -% Custom commands \newcommand{\placelastupdatedtext}{% \placetextbox{}{}{} \AddToShipoutPictureFG*{% Add to current page foreground \put( @@ -92,67 +146,25 @@ }% }% -\newcommand{\resumeItem}[2]{ - \item\small{ - \ifthenelse{\equal{#1}{}}{#2}{\textbf{#1:}{ #2}} - } -} +% save the original href command in a new command: +\let\hrefWithoutArrow\href -\newcommand{\resumeItemWithoutBullet}[2]{ - \item[]\small{ - \ifthenelse{\equal{#1}{}}{#2}{\textbf{#1:}{ #2}} - } -} +% new command for external links: +\renewcommand{\href}[2]{\hrefWithoutArrow{#1}{\mbox{\ifthenelse{\equal{#2}{}}{ }{#2 }\raisebox{.15ex}{\footnotesize \faExternalLink*}}}} -\newcommand{\resumeSubheading}[4]{ - \item - \begin{tabularx}{0.98\textwidth-0.4 cm}[t]{X R{4.1 cm}} - #1 & \small\ifthenelse{\equal{#2}{}}{#4}{#2} \\ - {\small#3} & \small\ifthenelse{\equal{#2}{}}{}{#4} \\ - \end{tabularx} -} - -\newcommand{\resumePublicationSubheading}[3]{ - \item - \begin{tabularx}{0.98\textwidth-0.4 cm}[t]{X R{4.1 cm}} - #1 & \small#2 \\ - #3 - \end{tabularx} -} - -\newcommand{\resumeNormalSubheading}[2]{ - \item - \begin{tabularx}{0.98\textwidth-0.4 cm}[t]{X R{4.1 cm}} - \textbf{#1} & \textit{\small #2} - \end{tabularx} -} - -\newcommand{\resumeSubItem}[2]{\resumeItem{#1}{#2}} - -\newcommand{\resumeSubItemWithoutBullet}[2]{\resumeItemWithoutBullet{#1}{#2}} - -\renewcommand{\labelitemii}{$\circ$} - -\newcommand{\resumeSubHeadingListStart}{\begin{itemize}[left=0.2 cm, topsep=0pt, parsep=0.2 cm, partopsep=0pt, rightmargin=0.2 cm]} -\newcommand{\resumeSubHeadingListEnd}{\end{itemize}} -\newcommand{\resumeItemListStart}{\vspace{0.10 cm}\begin{itemize}[left=0.4 cm, topsep=-0.2 cm, itemsep=0.10 cm, partopsep=0pt, rightmargin=0cm]} -\newcommand{\resumeItemListEnd}{\end{itemize}} \begin{document} \placelastupdatedtext - % save the original href command in a new command: - \let\hrefWithoutArrow\href - % new command for external links: - \renewcommand{\href}[2]{\hrefWithoutArrow{#1}{\color{primaryColor}\mbox{\ifthenelse{\equal{#2}{}}{}{#2 }\raisebox{.15ex}{\footnotesize \faExternalLink*}}}} - \section{Test} - \resumeSubHeadingListStart - \resumeSubItemWithoutBullet{}{test} + + \begin{onecolentry} + test + \end{onecolentry} - \resumeSubHeadingListEnd + \end{document} \ No newline at end of file diff --git a/tests/testdata/test_generate_latex_file/sb2nov_filled.tex b/tests/testdata/test_generate_latex_file/sb2nov_filled.tex index 71c95a1..7f9c664 100644 --- a/tests/testdata/test_generate_latex_file/sb2nov_filled.tex +++ b/tests/testdata/test_generate_latex_file/sb2nov_filled.tex @@ -1,11 +1,6 @@ -%------------------------- -% Resume in Latex -% Author : Sourabh Bajaj -% License : MIT -%------------------------ - \documentclass[10pt, letterpaper]{article} +% Packages: \usepackage[ ignoreheadfoot, % set margins without considering header and footer top=2 cm, % seperation between body and page edge from the top @@ -15,72 +10,131 @@ footskip=1.0 cm, % seperation between body and footer % showframe % for debugging ]{geometry} % for adjusting page geometry -\usepackage{latexsym} -\usepackage[nobottomtitles*]{titlesec} -\usepackage{marvosym} -\usepackage{verbatim} -\usepackage{setspace} -\usepackage{xcolor} -\usepackage{enumitem} -\usepackage[ - hidelinks, - pdftitle={John Doe's CV}, - pdfauthor={John Doe} -]{hyperref} -\usepackage{fancyhdr} -\usepackage[english]{babel} -\usepackage{tabularx} -\usepackage{ifthen} -\usepackage{fontawesome5} -\usepackage{calc} % for calculating lengths -\usepackage[pscoord]{eso-pic} % for floating text on the page -\usepackage{lastpage} % for getting the total number of pages - -% Ensure that generate pdf is machine readable/ATS parsable -\input{glyphtounicode} -\pdfgentounicode=1 - -\pagestyle{fancy} -\fancyhf{} % clear all header and footer fields -\fancyfoot[CO]{\color{gray}\textit{\small John Doe - Page \thepage{} of \pageref*{LastPage}}} -\renewcommand{\headrulewidth}{0pt} -\renewcommand{\footrulewidth}{0pt} - +\usepackage{titlesec} % for customizing section titles +\usepackage{tabularx} % for making tables with fixed width columns +\usepackage{array} % tabularx requires this +\usepackage[dvipsnames]{xcolor} % for coloring text \definecolor{primaryColor}{RGB}{0, 79, 144} % define primary color +\usepackage{enumitem} % for customizing lists +\usepackage{fontawesome5} % for using icons +\usepackage{amsmath} % for math +\usepackage[ + pdftitle={John Doe's CV}, + pdfauthor={John Doe}, + colorlinks=true, + urlcolor=primaryColor +]{hyperref} % for links, metadata and bookmarks +\usepackage[pscoord]{eso-pic} % for floating text on the page +\usepackage{calc} % for calculating lengths +\usepackage{bookmark} % for bookmarks +\usepackage{lastpage} % for getting the total number of pages +\usepackage{changepage} % for one column entries (adjustwidth environment) +\usepackage{paracol} % for two and three column entries +\usepackage{ifthen} % for conditional statements +\usepackage{needspace} % for avoiding page brake right after the section title -\urlstyle{same} +% Ensure that generate pdf is machine readable/ATS parsable: +\ifpdf + \input{glyphtounicode} + \pdfgentounicode=1 +\fi +% Some settings: +\AtBeginEnvironment{adjustwidth}{\partopsep0pt} % remove space before adjustwidth environment +\pagestyle{empty} % no header or footer \setcounter{secnumdepth}{0} % no section numbering \setlength{\parindent}{0pt} % no indentation \setlength{\topskip}{0pt} % no top skip +\setlength{\columnsep}{0cm} % set column seperation -% \raggedbottom -\setlength{\tabcolsep}{0in} +\makeatletter +\let\ps@customFooterStyle\ps@plain % Copy the plain style to customFooterStyle +\patchcmd{\ps@customFooterStyle}{\thepage}{ + \color{gray}\textit{\small John Doe - Page \thepage{} of \pageref*{LastPage}} +}{}{} % replace number by desired string +\makeatother +\pagestyle{customFooterStyle} -% Sections formatting -\titleformat{\section}{ - \scshape\raggedright\large -}{}{0em}{}[\color{black}\titlerule] - - - -\newcolumntype{R}[1]{ - >{\raggedleft\let\newline\\\arraybackslash\hspace{0pt}}p{#1} -} % right-aligned fixed width column type +\titleformat{\section}{\needspace{4\baselineskip}\bfseries\large}{}{0pt}{}[\vspace{1pt}\titlerule] \titlespacing{\section}{ - % left space: - 0pt - }{ - % top space: - 0.3 cm - 0.1cm - }{ - % bottom space: - 0.2 cm - } % section title spacing + % left space: + -1pt +}{ + % top space: + 0.3 cm +}{ + % bottom space: + 0.2 cm +} % section title spacing + +\renewcommand\labelitemi{$\circ$} % custom bullet points +\newenvironment{highlights}{ + \begin{itemize}[ + topsep=0.10 cm, + parsep=0.10 cm, + partopsep=0pt, + itemsep=0pt, + leftmargin=0.4 cm + 10pt + 0.6 cm + ] +}{ + \end{itemize} +} % new environment for highlights + + +\newenvironment{onecolentry}{ + \begin{adjustwidth}{ + 0.2 cm + 0.00001 cm + }{ + 0.2 cm + 0.00001 cm + } +}{ + \end{adjustwidth} +} % new environment for one column entries + +\newenvironment{onecolentrybulleted}{ + \onecolentry + \setcolumnwidth{0.6 cm, \fill} + \begin{paracol}{2} + \vspace*{\fill} + \textbullet + \vspace*{3px} + \vspace*{\fill} + \switchcolumn +}{ + \end{paracol} + \endonecolentry +} % new environment for one column entries with bullets + +\newenvironment{twocolentry}[2][]{ + \onecolentry + \def\secondColumn{#2} + \setcolumnwidth{\fill, 4.1 cm} + \begin{paracol}{2} +}{ + \switchcolumn \raggedleft \secondColumn + \end{paracol} + \endonecolentry +} % new environment for two column entries + +\newenvironment{threecolentry}[3][]{ + \onecolentry + \def\thirdColumn{#3} + \setcolumnwidth{0.6 cm, \fill, 4.1 cm} + \begin{paracol}{3} + #2 \switchcolumn +}{ + \switchcolumn \raggedleft \thirdColumn + \end{paracol} + \endonecolentry +} % new environment for three column entries + +\newenvironment{header}{ + \setlength{\topsep}{0pt}\par\kern\topsep\centering\linespread{1.5} +}{ + \par\kern\topsep +} % new environment for the header -%------------------------- -% Custom commands \newcommand{\placelastupdatedtext}{% \placetextbox{}{}{} \AddToShipoutPictureFG*{% Add to current page foreground \put( @@ -92,1046 +146,2825 @@ }% }% -\newcommand{\resumeItem}[2]{ - \item\small{ - \ifthenelse{\equal{#1}{}}{#2}{\textbf{#1:}{ #2}} - } -} +% save the original href command in a new command: +\let\hrefWithoutArrow\href -\newcommand{\resumeItemWithoutBullet}[2]{ - \item[]\small{ - \ifthenelse{\equal{#1}{}}{#2}{\textbf{#1:}{ #2}} - } -} +% new command for external links: +\renewcommand{\href}[2]{\hrefWithoutArrow{#1}{\mbox{\ifthenelse{\equal{#2}{}}{ }{#2 }\raisebox{.15ex}{\footnotesize \faExternalLink*}}}} -\newcommand{\resumeSubheading}[4]{ - \item - \begin{tabularx}{0.98\textwidth-0.4 cm}[t]{X R{4.1 cm}} - #1 & \small\ifthenelse{\equal{#2}{}}{#4}{#2} \\ - {\small#3} & \small\ifthenelse{\equal{#2}{}}{}{#4} \\ - \end{tabularx} -} - -\newcommand{\resumePublicationSubheading}[3]{ - \item - \begin{tabularx}{0.98\textwidth-0.4 cm}[t]{X R{4.1 cm}} - #1 & \small#2 \\ - #3 - \end{tabularx} -} - -\newcommand{\resumeNormalSubheading}[2]{ - \item - \begin{tabularx}{0.98\textwidth-0.4 cm}[t]{X R{4.1 cm}} - \textbf{#1} & \textit{\small #2} - \end{tabularx} -} - -\newcommand{\resumeSubItem}[2]{\resumeItem{#1}{#2}} - -\newcommand{\resumeSubItemWithoutBullet}[2]{\resumeItemWithoutBullet{#1}{#2}} - -\renewcommand{\labelitemii}{$\circ$} - -\newcommand{\resumeSubHeadingListStart}{\begin{itemize}[left=0.2 cm, topsep=0pt, parsep=0.2 cm, partopsep=0pt, rightmargin=0.2 cm]} -\newcommand{\resumeSubHeadingListEnd}{\end{itemize}} -\newcommand{\resumeItemListStart}{\vspace{0.10 cm}\begin{itemize}[left=0.4 cm, topsep=-0.2 cm, itemsep=0.10 cm, partopsep=0pt, rightmargin=0cm]} -\newcommand{\resumeItemListEnd}{\end{itemize}} \begin{document} \placelastupdatedtext - - { - \centering - \textbf{\fontsize{24 pt}{24 pt}\selectfont - John Doe - } \\ \vspace{3pt} - \small + \begin{header} + \textbf{\fontsize{24 pt}{24 pt}\selectfont John Doe} \vspace{0.3 cm} - - \begin{spacing}{1.6} - \mbox{\href{tel:+905419999999}{{\footnotesize\faPhone*}\hspace{4pt}+90 541 999 99 99}} - \hspace{0.5 cm} - \mbox{\href{mailto:johndoe@example.com}{{\small\faEnvelope[regular]}\hspace{4pt}johndoe@example.com}} - \hspace{0.5 cm} - \mbox{{\small\faMapMarker*}\hspace{4pt}Istanbul, Turkey} - \hspace{0.5 cm} - \mbox{\href{https://example.com/}{{\small\faLink}\hspace{4pt}example.com}} - \hspace{0.5 cm} - \mbox{\href{https://linkedin.com/in/johndoe}{{\small\faLinkedinIn}\hspace{4pt}johndoe}} - \hspace*{0.5 cm} - \mbox{\href{https://github.com/johndoe}{{\small\faGithub}\hspace{4pt}johndoe}} - \hspace*{0.5 cm} - \mbox{\href{https://instagram.com/johndoe}{{\small\faInstagram}\hspace{4pt}johndoe}} - \hspace*{0.5 cm} - \mbox{\href{https://orcid.org/0000-0000-0000-0000}{{\small\faOrcid}\hspace{4pt}0000-0000-0000-0000}} - \hspace*{0.5 cm} - \mbox{\href{https://mastodon.social/@johndoe@example}{{\small\faMastodon}\hspace{4pt}@johndoe@example}} - \hspace*{0.5 cm} - \end{spacing} - \par - } - \vspace{0.3 cm} + \normalsize + \mbox{ + {\color{black}{\footnotesize\faMapMarker*}\hspace*{0.13cm}Istanbul, Turkey} + } + \kern 0.5 cm + \mbox{ + \hrefWithoutArrow{mailto:johndoe@example.com}{\color{black}{\footnotesize\faEnvelope[regular]}\hspace*{0.13cm}johndoe@example.com} + } + \kern 0.5 cm + \mbox{ + \hrefWithoutArrow{tel:+90-541-999-99-99}{\color{black}{\footnotesize\faPhone*}\hspace*{0.13cm}+90 541 999 99 99} + } + \kern 0.5 cm + \mbox{ + \hrefWithoutArrow{https://example.com/}{\color{black}{\footnotesize\faLink}\hspace*{0.13cm}example.com} + } + \kern 0.5 cm + \mbox{ + \hrefWithoutArrow{https://linkedin.com/in/johndoe}{\color{black}{\footnotesize\faLinkedinIn}\hspace*{0.13cm}johndoe} + } + \kern 0.5 cm + \mbox{ + \hrefWithoutArrow{https://github.com/johndoe}{\color{black}{\footnotesize\faGithub}\hspace*{0.13cm}johndoe} + } + \kern 0.5 cm + \mbox{ + \hrefWithoutArrow{https://instagram.com/johndoe}{\color{black}{\footnotesize\faInstagram}\hspace*{0.13cm}johndoe} + } + \kern 0.5 cm + \mbox{ + \hrefWithoutArrow{https://orcid.org/0000-0000-0000-0000}{\color{black}{\footnotesize\faOrcid}\hspace*{0.13cm}0000-0000-0000-0000} + } + \kern 0.5 cm + \mbox{ + \hrefWithoutArrow{https://mastodon.social/@johndoe@example}{\color{black}{\footnotesize\faMastodon}\hspace*{0.13cm}@johndoe@example} + } + \kern 0.5 cm + \mbox{ + \hrefWithoutArrow{https://twitter.com/johndoe}{\color{black}{\footnotesize\faTwitter}\hspace*{0.13cm}johndoe} + } + \kern 0.5 cm + \end{header} + + \vspace{0.3 cm - 0.3 cm} - % save the original href command in a new command: - \let\hrefWithoutArrow\href - % new command for external links: - \renewcommand{\href}[2]{\hrefWithoutArrow{#1}{\color{primaryColor}\mbox{\ifthenelse{\equal{#2}{}}{}{#2 }\raisebox{.15ex}{\footnotesize \faExternalLink*}}}} \section{Text Entries} - \resumeSubHeadingListStart - \resumeSubItemWithoutBullet{}{This is a \textit{TextEntry}. It is only a text and can be useful for sections like \textbf{Summary}. To showcase the TextEntry completely, this sentence is added, but it doesn't contain any information.} + + \begin{onecolentry} + This is a \textit{TextEntry}. It is only a text and can be useful for sections like \textbf{Summary}. To showcase the TextEntry completely, this sentence is added, but it doesn't contain any information. + \end{onecolentry} - \resumeSubItemWithoutBullet{}{This is a \textit{TextEntry}. It is only a text and can be useful for sections like \textbf{Summary}. To showcase the TextEntry completely, this sentence is added, but it doesn't contain any information.} + \vspace{0.2 cm} - \resumeSubItemWithoutBullet{}{This is a \textit{TextEntry}. It is only a text and can be useful for sections like \textbf{Summary}. To showcase the TextEntry completely, this sentence is added, but it doesn't contain any information.} + \begin{onecolentry} + This is a \textit{TextEntry}. It is only a text and can be useful for sections like \textbf{Summary}. To showcase the TextEntry completely, this sentence is added, but it doesn't contain any information. + \end{onecolentry} + + \vspace{0.2 cm} + + \begin{onecolentry} + This is a \textit{TextEntry}. It is only a text and can be useful for sections like \textbf{Summary}. To showcase the TextEntry completely, this sentence is added, but it doesn't contain any information. + \end{onecolentry} - \resumeSubHeadingListEnd + \section{Bullet Entries} - \resumeSubHeadingListStart - \resumeSubItem{}{This is a bullet entry.} + + \begin{onecolentry} + \textbullet \hspace{3pt} This is a bullet entry. + \end{onecolentry} - \resumeSubItem{}{This is a bullet entry.} + \vspace{0.2 cm} + + \begin{onecolentry} + \textbullet \hspace{3pt} This is a bullet entry. + \end{onecolentry} - \resumeSubHeadingListEnd + \section{Publication Entries} - \resumeSubHeadingListStart - \resumePublicationSubheading{ - \textbf{Magneto-Thermal Thin Shell Approximation for 3D Finite Element Analysis of No-Insulation Coils} - }{ - \textit{Sept. 2021} - } - {} - \resumeItemListStart - \resumeItem{}{\raggedright \mbox{J. Doe}, \mbox{\textbf{H. Tom}}, \mbox{S. Doe}, \mbox{A. Andsurname} \par} - \resumeItemListEnd + + \begin{samepage} + \begin{threecolentry}{ + \vspace*{\fill} + \textbullet + \vspace*{3px} + \vspace*{\fill} + }{ + Sept. 2021 + } + \textbf{Magneto-Thermal Thin Shell Approximation for 3D Finite Element Analysis of No-Insulation Coils} + \end{threecolentry} - \resumePublicationSubheading{ - \textbf{Magneto-Thermal Thin Shell Approximation for 3D Finite Element Analysis of No-Insulation Coils} - }{ - \textit{Sept. 2021} - } - {\small\textit{\href{https://doi.org/10.1109/TASC.2023.3340648}{10.1109/TASC.2023.3340648}}} - \resumeItemListStart - \resumeItem{}{\raggedright \mbox{J. Doe}, \mbox{\textbf{H. Tom}}, \mbox{S. Doe}, \mbox{A. Andsurname} \par} - \resumeItemListEnd + \end{samepage} - \resumePublicationSubheading{ - \textbf{Magneto-Thermal Thin Shell Approximation for 3D Finite Element Analysis of No-Insulation Coils} - }{ - \textit{Sept. 2021} - } - {\small\textit{IEEE Transactions on Applied Superconductivity}} - \resumeItemListStart - \resumeItem{}{\raggedright \mbox{J. Doe}, \mbox{\textbf{H. Tom}}, \mbox{S. Doe}, \mbox{A. Andsurname} \par} - \resumeItemListEnd + \vspace{0.2 cm} - \resumePublicationSubheading{ - \textbf{Magneto-Thermal Thin Shell Approximation for 3D Finite Element Analysis of No-Insulation Coils} - }{ - \textit{Sept. 2021} - } - {\small\textit{\href{https://doi.org/10.1109/TASC.2023.3340648}{10.1109/TASC.2023.3340648}} (\small\textit{IEEE Transactions on Applied Superconductivity})} - \resumeItemListStart - \resumeItem{}{\raggedright \mbox{J. Doe}, \mbox{\textbf{H. Tom}}, \mbox{S. Doe}, \mbox{A. Andsurname} \par} - \resumeItemListEnd + \begin{samepage} + \begin{threecolentry}{ + \vspace*{\fill} + \textbullet + \vspace*{3px} + \vspace*{\fill} + }{ + Sept. 2021 + } + \textbf{Magneto-Thermal Thin Shell Approximation for 3D Finite Element Analysis of No-Insulation Coils} + \end{threecolentry} + + \vspace{0.10 cm} + + \begin{onecolentry} + \hspace{0.6 cm - 0.1cm} + \href{https://doi.org/10.1109/TASC.2023.3340648}{10.1109/TASC.2023.3340648} \end{onecolentry} + \end{samepage} + + \vspace{0.2 cm} + + \begin{samepage} + \begin{threecolentry}{ + \vspace*{\fill} + \textbullet + \vspace*{3px} + \vspace*{\fill} + }{ + Sept. 2021 + } + \textbf{Magneto-Thermal Thin Shell Approximation for 3D Finite Element Analysis of No-Insulation Coils} + \end{threecolentry} + + \vspace{0.10 cm} + + \begin{onecolentry} + \hspace{0.6 cm - 0.1cm} + IEEE Transactions on Applied Superconductivity \end{onecolentry} + \end{samepage} + + \vspace{0.2 cm} + + \begin{samepage} + \begin{threecolentry}{ + \vspace*{\fill} + \textbullet + \vspace*{3px} + \vspace*{\fill} + }{ + Sept. 2021 + } + \textbf{Magneto-Thermal Thin Shell Approximation for 3D Finite Element Analysis of No-Insulation Coils} + \end{threecolentry} + + \vspace{0.10 cm} + + \begin{onecolentry} + \hspace{0.6 cm - 0.1cm} + \href{https://doi.org/10.1109/TASC.2023.3340648}{10.1109/TASC.2023.3340648} (IEEE Transactions on Applied Superconductivity) \end{onecolentry} + \end{samepage} - \resumeSubHeadingListEnd + \section{Experience Entries} - \resumeSubHeadingListStart - \resumeSubheading - {\textbf{Some \textnormal{Company}}}{\textit{}} - {\textit{Software Engineer}}{\textit{}} + + \begin{onecolentrybulleted} + \textbf{Software Engineer} + + \textit{Some \textbf{Company}} + \end{onecolentrybulleted} + + + + \vspace{0.2 cm} + + \begin{threecolentry}{ + \vspace*{\fill} + \textbullet + \vspace*{3px} + \vspace*{\fill} + }{ - - \resumeSubheading - {\textbf{Some \textnormal{Company}}}{\textit{Istanbul, Turkey}} - {\textit{Software Engineer}}{\textit{}} - - - \resumeSubheading - {\textbf{Some \textnormal{Company}}}{\textit{}} - {\textit{Software Engineer}}{\textit{Sept. 2015 to present}} - - - \resumeSubheading - {\textbf{Some \textnormal{Company}}}{\textit{}} - {\textit{Software Engineer}}{\textit{June 2020}} - - - \resumeSubheading - {\textbf{Some \textnormal{Company}}}{\textit{}} - {\textit{Software Engineer}}{\textit{Sept. 2021}} - - - \resumeSubheading - {\textbf{Some \textnormal{Company}}}{\textit{}} - {\textit{Software Engineer}}{\textit{}} - \resumeItemListStart - \resumeItem{}{Did \textit{this} and this is a \textbf{bold} \href{https://example.com}{link}.} - \resumeItem{}{Did that.} - \resumeItemListEnd - - - \resumeSubheading - {\textbf{Some \textnormal{Company}}}{\textit{Istanbul, Turkey}} - {\textit{Software Engineer}}{\textit{Sept. 2015 to present}} - - - \resumeSubheading - {\textbf{Some \textnormal{Company}}}{\textit{Istanbul, Turkey}} - {\textit{Software Engineer}}{\textit{June 2020}} - - - \resumeSubheading - {\textbf{Some \textnormal{Company}}}{\textit{Istanbul, Turkey}} - {\textit{Software Engineer}}{\textit{Sept. 2021}} - - - \resumeSubheading - {\textbf{Some \textnormal{Company}}}{\textit{Istanbul, Turkey}} - {\textit{Software Engineer}}{\textit{}} - \resumeItemListStart - \resumeItem{}{Did \textit{this} and this is a \textbf{bold} \href{https://example.com}{link}.} - \resumeItem{}{Did that.} - \resumeItemListEnd - - - \resumeSubheading - {\textbf{Some \textnormal{Company}}}{\textit{}} - {\textit{Software Engineer}}{\textit{Sept. 2015 to June 2020}} - - - \resumeSubheading - {\textbf{Some \textnormal{Company}}}{\textit{}} - {\textit{Software Engineer}}{\textit{Sept. 2021}} - - - \resumeSubheading - {\textbf{Some \textnormal{Company}}}{\textit{}} - {\textit{Software Engineer}}{\textit{Sept. 2015 to present}} - \resumeItemListStart - \resumeItem{}{Did \textit{this} and this is a \textbf{bold} \href{https://example.com}{link}.} - \resumeItem{}{Did that.} - \resumeItemListEnd - - - \resumeSubheading - {\textbf{Some \textnormal{Company}}}{\textit{}} - {\textit{Software Engineer}}{\textit{Sept. 2021}} - - - \resumeSubheading - {\textbf{Some \textnormal{Company}}}{\textit{}} - {\textit{Software Engineer}}{\textit{June 2020}} - \resumeItemListStart - \resumeItem{}{Did \textit{this} and this is a \textbf{bold} \href{https://example.com}{link}.} - \resumeItem{}{Did that.} - \resumeItemListEnd - - - \resumeSubheading - {\textbf{Some \textnormal{Company}}}{\textit{}} - {\textit{Software Engineer}}{\textit{Sept. 2021}} - \resumeItemListStart - \resumeItem{}{Did \textit{this} and this is a \textbf{bold} \href{https://example.com}{link}.} - \resumeItem{}{Did that.} - \resumeItemListEnd - - - \resumeSubheading - {\textbf{Some \textnormal{Company}}}{\textit{Istanbul, Turkey}} - {\textit{Software Engineer}}{\textit{Sept. 2015 to June 2020}} - - - \resumeSubheading - {\textbf{Some \textnormal{Company}}}{\textit{Istanbul, Turkey}} - {\textit{Software Engineer}}{\textit{Sept. 2021}} - - - \resumeSubheading - {\textbf{Some \textnormal{Company}}}{\textit{Istanbul, Turkey}} - {\textit{Software Engineer}}{\textit{Sept. 2015 to present}} - \resumeItemListStart - \resumeItem{}{Did \textit{this} and this is a \textbf{bold} \href{https://example.com}{link}.} - \resumeItem{}{Did that.} - \resumeItemListEnd - - - \resumeSubheading - {\textbf{Some \textnormal{Company}}}{\textit{Istanbul, Turkey}} - {\textit{Software Engineer}}{\textit{Sept. 2021}} - - - \resumeSubheading - {\textbf{Some \textnormal{Company}}}{\textit{Istanbul, Turkey}} - {\textit{Software Engineer}}{\textit{June 2020}} - \resumeItemListStart - \resumeItem{}{Did \textit{this} and this is a \textbf{bold} \href{https://example.com}{link}.} - \resumeItem{}{Did that.} - \resumeItemListEnd - - - \resumeSubheading - {\textbf{Some \textnormal{Company}}}{\textit{Istanbul, Turkey}} - {\textit{Software Engineer}}{\textit{Sept. 2021}} - \resumeItemListStart - \resumeItem{}{Did \textit{this} and this is a \textbf{bold} \href{https://example.com}{link}.} - \resumeItem{}{Did that.} - \resumeItemListEnd - - - \resumeSubheading - {\textbf{Some \textnormal{Company}}}{\textit{}} - {\textit{Software Engineer}}{\textit{Sept. 2021}} - - - \resumeSubheading - {\textbf{Some \textnormal{Company}}}{\textit{}} - {\textit{Software Engineer}}{\textit{Sept. 2015 to June 2020}} - \resumeItemListStart - \resumeItem{}{Did \textit{this} and this is a \textbf{bold} \href{https://example.com}{link}.} - \resumeItem{}{Did that.} - \resumeItemListEnd - - - \resumeSubheading - {\textbf{Some \textnormal{Company}}}{\textit{}} - {\textit{Software Engineer}}{\textit{Sept. 2021}} - \resumeItemListStart - \resumeItem{}{Did \textit{this} and this is a \textbf{bold} \href{https://example.com}{link}.} - \resumeItem{}{Did that.} - \resumeItemListEnd - - - \resumeSubheading - {\textbf{Some \textnormal{Company}}}{\textit{}} - {\textit{Software Engineer}}{\textit{Sept. 2021}} - \resumeItemListStart - \resumeItem{}{Did \textit{this} and this is a \textbf{bold} \href{https://example.com}{link}.} - \resumeItem{}{Did that.} - \resumeItemListEnd - - - \resumeSubheading - {\textbf{Some \textnormal{Company}}}{\textit{Istanbul, Turkey}} - {\textit{Software Engineer}}{\textit{Sept. 2021}} - - - \resumeSubheading - {\textbf{Some \textnormal{Company}}}{\textit{Istanbul, Turkey}} - {\textit{Software Engineer}}{\textit{Sept. 2015 to June 2020}} - \resumeItemListStart - \resumeItem{}{Did \textit{this} and this is a \textbf{bold} \href{https://example.com}{link}.} - \resumeItem{}{Did that.} - \resumeItemListEnd - - - \resumeSubheading - {\textbf{Some \textnormal{Company}}}{\textit{Istanbul, Turkey}} - {\textit{Software Engineer}}{\textit{Sept. 2021}} - \resumeItemListStart - \resumeItem{}{Did \textit{this} and this is a \textbf{bold} \href{https://example.com}{link}.} - \resumeItem{}{Did that.} - \resumeItemListEnd - - - \resumeSubheading - {\textbf{Some \textnormal{Company}}}{\textit{Istanbul, Turkey}} - {\textit{Software Engineer}}{\textit{Sept. 2021}} - \resumeItemListStart - \resumeItem{}{Did \textit{this} and this is a \textbf{bold} \href{https://example.com}{link}.} - \resumeItem{}{Did that.} - \resumeItemListEnd - - - \resumeSubheading - {\textbf{Some \textnormal{Company}}}{\textit{}} - {\textit{Software Engineer}}{\textit{Sept. 2021}} - \resumeItemListStart - \resumeItem{}{Did \textit{this} and this is a \textbf{bold} \href{https://example.com}{link}.} - \resumeItem{}{Did that.} - \resumeItemListEnd - - - \resumeSubheading - {\textbf{Some \textnormal{Company}}}{\textit{Istanbul, Turkey}} - {\textit{Software Engineer}}{\textit{Sept. 2021}} - \resumeItemListStart - \resumeItem{}{Did \textit{this} and this is a \textbf{bold} \href{https://example.com}{link}.} - \resumeItem{}{Did that.} - \resumeItemListEnd - - - - \resumeSubHeadingListEnd + + \textit{Istanbul, Turkey}} + \textbf{Software Engineer} + + \textit{Some \textbf{Company}} + \end{threecolentry} + + + + \vspace{0.2 cm} + + \begin{threecolentry}{ + \vspace*{\fill} + \textbullet + \vspace*{3px} + \vspace*{\fill} + }{ + \textit{Sept. 2015 to present} + + } + \textbf{Software Engineer} + + \textit{Some \textbf{Company}} + \end{threecolentry} + + + + \vspace{0.2 cm} + + \begin{threecolentry}{ + \vspace*{\fill} + \textbullet + \vspace*{3px} + \vspace*{\fill} + }{ + \textit{June 2020} + + } + \textbf{Software Engineer} + + \textit{Some \textbf{Company}} + \end{threecolentry} + + + + \vspace{0.2 cm} + + \begin{threecolentry}{ + \vspace*{\fill} + \textbullet + \vspace*{3px} + \vspace*{\fill} + }{ + \textit{Sept. 2021} + + } + \textbf{Software Engineer} + + \textit{Some \textbf{Company}} + \end{threecolentry} + + + + \vspace{0.2 cm} + + \begin{onecolentrybulleted} + \textbf{Software Engineer} + + \textit{Some \textbf{Company}} + \end{onecolentrybulleted} + + \vspace{0.10 cm} + \begin{onecolentry} + \begin{highlights} + \item Did \textit{this} and this is a \textbf{bold} \href{https://example.com}{link}. + \item Did that. + \end{highlights} + \end{onecolentry} + + + \vspace{0.2 cm} + + \begin{threecolentry}{ + \vspace*{\fill} + \textbullet + \vspace*{3px} + \vspace*{\fill} + }{ + \textit{Sept. 2015 to present} + + \textit{Istanbul, Turkey}} + \textbf{Software Engineer} + + \textit{Some \textbf{Company}} + \end{threecolentry} + + + + \vspace{0.2 cm} + + \begin{threecolentry}{ + \vspace*{\fill} + \textbullet + \vspace*{3px} + \vspace*{\fill} + }{ + \textit{June 2020} + + \textit{Istanbul, Turkey}} + \textbf{Software Engineer} + + \textit{Some \textbf{Company}} + \end{threecolentry} + + + + \vspace{0.2 cm} + + \begin{threecolentry}{ + \vspace*{\fill} + \textbullet + \vspace*{3px} + \vspace*{\fill} + }{ + \textit{Sept. 2021} + + \textit{Istanbul, Turkey}} + \textbf{Software Engineer} + + \textit{Some \textbf{Company}} + \end{threecolentry} + + + + \vspace{0.2 cm} + + \begin{threecolentry}{ + \vspace*{\fill} + \textbullet + \vspace*{3px} + \vspace*{\fill} + }{ + + + \textit{Istanbul, Turkey}} + \textbf{Software Engineer} + + \textit{Some \textbf{Company}} + \end{threecolentry} + + \vspace{0.10 cm} + \begin{onecolentry} + \begin{highlights} + \item Did \textit{this} and this is a \textbf{bold} \href{https://example.com}{link}. + \item Did that. + \end{highlights} + \end{onecolentry} + + + \vspace{0.2 cm} + + \begin{threecolentry}{ + \vspace*{\fill} + \textbullet + \vspace*{3px} + \vspace*{\fill} + }{ + \textit{Sept. 2015 to June 2020} + + } + \textbf{Software Engineer} + + \textit{Some \textbf{Company}} + \end{threecolentry} + + + + \vspace{0.2 cm} + + \begin{threecolentry}{ + \vspace*{\fill} + \textbullet + \vspace*{3px} + \vspace*{\fill} + }{ + \textit{Sept. 2021} + + } + \textbf{Software Engineer} + + \textit{Some \textbf{Company}} + \end{threecolentry} + + + + \vspace{0.2 cm} + + \begin{threecolentry}{ + \vspace*{\fill} + \textbullet + \vspace*{3px} + \vspace*{\fill} + }{ + \textit{Sept. 2015 to present} + + } + \textbf{Software Engineer} + + \textit{Some \textbf{Company}} + \end{threecolentry} + + \vspace{0.10 cm} + \begin{onecolentry} + \begin{highlights} + \item Did \textit{this} and this is a \textbf{bold} \href{https://example.com}{link}. + \item Did that. + \end{highlights} + \end{onecolentry} + + + \vspace{0.2 cm} + + \begin{threecolentry}{ + \vspace*{\fill} + \textbullet + \vspace*{3px} + \vspace*{\fill} + }{ + \textit{Sept. 2021} + + } + \textbf{Software Engineer} + + \textit{Some \textbf{Company}} + \end{threecolentry} + + + + \vspace{0.2 cm} + + \begin{threecolentry}{ + \vspace*{\fill} + \textbullet + \vspace*{3px} + \vspace*{\fill} + }{ + \textit{June 2020} + + } + \textbf{Software Engineer} + + \textit{Some \textbf{Company}} + \end{threecolentry} + + \vspace{0.10 cm} + \begin{onecolentry} + \begin{highlights} + \item Did \textit{this} and this is a \textbf{bold} \href{https://example.com}{link}. + \item Did that. + \end{highlights} + \end{onecolentry} + + + \vspace{0.2 cm} + + \begin{threecolentry}{ + \vspace*{\fill} + \textbullet + \vspace*{3px} + \vspace*{\fill} + }{ + \textit{Sept. 2021} + + } + \textbf{Software Engineer} + + \textit{Some \textbf{Company}} + \end{threecolentry} + + \vspace{0.10 cm} + \begin{onecolentry} + \begin{highlights} + \item Did \textit{this} and this is a \textbf{bold} \href{https://example.com}{link}. + \item Did that. + \end{highlights} + \end{onecolentry} + + + \vspace{0.2 cm} + + \begin{threecolentry}{ + \vspace*{\fill} + \textbullet + \vspace*{3px} + \vspace*{\fill} + }{ + \textit{Sept. 2015 to June 2020} + + \textit{Istanbul, Turkey}} + \textbf{Software Engineer} + + \textit{Some \textbf{Company}} + \end{threecolentry} + + + + \vspace{0.2 cm} + + \begin{threecolentry}{ + \vspace*{\fill} + \textbullet + \vspace*{3px} + \vspace*{\fill} + }{ + \textit{Sept. 2021} + + \textit{Istanbul, Turkey}} + \textbf{Software Engineer} + + \textit{Some \textbf{Company}} + \end{threecolentry} + + + + \vspace{0.2 cm} + + \begin{threecolentry}{ + \vspace*{\fill} + \textbullet + \vspace*{3px} + \vspace*{\fill} + }{ + \textit{Sept. 2015 to present} + + \textit{Istanbul, Turkey}} + \textbf{Software Engineer} + + \textit{Some \textbf{Company}} + \end{threecolentry} + + \vspace{0.10 cm} + \begin{onecolentry} + \begin{highlights} + \item Did \textit{this} and this is a \textbf{bold} \href{https://example.com}{link}. + \item Did that. + \end{highlights} + \end{onecolentry} + + + \vspace{0.2 cm} + + \begin{threecolentry}{ + \vspace*{\fill} + \textbullet + \vspace*{3px} + \vspace*{\fill} + }{ + \textit{Sept. 2021} + + \textit{Istanbul, Turkey}} + \textbf{Software Engineer} + + \textit{Some \textbf{Company}} + \end{threecolentry} + + + + \vspace{0.2 cm} + + \begin{threecolentry}{ + \vspace*{\fill} + \textbullet + \vspace*{3px} + \vspace*{\fill} + }{ + \textit{June 2020} + + \textit{Istanbul, Turkey}} + \textbf{Software Engineer} + + \textit{Some \textbf{Company}} + \end{threecolentry} + + \vspace{0.10 cm} + \begin{onecolentry} + \begin{highlights} + \item Did \textit{this} and this is a \textbf{bold} \href{https://example.com}{link}. + \item Did that. + \end{highlights} + \end{onecolentry} + + + \vspace{0.2 cm} + + \begin{threecolentry}{ + \vspace*{\fill} + \textbullet + \vspace*{3px} + \vspace*{\fill} + }{ + \textit{Sept. 2021} + + \textit{Istanbul, Turkey}} + \textbf{Software Engineer} + + \textit{Some \textbf{Company}} + \end{threecolentry} + + \vspace{0.10 cm} + \begin{onecolentry} + \begin{highlights} + \item Did \textit{this} and this is a \textbf{bold} \href{https://example.com}{link}. + \item Did that. + \end{highlights} + \end{onecolentry} + + + \vspace{0.2 cm} + + \begin{threecolentry}{ + \vspace*{\fill} + \textbullet + \vspace*{3px} + \vspace*{\fill} + }{ + \textit{Sept. 2021} + + } + \textbf{Software Engineer} + + \textit{Some \textbf{Company}} + \end{threecolentry} + + + + \vspace{0.2 cm} + + \begin{threecolentry}{ + \vspace*{\fill} + \textbullet + \vspace*{3px} + \vspace*{\fill} + }{ + \textit{Sept. 2015 to June 2020} + + } + \textbf{Software Engineer} + + \textit{Some \textbf{Company}} + \end{threecolentry} + + \vspace{0.10 cm} + \begin{onecolentry} + \begin{highlights} + \item Did \textit{this} and this is a \textbf{bold} \href{https://example.com}{link}. + \item Did that. + \end{highlights} + \end{onecolentry} + + + \vspace{0.2 cm} + + \begin{threecolentry}{ + \vspace*{\fill} + \textbullet + \vspace*{3px} + \vspace*{\fill} + }{ + \textit{Sept. 2021} + + } + \textbf{Software Engineer} + + \textit{Some \textbf{Company}} + \end{threecolentry} + + \vspace{0.10 cm} + \begin{onecolentry} + \begin{highlights} + \item Did \textit{this} and this is a \textbf{bold} \href{https://example.com}{link}. + \item Did that. + \end{highlights} + \end{onecolentry} + + + \vspace{0.2 cm} + + \begin{threecolentry}{ + \vspace*{\fill} + \textbullet + \vspace*{3px} + \vspace*{\fill} + }{ + \textit{Sept. 2021} + + } + \textbf{Software Engineer} + + \textit{Some \textbf{Company}} + \end{threecolentry} + + \vspace{0.10 cm} + \begin{onecolentry} + \begin{highlights} + \item Did \textit{this} and this is a \textbf{bold} \href{https://example.com}{link}. + \item Did that. + \end{highlights} + \end{onecolentry} + + + \vspace{0.2 cm} + + \begin{threecolentry}{ + \vspace*{\fill} + \textbullet + \vspace*{3px} + \vspace*{\fill} + }{ + \textit{Sept. 2021} + + \textit{Istanbul, Turkey}} + \textbf{Software Engineer} + + \textit{Some \textbf{Company}} + \end{threecolentry} + + + + \vspace{0.2 cm} + + \begin{threecolentry}{ + \vspace*{\fill} + \textbullet + \vspace*{3px} + \vspace*{\fill} + }{ + \textit{Sept. 2015 to June 2020} + + \textit{Istanbul, Turkey}} + \textbf{Software Engineer} + + \textit{Some \textbf{Company}} + \end{threecolentry} + + \vspace{0.10 cm} + \begin{onecolentry} + \begin{highlights} + \item Did \textit{this} and this is a \textbf{bold} \href{https://example.com}{link}. + \item Did that. + \end{highlights} + \end{onecolentry} + + + \vspace{0.2 cm} + + \begin{threecolentry}{ + \vspace*{\fill} + \textbullet + \vspace*{3px} + \vspace*{\fill} + }{ + \textit{Sept. 2021} + + \textit{Istanbul, Turkey}} + \textbf{Software Engineer} + + \textit{Some \textbf{Company}} + \end{threecolentry} + + \vspace{0.10 cm} + \begin{onecolentry} + \begin{highlights} + \item Did \textit{this} and this is a \textbf{bold} \href{https://example.com}{link}. + \item Did that. + \end{highlights} + \end{onecolentry} + + + \vspace{0.2 cm} + + \begin{threecolentry}{ + \vspace*{\fill} + \textbullet + \vspace*{3px} + \vspace*{\fill} + }{ + \textit{Sept. 2021} + + \textit{Istanbul, Turkey}} + \textbf{Software Engineer} + + \textit{Some \textbf{Company}} + \end{threecolentry} + + \vspace{0.10 cm} + \begin{onecolentry} + \begin{highlights} + \item Did \textit{this} and this is a \textbf{bold} \href{https://example.com}{link}. + \item Did that. + \end{highlights} + \end{onecolentry} + + + \vspace{0.2 cm} + + \begin{threecolentry}{ + \vspace*{\fill} + \textbullet + \vspace*{3px} + \vspace*{\fill} + }{ + \textit{Sept. 2021} + + } + \textbf{Software Engineer} + + \textit{Some \textbf{Company}} + \end{threecolentry} + + \vspace{0.10 cm} + \begin{onecolentry} + \begin{highlights} + \item Did \textit{this} and this is a \textbf{bold} \href{https://example.com}{link}. + \item Did that. + \end{highlights} + \end{onecolentry} + + + \vspace{0.2 cm} + + \begin{threecolentry}{ + \vspace*{\fill} + \textbullet + \vspace*{3px} + \vspace*{\fill} + }{ + \textit{Sept. 2021} + + \textit{Istanbul, Turkey}} + \textbf{Software Engineer} + + \textit{Some \textbf{Company}} + \end{threecolentry} + + \vspace{0.10 cm} + \begin{onecolentry} + \begin{highlights} + \item Did \textit{this} and this is a \textbf{bold} \href{https://example.com}{link}. + \item Did that. + \end{highlights} + \end{onecolentry} + + + + \section{Education Entries} - \resumeSubHeadingListStart - \resumeSubheading - {\textbf{Boğaziçi University}}{\textit{}} - {\textit{Mechanical Engineering}}{\textit{}} + + \begin{onecolentrybulleted} + \textbf{Boğaziçi University} + \textit{Mechanical Engineering} + \end{onecolentrybulleted} - \resumeSubheading - {\textbf{Boğaziçi University}}{\textit{}} - {\textit{BS in Mechanical Engineering}}{\textit{}} - \resumeSubheading - {\textbf{Boğaziçi University}}{\textit{Istanbul, Turkey}} - {\textit{Mechanical Engineering}}{\textit{}} + \vspace{0.2 cm} + \begin{onecolentrybulleted} + \textbf{Boğaziçi University} - \resumeSubheading - {\textbf{Boğaziçi University}}{\textit{}} - {\textit{Mechanical Engineering}}{\textit{Sept. 2015 to present}} + \textit{BS in Mechanical Engineering} + \end{onecolentrybulleted} - \resumeSubheading - {\textbf{Boğaziçi University}}{\textit{}} - {\textit{Mechanical Engineering}}{\textit{June 2020}} + \vspace{0.2 cm} - \resumeSubheading - {\textbf{Boğaziçi University}}{\textit{}} - {\textit{Mechanical Engineering}}{\textit{Sept. 2021}} + \begin{threecolentry}{ + \vspace*{\fill} + \textbullet + \vspace*{3px} + \vspace*{\fill} + }{ + + \textit{Istanbul, Turkey}} + \textbf{Boğaziçi University} - \resumeSubheading - {\textbf{Boğaziçi University}}{\textit{}} - {\textit{Mechanical Engineering}}{\textit{}} - \resumeItemListStart - \resumeItem{}{Did \textit{this} and this is a \textbf{bold} \href{https://example.com}{link}.} - \resumeItem{}{Did that.} - \resumeItemListEnd + \textit{Mechanical Engineering} + \end{threecolentry} - \resumeSubheading - {\textbf{Boğaziçi University}}{\textit{Istanbul, Turkey}} - {\textit{BS in Mechanical Engineering}}{\textit{}} + \vspace{0.2 cm} - \resumeSubheading - {\textbf{Boğaziçi University}}{\textit{}} - {\textit{BS in Mechanical Engineering}}{\textit{Sept. 2015 to present}} + \begin{threecolentry}{ + \vspace*{\fill} + \textbullet + \vspace*{3px} + \vspace*{\fill} + }{ + \textit{Sept. 2015 to present} + + } + \textbf{Boğaziçi University} + \textit{Mechanical Engineering} + \end{threecolentry} - \resumeSubheading - {\textbf{Boğaziçi University}}{\textit{}} - {\textit{BS in Mechanical Engineering}}{\textit{June 2020}} - \resumeSubheading - {\textbf{Boğaziçi University}}{\textit{}} - {\textit{BS in Mechanical Engineering}}{\textit{Sept. 2021}} + \vspace{0.2 cm} + \begin{threecolentry}{ + \vspace*{\fill} + \textbullet + \vspace*{3px} + \vspace*{\fill} + }{ + \textit{June 2020} + + } + \textbf{Boğaziçi University} - \resumeSubheading - {\textbf{Boğaziçi University}}{\textit{}} - {\textit{BS in Mechanical Engineering}}{\textit{}} - \resumeItemListStart - \resumeItem{}{Did \textit{this} and this is a \textbf{bold} \href{https://example.com}{link}.} - \resumeItem{}{Did that.} - \resumeItemListEnd + \textit{Mechanical Engineering} + \end{threecolentry} - \resumeSubheading - {\textbf{Boğaziçi University}}{\textit{Istanbul, Turkey}} - {\textit{Mechanical Engineering}}{\textit{Sept. 2015 to present}} + \vspace{0.2 cm} - \resumeSubheading - {\textbf{Boğaziçi University}}{\textit{Istanbul, Turkey}} - {\textit{Mechanical Engineering}}{\textit{June 2020}} + \begin{threecolentry}{ + \vspace*{\fill} + \textbullet + \vspace*{3px} + \vspace*{\fill} + }{ + \textit{Sept. 2021} + + } + \textbf{Boğaziçi University} + \textit{Mechanical Engineering} + \end{threecolentry} - \resumeSubheading - {\textbf{Boğaziçi University}}{\textit{Istanbul, Turkey}} - {\textit{Mechanical Engineering}}{\textit{Sept. 2021}} - \resumeSubheading - {\textbf{Boğaziçi University}}{\textit{Istanbul, Turkey}} - {\textit{Mechanical Engineering}}{\textit{}} - \resumeItemListStart - \resumeItem{}{Did \textit{this} and this is a \textbf{bold} \href{https://example.com}{link}.} - \resumeItem{}{Did that.} - \resumeItemListEnd + \vspace{0.2 cm} + \begin{onecolentrybulleted} + \textbf{Boğaziçi University} - \resumeSubheading - {\textbf{Boğaziçi University}}{\textit{}} - {\textit{Mechanical Engineering}}{\textit{Sept. 2015 to June 2020}} + \textit{Mechanical Engineering} + \end{onecolentrybulleted} + \vspace{0.10 cm} + \begin{onecolentry} + \begin{highlights} + \item Did \textit{this} and this is a \textbf{bold} \href{https://example.com}{link}. + \item Did that. + \end{highlights} + \end{onecolentry} - \resumeSubheading - {\textbf{Boğaziçi University}}{\textit{}} - {\textit{Mechanical Engineering}}{\textit{Sept. 2021}} + \vspace{0.2 cm} - \resumeSubheading - {\textbf{Boğaziçi University}}{\textit{}} - {\textit{Mechanical Engineering}}{\textit{Sept. 2015 to present}} - \resumeItemListStart - \resumeItem{}{Did \textit{this} and this is a \textbf{bold} \href{https://example.com}{link}.} - \resumeItem{}{Did that.} - \resumeItemListEnd + \begin{threecolentry}{ + \vspace*{\fill} + \textbullet + \vspace*{3px} + \vspace*{\fill} + }{ + + \textit{Istanbul, Turkey}} + \textbf{Boğaziçi University} - \resumeSubheading - {\textbf{Boğaziçi University}}{\textit{}} - {\textit{Mechanical Engineering}}{\textit{Sept. 2021}} + \textit{BS in Mechanical Engineering} + \end{threecolentry} - \resumeSubheading - {\textbf{Boğaziçi University}}{\textit{}} - {\textit{Mechanical Engineering}}{\textit{June 2020}} - \resumeItemListStart - \resumeItem{}{Did \textit{this} and this is a \textbf{bold} \href{https://example.com}{link}.} - \resumeItem{}{Did that.} - \resumeItemListEnd + \vspace{0.2 cm} - \resumeSubheading - {\textbf{Boğaziçi University}}{\textit{}} - {\textit{Mechanical Engineering}}{\textit{Sept. 2021}} - \resumeItemListStart - \resumeItem{}{Did \textit{this} and this is a \textbf{bold} \href{https://example.com}{link}.} - \resumeItem{}{Did that.} - \resumeItemListEnd + \begin{threecolentry}{ + \vspace*{\fill} + \textbullet + \vspace*{3px} + \vspace*{\fill} + }{ + \textit{Sept. 2015 to present} + + } + \textbf{Boğaziçi University} + \textit{BS in Mechanical Engineering} + \end{threecolentry} - \resumeSubheading - {\textbf{Boğaziçi University}}{\textit{Istanbul, Turkey}} - {\textit{BS in Mechanical Engineering}}{\textit{Sept. 2015 to present}} - \resumeSubheading - {\textbf{Boğaziçi University}}{\textit{Istanbul, Turkey}} - {\textit{BS in Mechanical Engineering}}{\textit{June 2020}} + \vspace{0.2 cm} + \begin{threecolentry}{ + \vspace*{\fill} + \textbullet + \vspace*{3px} + \vspace*{\fill} + }{ + \textit{June 2020} + + } + \textbf{Boğaziçi University} - \resumeSubheading - {\textbf{Boğaziçi University}}{\textit{Istanbul, Turkey}} - {\textit{BS in Mechanical Engineering}}{\textit{Sept. 2021}} + \textit{BS in Mechanical Engineering} + \end{threecolentry} - \resumeSubheading - {\textbf{Boğaziçi University}}{\textit{Istanbul, Turkey}} - {\textit{BS in Mechanical Engineering}}{\textit{}} - \resumeItemListStart - \resumeItem{}{Did \textit{this} and this is a \textbf{bold} \href{https://example.com}{link}.} - \resumeItem{}{Did that.} - \resumeItemListEnd + \vspace{0.2 cm} - \resumeSubheading - {\textbf{Boğaziçi University}}{\textit{}} - {\textit{BS in Mechanical Engineering}}{\textit{Sept. 2015 to June 2020}} + \begin{threecolentry}{ + \vspace*{\fill} + \textbullet + \vspace*{3px} + \vspace*{\fill} + }{ + \textit{Sept. 2021} + + } + \textbf{Boğaziçi University} + \textit{BS in Mechanical Engineering} + \end{threecolentry} - \resumeSubheading - {\textbf{Boğaziçi University}}{\textit{}} - {\textit{BS in Mechanical Engineering}}{\textit{Sept. 2021}} - \resumeSubheading - {\textbf{Boğaziçi University}}{\textit{}} - {\textit{BS in Mechanical Engineering}}{\textit{Sept. 2015 to present}} - \resumeItemListStart - \resumeItem{}{Did \textit{this} and this is a \textbf{bold} \href{https://example.com}{link}.} - \resumeItem{}{Did that.} - \resumeItemListEnd + \vspace{0.2 cm} + \begin{onecolentrybulleted} + \textbf{Boğaziçi University} - \resumeSubheading - {\textbf{Boğaziçi University}}{\textit{}} - {\textit{BS in Mechanical Engineering}}{\textit{Sept. 2021}} + \textit{BS in Mechanical Engineering} + \end{onecolentrybulleted} + \vspace{0.10 cm} + \begin{onecolentry} + \begin{highlights} + \item Did \textit{this} and this is a \textbf{bold} \href{https://example.com}{link}. + \item Did that. + \end{highlights} + \end{onecolentry} - \resumeSubheading - {\textbf{Boğaziçi University}}{\textit{}} - {\textit{BS in Mechanical Engineering}}{\textit{June 2020}} - \resumeItemListStart - \resumeItem{}{Did \textit{this} and this is a \textbf{bold} \href{https://example.com}{link}.} - \resumeItem{}{Did that.} - \resumeItemListEnd + \vspace{0.2 cm} - \resumeSubheading - {\textbf{Boğaziçi University}}{\textit{}} - {\textit{BS in Mechanical Engineering}}{\textit{Sept. 2021}} - \resumeItemListStart - \resumeItem{}{Did \textit{this} and this is a \textbf{bold} \href{https://example.com}{link}.} - \resumeItem{}{Did that.} - \resumeItemListEnd + \begin{threecolentry}{ + \vspace*{\fill} + \textbullet + \vspace*{3px} + \vspace*{\fill} + }{ + \textit{Sept. 2015 to present} + + \textit{Istanbul, Turkey}} + \textbf{Boğaziçi University} + \textit{Mechanical Engineering} + \end{threecolentry} - \resumeSubheading - {\textbf{Boğaziçi University}}{\textit{Istanbul, Turkey}} - {\textit{Mechanical Engineering}}{\textit{Sept. 2015 to June 2020}} - \resumeSubheading - {\textbf{Boğaziçi University}}{\textit{Istanbul, Turkey}} - {\textit{Mechanical Engineering}}{\textit{Sept. 2021}} + \vspace{0.2 cm} + \begin{threecolentry}{ + \vspace*{\fill} + \textbullet + \vspace*{3px} + \vspace*{\fill} + }{ + \textit{June 2020} + + \textit{Istanbul, Turkey}} + \textbf{Boğaziçi University} - \resumeSubheading - {\textbf{Boğaziçi University}}{\textit{Istanbul, Turkey}} - {\textit{Mechanical Engineering}}{\textit{Sept. 2015 to present}} - \resumeItemListStart - \resumeItem{}{Did \textit{this} and this is a \textbf{bold} \href{https://example.com}{link}.} - \resumeItem{}{Did that.} - \resumeItemListEnd + \textit{Mechanical Engineering} + \end{threecolentry} - \resumeSubheading - {\textbf{Boğaziçi University}}{\textit{Istanbul, Turkey}} - {\textit{Mechanical Engineering}}{\textit{Sept. 2021}} + \vspace{0.2 cm} - \resumeSubheading - {\textbf{Boğaziçi University}}{\textit{Istanbul, Turkey}} - {\textit{Mechanical Engineering}}{\textit{June 2020}} - \resumeItemListStart - \resumeItem{}{Did \textit{this} and this is a \textbf{bold} \href{https://example.com}{link}.} - \resumeItem{}{Did that.} - \resumeItemListEnd + \begin{threecolentry}{ + \vspace*{\fill} + \textbullet + \vspace*{3px} + \vspace*{\fill} + }{ + \textit{Sept. 2021} + + \textit{Istanbul, Turkey}} + \textbf{Boğaziçi University} + \textit{Mechanical Engineering} + \end{threecolentry} - \resumeSubheading - {\textbf{Boğaziçi University}}{\textit{Istanbul, Turkey}} - {\textit{Mechanical Engineering}}{\textit{Sept. 2021}} - \resumeItemListStart - \resumeItem{}{Did \textit{this} and this is a \textbf{bold} \href{https://example.com}{link}.} - \resumeItem{}{Did that.} - \resumeItemListEnd - \resumeSubheading - {\textbf{Boğaziçi University}}{\textit{}} - {\textit{Mechanical Engineering}}{\textit{Sept. 2021}} + \vspace{0.2 cm} + \begin{threecolentry}{ + \vspace*{\fill} + \textbullet + \vspace*{3px} + \vspace*{\fill} + }{ - \resumeSubheading - {\textbf{Boğaziçi University}}{\textit{}} - {\textit{Mechanical Engineering}}{\textit{Sept. 2015 to June 2020}} - \resumeItemListStart - \resumeItem{}{Did \textit{this} and this is a \textbf{bold} \href{https://example.com}{link}.} - \resumeItem{}{Did that.} - \resumeItemListEnd + + \textit{Istanbul, Turkey}} + \textbf{Boğaziçi University} + \textit{Mechanical Engineering} + \end{threecolentry} - \resumeSubheading - {\textbf{Boğaziçi University}}{\textit{}} - {\textit{Mechanical Engineering}}{\textit{Sept. 2021}} - \resumeItemListStart - \resumeItem{}{Did \textit{this} and this is a \textbf{bold} \href{https://example.com}{link}.} - \resumeItem{}{Did that.} - \resumeItemListEnd + \vspace{0.10 cm} + \begin{onecolentry} + \begin{highlights} + \item Did \textit{this} and this is a \textbf{bold} \href{https://example.com}{link}. + \item Did that. + \end{highlights} + \end{onecolentry} - \resumeSubheading - {\textbf{Boğaziçi University}}{\textit{}} - {\textit{Mechanical Engineering}}{\textit{Sept. 2021}} - \resumeItemListStart - \resumeItem{}{Did \textit{this} and this is a \textbf{bold} \href{https://example.com}{link}.} - \resumeItem{}{Did that.} - \resumeItemListEnd + \vspace{0.2 cm} + + \begin{threecolentry}{ + \vspace*{\fill} + \textbullet + \vspace*{3px} + \vspace*{\fill} + }{ + \textit{Sept. 2015 to June 2020} + + } + \textbf{Boğaziçi University} + + \textit{Mechanical Engineering} + \end{threecolentry} - \resumeSubheading - {\textbf{Boğaziçi University}}{\textit{Istanbul, Turkey}} - {\textit{BS in Mechanical Engineering}}{\textit{Sept. 2015 to June 2020}} + \vspace{0.2 cm} - \resumeSubheading - {\textbf{Boğaziçi University}}{\textit{Istanbul, Turkey}} - {\textit{BS in Mechanical Engineering}}{\textit{Sept. 2021}} + \begin{threecolentry}{ + \vspace*{\fill} + \textbullet + \vspace*{3px} + \vspace*{\fill} + }{ + \textit{Sept. 2021} + + } + \textbf{Boğaziçi University} + \textit{Mechanical Engineering} + \end{threecolentry} - \resumeSubheading - {\textbf{Boğaziçi University}}{\textit{Istanbul, Turkey}} - {\textit{BS in Mechanical Engineering}}{\textit{Sept. 2015 to present}} - \resumeItemListStart - \resumeItem{}{Did \textit{this} and this is a \textbf{bold} \href{https://example.com}{link}.} - \resumeItem{}{Did that.} - \resumeItemListEnd - \resumeSubheading - {\textbf{Boğaziçi University}}{\textit{Istanbul, Turkey}} - {\textit{BS in Mechanical Engineering}}{\textit{Sept. 2021}} + \vspace{0.2 cm} + + \begin{threecolentry}{ + \vspace*{\fill} + \textbullet + \vspace*{3px} + \vspace*{\fill} + }{ + \textit{Sept. 2015 to present} + + } + \textbf{Boğaziçi University} + \textit{Mechanical Engineering} + \end{threecolentry} - \resumeSubheading - {\textbf{Boğaziçi University}}{\textit{Istanbul, Turkey}} - {\textit{BS in Mechanical Engineering}}{\textit{June 2020}} - \resumeItemListStart - \resumeItem{}{Did \textit{this} and this is a \textbf{bold} \href{https://example.com}{link}.} - \resumeItem{}{Did that.} - \resumeItemListEnd + \vspace{0.10 cm} + \begin{onecolentry} + \begin{highlights} + \item Did \textit{this} and this is a \textbf{bold} \href{https://example.com}{link}. + \item Did that. + \end{highlights} + \end{onecolentry} + + + \vspace{0.2 cm} + + \begin{threecolentry}{ + \vspace*{\fill} + \textbullet + \vspace*{3px} + \vspace*{\fill} + }{ + \textit{Sept. 2021} + + } + \textbf{Boğaziçi University} + + \textit{Mechanical Engineering} + \end{threecolentry} + + + + \vspace{0.2 cm} + + \begin{threecolentry}{ + \vspace*{\fill} + \textbullet + \vspace*{3px} + \vspace*{\fill} + }{ + \textit{June 2020} + + } + \textbf{Boğaziçi University} + + \textit{Mechanical Engineering} + \end{threecolentry} + + \vspace{0.10 cm} + \begin{onecolentry} + \begin{highlights} + \item Did \textit{this} and this is a \textbf{bold} \href{https://example.com}{link}. + \item Did that. + \end{highlights} + \end{onecolentry} + + + \vspace{0.2 cm} + + \begin{threecolentry}{ + \vspace*{\fill} + \textbullet + \vspace*{3px} + \vspace*{\fill} + }{ + \textit{Sept. 2021} + + } + \textbf{Boğaziçi University} + + \textit{Mechanical Engineering} + \end{threecolentry} + + \vspace{0.10 cm} + \begin{onecolentry} + \begin{highlights} + \item Did \textit{this} and this is a \textbf{bold} \href{https://example.com}{link}. + \item Did that. + \end{highlights} + \end{onecolentry} - \resumeSubheading - {\textbf{Boğaziçi University}}{\textit{Istanbul, Turkey}} - {\textit{BS in Mechanical Engineering}}{\textit{Sept. 2021}} - \resumeItemListStart - \resumeItem{}{Did \textit{this} and this is a \textbf{bold} \href{https://example.com}{link}.} - \resumeItem{}{Did that.} - \resumeItemListEnd + \vspace{0.2 cm} + \begin{threecolentry}{ + \vspace*{\fill} + \textbullet + \vspace*{3px} + \vspace*{\fill} + }{ + \textit{Sept. 2015 to present} + + \textit{Istanbul, Turkey}} + \textbf{Boğaziçi University} + + \textit{BS in Mechanical Engineering} + \end{threecolentry} - \resumeSubheading - {\textbf{Boğaziçi University}}{\textit{}} - {\textit{BS in Mechanical Engineering}}{\textit{Sept. 2021}} - \resumeSubheading - {\textbf{Boğaziçi University}}{\textit{}} - {\textit{BS in Mechanical Engineering}}{\textit{Sept. 2015 to June 2020}} - \resumeItemListStart - \resumeItem{}{Did \textit{this} and this is a \textbf{bold} \href{https://example.com}{link}.} - \resumeItem{}{Did that.} - \resumeItemListEnd + \vspace{0.2 cm} + \begin{threecolentry}{ + \vspace*{\fill} + \textbullet + \vspace*{3px} + \vspace*{\fill} + }{ + \textit{June 2020} + + \textit{Istanbul, Turkey}} + \textbf{Boğaziçi University} - \resumeSubheading - {\textbf{Boğaziçi University}}{\textit{}} - {\textit{BS in Mechanical Engineering}}{\textit{Sept. 2021}} - \resumeItemListStart - \resumeItem{}{Did \textit{this} and this is a \textbf{bold} \href{https://example.com}{link}.} - \resumeItem{}{Did that.} - \resumeItemListEnd + \textit{BS in Mechanical Engineering} + \end{threecolentry} + + + + \vspace{0.2 cm} + + \begin{threecolentry}{ + \vspace*{\fill} + \textbullet + \vspace*{3px} + \vspace*{\fill} + }{ + \textit{Sept. 2021} + + \textit{Istanbul, Turkey}} + \textbf{Boğaziçi University} + + \textit{BS in Mechanical Engineering} + \end{threecolentry} + + + + \vspace{0.2 cm} + + \begin{threecolentry}{ + \vspace*{\fill} + \textbullet + \vspace*{3px} + \vspace*{\fill} + }{ + + + \textit{Istanbul, Turkey}} + \textbf{Boğaziçi University} + + \textit{BS in Mechanical Engineering} + \end{threecolentry} + + \vspace{0.10 cm} + \begin{onecolentry} + \begin{highlights} + \item Did \textit{this} and this is a \textbf{bold} \href{https://example.com}{link}. + \item Did that. + \end{highlights} + \end{onecolentry} + + + \vspace{0.2 cm} + + \begin{threecolentry}{ + \vspace*{\fill} + \textbullet + \vspace*{3px} + \vspace*{\fill} + }{ + \textit{Sept. 2015 to June 2020} + + } + \textbf{Boğaziçi University} + + \textit{BS in Mechanical Engineering} + \end{threecolentry} - \resumeSubheading - {\textbf{Boğaziçi University}}{\textit{}} - {\textit{BS in Mechanical Engineering}}{\textit{Sept. 2021}} - \resumeItemListStart - \resumeItem{}{Did \textit{this} and this is a \textbf{bold} \href{https://example.com}{link}.} - \resumeItem{}{Did that.} - \resumeItemListEnd + \vspace{0.2 cm} - \resumeSubheading - {\textbf{Boğaziçi University}}{\textit{Istanbul, Turkey}} - {\textit{Mechanical Engineering}}{\textit{Sept. 2021}} + \begin{threecolentry}{ + \vspace*{\fill} + \textbullet + \vspace*{3px} + \vspace*{\fill} + }{ + \textit{Sept. 2021} + + } + \textbf{Boğaziçi University} + \textit{BS in Mechanical Engineering} + \end{threecolentry} - \resumeSubheading - {\textbf{Boğaziçi University}}{\textit{Istanbul, Turkey}} - {\textit{Mechanical Engineering}}{\textit{Sept. 2015 to June 2020}} - \resumeItemListStart - \resumeItem{}{Did \textit{this} and this is a \textbf{bold} \href{https://example.com}{link}.} - \resumeItem{}{Did that.} - \resumeItemListEnd - \resumeSubheading - {\textbf{Boğaziçi University}}{\textit{Istanbul, Turkey}} - {\textit{Mechanical Engineering}}{\textit{Sept. 2021}} - \resumeItemListStart - \resumeItem{}{Did \textit{this} and this is a \textbf{bold} \href{https://example.com}{link}.} - \resumeItem{}{Did that.} - \resumeItemListEnd + \vspace{0.2 cm} + + \begin{threecolentry}{ + \vspace*{\fill} + \textbullet + \vspace*{3px} + \vspace*{\fill} + }{ + \textit{Sept. 2015 to present} + + } + \textbf{Boğaziçi University} + \textit{BS in Mechanical Engineering} + \end{threecolentry} - \resumeSubheading - {\textbf{Boğaziçi University}}{\textit{Istanbul, Turkey}} - {\textit{Mechanical Engineering}}{\textit{Sept. 2021}} - \resumeItemListStart - \resumeItem{}{Did \textit{this} and this is a \textbf{bold} \href{https://example.com}{link}.} - \resumeItem{}{Did that.} - \resumeItemListEnd - - - \resumeSubheading - {\textbf{Boğaziçi University}}{\textit{}} - {\textit{Mechanical Engineering}}{\textit{Sept. 2021}} - \resumeItemListStart - \resumeItem{}{Did \textit{this} and this is a \textbf{bold} \href{https://example.com}{link}.} - \resumeItem{}{Did that.} - \resumeItemListEnd - - - \resumeSubheading - {\textbf{Boğaziçi University}}{\textit{Istanbul, Turkey}} - {\textit{BS in Mechanical Engineering}}{\textit{Sept. 2021}} - - - \resumeSubheading - {\textbf{Boğaziçi University}}{\textit{Istanbul, Turkey}} - {\textit{BS in Mechanical Engineering}}{\textit{Sept. 2015 to June 2020}} - \resumeItemListStart - \resumeItem{}{Did \textit{this} and this is a \textbf{bold} \href{https://example.com}{link}.} - \resumeItem{}{Did that.} - \resumeItemListEnd - - - \resumeSubheading - {\textbf{Boğaziçi University}}{\textit{Istanbul, Turkey}} - {\textit{BS in Mechanical Engineering}}{\textit{Sept. 2021}} - \resumeItemListStart - \resumeItem{}{Did \textit{this} and this is a \textbf{bold} \href{https://example.com}{link}.} - \resumeItem{}{Did that.} - \resumeItemListEnd - - - \resumeSubheading - {\textbf{Boğaziçi University}}{\textit{Istanbul, Turkey}} - {\textit{BS in Mechanical Engineering}}{\textit{Sept. 2021}} - \resumeItemListStart - \resumeItem{}{Did \textit{this} and this is a \textbf{bold} \href{https://example.com}{link}.} - \resumeItem{}{Did that.} - \resumeItemListEnd - - - \resumeSubheading - {\textbf{Boğaziçi University}}{\textit{}} - {\textit{BS in Mechanical Engineering}}{\textit{Sept. 2021}} - \resumeItemListStart - \resumeItem{}{Did \textit{this} and this is a \textbf{bold} \href{https://example.com}{link}.} - \resumeItem{}{Did that.} - \resumeItemListEnd - - - \resumeSubheading - {\textbf{Boğaziçi University}}{\textit{Istanbul, Turkey}} - {\textit{Mechanical Engineering}}{\textit{Sept. 2021}} - \resumeItemListStart - \resumeItem{}{Did \textit{this} and this is a \textbf{bold} \href{https://example.com}{link}.} - \resumeItem{}{Did that.} - \resumeItemListEnd - - - \resumeSubheading - {\textbf{Boğaziçi University}}{\textit{Istanbul, Turkey}} - {\textit{BS in Mechanical Engineering}}{\textit{Sept. 2021}} - \resumeItemListStart - \resumeItem{}{Did \textit{this} and this is a \textbf{bold} \href{https://example.com}{link}.} - \resumeItem{}{Did that.} - \resumeItemListEnd - - - - \resumeSubHeadingListEnd + \vspace{0.10 cm} + \begin{onecolentry} + \begin{highlights} + \item Did \textit{this} and this is a \textbf{bold} \href{https://example.com}{link}. + \item Did that. + \end{highlights} + \end{onecolentry} + + + \vspace{0.2 cm} + + \begin{threecolentry}{ + \vspace*{\fill} + \textbullet + \vspace*{3px} + \vspace*{\fill} + }{ + \textit{Sept. 2021} + + } + \textbf{Boğaziçi University} + + \textit{BS in Mechanical Engineering} + \end{threecolentry} + + + + \vspace{0.2 cm} + + \begin{threecolentry}{ + \vspace*{\fill} + \textbullet + \vspace*{3px} + \vspace*{\fill} + }{ + \textit{June 2020} + + } + \textbf{Boğaziçi University} + + \textit{BS in Mechanical Engineering} + \end{threecolentry} + + \vspace{0.10 cm} + \begin{onecolentry} + \begin{highlights} + \item Did \textit{this} and this is a \textbf{bold} \href{https://example.com}{link}. + \item Did that. + \end{highlights} + \end{onecolentry} + + + \vspace{0.2 cm} + + \begin{threecolentry}{ + \vspace*{\fill} + \textbullet + \vspace*{3px} + \vspace*{\fill} + }{ + \textit{Sept. 2021} + + } + \textbf{Boğaziçi University} + + \textit{BS in Mechanical Engineering} + \end{threecolentry} + + \vspace{0.10 cm} + \begin{onecolentry} + \begin{highlights} + \item Did \textit{this} and this is a \textbf{bold} \href{https://example.com}{link}. + \item Did that. + \end{highlights} + \end{onecolentry} + + + \vspace{0.2 cm} + + \begin{threecolentry}{ + \vspace*{\fill} + \textbullet + \vspace*{3px} + \vspace*{\fill} + }{ + \textit{Sept. 2015 to June 2020} + + \textit{Istanbul, Turkey}} + \textbf{Boğaziçi University} + + \textit{Mechanical Engineering} + \end{threecolentry} + + + + \vspace{0.2 cm} + + \begin{threecolentry}{ + \vspace*{\fill} + \textbullet + \vspace*{3px} + \vspace*{\fill} + }{ + \textit{Sept. 2021} + + \textit{Istanbul, Turkey}} + \textbf{Boğaziçi University} + + \textit{Mechanical Engineering} + \end{threecolentry} + + + + \vspace{0.2 cm} + + \begin{threecolentry}{ + \vspace*{\fill} + \textbullet + \vspace*{3px} + \vspace*{\fill} + }{ + \textit{Sept. 2015 to present} + + \textit{Istanbul, Turkey}} + \textbf{Boğaziçi University} + + \textit{Mechanical Engineering} + \end{threecolentry} + + \vspace{0.10 cm} + \begin{onecolentry} + \begin{highlights} + \item Did \textit{this} and this is a \textbf{bold} \href{https://example.com}{link}. + \item Did that. + \end{highlights} + \end{onecolentry} + + + \vspace{0.2 cm} + + \begin{threecolentry}{ + \vspace*{\fill} + \textbullet + \vspace*{3px} + \vspace*{\fill} + }{ + \textit{Sept. 2021} + + \textit{Istanbul, Turkey}} + \textbf{Boğaziçi University} + + \textit{Mechanical Engineering} + \end{threecolentry} + + + + \vspace{0.2 cm} + + \begin{threecolentry}{ + \vspace*{\fill} + \textbullet + \vspace*{3px} + \vspace*{\fill} + }{ + \textit{June 2020} + + \textit{Istanbul, Turkey}} + \textbf{Boğaziçi University} + + \textit{Mechanical Engineering} + \end{threecolentry} + + \vspace{0.10 cm} + \begin{onecolentry} + \begin{highlights} + \item Did \textit{this} and this is a \textbf{bold} \href{https://example.com}{link}. + \item Did that. + \end{highlights} + \end{onecolentry} + + + \vspace{0.2 cm} + + \begin{threecolentry}{ + \vspace*{\fill} + \textbullet + \vspace*{3px} + \vspace*{\fill} + }{ + \textit{Sept. 2021} + + \textit{Istanbul, Turkey}} + \textbf{Boğaziçi University} + + \textit{Mechanical Engineering} + \end{threecolentry} + + \vspace{0.10 cm} + \begin{onecolentry} + \begin{highlights} + \item Did \textit{this} and this is a \textbf{bold} \href{https://example.com}{link}. + \item Did that. + \end{highlights} + \end{onecolentry} + + + \vspace{0.2 cm} + + \begin{threecolentry}{ + \vspace*{\fill} + \textbullet + \vspace*{3px} + \vspace*{\fill} + }{ + \textit{Sept. 2021} + + } + \textbf{Boğaziçi University} + + \textit{Mechanical Engineering} + \end{threecolentry} + + + + \vspace{0.2 cm} + + \begin{threecolentry}{ + \vspace*{\fill} + \textbullet + \vspace*{3px} + \vspace*{\fill} + }{ + \textit{Sept. 2015 to June 2020} + + } + \textbf{Boğaziçi University} + + \textit{Mechanical Engineering} + \end{threecolentry} + + \vspace{0.10 cm} + \begin{onecolentry} + \begin{highlights} + \item Did \textit{this} and this is a \textbf{bold} \href{https://example.com}{link}. + \item Did that. + \end{highlights} + \end{onecolentry} + + + \vspace{0.2 cm} + + \begin{threecolentry}{ + \vspace*{\fill} + \textbullet + \vspace*{3px} + \vspace*{\fill} + }{ + \textit{Sept. 2021} + + } + \textbf{Boğaziçi University} + + \textit{Mechanical Engineering} + \end{threecolentry} + + \vspace{0.10 cm} + \begin{onecolentry} + \begin{highlights} + \item Did \textit{this} and this is a \textbf{bold} \href{https://example.com}{link}. + \item Did that. + \end{highlights} + \end{onecolentry} + + + \vspace{0.2 cm} + + \begin{threecolentry}{ + \vspace*{\fill} + \textbullet + \vspace*{3px} + \vspace*{\fill} + }{ + \textit{Sept. 2021} + + } + \textbf{Boğaziçi University} + + \textit{Mechanical Engineering} + \end{threecolentry} + + \vspace{0.10 cm} + \begin{onecolentry} + \begin{highlights} + \item Did \textit{this} and this is a \textbf{bold} \href{https://example.com}{link}. + \item Did that. + \end{highlights} + \end{onecolentry} + + + \vspace{0.2 cm} + + \begin{threecolentry}{ + \vspace*{\fill} + \textbullet + \vspace*{3px} + \vspace*{\fill} + }{ + \textit{Sept. 2015 to June 2020} + + \textit{Istanbul, Turkey}} + \textbf{Boğaziçi University} + + \textit{BS in Mechanical Engineering} + \end{threecolentry} + + + + \vspace{0.2 cm} + + \begin{threecolentry}{ + \vspace*{\fill} + \textbullet + \vspace*{3px} + \vspace*{\fill} + }{ + \textit{Sept. 2021} + + \textit{Istanbul, Turkey}} + \textbf{Boğaziçi University} + + \textit{BS in Mechanical Engineering} + \end{threecolentry} + + + + \vspace{0.2 cm} + + \begin{threecolentry}{ + \vspace*{\fill} + \textbullet + \vspace*{3px} + \vspace*{\fill} + }{ + \textit{Sept. 2015 to present} + + \textit{Istanbul, Turkey}} + \textbf{Boğaziçi University} + + \textit{BS in Mechanical Engineering} + \end{threecolentry} + + \vspace{0.10 cm} + \begin{onecolentry} + \begin{highlights} + \item Did \textit{this} and this is a \textbf{bold} \href{https://example.com}{link}. + \item Did that. + \end{highlights} + \end{onecolentry} + + + \vspace{0.2 cm} + + \begin{threecolentry}{ + \vspace*{\fill} + \textbullet + \vspace*{3px} + \vspace*{\fill} + }{ + \textit{Sept. 2021} + + \textit{Istanbul, Turkey}} + \textbf{Boğaziçi University} + + \textit{BS in Mechanical Engineering} + \end{threecolentry} + + + + \vspace{0.2 cm} + + \begin{threecolentry}{ + \vspace*{\fill} + \textbullet + \vspace*{3px} + \vspace*{\fill} + }{ + \textit{June 2020} + + \textit{Istanbul, Turkey}} + \textbf{Boğaziçi University} + + \textit{BS in Mechanical Engineering} + \end{threecolentry} + + \vspace{0.10 cm} + \begin{onecolentry} + \begin{highlights} + \item Did \textit{this} and this is a \textbf{bold} \href{https://example.com}{link}. + \item Did that. + \end{highlights} + \end{onecolentry} + + + \vspace{0.2 cm} + + \begin{threecolentry}{ + \vspace*{\fill} + \textbullet + \vspace*{3px} + \vspace*{\fill} + }{ + \textit{Sept. 2021} + + \textit{Istanbul, Turkey}} + \textbf{Boğaziçi University} + + \textit{BS in Mechanical Engineering} + \end{threecolentry} + + \vspace{0.10 cm} + \begin{onecolentry} + \begin{highlights} + \item Did \textit{this} and this is a \textbf{bold} \href{https://example.com}{link}. + \item Did that. + \end{highlights} + \end{onecolentry} + + + \vspace{0.2 cm} + + \begin{threecolentry}{ + \vspace*{\fill} + \textbullet + \vspace*{3px} + \vspace*{\fill} + }{ + \textit{Sept. 2021} + + } + \textbf{Boğaziçi University} + + \textit{BS in Mechanical Engineering} + \end{threecolentry} + + + + \vspace{0.2 cm} + + \begin{threecolentry}{ + \vspace*{\fill} + \textbullet + \vspace*{3px} + \vspace*{\fill} + }{ + \textit{Sept. 2015 to June 2020} + + } + \textbf{Boğaziçi University} + + \textit{BS in Mechanical Engineering} + \end{threecolentry} + + \vspace{0.10 cm} + \begin{onecolentry} + \begin{highlights} + \item Did \textit{this} and this is a \textbf{bold} \href{https://example.com}{link}. + \item Did that. + \end{highlights} + \end{onecolentry} + + + \vspace{0.2 cm} + + \begin{threecolentry}{ + \vspace*{\fill} + \textbullet + \vspace*{3px} + \vspace*{\fill} + }{ + \textit{Sept. 2021} + + } + \textbf{Boğaziçi University} + + \textit{BS in Mechanical Engineering} + \end{threecolentry} + + \vspace{0.10 cm} + \begin{onecolentry} + \begin{highlights} + \item Did \textit{this} and this is a \textbf{bold} \href{https://example.com}{link}. + \item Did that. + \end{highlights} + \end{onecolentry} + + + \vspace{0.2 cm} + + \begin{threecolentry}{ + \vspace*{\fill} + \textbullet + \vspace*{3px} + \vspace*{\fill} + }{ + \textit{Sept. 2021} + + } + \textbf{Boğaziçi University} + + \textit{BS in Mechanical Engineering} + \end{threecolentry} + + \vspace{0.10 cm} + \begin{onecolentry} + \begin{highlights} + \item Did \textit{this} and this is a \textbf{bold} \href{https://example.com}{link}. + \item Did that. + \end{highlights} + \end{onecolentry} + + + \vspace{0.2 cm} + + \begin{threecolentry}{ + \vspace*{\fill} + \textbullet + \vspace*{3px} + \vspace*{\fill} + }{ + \textit{Sept. 2021} + + \textit{Istanbul, Turkey}} + \textbf{Boğaziçi University} + + \textit{Mechanical Engineering} + \end{threecolentry} + + + + \vspace{0.2 cm} + + \begin{threecolentry}{ + \vspace*{\fill} + \textbullet + \vspace*{3px} + \vspace*{\fill} + }{ + \textit{Sept. 2015 to June 2020} + + \textit{Istanbul, Turkey}} + \textbf{Boğaziçi University} + + \textit{Mechanical Engineering} + \end{threecolentry} + + \vspace{0.10 cm} + \begin{onecolentry} + \begin{highlights} + \item Did \textit{this} and this is a \textbf{bold} \href{https://example.com}{link}. + \item Did that. + \end{highlights} + \end{onecolentry} + + + \vspace{0.2 cm} + + \begin{threecolentry}{ + \vspace*{\fill} + \textbullet + \vspace*{3px} + \vspace*{\fill} + }{ + \textit{Sept. 2021} + + \textit{Istanbul, Turkey}} + \textbf{Boğaziçi University} + + \textit{Mechanical Engineering} + \end{threecolentry} + + \vspace{0.10 cm} + \begin{onecolentry} + \begin{highlights} + \item Did \textit{this} and this is a \textbf{bold} \href{https://example.com}{link}. + \item Did that. + \end{highlights} + \end{onecolentry} + + + \vspace{0.2 cm} + + \begin{threecolentry}{ + \vspace*{\fill} + \textbullet + \vspace*{3px} + \vspace*{\fill} + }{ + \textit{Sept. 2021} + + \textit{Istanbul, Turkey}} + \textbf{Boğaziçi University} + + \textit{Mechanical Engineering} + \end{threecolentry} + + \vspace{0.10 cm} + \begin{onecolentry} + \begin{highlights} + \item Did \textit{this} and this is a \textbf{bold} \href{https://example.com}{link}. + \item Did that. + \end{highlights} + \end{onecolentry} + + + \vspace{0.2 cm} + + \begin{threecolentry}{ + \vspace*{\fill} + \textbullet + \vspace*{3px} + \vspace*{\fill} + }{ + \textit{Sept. 2021} + + } + \textbf{Boğaziçi University} + + \textit{Mechanical Engineering} + \end{threecolentry} + + \vspace{0.10 cm} + \begin{onecolentry} + \begin{highlights} + \item Did \textit{this} and this is a \textbf{bold} \href{https://example.com}{link}. + \item Did that. + \end{highlights} + \end{onecolentry} + + + \vspace{0.2 cm} + + \begin{threecolentry}{ + \vspace*{\fill} + \textbullet + \vspace*{3px} + \vspace*{\fill} + }{ + \textit{Sept. 2021} + + \textit{Istanbul, Turkey}} + \textbf{Boğaziçi University} + + \textit{BS in Mechanical Engineering} + \end{threecolentry} + + + + \vspace{0.2 cm} + + \begin{threecolentry}{ + \vspace*{\fill} + \textbullet + \vspace*{3px} + \vspace*{\fill} + }{ + \textit{Sept. 2015 to June 2020} + + \textit{Istanbul, Turkey}} + \textbf{Boğaziçi University} + + \textit{BS in Mechanical Engineering} + \end{threecolentry} + + \vspace{0.10 cm} + \begin{onecolentry} + \begin{highlights} + \item Did \textit{this} and this is a \textbf{bold} \href{https://example.com}{link}. + \item Did that. + \end{highlights} + \end{onecolentry} + + + \vspace{0.2 cm} + + \begin{threecolentry}{ + \vspace*{\fill} + \textbullet + \vspace*{3px} + \vspace*{\fill} + }{ + \textit{Sept. 2021} + + \textit{Istanbul, Turkey}} + \textbf{Boğaziçi University} + + \textit{BS in Mechanical Engineering} + \end{threecolentry} + + \vspace{0.10 cm} + \begin{onecolentry} + \begin{highlights} + \item Did \textit{this} and this is a \textbf{bold} \href{https://example.com}{link}. + \item Did that. + \end{highlights} + \end{onecolentry} + + + \vspace{0.2 cm} + + \begin{threecolentry}{ + \vspace*{\fill} + \textbullet + \vspace*{3px} + \vspace*{\fill} + }{ + \textit{Sept. 2021} + + \textit{Istanbul, Turkey}} + \textbf{Boğaziçi University} + + \textit{BS in Mechanical Engineering} + \end{threecolentry} + + \vspace{0.10 cm} + \begin{onecolentry} + \begin{highlights} + \item Did \textit{this} and this is a \textbf{bold} \href{https://example.com}{link}. + \item Did that. + \end{highlights} + \end{onecolentry} + + + \vspace{0.2 cm} + + \begin{threecolentry}{ + \vspace*{\fill} + \textbullet + \vspace*{3px} + \vspace*{\fill} + }{ + \textit{Sept. 2021} + + } + \textbf{Boğaziçi University} + + \textit{BS in Mechanical Engineering} + \end{threecolentry} + + \vspace{0.10 cm} + \begin{onecolentry} + \begin{highlights} + \item Did \textit{this} and this is a \textbf{bold} \href{https://example.com}{link}. + \item Did that. + \end{highlights} + \end{onecolentry} + + + \vspace{0.2 cm} + + \begin{threecolentry}{ + \vspace*{\fill} + \textbullet + \vspace*{3px} + \vspace*{\fill} + }{ + \textit{Sept. 2021} + + \textit{Istanbul, Turkey}} + \textbf{Boğaziçi University} + + \textit{Mechanical Engineering} + \end{threecolentry} + + \vspace{0.10 cm} + \begin{onecolentry} + \begin{highlights} + \item Did \textit{this} and this is a \textbf{bold} \href{https://example.com}{link}. + \item Did that. + \end{highlights} + \end{onecolentry} + + + \vspace{0.2 cm} + + \begin{threecolentry}{ + \vspace*{\fill} + \textbullet + \vspace*{3px} + \vspace*{\fill} + }{ + \textit{Sept. 2021} + + \textit{Istanbul, Turkey}} + \textbf{Boğaziçi University} + + \textit{BS in Mechanical Engineering} + \end{threecolentry} + + \vspace{0.10 cm} + \begin{onecolentry} + \begin{highlights} + \item Did \textit{this} and this is a \textbf{bold} \href{https://example.com}{link}. + \item Did that. + \end{highlights} + \end{onecolentry} + + + + \section{Normal Entries} - \resumeSubHeadingListStart - \resumeNormalSubheading - {My Project}{} + + \begin{onecolentrybulleted} + \textbf{My Project} + \end{onecolentrybulleted} - \resumeNormalSubheading - {My Project}{Istanbul, Turkey} + \vspace{0.2 cm} - \resumeNormalSubheading - {My Project}{Sept. 2015 to present} + \begin{threecolentry}{ + \vspace*{\fill} + \textbullet + \vspace*{3px} + \vspace*{\fill} + }{ + + \textit{Istanbul, Turkey}} + \textbf{My Project} + \end{threecolentry} - \resumeNormalSubheading - {My Project}{June 2020} - \resumeNormalSubheading - {My Project}{Sept. 2021} + \vspace{0.2 cm} + \begin{threecolentry}{ + \vspace*{\fill} + \textbullet + \vspace*{3px} + \vspace*{\fill} + }{ + \textit{Sept. 2015 to present} + + } + \textbf{My Project} + \end{threecolentry} - \resumeNormalSubheading - {My Project}{} - \resumeItemListStart - \resumeItem{}{Did \textit{this} and this is a \textbf{bold} \href{https://example.com}{link}.} - \resumeItem{}{Did that.} - \resumeItemListEnd - \resumeNormalSubheading - {My Project}{Istanbul, Turkey, Sept. 2015 to present} + \vspace{0.2 cm} + \begin{threecolentry}{ + \vspace*{\fill} + \textbullet + \vspace*{3px} + \vspace*{\fill} + }{ + \textit{June 2020} + + } + \textbf{My Project} + \end{threecolentry} - \resumeNormalSubheading - {My Project}{Istanbul, Turkey, June 2020} - \resumeNormalSubheading - {My Project}{Istanbul, Turkey, Sept. 2021} + \vspace{0.2 cm} + \begin{threecolentry}{ + \vspace*{\fill} + \textbullet + \vspace*{3px} + \vspace*{\fill} + }{ + \textit{Sept. 2021} + + } + \textbf{My Project} + \end{threecolentry} - \resumeNormalSubheading - {My Project}{Istanbul, Turkey} - \resumeItemListStart - \resumeItem{}{Did \textit{this} and this is a \textbf{bold} \href{https://example.com}{link}.} - \resumeItem{}{Did that.} - \resumeItemListEnd - \resumeNormalSubheading - {My Project}{Sept. 2015 to June 2020} + \vspace{0.2 cm} + \begin{onecolentrybulleted} + \textbf{My Project} + \end{onecolentrybulleted} - \resumeNormalSubheading - {My Project}{Sept. 2021} + \vspace{0.10 cm} + \begin{onecolentry} + \begin{highlights} + \item Did \textit{this} and this is a \textbf{bold} \href{https://example.com}{link}. + \item Did that. + \end{highlights} + \end{onecolentry} - \resumeNormalSubheading - {My Project}{Sept. 2015 to present} - \resumeItemListStart - \resumeItem{}{Did \textit{this} and this is a \textbf{bold} \href{https://example.com}{link}.} - \resumeItem{}{Did that.} - \resumeItemListEnd + \vspace{0.2 cm} + \begin{threecolentry}{ + \vspace*{\fill} + \textbullet + \vspace*{3px} + \vspace*{\fill} + }{ + \textit{Sept. 2015 to present} + + \textit{Istanbul, Turkey}} + \textbf{My Project} + \end{threecolentry} - \resumeNormalSubheading - {My Project}{Sept. 2021} - \resumeNormalSubheading - {My Project}{June 2020} - \resumeItemListStart - \resumeItem{}{Did \textit{this} and this is a \textbf{bold} \href{https://example.com}{link}.} - \resumeItem{}{Did that.} - \resumeItemListEnd + \vspace{0.2 cm} + \begin{threecolentry}{ + \vspace*{\fill} + \textbullet + \vspace*{3px} + \vspace*{\fill} + }{ + \textit{June 2020} + + \textit{Istanbul, Turkey}} + \textbf{My Project} + \end{threecolentry} - \resumeNormalSubheading - {My Project}{Sept. 2021} - \resumeItemListStart - \resumeItem{}{Did \textit{this} and this is a \textbf{bold} \href{https://example.com}{link}.} - \resumeItem{}{Did that.} - \resumeItemListEnd - - - \resumeNormalSubheading - {My Project}{Istanbul, Turkey, Sept. 2015 to June 2020} - - - \resumeNormalSubheading - {My Project}{Istanbul, Turkey, Sept. 2021} - - - \resumeNormalSubheading - {My Project}{Istanbul, Turkey, Sept. 2015 to present} - \resumeItemListStart - \resumeItem{}{Did \textit{this} and this is a \textbf{bold} \href{https://example.com}{link}.} - \resumeItem{}{Did that.} - \resumeItemListEnd - - - \resumeNormalSubheading - {My Project}{Istanbul, Turkey, Sept. 2021} - - - \resumeNormalSubheading - {My Project}{Istanbul, Turkey, June 2020} - \resumeItemListStart - \resumeItem{}{Did \textit{this} and this is a \textbf{bold} \href{https://example.com}{link}.} - \resumeItem{}{Did that.} - \resumeItemListEnd - - - \resumeNormalSubheading - {My Project}{Istanbul, Turkey, Sept. 2021} - \resumeItemListStart - \resumeItem{}{Did \textit{this} and this is a \textbf{bold} \href{https://example.com}{link}.} - \resumeItem{}{Did that.} - \resumeItemListEnd - - - \resumeNormalSubheading - {My Project}{Sept. 2021} - - - \resumeNormalSubheading - {My Project}{Sept. 2015 to June 2020} - \resumeItemListStart - \resumeItem{}{Did \textit{this} and this is a \textbf{bold} \href{https://example.com}{link}.} - \resumeItem{}{Did that.} - \resumeItemListEnd - - - \resumeNormalSubheading - {My Project}{Sept. 2021} - \resumeItemListStart - \resumeItem{}{Did \textit{this} and this is a \textbf{bold} \href{https://example.com}{link}.} - \resumeItem{}{Did that.} - \resumeItemListEnd - - - \resumeNormalSubheading - {My Project}{Sept. 2021} - \resumeItemListStart - \resumeItem{}{Did \textit{this} and this is a \textbf{bold} \href{https://example.com}{link}.} - \resumeItem{}{Did that.} - \resumeItemListEnd - - - \resumeNormalSubheading - {My Project}{Istanbul, Turkey, Sept. 2021} - - - \resumeNormalSubheading - {My Project}{Istanbul, Turkey, Sept. 2015 to June 2020} - \resumeItemListStart - \resumeItem{}{Did \textit{this} and this is a \textbf{bold} \href{https://example.com}{link}.} - \resumeItem{}{Did that.} - \resumeItemListEnd - - - \resumeNormalSubheading - {My Project}{Istanbul, Turkey, Sept. 2021} - \resumeItemListStart - \resumeItem{}{Did \textit{this} and this is a \textbf{bold} \href{https://example.com}{link}.} - \resumeItem{}{Did that.} - \resumeItemListEnd - - - \resumeNormalSubheading - {My Project}{Istanbul, Turkey, Sept. 2021} - \resumeItemListStart - \resumeItem{}{Did \textit{this} and this is a \textbf{bold} \href{https://example.com}{link}.} - \resumeItem{}{Did that.} - \resumeItemListEnd - - - \resumeNormalSubheading - {My Project}{Sept. 2021} - \resumeItemListStart - \resumeItem{}{Did \textit{this} and this is a \textbf{bold} \href{https://example.com}{link}.} - \resumeItem{}{Did that.} - \resumeItemListEnd - - - \resumeNormalSubheading - {My Project}{Istanbul, Turkey, Sept. 2021} - \resumeItemListStart - \resumeItem{}{Did \textit{this} and this is a \textbf{bold} \href{https://example.com}{link}.} - \resumeItem{}{Did that.} - \resumeItemListEnd - - - - \resumeSubHeadingListEnd + + + \vspace{0.2 cm} + + \begin{threecolentry}{ + \vspace*{\fill} + \textbullet + \vspace*{3px} + \vspace*{\fill} + }{ + \textit{Sept. 2021} + + \textit{Istanbul, Turkey}} + \textbf{My Project} + \end{threecolentry} + + + + \vspace{0.2 cm} + + \begin{threecolentry}{ + \vspace*{\fill} + \textbullet + \vspace*{3px} + \vspace*{\fill} + }{ + + + \textit{Istanbul, Turkey}} + \textbf{My Project} + \end{threecolentry} + + \vspace{0.10 cm} + \begin{onecolentry} + \begin{highlights} + \item Did \textit{this} and this is a \textbf{bold} \href{https://example.com}{link}. + \item Did that. + \end{highlights} + \end{onecolentry} + + + \vspace{0.2 cm} + + \begin{threecolentry}{ + \vspace*{\fill} + \textbullet + \vspace*{3px} + \vspace*{\fill} + }{ + \textit{Sept. 2015 to June 2020} + + } + \textbf{My Project} + \end{threecolentry} + + + + \vspace{0.2 cm} + + \begin{threecolentry}{ + \vspace*{\fill} + \textbullet + \vspace*{3px} + \vspace*{\fill} + }{ + \textit{Sept. 2021} + + } + \textbf{My Project} + \end{threecolentry} + + + + \vspace{0.2 cm} + + \begin{threecolentry}{ + \vspace*{\fill} + \textbullet + \vspace*{3px} + \vspace*{\fill} + }{ + \textit{Sept. 2015 to present} + + } + \textbf{My Project} + \end{threecolentry} + + \vspace{0.10 cm} + \begin{onecolentry} + \begin{highlights} + \item Did \textit{this} and this is a \textbf{bold} \href{https://example.com}{link}. + \item Did that. + \end{highlights} + \end{onecolentry} + + + \vspace{0.2 cm} + + \begin{threecolentry}{ + \vspace*{\fill} + \textbullet + \vspace*{3px} + \vspace*{\fill} + }{ + \textit{Sept. 2021} + + } + \textbf{My Project} + \end{threecolentry} + + + + \vspace{0.2 cm} + + \begin{threecolentry}{ + \vspace*{\fill} + \textbullet + \vspace*{3px} + \vspace*{\fill} + }{ + \textit{June 2020} + + } + \textbf{My Project} + \end{threecolentry} + + \vspace{0.10 cm} + \begin{onecolentry} + \begin{highlights} + \item Did \textit{this} and this is a \textbf{bold} \href{https://example.com}{link}. + \item Did that. + \end{highlights} + \end{onecolentry} + + + \vspace{0.2 cm} + + \begin{threecolentry}{ + \vspace*{\fill} + \textbullet + \vspace*{3px} + \vspace*{\fill} + }{ + \textit{Sept. 2021} + + } + \textbf{My Project} + \end{threecolentry} + + \vspace{0.10 cm} + \begin{onecolentry} + \begin{highlights} + \item Did \textit{this} and this is a \textbf{bold} \href{https://example.com}{link}. + \item Did that. + \end{highlights} + \end{onecolentry} + + + \vspace{0.2 cm} + + \begin{threecolentry}{ + \vspace*{\fill} + \textbullet + \vspace*{3px} + \vspace*{\fill} + }{ + \textit{Sept. 2015 to June 2020} + + \textit{Istanbul, Turkey}} + \textbf{My Project} + \end{threecolentry} + + + + \vspace{0.2 cm} + + \begin{threecolentry}{ + \vspace*{\fill} + \textbullet + \vspace*{3px} + \vspace*{\fill} + }{ + \textit{Sept. 2021} + + \textit{Istanbul, Turkey}} + \textbf{My Project} + \end{threecolentry} + + + + \vspace{0.2 cm} + + \begin{threecolentry}{ + \vspace*{\fill} + \textbullet + \vspace*{3px} + \vspace*{\fill} + }{ + \textit{Sept. 2015 to present} + + \textit{Istanbul, Turkey}} + \textbf{My Project} + \end{threecolentry} + + \vspace{0.10 cm} + \begin{onecolentry} + \begin{highlights} + \item Did \textit{this} and this is a \textbf{bold} \href{https://example.com}{link}. + \item Did that. + \end{highlights} + \end{onecolentry} + + + \vspace{0.2 cm} + + \begin{threecolentry}{ + \vspace*{\fill} + \textbullet + \vspace*{3px} + \vspace*{\fill} + }{ + \textit{Sept. 2021} + + \textit{Istanbul, Turkey}} + \textbf{My Project} + \end{threecolentry} + + + + \vspace{0.2 cm} + + \begin{threecolentry}{ + \vspace*{\fill} + \textbullet + \vspace*{3px} + \vspace*{\fill} + }{ + \textit{June 2020} + + \textit{Istanbul, Turkey}} + \textbf{My Project} + \end{threecolentry} + + \vspace{0.10 cm} + \begin{onecolentry} + \begin{highlights} + \item Did \textit{this} and this is a \textbf{bold} \href{https://example.com}{link}. + \item Did that. + \end{highlights} + \end{onecolentry} + + + \vspace{0.2 cm} + + \begin{threecolentry}{ + \vspace*{\fill} + \textbullet + \vspace*{3px} + \vspace*{\fill} + }{ + \textit{Sept. 2021} + + \textit{Istanbul, Turkey}} + \textbf{My Project} + \end{threecolentry} + + \vspace{0.10 cm} + \begin{onecolentry} + \begin{highlights} + \item Did \textit{this} and this is a \textbf{bold} \href{https://example.com}{link}. + \item Did that. + \end{highlights} + \end{onecolentry} + + + \vspace{0.2 cm} + + \begin{threecolentry}{ + \vspace*{\fill} + \textbullet + \vspace*{3px} + \vspace*{\fill} + }{ + \textit{Sept. 2021} + + } + \textbf{My Project} + \end{threecolentry} + + + + \vspace{0.2 cm} + + \begin{threecolentry}{ + \vspace*{\fill} + \textbullet + \vspace*{3px} + \vspace*{\fill} + }{ + \textit{Sept. 2015 to June 2020} + + } + \textbf{My Project} + \end{threecolentry} + + \vspace{0.10 cm} + \begin{onecolentry} + \begin{highlights} + \item Did \textit{this} and this is a \textbf{bold} \href{https://example.com}{link}. + \item Did that. + \end{highlights} + \end{onecolentry} + + + \vspace{0.2 cm} + + \begin{threecolentry}{ + \vspace*{\fill} + \textbullet + \vspace*{3px} + \vspace*{\fill} + }{ + \textit{Sept. 2021} + + } + \textbf{My Project} + \end{threecolentry} + + \vspace{0.10 cm} + \begin{onecolentry} + \begin{highlights} + \item Did \textit{this} and this is a \textbf{bold} \href{https://example.com}{link}. + \item Did that. + \end{highlights} + \end{onecolentry} + + + \vspace{0.2 cm} + + \begin{threecolentry}{ + \vspace*{\fill} + \textbullet + \vspace*{3px} + \vspace*{\fill} + }{ + \textit{Sept. 2021} + + } + \textbf{My Project} + \end{threecolentry} + + \vspace{0.10 cm} + \begin{onecolentry} + \begin{highlights} + \item Did \textit{this} and this is a \textbf{bold} \href{https://example.com}{link}. + \item Did that. + \end{highlights} + \end{onecolentry} + + + \vspace{0.2 cm} + + \begin{threecolentry}{ + \vspace*{\fill} + \textbullet + \vspace*{3px} + \vspace*{\fill} + }{ + \textit{Sept. 2021} + + \textit{Istanbul, Turkey}} + \textbf{My Project} + \end{threecolentry} + + + + \vspace{0.2 cm} + + \begin{threecolentry}{ + \vspace*{\fill} + \textbullet + \vspace*{3px} + \vspace*{\fill} + }{ + \textit{Sept. 2015 to June 2020} + + \textit{Istanbul, Turkey}} + \textbf{My Project} + \end{threecolentry} + + \vspace{0.10 cm} + \begin{onecolentry} + \begin{highlights} + \item Did \textit{this} and this is a \textbf{bold} \href{https://example.com}{link}. + \item Did that. + \end{highlights} + \end{onecolentry} + + + \vspace{0.2 cm} + + \begin{threecolentry}{ + \vspace*{\fill} + \textbullet + \vspace*{3px} + \vspace*{\fill} + }{ + \textit{Sept. 2021} + + \textit{Istanbul, Turkey}} + \textbf{My Project} + \end{threecolentry} + + \vspace{0.10 cm} + \begin{onecolentry} + \begin{highlights} + \item Did \textit{this} and this is a \textbf{bold} \href{https://example.com}{link}. + \item Did that. + \end{highlights} + \end{onecolentry} + + + \vspace{0.2 cm} + + \begin{threecolentry}{ + \vspace*{\fill} + \textbullet + \vspace*{3px} + \vspace*{\fill} + }{ + \textit{Sept. 2021} + + \textit{Istanbul, Turkey}} + \textbf{My Project} + \end{threecolentry} + + \vspace{0.10 cm} + \begin{onecolentry} + \begin{highlights} + \item Did \textit{this} and this is a \textbf{bold} \href{https://example.com}{link}. + \item Did that. + \end{highlights} + \end{onecolentry} + + + \vspace{0.2 cm} + + \begin{threecolentry}{ + \vspace*{\fill} + \textbullet + \vspace*{3px} + \vspace*{\fill} + }{ + \textit{Sept. 2021} + + } + \textbf{My Project} + \end{threecolentry} + + \vspace{0.10 cm} + \begin{onecolentry} + \begin{highlights} + \item Did \textit{this} and this is a \textbf{bold} \href{https://example.com}{link}. + \item Did that. + \end{highlights} + \end{onecolentry} + + + \vspace{0.2 cm} + + \begin{threecolentry}{ + \vspace*{\fill} + \textbullet + \vspace*{3px} + \vspace*{\fill} + }{ + \textit{Sept. 2021} + + \textit{Istanbul, Turkey}} + \textbf{My Project} + \end{threecolentry} + + \vspace{0.10 cm} + \begin{onecolentry} + \begin{highlights} + \item Did \textit{this} and this is a \textbf{bold} \href{https://example.com}{link}. + \item Did that. + \end{highlights} + \end{onecolentry} + + + + \section{One Line Entries} - \resumeSubHeadingListStart - \vspace{0.08cm} - \resumeSubItem{Pro\textbf{gram}ming} - {Python, C++, JavaScript, MATLAB} + + \begin{onecolentry} + \textbf{Pro\textnormal{gram}ming:} Python, C++, JavaScript, MATLAB + \end{onecolentry} - \resumeSubHeadingListEnd + \end{document} \ No newline at end of file diff --git a/tests/testdata/test_generate_latex_file_and_copy_theme_files/classic_empty/None_CV.tex b/tests/testdata/test_generate_latex_file_and_copy_theme_files/classic_empty/None_CV.tex index c9f9c2b..33f331e 100644 --- a/tests/testdata/test_generate_latex_file_and_copy_theme_files/classic_empty/None_CV.tex +++ b/tests/testdata/test_generate_latex_file_and_copy_theme_files/classic_empty/None_CV.tex @@ -28,12 +28,14 @@ \usepackage{calc} % for calculating lengths \usepackage{bookmark} % for bookmarks \usepackage{lastpage} % for getting the total number of pages -\usepackage[default, type1]{sourcesanspro} % for using source sans 3 font \usepackage{changepage} % for one column entries (adjustwidth environment) \usepackage{paracol} % for two and three column entries \usepackage{ifthen} % for conditional statements \usepackage{needspace} % for avoiding page brake right after the section title +% Theme specific: +\usepackage[default, type1]{sourcesanspro} % for using source sans 3 font + % Ensure that generate pdf is machine readable/ATS parsable: \ifpdf \input{glyphtounicode} @@ -80,6 +82,7 @@ 0.2 cm } % section title spacing +% \renewcommand\labelitemi{$\vcenter{\hbox{\small$\bullet$}}$} % custom bullet points \newenvironment{highlights}{ \begin{itemize}[ topsep=0.10 cm, @@ -90,8 +93,6 @@ ] }{ \end{itemize} - - \vspace{-0.10cm} } % new environment for highlights @@ -119,7 +120,7 @@ \newenvironment{threecolentry}[3][]{ \onecolentry \def\thirdColumn{#3} - \setcolumnwidth{1cm, \fill, 4.1 cm} + \setcolumnwidth{1 cm, \fill, 4.1 cm} \begin{paracol}{3} \raggedright #2 \switchcolumn }{ @@ -147,9 +148,11 @@ % save the original href command in a new command: \let\hrefWithoutArrow\href - % new command for external links: + +% new command for external links: \renewcommand{\href}[2]{\hrefWithoutArrow{#1}{\mbox{\ifthenelse{\equal{#2}{}}{ }{#2 }\raisebox{.15ex}{\footnotesize \faExternalLink*}}}} + \begin{document} \placelastupdatedtext diff --git a/tests/testdata/test_generate_latex_file_and_copy_theme_files/classic_filled/John_Doe_CV.tex b/tests/testdata/test_generate_latex_file_and_copy_theme_files/classic_filled/John_Doe_CV.tex index 6144e5a..f0b3602 100644 --- a/tests/testdata/test_generate_latex_file_and_copy_theme_files/classic_filled/John_Doe_CV.tex +++ b/tests/testdata/test_generate_latex_file_and_copy_theme_files/classic_filled/John_Doe_CV.tex @@ -28,12 +28,14 @@ \usepackage{calc} % for calculating lengths \usepackage{bookmark} % for bookmarks \usepackage{lastpage} % for getting the total number of pages -\usepackage[default, type1]{sourcesanspro} % for using source sans 3 font \usepackage{changepage} % for one column entries (adjustwidth environment) \usepackage{paracol} % for two and three column entries \usepackage{ifthen} % for conditional statements \usepackage{needspace} % for avoiding page brake right after the section title +% Theme specific: +\usepackage[default, type1]{sourcesanspro} % for using source sans 3 font + % Ensure that generate pdf is machine readable/ATS parsable: \ifpdf \input{glyphtounicode} @@ -80,6 +82,7 @@ 0.2 cm } % section title spacing +% \renewcommand\labelitemi{$\vcenter{\hbox{\small$\bullet$}}$} % custom bullet points \newenvironment{highlights}{ \begin{itemize}[ topsep=0.10 cm, @@ -90,8 +93,6 @@ ] }{ \end{itemize} - - \vspace{-0.10cm} } % new environment for highlights @@ -119,7 +120,7 @@ \newenvironment{threecolentry}[3][]{ \onecolentry \def\thirdColumn{#3} - \setcolumnwidth{1cm, \fill, 4.1 cm} + \setcolumnwidth{1 cm, \fill, 4.1 cm} \begin{paracol}{3} \raggedright #2 \switchcolumn }{ @@ -147,9 +148,11 @@ % save the original href command in a new command: \let\hrefWithoutArrow\href - % new command for external links: + +% new command for external links: \renewcommand{\href}[2]{\hrefWithoutArrow{#1}{\mbox{\ifthenelse{\equal{#2}{}}{ }{#2 }\raisebox{.15ex}{\footnotesize \faExternalLink*}}}} + \begin{document} \placelastupdatedtext \begin{header} diff --git a/tests/testdata/test_generate_latex_file_and_copy_theme_files/engineeringresumes_empty/None_CV.tex b/tests/testdata/test_generate_latex_file_and_copy_theme_files/engineeringresumes_empty/None_CV.tex index 4309cfc..ab41294 100644 --- a/tests/testdata/test_generate_latex_file_and_copy_theme_files/engineeringresumes_empty/None_CV.tex +++ b/tests/testdata/test_generate_latex_file_and_copy_theme_files/engineeringresumes_empty/None_CV.tex @@ -32,6 +32,8 @@ \usepackage{paracol} % for two and three column entries \usepackage{ifthen} % for conditional statements \usepackage{needspace} % for avoiding page brake right after the section title + +% Theme specific: \usepackage{charter} % for using charter font % Ensure that generate pdf is machine readable/ATS parsable: @@ -62,7 +64,7 @@ 0.2 cm } % section title spacing -\renewcommand\labelitemi{$\vcenter{\hbox{\small$\bullet$}}$} +\renewcommand\labelitemi{$\vcenter{\hbox{\small$\bullet$}}$} % custom bullet points \newenvironment{highlights}{ \begin{itemize}[ topsep=0.10 cm, @@ -73,8 +75,6 @@ ] }{ \end{itemize} - - \vspace{-0.10cm} } % new environment for highlights @@ -128,10 +128,11 @@ }% }% -% % save the original href command in a new command: -% \let\hrefWithoutArrow\href -% % new command for external links: -% \renewcommand{\href}[2]{\hrefWithoutArrow{#1}{\mbox{\ifthenelse{\equal{#2}{}}{ }{#2 }\raisebox{.15ex}{\footnotesize \faExternalLink*}}}} +% save the original href command in a new command: +\let\hrefWithoutArrow\href + +% new command for external links: + \begin{document} \newcommand{\AND}{\unskip diff --git a/tests/testdata/test_generate_latex_file_and_copy_theme_files/engineeringresumes_filled/John_Doe_CV.tex b/tests/testdata/test_generate_latex_file_and_copy_theme_files/engineeringresumes_filled/John_Doe_CV.tex index cfbaf5f..41e3edc 100644 --- a/tests/testdata/test_generate_latex_file_and_copy_theme_files/engineeringresumes_filled/John_Doe_CV.tex +++ b/tests/testdata/test_generate_latex_file_and_copy_theme_files/engineeringresumes_filled/John_Doe_CV.tex @@ -32,6 +32,8 @@ \usepackage{paracol} % for two and three column entries \usepackage{ifthen} % for conditional statements \usepackage{needspace} % for avoiding page brake right after the section title + +% Theme specific: \usepackage{charter} % for using charter font % Ensure that generate pdf is machine readable/ATS parsable: @@ -62,7 +64,7 @@ 0.2 cm } % section title spacing -\renewcommand\labelitemi{$\vcenter{\hbox{\small$\bullet$}}$} +\renewcommand\labelitemi{$\vcenter{\hbox{\small$\bullet$}}$} % custom bullet points \newenvironment{highlights}{ \begin{itemize}[ topsep=0.10 cm, @@ -73,8 +75,6 @@ ] }{ \end{itemize} - - \vspace{-0.10cm} } % new environment for highlights @@ -128,10 +128,11 @@ }% }% -% % save the original href command in a new command: -% \let\hrefWithoutArrow\href -% % new command for external links: -% \renewcommand{\href}[2]{\hrefWithoutArrow{#1}{\mbox{\ifthenelse{\equal{#2}{}}{ }{#2 }\raisebox{.15ex}{\footnotesize \faExternalLink*}}}} +% save the original href command in a new command: +\let\hrefWithoutArrow\href + +% new command for external links: + \begin{document} \newcommand{\AND}{\unskip @@ -154,55 +155,55 @@ \AND \kern 0.25 cm \mbox{ - \href{mailto:johndoe@example.com}{johndoe@example.com} + \hrefWithoutArrow{mailto:johndoe@example.com}{johndoe@example.com} } \kern 0.25 cm \AND \kern 0.25 cm \mbox{ - \href{tel:+90-541-999-99-99}{+90 541 999 99 99} + \hrefWithoutArrow{tel:+90-541-999-99-99}{+90 541 999 99 99} } \kern 0.25 cm \AND \kern 0.25 cm \mbox{ - \href{https://example.com/}{example.com} + \hrefWithoutArrow{https://example.com/}{example.com} } \kern 0.25 cm \AND \kern 0.25 cm \mbox{ - \href{https://linkedin.com/in/johndoe}{linkedin.com/in/johndoe} + \hrefWithoutArrow{https://linkedin.com/in/johndoe}{linkedin.com/in/johndoe} } \kern 0.25 cm \AND \kern 0.25 cm \mbox{ - \href{https://github.com/johndoe}{github.com/johndoe} + \hrefWithoutArrow{https://github.com/johndoe}{github.com/johndoe} } \kern 0.25 cm \AND \kern 0.25 cm \mbox{ - \href{https://instagram.com/johndoe}{instagram.com/johndoe} + \hrefWithoutArrow{https://instagram.com/johndoe}{instagram.com/johndoe} } \kern 0.25 cm \AND \kern 0.25 cm \mbox{ - \href{https://orcid.org/0000-0000-0000-0000}{orcid.org/0000-0000-0000-0000} + \hrefWithoutArrow{https://orcid.org/0000-0000-0000-0000}{orcid.org/0000-0000-0000-0000} } \kern 0.25 cm \AND \kern 0.25 cm \mbox{ - \href{https://mastodon.social/@johndoe@example}{mastodon.social/@johndoe@example} + \hrefWithoutArrow{https://mastodon.social/@johndoe@example}{mastodon.social/@johndoe@example} } \kern 0.25 cm \AND \kern 0.25 cm \mbox{ - \href{https://twitter.com/johndoe}{twitter.com/johndoe} + \hrefWithoutArrow{https://twitter.com/johndoe}{twitter.com/johndoe} } \kern 0.25 cm \kern 0.25 cm @@ -218,13 +219,13 @@ This is a \textit{TextEntry}. It is only a text and can be useful for sections like \textbf{Summary}. To showcase the TextEntry completely, this sentence is added, but it doesn't contain any information. \end{onecolentry} - \vspace{0.15 cm} + \vspace{0.2 cm} \begin{onecolentry} This is a \textit{TextEntry}. It is only a text and can be useful for sections like \textbf{Summary}. To showcase the TextEntry completely, this sentence is added, but it doesn't contain any information. \end{onecolentry} - \vspace{0.15 cm} + \vspace{0.2 cm} \begin{onecolentry} This is a \textit{TextEntry}. It is only a text and can be useful for sections like \textbf{Summary}. To showcase the TextEntry completely, this sentence is added, but it doesn't contain any information. @@ -239,7 +240,7 @@ \textbullet \hspace{3pt} This is a bullet entry. \end{onecolentry} - \vspace{0.15 cm} + \vspace{0.2 cm} \begin{onecolentry} \textbullet \hspace{3pt} This is a bullet entry. @@ -259,7 +260,7 @@ \end{samepage} - \vspace{0.15 cm} + \vspace{0.2 cm} \begin{samepage} \begin{twocolentry}{ @@ -274,7 +275,7 @@ \href{https://doi.org/10.1109/TASC.2023.3340648}{10.1109/TASC.2023.3340648} \end{onecolentry} \end{samepage} - \vspace{0.15 cm} + \vspace{0.2 cm} \begin{samepage} \begin{twocolentry}{ @@ -289,7 +290,7 @@ IEEE Transactions on Applied Superconductivity \end{onecolentry} \end{samepage} - \vspace{0.15 cm} + \vspace{0.2 cm} \begin{samepage} \begin{twocolentry}{ @@ -312,48 +313,43 @@ \begin{onecolentry} \textbf{Software Engineer}, Some \textbf{Company}\end{onecolentry} - \vspace{0.10 cm} - \vspace{0.15 cm} + \vspace{0.2 cm} \begin{onecolentry} \textbf{Software Engineer}, Some \textbf{Company} -- Istanbul, Turkey\end{onecolentry} - \vspace{0.10 cm} - \vspace{0.15 cm} + \vspace{0.2 cm} \begin{twocolentry}{ Sept. 2015 to present } \textbf{Software Engineer}, Some \textbf{Company}\end{twocolentry} - \vspace{0.10 cm} - \vspace{0.15 cm} + \vspace{0.2 cm} \begin{twocolentry}{ June 2020 } \textbf{Software Engineer}, Some \textbf{Company}\end{twocolentry} - \vspace{0.10 cm} - \vspace{0.15 cm} + \vspace{0.2 cm} \begin{twocolentry}{ Sept. 2021 } \textbf{Software Engineer}, Some \textbf{Company}\end{twocolentry} - \vspace{0.10 cm} - \vspace{0.15 cm} + \vspace{0.2 cm} \begin{onecolentry} \textbf{Software Engineer}, Some \textbf{Company}\end{onecolentry} @@ -367,37 +363,34 @@ \end{onecolentry} - \vspace{0.15 cm} + \vspace{0.2 cm} \begin{twocolentry}{ Sept. 2015 to present } \textbf{Software Engineer}, Some \textbf{Company} -- Istanbul, Turkey\end{twocolentry} - \vspace{0.10 cm} - \vspace{0.15 cm} + \vspace{0.2 cm} \begin{twocolentry}{ June 2020 } \textbf{Software Engineer}, Some \textbf{Company} -- Istanbul, Turkey\end{twocolentry} - \vspace{0.10 cm} - \vspace{0.15 cm} + \vspace{0.2 cm} \begin{twocolentry}{ Sept. 2021 } \textbf{Software Engineer}, Some \textbf{Company} -- Istanbul, Turkey\end{twocolentry} - \vspace{0.10 cm} - \vspace{0.15 cm} + \vspace{0.2 cm} \begin{onecolentry} \textbf{Software Engineer}, Some \textbf{Company} -- Istanbul, Turkey\end{onecolentry} @@ -411,27 +404,25 @@ \end{onecolentry} - \vspace{0.15 cm} + \vspace{0.2 cm} \begin{twocolentry}{ Sept. 2015 to June 2020 } \textbf{Software Engineer}, Some \textbf{Company}\end{twocolentry} - \vspace{0.10 cm} - \vspace{0.15 cm} + \vspace{0.2 cm} \begin{twocolentry}{ Sept. 2021 } \textbf{Software Engineer}, Some \textbf{Company}\end{twocolentry} - \vspace{0.10 cm} - \vspace{0.15 cm} + \vspace{0.2 cm} \begin{twocolentry}{ Sept. 2015 to present @@ -447,17 +438,16 @@ \end{onecolentry} - \vspace{0.15 cm} + \vspace{0.2 cm} \begin{twocolentry}{ Sept. 2021 } \textbf{Software Engineer}, Some \textbf{Company}\end{twocolentry} - \vspace{0.10 cm} - \vspace{0.15 cm} + \vspace{0.2 cm} \begin{twocolentry}{ June 2020 @@ -473,7 +463,7 @@ \end{onecolentry} - \vspace{0.15 cm} + \vspace{0.2 cm} \begin{twocolentry}{ Sept. 2021 @@ -489,27 +479,25 @@ \end{onecolentry} - \vspace{0.15 cm} + \vspace{0.2 cm} \begin{twocolentry}{ Sept. 2015 to June 2020 } \textbf{Software Engineer}, Some \textbf{Company} -- Istanbul, Turkey\end{twocolentry} - \vspace{0.10 cm} - \vspace{0.15 cm} + \vspace{0.2 cm} \begin{twocolentry}{ Sept. 2021 } \textbf{Software Engineer}, Some \textbf{Company} -- Istanbul, Turkey\end{twocolentry} - \vspace{0.10 cm} - \vspace{0.15 cm} + \vspace{0.2 cm} \begin{twocolentry}{ Sept. 2015 to present @@ -525,17 +513,16 @@ \end{onecolentry} - \vspace{0.15 cm} + \vspace{0.2 cm} \begin{twocolentry}{ Sept. 2021 } \textbf{Software Engineer}, Some \textbf{Company} -- Istanbul, Turkey\end{twocolentry} - \vspace{0.10 cm} - \vspace{0.15 cm} + \vspace{0.2 cm} \begin{twocolentry}{ June 2020 @@ -551,7 +538,7 @@ \end{onecolentry} - \vspace{0.15 cm} + \vspace{0.2 cm} \begin{twocolentry}{ Sept. 2021 @@ -567,17 +554,16 @@ \end{onecolentry} - \vspace{0.15 cm} + \vspace{0.2 cm} \begin{twocolentry}{ Sept. 2021 } \textbf{Software Engineer}, Some \textbf{Company}\end{twocolentry} - \vspace{0.10 cm} - \vspace{0.15 cm} + \vspace{0.2 cm} \begin{twocolentry}{ Sept. 2015 to June 2020 @@ -593,7 +579,7 @@ \end{onecolentry} - \vspace{0.15 cm} + \vspace{0.2 cm} \begin{twocolentry}{ Sept. 2021 @@ -609,7 +595,7 @@ \end{onecolentry} - \vspace{0.15 cm} + \vspace{0.2 cm} \begin{twocolentry}{ Sept. 2021 @@ -625,17 +611,16 @@ \end{onecolentry} - \vspace{0.15 cm} + \vspace{0.2 cm} \begin{twocolentry}{ Sept. 2021 } \textbf{Software Engineer}, Some \textbf{Company} -- Istanbul, Turkey\end{twocolentry} - \vspace{0.10 cm} - \vspace{0.15 cm} + \vspace{0.2 cm} \begin{twocolentry}{ Sept. 2015 to June 2020 @@ -651,7 +636,7 @@ \end{onecolentry} - \vspace{0.15 cm} + \vspace{0.2 cm} \begin{twocolentry}{ Sept. 2021 @@ -667,7 +652,7 @@ \end{onecolentry} - \vspace{0.15 cm} + \vspace{0.2 cm} \begin{twocolentry}{ Sept. 2021 @@ -683,7 +668,7 @@ \end{onecolentry} - \vspace{0.15 cm} + \vspace{0.2 cm} \begin{twocolentry}{ Sept. 2021 @@ -699,7 +684,7 @@ \end{onecolentry} - \vspace{0.15 cm} + \vspace{0.2 cm} \begin{twocolentry}{ Sept. 2021 @@ -723,56 +708,50 @@ \begin{onecolentry} \textbf{Boğaziçi University}, Mechanical Engineering\end{onecolentry} - \vspace{0.10 cm} - \vspace{0.15 cm} + \vspace{0.2 cm} \begin{onecolentry} \textbf{Boğaziçi University}, BS in Mechanical Engineering\end{onecolentry} - \vspace{0.10 cm} - \vspace{0.15 cm} + \vspace{0.2 cm} \begin{onecolentry} \textbf{Boğaziçi University}, Mechanical Engineering -- Istanbul, Turkey\end{onecolentry} - \vspace{0.10 cm} - \vspace{0.15 cm} + \vspace{0.2 cm} \begin{twocolentry}{ Sept. 2015 to present } \textbf{Boğaziçi University}, Mechanical Engineering\end{twocolentry} - \vspace{0.10 cm} - \vspace{0.15 cm} + \vspace{0.2 cm} \begin{twocolentry}{ June 2020 } \textbf{Boğaziçi University}, Mechanical Engineering\end{twocolentry} - \vspace{0.10 cm} - \vspace{0.15 cm} + \vspace{0.2 cm} \begin{twocolentry}{ Sept. 2021 } \textbf{Boğaziçi University}, Mechanical Engineering\end{twocolentry} - \vspace{0.10 cm} - \vspace{0.15 cm} + \vspace{0.2 cm} \begin{onecolentry} \textbf{Boğaziçi University}, Mechanical Engineering\end{onecolentry} @@ -786,45 +765,41 @@ \end{onecolentry} - \vspace{0.15 cm} + \vspace{0.2 cm} \begin{onecolentry} \textbf{Boğaziçi University}, BS in Mechanical Engineering -- Istanbul, Turkey\end{onecolentry} - \vspace{0.10 cm} - \vspace{0.15 cm} + \vspace{0.2 cm} \begin{twocolentry}{ Sept. 2015 to present } \textbf{Boğaziçi University}, BS in Mechanical Engineering\end{twocolentry} - \vspace{0.10 cm} - \vspace{0.15 cm} + \vspace{0.2 cm} \begin{twocolentry}{ June 2020 } \textbf{Boğaziçi University}, BS in Mechanical Engineering\end{twocolentry} - \vspace{0.10 cm} - \vspace{0.15 cm} + \vspace{0.2 cm} \begin{twocolentry}{ Sept. 2021 } \textbf{Boğaziçi University}, BS in Mechanical Engineering\end{twocolentry} - \vspace{0.10 cm} - \vspace{0.15 cm} + \vspace{0.2 cm} \begin{onecolentry} \textbf{Boğaziçi University}, BS in Mechanical Engineering\end{onecolentry} @@ -838,37 +813,34 @@ \end{onecolentry} - \vspace{0.15 cm} + \vspace{0.2 cm} \begin{twocolentry}{ Sept. 2015 to present } \textbf{Boğaziçi University}, Mechanical Engineering -- Istanbul, Turkey\end{twocolentry} - \vspace{0.10 cm} - \vspace{0.15 cm} + \vspace{0.2 cm} \begin{twocolentry}{ June 2020 } \textbf{Boğaziçi University}, Mechanical Engineering -- Istanbul, Turkey\end{twocolentry} - \vspace{0.10 cm} - \vspace{0.15 cm} + \vspace{0.2 cm} \begin{twocolentry}{ Sept. 2021 } \textbf{Boğaziçi University}, Mechanical Engineering -- Istanbul, Turkey\end{twocolentry} - \vspace{0.10 cm} - \vspace{0.15 cm} + \vspace{0.2 cm} \begin{onecolentry} \textbf{Boğaziçi University}, Mechanical Engineering -- Istanbul, Turkey\end{onecolentry} @@ -882,27 +854,25 @@ \end{onecolentry} - \vspace{0.15 cm} + \vspace{0.2 cm} \begin{twocolentry}{ Sept. 2015 to June 2020 } \textbf{Boğaziçi University}, Mechanical Engineering\end{twocolentry} - \vspace{0.10 cm} - \vspace{0.15 cm} + \vspace{0.2 cm} \begin{twocolentry}{ Sept. 2021 } \textbf{Boğaziçi University}, Mechanical Engineering\end{twocolentry} - \vspace{0.10 cm} - \vspace{0.15 cm} + \vspace{0.2 cm} \begin{twocolentry}{ Sept. 2015 to present @@ -918,17 +888,16 @@ \end{onecolentry} - \vspace{0.15 cm} + \vspace{0.2 cm} \begin{twocolentry}{ Sept. 2021 } \textbf{Boğaziçi University}, Mechanical Engineering\end{twocolentry} - \vspace{0.10 cm} - \vspace{0.15 cm} + \vspace{0.2 cm} \begin{twocolentry}{ June 2020 @@ -944,7 +913,7 @@ \end{onecolentry} - \vspace{0.15 cm} + \vspace{0.2 cm} \begin{twocolentry}{ Sept. 2021 @@ -960,37 +929,34 @@ \end{onecolentry} - \vspace{0.15 cm} + \vspace{0.2 cm} \begin{twocolentry}{ Sept. 2015 to present } \textbf{Boğaziçi University}, BS in Mechanical Engineering -- Istanbul, Turkey\end{twocolentry} - \vspace{0.10 cm} - \vspace{0.15 cm} + \vspace{0.2 cm} \begin{twocolentry}{ June 2020 } \textbf{Boğaziçi University}, BS in Mechanical Engineering -- Istanbul, Turkey\end{twocolentry} - \vspace{0.10 cm} - \vspace{0.15 cm} + \vspace{0.2 cm} \begin{twocolentry}{ Sept. 2021 } \textbf{Boğaziçi University}, BS in Mechanical Engineering -- Istanbul, Turkey\end{twocolentry} - \vspace{0.10 cm} - \vspace{0.15 cm} + \vspace{0.2 cm} \begin{onecolentry} \textbf{Boğaziçi University}, BS in Mechanical Engineering -- Istanbul, Turkey\end{onecolentry} @@ -1004,27 +970,25 @@ \end{onecolentry} - \vspace{0.15 cm} + \vspace{0.2 cm} \begin{twocolentry}{ Sept. 2015 to June 2020 } \textbf{Boğaziçi University}, BS in Mechanical Engineering\end{twocolentry} - \vspace{0.10 cm} - \vspace{0.15 cm} + \vspace{0.2 cm} \begin{twocolentry}{ Sept. 2021 } \textbf{Boğaziçi University}, BS in Mechanical Engineering\end{twocolentry} - \vspace{0.10 cm} - \vspace{0.15 cm} + \vspace{0.2 cm} \begin{twocolentry}{ Sept. 2015 to present @@ -1040,17 +1004,16 @@ \end{onecolentry} - \vspace{0.15 cm} + \vspace{0.2 cm} \begin{twocolentry}{ Sept. 2021 } \textbf{Boğaziçi University}, BS in Mechanical Engineering\end{twocolentry} - \vspace{0.10 cm} - \vspace{0.15 cm} + \vspace{0.2 cm} \begin{twocolentry}{ June 2020 @@ -1066,7 +1029,7 @@ \end{onecolentry} - \vspace{0.15 cm} + \vspace{0.2 cm} \begin{twocolentry}{ Sept. 2021 @@ -1082,27 +1045,25 @@ \end{onecolentry} - \vspace{0.15 cm} + \vspace{0.2 cm} \begin{twocolentry}{ Sept. 2015 to June 2020 } \textbf{Boğaziçi University}, Mechanical Engineering -- Istanbul, Turkey\end{twocolentry} - \vspace{0.10 cm} - \vspace{0.15 cm} + \vspace{0.2 cm} \begin{twocolentry}{ Sept. 2021 } \textbf{Boğaziçi University}, Mechanical Engineering -- Istanbul, Turkey\end{twocolentry} - \vspace{0.10 cm} - \vspace{0.15 cm} + \vspace{0.2 cm} \begin{twocolentry}{ Sept. 2015 to present @@ -1118,17 +1079,16 @@ \end{onecolentry} - \vspace{0.15 cm} + \vspace{0.2 cm} \begin{twocolentry}{ Sept. 2021 } \textbf{Boğaziçi University}, Mechanical Engineering -- Istanbul, Turkey\end{twocolentry} - \vspace{0.10 cm} - \vspace{0.15 cm} + \vspace{0.2 cm} \begin{twocolentry}{ June 2020 @@ -1144,7 +1104,7 @@ \end{onecolentry} - \vspace{0.15 cm} + \vspace{0.2 cm} \begin{twocolentry}{ Sept. 2021 @@ -1160,17 +1120,16 @@ \end{onecolentry} - \vspace{0.15 cm} + \vspace{0.2 cm} \begin{twocolentry}{ Sept. 2021 } \textbf{Boğaziçi University}, Mechanical Engineering\end{twocolentry} - \vspace{0.10 cm} - \vspace{0.15 cm} + \vspace{0.2 cm} \begin{twocolentry}{ Sept. 2015 to June 2020 @@ -1186,7 +1145,7 @@ \end{onecolentry} - \vspace{0.15 cm} + \vspace{0.2 cm} \begin{twocolentry}{ Sept. 2021 @@ -1202,7 +1161,7 @@ \end{onecolentry} - \vspace{0.15 cm} + \vspace{0.2 cm} \begin{twocolentry}{ Sept. 2021 @@ -1218,27 +1177,25 @@ \end{onecolentry} - \vspace{0.15 cm} + \vspace{0.2 cm} \begin{twocolentry}{ Sept. 2015 to June 2020 } \textbf{Boğaziçi University}, BS in Mechanical Engineering -- Istanbul, Turkey\end{twocolentry} - \vspace{0.10 cm} - \vspace{0.15 cm} + \vspace{0.2 cm} \begin{twocolentry}{ Sept. 2021 } \textbf{Boğaziçi University}, BS in Mechanical Engineering -- Istanbul, Turkey\end{twocolentry} - \vspace{0.10 cm} - \vspace{0.15 cm} + \vspace{0.2 cm} \begin{twocolentry}{ Sept. 2015 to present @@ -1254,17 +1211,16 @@ \end{onecolentry} - \vspace{0.15 cm} + \vspace{0.2 cm} \begin{twocolentry}{ Sept. 2021 } \textbf{Boğaziçi University}, BS in Mechanical Engineering -- Istanbul, Turkey\end{twocolentry} - \vspace{0.10 cm} - \vspace{0.15 cm} + \vspace{0.2 cm} \begin{twocolentry}{ June 2020 @@ -1280,7 +1236,7 @@ \end{onecolentry} - \vspace{0.15 cm} + \vspace{0.2 cm} \begin{twocolentry}{ Sept. 2021 @@ -1296,17 +1252,16 @@ \end{onecolentry} - \vspace{0.15 cm} + \vspace{0.2 cm} \begin{twocolentry}{ Sept. 2021 } \textbf{Boğaziçi University}, BS in Mechanical Engineering\end{twocolentry} - \vspace{0.10 cm} - \vspace{0.15 cm} + \vspace{0.2 cm} \begin{twocolentry}{ Sept. 2015 to June 2020 @@ -1322,7 +1277,7 @@ \end{onecolentry} - \vspace{0.15 cm} + \vspace{0.2 cm} \begin{twocolentry}{ Sept. 2021 @@ -1338,7 +1293,7 @@ \end{onecolentry} - \vspace{0.15 cm} + \vspace{0.2 cm} \begin{twocolentry}{ Sept. 2021 @@ -1354,17 +1309,16 @@ \end{onecolentry} - \vspace{0.15 cm} + \vspace{0.2 cm} \begin{twocolentry}{ Sept. 2021 } \textbf{Boğaziçi University}, Mechanical Engineering -- Istanbul, Turkey\end{twocolentry} - \vspace{0.10 cm} - \vspace{0.15 cm} + \vspace{0.2 cm} \begin{twocolentry}{ Sept. 2015 to June 2020 @@ -1380,7 +1334,7 @@ \end{onecolentry} - \vspace{0.15 cm} + \vspace{0.2 cm} \begin{twocolentry}{ Sept. 2021 @@ -1396,7 +1350,7 @@ \end{onecolentry} - \vspace{0.15 cm} + \vspace{0.2 cm} \begin{twocolentry}{ Sept. 2021 @@ -1412,7 +1366,7 @@ \end{onecolentry} - \vspace{0.15 cm} + \vspace{0.2 cm} \begin{twocolentry}{ Sept. 2021 @@ -1428,17 +1382,16 @@ \end{onecolentry} - \vspace{0.15 cm} + \vspace{0.2 cm} \begin{twocolentry}{ Sept. 2021 } \textbf{Boğaziçi University}, BS in Mechanical Engineering -- Istanbul, Turkey\end{twocolentry} - \vspace{0.10 cm} - \vspace{0.15 cm} + \vspace{0.2 cm} \begin{twocolentry}{ Sept. 2015 to June 2020 @@ -1454,7 +1407,7 @@ \end{onecolentry} - \vspace{0.15 cm} + \vspace{0.2 cm} \begin{twocolentry}{ Sept. 2021 @@ -1470,7 +1423,7 @@ \end{onecolentry} - \vspace{0.15 cm} + \vspace{0.2 cm} \begin{twocolentry}{ Sept. 2021 @@ -1486,7 +1439,7 @@ \end{onecolentry} - \vspace{0.15 cm} + \vspace{0.2 cm} \begin{twocolentry}{ Sept. 2021 @@ -1502,7 +1455,7 @@ \end{onecolentry} - \vspace{0.15 cm} + \vspace{0.2 cm} \begin{twocolentry}{ Sept. 2021 @@ -1518,7 +1471,7 @@ \end{onecolentry} - \vspace{0.15 cm} + \vspace{0.2 cm} \begin{twocolentry}{ Sept. 2021 @@ -1542,48 +1495,43 @@ \begin{onecolentry} \textbf{My Project}\end{onecolentry} - \vspace{0.10 cm} - \vspace{0.15 cm} + \vspace{0.2 cm} \begin{onecolentry} \textbf{My Project} -- Istanbul, Turkey\end{onecolentry} - \vspace{0.10 cm} - \vspace{0.15 cm} + \vspace{0.2 cm} \begin{twocolentry}{ Sept. 2015 to present } \textbf{My Project}\end{twocolentry} - \vspace{0.10 cm} - \vspace{0.15 cm} + \vspace{0.2 cm} \begin{twocolentry}{ June 2020 } \textbf{My Project}\end{twocolentry} - \vspace{0.10 cm} - \vspace{0.15 cm} + \vspace{0.2 cm} \begin{twocolentry}{ Sept. 2021 } \textbf{My Project}\end{twocolentry} - \vspace{0.10 cm} - \vspace{0.15 cm} + \vspace{0.2 cm} \begin{onecolentry} \textbf{My Project}\end{onecolentry} @@ -1597,37 +1545,34 @@ \end{onecolentry} - \vspace{0.15 cm} + \vspace{0.2 cm} \begin{twocolentry}{ Sept. 2015 to present } \textbf{My Project} -- Istanbul, Turkey\end{twocolentry} - \vspace{0.10 cm} - \vspace{0.15 cm} + \vspace{0.2 cm} \begin{twocolentry}{ June 2020 } \textbf{My Project} -- Istanbul, Turkey\end{twocolentry} - \vspace{0.10 cm} - \vspace{0.15 cm} + \vspace{0.2 cm} \begin{twocolentry}{ Sept. 2021 } \textbf{My Project} -- Istanbul, Turkey\end{twocolentry} - \vspace{0.10 cm} - \vspace{0.15 cm} + \vspace{0.2 cm} \begin{onecolentry} \textbf{My Project} -- Istanbul, Turkey\end{onecolentry} @@ -1641,27 +1586,25 @@ \end{onecolentry} - \vspace{0.15 cm} + \vspace{0.2 cm} \begin{twocolentry}{ Sept. 2015 to June 2020 } \textbf{My Project}\end{twocolentry} - \vspace{0.10 cm} - \vspace{0.15 cm} + \vspace{0.2 cm} \begin{twocolentry}{ Sept. 2021 } \textbf{My Project}\end{twocolentry} - \vspace{0.10 cm} - \vspace{0.15 cm} + \vspace{0.2 cm} \begin{twocolentry}{ Sept. 2015 to present @@ -1677,17 +1620,16 @@ \end{onecolentry} - \vspace{0.15 cm} + \vspace{0.2 cm} \begin{twocolentry}{ Sept. 2021 } \textbf{My Project}\end{twocolentry} - \vspace{0.10 cm} - \vspace{0.15 cm} + \vspace{0.2 cm} \begin{twocolentry}{ June 2020 @@ -1703,7 +1645,7 @@ \end{onecolentry} - \vspace{0.15 cm} + \vspace{0.2 cm} \begin{twocolentry}{ Sept. 2021 @@ -1719,27 +1661,25 @@ \end{onecolentry} - \vspace{0.15 cm} + \vspace{0.2 cm} \begin{twocolentry}{ Sept. 2015 to June 2020 } \textbf{My Project} -- Istanbul, Turkey\end{twocolentry} - \vspace{0.10 cm} - \vspace{0.15 cm} + \vspace{0.2 cm} \begin{twocolentry}{ Sept. 2021 } \textbf{My Project} -- Istanbul, Turkey\end{twocolentry} - \vspace{0.10 cm} - \vspace{0.15 cm} + \vspace{0.2 cm} \begin{twocolentry}{ Sept. 2015 to present @@ -1755,17 +1695,16 @@ \end{onecolentry} - \vspace{0.15 cm} + \vspace{0.2 cm} \begin{twocolentry}{ Sept. 2021 } \textbf{My Project} -- Istanbul, Turkey\end{twocolentry} - \vspace{0.10 cm} - \vspace{0.15 cm} + \vspace{0.2 cm} \begin{twocolentry}{ June 2020 @@ -1781,7 +1720,7 @@ \end{onecolentry} - \vspace{0.15 cm} + \vspace{0.2 cm} \begin{twocolentry}{ Sept. 2021 @@ -1797,17 +1736,16 @@ \end{onecolentry} - \vspace{0.15 cm} + \vspace{0.2 cm} \begin{twocolentry}{ Sept. 2021 } \textbf{My Project}\end{twocolentry} - \vspace{0.10 cm} - \vspace{0.15 cm} + \vspace{0.2 cm} \begin{twocolentry}{ Sept. 2015 to June 2020 @@ -1823,7 +1761,7 @@ \end{onecolentry} - \vspace{0.15 cm} + \vspace{0.2 cm} \begin{twocolentry}{ Sept. 2021 @@ -1839,7 +1777,7 @@ \end{onecolentry} - \vspace{0.15 cm} + \vspace{0.2 cm} \begin{twocolentry}{ Sept. 2021 @@ -1855,17 +1793,16 @@ \end{onecolentry} - \vspace{0.15 cm} + \vspace{0.2 cm} \begin{twocolentry}{ Sept. 2021 } \textbf{My Project} -- Istanbul, Turkey\end{twocolentry} - \vspace{0.10 cm} - \vspace{0.15 cm} + \vspace{0.2 cm} \begin{twocolentry}{ Sept. 2015 to June 2020 @@ -1881,7 +1818,7 @@ \end{onecolentry} - \vspace{0.15 cm} + \vspace{0.2 cm} \begin{twocolentry}{ Sept. 2021 @@ -1897,7 +1834,7 @@ \end{onecolentry} - \vspace{0.15 cm} + \vspace{0.2 cm} \begin{twocolentry}{ Sept. 2021 @@ -1913,7 +1850,7 @@ \end{onecolentry} - \vspace{0.15 cm} + \vspace{0.2 cm} \begin{twocolentry}{ Sept. 2021 @@ -1929,7 +1866,7 @@ \end{onecolentry} - \vspace{0.15 cm} + \vspace{0.2 cm} \begin{twocolentry}{ Sept. 2021 diff --git a/tests/testdata/test_generate_latex_file_and_copy_theme_files/sb2nov_empty/LICENSE b/tests/testdata/test_generate_latex_file_and_copy_theme_files/sb2nov_empty/LICENSE deleted file mode 100644 index 4d4f656..0000000 --- a/tests/testdata/test_generate_latex_file_and_copy_theme_files/sb2nov_empty/LICENSE +++ /dev/null @@ -1,22 +0,0 @@ -The MIT License (MIT) - -Copyright (c) 2015 Sourabh Bajaj - -Permission is hereby granted, free of charge, to any person obtaining a copy -of this software and associated documentation files (the "Software"), to deal -in the Software without restriction, including without limitation the rights -to use, copy, modify, merge, publish, distribute, sublicense, and/or sell -copies of the Software, and to permit persons to whom the Software is -furnished to do so, subject to the following conditions: - -The above copyright notice and this permission notice shall be included in all -copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR -IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, -FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE -AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER -LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, -OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE -SOFTWARE. - diff --git a/tests/testdata/test_generate_latex_file_and_copy_theme_files/sb2nov_empty/None_CV.tex b/tests/testdata/test_generate_latex_file_and_copy_theme_files/sb2nov_empty/None_CV.tex index 6dc41d2..0f87c3c 100644 --- a/tests/testdata/test_generate_latex_file_and_copy_theme_files/sb2nov_empty/None_CV.tex +++ b/tests/testdata/test_generate_latex_file_and_copy_theme_files/sb2nov_empty/None_CV.tex @@ -1,11 +1,6 @@ -%------------------------- -% Resume in Latex -% Author : Sourabh Bajaj -% License : MIT -%------------------------ - \documentclass[10pt, letterpaper]{article} +% Packages: \usepackage[ ignoreheadfoot, % set margins without considering header and footer top=2 cm, % seperation between body and page edge from the top @@ -15,72 +10,131 @@ footskip=1.0 cm, % seperation between body and footer % showframe % for debugging ]{geometry} % for adjusting page geometry -\usepackage{latexsym} -\usepackage[nobottomtitles*]{titlesec} -\usepackage{marvosym} -\usepackage{verbatim} -\usepackage{setspace} -\usepackage{xcolor} -\usepackage{enumitem} -\usepackage[ - hidelinks, - pdftitle={None's CV}, - pdfauthor={None} -]{hyperref} -\usepackage{fancyhdr} -\usepackage[english]{babel} -\usepackage{tabularx} -\usepackage{ifthen} -\usepackage{fontawesome5} -\usepackage{calc} % for calculating lengths -\usepackage[pscoord]{eso-pic} % for floating text on the page -\usepackage{lastpage} % for getting the total number of pages - -% Ensure that generate pdf is machine readable/ATS parsable -\input{glyphtounicode} -\pdfgentounicode=1 - -\pagestyle{fancy} -\fancyhf{} % clear all header and footer fields -\fancyfoot[CO]{\color{gray}\textit{\small None - Page \thepage{} of \pageref*{LastPage}}} -\renewcommand{\headrulewidth}{0pt} -\renewcommand{\footrulewidth}{0pt} - +\usepackage{titlesec} % for customizing section titles +\usepackage{tabularx} % for making tables with fixed width columns +\usepackage{array} % tabularx requires this +\usepackage[dvipsnames]{xcolor} % for coloring text \definecolor{primaryColor}{RGB}{0, 79, 144} % define primary color +\usepackage{enumitem} % for customizing lists +\usepackage{fontawesome5} % for using icons +\usepackage{amsmath} % for math +\usepackage[ + pdftitle={None's CV}, + pdfauthor={None}, + colorlinks=true, + urlcolor=primaryColor +]{hyperref} % for links, metadata and bookmarks +\usepackage[pscoord]{eso-pic} % for floating text on the page +\usepackage{calc} % for calculating lengths +\usepackage{bookmark} % for bookmarks +\usepackage{lastpage} % for getting the total number of pages +\usepackage{changepage} % for one column entries (adjustwidth environment) +\usepackage{paracol} % for two and three column entries +\usepackage{ifthen} % for conditional statements +\usepackage{needspace} % for avoiding page brake right after the section title -\urlstyle{same} +% Ensure that generate pdf is machine readable/ATS parsable: +\ifpdf + \input{glyphtounicode} + \pdfgentounicode=1 +\fi +% Some settings: +\AtBeginEnvironment{adjustwidth}{\partopsep0pt} % remove space before adjustwidth environment +\pagestyle{empty} % no header or footer \setcounter{secnumdepth}{0} % no section numbering \setlength{\parindent}{0pt} % no indentation \setlength{\topskip}{0pt} % no top skip +\setlength{\columnsep}{0cm} % set column seperation -% \raggedbottom -\setlength{\tabcolsep}{0in} +\makeatletter +\let\ps@customFooterStyle\ps@plain % Copy the plain style to customFooterStyle +\patchcmd{\ps@customFooterStyle}{\thepage}{ + \color{gray}\textit{\small None - Page \thepage{} of \pageref*{LastPage}} +}{}{} % replace number by desired string +\makeatother +\pagestyle{customFooterStyle} -% Sections formatting -\titleformat{\section}{ - \scshape\raggedright\large -}{}{0em}{}[\color{black}\titlerule] - - - -\newcolumntype{R}[1]{ - >{\raggedleft\let\newline\\\arraybackslash\hspace{0pt}}p{#1} -} % right-aligned fixed width column type +\titleformat{\section}{\needspace{4\baselineskip}\bfseries\large}{}{0pt}{}[\vspace{1pt}\titlerule] \titlespacing{\section}{ - % left space: - 0pt - }{ - % top space: - 0.3 cm - 0.1cm - }{ - % bottom space: - 0.2 cm - } % section title spacing + % left space: + -1pt +}{ + % top space: + 0.3 cm +}{ + % bottom space: + 0.2 cm +} % section title spacing + +\renewcommand\labelitemi{$\circ$} % custom bullet points +\newenvironment{highlights}{ + \begin{itemize}[ + topsep=0.10 cm, + parsep=0.10 cm, + partopsep=0pt, + itemsep=0pt, + leftmargin=0.4 cm + 10pt + 0.6 cm + ] +}{ + \end{itemize} +} % new environment for highlights + + +\newenvironment{onecolentry}{ + \begin{adjustwidth}{ + 0.2 cm + 0.00001 cm + }{ + 0.2 cm + 0.00001 cm + } +}{ + \end{adjustwidth} +} % new environment for one column entries + +\newenvironment{onecolentrybulleted}{ + \onecolentry + \setcolumnwidth{0.6 cm, \fill} + \begin{paracol}{2} + \vspace*{\fill} + \textbullet + \vspace*{3px} + \vspace*{\fill} + \switchcolumn +}{ + \end{paracol} + \endonecolentry +} % new environment for one column entries with bullets + +\newenvironment{twocolentry}[2][]{ + \onecolentry + \def\secondColumn{#2} + \setcolumnwidth{\fill, 4.1 cm} + \begin{paracol}{2} +}{ + \switchcolumn \raggedleft \secondColumn + \end{paracol} + \endonecolentry +} % new environment for two column entries + +\newenvironment{threecolentry}[3][]{ + \onecolentry + \def\thirdColumn{#3} + \setcolumnwidth{0.6 cm, \fill, 4.1 cm} + \begin{paracol}{3} + #2 \switchcolumn +}{ + \switchcolumn \raggedleft \thirdColumn + \end{paracol} + \endonecolentry +} % new environment for three column entries + +\newenvironment{header}{ + \setlength{\topsep}{0pt}\par\kern\topsep\centering\linespread{1.5} +}{ + \par\kern\topsep +} % new environment for the header -%------------------------- -% Custom commands \newcommand{\placelastupdatedtext}{% \placetextbox{}{}{} \AddToShipoutPictureFG*{% Add to current page foreground \put( @@ -92,67 +146,25 @@ }% }% -\newcommand{\resumeItem}[2]{ - \item\small{ - \ifthenelse{\equal{#1}{}}{#2}{\textbf{#1:}{ #2}} - } -} +% save the original href command in a new command: +\let\hrefWithoutArrow\href -\newcommand{\resumeItemWithoutBullet}[2]{ - \item[]\small{ - \ifthenelse{\equal{#1}{}}{#2}{\textbf{#1:}{ #2}} - } -} +% new command for external links: +\renewcommand{\href}[2]{\hrefWithoutArrow{#1}{\mbox{\ifthenelse{\equal{#2}{}}{ }{#2 }\raisebox{.15ex}{\footnotesize \faExternalLink*}}}} -\newcommand{\resumeSubheading}[4]{ - \item - \begin{tabularx}{0.98\textwidth-0.4 cm}[t]{X R{4.1 cm}} - #1 & \small\ifthenelse{\equal{#2}{}}{#4}{#2} \\ - {\small#3} & \small\ifthenelse{\equal{#2}{}}{}{#4} \\ - \end{tabularx} -} - -\newcommand{\resumePublicationSubheading}[3]{ - \item - \begin{tabularx}{0.98\textwidth-0.4 cm}[t]{X R{4.1 cm}} - #1 & \small#2 \\ - #3 - \end{tabularx} -} - -\newcommand{\resumeNormalSubheading}[2]{ - \item - \begin{tabularx}{0.98\textwidth-0.4 cm}[t]{X R{4.1 cm}} - \textbf{#1} & \textit{\small #2} - \end{tabularx} -} - -\newcommand{\resumeSubItem}[2]{\resumeItem{#1}{#2}} - -\newcommand{\resumeSubItemWithoutBullet}[2]{\resumeItemWithoutBullet{#1}{#2}} - -\renewcommand{\labelitemii}{$\circ$} - -\newcommand{\resumeSubHeadingListStart}{\begin{itemize}[left=0.2 cm, topsep=0pt, parsep=0.2 cm, partopsep=0pt, rightmargin=0.2 cm]} -\newcommand{\resumeSubHeadingListEnd}{\end{itemize}} -\newcommand{\resumeItemListStart}{\vspace{0.10 cm}\begin{itemize}[left=0.4 cm, topsep=-0.2 cm, itemsep=0.10 cm, partopsep=0pt, rightmargin=0cm]} -\newcommand{\resumeItemListEnd}{\end{itemize}} \begin{document} \placelastupdatedtext - % save the original href command in a new command: - \let\hrefWithoutArrow\href - % new command for external links: - \renewcommand{\href}[2]{\hrefWithoutArrow{#1}{\color{primaryColor}\mbox{\ifthenelse{\equal{#2}{}}{}{#2 }\raisebox{.15ex}{\footnotesize \faExternalLink*}}}} - \section{Test} - \resumeSubHeadingListStart - \resumeSubItemWithoutBullet{}{test} + + \begin{onecolentry} + test + \end{onecolentry} - \resumeSubHeadingListEnd + \end{document} \ No newline at end of file diff --git a/tests/testdata/test_generate_latex_file_and_copy_theme_files/sb2nov_filled/John_Doe_CV.tex b/tests/testdata/test_generate_latex_file_and_copy_theme_files/sb2nov_filled/John_Doe_CV.tex index 71c95a1..7f9c664 100644 --- a/tests/testdata/test_generate_latex_file_and_copy_theme_files/sb2nov_filled/John_Doe_CV.tex +++ b/tests/testdata/test_generate_latex_file_and_copy_theme_files/sb2nov_filled/John_Doe_CV.tex @@ -1,11 +1,6 @@ -%------------------------- -% Resume in Latex -% Author : Sourabh Bajaj -% License : MIT -%------------------------ - \documentclass[10pt, letterpaper]{article} +% Packages: \usepackage[ ignoreheadfoot, % set margins without considering header and footer top=2 cm, % seperation between body and page edge from the top @@ -15,72 +10,131 @@ footskip=1.0 cm, % seperation between body and footer % showframe % for debugging ]{geometry} % for adjusting page geometry -\usepackage{latexsym} -\usepackage[nobottomtitles*]{titlesec} -\usepackage{marvosym} -\usepackage{verbatim} -\usepackage{setspace} -\usepackage{xcolor} -\usepackage{enumitem} -\usepackage[ - hidelinks, - pdftitle={John Doe's CV}, - pdfauthor={John Doe} -]{hyperref} -\usepackage{fancyhdr} -\usepackage[english]{babel} -\usepackage{tabularx} -\usepackage{ifthen} -\usepackage{fontawesome5} -\usepackage{calc} % for calculating lengths -\usepackage[pscoord]{eso-pic} % for floating text on the page -\usepackage{lastpage} % for getting the total number of pages - -% Ensure that generate pdf is machine readable/ATS parsable -\input{glyphtounicode} -\pdfgentounicode=1 - -\pagestyle{fancy} -\fancyhf{} % clear all header and footer fields -\fancyfoot[CO]{\color{gray}\textit{\small John Doe - Page \thepage{} of \pageref*{LastPage}}} -\renewcommand{\headrulewidth}{0pt} -\renewcommand{\footrulewidth}{0pt} - +\usepackage{titlesec} % for customizing section titles +\usepackage{tabularx} % for making tables with fixed width columns +\usepackage{array} % tabularx requires this +\usepackage[dvipsnames]{xcolor} % for coloring text \definecolor{primaryColor}{RGB}{0, 79, 144} % define primary color +\usepackage{enumitem} % for customizing lists +\usepackage{fontawesome5} % for using icons +\usepackage{amsmath} % for math +\usepackage[ + pdftitle={John Doe's CV}, + pdfauthor={John Doe}, + colorlinks=true, + urlcolor=primaryColor +]{hyperref} % for links, metadata and bookmarks +\usepackage[pscoord]{eso-pic} % for floating text on the page +\usepackage{calc} % for calculating lengths +\usepackage{bookmark} % for bookmarks +\usepackage{lastpage} % for getting the total number of pages +\usepackage{changepage} % for one column entries (adjustwidth environment) +\usepackage{paracol} % for two and three column entries +\usepackage{ifthen} % for conditional statements +\usepackage{needspace} % for avoiding page brake right after the section title -\urlstyle{same} +% Ensure that generate pdf is machine readable/ATS parsable: +\ifpdf + \input{glyphtounicode} + \pdfgentounicode=1 +\fi +% Some settings: +\AtBeginEnvironment{adjustwidth}{\partopsep0pt} % remove space before adjustwidth environment +\pagestyle{empty} % no header or footer \setcounter{secnumdepth}{0} % no section numbering \setlength{\parindent}{0pt} % no indentation \setlength{\topskip}{0pt} % no top skip +\setlength{\columnsep}{0cm} % set column seperation -% \raggedbottom -\setlength{\tabcolsep}{0in} +\makeatletter +\let\ps@customFooterStyle\ps@plain % Copy the plain style to customFooterStyle +\patchcmd{\ps@customFooterStyle}{\thepage}{ + \color{gray}\textit{\small John Doe - Page \thepage{} of \pageref*{LastPage}} +}{}{} % replace number by desired string +\makeatother +\pagestyle{customFooterStyle} -% Sections formatting -\titleformat{\section}{ - \scshape\raggedright\large -}{}{0em}{}[\color{black}\titlerule] - - - -\newcolumntype{R}[1]{ - >{\raggedleft\let\newline\\\arraybackslash\hspace{0pt}}p{#1} -} % right-aligned fixed width column type +\titleformat{\section}{\needspace{4\baselineskip}\bfseries\large}{}{0pt}{}[\vspace{1pt}\titlerule] \titlespacing{\section}{ - % left space: - 0pt - }{ - % top space: - 0.3 cm - 0.1cm - }{ - % bottom space: - 0.2 cm - } % section title spacing + % left space: + -1pt +}{ + % top space: + 0.3 cm +}{ + % bottom space: + 0.2 cm +} % section title spacing + +\renewcommand\labelitemi{$\circ$} % custom bullet points +\newenvironment{highlights}{ + \begin{itemize}[ + topsep=0.10 cm, + parsep=0.10 cm, + partopsep=0pt, + itemsep=0pt, + leftmargin=0.4 cm + 10pt + 0.6 cm + ] +}{ + \end{itemize} +} % new environment for highlights + + +\newenvironment{onecolentry}{ + \begin{adjustwidth}{ + 0.2 cm + 0.00001 cm + }{ + 0.2 cm + 0.00001 cm + } +}{ + \end{adjustwidth} +} % new environment for one column entries + +\newenvironment{onecolentrybulleted}{ + \onecolentry + \setcolumnwidth{0.6 cm, \fill} + \begin{paracol}{2} + \vspace*{\fill} + \textbullet + \vspace*{3px} + \vspace*{\fill} + \switchcolumn +}{ + \end{paracol} + \endonecolentry +} % new environment for one column entries with bullets + +\newenvironment{twocolentry}[2][]{ + \onecolentry + \def\secondColumn{#2} + \setcolumnwidth{\fill, 4.1 cm} + \begin{paracol}{2} +}{ + \switchcolumn \raggedleft \secondColumn + \end{paracol} + \endonecolentry +} % new environment for two column entries + +\newenvironment{threecolentry}[3][]{ + \onecolentry + \def\thirdColumn{#3} + \setcolumnwidth{0.6 cm, \fill, 4.1 cm} + \begin{paracol}{3} + #2 \switchcolumn +}{ + \switchcolumn \raggedleft \thirdColumn + \end{paracol} + \endonecolentry +} % new environment for three column entries + +\newenvironment{header}{ + \setlength{\topsep}{0pt}\par\kern\topsep\centering\linespread{1.5} +}{ + \par\kern\topsep +} % new environment for the header -%------------------------- -% Custom commands \newcommand{\placelastupdatedtext}{% \placetextbox{}{}{} \AddToShipoutPictureFG*{% Add to current page foreground \put( @@ -92,1046 +146,2825 @@ }% }% -\newcommand{\resumeItem}[2]{ - \item\small{ - \ifthenelse{\equal{#1}{}}{#2}{\textbf{#1:}{ #2}} - } -} +% save the original href command in a new command: +\let\hrefWithoutArrow\href -\newcommand{\resumeItemWithoutBullet}[2]{ - \item[]\small{ - \ifthenelse{\equal{#1}{}}{#2}{\textbf{#1:}{ #2}} - } -} +% new command for external links: +\renewcommand{\href}[2]{\hrefWithoutArrow{#1}{\mbox{\ifthenelse{\equal{#2}{}}{ }{#2 }\raisebox{.15ex}{\footnotesize \faExternalLink*}}}} -\newcommand{\resumeSubheading}[4]{ - \item - \begin{tabularx}{0.98\textwidth-0.4 cm}[t]{X R{4.1 cm}} - #1 & \small\ifthenelse{\equal{#2}{}}{#4}{#2} \\ - {\small#3} & \small\ifthenelse{\equal{#2}{}}{}{#4} \\ - \end{tabularx} -} - -\newcommand{\resumePublicationSubheading}[3]{ - \item - \begin{tabularx}{0.98\textwidth-0.4 cm}[t]{X R{4.1 cm}} - #1 & \small#2 \\ - #3 - \end{tabularx} -} - -\newcommand{\resumeNormalSubheading}[2]{ - \item - \begin{tabularx}{0.98\textwidth-0.4 cm}[t]{X R{4.1 cm}} - \textbf{#1} & \textit{\small #2} - \end{tabularx} -} - -\newcommand{\resumeSubItem}[2]{\resumeItem{#1}{#2}} - -\newcommand{\resumeSubItemWithoutBullet}[2]{\resumeItemWithoutBullet{#1}{#2}} - -\renewcommand{\labelitemii}{$\circ$} - -\newcommand{\resumeSubHeadingListStart}{\begin{itemize}[left=0.2 cm, topsep=0pt, parsep=0.2 cm, partopsep=0pt, rightmargin=0.2 cm]} -\newcommand{\resumeSubHeadingListEnd}{\end{itemize}} -\newcommand{\resumeItemListStart}{\vspace{0.10 cm}\begin{itemize}[left=0.4 cm, topsep=-0.2 cm, itemsep=0.10 cm, partopsep=0pt, rightmargin=0cm]} -\newcommand{\resumeItemListEnd}{\end{itemize}} \begin{document} \placelastupdatedtext - - { - \centering - \textbf{\fontsize{24 pt}{24 pt}\selectfont - John Doe - } \\ \vspace{3pt} - \small + \begin{header} + \textbf{\fontsize{24 pt}{24 pt}\selectfont John Doe} \vspace{0.3 cm} - - \begin{spacing}{1.6} - \mbox{\href{tel:+905419999999}{{\footnotesize\faPhone*}\hspace{4pt}+90 541 999 99 99}} - \hspace{0.5 cm} - \mbox{\href{mailto:johndoe@example.com}{{\small\faEnvelope[regular]}\hspace{4pt}johndoe@example.com}} - \hspace{0.5 cm} - \mbox{{\small\faMapMarker*}\hspace{4pt}Istanbul, Turkey} - \hspace{0.5 cm} - \mbox{\href{https://example.com/}{{\small\faLink}\hspace{4pt}example.com}} - \hspace{0.5 cm} - \mbox{\href{https://linkedin.com/in/johndoe}{{\small\faLinkedinIn}\hspace{4pt}johndoe}} - \hspace*{0.5 cm} - \mbox{\href{https://github.com/johndoe}{{\small\faGithub}\hspace{4pt}johndoe}} - \hspace*{0.5 cm} - \mbox{\href{https://instagram.com/johndoe}{{\small\faInstagram}\hspace{4pt}johndoe}} - \hspace*{0.5 cm} - \mbox{\href{https://orcid.org/0000-0000-0000-0000}{{\small\faOrcid}\hspace{4pt}0000-0000-0000-0000}} - \hspace*{0.5 cm} - \mbox{\href{https://mastodon.social/@johndoe@example}{{\small\faMastodon}\hspace{4pt}@johndoe@example}} - \hspace*{0.5 cm} - \end{spacing} - \par - } - \vspace{0.3 cm} + \normalsize + \mbox{ + {\color{black}{\footnotesize\faMapMarker*}\hspace*{0.13cm}Istanbul, Turkey} + } + \kern 0.5 cm + \mbox{ + \hrefWithoutArrow{mailto:johndoe@example.com}{\color{black}{\footnotesize\faEnvelope[regular]}\hspace*{0.13cm}johndoe@example.com} + } + \kern 0.5 cm + \mbox{ + \hrefWithoutArrow{tel:+90-541-999-99-99}{\color{black}{\footnotesize\faPhone*}\hspace*{0.13cm}+90 541 999 99 99} + } + \kern 0.5 cm + \mbox{ + \hrefWithoutArrow{https://example.com/}{\color{black}{\footnotesize\faLink}\hspace*{0.13cm}example.com} + } + \kern 0.5 cm + \mbox{ + \hrefWithoutArrow{https://linkedin.com/in/johndoe}{\color{black}{\footnotesize\faLinkedinIn}\hspace*{0.13cm}johndoe} + } + \kern 0.5 cm + \mbox{ + \hrefWithoutArrow{https://github.com/johndoe}{\color{black}{\footnotesize\faGithub}\hspace*{0.13cm}johndoe} + } + \kern 0.5 cm + \mbox{ + \hrefWithoutArrow{https://instagram.com/johndoe}{\color{black}{\footnotesize\faInstagram}\hspace*{0.13cm}johndoe} + } + \kern 0.5 cm + \mbox{ + \hrefWithoutArrow{https://orcid.org/0000-0000-0000-0000}{\color{black}{\footnotesize\faOrcid}\hspace*{0.13cm}0000-0000-0000-0000} + } + \kern 0.5 cm + \mbox{ + \hrefWithoutArrow{https://mastodon.social/@johndoe@example}{\color{black}{\footnotesize\faMastodon}\hspace*{0.13cm}@johndoe@example} + } + \kern 0.5 cm + \mbox{ + \hrefWithoutArrow{https://twitter.com/johndoe}{\color{black}{\footnotesize\faTwitter}\hspace*{0.13cm}johndoe} + } + \kern 0.5 cm + \end{header} + + \vspace{0.3 cm - 0.3 cm} - % save the original href command in a new command: - \let\hrefWithoutArrow\href - % new command for external links: - \renewcommand{\href}[2]{\hrefWithoutArrow{#1}{\color{primaryColor}\mbox{\ifthenelse{\equal{#2}{}}{}{#2 }\raisebox{.15ex}{\footnotesize \faExternalLink*}}}} \section{Text Entries} - \resumeSubHeadingListStart - \resumeSubItemWithoutBullet{}{This is a \textit{TextEntry}. It is only a text and can be useful for sections like \textbf{Summary}. To showcase the TextEntry completely, this sentence is added, but it doesn't contain any information.} + + \begin{onecolentry} + This is a \textit{TextEntry}. It is only a text and can be useful for sections like \textbf{Summary}. To showcase the TextEntry completely, this sentence is added, but it doesn't contain any information. + \end{onecolentry} - \resumeSubItemWithoutBullet{}{This is a \textit{TextEntry}. It is only a text and can be useful for sections like \textbf{Summary}. To showcase the TextEntry completely, this sentence is added, but it doesn't contain any information.} + \vspace{0.2 cm} - \resumeSubItemWithoutBullet{}{This is a \textit{TextEntry}. It is only a text and can be useful for sections like \textbf{Summary}. To showcase the TextEntry completely, this sentence is added, but it doesn't contain any information.} + \begin{onecolentry} + This is a \textit{TextEntry}. It is only a text and can be useful for sections like \textbf{Summary}. To showcase the TextEntry completely, this sentence is added, but it doesn't contain any information. + \end{onecolentry} + + \vspace{0.2 cm} + + \begin{onecolentry} + This is a \textit{TextEntry}. It is only a text and can be useful for sections like \textbf{Summary}. To showcase the TextEntry completely, this sentence is added, but it doesn't contain any information. + \end{onecolentry} - \resumeSubHeadingListEnd + \section{Bullet Entries} - \resumeSubHeadingListStart - \resumeSubItem{}{This is a bullet entry.} + + \begin{onecolentry} + \textbullet \hspace{3pt} This is a bullet entry. + \end{onecolentry} - \resumeSubItem{}{This is a bullet entry.} + \vspace{0.2 cm} + + \begin{onecolentry} + \textbullet \hspace{3pt} This is a bullet entry. + \end{onecolentry} - \resumeSubHeadingListEnd + \section{Publication Entries} - \resumeSubHeadingListStart - \resumePublicationSubheading{ - \textbf{Magneto-Thermal Thin Shell Approximation for 3D Finite Element Analysis of No-Insulation Coils} - }{ - \textit{Sept. 2021} - } - {} - \resumeItemListStart - \resumeItem{}{\raggedright \mbox{J. Doe}, \mbox{\textbf{H. Tom}}, \mbox{S. Doe}, \mbox{A. Andsurname} \par} - \resumeItemListEnd + + \begin{samepage} + \begin{threecolentry}{ + \vspace*{\fill} + \textbullet + \vspace*{3px} + \vspace*{\fill} + }{ + Sept. 2021 + } + \textbf{Magneto-Thermal Thin Shell Approximation for 3D Finite Element Analysis of No-Insulation Coils} + \end{threecolentry} - \resumePublicationSubheading{ - \textbf{Magneto-Thermal Thin Shell Approximation for 3D Finite Element Analysis of No-Insulation Coils} - }{ - \textit{Sept. 2021} - } - {\small\textit{\href{https://doi.org/10.1109/TASC.2023.3340648}{10.1109/TASC.2023.3340648}}} - \resumeItemListStart - \resumeItem{}{\raggedright \mbox{J. Doe}, \mbox{\textbf{H. Tom}}, \mbox{S. Doe}, \mbox{A. Andsurname} \par} - \resumeItemListEnd + \end{samepage} - \resumePublicationSubheading{ - \textbf{Magneto-Thermal Thin Shell Approximation for 3D Finite Element Analysis of No-Insulation Coils} - }{ - \textit{Sept. 2021} - } - {\small\textit{IEEE Transactions on Applied Superconductivity}} - \resumeItemListStart - \resumeItem{}{\raggedright \mbox{J. Doe}, \mbox{\textbf{H. Tom}}, \mbox{S. Doe}, \mbox{A. Andsurname} \par} - \resumeItemListEnd + \vspace{0.2 cm} - \resumePublicationSubheading{ - \textbf{Magneto-Thermal Thin Shell Approximation for 3D Finite Element Analysis of No-Insulation Coils} - }{ - \textit{Sept. 2021} - } - {\small\textit{\href{https://doi.org/10.1109/TASC.2023.3340648}{10.1109/TASC.2023.3340648}} (\small\textit{IEEE Transactions on Applied Superconductivity})} - \resumeItemListStart - \resumeItem{}{\raggedright \mbox{J. Doe}, \mbox{\textbf{H. Tom}}, \mbox{S. Doe}, \mbox{A. Andsurname} \par} - \resumeItemListEnd + \begin{samepage} + \begin{threecolentry}{ + \vspace*{\fill} + \textbullet + \vspace*{3px} + \vspace*{\fill} + }{ + Sept. 2021 + } + \textbf{Magneto-Thermal Thin Shell Approximation for 3D Finite Element Analysis of No-Insulation Coils} + \end{threecolentry} + + \vspace{0.10 cm} + + \begin{onecolentry} + \hspace{0.6 cm - 0.1cm} + \href{https://doi.org/10.1109/TASC.2023.3340648}{10.1109/TASC.2023.3340648} \end{onecolentry} + \end{samepage} + + \vspace{0.2 cm} + + \begin{samepage} + \begin{threecolentry}{ + \vspace*{\fill} + \textbullet + \vspace*{3px} + \vspace*{\fill} + }{ + Sept. 2021 + } + \textbf{Magneto-Thermal Thin Shell Approximation for 3D Finite Element Analysis of No-Insulation Coils} + \end{threecolentry} + + \vspace{0.10 cm} + + \begin{onecolentry} + \hspace{0.6 cm - 0.1cm} + IEEE Transactions on Applied Superconductivity \end{onecolentry} + \end{samepage} + + \vspace{0.2 cm} + + \begin{samepage} + \begin{threecolentry}{ + \vspace*{\fill} + \textbullet + \vspace*{3px} + \vspace*{\fill} + }{ + Sept. 2021 + } + \textbf{Magneto-Thermal Thin Shell Approximation for 3D Finite Element Analysis of No-Insulation Coils} + \end{threecolentry} + + \vspace{0.10 cm} + + \begin{onecolentry} + \hspace{0.6 cm - 0.1cm} + \href{https://doi.org/10.1109/TASC.2023.3340648}{10.1109/TASC.2023.3340648} (IEEE Transactions on Applied Superconductivity) \end{onecolentry} + \end{samepage} - \resumeSubHeadingListEnd + \section{Experience Entries} - \resumeSubHeadingListStart - \resumeSubheading - {\textbf{Some \textnormal{Company}}}{\textit{}} - {\textit{Software Engineer}}{\textit{}} + + \begin{onecolentrybulleted} + \textbf{Software Engineer} + + \textit{Some \textbf{Company}} + \end{onecolentrybulleted} + + + + \vspace{0.2 cm} + + \begin{threecolentry}{ + \vspace*{\fill} + \textbullet + \vspace*{3px} + \vspace*{\fill} + }{ - - \resumeSubheading - {\textbf{Some \textnormal{Company}}}{\textit{Istanbul, Turkey}} - {\textit{Software Engineer}}{\textit{}} - - - \resumeSubheading - {\textbf{Some \textnormal{Company}}}{\textit{}} - {\textit{Software Engineer}}{\textit{Sept. 2015 to present}} - - - \resumeSubheading - {\textbf{Some \textnormal{Company}}}{\textit{}} - {\textit{Software Engineer}}{\textit{June 2020}} - - - \resumeSubheading - {\textbf{Some \textnormal{Company}}}{\textit{}} - {\textit{Software Engineer}}{\textit{Sept. 2021}} - - - \resumeSubheading - {\textbf{Some \textnormal{Company}}}{\textit{}} - {\textit{Software Engineer}}{\textit{}} - \resumeItemListStart - \resumeItem{}{Did \textit{this} and this is a \textbf{bold} \href{https://example.com}{link}.} - \resumeItem{}{Did that.} - \resumeItemListEnd - - - \resumeSubheading - {\textbf{Some \textnormal{Company}}}{\textit{Istanbul, Turkey}} - {\textit{Software Engineer}}{\textit{Sept. 2015 to present}} - - - \resumeSubheading - {\textbf{Some \textnormal{Company}}}{\textit{Istanbul, Turkey}} - {\textit{Software Engineer}}{\textit{June 2020}} - - - \resumeSubheading - {\textbf{Some \textnormal{Company}}}{\textit{Istanbul, Turkey}} - {\textit{Software Engineer}}{\textit{Sept. 2021}} - - - \resumeSubheading - {\textbf{Some \textnormal{Company}}}{\textit{Istanbul, Turkey}} - {\textit{Software Engineer}}{\textit{}} - \resumeItemListStart - \resumeItem{}{Did \textit{this} and this is a \textbf{bold} \href{https://example.com}{link}.} - \resumeItem{}{Did that.} - \resumeItemListEnd - - - \resumeSubheading - {\textbf{Some \textnormal{Company}}}{\textit{}} - {\textit{Software Engineer}}{\textit{Sept. 2015 to June 2020}} - - - \resumeSubheading - {\textbf{Some \textnormal{Company}}}{\textit{}} - {\textit{Software Engineer}}{\textit{Sept. 2021}} - - - \resumeSubheading - {\textbf{Some \textnormal{Company}}}{\textit{}} - {\textit{Software Engineer}}{\textit{Sept. 2015 to present}} - \resumeItemListStart - \resumeItem{}{Did \textit{this} and this is a \textbf{bold} \href{https://example.com}{link}.} - \resumeItem{}{Did that.} - \resumeItemListEnd - - - \resumeSubheading - {\textbf{Some \textnormal{Company}}}{\textit{}} - {\textit{Software Engineer}}{\textit{Sept. 2021}} - - - \resumeSubheading - {\textbf{Some \textnormal{Company}}}{\textit{}} - {\textit{Software Engineer}}{\textit{June 2020}} - \resumeItemListStart - \resumeItem{}{Did \textit{this} and this is a \textbf{bold} \href{https://example.com}{link}.} - \resumeItem{}{Did that.} - \resumeItemListEnd - - - \resumeSubheading - {\textbf{Some \textnormal{Company}}}{\textit{}} - {\textit{Software Engineer}}{\textit{Sept. 2021}} - \resumeItemListStart - \resumeItem{}{Did \textit{this} and this is a \textbf{bold} \href{https://example.com}{link}.} - \resumeItem{}{Did that.} - \resumeItemListEnd - - - \resumeSubheading - {\textbf{Some \textnormal{Company}}}{\textit{Istanbul, Turkey}} - {\textit{Software Engineer}}{\textit{Sept. 2015 to June 2020}} - - - \resumeSubheading - {\textbf{Some \textnormal{Company}}}{\textit{Istanbul, Turkey}} - {\textit{Software Engineer}}{\textit{Sept. 2021}} - - - \resumeSubheading - {\textbf{Some \textnormal{Company}}}{\textit{Istanbul, Turkey}} - {\textit{Software Engineer}}{\textit{Sept. 2015 to present}} - \resumeItemListStart - \resumeItem{}{Did \textit{this} and this is a \textbf{bold} \href{https://example.com}{link}.} - \resumeItem{}{Did that.} - \resumeItemListEnd - - - \resumeSubheading - {\textbf{Some \textnormal{Company}}}{\textit{Istanbul, Turkey}} - {\textit{Software Engineer}}{\textit{Sept. 2021}} - - - \resumeSubheading - {\textbf{Some \textnormal{Company}}}{\textit{Istanbul, Turkey}} - {\textit{Software Engineer}}{\textit{June 2020}} - \resumeItemListStart - \resumeItem{}{Did \textit{this} and this is a \textbf{bold} \href{https://example.com}{link}.} - \resumeItem{}{Did that.} - \resumeItemListEnd - - - \resumeSubheading - {\textbf{Some \textnormal{Company}}}{\textit{Istanbul, Turkey}} - {\textit{Software Engineer}}{\textit{Sept. 2021}} - \resumeItemListStart - \resumeItem{}{Did \textit{this} and this is a \textbf{bold} \href{https://example.com}{link}.} - \resumeItem{}{Did that.} - \resumeItemListEnd - - - \resumeSubheading - {\textbf{Some \textnormal{Company}}}{\textit{}} - {\textit{Software Engineer}}{\textit{Sept. 2021}} - - - \resumeSubheading - {\textbf{Some \textnormal{Company}}}{\textit{}} - {\textit{Software Engineer}}{\textit{Sept. 2015 to June 2020}} - \resumeItemListStart - \resumeItem{}{Did \textit{this} and this is a \textbf{bold} \href{https://example.com}{link}.} - \resumeItem{}{Did that.} - \resumeItemListEnd - - - \resumeSubheading - {\textbf{Some \textnormal{Company}}}{\textit{}} - {\textit{Software Engineer}}{\textit{Sept. 2021}} - \resumeItemListStart - \resumeItem{}{Did \textit{this} and this is a \textbf{bold} \href{https://example.com}{link}.} - \resumeItem{}{Did that.} - \resumeItemListEnd - - - \resumeSubheading - {\textbf{Some \textnormal{Company}}}{\textit{}} - {\textit{Software Engineer}}{\textit{Sept. 2021}} - \resumeItemListStart - \resumeItem{}{Did \textit{this} and this is a \textbf{bold} \href{https://example.com}{link}.} - \resumeItem{}{Did that.} - \resumeItemListEnd - - - \resumeSubheading - {\textbf{Some \textnormal{Company}}}{\textit{Istanbul, Turkey}} - {\textit{Software Engineer}}{\textit{Sept. 2021}} - - - \resumeSubheading - {\textbf{Some \textnormal{Company}}}{\textit{Istanbul, Turkey}} - {\textit{Software Engineer}}{\textit{Sept. 2015 to June 2020}} - \resumeItemListStart - \resumeItem{}{Did \textit{this} and this is a \textbf{bold} \href{https://example.com}{link}.} - \resumeItem{}{Did that.} - \resumeItemListEnd - - - \resumeSubheading - {\textbf{Some \textnormal{Company}}}{\textit{Istanbul, Turkey}} - {\textit{Software Engineer}}{\textit{Sept. 2021}} - \resumeItemListStart - \resumeItem{}{Did \textit{this} and this is a \textbf{bold} \href{https://example.com}{link}.} - \resumeItem{}{Did that.} - \resumeItemListEnd - - - \resumeSubheading - {\textbf{Some \textnormal{Company}}}{\textit{Istanbul, Turkey}} - {\textit{Software Engineer}}{\textit{Sept. 2021}} - \resumeItemListStart - \resumeItem{}{Did \textit{this} and this is a \textbf{bold} \href{https://example.com}{link}.} - \resumeItem{}{Did that.} - \resumeItemListEnd - - - \resumeSubheading - {\textbf{Some \textnormal{Company}}}{\textit{}} - {\textit{Software Engineer}}{\textit{Sept. 2021}} - \resumeItemListStart - \resumeItem{}{Did \textit{this} and this is a \textbf{bold} \href{https://example.com}{link}.} - \resumeItem{}{Did that.} - \resumeItemListEnd - - - \resumeSubheading - {\textbf{Some \textnormal{Company}}}{\textit{Istanbul, Turkey}} - {\textit{Software Engineer}}{\textit{Sept. 2021}} - \resumeItemListStart - \resumeItem{}{Did \textit{this} and this is a \textbf{bold} \href{https://example.com}{link}.} - \resumeItem{}{Did that.} - \resumeItemListEnd - - - - \resumeSubHeadingListEnd + + \textit{Istanbul, Turkey}} + \textbf{Software Engineer} + + \textit{Some \textbf{Company}} + \end{threecolentry} + + + + \vspace{0.2 cm} + + \begin{threecolentry}{ + \vspace*{\fill} + \textbullet + \vspace*{3px} + \vspace*{\fill} + }{ + \textit{Sept. 2015 to present} + + } + \textbf{Software Engineer} + + \textit{Some \textbf{Company}} + \end{threecolentry} + + + + \vspace{0.2 cm} + + \begin{threecolentry}{ + \vspace*{\fill} + \textbullet + \vspace*{3px} + \vspace*{\fill} + }{ + \textit{June 2020} + + } + \textbf{Software Engineer} + + \textit{Some \textbf{Company}} + \end{threecolentry} + + + + \vspace{0.2 cm} + + \begin{threecolentry}{ + \vspace*{\fill} + \textbullet + \vspace*{3px} + \vspace*{\fill} + }{ + \textit{Sept. 2021} + + } + \textbf{Software Engineer} + + \textit{Some \textbf{Company}} + \end{threecolentry} + + + + \vspace{0.2 cm} + + \begin{onecolentrybulleted} + \textbf{Software Engineer} + + \textit{Some \textbf{Company}} + \end{onecolentrybulleted} + + \vspace{0.10 cm} + \begin{onecolentry} + \begin{highlights} + \item Did \textit{this} and this is a \textbf{bold} \href{https://example.com}{link}. + \item Did that. + \end{highlights} + \end{onecolentry} + + + \vspace{0.2 cm} + + \begin{threecolentry}{ + \vspace*{\fill} + \textbullet + \vspace*{3px} + \vspace*{\fill} + }{ + \textit{Sept. 2015 to present} + + \textit{Istanbul, Turkey}} + \textbf{Software Engineer} + + \textit{Some \textbf{Company}} + \end{threecolentry} + + + + \vspace{0.2 cm} + + \begin{threecolentry}{ + \vspace*{\fill} + \textbullet + \vspace*{3px} + \vspace*{\fill} + }{ + \textit{June 2020} + + \textit{Istanbul, Turkey}} + \textbf{Software Engineer} + + \textit{Some \textbf{Company}} + \end{threecolentry} + + + + \vspace{0.2 cm} + + \begin{threecolentry}{ + \vspace*{\fill} + \textbullet + \vspace*{3px} + \vspace*{\fill} + }{ + \textit{Sept. 2021} + + \textit{Istanbul, Turkey}} + \textbf{Software Engineer} + + \textit{Some \textbf{Company}} + \end{threecolentry} + + + + \vspace{0.2 cm} + + \begin{threecolentry}{ + \vspace*{\fill} + \textbullet + \vspace*{3px} + \vspace*{\fill} + }{ + + + \textit{Istanbul, Turkey}} + \textbf{Software Engineer} + + \textit{Some \textbf{Company}} + \end{threecolentry} + + \vspace{0.10 cm} + \begin{onecolentry} + \begin{highlights} + \item Did \textit{this} and this is a \textbf{bold} \href{https://example.com}{link}. + \item Did that. + \end{highlights} + \end{onecolentry} + + + \vspace{0.2 cm} + + \begin{threecolentry}{ + \vspace*{\fill} + \textbullet + \vspace*{3px} + \vspace*{\fill} + }{ + \textit{Sept. 2015 to June 2020} + + } + \textbf{Software Engineer} + + \textit{Some \textbf{Company}} + \end{threecolentry} + + + + \vspace{0.2 cm} + + \begin{threecolentry}{ + \vspace*{\fill} + \textbullet + \vspace*{3px} + \vspace*{\fill} + }{ + \textit{Sept. 2021} + + } + \textbf{Software Engineer} + + \textit{Some \textbf{Company}} + \end{threecolentry} + + + + \vspace{0.2 cm} + + \begin{threecolentry}{ + \vspace*{\fill} + \textbullet + \vspace*{3px} + \vspace*{\fill} + }{ + \textit{Sept. 2015 to present} + + } + \textbf{Software Engineer} + + \textit{Some \textbf{Company}} + \end{threecolentry} + + \vspace{0.10 cm} + \begin{onecolentry} + \begin{highlights} + \item Did \textit{this} and this is a \textbf{bold} \href{https://example.com}{link}. + \item Did that. + \end{highlights} + \end{onecolentry} + + + \vspace{0.2 cm} + + \begin{threecolentry}{ + \vspace*{\fill} + \textbullet + \vspace*{3px} + \vspace*{\fill} + }{ + \textit{Sept. 2021} + + } + \textbf{Software Engineer} + + \textit{Some \textbf{Company}} + \end{threecolentry} + + + + \vspace{0.2 cm} + + \begin{threecolentry}{ + \vspace*{\fill} + \textbullet + \vspace*{3px} + \vspace*{\fill} + }{ + \textit{June 2020} + + } + \textbf{Software Engineer} + + \textit{Some \textbf{Company}} + \end{threecolentry} + + \vspace{0.10 cm} + \begin{onecolentry} + \begin{highlights} + \item Did \textit{this} and this is a \textbf{bold} \href{https://example.com}{link}. + \item Did that. + \end{highlights} + \end{onecolentry} + + + \vspace{0.2 cm} + + \begin{threecolentry}{ + \vspace*{\fill} + \textbullet + \vspace*{3px} + \vspace*{\fill} + }{ + \textit{Sept. 2021} + + } + \textbf{Software Engineer} + + \textit{Some \textbf{Company}} + \end{threecolentry} + + \vspace{0.10 cm} + \begin{onecolentry} + \begin{highlights} + \item Did \textit{this} and this is a \textbf{bold} \href{https://example.com}{link}. + \item Did that. + \end{highlights} + \end{onecolentry} + + + \vspace{0.2 cm} + + \begin{threecolentry}{ + \vspace*{\fill} + \textbullet + \vspace*{3px} + \vspace*{\fill} + }{ + \textit{Sept. 2015 to June 2020} + + \textit{Istanbul, Turkey}} + \textbf{Software Engineer} + + \textit{Some \textbf{Company}} + \end{threecolentry} + + + + \vspace{0.2 cm} + + \begin{threecolentry}{ + \vspace*{\fill} + \textbullet + \vspace*{3px} + \vspace*{\fill} + }{ + \textit{Sept. 2021} + + \textit{Istanbul, Turkey}} + \textbf{Software Engineer} + + \textit{Some \textbf{Company}} + \end{threecolentry} + + + + \vspace{0.2 cm} + + \begin{threecolentry}{ + \vspace*{\fill} + \textbullet + \vspace*{3px} + \vspace*{\fill} + }{ + \textit{Sept. 2015 to present} + + \textit{Istanbul, Turkey}} + \textbf{Software Engineer} + + \textit{Some \textbf{Company}} + \end{threecolentry} + + \vspace{0.10 cm} + \begin{onecolentry} + \begin{highlights} + \item Did \textit{this} and this is a \textbf{bold} \href{https://example.com}{link}. + \item Did that. + \end{highlights} + \end{onecolentry} + + + \vspace{0.2 cm} + + \begin{threecolentry}{ + \vspace*{\fill} + \textbullet + \vspace*{3px} + \vspace*{\fill} + }{ + \textit{Sept. 2021} + + \textit{Istanbul, Turkey}} + \textbf{Software Engineer} + + \textit{Some \textbf{Company}} + \end{threecolentry} + + + + \vspace{0.2 cm} + + \begin{threecolentry}{ + \vspace*{\fill} + \textbullet + \vspace*{3px} + \vspace*{\fill} + }{ + \textit{June 2020} + + \textit{Istanbul, Turkey}} + \textbf{Software Engineer} + + \textit{Some \textbf{Company}} + \end{threecolentry} + + \vspace{0.10 cm} + \begin{onecolentry} + \begin{highlights} + \item Did \textit{this} and this is a \textbf{bold} \href{https://example.com}{link}. + \item Did that. + \end{highlights} + \end{onecolentry} + + + \vspace{0.2 cm} + + \begin{threecolentry}{ + \vspace*{\fill} + \textbullet + \vspace*{3px} + \vspace*{\fill} + }{ + \textit{Sept. 2021} + + \textit{Istanbul, Turkey}} + \textbf{Software Engineer} + + \textit{Some \textbf{Company}} + \end{threecolentry} + + \vspace{0.10 cm} + \begin{onecolentry} + \begin{highlights} + \item Did \textit{this} and this is a \textbf{bold} \href{https://example.com}{link}. + \item Did that. + \end{highlights} + \end{onecolentry} + + + \vspace{0.2 cm} + + \begin{threecolentry}{ + \vspace*{\fill} + \textbullet + \vspace*{3px} + \vspace*{\fill} + }{ + \textit{Sept. 2021} + + } + \textbf{Software Engineer} + + \textit{Some \textbf{Company}} + \end{threecolentry} + + + + \vspace{0.2 cm} + + \begin{threecolentry}{ + \vspace*{\fill} + \textbullet + \vspace*{3px} + \vspace*{\fill} + }{ + \textit{Sept. 2015 to June 2020} + + } + \textbf{Software Engineer} + + \textit{Some \textbf{Company}} + \end{threecolentry} + + \vspace{0.10 cm} + \begin{onecolentry} + \begin{highlights} + \item Did \textit{this} and this is a \textbf{bold} \href{https://example.com}{link}. + \item Did that. + \end{highlights} + \end{onecolentry} + + + \vspace{0.2 cm} + + \begin{threecolentry}{ + \vspace*{\fill} + \textbullet + \vspace*{3px} + \vspace*{\fill} + }{ + \textit{Sept. 2021} + + } + \textbf{Software Engineer} + + \textit{Some \textbf{Company}} + \end{threecolentry} + + \vspace{0.10 cm} + \begin{onecolentry} + \begin{highlights} + \item Did \textit{this} and this is a \textbf{bold} \href{https://example.com}{link}. + \item Did that. + \end{highlights} + \end{onecolentry} + + + \vspace{0.2 cm} + + \begin{threecolentry}{ + \vspace*{\fill} + \textbullet + \vspace*{3px} + \vspace*{\fill} + }{ + \textit{Sept. 2021} + + } + \textbf{Software Engineer} + + \textit{Some \textbf{Company}} + \end{threecolentry} + + \vspace{0.10 cm} + \begin{onecolentry} + \begin{highlights} + \item Did \textit{this} and this is a \textbf{bold} \href{https://example.com}{link}. + \item Did that. + \end{highlights} + \end{onecolentry} + + + \vspace{0.2 cm} + + \begin{threecolentry}{ + \vspace*{\fill} + \textbullet + \vspace*{3px} + \vspace*{\fill} + }{ + \textit{Sept. 2021} + + \textit{Istanbul, Turkey}} + \textbf{Software Engineer} + + \textit{Some \textbf{Company}} + \end{threecolentry} + + + + \vspace{0.2 cm} + + \begin{threecolentry}{ + \vspace*{\fill} + \textbullet + \vspace*{3px} + \vspace*{\fill} + }{ + \textit{Sept. 2015 to June 2020} + + \textit{Istanbul, Turkey}} + \textbf{Software Engineer} + + \textit{Some \textbf{Company}} + \end{threecolentry} + + \vspace{0.10 cm} + \begin{onecolentry} + \begin{highlights} + \item Did \textit{this} and this is a \textbf{bold} \href{https://example.com}{link}. + \item Did that. + \end{highlights} + \end{onecolentry} + + + \vspace{0.2 cm} + + \begin{threecolentry}{ + \vspace*{\fill} + \textbullet + \vspace*{3px} + \vspace*{\fill} + }{ + \textit{Sept. 2021} + + \textit{Istanbul, Turkey}} + \textbf{Software Engineer} + + \textit{Some \textbf{Company}} + \end{threecolentry} + + \vspace{0.10 cm} + \begin{onecolentry} + \begin{highlights} + \item Did \textit{this} and this is a \textbf{bold} \href{https://example.com}{link}. + \item Did that. + \end{highlights} + \end{onecolentry} + + + \vspace{0.2 cm} + + \begin{threecolentry}{ + \vspace*{\fill} + \textbullet + \vspace*{3px} + \vspace*{\fill} + }{ + \textit{Sept. 2021} + + \textit{Istanbul, Turkey}} + \textbf{Software Engineer} + + \textit{Some \textbf{Company}} + \end{threecolentry} + + \vspace{0.10 cm} + \begin{onecolentry} + \begin{highlights} + \item Did \textit{this} and this is a \textbf{bold} \href{https://example.com}{link}. + \item Did that. + \end{highlights} + \end{onecolentry} + + + \vspace{0.2 cm} + + \begin{threecolentry}{ + \vspace*{\fill} + \textbullet + \vspace*{3px} + \vspace*{\fill} + }{ + \textit{Sept. 2021} + + } + \textbf{Software Engineer} + + \textit{Some \textbf{Company}} + \end{threecolentry} + + \vspace{0.10 cm} + \begin{onecolentry} + \begin{highlights} + \item Did \textit{this} and this is a \textbf{bold} \href{https://example.com}{link}. + \item Did that. + \end{highlights} + \end{onecolentry} + + + \vspace{0.2 cm} + + \begin{threecolentry}{ + \vspace*{\fill} + \textbullet + \vspace*{3px} + \vspace*{\fill} + }{ + \textit{Sept. 2021} + + \textit{Istanbul, Turkey}} + \textbf{Software Engineer} + + \textit{Some \textbf{Company}} + \end{threecolentry} + + \vspace{0.10 cm} + \begin{onecolentry} + \begin{highlights} + \item Did \textit{this} and this is a \textbf{bold} \href{https://example.com}{link}. + \item Did that. + \end{highlights} + \end{onecolentry} + + + + \section{Education Entries} - \resumeSubHeadingListStart - \resumeSubheading - {\textbf{Boğaziçi University}}{\textit{}} - {\textit{Mechanical Engineering}}{\textit{}} + + \begin{onecolentrybulleted} + \textbf{Boğaziçi University} + \textit{Mechanical Engineering} + \end{onecolentrybulleted} - \resumeSubheading - {\textbf{Boğaziçi University}}{\textit{}} - {\textit{BS in Mechanical Engineering}}{\textit{}} - \resumeSubheading - {\textbf{Boğaziçi University}}{\textit{Istanbul, Turkey}} - {\textit{Mechanical Engineering}}{\textit{}} + \vspace{0.2 cm} + \begin{onecolentrybulleted} + \textbf{Boğaziçi University} - \resumeSubheading - {\textbf{Boğaziçi University}}{\textit{}} - {\textit{Mechanical Engineering}}{\textit{Sept. 2015 to present}} + \textit{BS in Mechanical Engineering} + \end{onecolentrybulleted} - \resumeSubheading - {\textbf{Boğaziçi University}}{\textit{}} - {\textit{Mechanical Engineering}}{\textit{June 2020}} + \vspace{0.2 cm} - \resumeSubheading - {\textbf{Boğaziçi University}}{\textit{}} - {\textit{Mechanical Engineering}}{\textit{Sept. 2021}} + \begin{threecolentry}{ + \vspace*{\fill} + \textbullet + \vspace*{3px} + \vspace*{\fill} + }{ + + \textit{Istanbul, Turkey}} + \textbf{Boğaziçi University} - \resumeSubheading - {\textbf{Boğaziçi University}}{\textit{}} - {\textit{Mechanical Engineering}}{\textit{}} - \resumeItemListStart - \resumeItem{}{Did \textit{this} and this is a \textbf{bold} \href{https://example.com}{link}.} - \resumeItem{}{Did that.} - \resumeItemListEnd + \textit{Mechanical Engineering} + \end{threecolentry} - \resumeSubheading - {\textbf{Boğaziçi University}}{\textit{Istanbul, Turkey}} - {\textit{BS in Mechanical Engineering}}{\textit{}} + \vspace{0.2 cm} - \resumeSubheading - {\textbf{Boğaziçi University}}{\textit{}} - {\textit{BS in Mechanical Engineering}}{\textit{Sept. 2015 to present}} + \begin{threecolentry}{ + \vspace*{\fill} + \textbullet + \vspace*{3px} + \vspace*{\fill} + }{ + \textit{Sept. 2015 to present} + + } + \textbf{Boğaziçi University} + \textit{Mechanical Engineering} + \end{threecolentry} - \resumeSubheading - {\textbf{Boğaziçi University}}{\textit{}} - {\textit{BS in Mechanical Engineering}}{\textit{June 2020}} - \resumeSubheading - {\textbf{Boğaziçi University}}{\textit{}} - {\textit{BS in Mechanical Engineering}}{\textit{Sept. 2021}} + \vspace{0.2 cm} + \begin{threecolentry}{ + \vspace*{\fill} + \textbullet + \vspace*{3px} + \vspace*{\fill} + }{ + \textit{June 2020} + + } + \textbf{Boğaziçi University} - \resumeSubheading - {\textbf{Boğaziçi University}}{\textit{}} - {\textit{BS in Mechanical Engineering}}{\textit{}} - \resumeItemListStart - \resumeItem{}{Did \textit{this} and this is a \textbf{bold} \href{https://example.com}{link}.} - \resumeItem{}{Did that.} - \resumeItemListEnd + \textit{Mechanical Engineering} + \end{threecolentry} - \resumeSubheading - {\textbf{Boğaziçi University}}{\textit{Istanbul, Turkey}} - {\textit{Mechanical Engineering}}{\textit{Sept. 2015 to present}} + \vspace{0.2 cm} - \resumeSubheading - {\textbf{Boğaziçi University}}{\textit{Istanbul, Turkey}} - {\textit{Mechanical Engineering}}{\textit{June 2020}} + \begin{threecolentry}{ + \vspace*{\fill} + \textbullet + \vspace*{3px} + \vspace*{\fill} + }{ + \textit{Sept. 2021} + + } + \textbf{Boğaziçi University} + \textit{Mechanical Engineering} + \end{threecolentry} - \resumeSubheading - {\textbf{Boğaziçi University}}{\textit{Istanbul, Turkey}} - {\textit{Mechanical Engineering}}{\textit{Sept. 2021}} - \resumeSubheading - {\textbf{Boğaziçi University}}{\textit{Istanbul, Turkey}} - {\textit{Mechanical Engineering}}{\textit{}} - \resumeItemListStart - \resumeItem{}{Did \textit{this} and this is a \textbf{bold} \href{https://example.com}{link}.} - \resumeItem{}{Did that.} - \resumeItemListEnd + \vspace{0.2 cm} + \begin{onecolentrybulleted} + \textbf{Boğaziçi University} - \resumeSubheading - {\textbf{Boğaziçi University}}{\textit{}} - {\textit{Mechanical Engineering}}{\textit{Sept. 2015 to June 2020}} + \textit{Mechanical Engineering} + \end{onecolentrybulleted} + \vspace{0.10 cm} + \begin{onecolentry} + \begin{highlights} + \item Did \textit{this} and this is a \textbf{bold} \href{https://example.com}{link}. + \item Did that. + \end{highlights} + \end{onecolentry} - \resumeSubheading - {\textbf{Boğaziçi University}}{\textit{}} - {\textit{Mechanical Engineering}}{\textit{Sept. 2021}} + \vspace{0.2 cm} - \resumeSubheading - {\textbf{Boğaziçi University}}{\textit{}} - {\textit{Mechanical Engineering}}{\textit{Sept. 2015 to present}} - \resumeItemListStart - \resumeItem{}{Did \textit{this} and this is a \textbf{bold} \href{https://example.com}{link}.} - \resumeItem{}{Did that.} - \resumeItemListEnd + \begin{threecolentry}{ + \vspace*{\fill} + \textbullet + \vspace*{3px} + \vspace*{\fill} + }{ + + \textit{Istanbul, Turkey}} + \textbf{Boğaziçi University} - \resumeSubheading - {\textbf{Boğaziçi University}}{\textit{}} - {\textit{Mechanical Engineering}}{\textit{Sept. 2021}} + \textit{BS in Mechanical Engineering} + \end{threecolentry} - \resumeSubheading - {\textbf{Boğaziçi University}}{\textit{}} - {\textit{Mechanical Engineering}}{\textit{June 2020}} - \resumeItemListStart - \resumeItem{}{Did \textit{this} and this is a \textbf{bold} \href{https://example.com}{link}.} - \resumeItem{}{Did that.} - \resumeItemListEnd + \vspace{0.2 cm} - \resumeSubheading - {\textbf{Boğaziçi University}}{\textit{}} - {\textit{Mechanical Engineering}}{\textit{Sept. 2021}} - \resumeItemListStart - \resumeItem{}{Did \textit{this} and this is a \textbf{bold} \href{https://example.com}{link}.} - \resumeItem{}{Did that.} - \resumeItemListEnd + \begin{threecolentry}{ + \vspace*{\fill} + \textbullet + \vspace*{3px} + \vspace*{\fill} + }{ + \textit{Sept. 2015 to present} + + } + \textbf{Boğaziçi University} + \textit{BS in Mechanical Engineering} + \end{threecolentry} - \resumeSubheading - {\textbf{Boğaziçi University}}{\textit{Istanbul, Turkey}} - {\textit{BS in Mechanical Engineering}}{\textit{Sept. 2015 to present}} - \resumeSubheading - {\textbf{Boğaziçi University}}{\textit{Istanbul, Turkey}} - {\textit{BS in Mechanical Engineering}}{\textit{June 2020}} + \vspace{0.2 cm} + \begin{threecolentry}{ + \vspace*{\fill} + \textbullet + \vspace*{3px} + \vspace*{\fill} + }{ + \textit{June 2020} + + } + \textbf{Boğaziçi University} - \resumeSubheading - {\textbf{Boğaziçi University}}{\textit{Istanbul, Turkey}} - {\textit{BS in Mechanical Engineering}}{\textit{Sept. 2021}} + \textit{BS in Mechanical Engineering} + \end{threecolentry} - \resumeSubheading - {\textbf{Boğaziçi University}}{\textit{Istanbul, Turkey}} - {\textit{BS in Mechanical Engineering}}{\textit{}} - \resumeItemListStart - \resumeItem{}{Did \textit{this} and this is a \textbf{bold} \href{https://example.com}{link}.} - \resumeItem{}{Did that.} - \resumeItemListEnd + \vspace{0.2 cm} - \resumeSubheading - {\textbf{Boğaziçi University}}{\textit{}} - {\textit{BS in Mechanical Engineering}}{\textit{Sept. 2015 to June 2020}} + \begin{threecolentry}{ + \vspace*{\fill} + \textbullet + \vspace*{3px} + \vspace*{\fill} + }{ + \textit{Sept. 2021} + + } + \textbf{Boğaziçi University} + \textit{BS in Mechanical Engineering} + \end{threecolentry} - \resumeSubheading - {\textbf{Boğaziçi University}}{\textit{}} - {\textit{BS in Mechanical Engineering}}{\textit{Sept. 2021}} - \resumeSubheading - {\textbf{Boğaziçi University}}{\textit{}} - {\textit{BS in Mechanical Engineering}}{\textit{Sept. 2015 to present}} - \resumeItemListStart - \resumeItem{}{Did \textit{this} and this is a \textbf{bold} \href{https://example.com}{link}.} - \resumeItem{}{Did that.} - \resumeItemListEnd + \vspace{0.2 cm} + \begin{onecolentrybulleted} + \textbf{Boğaziçi University} - \resumeSubheading - {\textbf{Boğaziçi University}}{\textit{}} - {\textit{BS in Mechanical Engineering}}{\textit{Sept. 2021}} + \textit{BS in Mechanical Engineering} + \end{onecolentrybulleted} + \vspace{0.10 cm} + \begin{onecolentry} + \begin{highlights} + \item Did \textit{this} and this is a \textbf{bold} \href{https://example.com}{link}. + \item Did that. + \end{highlights} + \end{onecolentry} - \resumeSubheading - {\textbf{Boğaziçi University}}{\textit{}} - {\textit{BS in Mechanical Engineering}}{\textit{June 2020}} - \resumeItemListStart - \resumeItem{}{Did \textit{this} and this is a \textbf{bold} \href{https://example.com}{link}.} - \resumeItem{}{Did that.} - \resumeItemListEnd + \vspace{0.2 cm} - \resumeSubheading - {\textbf{Boğaziçi University}}{\textit{}} - {\textit{BS in Mechanical Engineering}}{\textit{Sept. 2021}} - \resumeItemListStart - \resumeItem{}{Did \textit{this} and this is a \textbf{bold} \href{https://example.com}{link}.} - \resumeItem{}{Did that.} - \resumeItemListEnd + \begin{threecolentry}{ + \vspace*{\fill} + \textbullet + \vspace*{3px} + \vspace*{\fill} + }{ + \textit{Sept. 2015 to present} + + \textit{Istanbul, Turkey}} + \textbf{Boğaziçi University} + \textit{Mechanical Engineering} + \end{threecolentry} - \resumeSubheading - {\textbf{Boğaziçi University}}{\textit{Istanbul, Turkey}} - {\textit{Mechanical Engineering}}{\textit{Sept. 2015 to June 2020}} - \resumeSubheading - {\textbf{Boğaziçi University}}{\textit{Istanbul, Turkey}} - {\textit{Mechanical Engineering}}{\textit{Sept. 2021}} + \vspace{0.2 cm} + \begin{threecolentry}{ + \vspace*{\fill} + \textbullet + \vspace*{3px} + \vspace*{\fill} + }{ + \textit{June 2020} + + \textit{Istanbul, Turkey}} + \textbf{Boğaziçi University} - \resumeSubheading - {\textbf{Boğaziçi University}}{\textit{Istanbul, Turkey}} - {\textit{Mechanical Engineering}}{\textit{Sept. 2015 to present}} - \resumeItemListStart - \resumeItem{}{Did \textit{this} and this is a \textbf{bold} \href{https://example.com}{link}.} - \resumeItem{}{Did that.} - \resumeItemListEnd + \textit{Mechanical Engineering} + \end{threecolentry} - \resumeSubheading - {\textbf{Boğaziçi University}}{\textit{Istanbul, Turkey}} - {\textit{Mechanical Engineering}}{\textit{Sept. 2021}} + \vspace{0.2 cm} - \resumeSubheading - {\textbf{Boğaziçi University}}{\textit{Istanbul, Turkey}} - {\textit{Mechanical Engineering}}{\textit{June 2020}} - \resumeItemListStart - \resumeItem{}{Did \textit{this} and this is a \textbf{bold} \href{https://example.com}{link}.} - \resumeItem{}{Did that.} - \resumeItemListEnd + \begin{threecolentry}{ + \vspace*{\fill} + \textbullet + \vspace*{3px} + \vspace*{\fill} + }{ + \textit{Sept. 2021} + + \textit{Istanbul, Turkey}} + \textbf{Boğaziçi University} + \textit{Mechanical Engineering} + \end{threecolentry} - \resumeSubheading - {\textbf{Boğaziçi University}}{\textit{Istanbul, Turkey}} - {\textit{Mechanical Engineering}}{\textit{Sept. 2021}} - \resumeItemListStart - \resumeItem{}{Did \textit{this} and this is a \textbf{bold} \href{https://example.com}{link}.} - \resumeItem{}{Did that.} - \resumeItemListEnd - \resumeSubheading - {\textbf{Boğaziçi University}}{\textit{}} - {\textit{Mechanical Engineering}}{\textit{Sept. 2021}} + \vspace{0.2 cm} + \begin{threecolentry}{ + \vspace*{\fill} + \textbullet + \vspace*{3px} + \vspace*{\fill} + }{ - \resumeSubheading - {\textbf{Boğaziçi University}}{\textit{}} - {\textit{Mechanical Engineering}}{\textit{Sept. 2015 to June 2020}} - \resumeItemListStart - \resumeItem{}{Did \textit{this} and this is a \textbf{bold} \href{https://example.com}{link}.} - \resumeItem{}{Did that.} - \resumeItemListEnd + + \textit{Istanbul, Turkey}} + \textbf{Boğaziçi University} + \textit{Mechanical Engineering} + \end{threecolentry} - \resumeSubheading - {\textbf{Boğaziçi University}}{\textit{}} - {\textit{Mechanical Engineering}}{\textit{Sept. 2021}} - \resumeItemListStart - \resumeItem{}{Did \textit{this} and this is a \textbf{bold} \href{https://example.com}{link}.} - \resumeItem{}{Did that.} - \resumeItemListEnd + \vspace{0.10 cm} + \begin{onecolentry} + \begin{highlights} + \item Did \textit{this} and this is a \textbf{bold} \href{https://example.com}{link}. + \item Did that. + \end{highlights} + \end{onecolentry} - \resumeSubheading - {\textbf{Boğaziçi University}}{\textit{}} - {\textit{Mechanical Engineering}}{\textit{Sept. 2021}} - \resumeItemListStart - \resumeItem{}{Did \textit{this} and this is a \textbf{bold} \href{https://example.com}{link}.} - \resumeItem{}{Did that.} - \resumeItemListEnd + \vspace{0.2 cm} + + \begin{threecolentry}{ + \vspace*{\fill} + \textbullet + \vspace*{3px} + \vspace*{\fill} + }{ + \textit{Sept. 2015 to June 2020} + + } + \textbf{Boğaziçi University} + + \textit{Mechanical Engineering} + \end{threecolentry} - \resumeSubheading - {\textbf{Boğaziçi University}}{\textit{Istanbul, Turkey}} - {\textit{BS in Mechanical Engineering}}{\textit{Sept. 2015 to June 2020}} + \vspace{0.2 cm} - \resumeSubheading - {\textbf{Boğaziçi University}}{\textit{Istanbul, Turkey}} - {\textit{BS in Mechanical Engineering}}{\textit{Sept. 2021}} + \begin{threecolentry}{ + \vspace*{\fill} + \textbullet + \vspace*{3px} + \vspace*{\fill} + }{ + \textit{Sept. 2021} + + } + \textbf{Boğaziçi University} + \textit{Mechanical Engineering} + \end{threecolentry} - \resumeSubheading - {\textbf{Boğaziçi University}}{\textit{Istanbul, Turkey}} - {\textit{BS in Mechanical Engineering}}{\textit{Sept. 2015 to present}} - \resumeItemListStart - \resumeItem{}{Did \textit{this} and this is a \textbf{bold} \href{https://example.com}{link}.} - \resumeItem{}{Did that.} - \resumeItemListEnd - \resumeSubheading - {\textbf{Boğaziçi University}}{\textit{Istanbul, Turkey}} - {\textit{BS in Mechanical Engineering}}{\textit{Sept. 2021}} + \vspace{0.2 cm} + + \begin{threecolentry}{ + \vspace*{\fill} + \textbullet + \vspace*{3px} + \vspace*{\fill} + }{ + \textit{Sept. 2015 to present} + + } + \textbf{Boğaziçi University} + \textit{Mechanical Engineering} + \end{threecolentry} - \resumeSubheading - {\textbf{Boğaziçi University}}{\textit{Istanbul, Turkey}} - {\textit{BS in Mechanical Engineering}}{\textit{June 2020}} - \resumeItemListStart - \resumeItem{}{Did \textit{this} and this is a \textbf{bold} \href{https://example.com}{link}.} - \resumeItem{}{Did that.} - \resumeItemListEnd + \vspace{0.10 cm} + \begin{onecolentry} + \begin{highlights} + \item Did \textit{this} and this is a \textbf{bold} \href{https://example.com}{link}. + \item Did that. + \end{highlights} + \end{onecolentry} + + + \vspace{0.2 cm} + + \begin{threecolentry}{ + \vspace*{\fill} + \textbullet + \vspace*{3px} + \vspace*{\fill} + }{ + \textit{Sept. 2021} + + } + \textbf{Boğaziçi University} + + \textit{Mechanical Engineering} + \end{threecolentry} + + + + \vspace{0.2 cm} + + \begin{threecolentry}{ + \vspace*{\fill} + \textbullet + \vspace*{3px} + \vspace*{\fill} + }{ + \textit{June 2020} + + } + \textbf{Boğaziçi University} + + \textit{Mechanical Engineering} + \end{threecolentry} + + \vspace{0.10 cm} + \begin{onecolentry} + \begin{highlights} + \item Did \textit{this} and this is a \textbf{bold} \href{https://example.com}{link}. + \item Did that. + \end{highlights} + \end{onecolentry} + + + \vspace{0.2 cm} + + \begin{threecolentry}{ + \vspace*{\fill} + \textbullet + \vspace*{3px} + \vspace*{\fill} + }{ + \textit{Sept. 2021} + + } + \textbf{Boğaziçi University} + + \textit{Mechanical Engineering} + \end{threecolentry} + + \vspace{0.10 cm} + \begin{onecolentry} + \begin{highlights} + \item Did \textit{this} and this is a \textbf{bold} \href{https://example.com}{link}. + \item Did that. + \end{highlights} + \end{onecolentry} - \resumeSubheading - {\textbf{Boğaziçi University}}{\textit{Istanbul, Turkey}} - {\textit{BS in Mechanical Engineering}}{\textit{Sept. 2021}} - \resumeItemListStart - \resumeItem{}{Did \textit{this} and this is a \textbf{bold} \href{https://example.com}{link}.} - \resumeItem{}{Did that.} - \resumeItemListEnd + \vspace{0.2 cm} + \begin{threecolentry}{ + \vspace*{\fill} + \textbullet + \vspace*{3px} + \vspace*{\fill} + }{ + \textit{Sept. 2015 to present} + + \textit{Istanbul, Turkey}} + \textbf{Boğaziçi University} + + \textit{BS in Mechanical Engineering} + \end{threecolentry} - \resumeSubheading - {\textbf{Boğaziçi University}}{\textit{}} - {\textit{BS in Mechanical Engineering}}{\textit{Sept. 2021}} - \resumeSubheading - {\textbf{Boğaziçi University}}{\textit{}} - {\textit{BS in Mechanical Engineering}}{\textit{Sept. 2015 to June 2020}} - \resumeItemListStart - \resumeItem{}{Did \textit{this} and this is a \textbf{bold} \href{https://example.com}{link}.} - \resumeItem{}{Did that.} - \resumeItemListEnd + \vspace{0.2 cm} + \begin{threecolentry}{ + \vspace*{\fill} + \textbullet + \vspace*{3px} + \vspace*{\fill} + }{ + \textit{June 2020} + + \textit{Istanbul, Turkey}} + \textbf{Boğaziçi University} - \resumeSubheading - {\textbf{Boğaziçi University}}{\textit{}} - {\textit{BS in Mechanical Engineering}}{\textit{Sept. 2021}} - \resumeItemListStart - \resumeItem{}{Did \textit{this} and this is a \textbf{bold} \href{https://example.com}{link}.} - \resumeItem{}{Did that.} - \resumeItemListEnd + \textit{BS in Mechanical Engineering} + \end{threecolentry} + + + + \vspace{0.2 cm} + + \begin{threecolentry}{ + \vspace*{\fill} + \textbullet + \vspace*{3px} + \vspace*{\fill} + }{ + \textit{Sept. 2021} + + \textit{Istanbul, Turkey}} + \textbf{Boğaziçi University} + + \textit{BS in Mechanical Engineering} + \end{threecolentry} + + + + \vspace{0.2 cm} + + \begin{threecolentry}{ + \vspace*{\fill} + \textbullet + \vspace*{3px} + \vspace*{\fill} + }{ + + + \textit{Istanbul, Turkey}} + \textbf{Boğaziçi University} + + \textit{BS in Mechanical Engineering} + \end{threecolentry} + + \vspace{0.10 cm} + \begin{onecolentry} + \begin{highlights} + \item Did \textit{this} and this is a \textbf{bold} \href{https://example.com}{link}. + \item Did that. + \end{highlights} + \end{onecolentry} + + + \vspace{0.2 cm} + + \begin{threecolentry}{ + \vspace*{\fill} + \textbullet + \vspace*{3px} + \vspace*{\fill} + }{ + \textit{Sept. 2015 to June 2020} + + } + \textbf{Boğaziçi University} + + \textit{BS in Mechanical Engineering} + \end{threecolentry} - \resumeSubheading - {\textbf{Boğaziçi University}}{\textit{}} - {\textit{BS in Mechanical Engineering}}{\textit{Sept. 2021}} - \resumeItemListStart - \resumeItem{}{Did \textit{this} and this is a \textbf{bold} \href{https://example.com}{link}.} - \resumeItem{}{Did that.} - \resumeItemListEnd + \vspace{0.2 cm} - \resumeSubheading - {\textbf{Boğaziçi University}}{\textit{Istanbul, Turkey}} - {\textit{Mechanical Engineering}}{\textit{Sept. 2021}} + \begin{threecolentry}{ + \vspace*{\fill} + \textbullet + \vspace*{3px} + \vspace*{\fill} + }{ + \textit{Sept. 2021} + + } + \textbf{Boğaziçi University} + \textit{BS in Mechanical Engineering} + \end{threecolentry} - \resumeSubheading - {\textbf{Boğaziçi University}}{\textit{Istanbul, Turkey}} - {\textit{Mechanical Engineering}}{\textit{Sept. 2015 to June 2020}} - \resumeItemListStart - \resumeItem{}{Did \textit{this} and this is a \textbf{bold} \href{https://example.com}{link}.} - \resumeItem{}{Did that.} - \resumeItemListEnd - \resumeSubheading - {\textbf{Boğaziçi University}}{\textit{Istanbul, Turkey}} - {\textit{Mechanical Engineering}}{\textit{Sept. 2021}} - \resumeItemListStart - \resumeItem{}{Did \textit{this} and this is a \textbf{bold} \href{https://example.com}{link}.} - \resumeItem{}{Did that.} - \resumeItemListEnd + \vspace{0.2 cm} + + \begin{threecolentry}{ + \vspace*{\fill} + \textbullet + \vspace*{3px} + \vspace*{\fill} + }{ + \textit{Sept. 2015 to present} + + } + \textbf{Boğaziçi University} + \textit{BS in Mechanical Engineering} + \end{threecolentry} - \resumeSubheading - {\textbf{Boğaziçi University}}{\textit{Istanbul, Turkey}} - {\textit{Mechanical Engineering}}{\textit{Sept. 2021}} - \resumeItemListStart - \resumeItem{}{Did \textit{this} and this is a \textbf{bold} \href{https://example.com}{link}.} - \resumeItem{}{Did that.} - \resumeItemListEnd - - - \resumeSubheading - {\textbf{Boğaziçi University}}{\textit{}} - {\textit{Mechanical Engineering}}{\textit{Sept. 2021}} - \resumeItemListStart - \resumeItem{}{Did \textit{this} and this is a \textbf{bold} \href{https://example.com}{link}.} - \resumeItem{}{Did that.} - \resumeItemListEnd - - - \resumeSubheading - {\textbf{Boğaziçi University}}{\textit{Istanbul, Turkey}} - {\textit{BS in Mechanical Engineering}}{\textit{Sept. 2021}} - - - \resumeSubheading - {\textbf{Boğaziçi University}}{\textit{Istanbul, Turkey}} - {\textit{BS in Mechanical Engineering}}{\textit{Sept. 2015 to June 2020}} - \resumeItemListStart - \resumeItem{}{Did \textit{this} and this is a \textbf{bold} \href{https://example.com}{link}.} - \resumeItem{}{Did that.} - \resumeItemListEnd - - - \resumeSubheading - {\textbf{Boğaziçi University}}{\textit{Istanbul, Turkey}} - {\textit{BS in Mechanical Engineering}}{\textit{Sept. 2021}} - \resumeItemListStart - \resumeItem{}{Did \textit{this} and this is a \textbf{bold} \href{https://example.com}{link}.} - \resumeItem{}{Did that.} - \resumeItemListEnd - - - \resumeSubheading - {\textbf{Boğaziçi University}}{\textit{Istanbul, Turkey}} - {\textit{BS in Mechanical Engineering}}{\textit{Sept. 2021}} - \resumeItemListStart - \resumeItem{}{Did \textit{this} and this is a \textbf{bold} \href{https://example.com}{link}.} - \resumeItem{}{Did that.} - \resumeItemListEnd - - - \resumeSubheading - {\textbf{Boğaziçi University}}{\textit{}} - {\textit{BS in Mechanical Engineering}}{\textit{Sept. 2021}} - \resumeItemListStart - \resumeItem{}{Did \textit{this} and this is a \textbf{bold} \href{https://example.com}{link}.} - \resumeItem{}{Did that.} - \resumeItemListEnd - - - \resumeSubheading - {\textbf{Boğaziçi University}}{\textit{Istanbul, Turkey}} - {\textit{Mechanical Engineering}}{\textit{Sept. 2021}} - \resumeItemListStart - \resumeItem{}{Did \textit{this} and this is a \textbf{bold} \href{https://example.com}{link}.} - \resumeItem{}{Did that.} - \resumeItemListEnd - - - \resumeSubheading - {\textbf{Boğaziçi University}}{\textit{Istanbul, Turkey}} - {\textit{BS in Mechanical Engineering}}{\textit{Sept. 2021}} - \resumeItemListStart - \resumeItem{}{Did \textit{this} and this is a \textbf{bold} \href{https://example.com}{link}.} - \resumeItem{}{Did that.} - \resumeItemListEnd - - - - \resumeSubHeadingListEnd + \vspace{0.10 cm} + \begin{onecolentry} + \begin{highlights} + \item Did \textit{this} and this is a \textbf{bold} \href{https://example.com}{link}. + \item Did that. + \end{highlights} + \end{onecolentry} + + + \vspace{0.2 cm} + + \begin{threecolentry}{ + \vspace*{\fill} + \textbullet + \vspace*{3px} + \vspace*{\fill} + }{ + \textit{Sept. 2021} + + } + \textbf{Boğaziçi University} + + \textit{BS in Mechanical Engineering} + \end{threecolentry} + + + + \vspace{0.2 cm} + + \begin{threecolentry}{ + \vspace*{\fill} + \textbullet + \vspace*{3px} + \vspace*{\fill} + }{ + \textit{June 2020} + + } + \textbf{Boğaziçi University} + + \textit{BS in Mechanical Engineering} + \end{threecolentry} + + \vspace{0.10 cm} + \begin{onecolentry} + \begin{highlights} + \item Did \textit{this} and this is a \textbf{bold} \href{https://example.com}{link}. + \item Did that. + \end{highlights} + \end{onecolentry} + + + \vspace{0.2 cm} + + \begin{threecolentry}{ + \vspace*{\fill} + \textbullet + \vspace*{3px} + \vspace*{\fill} + }{ + \textit{Sept. 2021} + + } + \textbf{Boğaziçi University} + + \textit{BS in Mechanical Engineering} + \end{threecolentry} + + \vspace{0.10 cm} + \begin{onecolentry} + \begin{highlights} + \item Did \textit{this} and this is a \textbf{bold} \href{https://example.com}{link}. + \item Did that. + \end{highlights} + \end{onecolentry} + + + \vspace{0.2 cm} + + \begin{threecolentry}{ + \vspace*{\fill} + \textbullet + \vspace*{3px} + \vspace*{\fill} + }{ + \textit{Sept. 2015 to June 2020} + + \textit{Istanbul, Turkey}} + \textbf{Boğaziçi University} + + \textit{Mechanical Engineering} + \end{threecolentry} + + + + \vspace{0.2 cm} + + \begin{threecolentry}{ + \vspace*{\fill} + \textbullet + \vspace*{3px} + \vspace*{\fill} + }{ + \textit{Sept. 2021} + + \textit{Istanbul, Turkey}} + \textbf{Boğaziçi University} + + \textit{Mechanical Engineering} + \end{threecolentry} + + + + \vspace{0.2 cm} + + \begin{threecolentry}{ + \vspace*{\fill} + \textbullet + \vspace*{3px} + \vspace*{\fill} + }{ + \textit{Sept. 2015 to present} + + \textit{Istanbul, Turkey}} + \textbf{Boğaziçi University} + + \textit{Mechanical Engineering} + \end{threecolentry} + + \vspace{0.10 cm} + \begin{onecolentry} + \begin{highlights} + \item Did \textit{this} and this is a \textbf{bold} \href{https://example.com}{link}. + \item Did that. + \end{highlights} + \end{onecolentry} + + + \vspace{0.2 cm} + + \begin{threecolentry}{ + \vspace*{\fill} + \textbullet + \vspace*{3px} + \vspace*{\fill} + }{ + \textit{Sept. 2021} + + \textit{Istanbul, Turkey}} + \textbf{Boğaziçi University} + + \textit{Mechanical Engineering} + \end{threecolentry} + + + + \vspace{0.2 cm} + + \begin{threecolentry}{ + \vspace*{\fill} + \textbullet + \vspace*{3px} + \vspace*{\fill} + }{ + \textit{June 2020} + + \textit{Istanbul, Turkey}} + \textbf{Boğaziçi University} + + \textit{Mechanical Engineering} + \end{threecolentry} + + \vspace{0.10 cm} + \begin{onecolentry} + \begin{highlights} + \item Did \textit{this} and this is a \textbf{bold} \href{https://example.com}{link}. + \item Did that. + \end{highlights} + \end{onecolentry} + + + \vspace{0.2 cm} + + \begin{threecolentry}{ + \vspace*{\fill} + \textbullet + \vspace*{3px} + \vspace*{\fill} + }{ + \textit{Sept. 2021} + + \textit{Istanbul, Turkey}} + \textbf{Boğaziçi University} + + \textit{Mechanical Engineering} + \end{threecolentry} + + \vspace{0.10 cm} + \begin{onecolentry} + \begin{highlights} + \item Did \textit{this} and this is a \textbf{bold} \href{https://example.com}{link}. + \item Did that. + \end{highlights} + \end{onecolentry} + + + \vspace{0.2 cm} + + \begin{threecolentry}{ + \vspace*{\fill} + \textbullet + \vspace*{3px} + \vspace*{\fill} + }{ + \textit{Sept. 2021} + + } + \textbf{Boğaziçi University} + + \textit{Mechanical Engineering} + \end{threecolentry} + + + + \vspace{0.2 cm} + + \begin{threecolentry}{ + \vspace*{\fill} + \textbullet + \vspace*{3px} + \vspace*{\fill} + }{ + \textit{Sept. 2015 to June 2020} + + } + \textbf{Boğaziçi University} + + \textit{Mechanical Engineering} + \end{threecolentry} + + \vspace{0.10 cm} + \begin{onecolentry} + \begin{highlights} + \item Did \textit{this} and this is a \textbf{bold} \href{https://example.com}{link}. + \item Did that. + \end{highlights} + \end{onecolentry} + + + \vspace{0.2 cm} + + \begin{threecolentry}{ + \vspace*{\fill} + \textbullet + \vspace*{3px} + \vspace*{\fill} + }{ + \textit{Sept. 2021} + + } + \textbf{Boğaziçi University} + + \textit{Mechanical Engineering} + \end{threecolentry} + + \vspace{0.10 cm} + \begin{onecolentry} + \begin{highlights} + \item Did \textit{this} and this is a \textbf{bold} \href{https://example.com}{link}. + \item Did that. + \end{highlights} + \end{onecolentry} + + + \vspace{0.2 cm} + + \begin{threecolentry}{ + \vspace*{\fill} + \textbullet + \vspace*{3px} + \vspace*{\fill} + }{ + \textit{Sept. 2021} + + } + \textbf{Boğaziçi University} + + \textit{Mechanical Engineering} + \end{threecolentry} + + \vspace{0.10 cm} + \begin{onecolentry} + \begin{highlights} + \item Did \textit{this} and this is a \textbf{bold} \href{https://example.com}{link}. + \item Did that. + \end{highlights} + \end{onecolentry} + + + \vspace{0.2 cm} + + \begin{threecolentry}{ + \vspace*{\fill} + \textbullet + \vspace*{3px} + \vspace*{\fill} + }{ + \textit{Sept. 2015 to June 2020} + + \textit{Istanbul, Turkey}} + \textbf{Boğaziçi University} + + \textit{BS in Mechanical Engineering} + \end{threecolentry} + + + + \vspace{0.2 cm} + + \begin{threecolentry}{ + \vspace*{\fill} + \textbullet + \vspace*{3px} + \vspace*{\fill} + }{ + \textit{Sept. 2021} + + \textit{Istanbul, Turkey}} + \textbf{Boğaziçi University} + + \textit{BS in Mechanical Engineering} + \end{threecolentry} + + + + \vspace{0.2 cm} + + \begin{threecolentry}{ + \vspace*{\fill} + \textbullet + \vspace*{3px} + \vspace*{\fill} + }{ + \textit{Sept. 2015 to present} + + \textit{Istanbul, Turkey}} + \textbf{Boğaziçi University} + + \textit{BS in Mechanical Engineering} + \end{threecolentry} + + \vspace{0.10 cm} + \begin{onecolentry} + \begin{highlights} + \item Did \textit{this} and this is a \textbf{bold} \href{https://example.com}{link}. + \item Did that. + \end{highlights} + \end{onecolentry} + + + \vspace{0.2 cm} + + \begin{threecolentry}{ + \vspace*{\fill} + \textbullet + \vspace*{3px} + \vspace*{\fill} + }{ + \textit{Sept. 2021} + + \textit{Istanbul, Turkey}} + \textbf{Boğaziçi University} + + \textit{BS in Mechanical Engineering} + \end{threecolentry} + + + + \vspace{0.2 cm} + + \begin{threecolentry}{ + \vspace*{\fill} + \textbullet + \vspace*{3px} + \vspace*{\fill} + }{ + \textit{June 2020} + + \textit{Istanbul, Turkey}} + \textbf{Boğaziçi University} + + \textit{BS in Mechanical Engineering} + \end{threecolentry} + + \vspace{0.10 cm} + \begin{onecolentry} + \begin{highlights} + \item Did \textit{this} and this is a \textbf{bold} \href{https://example.com}{link}. + \item Did that. + \end{highlights} + \end{onecolentry} + + + \vspace{0.2 cm} + + \begin{threecolentry}{ + \vspace*{\fill} + \textbullet + \vspace*{3px} + \vspace*{\fill} + }{ + \textit{Sept. 2021} + + \textit{Istanbul, Turkey}} + \textbf{Boğaziçi University} + + \textit{BS in Mechanical Engineering} + \end{threecolentry} + + \vspace{0.10 cm} + \begin{onecolentry} + \begin{highlights} + \item Did \textit{this} and this is a \textbf{bold} \href{https://example.com}{link}. + \item Did that. + \end{highlights} + \end{onecolentry} + + + \vspace{0.2 cm} + + \begin{threecolentry}{ + \vspace*{\fill} + \textbullet + \vspace*{3px} + \vspace*{\fill} + }{ + \textit{Sept. 2021} + + } + \textbf{Boğaziçi University} + + \textit{BS in Mechanical Engineering} + \end{threecolentry} + + + + \vspace{0.2 cm} + + \begin{threecolentry}{ + \vspace*{\fill} + \textbullet + \vspace*{3px} + \vspace*{\fill} + }{ + \textit{Sept. 2015 to June 2020} + + } + \textbf{Boğaziçi University} + + \textit{BS in Mechanical Engineering} + \end{threecolentry} + + \vspace{0.10 cm} + \begin{onecolentry} + \begin{highlights} + \item Did \textit{this} and this is a \textbf{bold} \href{https://example.com}{link}. + \item Did that. + \end{highlights} + \end{onecolentry} + + + \vspace{0.2 cm} + + \begin{threecolentry}{ + \vspace*{\fill} + \textbullet + \vspace*{3px} + \vspace*{\fill} + }{ + \textit{Sept. 2021} + + } + \textbf{Boğaziçi University} + + \textit{BS in Mechanical Engineering} + \end{threecolentry} + + \vspace{0.10 cm} + \begin{onecolentry} + \begin{highlights} + \item Did \textit{this} and this is a \textbf{bold} \href{https://example.com}{link}. + \item Did that. + \end{highlights} + \end{onecolentry} + + + \vspace{0.2 cm} + + \begin{threecolentry}{ + \vspace*{\fill} + \textbullet + \vspace*{3px} + \vspace*{\fill} + }{ + \textit{Sept. 2021} + + } + \textbf{Boğaziçi University} + + \textit{BS in Mechanical Engineering} + \end{threecolentry} + + \vspace{0.10 cm} + \begin{onecolentry} + \begin{highlights} + \item Did \textit{this} and this is a \textbf{bold} \href{https://example.com}{link}. + \item Did that. + \end{highlights} + \end{onecolentry} + + + \vspace{0.2 cm} + + \begin{threecolentry}{ + \vspace*{\fill} + \textbullet + \vspace*{3px} + \vspace*{\fill} + }{ + \textit{Sept. 2021} + + \textit{Istanbul, Turkey}} + \textbf{Boğaziçi University} + + \textit{Mechanical Engineering} + \end{threecolentry} + + + + \vspace{0.2 cm} + + \begin{threecolentry}{ + \vspace*{\fill} + \textbullet + \vspace*{3px} + \vspace*{\fill} + }{ + \textit{Sept. 2015 to June 2020} + + \textit{Istanbul, Turkey}} + \textbf{Boğaziçi University} + + \textit{Mechanical Engineering} + \end{threecolentry} + + \vspace{0.10 cm} + \begin{onecolentry} + \begin{highlights} + \item Did \textit{this} and this is a \textbf{bold} \href{https://example.com}{link}. + \item Did that. + \end{highlights} + \end{onecolentry} + + + \vspace{0.2 cm} + + \begin{threecolentry}{ + \vspace*{\fill} + \textbullet + \vspace*{3px} + \vspace*{\fill} + }{ + \textit{Sept. 2021} + + \textit{Istanbul, Turkey}} + \textbf{Boğaziçi University} + + \textit{Mechanical Engineering} + \end{threecolentry} + + \vspace{0.10 cm} + \begin{onecolentry} + \begin{highlights} + \item Did \textit{this} and this is a \textbf{bold} \href{https://example.com}{link}. + \item Did that. + \end{highlights} + \end{onecolentry} + + + \vspace{0.2 cm} + + \begin{threecolentry}{ + \vspace*{\fill} + \textbullet + \vspace*{3px} + \vspace*{\fill} + }{ + \textit{Sept. 2021} + + \textit{Istanbul, Turkey}} + \textbf{Boğaziçi University} + + \textit{Mechanical Engineering} + \end{threecolentry} + + \vspace{0.10 cm} + \begin{onecolentry} + \begin{highlights} + \item Did \textit{this} and this is a \textbf{bold} \href{https://example.com}{link}. + \item Did that. + \end{highlights} + \end{onecolentry} + + + \vspace{0.2 cm} + + \begin{threecolentry}{ + \vspace*{\fill} + \textbullet + \vspace*{3px} + \vspace*{\fill} + }{ + \textit{Sept. 2021} + + } + \textbf{Boğaziçi University} + + \textit{Mechanical Engineering} + \end{threecolentry} + + \vspace{0.10 cm} + \begin{onecolentry} + \begin{highlights} + \item Did \textit{this} and this is a \textbf{bold} \href{https://example.com}{link}. + \item Did that. + \end{highlights} + \end{onecolentry} + + + \vspace{0.2 cm} + + \begin{threecolentry}{ + \vspace*{\fill} + \textbullet + \vspace*{3px} + \vspace*{\fill} + }{ + \textit{Sept. 2021} + + \textit{Istanbul, Turkey}} + \textbf{Boğaziçi University} + + \textit{BS in Mechanical Engineering} + \end{threecolentry} + + + + \vspace{0.2 cm} + + \begin{threecolentry}{ + \vspace*{\fill} + \textbullet + \vspace*{3px} + \vspace*{\fill} + }{ + \textit{Sept. 2015 to June 2020} + + \textit{Istanbul, Turkey}} + \textbf{Boğaziçi University} + + \textit{BS in Mechanical Engineering} + \end{threecolentry} + + \vspace{0.10 cm} + \begin{onecolentry} + \begin{highlights} + \item Did \textit{this} and this is a \textbf{bold} \href{https://example.com}{link}. + \item Did that. + \end{highlights} + \end{onecolentry} + + + \vspace{0.2 cm} + + \begin{threecolentry}{ + \vspace*{\fill} + \textbullet + \vspace*{3px} + \vspace*{\fill} + }{ + \textit{Sept. 2021} + + \textit{Istanbul, Turkey}} + \textbf{Boğaziçi University} + + \textit{BS in Mechanical Engineering} + \end{threecolentry} + + \vspace{0.10 cm} + \begin{onecolentry} + \begin{highlights} + \item Did \textit{this} and this is a \textbf{bold} \href{https://example.com}{link}. + \item Did that. + \end{highlights} + \end{onecolentry} + + + \vspace{0.2 cm} + + \begin{threecolentry}{ + \vspace*{\fill} + \textbullet + \vspace*{3px} + \vspace*{\fill} + }{ + \textit{Sept. 2021} + + \textit{Istanbul, Turkey}} + \textbf{Boğaziçi University} + + \textit{BS in Mechanical Engineering} + \end{threecolentry} + + \vspace{0.10 cm} + \begin{onecolentry} + \begin{highlights} + \item Did \textit{this} and this is a \textbf{bold} \href{https://example.com}{link}. + \item Did that. + \end{highlights} + \end{onecolentry} + + + \vspace{0.2 cm} + + \begin{threecolentry}{ + \vspace*{\fill} + \textbullet + \vspace*{3px} + \vspace*{\fill} + }{ + \textit{Sept. 2021} + + } + \textbf{Boğaziçi University} + + \textit{BS in Mechanical Engineering} + \end{threecolentry} + + \vspace{0.10 cm} + \begin{onecolentry} + \begin{highlights} + \item Did \textit{this} and this is a \textbf{bold} \href{https://example.com}{link}. + \item Did that. + \end{highlights} + \end{onecolentry} + + + \vspace{0.2 cm} + + \begin{threecolentry}{ + \vspace*{\fill} + \textbullet + \vspace*{3px} + \vspace*{\fill} + }{ + \textit{Sept. 2021} + + \textit{Istanbul, Turkey}} + \textbf{Boğaziçi University} + + \textit{Mechanical Engineering} + \end{threecolentry} + + \vspace{0.10 cm} + \begin{onecolentry} + \begin{highlights} + \item Did \textit{this} and this is a \textbf{bold} \href{https://example.com}{link}. + \item Did that. + \end{highlights} + \end{onecolentry} + + + \vspace{0.2 cm} + + \begin{threecolentry}{ + \vspace*{\fill} + \textbullet + \vspace*{3px} + \vspace*{\fill} + }{ + \textit{Sept. 2021} + + \textit{Istanbul, Turkey}} + \textbf{Boğaziçi University} + + \textit{BS in Mechanical Engineering} + \end{threecolentry} + + \vspace{0.10 cm} + \begin{onecolentry} + \begin{highlights} + \item Did \textit{this} and this is a \textbf{bold} \href{https://example.com}{link}. + \item Did that. + \end{highlights} + \end{onecolentry} + + + + \section{Normal Entries} - \resumeSubHeadingListStart - \resumeNormalSubheading - {My Project}{} + + \begin{onecolentrybulleted} + \textbf{My Project} + \end{onecolentrybulleted} - \resumeNormalSubheading - {My Project}{Istanbul, Turkey} + \vspace{0.2 cm} - \resumeNormalSubheading - {My Project}{Sept. 2015 to present} + \begin{threecolentry}{ + \vspace*{\fill} + \textbullet + \vspace*{3px} + \vspace*{\fill} + }{ + + \textit{Istanbul, Turkey}} + \textbf{My Project} + \end{threecolentry} - \resumeNormalSubheading - {My Project}{June 2020} - \resumeNormalSubheading - {My Project}{Sept. 2021} + \vspace{0.2 cm} + \begin{threecolentry}{ + \vspace*{\fill} + \textbullet + \vspace*{3px} + \vspace*{\fill} + }{ + \textit{Sept. 2015 to present} + + } + \textbf{My Project} + \end{threecolentry} - \resumeNormalSubheading - {My Project}{} - \resumeItemListStart - \resumeItem{}{Did \textit{this} and this is a \textbf{bold} \href{https://example.com}{link}.} - \resumeItem{}{Did that.} - \resumeItemListEnd - \resumeNormalSubheading - {My Project}{Istanbul, Turkey, Sept. 2015 to present} + \vspace{0.2 cm} + \begin{threecolentry}{ + \vspace*{\fill} + \textbullet + \vspace*{3px} + \vspace*{\fill} + }{ + \textit{June 2020} + + } + \textbf{My Project} + \end{threecolentry} - \resumeNormalSubheading - {My Project}{Istanbul, Turkey, June 2020} - \resumeNormalSubheading - {My Project}{Istanbul, Turkey, Sept. 2021} + \vspace{0.2 cm} + \begin{threecolentry}{ + \vspace*{\fill} + \textbullet + \vspace*{3px} + \vspace*{\fill} + }{ + \textit{Sept. 2021} + + } + \textbf{My Project} + \end{threecolentry} - \resumeNormalSubheading - {My Project}{Istanbul, Turkey} - \resumeItemListStart - \resumeItem{}{Did \textit{this} and this is a \textbf{bold} \href{https://example.com}{link}.} - \resumeItem{}{Did that.} - \resumeItemListEnd - \resumeNormalSubheading - {My Project}{Sept. 2015 to June 2020} + \vspace{0.2 cm} + \begin{onecolentrybulleted} + \textbf{My Project} + \end{onecolentrybulleted} - \resumeNormalSubheading - {My Project}{Sept. 2021} + \vspace{0.10 cm} + \begin{onecolentry} + \begin{highlights} + \item Did \textit{this} and this is a \textbf{bold} \href{https://example.com}{link}. + \item Did that. + \end{highlights} + \end{onecolentry} - \resumeNormalSubheading - {My Project}{Sept. 2015 to present} - \resumeItemListStart - \resumeItem{}{Did \textit{this} and this is a \textbf{bold} \href{https://example.com}{link}.} - \resumeItem{}{Did that.} - \resumeItemListEnd + \vspace{0.2 cm} + \begin{threecolentry}{ + \vspace*{\fill} + \textbullet + \vspace*{3px} + \vspace*{\fill} + }{ + \textit{Sept. 2015 to present} + + \textit{Istanbul, Turkey}} + \textbf{My Project} + \end{threecolentry} - \resumeNormalSubheading - {My Project}{Sept. 2021} - \resumeNormalSubheading - {My Project}{June 2020} - \resumeItemListStart - \resumeItem{}{Did \textit{this} and this is a \textbf{bold} \href{https://example.com}{link}.} - \resumeItem{}{Did that.} - \resumeItemListEnd + \vspace{0.2 cm} + \begin{threecolentry}{ + \vspace*{\fill} + \textbullet + \vspace*{3px} + \vspace*{\fill} + }{ + \textit{June 2020} + + \textit{Istanbul, Turkey}} + \textbf{My Project} + \end{threecolentry} - \resumeNormalSubheading - {My Project}{Sept. 2021} - \resumeItemListStart - \resumeItem{}{Did \textit{this} and this is a \textbf{bold} \href{https://example.com}{link}.} - \resumeItem{}{Did that.} - \resumeItemListEnd - - - \resumeNormalSubheading - {My Project}{Istanbul, Turkey, Sept. 2015 to June 2020} - - - \resumeNormalSubheading - {My Project}{Istanbul, Turkey, Sept. 2021} - - - \resumeNormalSubheading - {My Project}{Istanbul, Turkey, Sept. 2015 to present} - \resumeItemListStart - \resumeItem{}{Did \textit{this} and this is a \textbf{bold} \href{https://example.com}{link}.} - \resumeItem{}{Did that.} - \resumeItemListEnd - - - \resumeNormalSubheading - {My Project}{Istanbul, Turkey, Sept. 2021} - - - \resumeNormalSubheading - {My Project}{Istanbul, Turkey, June 2020} - \resumeItemListStart - \resumeItem{}{Did \textit{this} and this is a \textbf{bold} \href{https://example.com}{link}.} - \resumeItem{}{Did that.} - \resumeItemListEnd - - - \resumeNormalSubheading - {My Project}{Istanbul, Turkey, Sept. 2021} - \resumeItemListStart - \resumeItem{}{Did \textit{this} and this is a \textbf{bold} \href{https://example.com}{link}.} - \resumeItem{}{Did that.} - \resumeItemListEnd - - - \resumeNormalSubheading - {My Project}{Sept. 2021} - - - \resumeNormalSubheading - {My Project}{Sept. 2015 to June 2020} - \resumeItemListStart - \resumeItem{}{Did \textit{this} and this is a \textbf{bold} \href{https://example.com}{link}.} - \resumeItem{}{Did that.} - \resumeItemListEnd - - - \resumeNormalSubheading - {My Project}{Sept. 2021} - \resumeItemListStart - \resumeItem{}{Did \textit{this} and this is a \textbf{bold} \href{https://example.com}{link}.} - \resumeItem{}{Did that.} - \resumeItemListEnd - - - \resumeNormalSubheading - {My Project}{Sept. 2021} - \resumeItemListStart - \resumeItem{}{Did \textit{this} and this is a \textbf{bold} \href{https://example.com}{link}.} - \resumeItem{}{Did that.} - \resumeItemListEnd - - - \resumeNormalSubheading - {My Project}{Istanbul, Turkey, Sept. 2021} - - - \resumeNormalSubheading - {My Project}{Istanbul, Turkey, Sept. 2015 to June 2020} - \resumeItemListStart - \resumeItem{}{Did \textit{this} and this is a \textbf{bold} \href{https://example.com}{link}.} - \resumeItem{}{Did that.} - \resumeItemListEnd - - - \resumeNormalSubheading - {My Project}{Istanbul, Turkey, Sept. 2021} - \resumeItemListStart - \resumeItem{}{Did \textit{this} and this is a \textbf{bold} \href{https://example.com}{link}.} - \resumeItem{}{Did that.} - \resumeItemListEnd - - - \resumeNormalSubheading - {My Project}{Istanbul, Turkey, Sept. 2021} - \resumeItemListStart - \resumeItem{}{Did \textit{this} and this is a \textbf{bold} \href{https://example.com}{link}.} - \resumeItem{}{Did that.} - \resumeItemListEnd - - - \resumeNormalSubheading - {My Project}{Sept. 2021} - \resumeItemListStart - \resumeItem{}{Did \textit{this} and this is a \textbf{bold} \href{https://example.com}{link}.} - \resumeItem{}{Did that.} - \resumeItemListEnd - - - \resumeNormalSubheading - {My Project}{Istanbul, Turkey, Sept. 2021} - \resumeItemListStart - \resumeItem{}{Did \textit{this} and this is a \textbf{bold} \href{https://example.com}{link}.} - \resumeItem{}{Did that.} - \resumeItemListEnd - - - - \resumeSubHeadingListEnd + + + \vspace{0.2 cm} + + \begin{threecolentry}{ + \vspace*{\fill} + \textbullet + \vspace*{3px} + \vspace*{\fill} + }{ + \textit{Sept. 2021} + + \textit{Istanbul, Turkey}} + \textbf{My Project} + \end{threecolentry} + + + + \vspace{0.2 cm} + + \begin{threecolentry}{ + \vspace*{\fill} + \textbullet + \vspace*{3px} + \vspace*{\fill} + }{ + + + \textit{Istanbul, Turkey}} + \textbf{My Project} + \end{threecolentry} + + \vspace{0.10 cm} + \begin{onecolentry} + \begin{highlights} + \item Did \textit{this} and this is a \textbf{bold} \href{https://example.com}{link}. + \item Did that. + \end{highlights} + \end{onecolentry} + + + \vspace{0.2 cm} + + \begin{threecolentry}{ + \vspace*{\fill} + \textbullet + \vspace*{3px} + \vspace*{\fill} + }{ + \textit{Sept. 2015 to June 2020} + + } + \textbf{My Project} + \end{threecolentry} + + + + \vspace{0.2 cm} + + \begin{threecolentry}{ + \vspace*{\fill} + \textbullet + \vspace*{3px} + \vspace*{\fill} + }{ + \textit{Sept. 2021} + + } + \textbf{My Project} + \end{threecolentry} + + + + \vspace{0.2 cm} + + \begin{threecolentry}{ + \vspace*{\fill} + \textbullet + \vspace*{3px} + \vspace*{\fill} + }{ + \textit{Sept. 2015 to present} + + } + \textbf{My Project} + \end{threecolentry} + + \vspace{0.10 cm} + \begin{onecolentry} + \begin{highlights} + \item Did \textit{this} and this is a \textbf{bold} \href{https://example.com}{link}. + \item Did that. + \end{highlights} + \end{onecolentry} + + + \vspace{0.2 cm} + + \begin{threecolentry}{ + \vspace*{\fill} + \textbullet + \vspace*{3px} + \vspace*{\fill} + }{ + \textit{Sept. 2021} + + } + \textbf{My Project} + \end{threecolentry} + + + + \vspace{0.2 cm} + + \begin{threecolentry}{ + \vspace*{\fill} + \textbullet + \vspace*{3px} + \vspace*{\fill} + }{ + \textit{June 2020} + + } + \textbf{My Project} + \end{threecolentry} + + \vspace{0.10 cm} + \begin{onecolentry} + \begin{highlights} + \item Did \textit{this} and this is a \textbf{bold} \href{https://example.com}{link}. + \item Did that. + \end{highlights} + \end{onecolentry} + + + \vspace{0.2 cm} + + \begin{threecolentry}{ + \vspace*{\fill} + \textbullet + \vspace*{3px} + \vspace*{\fill} + }{ + \textit{Sept. 2021} + + } + \textbf{My Project} + \end{threecolentry} + + \vspace{0.10 cm} + \begin{onecolentry} + \begin{highlights} + \item Did \textit{this} and this is a \textbf{bold} \href{https://example.com}{link}. + \item Did that. + \end{highlights} + \end{onecolentry} + + + \vspace{0.2 cm} + + \begin{threecolentry}{ + \vspace*{\fill} + \textbullet + \vspace*{3px} + \vspace*{\fill} + }{ + \textit{Sept. 2015 to June 2020} + + \textit{Istanbul, Turkey}} + \textbf{My Project} + \end{threecolentry} + + + + \vspace{0.2 cm} + + \begin{threecolentry}{ + \vspace*{\fill} + \textbullet + \vspace*{3px} + \vspace*{\fill} + }{ + \textit{Sept. 2021} + + \textit{Istanbul, Turkey}} + \textbf{My Project} + \end{threecolentry} + + + + \vspace{0.2 cm} + + \begin{threecolentry}{ + \vspace*{\fill} + \textbullet + \vspace*{3px} + \vspace*{\fill} + }{ + \textit{Sept. 2015 to present} + + \textit{Istanbul, Turkey}} + \textbf{My Project} + \end{threecolentry} + + \vspace{0.10 cm} + \begin{onecolentry} + \begin{highlights} + \item Did \textit{this} and this is a \textbf{bold} \href{https://example.com}{link}. + \item Did that. + \end{highlights} + \end{onecolentry} + + + \vspace{0.2 cm} + + \begin{threecolentry}{ + \vspace*{\fill} + \textbullet + \vspace*{3px} + \vspace*{\fill} + }{ + \textit{Sept. 2021} + + \textit{Istanbul, Turkey}} + \textbf{My Project} + \end{threecolentry} + + + + \vspace{0.2 cm} + + \begin{threecolentry}{ + \vspace*{\fill} + \textbullet + \vspace*{3px} + \vspace*{\fill} + }{ + \textit{June 2020} + + \textit{Istanbul, Turkey}} + \textbf{My Project} + \end{threecolentry} + + \vspace{0.10 cm} + \begin{onecolentry} + \begin{highlights} + \item Did \textit{this} and this is a \textbf{bold} \href{https://example.com}{link}. + \item Did that. + \end{highlights} + \end{onecolentry} + + + \vspace{0.2 cm} + + \begin{threecolentry}{ + \vspace*{\fill} + \textbullet + \vspace*{3px} + \vspace*{\fill} + }{ + \textit{Sept. 2021} + + \textit{Istanbul, Turkey}} + \textbf{My Project} + \end{threecolentry} + + \vspace{0.10 cm} + \begin{onecolentry} + \begin{highlights} + \item Did \textit{this} and this is a \textbf{bold} \href{https://example.com}{link}. + \item Did that. + \end{highlights} + \end{onecolentry} + + + \vspace{0.2 cm} + + \begin{threecolentry}{ + \vspace*{\fill} + \textbullet + \vspace*{3px} + \vspace*{\fill} + }{ + \textit{Sept. 2021} + + } + \textbf{My Project} + \end{threecolentry} + + + + \vspace{0.2 cm} + + \begin{threecolentry}{ + \vspace*{\fill} + \textbullet + \vspace*{3px} + \vspace*{\fill} + }{ + \textit{Sept. 2015 to June 2020} + + } + \textbf{My Project} + \end{threecolentry} + + \vspace{0.10 cm} + \begin{onecolentry} + \begin{highlights} + \item Did \textit{this} and this is a \textbf{bold} \href{https://example.com}{link}. + \item Did that. + \end{highlights} + \end{onecolentry} + + + \vspace{0.2 cm} + + \begin{threecolentry}{ + \vspace*{\fill} + \textbullet + \vspace*{3px} + \vspace*{\fill} + }{ + \textit{Sept. 2021} + + } + \textbf{My Project} + \end{threecolentry} + + \vspace{0.10 cm} + \begin{onecolentry} + \begin{highlights} + \item Did \textit{this} and this is a \textbf{bold} \href{https://example.com}{link}. + \item Did that. + \end{highlights} + \end{onecolentry} + + + \vspace{0.2 cm} + + \begin{threecolentry}{ + \vspace*{\fill} + \textbullet + \vspace*{3px} + \vspace*{\fill} + }{ + \textit{Sept. 2021} + + } + \textbf{My Project} + \end{threecolentry} + + \vspace{0.10 cm} + \begin{onecolentry} + \begin{highlights} + \item Did \textit{this} and this is a \textbf{bold} \href{https://example.com}{link}. + \item Did that. + \end{highlights} + \end{onecolentry} + + + \vspace{0.2 cm} + + \begin{threecolentry}{ + \vspace*{\fill} + \textbullet + \vspace*{3px} + \vspace*{\fill} + }{ + \textit{Sept. 2021} + + \textit{Istanbul, Turkey}} + \textbf{My Project} + \end{threecolentry} + + + + \vspace{0.2 cm} + + \begin{threecolentry}{ + \vspace*{\fill} + \textbullet + \vspace*{3px} + \vspace*{\fill} + }{ + \textit{Sept. 2015 to June 2020} + + \textit{Istanbul, Turkey}} + \textbf{My Project} + \end{threecolentry} + + \vspace{0.10 cm} + \begin{onecolentry} + \begin{highlights} + \item Did \textit{this} and this is a \textbf{bold} \href{https://example.com}{link}. + \item Did that. + \end{highlights} + \end{onecolentry} + + + \vspace{0.2 cm} + + \begin{threecolentry}{ + \vspace*{\fill} + \textbullet + \vspace*{3px} + \vspace*{\fill} + }{ + \textit{Sept. 2021} + + \textit{Istanbul, Turkey}} + \textbf{My Project} + \end{threecolentry} + + \vspace{0.10 cm} + \begin{onecolentry} + \begin{highlights} + \item Did \textit{this} and this is a \textbf{bold} \href{https://example.com}{link}. + \item Did that. + \end{highlights} + \end{onecolentry} + + + \vspace{0.2 cm} + + \begin{threecolentry}{ + \vspace*{\fill} + \textbullet + \vspace*{3px} + \vspace*{\fill} + }{ + \textit{Sept. 2021} + + \textit{Istanbul, Turkey}} + \textbf{My Project} + \end{threecolentry} + + \vspace{0.10 cm} + \begin{onecolentry} + \begin{highlights} + \item Did \textit{this} and this is a \textbf{bold} \href{https://example.com}{link}. + \item Did that. + \end{highlights} + \end{onecolentry} + + + \vspace{0.2 cm} + + \begin{threecolentry}{ + \vspace*{\fill} + \textbullet + \vspace*{3px} + \vspace*{\fill} + }{ + \textit{Sept. 2021} + + } + \textbf{My Project} + \end{threecolentry} + + \vspace{0.10 cm} + \begin{onecolentry} + \begin{highlights} + \item Did \textit{this} and this is a \textbf{bold} \href{https://example.com}{link}. + \item Did that. + \end{highlights} + \end{onecolentry} + + + \vspace{0.2 cm} + + \begin{threecolentry}{ + \vspace*{\fill} + \textbullet + \vspace*{3px} + \vspace*{\fill} + }{ + \textit{Sept. 2021} + + \textit{Istanbul, Turkey}} + \textbf{My Project} + \end{threecolentry} + + \vspace{0.10 cm} + \begin{onecolentry} + \begin{highlights} + \item Did \textit{this} and this is a \textbf{bold} \href{https://example.com}{link}. + \item Did that. + \end{highlights} + \end{onecolentry} + + + + \section{One Line Entries} - \resumeSubHeadingListStart - \vspace{0.08cm} - \resumeSubItem{Pro\textbf{gram}ming} - {Python, C++, JavaScript, MATLAB} + + \begin{onecolentry} + \textbf{Pro\textnormal{gram}ming:} Python, C++, JavaScript, MATLAB + \end{onecolentry} - \resumeSubHeadingListEnd + \end{document} \ No newline at end of file diff --git a/tests/testdata/test_generate_latex_file_and_copy_theme_files/sb2nov_filled/LICENSE b/tests/testdata/test_generate_latex_file_and_copy_theme_files/sb2nov_filled/LICENSE deleted file mode 100644 index 4d4f656..0000000 --- a/tests/testdata/test_generate_latex_file_and_copy_theme_files/sb2nov_filled/LICENSE +++ /dev/null @@ -1,22 +0,0 @@ -The MIT License (MIT) - -Copyright (c) 2015 Sourabh Bajaj - -Permission is hereby granted, free of charge, to any person obtaining a copy -of this software and associated documentation files (the "Software"), to deal -in the Software without restriction, including without limitation the rights -to use, copy, modify, merge, publish, distribute, sublicense, and/or sell -copies of the Software, and to permit persons to whom the Software is -furnished to do so, subject to the following conditions: - -The above copyright notice and this permission notice shall be included in all -copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR -IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, -FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE -AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER -LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, -OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE -SOFTWARE. - diff --git a/tests/testdata/test_latex_to_pdf/classic_empty.pdf b/tests/testdata/test_latex_to_pdf/classic_empty.pdf index 249118b..0e9a6a0 100644 Binary files a/tests/testdata/test_latex_to_pdf/classic_empty.pdf and b/tests/testdata/test_latex_to_pdf/classic_empty.pdf differ diff --git a/tests/testdata/test_latex_to_pdf/classic_filled.pdf b/tests/testdata/test_latex_to_pdf/classic_filled.pdf index 92ff90c..585e936 100644 Binary files a/tests/testdata/test_latex_to_pdf/classic_filled.pdf and b/tests/testdata/test_latex_to_pdf/classic_filled.pdf differ diff --git a/tests/testdata/test_latex_to_pdf/engineeringresumes_empty.pdf b/tests/testdata/test_latex_to_pdf/engineeringresumes_empty.pdf index 34cfa69..cecb7d7 100644 Binary files a/tests/testdata/test_latex_to_pdf/engineeringresumes_empty.pdf and b/tests/testdata/test_latex_to_pdf/engineeringresumes_empty.pdf differ diff --git a/tests/testdata/test_latex_to_pdf/engineeringresumes_filled.pdf b/tests/testdata/test_latex_to_pdf/engineeringresumes_filled.pdf index ef71a2f..fa7c5a8 100644 Binary files a/tests/testdata/test_latex_to_pdf/engineeringresumes_filled.pdf and b/tests/testdata/test_latex_to_pdf/engineeringresumes_filled.pdf differ diff --git a/tests/testdata/test_latex_to_pdf/moderncv_empty.pdf b/tests/testdata/test_latex_to_pdf/moderncv_empty.pdf index 2ed5345..569dd13 100644 Binary files a/tests/testdata/test_latex_to_pdf/moderncv_empty.pdf and b/tests/testdata/test_latex_to_pdf/moderncv_empty.pdf differ diff --git a/tests/testdata/test_latex_to_pdf/moderncv_filled.pdf b/tests/testdata/test_latex_to_pdf/moderncv_filled.pdf index 1e90deb..dcf1f8b 100644 Binary files a/tests/testdata/test_latex_to_pdf/moderncv_filled.pdf and b/tests/testdata/test_latex_to_pdf/moderncv_filled.pdf differ diff --git a/tests/testdata/test_latex_to_pdf/sb2nov_empty.pdf b/tests/testdata/test_latex_to_pdf/sb2nov_empty.pdf index cdea435..589ae38 100644 Binary files a/tests/testdata/test_latex_to_pdf/sb2nov_empty.pdf and b/tests/testdata/test_latex_to_pdf/sb2nov_empty.pdf differ diff --git a/tests/testdata/test_latex_to_pdf/sb2nov_filled.pdf b/tests/testdata/test_latex_to_pdf/sb2nov_filled.pdf index 13d434b..d84b0a2 100644 Binary files a/tests/testdata/test_latex_to_pdf/sb2nov_filled.pdf and b/tests/testdata/test_latex_to_pdf/sb2nov_filled.pdf differ