mirror of https://github.com/eyhc1/rendercv.git
tests: enhance
This commit is contained in:
parent
c22fe57522
commit
29fecd5bcb
File diff suppressed because it is too large
Load Diff
|
@ -68,6 +68,8 @@
|
||||||
% new command for external links:
|
% new command for external links:
|
||||||
\renewcommand{\href}[2]{\hrefWithoutArrow{#1}{\mbox{\color{color1} #2 \raisebox{.15ex}{\footnotesize \faExternalLink*}}}}
|
\renewcommand{\href}[2]{\hrefWithoutArrow{#1}{\mbox{\color{color1} #2 \raisebox{.15ex}{\footnotesize \faExternalLink*}}}}
|
||||||
|
|
||||||
|
\hypersetup{pdftitle={None's CV}}
|
||||||
|
|
||||||
\section{Test}
|
\section{Test}
|
||||||
|
|
||||||
\cvline{}{test}
|
\cvline{}{test}
|
||||||
|
|
|
@ -77,79 +77,571 @@
|
||||||
% new command for external links:
|
% new command for external links:
|
||||||
\renewcommand{\href}[2]{\hrefWithoutArrow{#1}{\mbox{\color{color1} #2 \raisebox{.15ex}{\footnotesize \faExternalLink*}}}}
|
\renewcommand{\href}[2]{\hrefWithoutArrow{#1}{\mbox{\color{color1} #2 \raisebox{.15ex}{\footnotesize \faExternalLink*}}}}
|
||||||
|
|
||||||
\section{Section1}
|
\hypersetup{pdftitle={John Doe's CV}}
|
||||||
|
|
||||||
|
\section{Text Entries}
|
||||||
|
|
||||||
\cvline{}{My Text Entry with some \textbf{markdown} and \href{https://example.com}{links}!}
|
\cvline{}{My Text Entry with some \textbf{markdown} and \href{https://example.com}{links}!}
|
||||||
|
|
||||||
\cvline{}{My Text Entry with some \textbf{markdown} and \href{https://example.com}{links}!}
|
\cvline{}{My Text Entry with some \textbf{markdown} and \href{https://example.com}{links}!}
|
||||||
|
|
||||||
|
\cvline{}{Some other \textbf{\textit{ tests, which should be tricky} to parse!}}
|
||||||
|
|
||||||
\section{Section2}
|
|
||||||
|
|
||||||
\cventry{Dec. 2021}{Magneto-Thermal Thin Shell Approximation for 3D Finite Element Analysis of No-Insulation Coils}{IEEE Transactions on Applied Superconductivity}{\href{https://doi.org/10.1109/TASC.2023.3340648}{10.1109/TASC.2023.3340648}}{}{}
|
|
||||||
\cvline{}{\small \mbox{J. Doe}, \mbox{\textit{\textbf{H. Tom}}}, \mbox{S. Doe}, \mbox{A. Andsurname}}
|
|
||||||
|
|
||||||
\cventry{Dec. 2021}{Magneto-Thermal Thin Shell Approximation for 3D Finite Element Analysis of No-Insulation Coils}{IEEE Transactions on Applied Superconductivity}{}{}{}
|
|
||||||
\cvline{}{\small \mbox{J. Doe}, \mbox{\textit{\textbf{H. Tom}}}, \mbox{S. Doe}, \mbox{A. Andsurname}}
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
\section{Section3}
|
\section{Bullet Entries}
|
||||||
|
|
||||||
\cventry{July 2020 to Aug. 2021}{Software Engineer}{Some Company}{TX, USA}{}{}
|
|
||||||
\cvlistitem{Developed an \href{https://example.com}{IOS application} that has received more than \textbf{100,000 downloads}.}
|
|
||||||
\cvlistitem{Managed a team of \textbf{5} engineers.}
|
|
||||||
|
|
||||||
|
|
||||||
\cventry{July 2020 to Aug. 2021}{Software Engineer}{Some Company}{TX, USA}{}{}
|
|
||||||
\cvlistitem{Developed an \href{https://example.com}{IOS application} that has received more than \textbf{100,000 downloads}.}
|
|
||||||
\cvlistitem{Managed a team of \textbf{5} engineers.}
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
\section{Section4}
|
|
||||||
|
|
||||||
\cventry{Sept. 2015 to June 2020}{BS, Mechanical Engineering}{Boğaziçi University}{Istanbul, Turkey}{}{}
|
|
||||||
\cvlistitem{GPA: 3.24/4.00 (\href{https://example.com}{Transcript})}
|
|
||||||
\cvlistitem{Awards: Dean's Honor List, Sportsperson of the Year}
|
|
||||||
|
|
||||||
|
|
||||||
\cventry{Sept. 2015 to June 2020}{BS, Mechanical Engineering}{Boğaziçi University}{Istanbul, Turkey}{}{}
|
|
||||||
\cvlistitem{GPA: 3.24/4.00 (\href{https://example.com}{Transcript})}
|
|
||||||
\cvlistitem{Awards: Dean's Honor List, Sportsperson of the Year}
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
\section{Section5}
|
|
||||||
|
|
||||||
\cventry{Sept. 2021}{Some Project}{}{Remote}{}{}
|
|
||||||
\cvlistitem{Developed a web application with \textbf{React} and \textbf{Django}.}
|
|
||||||
\cvlistitem{Implemented a \textbf{RESTful API}}
|
|
||||||
|
|
||||||
|
|
||||||
\cventry{Sept. 2021}{Some Project}{}{Remote}{}{}
|
|
||||||
\cvlistitem{Developed a web application with \textbf{React} and \textbf{Django}.}
|
|
||||||
\cvlistitem{Implemented a \textbf{RESTful API}}
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
\section{Section6}
|
|
||||||
|
|
||||||
\cvline{Programming}{Python, C++, JavaScript, MATLAB}
|
|
||||||
|
|
||||||
\cvline{Programming}{Python, C++, JavaScript, MATLAB}
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
\section{Section7}
|
|
||||||
|
|
||||||
\cvlistitem{This is a bullet entry.}
|
\cvlistitem{This is a bullet entry.}
|
||||||
|
|
||||||
\cvlistitem{This is a bullet entry.}
|
\cvlistitem{My Text Entry with some \textbf{markdown} and \href{https://example.com}{links}!}
|
||||||
|
|
||||||
|
\cvlistitem{Some other \textbf{\textit{ tests, which should be tricky} to parse!}}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
\section{Publication Entries}
|
||||||
|
|
||||||
|
\cventry{Sept. 2021}{Magneto-Thermal Thin Shell Approximation for 3D Finite Element Analysis of No-Insulation Coils}{}{}{}{}
|
||||||
|
\cvline{}{\small \mbox{J. Doe}, \mbox{\textbf{H. Tom}}, \mbox{S. Doe}, \mbox{A. Andsurname}}
|
||||||
|
|
||||||
|
\cventry{Sept. 2021}{Magneto-Thermal Thin Shell Approximation for 3D Finite Element Analysis of No-Insulation Coils}{}{\href{https://doi.org/10.1109/TASC.2023.3340648}{10.1109/TASC.2023.3340648}}{}{}
|
||||||
|
\cvline{}{\small \mbox{J. Doe}, \mbox{\textbf{H. Tom}}, \mbox{S. Doe}, \mbox{A. Andsurname}}
|
||||||
|
|
||||||
|
\cventry{Sept. 2021}{Magneto-Thermal Thin Shell Approximation for 3D Finite Element Analysis of No-Insulation Coils}{IEEE Transactions on Applied Superconductivity}{}{}{}
|
||||||
|
\cvline{}{\small \mbox{J. Doe}, \mbox{\textbf{H. Tom}}, \mbox{S. Doe}, \mbox{A. Andsurname}}
|
||||||
|
|
||||||
|
\cventry{Sept. 2021}{Magneto-Thermal Thin Shell Approximation for 3D Finite Element Analysis of No-Insulation Coils}{IEEE Transactions on Applied Superconductivity}{\href{https://doi.org/10.1109/TASC.2023.3340648}{10.1109/TASC.2023.3340648}}{}{}
|
||||||
|
\cvline{}{\small \mbox{J. Doe}, \mbox{\textbf{H. Tom}}, \mbox{S. Doe}, \mbox{A. Andsurname}}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
\section{Experience Entries}
|
||||||
|
|
||||||
|
\cventry{}{Software Engineer}{Some Company}{}{}{}
|
||||||
|
|
||||||
|
|
||||||
|
\cventry{Sept. 2015 to present}{Software Engineer}{Some Company}{}{}{}
|
||||||
|
|
||||||
|
|
||||||
|
\cventry{Jan. 2024}{Software Engineer}{Some Company}{}{}{}
|
||||||
|
|
||||||
|
|
||||||
|
\cventry{Sept. 2021}{Software Engineer}{Some Company}{}{}{}
|
||||||
|
|
||||||
|
|
||||||
|
\cventry{}{Software Engineer}{Some Company}{}{}{}
|
||||||
|
\cvlistitem{Did this.}
|
||||||
|
\cvlistitem{Did that.}
|
||||||
|
|
||||||
|
|
||||||
|
\cventry{}{Software Engineer}{Some Company}{Istanbul, Turkey}{}{}
|
||||||
|
|
||||||
|
|
||||||
|
\cventry{Sept. 2015 to present}{Software Engineer}{Some Company}{}{}{}
|
||||||
|
|
||||||
|
|
||||||
|
\cventry{Sept. 2021}{Software Engineer}{Some Company}{}{}{}
|
||||||
|
|
||||||
|
|
||||||
|
\cventry{Sept. 2015 to present}{Software Engineer}{Some Company}{}{}{}
|
||||||
|
\cvlistitem{Did this.}
|
||||||
|
\cvlistitem{Did that.}
|
||||||
|
|
||||||
|
|
||||||
|
\cventry{Sept. 2015 to present}{Software Engineer}{Some Company}{Istanbul, Turkey}{}{}
|
||||||
|
|
||||||
|
|
||||||
|
\cventry{Sept. 2021}{Software Engineer}{Some Company}{}{}{}
|
||||||
|
|
||||||
|
|
||||||
|
\cventry{Jan. 2024}{Software Engineer}{Some Company}{}{}{}
|
||||||
|
\cvlistitem{Did this.}
|
||||||
|
\cvlistitem{Did that.}
|
||||||
|
|
||||||
|
|
||||||
|
\cventry{Jan. 2024}{Software Engineer}{Some Company}{Istanbul, Turkey}{}{}
|
||||||
|
|
||||||
|
|
||||||
|
\cventry{Sept. 2021}{Software Engineer}{Some Company}{}{}{}
|
||||||
|
\cvlistitem{Did this.}
|
||||||
|
\cvlistitem{Did that.}
|
||||||
|
|
||||||
|
|
||||||
|
\cventry{Sept. 2021}{Software Engineer}{Some Company}{Istanbul, Turkey}{}{}
|
||||||
|
|
||||||
|
|
||||||
|
\cventry{}{Software Engineer}{Some Company}{Istanbul, Turkey}{}{}
|
||||||
|
\cvlistitem{Did this.}
|
||||||
|
\cvlistitem{Did that.}
|
||||||
|
|
||||||
|
|
||||||
|
\cventry{Sept. 2021}{Software Engineer}{Some Company}{}{}{}
|
||||||
|
|
||||||
|
|
||||||
|
\cventry{Sept. 2015 to present}{Software Engineer}{Some Company}{}{}{}
|
||||||
|
\cvlistitem{Did this.}
|
||||||
|
\cvlistitem{Did that.}
|
||||||
|
|
||||||
|
|
||||||
|
\cventry{Sept. 2015 to present}{Software Engineer}{Some Company}{Istanbul, Turkey}{}{}
|
||||||
|
|
||||||
|
|
||||||
|
\cventry{Sept. 2021}{Software Engineer}{Some Company}{}{}{}
|
||||||
|
\cvlistitem{Did this.}
|
||||||
|
\cvlistitem{Did that.}
|
||||||
|
|
||||||
|
|
||||||
|
\cventry{Sept. 2021}{Software Engineer}{Some Company}{Istanbul, Turkey}{}{}
|
||||||
|
|
||||||
|
|
||||||
|
\cventry{Sept. 2015 to present}{Software Engineer}{Some Company}{Istanbul, Turkey}{}{}
|
||||||
|
\cvlistitem{Did this.}
|
||||||
|
\cvlistitem{Did that.}
|
||||||
|
|
||||||
|
|
||||||
|
\cventry{Sept. 2021}{Software Engineer}{Some Company}{}{}{}
|
||||||
|
\cvlistitem{Did this.}
|
||||||
|
\cvlistitem{Did that.}
|
||||||
|
|
||||||
|
|
||||||
|
\cventry{Sept. 2021}{Software Engineer}{Some Company}{Istanbul, Turkey}{}{}
|
||||||
|
|
||||||
|
|
||||||
|
\cventry{Jan. 2024}{Software Engineer}{Some Company}{Istanbul, Turkey}{}{}
|
||||||
|
\cvlistitem{Did this.}
|
||||||
|
\cvlistitem{Did that.}
|
||||||
|
|
||||||
|
|
||||||
|
\cventry{Sept. 2021}{Software Engineer}{Some Company}{Istanbul, Turkey}{}{}
|
||||||
|
\cvlistitem{Did this.}
|
||||||
|
\cvlistitem{Did that.}
|
||||||
|
|
||||||
|
|
||||||
|
\cventry{Sept. 2021}{Software Engineer}{Some Company}{}{}{}
|
||||||
|
\cvlistitem{Did this.}
|
||||||
|
\cvlistitem{Did that.}
|
||||||
|
|
||||||
|
|
||||||
|
\cventry{Sept. 2021}{Software Engineer}{Some Company}{Istanbul, Turkey}{}{}
|
||||||
|
|
||||||
|
|
||||||
|
\cventry{Sept. 2015 to present}{Software Engineer}{Some Company}{Istanbul, Turkey}{}{}
|
||||||
|
\cvlistitem{Did this.}
|
||||||
|
\cvlistitem{Did that.}
|
||||||
|
|
||||||
|
|
||||||
|
\cventry{Sept. 2021}{Software Engineer}{Some Company}{Istanbul, Turkey}{}{}
|
||||||
|
\cvlistitem{Did this.}
|
||||||
|
\cvlistitem{Did that.}
|
||||||
|
|
||||||
|
|
||||||
|
\cventry{Sept. 2021}{Software Engineer}{Some Company}{Istanbul, Turkey}{}{}
|
||||||
|
\cvlistitem{Did this.}
|
||||||
|
\cvlistitem{Did that.}
|
||||||
|
|
||||||
|
|
||||||
|
\cventry{Sept. 2021}{Software Engineer}{Some Company}{Istanbul, Turkey}{}{}
|
||||||
|
\cvlistitem{Did this.}
|
||||||
|
\cvlistitem{Did that.}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
\section{Education Entries}
|
||||||
|
|
||||||
|
\cventry{}{Mechanical Engineering}{Boğaziçi University}{}{}{}
|
||||||
|
|
||||||
|
|
||||||
|
\cventry{Sept. 2015 to present}{Mechanical Engineering}{Boğaziçi University}{}{}{}
|
||||||
|
|
||||||
|
|
||||||
|
\cventry{Jan. 2024}{Mechanical Engineering}{Boğaziçi University}{}{}{}
|
||||||
|
|
||||||
|
|
||||||
|
\cventry{Sept. 2021}{Mechanical Engineering}{Boğaziçi University}{}{}{}
|
||||||
|
|
||||||
|
|
||||||
|
\cventry{}{Mechanical Engineering}{Boğaziçi University}{}{}{}
|
||||||
|
\cvlistitem{Did this.}
|
||||||
|
\cvlistitem{Did that.}
|
||||||
|
|
||||||
|
|
||||||
|
\cventry{}{Mechanical Engineering}{Boğaziçi University}{Istanbul, Turkey}{}{}
|
||||||
|
|
||||||
|
|
||||||
|
\cventry{}{BS, Mechanical Engineering}{Boğaziçi University}{}{}{}
|
||||||
|
|
||||||
|
|
||||||
|
\cventry{Sept. 2015 to present}{Mechanical Engineering}{Boğaziçi University}{}{}{}
|
||||||
|
|
||||||
|
|
||||||
|
\cventry{Sept. 2021}{Mechanical Engineering}{Boğaziçi University}{}{}{}
|
||||||
|
|
||||||
|
|
||||||
|
\cventry{Sept. 2015 to present}{Mechanical Engineering}{Boğaziçi University}{}{}{}
|
||||||
|
\cvlistitem{Did this.}
|
||||||
|
\cvlistitem{Did that.}
|
||||||
|
|
||||||
|
|
||||||
|
\cventry{Sept. 2015 to present}{Mechanical Engineering}{Boğaziçi University}{Istanbul, Turkey}{}{}
|
||||||
|
|
||||||
|
|
||||||
|
\cventry{Sept. 2015 to present}{BS, Mechanical Engineering}{Boğaziçi University}{}{}{}
|
||||||
|
|
||||||
|
|
||||||
|
\cventry{Sept. 2021}{Mechanical Engineering}{Boğaziçi University}{}{}{}
|
||||||
|
|
||||||
|
|
||||||
|
\cventry{Jan. 2024}{Mechanical Engineering}{Boğaziçi University}{}{}{}
|
||||||
|
\cvlistitem{Did this.}
|
||||||
|
\cvlistitem{Did that.}
|
||||||
|
|
||||||
|
|
||||||
|
\cventry{Jan. 2024}{Mechanical Engineering}{Boğaziçi University}{Istanbul, Turkey}{}{}
|
||||||
|
|
||||||
|
|
||||||
|
\cventry{Jan. 2024}{BS, Mechanical Engineering}{Boğaziçi University}{}{}{}
|
||||||
|
|
||||||
|
|
||||||
|
\cventry{Sept. 2021}{Mechanical Engineering}{Boğaziçi University}{}{}{}
|
||||||
|
\cvlistitem{Did this.}
|
||||||
|
\cvlistitem{Did that.}
|
||||||
|
|
||||||
|
|
||||||
|
\cventry{Sept. 2021}{Mechanical Engineering}{Boğaziçi University}{Istanbul, Turkey}{}{}
|
||||||
|
|
||||||
|
|
||||||
|
\cventry{Sept. 2021}{BS, Mechanical Engineering}{Boğaziçi University}{}{}{}
|
||||||
|
|
||||||
|
|
||||||
|
\cventry{}{Mechanical Engineering}{Boğaziçi University}{Istanbul, Turkey}{}{}
|
||||||
|
\cvlistitem{Did this.}
|
||||||
|
\cvlistitem{Did that.}
|
||||||
|
|
||||||
|
|
||||||
|
\cventry{}{BS, Mechanical Engineering}{Boğaziçi University}{}{}{}
|
||||||
|
\cvlistitem{Did this.}
|
||||||
|
\cvlistitem{Did that.}
|
||||||
|
|
||||||
|
|
||||||
|
\cventry{}{BS, Mechanical Engineering}{Boğaziçi University}{Istanbul, Turkey}{}{}
|
||||||
|
|
||||||
|
|
||||||
|
\cventry{Sept. 2021}{Mechanical Engineering}{Boğaziçi University}{}{}{}
|
||||||
|
|
||||||
|
|
||||||
|
\cventry{Sept. 2015 to present}{Mechanical Engineering}{Boğaziçi University}{}{}{}
|
||||||
|
\cvlistitem{Did this.}
|
||||||
|
\cvlistitem{Did that.}
|
||||||
|
|
||||||
|
|
||||||
|
\cventry{Sept. 2015 to present}{Mechanical Engineering}{Boğaziçi University}{Istanbul, Turkey}{}{}
|
||||||
|
|
||||||
|
|
||||||
|
\cventry{Sept. 2015 to present}{BS, Mechanical Engineering}{Boğaziçi University}{}{}{}
|
||||||
|
|
||||||
|
|
||||||
|
\cventry{Sept. 2021}{Mechanical Engineering}{Boğaziçi University}{}{}{}
|
||||||
|
\cvlistitem{Did this.}
|
||||||
|
\cvlistitem{Did that.}
|
||||||
|
|
||||||
|
|
||||||
|
\cventry{Sept. 2021}{Mechanical Engineering}{Boğaziçi University}{Istanbul, Turkey}{}{}
|
||||||
|
|
||||||
|
|
||||||
|
\cventry{Sept. 2021}{BS, Mechanical Engineering}{Boğaziçi University}{}{}{}
|
||||||
|
|
||||||
|
|
||||||
|
\cventry{Sept. 2015 to present}{Mechanical Engineering}{Boğaziçi University}{Istanbul, Turkey}{}{}
|
||||||
|
\cvlistitem{Did this.}
|
||||||
|
\cvlistitem{Did that.}
|
||||||
|
|
||||||
|
|
||||||
|
\cventry{Sept. 2015 to present}{BS, Mechanical Engineering}{Boğaziçi University}{}{}{}
|
||||||
|
\cvlistitem{Did this.}
|
||||||
|
\cvlistitem{Did that.}
|
||||||
|
|
||||||
|
|
||||||
|
\cventry{Sept. 2015 to present}{BS, Mechanical Engineering}{Boğaziçi University}{Istanbul, Turkey}{}{}
|
||||||
|
|
||||||
|
|
||||||
|
\cventry{Sept. 2021}{Mechanical Engineering}{Boğaziçi University}{}{}{}
|
||||||
|
\cvlistitem{Did this.}
|
||||||
|
\cvlistitem{Did that.}
|
||||||
|
|
||||||
|
|
||||||
|
\cventry{Sept. 2021}{Mechanical Engineering}{Boğaziçi University}{Istanbul, Turkey}{}{}
|
||||||
|
|
||||||
|
|
||||||
|
\cventry{Sept. 2021}{BS, Mechanical Engineering}{Boğaziçi University}{}{}{}
|
||||||
|
|
||||||
|
|
||||||
|
\cventry{Jan. 2024}{Mechanical Engineering}{Boğaziçi University}{Istanbul, Turkey}{}{}
|
||||||
|
\cvlistitem{Did this.}
|
||||||
|
\cvlistitem{Did that.}
|
||||||
|
|
||||||
|
|
||||||
|
\cventry{Jan. 2024}{BS, Mechanical Engineering}{Boğaziçi University}{}{}{}
|
||||||
|
\cvlistitem{Did this.}
|
||||||
|
\cvlistitem{Did that.}
|
||||||
|
|
||||||
|
|
||||||
|
\cventry{Jan. 2024}{BS, Mechanical Engineering}{Boğaziçi University}{Istanbul, Turkey}{}{}
|
||||||
|
|
||||||
|
|
||||||
|
\cventry{Sept. 2021}{Mechanical Engineering}{Boğaziçi University}{Istanbul, Turkey}{}{}
|
||||||
|
\cvlistitem{Did this.}
|
||||||
|
\cvlistitem{Did that.}
|
||||||
|
|
||||||
|
|
||||||
|
\cventry{Sept. 2021}{BS, Mechanical Engineering}{Boğaziçi University}{}{}{}
|
||||||
|
\cvlistitem{Did this.}
|
||||||
|
\cvlistitem{Did that.}
|
||||||
|
|
||||||
|
|
||||||
|
\cventry{Sept. 2021}{BS, Mechanical Engineering}{Boğaziçi University}{Istanbul, Turkey}{}{}
|
||||||
|
|
||||||
|
|
||||||
|
\cventry{}{BS, Mechanical Engineering}{Boğaziçi University}{Istanbul, Turkey}{}{}
|
||||||
|
\cvlistitem{Did this.}
|
||||||
|
\cvlistitem{Did that.}
|
||||||
|
|
||||||
|
|
||||||
|
\cventry{Sept. 2021}{Mechanical Engineering}{Boğaziçi University}{}{}{}
|
||||||
|
\cvlistitem{Did this.}
|
||||||
|
\cvlistitem{Did that.}
|
||||||
|
|
||||||
|
|
||||||
|
\cventry{Sept. 2021}{Mechanical Engineering}{Boğaziçi University}{Istanbul, Turkey}{}{}
|
||||||
|
|
||||||
|
|
||||||
|
\cventry{Sept. 2021}{BS, Mechanical Engineering}{Boğaziçi University}{}{}{}
|
||||||
|
|
||||||
|
|
||||||
|
\cventry{Sept. 2015 to present}{Mechanical Engineering}{Boğaziçi University}{Istanbul, Turkey}{}{}
|
||||||
|
\cvlistitem{Did this.}
|
||||||
|
\cvlistitem{Did that.}
|
||||||
|
|
||||||
|
|
||||||
|
\cventry{Sept. 2015 to present}{BS, Mechanical Engineering}{Boğaziçi University}{}{}{}
|
||||||
|
\cvlistitem{Did this.}
|
||||||
|
\cvlistitem{Did that.}
|
||||||
|
|
||||||
|
|
||||||
|
\cventry{Sept. 2015 to present}{BS, Mechanical Engineering}{Boğaziçi University}{Istanbul, Turkey}{}{}
|
||||||
|
|
||||||
|
|
||||||
|
\cventry{Sept. 2021}{Mechanical Engineering}{Boğaziçi University}{Istanbul, Turkey}{}{}
|
||||||
|
\cvlistitem{Did this.}
|
||||||
|
\cvlistitem{Did that.}
|
||||||
|
|
||||||
|
|
||||||
|
\cventry{Sept. 2021}{BS, Mechanical Engineering}{Boğaziçi University}{}{}{}
|
||||||
|
\cvlistitem{Did this.}
|
||||||
|
\cvlistitem{Did that.}
|
||||||
|
|
||||||
|
|
||||||
|
\cventry{Sept. 2021}{BS, Mechanical Engineering}{Boğaziçi University}{Istanbul, Turkey}{}{}
|
||||||
|
|
||||||
|
|
||||||
|
\cventry{Sept. 2015 to present}{BS, Mechanical Engineering}{Boğaziçi University}{Istanbul, Turkey}{}{}
|
||||||
|
\cvlistitem{Did this.}
|
||||||
|
\cvlistitem{Did that.}
|
||||||
|
|
||||||
|
|
||||||
|
\cventry{Sept. 2021}{Mechanical Engineering}{Boğaziçi University}{Istanbul, Turkey}{}{}
|
||||||
|
\cvlistitem{Did this.}
|
||||||
|
\cvlistitem{Did that.}
|
||||||
|
|
||||||
|
|
||||||
|
\cventry{Sept. 2021}{BS, Mechanical Engineering}{Boğaziçi University}{}{}{}
|
||||||
|
\cvlistitem{Did this.}
|
||||||
|
\cvlistitem{Did that.}
|
||||||
|
|
||||||
|
|
||||||
|
\cventry{Sept. 2021}{BS, Mechanical Engineering}{Boğaziçi University}{Istanbul, Turkey}{}{}
|
||||||
|
|
||||||
|
|
||||||
|
\cventry{Jan. 2024}{BS, Mechanical Engineering}{Boğaziçi University}{Istanbul, Turkey}{}{}
|
||||||
|
\cvlistitem{Did this.}
|
||||||
|
\cvlistitem{Did that.}
|
||||||
|
|
||||||
|
|
||||||
|
\cventry{Sept. 2021}{BS, Mechanical Engineering}{Boğaziçi University}{Istanbul, Turkey}{}{}
|
||||||
|
\cvlistitem{Did this.}
|
||||||
|
\cvlistitem{Did that.}
|
||||||
|
|
||||||
|
|
||||||
|
\cventry{Sept. 2021}{Mechanical Engineering}{Boğaziçi University}{Istanbul, Turkey}{}{}
|
||||||
|
\cvlistitem{Did this.}
|
||||||
|
\cvlistitem{Did that.}
|
||||||
|
|
||||||
|
|
||||||
|
\cventry{Sept. 2021}{BS, Mechanical Engineering}{Boğaziçi University}{}{}{}
|
||||||
|
\cvlistitem{Did this.}
|
||||||
|
\cvlistitem{Did that.}
|
||||||
|
|
||||||
|
|
||||||
|
\cventry{Sept. 2021}{BS, Mechanical Engineering}{Boğaziçi University}{Istanbul, Turkey}{}{}
|
||||||
|
|
||||||
|
|
||||||
|
\cventry{Sept. 2015 to present}{BS, Mechanical Engineering}{Boğaziçi University}{Istanbul, Turkey}{}{}
|
||||||
|
\cvlistitem{Did this.}
|
||||||
|
\cvlistitem{Did that.}
|
||||||
|
|
||||||
|
|
||||||
|
\cventry{Sept. 2021}{BS, Mechanical Engineering}{Boğaziçi University}{Istanbul, Turkey}{}{}
|
||||||
|
\cvlistitem{Did this.}
|
||||||
|
\cvlistitem{Did that.}
|
||||||
|
|
||||||
|
|
||||||
|
\cventry{Sept. 2021}{BS, Mechanical Engineering}{Boğaziçi University}{Istanbul, Turkey}{}{}
|
||||||
|
\cvlistitem{Did this.}
|
||||||
|
\cvlistitem{Did that.}
|
||||||
|
|
||||||
|
|
||||||
|
\cventry{Sept. 2021}{BS, Mechanical Engineering}{Boğaziçi University}{Istanbul, Turkey}{}{}
|
||||||
|
\cvlistitem{Did this.}
|
||||||
|
\cvlistitem{Did that.}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
\section{Normal Entries}
|
||||||
|
|
||||||
|
\cventry{}{My Project}{}{}{}{}
|
||||||
|
|
||||||
|
|
||||||
|
\cventry{Sept. 2015 to present}{My Project}{}{}{}{}
|
||||||
|
|
||||||
|
|
||||||
|
\cventry{Jan. 2024}{My Project}{}{}{}{}
|
||||||
|
|
||||||
|
|
||||||
|
\cventry{Sept. 2021}{My Project}{}{}{}{}
|
||||||
|
|
||||||
|
|
||||||
|
\cventry{}{My Project}{}{}{}{}
|
||||||
|
\cvlistitem{Did this.}
|
||||||
|
\cvlistitem{Did that.}
|
||||||
|
|
||||||
|
|
||||||
|
\cventry{}{My Project}{}{Istanbul, Turkey}{}{}
|
||||||
|
|
||||||
|
|
||||||
|
\cventry{Sept. 2015 to present}{My Project}{}{}{}{}
|
||||||
|
|
||||||
|
|
||||||
|
\cventry{Sept. 2021}{My Project}{}{}{}{}
|
||||||
|
|
||||||
|
|
||||||
|
\cventry{Sept. 2015 to present}{My Project}{}{}{}{}
|
||||||
|
\cvlistitem{Did this.}
|
||||||
|
\cvlistitem{Did that.}
|
||||||
|
|
||||||
|
|
||||||
|
\cventry{Sept. 2015 to present}{My Project}{}{Istanbul, Turkey}{}{}
|
||||||
|
|
||||||
|
|
||||||
|
\cventry{Sept. 2021}{My Project}{}{}{}{}
|
||||||
|
|
||||||
|
|
||||||
|
\cventry{Jan. 2024}{My Project}{}{}{}{}
|
||||||
|
\cvlistitem{Did this.}
|
||||||
|
\cvlistitem{Did that.}
|
||||||
|
|
||||||
|
|
||||||
|
\cventry{Jan. 2024}{My Project}{}{Istanbul, Turkey}{}{}
|
||||||
|
|
||||||
|
|
||||||
|
\cventry{Sept. 2021}{My Project}{}{}{}{}
|
||||||
|
\cvlistitem{Did this.}
|
||||||
|
\cvlistitem{Did that.}
|
||||||
|
|
||||||
|
|
||||||
|
\cventry{Sept. 2021}{My Project}{}{Istanbul, Turkey}{}{}
|
||||||
|
|
||||||
|
|
||||||
|
\cventry{}{My Project}{}{Istanbul, Turkey}{}{}
|
||||||
|
\cvlistitem{Did this.}
|
||||||
|
\cvlistitem{Did that.}
|
||||||
|
|
||||||
|
|
||||||
|
\cventry{Sept. 2021}{My Project}{}{}{}{}
|
||||||
|
|
||||||
|
|
||||||
|
\cventry{Sept. 2015 to present}{My Project}{}{}{}{}
|
||||||
|
\cvlistitem{Did this.}
|
||||||
|
\cvlistitem{Did that.}
|
||||||
|
|
||||||
|
|
||||||
|
\cventry{Sept. 2015 to present}{My Project}{}{Istanbul, Turkey}{}{}
|
||||||
|
|
||||||
|
|
||||||
|
\cventry{Sept. 2021}{My Project}{}{}{}{}
|
||||||
|
\cvlistitem{Did this.}
|
||||||
|
\cvlistitem{Did that.}
|
||||||
|
|
||||||
|
|
||||||
|
\cventry{Sept. 2021}{My Project}{}{Istanbul, Turkey}{}{}
|
||||||
|
|
||||||
|
|
||||||
|
\cventry{Sept. 2015 to present}{My Project}{}{Istanbul, Turkey}{}{}
|
||||||
|
\cvlistitem{Did this.}
|
||||||
|
\cvlistitem{Did that.}
|
||||||
|
|
||||||
|
|
||||||
|
\cventry{Sept. 2021}{My Project}{}{}{}{}
|
||||||
|
\cvlistitem{Did this.}
|
||||||
|
\cvlistitem{Did that.}
|
||||||
|
|
||||||
|
|
||||||
|
\cventry{Sept. 2021}{My Project}{}{Istanbul, Turkey}{}{}
|
||||||
|
|
||||||
|
|
||||||
|
\cventry{Jan. 2024}{My Project}{}{Istanbul, Turkey}{}{}
|
||||||
|
\cvlistitem{Did this.}
|
||||||
|
\cvlistitem{Did that.}
|
||||||
|
|
||||||
|
|
||||||
|
\cventry{Sept. 2021}{My Project}{}{Istanbul, Turkey}{}{}
|
||||||
|
\cvlistitem{Did this.}
|
||||||
|
\cvlistitem{Did that.}
|
||||||
|
|
||||||
|
|
||||||
|
\cventry{Sept. 2021}{My Project}{}{}{}{}
|
||||||
|
\cvlistitem{Did this.}
|
||||||
|
\cvlistitem{Did that.}
|
||||||
|
|
||||||
|
|
||||||
|
\cventry{Sept. 2021}{My Project}{}{Istanbul, Turkey}{}{}
|
||||||
|
|
||||||
|
|
||||||
|
\cventry{Sept. 2015 to present}{My Project}{}{Istanbul, Turkey}{}{}
|
||||||
|
\cvlistitem{Did this.}
|
||||||
|
\cvlistitem{Did that.}
|
||||||
|
|
||||||
|
|
||||||
|
\cventry{Sept. 2021}{My Project}{}{Istanbul, Turkey}{}{}
|
||||||
|
\cvlistitem{Did this.}
|
||||||
|
\cvlistitem{Did that.}
|
||||||
|
|
||||||
|
|
||||||
|
\cventry{Sept. 2021}{My Project}{}{Istanbul, Turkey}{}{}
|
||||||
|
\cvlistitem{Did this.}
|
||||||
|
\cvlistitem{Did that.}
|
||||||
|
|
||||||
|
|
||||||
|
\cventry{Sept. 2021}{My Project}{}{Istanbul, Turkey}{}{}
|
||||||
|
\cvlistitem{Did this.}
|
||||||
|
\cvlistitem{Did that.}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
\section{One Line Entries}
|
||||||
|
|
||||||
|
\cvline{Programming}{Python, C++, JavaScript, MATLAB}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
|
@ -169,120 +169,947 @@
|
||||||
% new command for external links:
|
% new command for external links:
|
||||||
\renewcommand{\href}[2]{\hrefWithoutArrow{#1}{\color{primaryColor}\mbox{\ifthenelse{\equal{#2}{}}{}{#2 }\raisebox{.15ex}{\footnotesize \faExternalLink*}}}}
|
\renewcommand{\href}[2]{\hrefWithoutArrow{#1}{\color{primaryColor}\mbox{\ifthenelse{\equal{#2}{}}{}{#2 }\raisebox{.15ex}{\footnotesize \faExternalLink*}}}}
|
||||||
|
|
||||||
\section{Section1}
|
\section{Text Entries}
|
||||||
\resumeSubHeadingListStart
|
\resumeSubHeadingListStart
|
||||||
|
|
||||||
\resumeSubItemWithoutBullet{}{My Text Entry with some \textbf{markdown} and \href{https://example.com}{links}!}
|
\resumeSubItemWithoutBullet{}{My Text Entry with some \textbf{markdown} and \href{https://example.com}{links}!}
|
||||||
|
|
||||||
\resumeSubItemWithoutBullet{}{My Text Entry with some \textbf{markdown} and \href{https://example.com}{links}!}
|
\resumeSubItemWithoutBullet{}{My Text Entry with some \textbf{markdown} and \href{https://example.com}{links}!}
|
||||||
|
|
||||||
|
\resumeSubItemWithoutBullet{}{Some other \textbf{\textit{ tests, which should be tricky} to parse!}}
|
||||||
|
|
||||||
|
|
||||||
\resumeSubHeadingListEnd
|
\resumeSubHeadingListEnd
|
||||||
\section{Section2}
|
\section{Bullet Entries}
|
||||||
|
\resumeSubHeadingListStart
|
||||||
|
|
||||||
|
\resumeSubItem{}{This is a bullet entry.}
|
||||||
|
|
||||||
|
\resumeSubItem{}{My Text Entry with some \textbf{markdown} and \href{https://example.com}{links}!}
|
||||||
|
|
||||||
|
\resumeSubItem{}{Some other \textbf{\textit{ tests, which should be tricky} to parse!}}
|
||||||
|
|
||||||
|
|
||||||
|
\resumeSubHeadingListEnd
|
||||||
|
\section{Publication Entries}
|
||||||
\resumeSubHeadingListStart
|
\resumeSubHeadingListStart
|
||||||
|
|
||||||
\resumeSubheading
|
\resumeSubheading
|
||||||
{Magneto-Thermal Thin Shell Approximation for 3D Finite Element Analysis of No-Insulation Coils}{Dec. 2021}
|
{Magneto-Thermal Thin Shell Approximation for 3D Finite Element Analysis of No-Insulation Coils}{Sept. 2021}
|
||||||
{\href{https://doi.org/10.1109/TASC.2023.3340648}{10.1109/TASC.2023.3340648} (IEEE Transactions on Applied Superconductivity)}{}
|
{}{}
|
||||||
\resumeItemListStart
|
\resumeItemListStart
|
||||||
\resumeItem{}{\raggedright \mbox{J. Doe}, \mbox{\textit{\textbf{H. Tom}}}, \mbox{S. Doe}, \mbox{A. Andsurname} \par}
|
\resumeItem{}{\raggedright \mbox{J. Doe}, \mbox{\textbf{H. Tom}}, \mbox{S. Doe}, \mbox{A. Andsurname} \par}
|
||||||
\resumeItemListEnd
|
\resumeItemListEnd
|
||||||
|
|
||||||
\resumeSubheading
|
\resumeSubheading
|
||||||
{Magneto-Thermal Thin Shell Approximation for 3D Finite Element Analysis of No-Insulation Coils}{Dec. 2021}
|
{Magneto-Thermal Thin Shell Approximation for 3D Finite Element Analysis of No-Insulation Coils}{Sept. 2021}
|
||||||
|
{\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
|
||||||
|
|
||||||
|
\resumeSubheading
|
||||||
|
{Magneto-Thermal Thin Shell Approximation for 3D Finite Element Analysis of No-Insulation Coils}{Sept. 2021}
|
||||||
{IEEE Transactions on Applied Superconductivity}{}
|
{IEEE Transactions on Applied Superconductivity}{}
|
||||||
\resumeItemListStart
|
\resumeItemListStart
|
||||||
\resumeItem{}{\raggedright \mbox{J. Doe}, \mbox{\textit{\textbf{H. Tom}}}, \mbox{S. Doe}, \mbox{A. Andsurname} \par}
|
\resumeItem{}{\raggedright \mbox{J. Doe}, \mbox{\textbf{H. Tom}}, \mbox{S. Doe}, \mbox{A. Andsurname} \par}
|
||||||
|
\resumeItemListEnd
|
||||||
|
|
||||||
|
\resumeSubheading
|
||||||
|
{Magneto-Thermal Thin Shell Approximation for 3D Finite Element Analysis of No-Insulation Coils}{Sept. 2021}
|
||||||
|
{\href{https://doi.org/10.1109/TASC.2023.3340648}{10.1109/TASC.2023.3340648} (IEEE Transactions on Applied Superconductivity)}{}
|
||||||
|
\resumeItemListStart
|
||||||
|
\resumeItem{}{\raggedright \mbox{J. Doe}, \mbox{\textbf{H. Tom}}, \mbox{S. Doe}, \mbox{A. Andsurname} \par}
|
||||||
\resumeItemListEnd
|
\resumeItemListEnd
|
||||||
|
|
||||||
|
|
||||||
\resumeSubHeadingListEnd
|
\resumeSubHeadingListEnd
|
||||||
\section{Section3}
|
\section{Experience Entries}
|
||||||
\resumeSubHeadingListStart
|
\resumeSubHeadingListStart
|
||||||
|
|
||||||
\resumeSubheading
|
\resumeSubheading
|
||||||
{Some Company}{TX, USA}
|
{Some Company}{}
|
||||||
{Software Engineer}{July 2020 to Aug. 2021}
|
{Software Engineer}{}
|
||||||
|
|
||||||
|
|
||||||
|
\resumeSubheading
|
||||||
|
{Some Company}{}
|
||||||
|
{Software Engineer}{Sept. 2015 to present}
|
||||||
|
|
||||||
|
|
||||||
|
\resumeSubheading
|
||||||
|
{Some Company}{}
|
||||||
|
{Software Engineer}{Jan. 2024}
|
||||||
|
|
||||||
|
|
||||||
|
\resumeSubheading
|
||||||
|
{Some Company}{}
|
||||||
|
{Software Engineer}{Sept. 2021}
|
||||||
|
|
||||||
|
|
||||||
|
\resumeSubheading
|
||||||
|
{Some Company}{}
|
||||||
|
{Software Engineer}{}
|
||||||
\resumeItemListStart
|
\resumeItemListStart
|
||||||
\resumeItem{}{Developed an \href{https://example.com}{IOS application} that has received more than \textbf{100,000 downloads}.}
|
\resumeItem{}{Did this.}
|
||||||
\resumeItem{}{Managed a team of \textbf{5} engineers.}
|
\resumeItem{}{Did that.}
|
||||||
\resumeItemListEnd
|
\resumeItemListEnd
|
||||||
|
|
||||||
|
|
||||||
\resumeSubheading
|
\resumeSubheading
|
||||||
{Some Company}{TX, USA}
|
{Some Company}{Istanbul, Turkey}
|
||||||
{Software Engineer}{July 2020 to Aug. 2021}
|
{Software Engineer}{}
|
||||||
|
|
||||||
|
|
||||||
|
\resumeSubheading
|
||||||
|
{Some Company}{}
|
||||||
|
{Software Engineer}{Sept. 2015 to present}
|
||||||
|
|
||||||
|
|
||||||
|
\resumeSubheading
|
||||||
|
{Some Company}{}
|
||||||
|
{Software Engineer}{Sept. 2021}
|
||||||
|
|
||||||
|
|
||||||
|
\resumeSubheading
|
||||||
|
{Some Company}{}
|
||||||
|
{Software Engineer}{Sept. 2015 to present}
|
||||||
\resumeItemListStart
|
\resumeItemListStart
|
||||||
\resumeItem{}{Developed an \href{https://example.com}{IOS application} that has received more than \textbf{100,000 downloads}.}
|
\resumeItem{}{Did this.}
|
||||||
\resumeItem{}{Managed a team of \textbf{5} engineers.}
|
\resumeItem{}{Did that.}
|
||||||
|
\resumeItemListEnd
|
||||||
|
|
||||||
|
|
||||||
|
\resumeSubheading
|
||||||
|
{Some Company}{Istanbul, Turkey}
|
||||||
|
{Software Engineer}{Sept. 2015 to present}
|
||||||
|
|
||||||
|
|
||||||
|
\resumeSubheading
|
||||||
|
{Some Company}{}
|
||||||
|
{Software Engineer}{Sept. 2021}
|
||||||
|
|
||||||
|
|
||||||
|
\resumeSubheading
|
||||||
|
{Some Company}{}
|
||||||
|
{Software Engineer}{Jan. 2024}
|
||||||
|
\resumeItemListStart
|
||||||
|
\resumeItem{}{Did this.}
|
||||||
|
\resumeItem{}{Did that.}
|
||||||
|
\resumeItemListEnd
|
||||||
|
|
||||||
|
|
||||||
|
\resumeSubheading
|
||||||
|
{Some Company}{Istanbul, Turkey}
|
||||||
|
{Software Engineer}{Jan. 2024}
|
||||||
|
|
||||||
|
|
||||||
|
\resumeSubheading
|
||||||
|
{Some Company}{}
|
||||||
|
{Software Engineer}{Sept. 2021}
|
||||||
|
\resumeItemListStart
|
||||||
|
\resumeItem{}{Did this.}
|
||||||
|
\resumeItem{}{Did that.}
|
||||||
|
\resumeItemListEnd
|
||||||
|
|
||||||
|
|
||||||
|
\resumeSubheading
|
||||||
|
{Some Company}{Istanbul, Turkey}
|
||||||
|
{Software Engineer}{Sept. 2021}
|
||||||
|
|
||||||
|
|
||||||
|
\resumeSubheading
|
||||||
|
{Some Company}{Istanbul, Turkey}
|
||||||
|
{Software Engineer}{}
|
||||||
|
\resumeItemListStart
|
||||||
|
\resumeItem{}{Did this.}
|
||||||
|
\resumeItem{}{Did that.}
|
||||||
|
\resumeItemListEnd
|
||||||
|
|
||||||
|
|
||||||
|
\resumeSubheading
|
||||||
|
{Some Company}{}
|
||||||
|
{Software Engineer}{Sept. 2021}
|
||||||
|
|
||||||
|
|
||||||
|
\resumeSubheading
|
||||||
|
{Some Company}{}
|
||||||
|
{Software Engineer}{Sept. 2015 to present}
|
||||||
|
\resumeItemListStart
|
||||||
|
\resumeItem{}{Did this.}
|
||||||
|
\resumeItem{}{Did that.}
|
||||||
|
\resumeItemListEnd
|
||||||
|
|
||||||
|
|
||||||
|
\resumeSubheading
|
||||||
|
{Some Company}{Istanbul, Turkey}
|
||||||
|
{Software Engineer}{Sept. 2015 to present}
|
||||||
|
|
||||||
|
|
||||||
|
\resumeSubheading
|
||||||
|
{Some Company}{}
|
||||||
|
{Software Engineer}{Sept. 2021}
|
||||||
|
\resumeItemListStart
|
||||||
|
\resumeItem{}{Did this.}
|
||||||
|
\resumeItem{}{Did that.}
|
||||||
|
\resumeItemListEnd
|
||||||
|
|
||||||
|
|
||||||
|
\resumeSubheading
|
||||||
|
{Some Company}{Istanbul, Turkey}
|
||||||
|
{Software Engineer}{Sept. 2021}
|
||||||
|
|
||||||
|
|
||||||
|
\resumeSubheading
|
||||||
|
{Some Company}{Istanbul, Turkey}
|
||||||
|
{Software Engineer}{Sept. 2015 to present}
|
||||||
|
\resumeItemListStart
|
||||||
|
\resumeItem{}{Did this.}
|
||||||
|
\resumeItem{}{Did that.}
|
||||||
|
\resumeItemListEnd
|
||||||
|
|
||||||
|
|
||||||
|
\resumeSubheading
|
||||||
|
{Some Company}{}
|
||||||
|
{Software Engineer}{Sept. 2021}
|
||||||
|
\resumeItemListStart
|
||||||
|
\resumeItem{}{Did this.}
|
||||||
|
\resumeItem{}{Did that.}
|
||||||
|
\resumeItemListEnd
|
||||||
|
|
||||||
|
|
||||||
|
\resumeSubheading
|
||||||
|
{Some Company}{Istanbul, Turkey}
|
||||||
|
{Software Engineer}{Sept. 2021}
|
||||||
|
|
||||||
|
|
||||||
|
\resumeSubheading
|
||||||
|
{Some Company}{Istanbul, Turkey}
|
||||||
|
{Software Engineer}{Jan. 2024}
|
||||||
|
\resumeItemListStart
|
||||||
|
\resumeItem{}{Did this.}
|
||||||
|
\resumeItem{}{Did that.}
|
||||||
|
\resumeItemListEnd
|
||||||
|
|
||||||
|
|
||||||
|
\resumeSubheading
|
||||||
|
{Some Company}{Istanbul, Turkey}
|
||||||
|
{Software Engineer}{Sept. 2021}
|
||||||
|
\resumeItemListStart
|
||||||
|
\resumeItem{}{Did this.}
|
||||||
|
\resumeItem{}{Did that.}
|
||||||
|
\resumeItemListEnd
|
||||||
|
|
||||||
|
|
||||||
|
\resumeSubheading
|
||||||
|
{Some Company}{}
|
||||||
|
{Software Engineer}{Sept. 2021}
|
||||||
|
\resumeItemListStart
|
||||||
|
\resumeItem{}{Did this.}
|
||||||
|
\resumeItem{}{Did that.}
|
||||||
|
\resumeItemListEnd
|
||||||
|
|
||||||
|
|
||||||
|
\resumeSubheading
|
||||||
|
{Some Company}{Istanbul, Turkey}
|
||||||
|
{Software Engineer}{Sept. 2021}
|
||||||
|
|
||||||
|
|
||||||
|
\resumeSubheading
|
||||||
|
{Some Company}{Istanbul, Turkey}
|
||||||
|
{Software Engineer}{Sept. 2015 to present}
|
||||||
|
\resumeItemListStart
|
||||||
|
\resumeItem{}{Did this.}
|
||||||
|
\resumeItem{}{Did that.}
|
||||||
|
\resumeItemListEnd
|
||||||
|
|
||||||
|
|
||||||
|
\resumeSubheading
|
||||||
|
{Some Company}{Istanbul, Turkey}
|
||||||
|
{Software Engineer}{Sept. 2021}
|
||||||
|
\resumeItemListStart
|
||||||
|
\resumeItem{}{Did this.}
|
||||||
|
\resumeItem{}{Did that.}
|
||||||
|
\resumeItemListEnd
|
||||||
|
|
||||||
|
|
||||||
|
\resumeSubheading
|
||||||
|
{Some Company}{Istanbul, Turkey}
|
||||||
|
{Software Engineer}{Sept. 2021}
|
||||||
|
\resumeItemListStart
|
||||||
|
\resumeItem{}{Did this.}
|
||||||
|
\resumeItem{}{Did that.}
|
||||||
|
\resumeItemListEnd
|
||||||
|
|
||||||
|
|
||||||
|
\resumeSubheading
|
||||||
|
{Some Company}{Istanbul, Turkey}
|
||||||
|
{Software Engineer}{Sept. 2021}
|
||||||
|
\resumeItemListStart
|
||||||
|
\resumeItem{}{Did this.}
|
||||||
|
\resumeItem{}{Did that.}
|
||||||
\resumeItemListEnd
|
\resumeItemListEnd
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
\resumeSubHeadingListEnd
|
\resumeSubHeadingListEnd
|
||||||
\section{Section4}
|
\section{Education Entries}
|
||||||
\resumeSubHeadingListStart
|
\resumeSubHeadingListStart
|
||||||
|
|
||||||
\resumeSubheading
|
\resumeSubheading
|
||||||
{Boğaziçi University}{Istanbul, Turkey}
|
{Boğaziçi University}{}
|
||||||
{BS in Mechanical Engineering}{Sept. 2015 to June 2020}
|
{Mechanical Engineering}{}
|
||||||
|
|
||||||
|
|
||||||
|
\resumeSubheading
|
||||||
|
{Boğaziçi University}{}
|
||||||
|
{Mechanical Engineering}{Sept. 2015 to present}
|
||||||
|
|
||||||
|
|
||||||
|
\resumeSubheading
|
||||||
|
{Boğaziçi University}{}
|
||||||
|
{Mechanical Engineering}{Jan. 2024}
|
||||||
|
|
||||||
|
|
||||||
|
\resumeSubheading
|
||||||
|
{Boğaziçi University}{}
|
||||||
|
{Mechanical Engineering}{Sept. 2021}
|
||||||
|
|
||||||
|
|
||||||
|
\resumeSubheading
|
||||||
|
{Boğaziçi University}{}
|
||||||
|
{Mechanical Engineering}{}
|
||||||
\resumeItemListStart
|
\resumeItemListStart
|
||||||
\resumeItem{}{GPA: 3.24/4.00 (\href{https://example.com}{Transcript})}
|
\resumeItem{}{Did this.}
|
||||||
\resumeItem{}{Awards: Dean's Honor List, Sportsperson of the Year}
|
\resumeItem{}{Did that.}
|
||||||
\resumeItemListEnd
|
\resumeItemListEnd
|
||||||
|
|
||||||
|
|
||||||
\resumeSubheading
|
\resumeSubheading
|
||||||
{Boğaziçi University}{Istanbul, Turkey}
|
{Boğaziçi University}{Istanbul, Turkey}
|
||||||
{BS in Mechanical Engineering}{Sept. 2015 to June 2020}
|
{Mechanical Engineering}{}
|
||||||
|
|
||||||
|
|
||||||
|
\resumeSubheading
|
||||||
|
{Boğaziçi University}{}
|
||||||
|
{BS in Mechanical Engineering}{}
|
||||||
|
|
||||||
|
|
||||||
|
\resumeSubheading
|
||||||
|
{Boğaziçi University}{}
|
||||||
|
{Mechanical Engineering}{Sept. 2015 to present}
|
||||||
|
|
||||||
|
|
||||||
|
\resumeSubheading
|
||||||
|
{Boğaziçi University}{}
|
||||||
|
{Mechanical Engineering}{Sept. 2021}
|
||||||
|
|
||||||
|
|
||||||
|
\resumeSubheading
|
||||||
|
{Boğaziçi University}{}
|
||||||
|
{Mechanical Engineering}{Sept. 2015 to present}
|
||||||
\resumeItemListStart
|
\resumeItemListStart
|
||||||
\resumeItem{}{GPA: 3.24/4.00 (\href{https://example.com}{Transcript})}
|
\resumeItem{}{Did this.}
|
||||||
\resumeItem{}{Awards: Dean's Honor List, Sportsperson of the Year}
|
\resumeItem{}{Did that.}
|
||||||
|
\resumeItemListEnd
|
||||||
|
|
||||||
|
|
||||||
|
\resumeSubheading
|
||||||
|
{Boğaziçi University}{Istanbul, Turkey}
|
||||||
|
{Mechanical Engineering}{Sept. 2015 to present}
|
||||||
|
|
||||||
|
|
||||||
|
\resumeSubheading
|
||||||
|
{Boğaziçi University}{}
|
||||||
|
{BS in Mechanical Engineering}{Sept. 2015 to present}
|
||||||
|
|
||||||
|
|
||||||
|
\resumeSubheading
|
||||||
|
{Boğaziçi University}{}
|
||||||
|
{Mechanical Engineering}{Sept. 2021}
|
||||||
|
|
||||||
|
|
||||||
|
\resumeSubheading
|
||||||
|
{Boğaziçi University}{}
|
||||||
|
{Mechanical Engineering}{Jan. 2024}
|
||||||
|
\resumeItemListStart
|
||||||
|
\resumeItem{}{Did this.}
|
||||||
|
\resumeItem{}{Did that.}
|
||||||
|
\resumeItemListEnd
|
||||||
|
|
||||||
|
|
||||||
|
\resumeSubheading
|
||||||
|
{Boğaziçi University}{Istanbul, Turkey}
|
||||||
|
{Mechanical Engineering}{Jan. 2024}
|
||||||
|
|
||||||
|
|
||||||
|
\resumeSubheading
|
||||||
|
{Boğaziçi University}{}
|
||||||
|
{BS in Mechanical Engineering}{Jan. 2024}
|
||||||
|
|
||||||
|
|
||||||
|
\resumeSubheading
|
||||||
|
{Boğaziçi University}{}
|
||||||
|
{Mechanical Engineering}{Sept. 2021}
|
||||||
|
\resumeItemListStart
|
||||||
|
\resumeItem{}{Did this.}
|
||||||
|
\resumeItem{}{Did that.}
|
||||||
|
\resumeItemListEnd
|
||||||
|
|
||||||
|
|
||||||
|
\resumeSubheading
|
||||||
|
{Boğaziçi University}{Istanbul, Turkey}
|
||||||
|
{Mechanical Engineering}{Sept. 2021}
|
||||||
|
|
||||||
|
|
||||||
|
\resumeSubheading
|
||||||
|
{Boğaziçi University}{}
|
||||||
|
{BS in Mechanical Engineering}{Sept. 2021}
|
||||||
|
|
||||||
|
|
||||||
|
\resumeSubheading
|
||||||
|
{Boğaziçi University}{Istanbul, Turkey}
|
||||||
|
{Mechanical Engineering}{}
|
||||||
|
\resumeItemListStart
|
||||||
|
\resumeItem{}{Did this.}
|
||||||
|
\resumeItem{}{Did that.}
|
||||||
|
\resumeItemListEnd
|
||||||
|
|
||||||
|
|
||||||
|
\resumeSubheading
|
||||||
|
{Boğaziçi University}{}
|
||||||
|
{BS in Mechanical Engineering}{}
|
||||||
|
\resumeItemListStart
|
||||||
|
\resumeItem{}{Did this.}
|
||||||
|
\resumeItem{}{Did that.}
|
||||||
|
\resumeItemListEnd
|
||||||
|
|
||||||
|
|
||||||
|
\resumeSubheading
|
||||||
|
{Boğaziçi University}{Istanbul, Turkey}
|
||||||
|
{BS in Mechanical Engineering}{}
|
||||||
|
|
||||||
|
|
||||||
|
\resumeSubheading
|
||||||
|
{Boğaziçi University}{}
|
||||||
|
{Mechanical Engineering}{Sept. 2021}
|
||||||
|
|
||||||
|
|
||||||
|
\resumeSubheading
|
||||||
|
{Boğaziçi University}{}
|
||||||
|
{Mechanical Engineering}{Sept. 2015 to present}
|
||||||
|
\resumeItemListStart
|
||||||
|
\resumeItem{}{Did this.}
|
||||||
|
\resumeItem{}{Did that.}
|
||||||
|
\resumeItemListEnd
|
||||||
|
|
||||||
|
|
||||||
|
\resumeSubheading
|
||||||
|
{Boğaziçi University}{Istanbul, Turkey}
|
||||||
|
{Mechanical Engineering}{Sept. 2015 to present}
|
||||||
|
|
||||||
|
|
||||||
|
\resumeSubheading
|
||||||
|
{Boğaziçi University}{}
|
||||||
|
{BS in Mechanical Engineering}{Sept. 2015 to present}
|
||||||
|
|
||||||
|
|
||||||
|
\resumeSubheading
|
||||||
|
{Boğaziçi University}{}
|
||||||
|
{Mechanical Engineering}{Sept. 2021}
|
||||||
|
\resumeItemListStart
|
||||||
|
\resumeItem{}{Did this.}
|
||||||
|
\resumeItem{}{Did that.}
|
||||||
|
\resumeItemListEnd
|
||||||
|
|
||||||
|
|
||||||
|
\resumeSubheading
|
||||||
|
{Boğaziçi University}{Istanbul, Turkey}
|
||||||
|
{Mechanical Engineering}{Sept. 2021}
|
||||||
|
|
||||||
|
|
||||||
|
\resumeSubheading
|
||||||
|
{Boğaziçi University}{}
|
||||||
|
{BS in Mechanical Engineering}{Sept. 2021}
|
||||||
|
|
||||||
|
|
||||||
|
\resumeSubheading
|
||||||
|
{Boğaziçi University}{Istanbul, Turkey}
|
||||||
|
{Mechanical Engineering}{Sept. 2015 to present}
|
||||||
|
\resumeItemListStart
|
||||||
|
\resumeItem{}{Did this.}
|
||||||
|
\resumeItem{}{Did that.}
|
||||||
|
\resumeItemListEnd
|
||||||
|
|
||||||
|
|
||||||
|
\resumeSubheading
|
||||||
|
{Boğaziçi University}{}
|
||||||
|
{BS in Mechanical Engineering}{Sept. 2015 to present}
|
||||||
|
\resumeItemListStart
|
||||||
|
\resumeItem{}{Did this.}
|
||||||
|
\resumeItem{}{Did that.}
|
||||||
|
\resumeItemListEnd
|
||||||
|
|
||||||
|
|
||||||
|
\resumeSubheading
|
||||||
|
{Boğaziçi University}{Istanbul, Turkey}
|
||||||
|
{BS in Mechanical Engineering}{Sept. 2015 to present}
|
||||||
|
|
||||||
|
|
||||||
|
\resumeSubheading
|
||||||
|
{Boğaziçi University}{}
|
||||||
|
{Mechanical Engineering}{Sept. 2021}
|
||||||
|
\resumeItemListStart
|
||||||
|
\resumeItem{}{Did this.}
|
||||||
|
\resumeItem{}{Did that.}
|
||||||
|
\resumeItemListEnd
|
||||||
|
|
||||||
|
|
||||||
|
\resumeSubheading
|
||||||
|
{Boğaziçi University}{Istanbul, Turkey}
|
||||||
|
{Mechanical Engineering}{Sept. 2021}
|
||||||
|
|
||||||
|
|
||||||
|
\resumeSubheading
|
||||||
|
{Boğaziçi University}{}
|
||||||
|
{BS in Mechanical Engineering}{Sept. 2021}
|
||||||
|
|
||||||
|
|
||||||
|
\resumeSubheading
|
||||||
|
{Boğaziçi University}{Istanbul, Turkey}
|
||||||
|
{Mechanical Engineering}{Jan. 2024}
|
||||||
|
\resumeItemListStart
|
||||||
|
\resumeItem{}{Did this.}
|
||||||
|
\resumeItem{}{Did that.}
|
||||||
|
\resumeItemListEnd
|
||||||
|
|
||||||
|
|
||||||
|
\resumeSubheading
|
||||||
|
{Boğaziçi University}{}
|
||||||
|
{BS in Mechanical Engineering}{Jan. 2024}
|
||||||
|
\resumeItemListStart
|
||||||
|
\resumeItem{}{Did this.}
|
||||||
|
\resumeItem{}{Did that.}
|
||||||
|
\resumeItemListEnd
|
||||||
|
|
||||||
|
|
||||||
|
\resumeSubheading
|
||||||
|
{Boğaziçi University}{Istanbul, Turkey}
|
||||||
|
{BS in Mechanical Engineering}{Jan. 2024}
|
||||||
|
|
||||||
|
|
||||||
|
\resumeSubheading
|
||||||
|
{Boğaziçi University}{Istanbul, Turkey}
|
||||||
|
{Mechanical Engineering}{Sept. 2021}
|
||||||
|
\resumeItemListStart
|
||||||
|
\resumeItem{}{Did this.}
|
||||||
|
\resumeItem{}{Did that.}
|
||||||
|
\resumeItemListEnd
|
||||||
|
|
||||||
|
|
||||||
|
\resumeSubheading
|
||||||
|
{Boğaziçi University}{}
|
||||||
|
{BS in Mechanical Engineering}{Sept. 2021}
|
||||||
|
\resumeItemListStart
|
||||||
|
\resumeItem{}{Did this.}
|
||||||
|
\resumeItem{}{Did that.}
|
||||||
|
\resumeItemListEnd
|
||||||
|
|
||||||
|
|
||||||
|
\resumeSubheading
|
||||||
|
{Boğaziçi University}{Istanbul, Turkey}
|
||||||
|
{BS in Mechanical Engineering}{Sept. 2021}
|
||||||
|
|
||||||
|
|
||||||
|
\resumeSubheading
|
||||||
|
{Boğaziçi University}{Istanbul, Turkey}
|
||||||
|
{BS in Mechanical Engineering}{}
|
||||||
|
\resumeItemListStart
|
||||||
|
\resumeItem{}{Did this.}
|
||||||
|
\resumeItem{}{Did that.}
|
||||||
|
\resumeItemListEnd
|
||||||
|
|
||||||
|
|
||||||
|
\resumeSubheading
|
||||||
|
{Boğaziçi University}{}
|
||||||
|
{Mechanical Engineering}{Sept. 2021}
|
||||||
|
\resumeItemListStart
|
||||||
|
\resumeItem{}{Did this.}
|
||||||
|
\resumeItem{}{Did that.}
|
||||||
|
\resumeItemListEnd
|
||||||
|
|
||||||
|
|
||||||
|
\resumeSubheading
|
||||||
|
{Boğaziçi University}{Istanbul, Turkey}
|
||||||
|
{Mechanical Engineering}{Sept. 2021}
|
||||||
|
|
||||||
|
|
||||||
|
\resumeSubheading
|
||||||
|
{Boğaziçi University}{}
|
||||||
|
{BS in Mechanical Engineering}{Sept. 2021}
|
||||||
|
|
||||||
|
|
||||||
|
\resumeSubheading
|
||||||
|
{Boğaziçi University}{Istanbul, Turkey}
|
||||||
|
{Mechanical Engineering}{Sept. 2015 to present}
|
||||||
|
\resumeItemListStart
|
||||||
|
\resumeItem{}{Did this.}
|
||||||
|
\resumeItem{}{Did that.}
|
||||||
|
\resumeItemListEnd
|
||||||
|
|
||||||
|
|
||||||
|
\resumeSubheading
|
||||||
|
{Boğaziçi University}{}
|
||||||
|
{BS in Mechanical Engineering}{Sept. 2015 to present}
|
||||||
|
\resumeItemListStart
|
||||||
|
\resumeItem{}{Did this.}
|
||||||
|
\resumeItem{}{Did that.}
|
||||||
|
\resumeItemListEnd
|
||||||
|
|
||||||
|
|
||||||
|
\resumeSubheading
|
||||||
|
{Boğaziçi University}{Istanbul, Turkey}
|
||||||
|
{BS in Mechanical Engineering}{Sept. 2015 to present}
|
||||||
|
|
||||||
|
|
||||||
|
\resumeSubheading
|
||||||
|
{Boğaziçi University}{Istanbul, Turkey}
|
||||||
|
{Mechanical Engineering}{Sept. 2021}
|
||||||
|
\resumeItemListStart
|
||||||
|
\resumeItem{}{Did this.}
|
||||||
|
\resumeItem{}{Did that.}
|
||||||
|
\resumeItemListEnd
|
||||||
|
|
||||||
|
|
||||||
|
\resumeSubheading
|
||||||
|
{Boğaziçi University}{}
|
||||||
|
{BS in Mechanical Engineering}{Sept. 2021}
|
||||||
|
\resumeItemListStart
|
||||||
|
\resumeItem{}{Did this.}
|
||||||
|
\resumeItem{}{Did that.}
|
||||||
|
\resumeItemListEnd
|
||||||
|
|
||||||
|
|
||||||
|
\resumeSubheading
|
||||||
|
{Boğaziçi University}{Istanbul, Turkey}
|
||||||
|
{BS in Mechanical Engineering}{Sept. 2021}
|
||||||
|
|
||||||
|
|
||||||
|
\resumeSubheading
|
||||||
|
{Boğaziçi University}{Istanbul, Turkey}
|
||||||
|
{BS in Mechanical Engineering}{Sept. 2015 to present}
|
||||||
|
\resumeItemListStart
|
||||||
|
\resumeItem{}{Did this.}
|
||||||
|
\resumeItem{}{Did that.}
|
||||||
|
\resumeItemListEnd
|
||||||
|
|
||||||
|
|
||||||
|
\resumeSubheading
|
||||||
|
{Boğaziçi University}{Istanbul, Turkey}
|
||||||
|
{Mechanical Engineering}{Sept. 2021}
|
||||||
|
\resumeItemListStart
|
||||||
|
\resumeItem{}{Did this.}
|
||||||
|
\resumeItem{}{Did that.}
|
||||||
|
\resumeItemListEnd
|
||||||
|
|
||||||
|
|
||||||
|
\resumeSubheading
|
||||||
|
{Boğaziçi University}{}
|
||||||
|
{BS in Mechanical Engineering}{Sept. 2021}
|
||||||
|
\resumeItemListStart
|
||||||
|
\resumeItem{}{Did this.}
|
||||||
|
\resumeItem{}{Did that.}
|
||||||
|
\resumeItemListEnd
|
||||||
|
|
||||||
|
|
||||||
|
\resumeSubheading
|
||||||
|
{Boğaziçi University}{Istanbul, Turkey}
|
||||||
|
{BS in Mechanical Engineering}{Sept. 2021}
|
||||||
|
|
||||||
|
|
||||||
|
\resumeSubheading
|
||||||
|
{Boğaziçi University}{Istanbul, Turkey}
|
||||||
|
{BS in Mechanical Engineering}{Jan. 2024}
|
||||||
|
\resumeItemListStart
|
||||||
|
\resumeItem{}{Did this.}
|
||||||
|
\resumeItem{}{Did that.}
|
||||||
|
\resumeItemListEnd
|
||||||
|
|
||||||
|
|
||||||
|
\resumeSubheading
|
||||||
|
{Boğaziçi University}{Istanbul, Turkey}
|
||||||
|
{BS in Mechanical Engineering}{Sept. 2021}
|
||||||
|
\resumeItemListStart
|
||||||
|
\resumeItem{}{Did this.}
|
||||||
|
\resumeItem{}{Did that.}
|
||||||
|
\resumeItemListEnd
|
||||||
|
|
||||||
|
|
||||||
|
\resumeSubheading
|
||||||
|
{Boğaziçi University}{Istanbul, Turkey}
|
||||||
|
{Mechanical Engineering}{Sept. 2021}
|
||||||
|
\resumeItemListStart
|
||||||
|
\resumeItem{}{Did this.}
|
||||||
|
\resumeItem{}{Did that.}
|
||||||
|
\resumeItemListEnd
|
||||||
|
|
||||||
|
|
||||||
|
\resumeSubheading
|
||||||
|
{Boğaziçi University}{}
|
||||||
|
{BS in Mechanical Engineering}{Sept. 2021}
|
||||||
|
\resumeItemListStart
|
||||||
|
\resumeItem{}{Did this.}
|
||||||
|
\resumeItem{}{Did that.}
|
||||||
|
\resumeItemListEnd
|
||||||
|
|
||||||
|
|
||||||
|
\resumeSubheading
|
||||||
|
{Boğaziçi University}{Istanbul, Turkey}
|
||||||
|
{BS in Mechanical Engineering}{Sept. 2021}
|
||||||
|
|
||||||
|
|
||||||
|
\resumeSubheading
|
||||||
|
{Boğaziçi University}{Istanbul, Turkey}
|
||||||
|
{BS in Mechanical Engineering}{Sept. 2015 to present}
|
||||||
|
\resumeItemListStart
|
||||||
|
\resumeItem{}{Did this.}
|
||||||
|
\resumeItem{}{Did that.}
|
||||||
|
\resumeItemListEnd
|
||||||
|
|
||||||
|
|
||||||
|
\resumeSubheading
|
||||||
|
{Boğaziçi University}{Istanbul, Turkey}
|
||||||
|
{BS in Mechanical Engineering}{Sept. 2021}
|
||||||
|
\resumeItemListStart
|
||||||
|
\resumeItem{}{Did this.}
|
||||||
|
\resumeItem{}{Did that.}
|
||||||
|
\resumeItemListEnd
|
||||||
|
|
||||||
|
|
||||||
|
\resumeSubheading
|
||||||
|
{Boğaziçi University}{Istanbul, Turkey}
|
||||||
|
{BS in Mechanical Engineering}{Sept. 2021}
|
||||||
|
\resumeItemListStart
|
||||||
|
\resumeItem{}{Did this.}
|
||||||
|
\resumeItem{}{Did that.}
|
||||||
|
\resumeItemListEnd
|
||||||
|
|
||||||
|
|
||||||
|
\resumeSubheading
|
||||||
|
{Boğaziçi University}{Istanbul, Turkey}
|
||||||
|
{BS in Mechanical Engineering}{Sept. 2021}
|
||||||
|
\resumeItemListStart
|
||||||
|
\resumeItem{}{Did this.}
|
||||||
|
\resumeItem{}{Did that.}
|
||||||
\resumeItemListEnd
|
\resumeItemListEnd
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
\resumeSubHeadingListEnd
|
\resumeSubHeadingListEnd
|
||||||
\section{Section5}
|
\section{Normal Entries}
|
||||||
\resumeSubHeadingListStart
|
\resumeSubHeadingListStart
|
||||||
|
|
||||||
\resumeNormalSubheading
|
\resumeNormalSubheading
|
||||||
{Some Project}{Sept. 2021}
|
{My Project}{}
|
||||||
|
|
||||||
|
|
||||||
|
\resumeNormalSubheading
|
||||||
|
{My Project}{Sept. 2015 to present}
|
||||||
|
|
||||||
|
|
||||||
|
\resumeNormalSubheading
|
||||||
|
{My Project}{Jan. 2024}
|
||||||
|
|
||||||
|
|
||||||
|
\resumeNormalSubheading
|
||||||
|
{My Project}{Sept. 2021}
|
||||||
|
|
||||||
|
|
||||||
|
\resumeNormalSubheading
|
||||||
|
{My Project}{}
|
||||||
\resumeItemListStart
|
\resumeItemListStart
|
||||||
\resumeItem{}{Developed a web application with \textbf{React} and \textbf{Django}.}
|
\resumeItem{}{Did this.}
|
||||||
\resumeItem{}{Implemented a \textbf{RESTful API}}
|
\resumeItem{}{Did that.}
|
||||||
\resumeItemListEnd
|
\resumeItemListEnd
|
||||||
|
|
||||||
|
|
||||||
\resumeNormalSubheading
|
\resumeNormalSubheading
|
||||||
{Some Project}{Sept. 2021}
|
{My Project}{Istanbul, Turkey}
|
||||||
|
|
||||||
|
|
||||||
|
\resumeNormalSubheading
|
||||||
|
{My Project}{Sept. 2015 to present}
|
||||||
|
|
||||||
|
|
||||||
|
\resumeNormalSubheading
|
||||||
|
{My Project}{Sept. 2021}
|
||||||
|
|
||||||
|
|
||||||
|
\resumeNormalSubheading
|
||||||
|
{My Project}{Sept. 2015 to present}
|
||||||
\resumeItemListStart
|
\resumeItemListStart
|
||||||
\resumeItem{}{Developed a web application with \textbf{React} and \textbf{Django}.}
|
\resumeItem{}{Did this.}
|
||||||
\resumeItem{}{Implemented a \textbf{RESTful API}}
|
\resumeItem{}{Did that.}
|
||||||
|
\resumeItemListEnd
|
||||||
|
|
||||||
|
|
||||||
|
\resumeNormalSubheading
|
||||||
|
{My Project}{Sept. 2015 to present}
|
||||||
|
|
||||||
|
|
||||||
|
\resumeNormalSubheading
|
||||||
|
{My Project}{Sept. 2021}
|
||||||
|
|
||||||
|
|
||||||
|
\resumeNormalSubheading
|
||||||
|
{My Project}{Jan. 2024}
|
||||||
|
\resumeItemListStart
|
||||||
|
\resumeItem{}{Did this.}
|
||||||
|
\resumeItem{}{Did that.}
|
||||||
|
\resumeItemListEnd
|
||||||
|
|
||||||
|
|
||||||
|
\resumeNormalSubheading
|
||||||
|
{My Project}{Jan. 2024}
|
||||||
|
|
||||||
|
|
||||||
|
\resumeNormalSubheading
|
||||||
|
{My Project}{Sept. 2021}
|
||||||
|
\resumeItemListStart
|
||||||
|
\resumeItem{}{Did this.}
|
||||||
|
\resumeItem{}{Did that.}
|
||||||
|
\resumeItemListEnd
|
||||||
|
|
||||||
|
|
||||||
|
\resumeNormalSubheading
|
||||||
|
{My Project}{Sept. 2021}
|
||||||
|
|
||||||
|
|
||||||
|
\resumeNormalSubheading
|
||||||
|
{My Project}{Istanbul, Turkey}
|
||||||
|
\resumeItemListStart
|
||||||
|
\resumeItem{}{Did this.}
|
||||||
|
\resumeItem{}{Did that.}
|
||||||
|
\resumeItemListEnd
|
||||||
|
|
||||||
|
|
||||||
|
\resumeNormalSubheading
|
||||||
|
{My Project}{Sept. 2021}
|
||||||
|
|
||||||
|
|
||||||
|
\resumeNormalSubheading
|
||||||
|
{My Project}{Sept. 2015 to present}
|
||||||
|
\resumeItemListStart
|
||||||
|
\resumeItem{}{Did this.}
|
||||||
|
\resumeItem{}{Did that.}
|
||||||
|
\resumeItemListEnd
|
||||||
|
|
||||||
|
|
||||||
|
\resumeNormalSubheading
|
||||||
|
{My Project}{Sept. 2015 to present}
|
||||||
|
|
||||||
|
|
||||||
|
\resumeNormalSubheading
|
||||||
|
{My Project}{Sept. 2021}
|
||||||
|
\resumeItemListStart
|
||||||
|
\resumeItem{}{Did this.}
|
||||||
|
\resumeItem{}{Did that.}
|
||||||
|
\resumeItemListEnd
|
||||||
|
|
||||||
|
|
||||||
|
\resumeNormalSubheading
|
||||||
|
{My Project}{Sept. 2021}
|
||||||
|
|
||||||
|
|
||||||
|
\resumeNormalSubheading
|
||||||
|
{My Project}{Sept. 2015 to present}
|
||||||
|
\resumeItemListStart
|
||||||
|
\resumeItem{}{Did this.}
|
||||||
|
\resumeItem{}{Did that.}
|
||||||
|
\resumeItemListEnd
|
||||||
|
|
||||||
|
|
||||||
|
\resumeNormalSubheading
|
||||||
|
{My Project}{Sept. 2021}
|
||||||
|
\resumeItemListStart
|
||||||
|
\resumeItem{}{Did this.}
|
||||||
|
\resumeItem{}{Did that.}
|
||||||
|
\resumeItemListEnd
|
||||||
|
|
||||||
|
|
||||||
|
\resumeNormalSubheading
|
||||||
|
{My Project}{Sept. 2021}
|
||||||
|
|
||||||
|
|
||||||
|
\resumeNormalSubheading
|
||||||
|
{My Project}{Jan. 2024}
|
||||||
|
\resumeItemListStart
|
||||||
|
\resumeItem{}{Did this.}
|
||||||
|
\resumeItem{}{Did that.}
|
||||||
|
\resumeItemListEnd
|
||||||
|
|
||||||
|
|
||||||
|
\resumeNormalSubheading
|
||||||
|
{My Project}{Sept. 2021}
|
||||||
|
\resumeItemListStart
|
||||||
|
\resumeItem{}{Did this.}
|
||||||
|
\resumeItem{}{Did that.}
|
||||||
|
\resumeItemListEnd
|
||||||
|
|
||||||
|
|
||||||
|
\resumeNormalSubheading
|
||||||
|
{My Project}{Sept. 2021}
|
||||||
|
\resumeItemListStart
|
||||||
|
\resumeItem{}{Did this.}
|
||||||
|
\resumeItem{}{Did that.}
|
||||||
|
\resumeItemListEnd
|
||||||
|
|
||||||
|
|
||||||
|
\resumeNormalSubheading
|
||||||
|
{My Project}{Sept. 2021}
|
||||||
|
|
||||||
|
|
||||||
|
\resumeNormalSubheading
|
||||||
|
{My Project}{Sept. 2015 to present}
|
||||||
|
\resumeItemListStart
|
||||||
|
\resumeItem{}{Did this.}
|
||||||
|
\resumeItem{}{Did that.}
|
||||||
|
\resumeItemListEnd
|
||||||
|
|
||||||
|
|
||||||
|
\resumeNormalSubheading
|
||||||
|
{My Project}{Sept. 2021}
|
||||||
|
\resumeItemListStart
|
||||||
|
\resumeItem{}{Did this.}
|
||||||
|
\resumeItem{}{Did that.}
|
||||||
|
\resumeItemListEnd
|
||||||
|
|
||||||
|
|
||||||
|
\resumeNormalSubheading
|
||||||
|
{My Project}{Sept. 2021}
|
||||||
|
\resumeItemListStart
|
||||||
|
\resumeItem{}{Did this.}
|
||||||
|
\resumeItem{}{Did that.}
|
||||||
|
\resumeItemListEnd
|
||||||
|
|
||||||
|
|
||||||
|
\resumeNormalSubheading
|
||||||
|
{My Project}{Sept. 2021}
|
||||||
|
\resumeItemListStart
|
||||||
|
\resumeItem{}{Did this.}
|
||||||
|
\resumeItem{}{Did that.}
|
||||||
\resumeItemListEnd
|
\resumeItemListEnd
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
\resumeSubHeadingListEnd
|
\resumeSubHeadingListEnd
|
||||||
\section{Section6}
|
\section{One Line Entries}
|
||||||
\resumeSubHeadingListStart
|
\resumeSubHeadingListStart
|
||||||
|
|
||||||
\vspace{0.08cm}
|
\vspace{0.08cm}
|
||||||
\resumeSubItem{Programming}
|
\resumeSubItem{Programming}
|
||||||
{Python, C++, JavaScript, MATLAB}
|
{Python, C++, JavaScript, MATLAB}
|
||||||
|
|
||||||
\resumeSubItem{Programming}
|
|
||||||
{Python, C++, JavaScript, MATLAB}
|
|
||||||
|
|
||||||
|
|
||||||
\resumeSubHeadingListEnd
|
|
||||||
\section{Section7}
|
|
||||||
\resumeSubHeadingListStart
|
|
||||||
|
|
||||||
\resumeSubItem{}{This is a bullet entry.}
|
|
||||||
|
|
||||||
\resumeSubItem{}{This is a bullet entry.}
|
|
||||||
|
|
||||||
|
|
||||||
\resumeSubHeadingListEnd
|
\resumeSubHeadingListEnd
|
||||||
|
|
||||||
|
|
File diff suppressed because it is too large
Load Diff
|
@ -68,6 +68,8 @@
|
||||||
% new command for external links:
|
% new command for external links:
|
||||||
\renewcommand{\href}[2]{\hrefWithoutArrow{#1}{\mbox{\color{color1} #2 \raisebox{.15ex}{\footnotesize \faExternalLink*}}}}
|
\renewcommand{\href}[2]{\hrefWithoutArrow{#1}{\mbox{\color{color1} #2 \raisebox{.15ex}{\footnotesize \faExternalLink*}}}}
|
||||||
|
|
||||||
|
\hypersetup{pdftitle={None's CV}}
|
||||||
|
|
||||||
\section{Test}
|
\section{Test}
|
||||||
|
|
||||||
\cvline{}{test}
|
\cvline{}{test}
|
||||||
|
|
|
@ -77,79 +77,571 @@
|
||||||
% new command for external links:
|
% new command for external links:
|
||||||
\renewcommand{\href}[2]{\hrefWithoutArrow{#1}{\mbox{\color{color1} #2 \raisebox{.15ex}{\footnotesize \faExternalLink*}}}}
|
\renewcommand{\href}[2]{\hrefWithoutArrow{#1}{\mbox{\color{color1} #2 \raisebox{.15ex}{\footnotesize \faExternalLink*}}}}
|
||||||
|
|
||||||
\section{Section1}
|
\hypersetup{pdftitle={John Doe's CV}}
|
||||||
|
|
||||||
|
\section{Text Entries}
|
||||||
|
|
||||||
\cvline{}{My Text Entry with some \textbf{markdown} and \href{https://example.com}{links}!}
|
\cvline{}{My Text Entry with some \textbf{markdown} and \href{https://example.com}{links}!}
|
||||||
|
|
||||||
\cvline{}{My Text Entry with some \textbf{markdown} and \href{https://example.com}{links}!}
|
\cvline{}{My Text Entry with some \textbf{markdown} and \href{https://example.com}{links}!}
|
||||||
|
|
||||||
|
\cvline{}{Some other \textbf{\textit{ tests, which should be tricky} to parse!}}
|
||||||
|
|
||||||
\section{Section2}
|
|
||||||
|
|
||||||
\cventry{Dec. 2021}{Magneto-Thermal Thin Shell Approximation for 3D Finite Element Analysis of No-Insulation Coils}{IEEE Transactions on Applied Superconductivity}{\href{https://doi.org/10.1109/TASC.2023.3340648}{10.1109/TASC.2023.3340648}}{}{}
|
|
||||||
\cvline{}{\small \mbox{J. Doe}, \mbox{\textit{\textbf{H. Tom}}}, \mbox{S. Doe}, \mbox{A. Andsurname}}
|
|
||||||
|
|
||||||
\cventry{Dec. 2021}{Magneto-Thermal Thin Shell Approximation for 3D Finite Element Analysis of No-Insulation Coils}{IEEE Transactions on Applied Superconductivity}{}{}{}
|
|
||||||
\cvline{}{\small \mbox{J. Doe}, \mbox{\textit{\textbf{H. Tom}}}, \mbox{S. Doe}, \mbox{A. Andsurname}}
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
\section{Section3}
|
\section{Bullet Entries}
|
||||||
|
|
||||||
\cventry{July 2020 to Aug. 2021}{Software Engineer}{Some Company}{TX, USA}{}{}
|
|
||||||
\cvlistitem{Developed an \href{https://example.com}{IOS application} that has received more than \textbf{100,000 downloads}.}
|
|
||||||
\cvlistitem{Managed a team of \textbf{5} engineers.}
|
|
||||||
|
|
||||||
|
|
||||||
\cventry{July 2020 to Aug. 2021}{Software Engineer}{Some Company}{TX, USA}{}{}
|
|
||||||
\cvlistitem{Developed an \href{https://example.com}{IOS application} that has received more than \textbf{100,000 downloads}.}
|
|
||||||
\cvlistitem{Managed a team of \textbf{5} engineers.}
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
\section{Section4}
|
|
||||||
|
|
||||||
\cventry{Sept. 2015 to June 2020}{BS, Mechanical Engineering}{Boğaziçi University}{Istanbul, Turkey}{}{}
|
|
||||||
\cvlistitem{GPA: 3.24/4.00 (\href{https://example.com}{Transcript})}
|
|
||||||
\cvlistitem{Awards: Dean's Honor List, Sportsperson of the Year}
|
|
||||||
|
|
||||||
|
|
||||||
\cventry{Sept. 2015 to June 2020}{BS, Mechanical Engineering}{Boğaziçi University}{Istanbul, Turkey}{}{}
|
|
||||||
\cvlistitem{GPA: 3.24/4.00 (\href{https://example.com}{Transcript})}
|
|
||||||
\cvlistitem{Awards: Dean's Honor List, Sportsperson of the Year}
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
\section{Section5}
|
|
||||||
|
|
||||||
\cventry{Sept. 2021}{Some Project}{}{Remote}{}{}
|
|
||||||
\cvlistitem{Developed a web application with \textbf{React} and \textbf{Django}.}
|
|
||||||
\cvlistitem{Implemented a \textbf{RESTful API}}
|
|
||||||
|
|
||||||
|
|
||||||
\cventry{Sept. 2021}{Some Project}{}{Remote}{}{}
|
|
||||||
\cvlistitem{Developed a web application with \textbf{React} and \textbf{Django}.}
|
|
||||||
\cvlistitem{Implemented a \textbf{RESTful API}}
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
\section{Section6}
|
|
||||||
|
|
||||||
\cvline{Programming}{Python, C++, JavaScript, MATLAB}
|
|
||||||
|
|
||||||
\cvline{Programming}{Python, C++, JavaScript, MATLAB}
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
\section{Section7}
|
|
||||||
|
|
||||||
\cvlistitem{This is a bullet entry.}
|
\cvlistitem{This is a bullet entry.}
|
||||||
|
|
||||||
\cvlistitem{This is a bullet entry.}
|
\cvlistitem{My Text Entry with some \textbf{markdown} and \href{https://example.com}{links}!}
|
||||||
|
|
||||||
|
\cvlistitem{Some other \textbf{\textit{ tests, which should be tricky} to parse!}}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
\section{Publication Entries}
|
||||||
|
|
||||||
|
\cventry{Sept. 2021}{Magneto-Thermal Thin Shell Approximation for 3D Finite Element Analysis of No-Insulation Coils}{}{}{}{}
|
||||||
|
\cvline{}{\small \mbox{J. Doe}, \mbox{\textbf{H. Tom}}, \mbox{S. Doe}, \mbox{A. Andsurname}}
|
||||||
|
|
||||||
|
\cventry{Sept. 2021}{Magneto-Thermal Thin Shell Approximation for 3D Finite Element Analysis of No-Insulation Coils}{}{\href{https://doi.org/10.1109/TASC.2023.3340648}{10.1109/TASC.2023.3340648}}{}{}
|
||||||
|
\cvline{}{\small \mbox{J. Doe}, \mbox{\textbf{H. Tom}}, \mbox{S. Doe}, \mbox{A. Andsurname}}
|
||||||
|
|
||||||
|
\cventry{Sept. 2021}{Magneto-Thermal Thin Shell Approximation for 3D Finite Element Analysis of No-Insulation Coils}{IEEE Transactions on Applied Superconductivity}{}{}{}
|
||||||
|
\cvline{}{\small \mbox{J. Doe}, \mbox{\textbf{H. Tom}}, \mbox{S. Doe}, \mbox{A. Andsurname}}
|
||||||
|
|
||||||
|
\cventry{Sept. 2021}{Magneto-Thermal Thin Shell Approximation for 3D Finite Element Analysis of No-Insulation Coils}{IEEE Transactions on Applied Superconductivity}{\href{https://doi.org/10.1109/TASC.2023.3340648}{10.1109/TASC.2023.3340648}}{}{}
|
||||||
|
\cvline{}{\small \mbox{J. Doe}, \mbox{\textbf{H. Tom}}, \mbox{S. Doe}, \mbox{A. Andsurname}}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
\section{Experience Entries}
|
||||||
|
|
||||||
|
\cventry{}{Software Engineer}{Some Company}{}{}{}
|
||||||
|
|
||||||
|
|
||||||
|
\cventry{Sept. 2015 to present}{Software Engineer}{Some Company}{}{}{}
|
||||||
|
|
||||||
|
|
||||||
|
\cventry{Jan. 2024}{Software Engineer}{Some Company}{}{}{}
|
||||||
|
|
||||||
|
|
||||||
|
\cventry{Sept. 2021}{Software Engineer}{Some Company}{}{}{}
|
||||||
|
|
||||||
|
|
||||||
|
\cventry{}{Software Engineer}{Some Company}{}{}{}
|
||||||
|
\cvlistitem{Did this.}
|
||||||
|
\cvlistitem{Did that.}
|
||||||
|
|
||||||
|
|
||||||
|
\cventry{}{Software Engineer}{Some Company}{Istanbul, Turkey}{}{}
|
||||||
|
|
||||||
|
|
||||||
|
\cventry{Sept. 2015 to present}{Software Engineer}{Some Company}{}{}{}
|
||||||
|
|
||||||
|
|
||||||
|
\cventry{Sept. 2021}{Software Engineer}{Some Company}{}{}{}
|
||||||
|
|
||||||
|
|
||||||
|
\cventry{Sept. 2015 to present}{Software Engineer}{Some Company}{}{}{}
|
||||||
|
\cvlistitem{Did this.}
|
||||||
|
\cvlistitem{Did that.}
|
||||||
|
|
||||||
|
|
||||||
|
\cventry{Sept. 2015 to present}{Software Engineer}{Some Company}{Istanbul, Turkey}{}{}
|
||||||
|
|
||||||
|
|
||||||
|
\cventry{Sept. 2021}{Software Engineer}{Some Company}{}{}{}
|
||||||
|
|
||||||
|
|
||||||
|
\cventry{Jan. 2024}{Software Engineer}{Some Company}{}{}{}
|
||||||
|
\cvlistitem{Did this.}
|
||||||
|
\cvlistitem{Did that.}
|
||||||
|
|
||||||
|
|
||||||
|
\cventry{Jan. 2024}{Software Engineer}{Some Company}{Istanbul, Turkey}{}{}
|
||||||
|
|
||||||
|
|
||||||
|
\cventry{Sept. 2021}{Software Engineer}{Some Company}{}{}{}
|
||||||
|
\cvlistitem{Did this.}
|
||||||
|
\cvlistitem{Did that.}
|
||||||
|
|
||||||
|
|
||||||
|
\cventry{Sept. 2021}{Software Engineer}{Some Company}{Istanbul, Turkey}{}{}
|
||||||
|
|
||||||
|
|
||||||
|
\cventry{}{Software Engineer}{Some Company}{Istanbul, Turkey}{}{}
|
||||||
|
\cvlistitem{Did this.}
|
||||||
|
\cvlistitem{Did that.}
|
||||||
|
|
||||||
|
|
||||||
|
\cventry{Sept. 2021}{Software Engineer}{Some Company}{}{}{}
|
||||||
|
|
||||||
|
|
||||||
|
\cventry{Sept. 2015 to present}{Software Engineer}{Some Company}{}{}{}
|
||||||
|
\cvlistitem{Did this.}
|
||||||
|
\cvlistitem{Did that.}
|
||||||
|
|
||||||
|
|
||||||
|
\cventry{Sept. 2015 to present}{Software Engineer}{Some Company}{Istanbul, Turkey}{}{}
|
||||||
|
|
||||||
|
|
||||||
|
\cventry{Sept. 2021}{Software Engineer}{Some Company}{}{}{}
|
||||||
|
\cvlistitem{Did this.}
|
||||||
|
\cvlistitem{Did that.}
|
||||||
|
|
||||||
|
|
||||||
|
\cventry{Sept. 2021}{Software Engineer}{Some Company}{Istanbul, Turkey}{}{}
|
||||||
|
|
||||||
|
|
||||||
|
\cventry{Sept. 2015 to present}{Software Engineer}{Some Company}{Istanbul, Turkey}{}{}
|
||||||
|
\cvlistitem{Did this.}
|
||||||
|
\cvlistitem{Did that.}
|
||||||
|
|
||||||
|
|
||||||
|
\cventry{Sept. 2021}{Software Engineer}{Some Company}{}{}{}
|
||||||
|
\cvlistitem{Did this.}
|
||||||
|
\cvlistitem{Did that.}
|
||||||
|
|
||||||
|
|
||||||
|
\cventry{Sept. 2021}{Software Engineer}{Some Company}{Istanbul, Turkey}{}{}
|
||||||
|
|
||||||
|
|
||||||
|
\cventry{Jan. 2024}{Software Engineer}{Some Company}{Istanbul, Turkey}{}{}
|
||||||
|
\cvlistitem{Did this.}
|
||||||
|
\cvlistitem{Did that.}
|
||||||
|
|
||||||
|
|
||||||
|
\cventry{Sept. 2021}{Software Engineer}{Some Company}{Istanbul, Turkey}{}{}
|
||||||
|
\cvlistitem{Did this.}
|
||||||
|
\cvlistitem{Did that.}
|
||||||
|
|
||||||
|
|
||||||
|
\cventry{Sept. 2021}{Software Engineer}{Some Company}{}{}{}
|
||||||
|
\cvlistitem{Did this.}
|
||||||
|
\cvlistitem{Did that.}
|
||||||
|
|
||||||
|
|
||||||
|
\cventry{Sept. 2021}{Software Engineer}{Some Company}{Istanbul, Turkey}{}{}
|
||||||
|
|
||||||
|
|
||||||
|
\cventry{Sept. 2015 to present}{Software Engineer}{Some Company}{Istanbul, Turkey}{}{}
|
||||||
|
\cvlistitem{Did this.}
|
||||||
|
\cvlistitem{Did that.}
|
||||||
|
|
||||||
|
|
||||||
|
\cventry{Sept. 2021}{Software Engineer}{Some Company}{Istanbul, Turkey}{}{}
|
||||||
|
\cvlistitem{Did this.}
|
||||||
|
\cvlistitem{Did that.}
|
||||||
|
|
||||||
|
|
||||||
|
\cventry{Sept. 2021}{Software Engineer}{Some Company}{Istanbul, Turkey}{}{}
|
||||||
|
\cvlistitem{Did this.}
|
||||||
|
\cvlistitem{Did that.}
|
||||||
|
|
||||||
|
|
||||||
|
\cventry{Sept. 2021}{Software Engineer}{Some Company}{Istanbul, Turkey}{}{}
|
||||||
|
\cvlistitem{Did this.}
|
||||||
|
\cvlistitem{Did that.}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
\section{Education Entries}
|
||||||
|
|
||||||
|
\cventry{}{Mechanical Engineering}{Boğaziçi University}{}{}{}
|
||||||
|
|
||||||
|
|
||||||
|
\cventry{Sept. 2015 to present}{Mechanical Engineering}{Boğaziçi University}{}{}{}
|
||||||
|
|
||||||
|
|
||||||
|
\cventry{Jan. 2024}{Mechanical Engineering}{Boğaziçi University}{}{}{}
|
||||||
|
|
||||||
|
|
||||||
|
\cventry{Sept. 2021}{Mechanical Engineering}{Boğaziçi University}{}{}{}
|
||||||
|
|
||||||
|
|
||||||
|
\cventry{}{Mechanical Engineering}{Boğaziçi University}{}{}{}
|
||||||
|
\cvlistitem{Did this.}
|
||||||
|
\cvlistitem{Did that.}
|
||||||
|
|
||||||
|
|
||||||
|
\cventry{}{Mechanical Engineering}{Boğaziçi University}{Istanbul, Turkey}{}{}
|
||||||
|
|
||||||
|
|
||||||
|
\cventry{}{BS, Mechanical Engineering}{Boğaziçi University}{}{}{}
|
||||||
|
|
||||||
|
|
||||||
|
\cventry{Sept. 2015 to present}{Mechanical Engineering}{Boğaziçi University}{}{}{}
|
||||||
|
|
||||||
|
|
||||||
|
\cventry{Sept. 2021}{Mechanical Engineering}{Boğaziçi University}{}{}{}
|
||||||
|
|
||||||
|
|
||||||
|
\cventry{Sept. 2015 to present}{Mechanical Engineering}{Boğaziçi University}{}{}{}
|
||||||
|
\cvlistitem{Did this.}
|
||||||
|
\cvlistitem{Did that.}
|
||||||
|
|
||||||
|
|
||||||
|
\cventry{Sept. 2015 to present}{Mechanical Engineering}{Boğaziçi University}{Istanbul, Turkey}{}{}
|
||||||
|
|
||||||
|
|
||||||
|
\cventry{Sept. 2015 to present}{BS, Mechanical Engineering}{Boğaziçi University}{}{}{}
|
||||||
|
|
||||||
|
|
||||||
|
\cventry{Sept. 2021}{Mechanical Engineering}{Boğaziçi University}{}{}{}
|
||||||
|
|
||||||
|
|
||||||
|
\cventry{Jan. 2024}{Mechanical Engineering}{Boğaziçi University}{}{}{}
|
||||||
|
\cvlistitem{Did this.}
|
||||||
|
\cvlistitem{Did that.}
|
||||||
|
|
||||||
|
|
||||||
|
\cventry{Jan. 2024}{Mechanical Engineering}{Boğaziçi University}{Istanbul, Turkey}{}{}
|
||||||
|
|
||||||
|
|
||||||
|
\cventry{Jan. 2024}{BS, Mechanical Engineering}{Boğaziçi University}{}{}{}
|
||||||
|
|
||||||
|
|
||||||
|
\cventry{Sept. 2021}{Mechanical Engineering}{Boğaziçi University}{}{}{}
|
||||||
|
\cvlistitem{Did this.}
|
||||||
|
\cvlistitem{Did that.}
|
||||||
|
|
||||||
|
|
||||||
|
\cventry{Sept. 2021}{Mechanical Engineering}{Boğaziçi University}{Istanbul, Turkey}{}{}
|
||||||
|
|
||||||
|
|
||||||
|
\cventry{Sept. 2021}{BS, Mechanical Engineering}{Boğaziçi University}{}{}{}
|
||||||
|
|
||||||
|
|
||||||
|
\cventry{}{Mechanical Engineering}{Boğaziçi University}{Istanbul, Turkey}{}{}
|
||||||
|
\cvlistitem{Did this.}
|
||||||
|
\cvlistitem{Did that.}
|
||||||
|
|
||||||
|
|
||||||
|
\cventry{}{BS, Mechanical Engineering}{Boğaziçi University}{}{}{}
|
||||||
|
\cvlistitem{Did this.}
|
||||||
|
\cvlistitem{Did that.}
|
||||||
|
|
||||||
|
|
||||||
|
\cventry{}{BS, Mechanical Engineering}{Boğaziçi University}{Istanbul, Turkey}{}{}
|
||||||
|
|
||||||
|
|
||||||
|
\cventry{Sept. 2021}{Mechanical Engineering}{Boğaziçi University}{}{}{}
|
||||||
|
|
||||||
|
|
||||||
|
\cventry{Sept. 2015 to present}{Mechanical Engineering}{Boğaziçi University}{}{}{}
|
||||||
|
\cvlistitem{Did this.}
|
||||||
|
\cvlistitem{Did that.}
|
||||||
|
|
||||||
|
|
||||||
|
\cventry{Sept. 2015 to present}{Mechanical Engineering}{Boğaziçi University}{Istanbul, Turkey}{}{}
|
||||||
|
|
||||||
|
|
||||||
|
\cventry{Sept. 2015 to present}{BS, Mechanical Engineering}{Boğaziçi University}{}{}{}
|
||||||
|
|
||||||
|
|
||||||
|
\cventry{Sept. 2021}{Mechanical Engineering}{Boğaziçi University}{}{}{}
|
||||||
|
\cvlistitem{Did this.}
|
||||||
|
\cvlistitem{Did that.}
|
||||||
|
|
||||||
|
|
||||||
|
\cventry{Sept. 2021}{Mechanical Engineering}{Boğaziçi University}{Istanbul, Turkey}{}{}
|
||||||
|
|
||||||
|
|
||||||
|
\cventry{Sept. 2021}{BS, Mechanical Engineering}{Boğaziçi University}{}{}{}
|
||||||
|
|
||||||
|
|
||||||
|
\cventry{Sept. 2015 to present}{Mechanical Engineering}{Boğaziçi University}{Istanbul, Turkey}{}{}
|
||||||
|
\cvlistitem{Did this.}
|
||||||
|
\cvlistitem{Did that.}
|
||||||
|
|
||||||
|
|
||||||
|
\cventry{Sept. 2015 to present}{BS, Mechanical Engineering}{Boğaziçi University}{}{}{}
|
||||||
|
\cvlistitem{Did this.}
|
||||||
|
\cvlistitem{Did that.}
|
||||||
|
|
||||||
|
|
||||||
|
\cventry{Sept. 2015 to present}{BS, Mechanical Engineering}{Boğaziçi University}{Istanbul, Turkey}{}{}
|
||||||
|
|
||||||
|
|
||||||
|
\cventry{Sept. 2021}{Mechanical Engineering}{Boğaziçi University}{}{}{}
|
||||||
|
\cvlistitem{Did this.}
|
||||||
|
\cvlistitem{Did that.}
|
||||||
|
|
||||||
|
|
||||||
|
\cventry{Sept. 2021}{Mechanical Engineering}{Boğaziçi University}{Istanbul, Turkey}{}{}
|
||||||
|
|
||||||
|
|
||||||
|
\cventry{Sept. 2021}{BS, Mechanical Engineering}{Boğaziçi University}{}{}{}
|
||||||
|
|
||||||
|
|
||||||
|
\cventry{Jan. 2024}{Mechanical Engineering}{Boğaziçi University}{Istanbul, Turkey}{}{}
|
||||||
|
\cvlistitem{Did this.}
|
||||||
|
\cvlistitem{Did that.}
|
||||||
|
|
||||||
|
|
||||||
|
\cventry{Jan. 2024}{BS, Mechanical Engineering}{Boğaziçi University}{}{}{}
|
||||||
|
\cvlistitem{Did this.}
|
||||||
|
\cvlistitem{Did that.}
|
||||||
|
|
||||||
|
|
||||||
|
\cventry{Jan. 2024}{BS, Mechanical Engineering}{Boğaziçi University}{Istanbul, Turkey}{}{}
|
||||||
|
|
||||||
|
|
||||||
|
\cventry{Sept. 2021}{Mechanical Engineering}{Boğaziçi University}{Istanbul, Turkey}{}{}
|
||||||
|
\cvlistitem{Did this.}
|
||||||
|
\cvlistitem{Did that.}
|
||||||
|
|
||||||
|
|
||||||
|
\cventry{Sept. 2021}{BS, Mechanical Engineering}{Boğaziçi University}{}{}{}
|
||||||
|
\cvlistitem{Did this.}
|
||||||
|
\cvlistitem{Did that.}
|
||||||
|
|
||||||
|
|
||||||
|
\cventry{Sept. 2021}{BS, Mechanical Engineering}{Boğaziçi University}{Istanbul, Turkey}{}{}
|
||||||
|
|
||||||
|
|
||||||
|
\cventry{}{BS, Mechanical Engineering}{Boğaziçi University}{Istanbul, Turkey}{}{}
|
||||||
|
\cvlistitem{Did this.}
|
||||||
|
\cvlistitem{Did that.}
|
||||||
|
|
||||||
|
|
||||||
|
\cventry{Sept. 2021}{Mechanical Engineering}{Boğaziçi University}{}{}{}
|
||||||
|
\cvlistitem{Did this.}
|
||||||
|
\cvlistitem{Did that.}
|
||||||
|
|
||||||
|
|
||||||
|
\cventry{Sept. 2021}{Mechanical Engineering}{Boğaziçi University}{Istanbul, Turkey}{}{}
|
||||||
|
|
||||||
|
|
||||||
|
\cventry{Sept. 2021}{BS, Mechanical Engineering}{Boğaziçi University}{}{}{}
|
||||||
|
|
||||||
|
|
||||||
|
\cventry{Sept. 2015 to present}{Mechanical Engineering}{Boğaziçi University}{Istanbul, Turkey}{}{}
|
||||||
|
\cvlistitem{Did this.}
|
||||||
|
\cvlistitem{Did that.}
|
||||||
|
|
||||||
|
|
||||||
|
\cventry{Sept. 2015 to present}{BS, Mechanical Engineering}{Boğaziçi University}{}{}{}
|
||||||
|
\cvlistitem{Did this.}
|
||||||
|
\cvlistitem{Did that.}
|
||||||
|
|
||||||
|
|
||||||
|
\cventry{Sept. 2015 to present}{BS, Mechanical Engineering}{Boğaziçi University}{Istanbul, Turkey}{}{}
|
||||||
|
|
||||||
|
|
||||||
|
\cventry{Sept. 2021}{Mechanical Engineering}{Boğaziçi University}{Istanbul, Turkey}{}{}
|
||||||
|
\cvlistitem{Did this.}
|
||||||
|
\cvlistitem{Did that.}
|
||||||
|
|
||||||
|
|
||||||
|
\cventry{Sept. 2021}{BS, Mechanical Engineering}{Boğaziçi University}{}{}{}
|
||||||
|
\cvlistitem{Did this.}
|
||||||
|
\cvlistitem{Did that.}
|
||||||
|
|
||||||
|
|
||||||
|
\cventry{Sept. 2021}{BS, Mechanical Engineering}{Boğaziçi University}{Istanbul, Turkey}{}{}
|
||||||
|
|
||||||
|
|
||||||
|
\cventry{Sept. 2015 to present}{BS, Mechanical Engineering}{Boğaziçi University}{Istanbul, Turkey}{}{}
|
||||||
|
\cvlistitem{Did this.}
|
||||||
|
\cvlistitem{Did that.}
|
||||||
|
|
||||||
|
|
||||||
|
\cventry{Sept. 2021}{Mechanical Engineering}{Boğaziçi University}{Istanbul, Turkey}{}{}
|
||||||
|
\cvlistitem{Did this.}
|
||||||
|
\cvlistitem{Did that.}
|
||||||
|
|
||||||
|
|
||||||
|
\cventry{Sept. 2021}{BS, Mechanical Engineering}{Boğaziçi University}{}{}{}
|
||||||
|
\cvlistitem{Did this.}
|
||||||
|
\cvlistitem{Did that.}
|
||||||
|
|
||||||
|
|
||||||
|
\cventry{Sept. 2021}{BS, Mechanical Engineering}{Boğaziçi University}{Istanbul, Turkey}{}{}
|
||||||
|
|
||||||
|
|
||||||
|
\cventry{Jan. 2024}{BS, Mechanical Engineering}{Boğaziçi University}{Istanbul, Turkey}{}{}
|
||||||
|
\cvlistitem{Did this.}
|
||||||
|
\cvlistitem{Did that.}
|
||||||
|
|
||||||
|
|
||||||
|
\cventry{Sept. 2021}{BS, Mechanical Engineering}{Boğaziçi University}{Istanbul, Turkey}{}{}
|
||||||
|
\cvlistitem{Did this.}
|
||||||
|
\cvlistitem{Did that.}
|
||||||
|
|
||||||
|
|
||||||
|
\cventry{Sept. 2021}{Mechanical Engineering}{Boğaziçi University}{Istanbul, Turkey}{}{}
|
||||||
|
\cvlistitem{Did this.}
|
||||||
|
\cvlistitem{Did that.}
|
||||||
|
|
||||||
|
|
||||||
|
\cventry{Sept. 2021}{BS, Mechanical Engineering}{Boğaziçi University}{}{}{}
|
||||||
|
\cvlistitem{Did this.}
|
||||||
|
\cvlistitem{Did that.}
|
||||||
|
|
||||||
|
|
||||||
|
\cventry{Sept. 2021}{BS, Mechanical Engineering}{Boğaziçi University}{Istanbul, Turkey}{}{}
|
||||||
|
|
||||||
|
|
||||||
|
\cventry{Sept. 2015 to present}{BS, Mechanical Engineering}{Boğaziçi University}{Istanbul, Turkey}{}{}
|
||||||
|
\cvlistitem{Did this.}
|
||||||
|
\cvlistitem{Did that.}
|
||||||
|
|
||||||
|
|
||||||
|
\cventry{Sept. 2021}{BS, Mechanical Engineering}{Boğaziçi University}{Istanbul, Turkey}{}{}
|
||||||
|
\cvlistitem{Did this.}
|
||||||
|
\cvlistitem{Did that.}
|
||||||
|
|
||||||
|
|
||||||
|
\cventry{Sept. 2021}{BS, Mechanical Engineering}{Boğaziçi University}{Istanbul, Turkey}{}{}
|
||||||
|
\cvlistitem{Did this.}
|
||||||
|
\cvlistitem{Did that.}
|
||||||
|
|
||||||
|
|
||||||
|
\cventry{Sept. 2021}{BS, Mechanical Engineering}{Boğaziçi University}{Istanbul, Turkey}{}{}
|
||||||
|
\cvlistitem{Did this.}
|
||||||
|
\cvlistitem{Did that.}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
\section{Normal Entries}
|
||||||
|
|
||||||
|
\cventry{}{My Project}{}{}{}{}
|
||||||
|
|
||||||
|
|
||||||
|
\cventry{Sept. 2015 to present}{My Project}{}{}{}{}
|
||||||
|
|
||||||
|
|
||||||
|
\cventry{Jan. 2024}{My Project}{}{}{}{}
|
||||||
|
|
||||||
|
|
||||||
|
\cventry{Sept. 2021}{My Project}{}{}{}{}
|
||||||
|
|
||||||
|
|
||||||
|
\cventry{}{My Project}{}{}{}{}
|
||||||
|
\cvlistitem{Did this.}
|
||||||
|
\cvlistitem{Did that.}
|
||||||
|
|
||||||
|
|
||||||
|
\cventry{}{My Project}{}{Istanbul, Turkey}{}{}
|
||||||
|
|
||||||
|
|
||||||
|
\cventry{Sept. 2015 to present}{My Project}{}{}{}{}
|
||||||
|
|
||||||
|
|
||||||
|
\cventry{Sept. 2021}{My Project}{}{}{}{}
|
||||||
|
|
||||||
|
|
||||||
|
\cventry{Sept. 2015 to present}{My Project}{}{}{}{}
|
||||||
|
\cvlistitem{Did this.}
|
||||||
|
\cvlistitem{Did that.}
|
||||||
|
|
||||||
|
|
||||||
|
\cventry{Sept. 2015 to present}{My Project}{}{Istanbul, Turkey}{}{}
|
||||||
|
|
||||||
|
|
||||||
|
\cventry{Sept. 2021}{My Project}{}{}{}{}
|
||||||
|
|
||||||
|
|
||||||
|
\cventry{Jan. 2024}{My Project}{}{}{}{}
|
||||||
|
\cvlistitem{Did this.}
|
||||||
|
\cvlistitem{Did that.}
|
||||||
|
|
||||||
|
|
||||||
|
\cventry{Jan. 2024}{My Project}{}{Istanbul, Turkey}{}{}
|
||||||
|
|
||||||
|
|
||||||
|
\cventry{Sept. 2021}{My Project}{}{}{}{}
|
||||||
|
\cvlistitem{Did this.}
|
||||||
|
\cvlistitem{Did that.}
|
||||||
|
|
||||||
|
|
||||||
|
\cventry{Sept. 2021}{My Project}{}{Istanbul, Turkey}{}{}
|
||||||
|
|
||||||
|
|
||||||
|
\cventry{}{My Project}{}{Istanbul, Turkey}{}{}
|
||||||
|
\cvlistitem{Did this.}
|
||||||
|
\cvlistitem{Did that.}
|
||||||
|
|
||||||
|
|
||||||
|
\cventry{Sept. 2021}{My Project}{}{}{}{}
|
||||||
|
|
||||||
|
|
||||||
|
\cventry{Sept. 2015 to present}{My Project}{}{}{}{}
|
||||||
|
\cvlistitem{Did this.}
|
||||||
|
\cvlistitem{Did that.}
|
||||||
|
|
||||||
|
|
||||||
|
\cventry{Sept. 2015 to present}{My Project}{}{Istanbul, Turkey}{}{}
|
||||||
|
|
||||||
|
|
||||||
|
\cventry{Sept. 2021}{My Project}{}{}{}{}
|
||||||
|
\cvlistitem{Did this.}
|
||||||
|
\cvlistitem{Did that.}
|
||||||
|
|
||||||
|
|
||||||
|
\cventry{Sept. 2021}{My Project}{}{Istanbul, Turkey}{}{}
|
||||||
|
|
||||||
|
|
||||||
|
\cventry{Sept. 2015 to present}{My Project}{}{Istanbul, Turkey}{}{}
|
||||||
|
\cvlistitem{Did this.}
|
||||||
|
\cvlistitem{Did that.}
|
||||||
|
|
||||||
|
|
||||||
|
\cventry{Sept. 2021}{My Project}{}{}{}{}
|
||||||
|
\cvlistitem{Did this.}
|
||||||
|
\cvlistitem{Did that.}
|
||||||
|
|
||||||
|
|
||||||
|
\cventry{Sept. 2021}{My Project}{}{Istanbul, Turkey}{}{}
|
||||||
|
|
||||||
|
|
||||||
|
\cventry{Jan. 2024}{My Project}{}{Istanbul, Turkey}{}{}
|
||||||
|
\cvlistitem{Did this.}
|
||||||
|
\cvlistitem{Did that.}
|
||||||
|
|
||||||
|
|
||||||
|
\cventry{Sept. 2021}{My Project}{}{Istanbul, Turkey}{}{}
|
||||||
|
\cvlistitem{Did this.}
|
||||||
|
\cvlistitem{Did that.}
|
||||||
|
|
||||||
|
|
||||||
|
\cventry{Sept. 2021}{My Project}{}{}{}{}
|
||||||
|
\cvlistitem{Did this.}
|
||||||
|
\cvlistitem{Did that.}
|
||||||
|
|
||||||
|
|
||||||
|
\cventry{Sept. 2021}{My Project}{}{Istanbul, Turkey}{}{}
|
||||||
|
|
||||||
|
|
||||||
|
\cventry{Sept. 2015 to present}{My Project}{}{Istanbul, Turkey}{}{}
|
||||||
|
\cvlistitem{Did this.}
|
||||||
|
\cvlistitem{Did that.}
|
||||||
|
|
||||||
|
|
||||||
|
\cventry{Sept. 2021}{My Project}{}{Istanbul, Turkey}{}{}
|
||||||
|
\cvlistitem{Did this.}
|
||||||
|
\cvlistitem{Did that.}
|
||||||
|
|
||||||
|
|
||||||
|
\cventry{Sept. 2021}{My Project}{}{Istanbul, Turkey}{}{}
|
||||||
|
\cvlistitem{Did this.}
|
||||||
|
\cvlistitem{Did that.}
|
||||||
|
|
||||||
|
|
||||||
|
\cventry{Sept. 2021}{My Project}{}{Istanbul, Turkey}{}{}
|
||||||
|
\cvlistitem{Did this.}
|
||||||
|
\cvlistitem{Did that.}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
\section{One Line Entries}
|
||||||
|
|
||||||
|
\cvline{Programming}{Python, C++, JavaScript, MATLAB}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
|
@ -169,120 +169,947 @@
|
||||||
% new command for external links:
|
% new command for external links:
|
||||||
\renewcommand{\href}[2]{\hrefWithoutArrow{#1}{\color{primaryColor}\mbox{\ifthenelse{\equal{#2}{}}{}{#2 }\raisebox{.15ex}{\footnotesize \faExternalLink*}}}}
|
\renewcommand{\href}[2]{\hrefWithoutArrow{#1}{\color{primaryColor}\mbox{\ifthenelse{\equal{#2}{}}{}{#2 }\raisebox{.15ex}{\footnotesize \faExternalLink*}}}}
|
||||||
|
|
||||||
\section{Section1}
|
\section{Text Entries}
|
||||||
\resumeSubHeadingListStart
|
\resumeSubHeadingListStart
|
||||||
|
|
||||||
\resumeSubItemWithoutBullet{}{My Text Entry with some \textbf{markdown} and \href{https://example.com}{links}!}
|
\resumeSubItemWithoutBullet{}{My Text Entry with some \textbf{markdown} and \href{https://example.com}{links}!}
|
||||||
|
|
||||||
\resumeSubItemWithoutBullet{}{My Text Entry with some \textbf{markdown} and \href{https://example.com}{links}!}
|
\resumeSubItemWithoutBullet{}{My Text Entry with some \textbf{markdown} and \href{https://example.com}{links}!}
|
||||||
|
|
||||||
|
\resumeSubItemWithoutBullet{}{Some other \textbf{\textit{ tests, which should be tricky} to parse!}}
|
||||||
|
|
||||||
|
|
||||||
\resumeSubHeadingListEnd
|
\resumeSubHeadingListEnd
|
||||||
\section{Section2}
|
\section{Bullet Entries}
|
||||||
|
\resumeSubHeadingListStart
|
||||||
|
|
||||||
|
\resumeSubItem{}{This is a bullet entry.}
|
||||||
|
|
||||||
|
\resumeSubItem{}{My Text Entry with some \textbf{markdown} and \href{https://example.com}{links}!}
|
||||||
|
|
||||||
|
\resumeSubItem{}{Some other \textbf{\textit{ tests, which should be tricky} to parse!}}
|
||||||
|
|
||||||
|
|
||||||
|
\resumeSubHeadingListEnd
|
||||||
|
\section{Publication Entries}
|
||||||
\resumeSubHeadingListStart
|
\resumeSubHeadingListStart
|
||||||
|
|
||||||
\resumeSubheading
|
\resumeSubheading
|
||||||
{Magneto-Thermal Thin Shell Approximation for 3D Finite Element Analysis of No-Insulation Coils}{Dec. 2021}
|
{Magneto-Thermal Thin Shell Approximation for 3D Finite Element Analysis of No-Insulation Coils}{Sept. 2021}
|
||||||
{\href{https://doi.org/10.1109/TASC.2023.3340648}{10.1109/TASC.2023.3340648} (IEEE Transactions on Applied Superconductivity)}{}
|
{}{}
|
||||||
\resumeItemListStart
|
\resumeItemListStart
|
||||||
\resumeItem{}{\raggedright \mbox{J. Doe}, \mbox{\textit{\textbf{H. Tom}}}, \mbox{S. Doe}, \mbox{A. Andsurname} \par}
|
\resumeItem{}{\raggedright \mbox{J. Doe}, \mbox{\textbf{H. Tom}}, \mbox{S. Doe}, \mbox{A. Andsurname} \par}
|
||||||
\resumeItemListEnd
|
\resumeItemListEnd
|
||||||
|
|
||||||
\resumeSubheading
|
\resumeSubheading
|
||||||
{Magneto-Thermal Thin Shell Approximation for 3D Finite Element Analysis of No-Insulation Coils}{Dec. 2021}
|
{Magneto-Thermal Thin Shell Approximation for 3D Finite Element Analysis of No-Insulation Coils}{Sept. 2021}
|
||||||
|
{\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
|
||||||
|
|
||||||
|
\resumeSubheading
|
||||||
|
{Magneto-Thermal Thin Shell Approximation for 3D Finite Element Analysis of No-Insulation Coils}{Sept. 2021}
|
||||||
{IEEE Transactions on Applied Superconductivity}{}
|
{IEEE Transactions on Applied Superconductivity}{}
|
||||||
\resumeItemListStart
|
\resumeItemListStart
|
||||||
\resumeItem{}{\raggedright \mbox{J. Doe}, \mbox{\textit{\textbf{H. Tom}}}, \mbox{S. Doe}, \mbox{A. Andsurname} \par}
|
\resumeItem{}{\raggedright \mbox{J. Doe}, \mbox{\textbf{H. Tom}}, \mbox{S. Doe}, \mbox{A. Andsurname} \par}
|
||||||
|
\resumeItemListEnd
|
||||||
|
|
||||||
|
\resumeSubheading
|
||||||
|
{Magneto-Thermal Thin Shell Approximation for 3D Finite Element Analysis of No-Insulation Coils}{Sept. 2021}
|
||||||
|
{\href{https://doi.org/10.1109/TASC.2023.3340648}{10.1109/TASC.2023.3340648} (IEEE Transactions on Applied Superconductivity)}{}
|
||||||
|
\resumeItemListStart
|
||||||
|
\resumeItem{}{\raggedright \mbox{J. Doe}, \mbox{\textbf{H. Tom}}, \mbox{S. Doe}, \mbox{A. Andsurname} \par}
|
||||||
\resumeItemListEnd
|
\resumeItemListEnd
|
||||||
|
|
||||||
|
|
||||||
\resumeSubHeadingListEnd
|
\resumeSubHeadingListEnd
|
||||||
\section{Section3}
|
\section{Experience Entries}
|
||||||
\resumeSubHeadingListStart
|
\resumeSubHeadingListStart
|
||||||
|
|
||||||
\resumeSubheading
|
\resumeSubheading
|
||||||
{Some Company}{TX, USA}
|
{Some Company}{}
|
||||||
{Software Engineer}{July 2020 to Aug. 2021}
|
{Software Engineer}{}
|
||||||
|
|
||||||
|
|
||||||
|
\resumeSubheading
|
||||||
|
{Some Company}{}
|
||||||
|
{Software Engineer}{Sept. 2015 to present}
|
||||||
|
|
||||||
|
|
||||||
|
\resumeSubheading
|
||||||
|
{Some Company}{}
|
||||||
|
{Software Engineer}{Jan. 2024}
|
||||||
|
|
||||||
|
|
||||||
|
\resumeSubheading
|
||||||
|
{Some Company}{}
|
||||||
|
{Software Engineer}{Sept. 2021}
|
||||||
|
|
||||||
|
|
||||||
|
\resumeSubheading
|
||||||
|
{Some Company}{}
|
||||||
|
{Software Engineer}{}
|
||||||
\resumeItemListStart
|
\resumeItemListStart
|
||||||
\resumeItem{}{Developed an \href{https://example.com}{IOS application} that has received more than \textbf{100,000 downloads}.}
|
\resumeItem{}{Did this.}
|
||||||
\resumeItem{}{Managed a team of \textbf{5} engineers.}
|
\resumeItem{}{Did that.}
|
||||||
\resumeItemListEnd
|
\resumeItemListEnd
|
||||||
|
|
||||||
|
|
||||||
\resumeSubheading
|
\resumeSubheading
|
||||||
{Some Company}{TX, USA}
|
{Some Company}{Istanbul, Turkey}
|
||||||
{Software Engineer}{July 2020 to Aug. 2021}
|
{Software Engineer}{}
|
||||||
|
|
||||||
|
|
||||||
|
\resumeSubheading
|
||||||
|
{Some Company}{}
|
||||||
|
{Software Engineer}{Sept. 2015 to present}
|
||||||
|
|
||||||
|
|
||||||
|
\resumeSubheading
|
||||||
|
{Some Company}{}
|
||||||
|
{Software Engineer}{Sept. 2021}
|
||||||
|
|
||||||
|
|
||||||
|
\resumeSubheading
|
||||||
|
{Some Company}{}
|
||||||
|
{Software Engineer}{Sept. 2015 to present}
|
||||||
\resumeItemListStart
|
\resumeItemListStart
|
||||||
\resumeItem{}{Developed an \href{https://example.com}{IOS application} that has received more than \textbf{100,000 downloads}.}
|
\resumeItem{}{Did this.}
|
||||||
\resumeItem{}{Managed a team of \textbf{5} engineers.}
|
\resumeItem{}{Did that.}
|
||||||
|
\resumeItemListEnd
|
||||||
|
|
||||||
|
|
||||||
|
\resumeSubheading
|
||||||
|
{Some Company}{Istanbul, Turkey}
|
||||||
|
{Software Engineer}{Sept. 2015 to present}
|
||||||
|
|
||||||
|
|
||||||
|
\resumeSubheading
|
||||||
|
{Some Company}{}
|
||||||
|
{Software Engineer}{Sept. 2021}
|
||||||
|
|
||||||
|
|
||||||
|
\resumeSubheading
|
||||||
|
{Some Company}{}
|
||||||
|
{Software Engineer}{Jan. 2024}
|
||||||
|
\resumeItemListStart
|
||||||
|
\resumeItem{}{Did this.}
|
||||||
|
\resumeItem{}{Did that.}
|
||||||
|
\resumeItemListEnd
|
||||||
|
|
||||||
|
|
||||||
|
\resumeSubheading
|
||||||
|
{Some Company}{Istanbul, Turkey}
|
||||||
|
{Software Engineer}{Jan. 2024}
|
||||||
|
|
||||||
|
|
||||||
|
\resumeSubheading
|
||||||
|
{Some Company}{}
|
||||||
|
{Software Engineer}{Sept. 2021}
|
||||||
|
\resumeItemListStart
|
||||||
|
\resumeItem{}{Did this.}
|
||||||
|
\resumeItem{}{Did that.}
|
||||||
|
\resumeItemListEnd
|
||||||
|
|
||||||
|
|
||||||
|
\resumeSubheading
|
||||||
|
{Some Company}{Istanbul, Turkey}
|
||||||
|
{Software Engineer}{Sept. 2021}
|
||||||
|
|
||||||
|
|
||||||
|
\resumeSubheading
|
||||||
|
{Some Company}{Istanbul, Turkey}
|
||||||
|
{Software Engineer}{}
|
||||||
|
\resumeItemListStart
|
||||||
|
\resumeItem{}{Did this.}
|
||||||
|
\resumeItem{}{Did that.}
|
||||||
|
\resumeItemListEnd
|
||||||
|
|
||||||
|
|
||||||
|
\resumeSubheading
|
||||||
|
{Some Company}{}
|
||||||
|
{Software Engineer}{Sept. 2021}
|
||||||
|
|
||||||
|
|
||||||
|
\resumeSubheading
|
||||||
|
{Some Company}{}
|
||||||
|
{Software Engineer}{Sept. 2015 to present}
|
||||||
|
\resumeItemListStart
|
||||||
|
\resumeItem{}{Did this.}
|
||||||
|
\resumeItem{}{Did that.}
|
||||||
|
\resumeItemListEnd
|
||||||
|
|
||||||
|
|
||||||
|
\resumeSubheading
|
||||||
|
{Some Company}{Istanbul, Turkey}
|
||||||
|
{Software Engineer}{Sept. 2015 to present}
|
||||||
|
|
||||||
|
|
||||||
|
\resumeSubheading
|
||||||
|
{Some Company}{}
|
||||||
|
{Software Engineer}{Sept. 2021}
|
||||||
|
\resumeItemListStart
|
||||||
|
\resumeItem{}{Did this.}
|
||||||
|
\resumeItem{}{Did that.}
|
||||||
|
\resumeItemListEnd
|
||||||
|
|
||||||
|
|
||||||
|
\resumeSubheading
|
||||||
|
{Some Company}{Istanbul, Turkey}
|
||||||
|
{Software Engineer}{Sept. 2021}
|
||||||
|
|
||||||
|
|
||||||
|
\resumeSubheading
|
||||||
|
{Some Company}{Istanbul, Turkey}
|
||||||
|
{Software Engineer}{Sept. 2015 to present}
|
||||||
|
\resumeItemListStart
|
||||||
|
\resumeItem{}{Did this.}
|
||||||
|
\resumeItem{}{Did that.}
|
||||||
|
\resumeItemListEnd
|
||||||
|
|
||||||
|
|
||||||
|
\resumeSubheading
|
||||||
|
{Some Company}{}
|
||||||
|
{Software Engineer}{Sept. 2021}
|
||||||
|
\resumeItemListStart
|
||||||
|
\resumeItem{}{Did this.}
|
||||||
|
\resumeItem{}{Did that.}
|
||||||
|
\resumeItemListEnd
|
||||||
|
|
||||||
|
|
||||||
|
\resumeSubheading
|
||||||
|
{Some Company}{Istanbul, Turkey}
|
||||||
|
{Software Engineer}{Sept. 2021}
|
||||||
|
|
||||||
|
|
||||||
|
\resumeSubheading
|
||||||
|
{Some Company}{Istanbul, Turkey}
|
||||||
|
{Software Engineer}{Jan. 2024}
|
||||||
|
\resumeItemListStart
|
||||||
|
\resumeItem{}{Did this.}
|
||||||
|
\resumeItem{}{Did that.}
|
||||||
|
\resumeItemListEnd
|
||||||
|
|
||||||
|
|
||||||
|
\resumeSubheading
|
||||||
|
{Some Company}{Istanbul, Turkey}
|
||||||
|
{Software Engineer}{Sept. 2021}
|
||||||
|
\resumeItemListStart
|
||||||
|
\resumeItem{}{Did this.}
|
||||||
|
\resumeItem{}{Did that.}
|
||||||
|
\resumeItemListEnd
|
||||||
|
|
||||||
|
|
||||||
|
\resumeSubheading
|
||||||
|
{Some Company}{}
|
||||||
|
{Software Engineer}{Sept. 2021}
|
||||||
|
\resumeItemListStart
|
||||||
|
\resumeItem{}{Did this.}
|
||||||
|
\resumeItem{}{Did that.}
|
||||||
|
\resumeItemListEnd
|
||||||
|
|
||||||
|
|
||||||
|
\resumeSubheading
|
||||||
|
{Some Company}{Istanbul, Turkey}
|
||||||
|
{Software Engineer}{Sept. 2021}
|
||||||
|
|
||||||
|
|
||||||
|
\resumeSubheading
|
||||||
|
{Some Company}{Istanbul, Turkey}
|
||||||
|
{Software Engineer}{Sept. 2015 to present}
|
||||||
|
\resumeItemListStart
|
||||||
|
\resumeItem{}{Did this.}
|
||||||
|
\resumeItem{}{Did that.}
|
||||||
|
\resumeItemListEnd
|
||||||
|
|
||||||
|
|
||||||
|
\resumeSubheading
|
||||||
|
{Some Company}{Istanbul, Turkey}
|
||||||
|
{Software Engineer}{Sept. 2021}
|
||||||
|
\resumeItemListStart
|
||||||
|
\resumeItem{}{Did this.}
|
||||||
|
\resumeItem{}{Did that.}
|
||||||
|
\resumeItemListEnd
|
||||||
|
|
||||||
|
|
||||||
|
\resumeSubheading
|
||||||
|
{Some Company}{Istanbul, Turkey}
|
||||||
|
{Software Engineer}{Sept. 2021}
|
||||||
|
\resumeItemListStart
|
||||||
|
\resumeItem{}{Did this.}
|
||||||
|
\resumeItem{}{Did that.}
|
||||||
|
\resumeItemListEnd
|
||||||
|
|
||||||
|
|
||||||
|
\resumeSubheading
|
||||||
|
{Some Company}{Istanbul, Turkey}
|
||||||
|
{Software Engineer}{Sept. 2021}
|
||||||
|
\resumeItemListStart
|
||||||
|
\resumeItem{}{Did this.}
|
||||||
|
\resumeItem{}{Did that.}
|
||||||
\resumeItemListEnd
|
\resumeItemListEnd
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
\resumeSubHeadingListEnd
|
\resumeSubHeadingListEnd
|
||||||
\section{Section4}
|
\section{Education Entries}
|
||||||
\resumeSubHeadingListStart
|
\resumeSubHeadingListStart
|
||||||
|
|
||||||
\resumeSubheading
|
\resumeSubheading
|
||||||
{Boğaziçi University}{Istanbul, Turkey}
|
{Boğaziçi University}{}
|
||||||
{BS in Mechanical Engineering}{Sept. 2015 to June 2020}
|
{Mechanical Engineering}{}
|
||||||
|
|
||||||
|
|
||||||
|
\resumeSubheading
|
||||||
|
{Boğaziçi University}{}
|
||||||
|
{Mechanical Engineering}{Sept. 2015 to present}
|
||||||
|
|
||||||
|
|
||||||
|
\resumeSubheading
|
||||||
|
{Boğaziçi University}{}
|
||||||
|
{Mechanical Engineering}{Jan. 2024}
|
||||||
|
|
||||||
|
|
||||||
|
\resumeSubheading
|
||||||
|
{Boğaziçi University}{}
|
||||||
|
{Mechanical Engineering}{Sept. 2021}
|
||||||
|
|
||||||
|
|
||||||
|
\resumeSubheading
|
||||||
|
{Boğaziçi University}{}
|
||||||
|
{Mechanical Engineering}{}
|
||||||
\resumeItemListStart
|
\resumeItemListStart
|
||||||
\resumeItem{}{GPA: 3.24/4.00 (\href{https://example.com}{Transcript})}
|
\resumeItem{}{Did this.}
|
||||||
\resumeItem{}{Awards: Dean's Honor List, Sportsperson of the Year}
|
\resumeItem{}{Did that.}
|
||||||
\resumeItemListEnd
|
\resumeItemListEnd
|
||||||
|
|
||||||
|
|
||||||
\resumeSubheading
|
\resumeSubheading
|
||||||
{Boğaziçi University}{Istanbul, Turkey}
|
{Boğaziçi University}{Istanbul, Turkey}
|
||||||
{BS in Mechanical Engineering}{Sept. 2015 to June 2020}
|
{Mechanical Engineering}{}
|
||||||
|
|
||||||
|
|
||||||
|
\resumeSubheading
|
||||||
|
{Boğaziçi University}{}
|
||||||
|
{BS in Mechanical Engineering}{}
|
||||||
|
|
||||||
|
|
||||||
|
\resumeSubheading
|
||||||
|
{Boğaziçi University}{}
|
||||||
|
{Mechanical Engineering}{Sept. 2015 to present}
|
||||||
|
|
||||||
|
|
||||||
|
\resumeSubheading
|
||||||
|
{Boğaziçi University}{}
|
||||||
|
{Mechanical Engineering}{Sept. 2021}
|
||||||
|
|
||||||
|
|
||||||
|
\resumeSubheading
|
||||||
|
{Boğaziçi University}{}
|
||||||
|
{Mechanical Engineering}{Sept. 2015 to present}
|
||||||
\resumeItemListStart
|
\resumeItemListStart
|
||||||
\resumeItem{}{GPA: 3.24/4.00 (\href{https://example.com}{Transcript})}
|
\resumeItem{}{Did this.}
|
||||||
\resumeItem{}{Awards: Dean's Honor List, Sportsperson of the Year}
|
\resumeItem{}{Did that.}
|
||||||
|
\resumeItemListEnd
|
||||||
|
|
||||||
|
|
||||||
|
\resumeSubheading
|
||||||
|
{Boğaziçi University}{Istanbul, Turkey}
|
||||||
|
{Mechanical Engineering}{Sept. 2015 to present}
|
||||||
|
|
||||||
|
|
||||||
|
\resumeSubheading
|
||||||
|
{Boğaziçi University}{}
|
||||||
|
{BS in Mechanical Engineering}{Sept. 2015 to present}
|
||||||
|
|
||||||
|
|
||||||
|
\resumeSubheading
|
||||||
|
{Boğaziçi University}{}
|
||||||
|
{Mechanical Engineering}{Sept. 2021}
|
||||||
|
|
||||||
|
|
||||||
|
\resumeSubheading
|
||||||
|
{Boğaziçi University}{}
|
||||||
|
{Mechanical Engineering}{Jan. 2024}
|
||||||
|
\resumeItemListStart
|
||||||
|
\resumeItem{}{Did this.}
|
||||||
|
\resumeItem{}{Did that.}
|
||||||
|
\resumeItemListEnd
|
||||||
|
|
||||||
|
|
||||||
|
\resumeSubheading
|
||||||
|
{Boğaziçi University}{Istanbul, Turkey}
|
||||||
|
{Mechanical Engineering}{Jan. 2024}
|
||||||
|
|
||||||
|
|
||||||
|
\resumeSubheading
|
||||||
|
{Boğaziçi University}{}
|
||||||
|
{BS in Mechanical Engineering}{Jan. 2024}
|
||||||
|
|
||||||
|
|
||||||
|
\resumeSubheading
|
||||||
|
{Boğaziçi University}{}
|
||||||
|
{Mechanical Engineering}{Sept. 2021}
|
||||||
|
\resumeItemListStart
|
||||||
|
\resumeItem{}{Did this.}
|
||||||
|
\resumeItem{}{Did that.}
|
||||||
|
\resumeItemListEnd
|
||||||
|
|
||||||
|
|
||||||
|
\resumeSubheading
|
||||||
|
{Boğaziçi University}{Istanbul, Turkey}
|
||||||
|
{Mechanical Engineering}{Sept. 2021}
|
||||||
|
|
||||||
|
|
||||||
|
\resumeSubheading
|
||||||
|
{Boğaziçi University}{}
|
||||||
|
{BS in Mechanical Engineering}{Sept. 2021}
|
||||||
|
|
||||||
|
|
||||||
|
\resumeSubheading
|
||||||
|
{Boğaziçi University}{Istanbul, Turkey}
|
||||||
|
{Mechanical Engineering}{}
|
||||||
|
\resumeItemListStart
|
||||||
|
\resumeItem{}{Did this.}
|
||||||
|
\resumeItem{}{Did that.}
|
||||||
|
\resumeItemListEnd
|
||||||
|
|
||||||
|
|
||||||
|
\resumeSubheading
|
||||||
|
{Boğaziçi University}{}
|
||||||
|
{BS in Mechanical Engineering}{}
|
||||||
|
\resumeItemListStart
|
||||||
|
\resumeItem{}{Did this.}
|
||||||
|
\resumeItem{}{Did that.}
|
||||||
|
\resumeItemListEnd
|
||||||
|
|
||||||
|
|
||||||
|
\resumeSubheading
|
||||||
|
{Boğaziçi University}{Istanbul, Turkey}
|
||||||
|
{BS in Mechanical Engineering}{}
|
||||||
|
|
||||||
|
|
||||||
|
\resumeSubheading
|
||||||
|
{Boğaziçi University}{}
|
||||||
|
{Mechanical Engineering}{Sept. 2021}
|
||||||
|
|
||||||
|
|
||||||
|
\resumeSubheading
|
||||||
|
{Boğaziçi University}{}
|
||||||
|
{Mechanical Engineering}{Sept. 2015 to present}
|
||||||
|
\resumeItemListStart
|
||||||
|
\resumeItem{}{Did this.}
|
||||||
|
\resumeItem{}{Did that.}
|
||||||
|
\resumeItemListEnd
|
||||||
|
|
||||||
|
|
||||||
|
\resumeSubheading
|
||||||
|
{Boğaziçi University}{Istanbul, Turkey}
|
||||||
|
{Mechanical Engineering}{Sept. 2015 to present}
|
||||||
|
|
||||||
|
|
||||||
|
\resumeSubheading
|
||||||
|
{Boğaziçi University}{}
|
||||||
|
{BS in Mechanical Engineering}{Sept. 2015 to present}
|
||||||
|
|
||||||
|
|
||||||
|
\resumeSubheading
|
||||||
|
{Boğaziçi University}{}
|
||||||
|
{Mechanical Engineering}{Sept. 2021}
|
||||||
|
\resumeItemListStart
|
||||||
|
\resumeItem{}{Did this.}
|
||||||
|
\resumeItem{}{Did that.}
|
||||||
|
\resumeItemListEnd
|
||||||
|
|
||||||
|
|
||||||
|
\resumeSubheading
|
||||||
|
{Boğaziçi University}{Istanbul, Turkey}
|
||||||
|
{Mechanical Engineering}{Sept. 2021}
|
||||||
|
|
||||||
|
|
||||||
|
\resumeSubheading
|
||||||
|
{Boğaziçi University}{}
|
||||||
|
{BS in Mechanical Engineering}{Sept. 2021}
|
||||||
|
|
||||||
|
|
||||||
|
\resumeSubheading
|
||||||
|
{Boğaziçi University}{Istanbul, Turkey}
|
||||||
|
{Mechanical Engineering}{Sept. 2015 to present}
|
||||||
|
\resumeItemListStart
|
||||||
|
\resumeItem{}{Did this.}
|
||||||
|
\resumeItem{}{Did that.}
|
||||||
|
\resumeItemListEnd
|
||||||
|
|
||||||
|
|
||||||
|
\resumeSubheading
|
||||||
|
{Boğaziçi University}{}
|
||||||
|
{BS in Mechanical Engineering}{Sept. 2015 to present}
|
||||||
|
\resumeItemListStart
|
||||||
|
\resumeItem{}{Did this.}
|
||||||
|
\resumeItem{}{Did that.}
|
||||||
|
\resumeItemListEnd
|
||||||
|
|
||||||
|
|
||||||
|
\resumeSubheading
|
||||||
|
{Boğaziçi University}{Istanbul, Turkey}
|
||||||
|
{BS in Mechanical Engineering}{Sept. 2015 to present}
|
||||||
|
|
||||||
|
|
||||||
|
\resumeSubheading
|
||||||
|
{Boğaziçi University}{}
|
||||||
|
{Mechanical Engineering}{Sept. 2021}
|
||||||
|
\resumeItemListStart
|
||||||
|
\resumeItem{}{Did this.}
|
||||||
|
\resumeItem{}{Did that.}
|
||||||
|
\resumeItemListEnd
|
||||||
|
|
||||||
|
|
||||||
|
\resumeSubheading
|
||||||
|
{Boğaziçi University}{Istanbul, Turkey}
|
||||||
|
{Mechanical Engineering}{Sept. 2021}
|
||||||
|
|
||||||
|
|
||||||
|
\resumeSubheading
|
||||||
|
{Boğaziçi University}{}
|
||||||
|
{BS in Mechanical Engineering}{Sept. 2021}
|
||||||
|
|
||||||
|
|
||||||
|
\resumeSubheading
|
||||||
|
{Boğaziçi University}{Istanbul, Turkey}
|
||||||
|
{Mechanical Engineering}{Jan. 2024}
|
||||||
|
\resumeItemListStart
|
||||||
|
\resumeItem{}{Did this.}
|
||||||
|
\resumeItem{}{Did that.}
|
||||||
|
\resumeItemListEnd
|
||||||
|
|
||||||
|
|
||||||
|
\resumeSubheading
|
||||||
|
{Boğaziçi University}{}
|
||||||
|
{BS in Mechanical Engineering}{Jan. 2024}
|
||||||
|
\resumeItemListStart
|
||||||
|
\resumeItem{}{Did this.}
|
||||||
|
\resumeItem{}{Did that.}
|
||||||
|
\resumeItemListEnd
|
||||||
|
|
||||||
|
|
||||||
|
\resumeSubheading
|
||||||
|
{Boğaziçi University}{Istanbul, Turkey}
|
||||||
|
{BS in Mechanical Engineering}{Jan. 2024}
|
||||||
|
|
||||||
|
|
||||||
|
\resumeSubheading
|
||||||
|
{Boğaziçi University}{Istanbul, Turkey}
|
||||||
|
{Mechanical Engineering}{Sept. 2021}
|
||||||
|
\resumeItemListStart
|
||||||
|
\resumeItem{}{Did this.}
|
||||||
|
\resumeItem{}{Did that.}
|
||||||
|
\resumeItemListEnd
|
||||||
|
|
||||||
|
|
||||||
|
\resumeSubheading
|
||||||
|
{Boğaziçi University}{}
|
||||||
|
{BS in Mechanical Engineering}{Sept. 2021}
|
||||||
|
\resumeItemListStart
|
||||||
|
\resumeItem{}{Did this.}
|
||||||
|
\resumeItem{}{Did that.}
|
||||||
|
\resumeItemListEnd
|
||||||
|
|
||||||
|
|
||||||
|
\resumeSubheading
|
||||||
|
{Boğaziçi University}{Istanbul, Turkey}
|
||||||
|
{BS in Mechanical Engineering}{Sept. 2021}
|
||||||
|
|
||||||
|
|
||||||
|
\resumeSubheading
|
||||||
|
{Boğaziçi University}{Istanbul, Turkey}
|
||||||
|
{BS in Mechanical Engineering}{}
|
||||||
|
\resumeItemListStart
|
||||||
|
\resumeItem{}{Did this.}
|
||||||
|
\resumeItem{}{Did that.}
|
||||||
|
\resumeItemListEnd
|
||||||
|
|
||||||
|
|
||||||
|
\resumeSubheading
|
||||||
|
{Boğaziçi University}{}
|
||||||
|
{Mechanical Engineering}{Sept. 2021}
|
||||||
|
\resumeItemListStart
|
||||||
|
\resumeItem{}{Did this.}
|
||||||
|
\resumeItem{}{Did that.}
|
||||||
|
\resumeItemListEnd
|
||||||
|
|
||||||
|
|
||||||
|
\resumeSubheading
|
||||||
|
{Boğaziçi University}{Istanbul, Turkey}
|
||||||
|
{Mechanical Engineering}{Sept. 2021}
|
||||||
|
|
||||||
|
|
||||||
|
\resumeSubheading
|
||||||
|
{Boğaziçi University}{}
|
||||||
|
{BS in Mechanical Engineering}{Sept. 2021}
|
||||||
|
|
||||||
|
|
||||||
|
\resumeSubheading
|
||||||
|
{Boğaziçi University}{Istanbul, Turkey}
|
||||||
|
{Mechanical Engineering}{Sept. 2015 to present}
|
||||||
|
\resumeItemListStart
|
||||||
|
\resumeItem{}{Did this.}
|
||||||
|
\resumeItem{}{Did that.}
|
||||||
|
\resumeItemListEnd
|
||||||
|
|
||||||
|
|
||||||
|
\resumeSubheading
|
||||||
|
{Boğaziçi University}{}
|
||||||
|
{BS in Mechanical Engineering}{Sept. 2015 to present}
|
||||||
|
\resumeItemListStart
|
||||||
|
\resumeItem{}{Did this.}
|
||||||
|
\resumeItem{}{Did that.}
|
||||||
|
\resumeItemListEnd
|
||||||
|
|
||||||
|
|
||||||
|
\resumeSubheading
|
||||||
|
{Boğaziçi University}{Istanbul, Turkey}
|
||||||
|
{BS in Mechanical Engineering}{Sept. 2015 to present}
|
||||||
|
|
||||||
|
|
||||||
|
\resumeSubheading
|
||||||
|
{Boğaziçi University}{Istanbul, Turkey}
|
||||||
|
{Mechanical Engineering}{Sept. 2021}
|
||||||
|
\resumeItemListStart
|
||||||
|
\resumeItem{}{Did this.}
|
||||||
|
\resumeItem{}{Did that.}
|
||||||
|
\resumeItemListEnd
|
||||||
|
|
||||||
|
|
||||||
|
\resumeSubheading
|
||||||
|
{Boğaziçi University}{}
|
||||||
|
{BS in Mechanical Engineering}{Sept. 2021}
|
||||||
|
\resumeItemListStart
|
||||||
|
\resumeItem{}{Did this.}
|
||||||
|
\resumeItem{}{Did that.}
|
||||||
|
\resumeItemListEnd
|
||||||
|
|
||||||
|
|
||||||
|
\resumeSubheading
|
||||||
|
{Boğaziçi University}{Istanbul, Turkey}
|
||||||
|
{BS in Mechanical Engineering}{Sept. 2021}
|
||||||
|
|
||||||
|
|
||||||
|
\resumeSubheading
|
||||||
|
{Boğaziçi University}{Istanbul, Turkey}
|
||||||
|
{BS in Mechanical Engineering}{Sept. 2015 to present}
|
||||||
|
\resumeItemListStart
|
||||||
|
\resumeItem{}{Did this.}
|
||||||
|
\resumeItem{}{Did that.}
|
||||||
|
\resumeItemListEnd
|
||||||
|
|
||||||
|
|
||||||
|
\resumeSubheading
|
||||||
|
{Boğaziçi University}{Istanbul, Turkey}
|
||||||
|
{Mechanical Engineering}{Sept. 2021}
|
||||||
|
\resumeItemListStart
|
||||||
|
\resumeItem{}{Did this.}
|
||||||
|
\resumeItem{}{Did that.}
|
||||||
|
\resumeItemListEnd
|
||||||
|
|
||||||
|
|
||||||
|
\resumeSubheading
|
||||||
|
{Boğaziçi University}{}
|
||||||
|
{BS in Mechanical Engineering}{Sept. 2021}
|
||||||
|
\resumeItemListStart
|
||||||
|
\resumeItem{}{Did this.}
|
||||||
|
\resumeItem{}{Did that.}
|
||||||
|
\resumeItemListEnd
|
||||||
|
|
||||||
|
|
||||||
|
\resumeSubheading
|
||||||
|
{Boğaziçi University}{Istanbul, Turkey}
|
||||||
|
{BS in Mechanical Engineering}{Sept. 2021}
|
||||||
|
|
||||||
|
|
||||||
|
\resumeSubheading
|
||||||
|
{Boğaziçi University}{Istanbul, Turkey}
|
||||||
|
{BS in Mechanical Engineering}{Jan. 2024}
|
||||||
|
\resumeItemListStart
|
||||||
|
\resumeItem{}{Did this.}
|
||||||
|
\resumeItem{}{Did that.}
|
||||||
|
\resumeItemListEnd
|
||||||
|
|
||||||
|
|
||||||
|
\resumeSubheading
|
||||||
|
{Boğaziçi University}{Istanbul, Turkey}
|
||||||
|
{BS in Mechanical Engineering}{Sept. 2021}
|
||||||
|
\resumeItemListStart
|
||||||
|
\resumeItem{}{Did this.}
|
||||||
|
\resumeItem{}{Did that.}
|
||||||
|
\resumeItemListEnd
|
||||||
|
|
||||||
|
|
||||||
|
\resumeSubheading
|
||||||
|
{Boğaziçi University}{Istanbul, Turkey}
|
||||||
|
{Mechanical Engineering}{Sept. 2021}
|
||||||
|
\resumeItemListStart
|
||||||
|
\resumeItem{}{Did this.}
|
||||||
|
\resumeItem{}{Did that.}
|
||||||
|
\resumeItemListEnd
|
||||||
|
|
||||||
|
|
||||||
|
\resumeSubheading
|
||||||
|
{Boğaziçi University}{}
|
||||||
|
{BS in Mechanical Engineering}{Sept. 2021}
|
||||||
|
\resumeItemListStart
|
||||||
|
\resumeItem{}{Did this.}
|
||||||
|
\resumeItem{}{Did that.}
|
||||||
|
\resumeItemListEnd
|
||||||
|
|
||||||
|
|
||||||
|
\resumeSubheading
|
||||||
|
{Boğaziçi University}{Istanbul, Turkey}
|
||||||
|
{BS in Mechanical Engineering}{Sept. 2021}
|
||||||
|
|
||||||
|
|
||||||
|
\resumeSubheading
|
||||||
|
{Boğaziçi University}{Istanbul, Turkey}
|
||||||
|
{BS in Mechanical Engineering}{Sept. 2015 to present}
|
||||||
|
\resumeItemListStart
|
||||||
|
\resumeItem{}{Did this.}
|
||||||
|
\resumeItem{}{Did that.}
|
||||||
|
\resumeItemListEnd
|
||||||
|
|
||||||
|
|
||||||
|
\resumeSubheading
|
||||||
|
{Boğaziçi University}{Istanbul, Turkey}
|
||||||
|
{BS in Mechanical Engineering}{Sept. 2021}
|
||||||
|
\resumeItemListStart
|
||||||
|
\resumeItem{}{Did this.}
|
||||||
|
\resumeItem{}{Did that.}
|
||||||
|
\resumeItemListEnd
|
||||||
|
|
||||||
|
|
||||||
|
\resumeSubheading
|
||||||
|
{Boğaziçi University}{Istanbul, Turkey}
|
||||||
|
{BS in Mechanical Engineering}{Sept. 2021}
|
||||||
|
\resumeItemListStart
|
||||||
|
\resumeItem{}{Did this.}
|
||||||
|
\resumeItem{}{Did that.}
|
||||||
|
\resumeItemListEnd
|
||||||
|
|
||||||
|
|
||||||
|
\resumeSubheading
|
||||||
|
{Boğaziçi University}{Istanbul, Turkey}
|
||||||
|
{BS in Mechanical Engineering}{Sept. 2021}
|
||||||
|
\resumeItemListStart
|
||||||
|
\resumeItem{}{Did this.}
|
||||||
|
\resumeItem{}{Did that.}
|
||||||
\resumeItemListEnd
|
\resumeItemListEnd
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
\resumeSubHeadingListEnd
|
\resumeSubHeadingListEnd
|
||||||
\section{Section5}
|
\section{Normal Entries}
|
||||||
\resumeSubHeadingListStart
|
\resumeSubHeadingListStart
|
||||||
|
|
||||||
\resumeNormalSubheading
|
\resumeNormalSubheading
|
||||||
{Some Project}{Sept. 2021}
|
{My Project}{}
|
||||||
|
|
||||||
|
|
||||||
|
\resumeNormalSubheading
|
||||||
|
{My Project}{Sept. 2015 to present}
|
||||||
|
|
||||||
|
|
||||||
|
\resumeNormalSubheading
|
||||||
|
{My Project}{Jan. 2024}
|
||||||
|
|
||||||
|
|
||||||
|
\resumeNormalSubheading
|
||||||
|
{My Project}{Sept. 2021}
|
||||||
|
|
||||||
|
|
||||||
|
\resumeNormalSubheading
|
||||||
|
{My Project}{}
|
||||||
\resumeItemListStart
|
\resumeItemListStart
|
||||||
\resumeItem{}{Developed a web application with \textbf{React} and \textbf{Django}.}
|
\resumeItem{}{Did this.}
|
||||||
\resumeItem{}{Implemented a \textbf{RESTful API}}
|
\resumeItem{}{Did that.}
|
||||||
\resumeItemListEnd
|
\resumeItemListEnd
|
||||||
|
|
||||||
|
|
||||||
\resumeNormalSubheading
|
\resumeNormalSubheading
|
||||||
{Some Project}{Sept. 2021}
|
{My Project}{Istanbul, Turkey}
|
||||||
|
|
||||||
|
|
||||||
|
\resumeNormalSubheading
|
||||||
|
{My Project}{Sept. 2015 to present}
|
||||||
|
|
||||||
|
|
||||||
|
\resumeNormalSubheading
|
||||||
|
{My Project}{Sept. 2021}
|
||||||
|
|
||||||
|
|
||||||
|
\resumeNormalSubheading
|
||||||
|
{My Project}{Sept. 2015 to present}
|
||||||
\resumeItemListStart
|
\resumeItemListStart
|
||||||
\resumeItem{}{Developed a web application with \textbf{React} and \textbf{Django}.}
|
\resumeItem{}{Did this.}
|
||||||
\resumeItem{}{Implemented a \textbf{RESTful API}}
|
\resumeItem{}{Did that.}
|
||||||
|
\resumeItemListEnd
|
||||||
|
|
||||||
|
|
||||||
|
\resumeNormalSubheading
|
||||||
|
{My Project}{Sept. 2015 to present}
|
||||||
|
|
||||||
|
|
||||||
|
\resumeNormalSubheading
|
||||||
|
{My Project}{Sept. 2021}
|
||||||
|
|
||||||
|
|
||||||
|
\resumeNormalSubheading
|
||||||
|
{My Project}{Jan. 2024}
|
||||||
|
\resumeItemListStart
|
||||||
|
\resumeItem{}{Did this.}
|
||||||
|
\resumeItem{}{Did that.}
|
||||||
|
\resumeItemListEnd
|
||||||
|
|
||||||
|
|
||||||
|
\resumeNormalSubheading
|
||||||
|
{My Project}{Jan. 2024}
|
||||||
|
|
||||||
|
|
||||||
|
\resumeNormalSubheading
|
||||||
|
{My Project}{Sept. 2021}
|
||||||
|
\resumeItemListStart
|
||||||
|
\resumeItem{}{Did this.}
|
||||||
|
\resumeItem{}{Did that.}
|
||||||
|
\resumeItemListEnd
|
||||||
|
|
||||||
|
|
||||||
|
\resumeNormalSubheading
|
||||||
|
{My Project}{Sept. 2021}
|
||||||
|
|
||||||
|
|
||||||
|
\resumeNormalSubheading
|
||||||
|
{My Project}{Istanbul, Turkey}
|
||||||
|
\resumeItemListStart
|
||||||
|
\resumeItem{}{Did this.}
|
||||||
|
\resumeItem{}{Did that.}
|
||||||
|
\resumeItemListEnd
|
||||||
|
|
||||||
|
|
||||||
|
\resumeNormalSubheading
|
||||||
|
{My Project}{Sept. 2021}
|
||||||
|
|
||||||
|
|
||||||
|
\resumeNormalSubheading
|
||||||
|
{My Project}{Sept. 2015 to present}
|
||||||
|
\resumeItemListStart
|
||||||
|
\resumeItem{}{Did this.}
|
||||||
|
\resumeItem{}{Did that.}
|
||||||
|
\resumeItemListEnd
|
||||||
|
|
||||||
|
|
||||||
|
\resumeNormalSubheading
|
||||||
|
{My Project}{Sept. 2015 to present}
|
||||||
|
|
||||||
|
|
||||||
|
\resumeNormalSubheading
|
||||||
|
{My Project}{Sept. 2021}
|
||||||
|
\resumeItemListStart
|
||||||
|
\resumeItem{}{Did this.}
|
||||||
|
\resumeItem{}{Did that.}
|
||||||
|
\resumeItemListEnd
|
||||||
|
|
||||||
|
|
||||||
|
\resumeNormalSubheading
|
||||||
|
{My Project}{Sept. 2021}
|
||||||
|
|
||||||
|
|
||||||
|
\resumeNormalSubheading
|
||||||
|
{My Project}{Sept. 2015 to present}
|
||||||
|
\resumeItemListStart
|
||||||
|
\resumeItem{}{Did this.}
|
||||||
|
\resumeItem{}{Did that.}
|
||||||
|
\resumeItemListEnd
|
||||||
|
|
||||||
|
|
||||||
|
\resumeNormalSubheading
|
||||||
|
{My Project}{Sept. 2021}
|
||||||
|
\resumeItemListStart
|
||||||
|
\resumeItem{}{Did this.}
|
||||||
|
\resumeItem{}{Did that.}
|
||||||
|
\resumeItemListEnd
|
||||||
|
|
||||||
|
|
||||||
|
\resumeNormalSubheading
|
||||||
|
{My Project}{Sept. 2021}
|
||||||
|
|
||||||
|
|
||||||
|
\resumeNormalSubheading
|
||||||
|
{My Project}{Jan. 2024}
|
||||||
|
\resumeItemListStart
|
||||||
|
\resumeItem{}{Did this.}
|
||||||
|
\resumeItem{}{Did that.}
|
||||||
|
\resumeItemListEnd
|
||||||
|
|
||||||
|
|
||||||
|
\resumeNormalSubheading
|
||||||
|
{My Project}{Sept. 2021}
|
||||||
|
\resumeItemListStart
|
||||||
|
\resumeItem{}{Did this.}
|
||||||
|
\resumeItem{}{Did that.}
|
||||||
|
\resumeItemListEnd
|
||||||
|
|
||||||
|
|
||||||
|
\resumeNormalSubheading
|
||||||
|
{My Project}{Sept. 2021}
|
||||||
|
\resumeItemListStart
|
||||||
|
\resumeItem{}{Did this.}
|
||||||
|
\resumeItem{}{Did that.}
|
||||||
|
\resumeItemListEnd
|
||||||
|
|
||||||
|
|
||||||
|
\resumeNormalSubheading
|
||||||
|
{My Project}{Sept. 2021}
|
||||||
|
|
||||||
|
|
||||||
|
\resumeNormalSubheading
|
||||||
|
{My Project}{Sept. 2015 to present}
|
||||||
|
\resumeItemListStart
|
||||||
|
\resumeItem{}{Did this.}
|
||||||
|
\resumeItem{}{Did that.}
|
||||||
|
\resumeItemListEnd
|
||||||
|
|
||||||
|
|
||||||
|
\resumeNormalSubheading
|
||||||
|
{My Project}{Sept. 2021}
|
||||||
|
\resumeItemListStart
|
||||||
|
\resumeItem{}{Did this.}
|
||||||
|
\resumeItem{}{Did that.}
|
||||||
|
\resumeItemListEnd
|
||||||
|
|
||||||
|
|
||||||
|
\resumeNormalSubheading
|
||||||
|
{My Project}{Sept. 2021}
|
||||||
|
\resumeItemListStart
|
||||||
|
\resumeItem{}{Did this.}
|
||||||
|
\resumeItem{}{Did that.}
|
||||||
|
\resumeItemListEnd
|
||||||
|
|
||||||
|
|
||||||
|
\resumeNormalSubheading
|
||||||
|
{My Project}{Sept. 2021}
|
||||||
|
\resumeItemListStart
|
||||||
|
\resumeItem{}{Did this.}
|
||||||
|
\resumeItem{}{Did that.}
|
||||||
\resumeItemListEnd
|
\resumeItemListEnd
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
\resumeSubHeadingListEnd
|
\resumeSubHeadingListEnd
|
||||||
\section{Section6}
|
\section{One Line Entries}
|
||||||
\resumeSubHeadingListStart
|
\resumeSubHeadingListStart
|
||||||
|
|
||||||
\vspace{0.08cm}
|
\vspace{0.08cm}
|
||||||
\resumeSubItem{Programming}
|
\resumeSubItem{Programming}
|
||||||
{Python, C++, JavaScript, MATLAB}
|
{Python, C++, JavaScript, MATLAB}
|
||||||
|
|
||||||
\resumeSubItem{Programming}
|
|
||||||
{Python, C++, JavaScript, MATLAB}
|
|
||||||
|
|
||||||
|
|
||||||
\resumeSubHeadingListEnd
|
|
||||||
\section{Section7}
|
|
||||||
\resumeSubHeadingListStart
|
|
||||||
|
|
||||||
\resumeSubItem{}{This is a bullet entry.}
|
|
||||||
|
|
||||||
\resumeSubItem{}{This is a bullet entry.}
|
|
||||||
|
|
||||||
|
|
||||||
\resumeSubHeadingListEnd
|
\resumeSubHeadingListEnd
|
||||||
|
|
||||||
|
|
|
@ -12,71 +12,747 @@
|
||||||
- Twitter: [johndoe](https://twitter.com/johndoe)
|
- Twitter: [johndoe](https://twitter.com/johndoe)
|
||||||
|
|
||||||
|
|
||||||
# Section1
|
# Text Entries
|
||||||
|
|
||||||
My Text Entry with some **markdown** and [links](https://example.com)!
|
My Text Entry with some **markdown** and [links](https://example.com)!
|
||||||
|
|
||||||
My Text Entry with some **markdown** and [links](https://example.com)!
|
My Text Entry with some **markdown** and [links](https://example.com)!
|
||||||
|
|
||||||
# Section2
|
Some other *** tests, which should be tricky* to parse!**
|
||||||
|
|
||||||
|
# Bullet Entries
|
||||||
|
|
||||||
|
- This is a bullet entry.
|
||||||
|
- My Text Entry with some **markdown** and [links](https://example.com)!
|
||||||
|
- Some other *** tests, which should be tricky* to parse!**
|
||||||
|
# Publication Entries
|
||||||
|
|
||||||
|
## Magneto-Thermal Thin Shell Approximation for 3D Finite Element Analysis of No-Insulation Coils
|
||||||
|
- Sept. 2021
|
||||||
|
- J. Doe, **H. Tom**, S. Doe, A. Andsurname
|
||||||
|
|
||||||
## Magneto-Thermal Thin Shell Approximation for 3D Finite Element Analysis of No-Insulation Coils ([10.1109/TASC.2023.3340648](https://doi.org/10.1109/TASC.2023.3340648))
|
## Magneto-Thermal Thin Shell Approximation for 3D Finite Element Analysis of No-Insulation Coils ([10.1109/TASC.2023.3340648](https://doi.org/10.1109/TASC.2023.3340648))
|
||||||
- Dec. 2021
|
- Sept. 2021
|
||||||
- J. Doe, ***H. Tom***, S. Doe, A. Andsurname
|
- J. Doe, **H. Tom**, S. Doe, A. Andsurname
|
||||||
- IEEE Transactions on Applied Superconductivity
|
|
||||||
## Magneto-Thermal Thin Shell Approximation for 3D Finite Element Analysis of No-Insulation Coils
|
## Magneto-Thermal Thin Shell Approximation for 3D Finite Element Analysis of No-Insulation Coils
|
||||||
- Dec. 2021
|
- Sept. 2021
|
||||||
- J. Doe, ***H. Tom***, S. Doe, A. Andsurname
|
- J. Doe, **H. Tom**, S. Doe, A. Andsurname
|
||||||
- IEEE Transactions on Applied Superconductivity
|
- IEEE Transactions on Applied Superconductivity
|
||||||
# Section3
|
## Magneto-Thermal Thin Shell Approximation for 3D Finite Element Analysis of No-Insulation Coils ([10.1109/TASC.2023.3340648](https://doi.org/10.1109/TASC.2023.3340648))
|
||||||
|
- Sept. 2021
|
||||||
|
- J. Doe, **H. Tom**, S. Doe, A. Andsurname
|
||||||
|
- IEEE Transactions on Applied Superconductivity
|
||||||
|
# Experience Entries
|
||||||
|
|
||||||
## Some Company, Software Engineer
|
## Some Company, Software Engineer
|
||||||
|
|
||||||
- July 2020 to Aug. 2021
|
|
||||||
- TX, USA
|
|
||||||
- Developed an [IOS application](https://example.com) that has received more than **100,000 downloads**.
|
|
||||||
- Managed a team of **5** engineers.
|
|
||||||
|
|
||||||
## Some Company, Software Engineer
|
## Some Company, Software Engineer
|
||||||
|
|
||||||
- July 2020 to Aug. 2021
|
- Sept. 2015 to present
|
||||||
- TX, USA
|
|
||||||
- Developed an [IOS application](https://example.com) that has received more than **100,000 downloads**.
|
|
||||||
- Managed a team of **5** engineers.
|
|
||||||
|
|
||||||
# Section4
|
|
||||||
|
## Some Company, Software Engineer
|
||||||
|
|
||||||
|
- Jan. 2024
|
||||||
|
|
||||||
|
|
||||||
|
## Some Company, Software Engineer
|
||||||
|
|
||||||
|
- Sept. 2021
|
||||||
|
|
||||||
|
|
||||||
|
## Some Company, Software Engineer
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
- Did this.
|
||||||
|
- Did that.
|
||||||
|
|
||||||
|
## Some Company, Software Engineer
|
||||||
|
|
||||||
|
|
||||||
|
- Istanbul, Turkey
|
||||||
|
|
||||||
|
## Some Company, Software Engineer
|
||||||
|
|
||||||
|
- Sept. 2015 to present
|
||||||
|
|
||||||
|
|
||||||
|
## Some Company, Software Engineer
|
||||||
|
|
||||||
|
- Sept. 2021
|
||||||
|
|
||||||
|
|
||||||
|
## Some Company, Software Engineer
|
||||||
|
|
||||||
|
- Sept. 2015 to present
|
||||||
|
|
||||||
|
- Did this.
|
||||||
|
- Did that.
|
||||||
|
|
||||||
|
## Some Company, Software Engineer
|
||||||
|
|
||||||
|
- Sept. 2015 to present
|
||||||
|
- Istanbul, Turkey
|
||||||
|
|
||||||
|
## Some Company, Software Engineer
|
||||||
|
|
||||||
|
- Sept. 2021
|
||||||
|
|
||||||
|
|
||||||
|
## Some Company, Software Engineer
|
||||||
|
|
||||||
|
- Jan. 2024
|
||||||
|
|
||||||
|
- Did this.
|
||||||
|
- Did that.
|
||||||
|
|
||||||
|
## Some Company, Software Engineer
|
||||||
|
|
||||||
|
- Jan. 2024
|
||||||
|
- Istanbul, Turkey
|
||||||
|
|
||||||
|
## Some Company, Software Engineer
|
||||||
|
|
||||||
|
- Sept. 2021
|
||||||
|
|
||||||
|
- Did this.
|
||||||
|
- Did that.
|
||||||
|
|
||||||
|
## Some Company, Software Engineer
|
||||||
|
|
||||||
|
- Sept. 2021
|
||||||
|
- Istanbul, Turkey
|
||||||
|
|
||||||
|
## Some Company, Software Engineer
|
||||||
|
|
||||||
|
|
||||||
|
- Istanbul, Turkey
|
||||||
|
- Did this.
|
||||||
|
- Did that.
|
||||||
|
|
||||||
|
## Some Company, Software Engineer
|
||||||
|
|
||||||
|
- Sept. 2021
|
||||||
|
|
||||||
|
|
||||||
|
## Some Company, Software Engineer
|
||||||
|
|
||||||
|
- Sept. 2015 to present
|
||||||
|
|
||||||
|
- Did this.
|
||||||
|
- Did that.
|
||||||
|
|
||||||
|
## Some Company, Software Engineer
|
||||||
|
|
||||||
|
- Sept. 2015 to present
|
||||||
|
- Istanbul, Turkey
|
||||||
|
|
||||||
|
## Some Company, Software Engineer
|
||||||
|
|
||||||
|
- Sept. 2021
|
||||||
|
|
||||||
|
- Did this.
|
||||||
|
- Did that.
|
||||||
|
|
||||||
|
## Some Company, Software Engineer
|
||||||
|
|
||||||
|
- Sept. 2021
|
||||||
|
- Istanbul, Turkey
|
||||||
|
|
||||||
|
## Some Company, Software Engineer
|
||||||
|
|
||||||
|
- Sept. 2015 to present
|
||||||
|
- Istanbul, Turkey
|
||||||
|
- Did this.
|
||||||
|
- Did that.
|
||||||
|
|
||||||
|
## Some Company, Software Engineer
|
||||||
|
|
||||||
|
- Sept. 2021
|
||||||
|
|
||||||
|
- Did this.
|
||||||
|
- Did that.
|
||||||
|
|
||||||
|
## Some Company, Software Engineer
|
||||||
|
|
||||||
|
- Sept. 2021
|
||||||
|
- Istanbul, Turkey
|
||||||
|
|
||||||
|
## Some Company, Software Engineer
|
||||||
|
|
||||||
|
- Jan. 2024
|
||||||
|
- Istanbul, Turkey
|
||||||
|
- Did this.
|
||||||
|
- Did that.
|
||||||
|
|
||||||
|
## Some Company, Software Engineer
|
||||||
|
|
||||||
|
- Sept. 2021
|
||||||
|
- Istanbul, Turkey
|
||||||
|
- Did this.
|
||||||
|
- Did that.
|
||||||
|
|
||||||
|
## Some Company, Software Engineer
|
||||||
|
|
||||||
|
- Sept. 2021
|
||||||
|
|
||||||
|
- Did this.
|
||||||
|
- Did that.
|
||||||
|
|
||||||
|
## Some Company, Software Engineer
|
||||||
|
|
||||||
|
- Sept. 2021
|
||||||
|
- Istanbul, Turkey
|
||||||
|
|
||||||
|
## Some Company, Software Engineer
|
||||||
|
|
||||||
|
- Sept. 2015 to present
|
||||||
|
- Istanbul, Turkey
|
||||||
|
- Did this.
|
||||||
|
- Did that.
|
||||||
|
|
||||||
|
## Some Company, Software Engineer
|
||||||
|
|
||||||
|
- Sept. 2021
|
||||||
|
- Istanbul, Turkey
|
||||||
|
- Did this.
|
||||||
|
- Did that.
|
||||||
|
|
||||||
|
## Some Company, Software Engineer
|
||||||
|
|
||||||
|
- Sept. 2021
|
||||||
|
- Istanbul, Turkey
|
||||||
|
- Did this.
|
||||||
|
- Did that.
|
||||||
|
|
||||||
|
## Some Company, Software Engineer
|
||||||
|
|
||||||
|
- Sept. 2021
|
||||||
|
- Istanbul, Turkey
|
||||||
|
- Did this.
|
||||||
|
- Did that.
|
||||||
|
|
||||||
|
# Education Entries
|
||||||
|
|
||||||
|
## Boğaziçi University, Mechanical Engineering
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
## Boğaziçi University, Mechanical Engineering
|
||||||
|
|
||||||
|
- Sept. 2015 to present
|
||||||
|
|
||||||
|
|
||||||
|
## Boğaziçi University, Mechanical Engineering
|
||||||
|
|
||||||
|
- Jan. 2024
|
||||||
|
|
||||||
|
|
||||||
|
## Boğaziçi University, Mechanical Engineering
|
||||||
|
|
||||||
|
- Sept. 2021
|
||||||
|
|
||||||
|
|
||||||
|
## Boğaziçi University, Mechanical Engineering
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
- Did this.
|
||||||
|
- Did that.
|
||||||
|
|
||||||
|
## Boğaziçi University, Mechanical Engineering
|
||||||
|
|
||||||
|
|
||||||
|
- Istanbul, Turkey
|
||||||
|
|
||||||
## Boğaziçi University, BS in Mechanical Engineering
|
## Boğaziçi University, BS in Mechanical Engineering
|
||||||
|
|
||||||
- Sept. 2015 to June 2020
|
|
||||||
|
|
||||||
|
|
||||||
|
## Boğaziçi University, Mechanical Engineering
|
||||||
|
|
||||||
|
- Sept. 2015 to present
|
||||||
|
|
||||||
|
|
||||||
|
## Boğaziçi University, Mechanical Engineering
|
||||||
|
|
||||||
|
- Sept. 2021
|
||||||
|
|
||||||
|
|
||||||
|
## Boğaziçi University, Mechanical Engineering
|
||||||
|
|
||||||
|
- Sept. 2015 to present
|
||||||
|
|
||||||
|
- Did this.
|
||||||
|
- Did that.
|
||||||
|
|
||||||
|
## Boğaziçi University, Mechanical Engineering
|
||||||
|
|
||||||
|
- Sept. 2015 to present
|
||||||
- Istanbul, Turkey
|
- Istanbul, Turkey
|
||||||
- GPA: 3.24/4.00 ([Transcript](https://example.com))
|
|
||||||
- Awards: Dean's Honor List, Sportsperson of the Year
|
|
||||||
|
|
||||||
## Boğaziçi University, BS in Mechanical Engineering
|
## Boğaziçi University, BS in Mechanical Engineering
|
||||||
|
|
||||||
- Sept. 2015 to June 2020
|
- Sept. 2015 to present
|
||||||
|
|
||||||
|
|
||||||
|
## Boğaziçi University, Mechanical Engineering
|
||||||
|
|
||||||
|
- Sept. 2021
|
||||||
|
|
||||||
|
|
||||||
|
## Boğaziçi University, Mechanical Engineering
|
||||||
|
|
||||||
|
- Jan. 2024
|
||||||
|
|
||||||
|
- Did this.
|
||||||
|
- Did that.
|
||||||
|
|
||||||
|
## Boğaziçi University, Mechanical Engineering
|
||||||
|
|
||||||
|
- Jan. 2024
|
||||||
- Istanbul, Turkey
|
- Istanbul, Turkey
|
||||||
- GPA: 3.24/4.00 ([Transcript](https://example.com))
|
|
||||||
- Awards: Dean's Honor List, Sportsperson of the Year
|
|
||||||
|
|
||||||
# Section5
|
## Boğaziçi University, BS in Mechanical Engineering
|
||||||
|
|
||||||
## Some Project
|
- Jan. 2024
|
||||||
|
|
||||||
- Sept. 2021 - Remote - Developed a web application with **React** and **Django**.
|
|
||||||
- Implemented a **RESTful API**
|
|
||||||
|
|
||||||
## Some Project
|
## Boğaziçi University, Mechanical Engineering
|
||||||
|
|
||||||
- Sept. 2021 - Remote - Developed a web application with **React** and **Django**.
|
- Sept. 2021
|
||||||
- Implemented a **RESTful API**
|
|
||||||
|
|
||||||
# Section6
|
- Did this.
|
||||||
|
- Did that.
|
||||||
|
|
||||||
|
## Boğaziçi University, Mechanical Engineering
|
||||||
|
|
||||||
|
- Sept. 2021
|
||||||
|
- Istanbul, Turkey
|
||||||
|
|
||||||
|
## Boğaziçi University, BS in Mechanical Engineering
|
||||||
|
|
||||||
|
- Sept. 2021
|
||||||
|
|
||||||
|
|
||||||
|
## Boğaziçi University, Mechanical Engineering
|
||||||
|
|
||||||
|
|
||||||
|
- Istanbul, Turkey
|
||||||
|
- Did this.
|
||||||
|
- Did that.
|
||||||
|
|
||||||
|
## Boğaziçi University, BS in Mechanical Engineering
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
- Did this.
|
||||||
|
- Did that.
|
||||||
|
|
||||||
|
## Boğaziçi University, BS in Mechanical Engineering
|
||||||
|
|
||||||
|
|
||||||
|
- Istanbul, Turkey
|
||||||
|
|
||||||
|
## Boğaziçi University, Mechanical Engineering
|
||||||
|
|
||||||
|
- Sept. 2021
|
||||||
|
|
||||||
|
|
||||||
|
## Boğaziçi University, Mechanical Engineering
|
||||||
|
|
||||||
|
- Sept. 2015 to present
|
||||||
|
|
||||||
|
- Did this.
|
||||||
|
- Did that.
|
||||||
|
|
||||||
|
## Boğaziçi University, Mechanical Engineering
|
||||||
|
|
||||||
|
- Sept. 2015 to present
|
||||||
|
- Istanbul, Turkey
|
||||||
|
|
||||||
|
## Boğaziçi University, BS in Mechanical Engineering
|
||||||
|
|
||||||
|
- Sept. 2015 to present
|
||||||
|
|
||||||
|
|
||||||
|
## Boğaziçi University, Mechanical Engineering
|
||||||
|
|
||||||
|
- Sept. 2021
|
||||||
|
|
||||||
|
- Did this.
|
||||||
|
- Did that.
|
||||||
|
|
||||||
|
## Boğaziçi University, Mechanical Engineering
|
||||||
|
|
||||||
|
- Sept. 2021
|
||||||
|
- Istanbul, Turkey
|
||||||
|
|
||||||
|
## Boğaziçi University, BS in Mechanical Engineering
|
||||||
|
|
||||||
|
- Sept. 2021
|
||||||
|
|
||||||
|
|
||||||
|
## Boğaziçi University, Mechanical Engineering
|
||||||
|
|
||||||
|
- Sept. 2015 to present
|
||||||
|
- Istanbul, Turkey
|
||||||
|
- Did this.
|
||||||
|
- Did that.
|
||||||
|
|
||||||
|
## Boğaziçi University, BS in Mechanical Engineering
|
||||||
|
|
||||||
|
- Sept. 2015 to present
|
||||||
|
|
||||||
|
- Did this.
|
||||||
|
- Did that.
|
||||||
|
|
||||||
|
## Boğaziçi University, BS in Mechanical Engineering
|
||||||
|
|
||||||
|
- Sept. 2015 to present
|
||||||
|
- Istanbul, Turkey
|
||||||
|
|
||||||
|
## Boğaziçi University, Mechanical Engineering
|
||||||
|
|
||||||
|
- Sept. 2021
|
||||||
|
|
||||||
|
- Did this.
|
||||||
|
- Did that.
|
||||||
|
|
||||||
|
## Boğaziçi University, Mechanical Engineering
|
||||||
|
|
||||||
|
- Sept. 2021
|
||||||
|
- Istanbul, Turkey
|
||||||
|
|
||||||
|
## Boğaziçi University, BS in Mechanical Engineering
|
||||||
|
|
||||||
|
- Sept. 2021
|
||||||
|
|
||||||
|
|
||||||
|
## Boğaziçi University, Mechanical Engineering
|
||||||
|
|
||||||
|
- Jan. 2024
|
||||||
|
- Istanbul, Turkey
|
||||||
|
- Did this.
|
||||||
|
- Did that.
|
||||||
|
|
||||||
|
## Boğaziçi University, BS in Mechanical Engineering
|
||||||
|
|
||||||
|
- Jan. 2024
|
||||||
|
|
||||||
|
- Did this.
|
||||||
|
- Did that.
|
||||||
|
|
||||||
|
## Boğaziçi University, BS in Mechanical Engineering
|
||||||
|
|
||||||
|
- Jan. 2024
|
||||||
|
- Istanbul, Turkey
|
||||||
|
|
||||||
|
## Boğaziçi University, Mechanical Engineering
|
||||||
|
|
||||||
|
- Sept. 2021
|
||||||
|
- Istanbul, Turkey
|
||||||
|
- Did this.
|
||||||
|
- Did that.
|
||||||
|
|
||||||
|
## Boğaziçi University, BS in Mechanical Engineering
|
||||||
|
|
||||||
|
- Sept. 2021
|
||||||
|
|
||||||
|
- Did this.
|
||||||
|
- Did that.
|
||||||
|
|
||||||
|
## Boğaziçi University, BS in Mechanical Engineering
|
||||||
|
|
||||||
|
- Sept. 2021
|
||||||
|
- Istanbul, Turkey
|
||||||
|
|
||||||
|
## Boğaziçi University, BS in Mechanical Engineering
|
||||||
|
|
||||||
|
|
||||||
|
- Istanbul, Turkey
|
||||||
|
- Did this.
|
||||||
|
- Did that.
|
||||||
|
|
||||||
|
## Boğaziçi University, Mechanical Engineering
|
||||||
|
|
||||||
|
- Sept. 2021
|
||||||
|
|
||||||
|
- Did this.
|
||||||
|
- Did that.
|
||||||
|
|
||||||
|
## Boğaziçi University, Mechanical Engineering
|
||||||
|
|
||||||
|
- Sept. 2021
|
||||||
|
- Istanbul, Turkey
|
||||||
|
|
||||||
|
## Boğaziçi University, BS in Mechanical Engineering
|
||||||
|
|
||||||
|
- Sept. 2021
|
||||||
|
|
||||||
|
|
||||||
|
## Boğaziçi University, Mechanical Engineering
|
||||||
|
|
||||||
|
- Sept. 2015 to present
|
||||||
|
- Istanbul, Turkey
|
||||||
|
- Did this.
|
||||||
|
- Did that.
|
||||||
|
|
||||||
|
## Boğaziçi University, BS in Mechanical Engineering
|
||||||
|
|
||||||
|
- Sept. 2015 to present
|
||||||
|
|
||||||
|
- Did this.
|
||||||
|
- Did that.
|
||||||
|
|
||||||
|
## Boğaziçi University, BS in Mechanical Engineering
|
||||||
|
|
||||||
|
- Sept. 2015 to present
|
||||||
|
- Istanbul, Turkey
|
||||||
|
|
||||||
|
## Boğaziçi University, Mechanical Engineering
|
||||||
|
|
||||||
|
- Sept. 2021
|
||||||
|
- Istanbul, Turkey
|
||||||
|
- Did this.
|
||||||
|
- Did that.
|
||||||
|
|
||||||
|
## Boğaziçi University, BS in Mechanical Engineering
|
||||||
|
|
||||||
|
- Sept. 2021
|
||||||
|
|
||||||
|
- Did this.
|
||||||
|
- Did that.
|
||||||
|
|
||||||
|
## Boğaziçi University, BS in Mechanical Engineering
|
||||||
|
|
||||||
|
- Sept. 2021
|
||||||
|
- Istanbul, Turkey
|
||||||
|
|
||||||
|
## Boğaziçi University, BS in Mechanical Engineering
|
||||||
|
|
||||||
|
- Sept. 2015 to present
|
||||||
|
- Istanbul, Turkey
|
||||||
|
- Did this.
|
||||||
|
- Did that.
|
||||||
|
|
||||||
|
## Boğaziçi University, Mechanical Engineering
|
||||||
|
|
||||||
|
- Sept. 2021
|
||||||
|
- Istanbul, Turkey
|
||||||
|
- Did this.
|
||||||
|
- Did that.
|
||||||
|
|
||||||
|
## Boğaziçi University, BS in Mechanical Engineering
|
||||||
|
|
||||||
|
- Sept. 2021
|
||||||
|
|
||||||
|
- Did this.
|
||||||
|
- Did that.
|
||||||
|
|
||||||
|
## Boğaziçi University, BS in Mechanical Engineering
|
||||||
|
|
||||||
|
- Sept. 2021
|
||||||
|
- Istanbul, Turkey
|
||||||
|
|
||||||
|
## Boğaziçi University, BS in Mechanical Engineering
|
||||||
|
|
||||||
|
- Jan. 2024
|
||||||
|
- Istanbul, Turkey
|
||||||
|
- Did this.
|
||||||
|
- Did that.
|
||||||
|
|
||||||
|
## Boğaziçi University, BS in Mechanical Engineering
|
||||||
|
|
||||||
|
- Sept. 2021
|
||||||
|
- Istanbul, Turkey
|
||||||
|
- Did this.
|
||||||
|
- Did that.
|
||||||
|
|
||||||
|
## Boğaziçi University, Mechanical Engineering
|
||||||
|
|
||||||
|
- Sept. 2021
|
||||||
|
- Istanbul, Turkey
|
||||||
|
- Did this.
|
||||||
|
- Did that.
|
||||||
|
|
||||||
|
## Boğaziçi University, BS in Mechanical Engineering
|
||||||
|
|
||||||
|
- Sept. 2021
|
||||||
|
|
||||||
|
- Did this.
|
||||||
|
- Did that.
|
||||||
|
|
||||||
|
## Boğaziçi University, BS in Mechanical Engineering
|
||||||
|
|
||||||
|
- Sept. 2021
|
||||||
|
- Istanbul, Turkey
|
||||||
|
|
||||||
|
## Boğaziçi University, BS in Mechanical Engineering
|
||||||
|
|
||||||
|
- Sept. 2015 to present
|
||||||
|
- Istanbul, Turkey
|
||||||
|
- Did this.
|
||||||
|
- Did that.
|
||||||
|
|
||||||
|
## Boğaziçi University, BS in Mechanical Engineering
|
||||||
|
|
||||||
|
- Sept. 2021
|
||||||
|
- Istanbul, Turkey
|
||||||
|
- Did this.
|
||||||
|
- Did that.
|
||||||
|
|
||||||
|
## Boğaziçi University, BS in Mechanical Engineering
|
||||||
|
|
||||||
|
- Sept. 2021
|
||||||
|
- Istanbul, Turkey
|
||||||
|
- Did this.
|
||||||
|
- Did that.
|
||||||
|
|
||||||
|
## Boğaziçi University, BS in Mechanical Engineering
|
||||||
|
|
||||||
|
- Sept. 2021
|
||||||
|
- Istanbul, Turkey
|
||||||
|
- Did this.
|
||||||
|
- Did that.
|
||||||
|
|
||||||
|
# Normal Entries
|
||||||
|
|
||||||
|
## My Project
|
||||||
|
|
||||||
|
|
||||||
|
## My Project
|
||||||
|
|
||||||
|
- Sept. 2015 to present
|
||||||
|
## My Project
|
||||||
|
|
||||||
|
- Jan. 2024
|
||||||
|
## My Project
|
||||||
|
|
||||||
|
- Sept. 2021
|
||||||
|
## My Project
|
||||||
|
|
||||||
|
- Did this.
|
||||||
|
- Did that.
|
||||||
|
|
||||||
|
## My Project
|
||||||
|
|
||||||
|
- Istanbul, Turkey
|
||||||
|
## My Project
|
||||||
|
|
||||||
|
- Sept. 2015 to present
|
||||||
|
## My Project
|
||||||
|
|
||||||
|
- Sept. 2021
|
||||||
|
## My Project
|
||||||
|
|
||||||
|
- Sept. 2015 to present - Did this.
|
||||||
|
- Did that.
|
||||||
|
|
||||||
|
## My Project
|
||||||
|
|
||||||
|
- Sept. 2015 to present - Istanbul, Turkey
|
||||||
|
## My Project
|
||||||
|
|
||||||
|
- Sept. 2021
|
||||||
|
## My Project
|
||||||
|
|
||||||
|
- Jan. 2024 - Did this.
|
||||||
|
- Did that.
|
||||||
|
|
||||||
|
## My Project
|
||||||
|
|
||||||
|
- Jan. 2024 - Istanbul, Turkey
|
||||||
|
## My Project
|
||||||
|
|
||||||
|
- Sept. 2021 - Did this.
|
||||||
|
- Did that.
|
||||||
|
|
||||||
|
## My Project
|
||||||
|
|
||||||
|
- Sept. 2021 - Istanbul, Turkey
|
||||||
|
## My Project
|
||||||
|
|
||||||
|
- Istanbul, Turkey - Did this.
|
||||||
|
- Did that.
|
||||||
|
|
||||||
|
## My Project
|
||||||
|
|
||||||
|
- Sept. 2021
|
||||||
|
## My Project
|
||||||
|
|
||||||
|
- Sept. 2015 to present - Did this.
|
||||||
|
- Did that.
|
||||||
|
|
||||||
|
## My Project
|
||||||
|
|
||||||
|
- Sept. 2015 to present - Istanbul, Turkey
|
||||||
|
## My Project
|
||||||
|
|
||||||
|
- Sept. 2021 - Did this.
|
||||||
|
- Did that.
|
||||||
|
|
||||||
|
## My Project
|
||||||
|
|
||||||
|
- Sept. 2021 - Istanbul, Turkey
|
||||||
|
## My Project
|
||||||
|
|
||||||
|
- Sept. 2015 to present - Istanbul, Turkey - Did this.
|
||||||
|
- Did that.
|
||||||
|
|
||||||
|
## My Project
|
||||||
|
|
||||||
|
- Sept. 2021 - Did this.
|
||||||
|
- Did that.
|
||||||
|
|
||||||
|
## My Project
|
||||||
|
|
||||||
|
- Sept. 2021 - Istanbul, Turkey
|
||||||
|
## My Project
|
||||||
|
|
||||||
|
- Jan. 2024 - Istanbul, Turkey - Did this.
|
||||||
|
- Did that.
|
||||||
|
|
||||||
|
## My Project
|
||||||
|
|
||||||
|
- Sept. 2021 - Istanbul, Turkey - Did this.
|
||||||
|
- Did that.
|
||||||
|
|
||||||
|
## My Project
|
||||||
|
|
||||||
|
- Sept. 2021 - Did this.
|
||||||
|
- Did that.
|
||||||
|
|
||||||
|
## My Project
|
||||||
|
|
||||||
|
- Sept. 2021 - Istanbul, Turkey
|
||||||
|
## My Project
|
||||||
|
|
||||||
|
- Sept. 2015 to present - Istanbul, Turkey - Did this.
|
||||||
|
- Did that.
|
||||||
|
|
||||||
|
## My Project
|
||||||
|
|
||||||
|
- Sept. 2021 - Istanbul, Turkey - Did this.
|
||||||
|
- Did that.
|
||||||
|
|
||||||
|
## My Project
|
||||||
|
|
||||||
|
- Sept. 2021 - Istanbul, Turkey - Did this.
|
||||||
|
- Did that.
|
||||||
|
|
||||||
|
## My Project
|
||||||
|
|
||||||
|
- Sept. 2021 - Istanbul, Turkey - Did this.
|
||||||
|
- Did that.
|
||||||
|
|
||||||
|
# One Line Entries
|
||||||
|
|
||||||
- Programming: Python, C++, JavaScript, MATLAB
|
- Programming: Python, C++, JavaScript, MATLAB
|
||||||
- Programming: Python, C++, JavaScript, MATLAB
|
|
||||||
# Section7
|
|
||||||
|
|
||||||
- This is a bullet entry.
|
|
||||||
- This is a bullet entry.
|
|
||||||
|
|
|
@ -12,71 +12,747 @@
|
||||||
- Twitter: [johndoe](https://twitter.com/johndoe)
|
- Twitter: [johndoe](https://twitter.com/johndoe)
|
||||||
|
|
||||||
|
|
||||||
# Section1
|
# Text Entries
|
||||||
|
|
||||||
My Text Entry with some **markdown** and [links](https://example.com)!
|
My Text Entry with some **markdown** and [links](https://example.com)!
|
||||||
|
|
||||||
My Text Entry with some **markdown** and [links](https://example.com)!
|
My Text Entry with some **markdown** and [links](https://example.com)!
|
||||||
|
|
||||||
# Section2
|
Some other *** tests, which should be tricky* to parse!**
|
||||||
|
|
||||||
|
# Bullet Entries
|
||||||
|
|
||||||
|
- This is a bullet entry.
|
||||||
|
- My Text Entry with some **markdown** and [links](https://example.com)!
|
||||||
|
- Some other *** tests, which should be tricky* to parse!**
|
||||||
|
# Publication Entries
|
||||||
|
|
||||||
|
## Magneto-Thermal Thin Shell Approximation for 3D Finite Element Analysis of No-Insulation Coils
|
||||||
|
- Sept. 2021
|
||||||
|
- J. Doe, **H. Tom**, S. Doe, A. Andsurname
|
||||||
|
|
||||||
## Magneto-Thermal Thin Shell Approximation for 3D Finite Element Analysis of No-Insulation Coils ([10.1109/TASC.2023.3340648](https://doi.org/10.1109/TASC.2023.3340648))
|
## Magneto-Thermal Thin Shell Approximation for 3D Finite Element Analysis of No-Insulation Coils ([10.1109/TASC.2023.3340648](https://doi.org/10.1109/TASC.2023.3340648))
|
||||||
- Dec. 2021
|
- Sept. 2021
|
||||||
- J. Doe, ***H. Tom***, S. Doe, A. Andsurname
|
- J. Doe, **H. Tom**, S. Doe, A. Andsurname
|
||||||
- IEEE Transactions on Applied Superconductivity
|
|
||||||
## Magneto-Thermal Thin Shell Approximation for 3D Finite Element Analysis of No-Insulation Coils
|
## Magneto-Thermal Thin Shell Approximation for 3D Finite Element Analysis of No-Insulation Coils
|
||||||
- Dec. 2021
|
- Sept. 2021
|
||||||
- J. Doe, ***H. Tom***, S. Doe, A. Andsurname
|
- J. Doe, **H. Tom**, S. Doe, A. Andsurname
|
||||||
- IEEE Transactions on Applied Superconductivity
|
- IEEE Transactions on Applied Superconductivity
|
||||||
# Section3
|
## Magneto-Thermal Thin Shell Approximation for 3D Finite Element Analysis of No-Insulation Coils ([10.1109/TASC.2023.3340648](https://doi.org/10.1109/TASC.2023.3340648))
|
||||||
|
- Sept. 2021
|
||||||
|
- J. Doe, **H. Tom**, S. Doe, A. Andsurname
|
||||||
|
- IEEE Transactions on Applied Superconductivity
|
||||||
|
# Experience Entries
|
||||||
|
|
||||||
## Some Company, Software Engineer
|
## Some Company, Software Engineer
|
||||||
|
|
||||||
- July 2020 to Aug. 2021
|
|
||||||
- TX, USA
|
|
||||||
- Developed an [IOS application](https://example.com) that has received more than **100,000 downloads**.
|
|
||||||
- Managed a team of **5** engineers.
|
|
||||||
|
|
||||||
## Some Company, Software Engineer
|
## Some Company, Software Engineer
|
||||||
|
|
||||||
- July 2020 to Aug. 2021
|
- Sept. 2015 to present
|
||||||
- TX, USA
|
|
||||||
- Developed an [IOS application](https://example.com) that has received more than **100,000 downloads**.
|
|
||||||
- Managed a team of **5** engineers.
|
|
||||||
|
|
||||||
# Section4
|
|
||||||
|
## Some Company, Software Engineer
|
||||||
|
|
||||||
|
- Jan. 2024
|
||||||
|
|
||||||
|
|
||||||
|
## Some Company, Software Engineer
|
||||||
|
|
||||||
|
- Sept. 2021
|
||||||
|
|
||||||
|
|
||||||
|
## Some Company, Software Engineer
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
- Did this.
|
||||||
|
- Did that.
|
||||||
|
|
||||||
|
## Some Company, Software Engineer
|
||||||
|
|
||||||
|
|
||||||
|
- Istanbul, Turkey
|
||||||
|
|
||||||
|
## Some Company, Software Engineer
|
||||||
|
|
||||||
|
- Sept. 2015 to present
|
||||||
|
|
||||||
|
|
||||||
|
## Some Company, Software Engineer
|
||||||
|
|
||||||
|
- Sept. 2021
|
||||||
|
|
||||||
|
|
||||||
|
## Some Company, Software Engineer
|
||||||
|
|
||||||
|
- Sept. 2015 to present
|
||||||
|
|
||||||
|
- Did this.
|
||||||
|
- Did that.
|
||||||
|
|
||||||
|
## Some Company, Software Engineer
|
||||||
|
|
||||||
|
- Sept. 2015 to present
|
||||||
|
- Istanbul, Turkey
|
||||||
|
|
||||||
|
## Some Company, Software Engineer
|
||||||
|
|
||||||
|
- Sept. 2021
|
||||||
|
|
||||||
|
|
||||||
|
## Some Company, Software Engineer
|
||||||
|
|
||||||
|
- Jan. 2024
|
||||||
|
|
||||||
|
- Did this.
|
||||||
|
- Did that.
|
||||||
|
|
||||||
|
## Some Company, Software Engineer
|
||||||
|
|
||||||
|
- Jan. 2024
|
||||||
|
- Istanbul, Turkey
|
||||||
|
|
||||||
|
## Some Company, Software Engineer
|
||||||
|
|
||||||
|
- Sept. 2021
|
||||||
|
|
||||||
|
- Did this.
|
||||||
|
- Did that.
|
||||||
|
|
||||||
|
## Some Company, Software Engineer
|
||||||
|
|
||||||
|
- Sept. 2021
|
||||||
|
- Istanbul, Turkey
|
||||||
|
|
||||||
|
## Some Company, Software Engineer
|
||||||
|
|
||||||
|
|
||||||
|
- Istanbul, Turkey
|
||||||
|
- Did this.
|
||||||
|
- Did that.
|
||||||
|
|
||||||
|
## Some Company, Software Engineer
|
||||||
|
|
||||||
|
- Sept. 2021
|
||||||
|
|
||||||
|
|
||||||
|
## Some Company, Software Engineer
|
||||||
|
|
||||||
|
- Sept. 2015 to present
|
||||||
|
|
||||||
|
- Did this.
|
||||||
|
- Did that.
|
||||||
|
|
||||||
|
## Some Company, Software Engineer
|
||||||
|
|
||||||
|
- Sept. 2015 to present
|
||||||
|
- Istanbul, Turkey
|
||||||
|
|
||||||
|
## Some Company, Software Engineer
|
||||||
|
|
||||||
|
- Sept. 2021
|
||||||
|
|
||||||
|
- Did this.
|
||||||
|
- Did that.
|
||||||
|
|
||||||
|
## Some Company, Software Engineer
|
||||||
|
|
||||||
|
- Sept. 2021
|
||||||
|
- Istanbul, Turkey
|
||||||
|
|
||||||
|
## Some Company, Software Engineer
|
||||||
|
|
||||||
|
- Sept. 2015 to present
|
||||||
|
- Istanbul, Turkey
|
||||||
|
- Did this.
|
||||||
|
- Did that.
|
||||||
|
|
||||||
|
## Some Company, Software Engineer
|
||||||
|
|
||||||
|
- Sept. 2021
|
||||||
|
|
||||||
|
- Did this.
|
||||||
|
- Did that.
|
||||||
|
|
||||||
|
## Some Company, Software Engineer
|
||||||
|
|
||||||
|
- Sept. 2021
|
||||||
|
- Istanbul, Turkey
|
||||||
|
|
||||||
|
## Some Company, Software Engineer
|
||||||
|
|
||||||
|
- Jan. 2024
|
||||||
|
- Istanbul, Turkey
|
||||||
|
- Did this.
|
||||||
|
- Did that.
|
||||||
|
|
||||||
|
## Some Company, Software Engineer
|
||||||
|
|
||||||
|
- Sept. 2021
|
||||||
|
- Istanbul, Turkey
|
||||||
|
- Did this.
|
||||||
|
- Did that.
|
||||||
|
|
||||||
|
## Some Company, Software Engineer
|
||||||
|
|
||||||
|
- Sept. 2021
|
||||||
|
|
||||||
|
- Did this.
|
||||||
|
- Did that.
|
||||||
|
|
||||||
|
## Some Company, Software Engineer
|
||||||
|
|
||||||
|
- Sept. 2021
|
||||||
|
- Istanbul, Turkey
|
||||||
|
|
||||||
|
## Some Company, Software Engineer
|
||||||
|
|
||||||
|
- Sept. 2015 to present
|
||||||
|
- Istanbul, Turkey
|
||||||
|
- Did this.
|
||||||
|
- Did that.
|
||||||
|
|
||||||
|
## Some Company, Software Engineer
|
||||||
|
|
||||||
|
- Sept. 2021
|
||||||
|
- Istanbul, Turkey
|
||||||
|
- Did this.
|
||||||
|
- Did that.
|
||||||
|
|
||||||
|
## Some Company, Software Engineer
|
||||||
|
|
||||||
|
- Sept. 2021
|
||||||
|
- Istanbul, Turkey
|
||||||
|
- Did this.
|
||||||
|
- Did that.
|
||||||
|
|
||||||
|
## Some Company, Software Engineer
|
||||||
|
|
||||||
|
- Sept. 2021
|
||||||
|
- Istanbul, Turkey
|
||||||
|
- Did this.
|
||||||
|
- Did that.
|
||||||
|
|
||||||
|
# Education Entries
|
||||||
|
|
||||||
|
## Boğaziçi University, Mechanical Engineering
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
## Boğaziçi University, Mechanical Engineering
|
||||||
|
|
||||||
|
- Sept. 2015 to present
|
||||||
|
|
||||||
|
|
||||||
|
## Boğaziçi University, Mechanical Engineering
|
||||||
|
|
||||||
|
- Jan. 2024
|
||||||
|
|
||||||
|
|
||||||
|
## Boğaziçi University, Mechanical Engineering
|
||||||
|
|
||||||
|
- Sept. 2021
|
||||||
|
|
||||||
|
|
||||||
|
## Boğaziçi University, Mechanical Engineering
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
- Did this.
|
||||||
|
- Did that.
|
||||||
|
|
||||||
|
## Boğaziçi University, Mechanical Engineering
|
||||||
|
|
||||||
|
|
||||||
|
- Istanbul, Turkey
|
||||||
|
|
||||||
## Boğaziçi University, BS in Mechanical Engineering
|
## Boğaziçi University, BS in Mechanical Engineering
|
||||||
|
|
||||||
- Sept. 2015 to June 2020
|
|
||||||
|
|
||||||
|
|
||||||
|
## Boğaziçi University, Mechanical Engineering
|
||||||
|
|
||||||
|
- Sept. 2015 to present
|
||||||
|
|
||||||
|
|
||||||
|
## Boğaziçi University, Mechanical Engineering
|
||||||
|
|
||||||
|
- Sept. 2021
|
||||||
|
|
||||||
|
|
||||||
|
## Boğaziçi University, Mechanical Engineering
|
||||||
|
|
||||||
|
- Sept. 2015 to present
|
||||||
|
|
||||||
|
- Did this.
|
||||||
|
- Did that.
|
||||||
|
|
||||||
|
## Boğaziçi University, Mechanical Engineering
|
||||||
|
|
||||||
|
- Sept. 2015 to present
|
||||||
- Istanbul, Turkey
|
- Istanbul, Turkey
|
||||||
- GPA: 3.24/4.00 ([Transcript](https://example.com))
|
|
||||||
- Awards: Dean's Honor List, Sportsperson of the Year
|
|
||||||
|
|
||||||
## Boğaziçi University, BS in Mechanical Engineering
|
## Boğaziçi University, BS in Mechanical Engineering
|
||||||
|
|
||||||
- Sept. 2015 to June 2020
|
- Sept. 2015 to present
|
||||||
|
|
||||||
|
|
||||||
|
## Boğaziçi University, Mechanical Engineering
|
||||||
|
|
||||||
|
- Sept. 2021
|
||||||
|
|
||||||
|
|
||||||
|
## Boğaziçi University, Mechanical Engineering
|
||||||
|
|
||||||
|
- Jan. 2024
|
||||||
|
|
||||||
|
- Did this.
|
||||||
|
- Did that.
|
||||||
|
|
||||||
|
## Boğaziçi University, Mechanical Engineering
|
||||||
|
|
||||||
|
- Jan. 2024
|
||||||
- Istanbul, Turkey
|
- Istanbul, Turkey
|
||||||
- GPA: 3.24/4.00 ([Transcript](https://example.com))
|
|
||||||
- Awards: Dean's Honor List, Sportsperson of the Year
|
|
||||||
|
|
||||||
# Section5
|
## Boğaziçi University, BS in Mechanical Engineering
|
||||||
|
|
||||||
## Some Project
|
- Jan. 2024
|
||||||
|
|
||||||
- Sept. 2021 - Remote - Developed a web application with **React** and **Django**.
|
|
||||||
- Implemented a **RESTful API**
|
|
||||||
|
|
||||||
## Some Project
|
## Boğaziçi University, Mechanical Engineering
|
||||||
|
|
||||||
- Sept. 2021 - Remote - Developed a web application with **React** and **Django**.
|
- Sept. 2021
|
||||||
- Implemented a **RESTful API**
|
|
||||||
|
|
||||||
# Section6
|
- Did this.
|
||||||
|
- Did that.
|
||||||
|
|
||||||
|
## Boğaziçi University, Mechanical Engineering
|
||||||
|
|
||||||
|
- Sept. 2021
|
||||||
|
- Istanbul, Turkey
|
||||||
|
|
||||||
|
## Boğaziçi University, BS in Mechanical Engineering
|
||||||
|
|
||||||
|
- Sept. 2021
|
||||||
|
|
||||||
|
|
||||||
|
## Boğaziçi University, Mechanical Engineering
|
||||||
|
|
||||||
|
|
||||||
|
- Istanbul, Turkey
|
||||||
|
- Did this.
|
||||||
|
- Did that.
|
||||||
|
|
||||||
|
## Boğaziçi University, BS in Mechanical Engineering
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
- Did this.
|
||||||
|
- Did that.
|
||||||
|
|
||||||
|
## Boğaziçi University, BS in Mechanical Engineering
|
||||||
|
|
||||||
|
|
||||||
|
- Istanbul, Turkey
|
||||||
|
|
||||||
|
## Boğaziçi University, Mechanical Engineering
|
||||||
|
|
||||||
|
- Sept. 2021
|
||||||
|
|
||||||
|
|
||||||
|
## Boğaziçi University, Mechanical Engineering
|
||||||
|
|
||||||
|
- Sept. 2015 to present
|
||||||
|
|
||||||
|
- Did this.
|
||||||
|
- Did that.
|
||||||
|
|
||||||
|
## Boğaziçi University, Mechanical Engineering
|
||||||
|
|
||||||
|
- Sept. 2015 to present
|
||||||
|
- Istanbul, Turkey
|
||||||
|
|
||||||
|
## Boğaziçi University, BS in Mechanical Engineering
|
||||||
|
|
||||||
|
- Sept. 2015 to present
|
||||||
|
|
||||||
|
|
||||||
|
## Boğaziçi University, Mechanical Engineering
|
||||||
|
|
||||||
|
- Sept. 2021
|
||||||
|
|
||||||
|
- Did this.
|
||||||
|
- Did that.
|
||||||
|
|
||||||
|
## Boğaziçi University, Mechanical Engineering
|
||||||
|
|
||||||
|
- Sept. 2021
|
||||||
|
- Istanbul, Turkey
|
||||||
|
|
||||||
|
## Boğaziçi University, BS in Mechanical Engineering
|
||||||
|
|
||||||
|
- Sept. 2021
|
||||||
|
|
||||||
|
|
||||||
|
## Boğaziçi University, Mechanical Engineering
|
||||||
|
|
||||||
|
- Sept. 2015 to present
|
||||||
|
- Istanbul, Turkey
|
||||||
|
- Did this.
|
||||||
|
- Did that.
|
||||||
|
|
||||||
|
## Boğaziçi University, BS in Mechanical Engineering
|
||||||
|
|
||||||
|
- Sept. 2015 to present
|
||||||
|
|
||||||
|
- Did this.
|
||||||
|
- Did that.
|
||||||
|
|
||||||
|
## Boğaziçi University, BS in Mechanical Engineering
|
||||||
|
|
||||||
|
- Sept. 2015 to present
|
||||||
|
- Istanbul, Turkey
|
||||||
|
|
||||||
|
## Boğaziçi University, Mechanical Engineering
|
||||||
|
|
||||||
|
- Sept. 2021
|
||||||
|
|
||||||
|
- Did this.
|
||||||
|
- Did that.
|
||||||
|
|
||||||
|
## Boğaziçi University, Mechanical Engineering
|
||||||
|
|
||||||
|
- Sept. 2021
|
||||||
|
- Istanbul, Turkey
|
||||||
|
|
||||||
|
## Boğaziçi University, BS in Mechanical Engineering
|
||||||
|
|
||||||
|
- Sept. 2021
|
||||||
|
|
||||||
|
|
||||||
|
## Boğaziçi University, Mechanical Engineering
|
||||||
|
|
||||||
|
- Jan. 2024
|
||||||
|
- Istanbul, Turkey
|
||||||
|
- Did this.
|
||||||
|
- Did that.
|
||||||
|
|
||||||
|
## Boğaziçi University, BS in Mechanical Engineering
|
||||||
|
|
||||||
|
- Jan. 2024
|
||||||
|
|
||||||
|
- Did this.
|
||||||
|
- Did that.
|
||||||
|
|
||||||
|
## Boğaziçi University, BS in Mechanical Engineering
|
||||||
|
|
||||||
|
- Jan. 2024
|
||||||
|
- Istanbul, Turkey
|
||||||
|
|
||||||
|
## Boğaziçi University, Mechanical Engineering
|
||||||
|
|
||||||
|
- Sept. 2021
|
||||||
|
- Istanbul, Turkey
|
||||||
|
- Did this.
|
||||||
|
- Did that.
|
||||||
|
|
||||||
|
## Boğaziçi University, BS in Mechanical Engineering
|
||||||
|
|
||||||
|
- Sept. 2021
|
||||||
|
|
||||||
|
- Did this.
|
||||||
|
- Did that.
|
||||||
|
|
||||||
|
## Boğaziçi University, BS in Mechanical Engineering
|
||||||
|
|
||||||
|
- Sept. 2021
|
||||||
|
- Istanbul, Turkey
|
||||||
|
|
||||||
|
## Boğaziçi University, BS in Mechanical Engineering
|
||||||
|
|
||||||
|
|
||||||
|
- Istanbul, Turkey
|
||||||
|
- Did this.
|
||||||
|
- Did that.
|
||||||
|
|
||||||
|
## Boğaziçi University, Mechanical Engineering
|
||||||
|
|
||||||
|
- Sept. 2021
|
||||||
|
|
||||||
|
- Did this.
|
||||||
|
- Did that.
|
||||||
|
|
||||||
|
## Boğaziçi University, Mechanical Engineering
|
||||||
|
|
||||||
|
- Sept. 2021
|
||||||
|
- Istanbul, Turkey
|
||||||
|
|
||||||
|
## Boğaziçi University, BS in Mechanical Engineering
|
||||||
|
|
||||||
|
- Sept. 2021
|
||||||
|
|
||||||
|
|
||||||
|
## Boğaziçi University, Mechanical Engineering
|
||||||
|
|
||||||
|
- Sept. 2015 to present
|
||||||
|
- Istanbul, Turkey
|
||||||
|
- Did this.
|
||||||
|
- Did that.
|
||||||
|
|
||||||
|
## Boğaziçi University, BS in Mechanical Engineering
|
||||||
|
|
||||||
|
- Sept. 2015 to present
|
||||||
|
|
||||||
|
- Did this.
|
||||||
|
- Did that.
|
||||||
|
|
||||||
|
## Boğaziçi University, BS in Mechanical Engineering
|
||||||
|
|
||||||
|
- Sept. 2015 to present
|
||||||
|
- Istanbul, Turkey
|
||||||
|
|
||||||
|
## Boğaziçi University, Mechanical Engineering
|
||||||
|
|
||||||
|
- Sept. 2021
|
||||||
|
- Istanbul, Turkey
|
||||||
|
- Did this.
|
||||||
|
- Did that.
|
||||||
|
|
||||||
|
## Boğaziçi University, BS in Mechanical Engineering
|
||||||
|
|
||||||
|
- Sept. 2021
|
||||||
|
|
||||||
|
- Did this.
|
||||||
|
- Did that.
|
||||||
|
|
||||||
|
## Boğaziçi University, BS in Mechanical Engineering
|
||||||
|
|
||||||
|
- Sept. 2021
|
||||||
|
- Istanbul, Turkey
|
||||||
|
|
||||||
|
## Boğaziçi University, BS in Mechanical Engineering
|
||||||
|
|
||||||
|
- Sept. 2015 to present
|
||||||
|
- Istanbul, Turkey
|
||||||
|
- Did this.
|
||||||
|
- Did that.
|
||||||
|
|
||||||
|
## Boğaziçi University, Mechanical Engineering
|
||||||
|
|
||||||
|
- Sept. 2021
|
||||||
|
- Istanbul, Turkey
|
||||||
|
- Did this.
|
||||||
|
- Did that.
|
||||||
|
|
||||||
|
## Boğaziçi University, BS in Mechanical Engineering
|
||||||
|
|
||||||
|
- Sept. 2021
|
||||||
|
|
||||||
|
- Did this.
|
||||||
|
- Did that.
|
||||||
|
|
||||||
|
## Boğaziçi University, BS in Mechanical Engineering
|
||||||
|
|
||||||
|
- Sept. 2021
|
||||||
|
- Istanbul, Turkey
|
||||||
|
|
||||||
|
## Boğaziçi University, BS in Mechanical Engineering
|
||||||
|
|
||||||
|
- Jan. 2024
|
||||||
|
- Istanbul, Turkey
|
||||||
|
- Did this.
|
||||||
|
- Did that.
|
||||||
|
|
||||||
|
## Boğaziçi University, BS in Mechanical Engineering
|
||||||
|
|
||||||
|
- Sept. 2021
|
||||||
|
- Istanbul, Turkey
|
||||||
|
- Did this.
|
||||||
|
- Did that.
|
||||||
|
|
||||||
|
## Boğaziçi University, Mechanical Engineering
|
||||||
|
|
||||||
|
- Sept. 2021
|
||||||
|
- Istanbul, Turkey
|
||||||
|
- Did this.
|
||||||
|
- Did that.
|
||||||
|
|
||||||
|
## Boğaziçi University, BS in Mechanical Engineering
|
||||||
|
|
||||||
|
- Sept. 2021
|
||||||
|
|
||||||
|
- Did this.
|
||||||
|
- Did that.
|
||||||
|
|
||||||
|
## Boğaziçi University, BS in Mechanical Engineering
|
||||||
|
|
||||||
|
- Sept. 2021
|
||||||
|
- Istanbul, Turkey
|
||||||
|
|
||||||
|
## Boğaziçi University, BS in Mechanical Engineering
|
||||||
|
|
||||||
|
- Sept. 2015 to present
|
||||||
|
- Istanbul, Turkey
|
||||||
|
- Did this.
|
||||||
|
- Did that.
|
||||||
|
|
||||||
|
## Boğaziçi University, BS in Mechanical Engineering
|
||||||
|
|
||||||
|
- Sept. 2021
|
||||||
|
- Istanbul, Turkey
|
||||||
|
- Did this.
|
||||||
|
- Did that.
|
||||||
|
|
||||||
|
## Boğaziçi University, BS in Mechanical Engineering
|
||||||
|
|
||||||
|
- Sept. 2021
|
||||||
|
- Istanbul, Turkey
|
||||||
|
- Did this.
|
||||||
|
- Did that.
|
||||||
|
|
||||||
|
## Boğaziçi University, BS in Mechanical Engineering
|
||||||
|
|
||||||
|
- Sept. 2021
|
||||||
|
- Istanbul, Turkey
|
||||||
|
- Did this.
|
||||||
|
- Did that.
|
||||||
|
|
||||||
|
# Normal Entries
|
||||||
|
|
||||||
|
## My Project
|
||||||
|
|
||||||
|
|
||||||
|
## My Project
|
||||||
|
|
||||||
|
- Sept. 2015 to present
|
||||||
|
## My Project
|
||||||
|
|
||||||
|
- Jan. 2024
|
||||||
|
## My Project
|
||||||
|
|
||||||
|
- Sept. 2021
|
||||||
|
## My Project
|
||||||
|
|
||||||
|
- Did this.
|
||||||
|
- Did that.
|
||||||
|
|
||||||
|
## My Project
|
||||||
|
|
||||||
|
- Istanbul, Turkey
|
||||||
|
## My Project
|
||||||
|
|
||||||
|
- Sept. 2015 to present
|
||||||
|
## My Project
|
||||||
|
|
||||||
|
- Sept. 2021
|
||||||
|
## My Project
|
||||||
|
|
||||||
|
- Sept. 2015 to present - Did this.
|
||||||
|
- Did that.
|
||||||
|
|
||||||
|
## My Project
|
||||||
|
|
||||||
|
- Sept. 2015 to present - Istanbul, Turkey
|
||||||
|
## My Project
|
||||||
|
|
||||||
|
- Sept. 2021
|
||||||
|
## My Project
|
||||||
|
|
||||||
|
- Jan. 2024 - Did this.
|
||||||
|
- Did that.
|
||||||
|
|
||||||
|
## My Project
|
||||||
|
|
||||||
|
- Jan. 2024 - Istanbul, Turkey
|
||||||
|
## My Project
|
||||||
|
|
||||||
|
- Sept. 2021 - Did this.
|
||||||
|
- Did that.
|
||||||
|
|
||||||
|
## My Project
|
||||||
|
|
||||||
|
- Sept. 2021 - Istanbul, Turkey
|
||||||
|
## My Project
|
||||||
|
|
||||||
|
- Istanbul, Turkey - Did this.
|
||||||
|
- Did that.
|
||||||
|
|
||||||
|
## My Project
|
||||||
|
|
||||||
|
- Sept. 2021
|
||||||
|
## My Project
|
||||||
|
|
||||||
|
- Sept. 2015 to present - Did this.
|
||||||
|
- Did that.
|
||||||
|
|
||||||
|
## My Project
|
||||||
|
|
||||||
|
- Sept. 2015 to present - Istanbul, Turkey
|
||||||
|
## My Project
|
||||||
|
|
||||||
|
- Sept. 2021 - Did this.
|
||||||
|
- Did that.
|
||||||
|
|
||||||
|
## My Project
|
||||||
|
|
||||||
|
- Sept. 2021 - Istanbul, Turkey
|
||||||
|
## My Project
|
||||||
|
|
||||||
|
- Sept. 2015 to present - Istanbul, Turkey - Did this.
|
||||||
|
- Did that.
|
||||||
|
|
||||||
|
## My Project
|
||||||
|
|
||||||
|
- Sept. 2021 - Did this.
|
||||||
|
- Did that.
|
||||||
|
|
||||||
|
## My Project
|
||||||
|
|
||||||
|
- Sept. 2021 - Istanbul, Turkey
|
||||||
|
## My Project
|
||||||
|
|
||||||
|
- Jan. 2024 - Istanbul, Turkey - Did this.
|
||||||
|
- Did that.
|
||||||
|
|
||||||
|
## My Project
|
||||||
|
|
||||||
|
- Sept. 2021 - Istanbul, Turkey - Did this.
|
||||||
|
- Did that.
|
||||||
|
|
||||||
|
## My Project
|
||||||
|
|
||||||
|
- Sept. 2021 - Did this.
|
||||||
|
- Did that.
|
||||||
|
|
||||||
|
## My Project
|
||||||
|
|
||||||
|
- Sept. 2021 - Istanbul, Turkey
|
||||||
|
## My Project
|
||||||
|
|
||||||
|
- Sept. 2015 to present - Istanbul, Turkey - Did this.
|
||||||
|
- Did that.
|
||||||
|
|
||||||
|
## My Project
|
||||||
|
|
||||||
|
- Sept. 2021 - Istanbul, Turkey - Did this.
|
||||||
|
- Did that.
|
||||||
|
|
||||||
|
## My Project
|
||||||
|
|
||||||
|
- Sept. 2021 - Istanbul, Turkey - Did this.
|
||||||
|
- Did that.
|
||||||
|
|
||||||
|
## My Project
|
||||||
|
|
||||||
|
- Sept. 2021 - Istanbul, Turkey - Did this.
|
||||||
|
- Did that.
|
||||||
|
|
||||||
|
# One Line Entries
|
||||||
|
|
||||||
- Programming: Python, C++, JavaScript, MATLAB
|
- Programming: Python, C++, JavaScript, MATLAB
|
||||||
- Programming: Python, C++, JavaScript, MATLAB
|
|
||||||
# Section7
|
|
||||||
|
|
||||||
- This is a bullet entry.
|
|
||||||
- This is a bullet entry.
|
|
||||||
|
|
|
@ -12,71 +12,747 @@
|
||||||
- Twitter: [johndoe](https://twitter.com/johndoe)
|
- Twitter: [johndoe](https://twitter.com/johndoe)
|
||||||
|
|
||||||
|
|
||||||
# Section1
|
# Text Entries
|
||||||
|
|
||||||
My Text Entry with some **markdown** and [links](https://example.com)!
|
My Text Entry with some **markdown** and [links](https://example.com)!
|
||||||
|
|
||||||
My Text Entry with some **markdown** and [links](https://example.com)!
|
My Text Entry with some **markdown** and [links](https://example.com)!
|
||||||
|
|
||||||
# Section2
|
Some other *** tests, which should be tricky* to parse!**
|
||||||
|
|
||||||
|
# Bullet Entries
|
||||||
|
|
||||||
|
- This is a bullet entry.
|
||||||
|
- My Text Entry with some **markdown** and [links](https://example.com)!
|
||||||
|
- Some other *** tests, which should be tricky* to parse!**
|
||||||
|
# Publication Entries
|
||||||
|
|
||||||
|
## Magneto-Thermal Thin Shell Approximation for 3D Finite Element Analysis of No-Insulation Coils
|
||||||
|
- Sept. 2021
|
||||||
|
- J. Doe, **H. Tom**, S. Doe, A. Andsurname
|
||||||
|
|
||||||
## Magneto-Thermal Thin Shell Approximation for 3D Finite Element Analysis of No-Insulation Coils ([10.1109/TASC.2023.3340648](https://doi.org/10.1109/TASC.2023.3340648))
|
## Magneto-Thermal Thin Shell Approximation for 3D Finite Element Analysis of No-Insulation Coils ([10.1109/TASC.2023.3340648](https://doi.org/10.1109/TASC.2023.3340648))
|
||||||
- Dec. 2021
|
- Sept. 2021
|
||||||
- J. Doe, ***H. Tom***, S. Doe, A. Andsurname
|
- J. Doe, **H. Tom**, S. Doe, A. Andsurname
|
||||||
- IEEE Transactions on Applied Superconductivity
|
|
||||||
## Magneto-Thermal Thin Shell Approximation for 3D Finite Element Analysis of No-Insulation Coils
|
## Magneto-Thermal Thin Shell Approximation for 3D Finite Element Analysis of No-Insulation Coils
|
||||||
- Dec. 2021
|
- Sept. 2021
|
||||||
- J. Doe, ***H. Tom***, S. Doe, A. Andsurname
|
- J. Doe, **H. Tom**, S. Doe, A. Andsurname
|
||||||
- IEEE Transactions on Applied Superconductivity
|
- IEEE Transactions on Applied Superconductivity
|
||||||
# Section3
|
## Magneto-Thermal Thin Shell Approximation for 3D Finite Element Analysis of No-Insulation Coils ([10.1109/TASC.2023.3340648](https://doi.org/10.1109/TASC.2023.3340648))
|
||||||
|
- Sept. 2021
|
||||||
|
- J. Doe, **H. Tom**, S. Doe, A. Andsurname
|
||||||
|
- IEEE Transactions on Applied Superconductivity
|
||||||
|
# Experience Entries
|
||||||
|
|
||||||
## Some Company, Software Engineer
|
## Some Company, Software Engineer
|
||||||
|
|
||||||
- July 2020 to Aug. 2021
|
|
||||||
- TX, USA
|
|
||||||
- Developed an [IOS application](https://example.com) that has received more than **100,000 downloads**.
|
|
||||||
- Managed a team of **5** engineers.
|
|
||||||
|
|
||||||
## Some Company, Software Engineer
|
## Some Company, Software Engineer
|
||||||
|
|
||||||
- July 2020 to Aug. 2021
|
- Sept. 2015 to present
|
||||||
- TX, USA
|
|
||||||
- Developed an [IOS application](https://example.com) that has received more than **100,000 downloads**.
|
|
||||||
- Managed a team of **5** engineers.
|
|
||||||
|
|
||||||
# Section4
|
|
||||||
|
## Some Company, Software Engineer
|
||||||
|
|
||||||
|
- Jan. 2024
|
||||||
|
|
||||||
|
|
||||||
|
## Some Company, Software Engineer
|
||||||
|
|
||||||
|
- Sept. 2021
|
||||||
|
|
||||||
|
|
||||||
|
## Some Company, Software Engineer
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
- Did this.
|
||||||
|
- Did that.
|
||||||
|
|
||||||
|
## Some Company, Software Engineer
|
||||||
|
|
||||||
|
|
||||||
|
- Istanbul, Turkey
|
||||||
|
|
||||||
|
## Some Company, Software Engineer
|
||||||
|
|
||||||
|
- Sept. 2015 to present
|
||||||
|
|
||||||
|
|
||||||
|
## Some Company, Software Engineer
|
||||||
|
|
||||||
|
- Sept. 2021
|
||||||
|
|
||||||
|
|
||||||
|
## Some Company, Software Engineer
|
||||||
|
|
||||||
|
- Sept. 2015 to present
|
||||||
|
|
||||||
|
- Did this.
|
||||||
|
- Did that.
|
||||||
|
|
||||||
|
## Some Company, Software Engineer
|
||||||
|
|
||||||
|
- Sept. 2015 to present
|
||||||
|
- Istanbul, Turkey
|
||||||
|
|
||||||
|
## Some Company, Software Engineer
|
||||||
|
|
||||||
|
- Sept. 2021
|
||||||
|
|
||||||
|
|
||||||
|
## Some Company, Software Engineer
|
||||||
|
|
||||||
|
- Jan. 2024
|
||||||
|
|
||||||
|
- Did this.
|
||||||
|
- Did that.
|
||||||
|
|
||||||
|
## Some Company, Software Engineer
|
||||||
|
|
||||||
|
- Jan. 2024
|
||||||
|
- Istanbul, Turkey
|
||||||
|
|
||||||
|
## Some Company, Software Engineer
|
||||||
|
|
||||||
|
- Sept. 2021
|
||||||
|
|
||||||
|
- Did this.
|
||||||
|
- Did that.
|
||||||
|
|
||||||
|
## Some Company, Software Engineer
|
||||||
|
|
||||||
|
- Sept. 2021
|
||||||
|
- Istanbul, Turkey
|
||||||
|
|
||||||
|
## Some Company, Software Engineer
|
||||||
|
|
||||||
|
|
||||||
|
- Istanbul, Turkey
|
||||||
|
- Did this.
|
||||||
|
- Did that.
|
||||||
|
|
||||||
|
## Some Company, Software Engineer
|
||||||
|
|
||||||
|
- Sept. 2021
|
||||||
|
|
||||||
|
|
||||||
|
## Some Company, Software Engineer
|
||||||
|
|
||||||
|
- Sept. 2015 to present
|
||||||
|
|
||||||
|
- Did this.
|
||||||
|
- Did that.
|
||||||
|
|
||||||
|
## Some Company, Software Engineer
|
||||||
|
|
||||||
|
- Sept. 2015 to present
|
||||||
|
- Istanbul, Turkey
|
||||||
|
|
||||||
|
## Some Company, Software Engineer
|
||||||
|
|
||||||
|
- Sept. 2021
|
||||||
|
|
||||||
|
- Did this.
|
||||||
|
- Did that.
|
||||||
|
|
||||||
|
## Some Company, Software Engineer
|
||||||
|
|
||||||
|
- Sept. 2021
|
||||||
|
- Istanbul, Turkey
|
||||||
|
|
||||||
|
## Some Company, Software Engineer
|
||||||
|
|
||||||
|
- Sept. 2015 to present
|
||||||
|
- Istanbul, Turkey
|
||||||
|
- Did this.
|
||||||
|
- Did that.
|
||||||
|
|
||||||
|
## Some Company, Software Engineer
|
||||||
|
|
||||||
|
- Sept. 2021
|
||||||
|
|
||||||
|
- Did this.
|
||||||
|
- Did that.
|
||||||
|
|
||||||
|
## Some Company, Software Engineer
|
||||||
|
|
||||||
|
- Sept. 2021
|
||||||
|
- Istanbul, Turkey
|
||||||
|
|
||||||
|
## Some Company, Software Engineer
|
||||||
|
|
||||||
|
- Jan. 2024
|
||||||
|
- Istanbul, Turkey
|
||||||
|
- Did this.
|
||||||
|
- Did that.
|
||||||
|
|
||||||
|
## Some Company, Software Engineer
|
||||||
|
|
||||||
|
- Sept. 2021
|
||||||
|
- Istanbul, Turkey
|
||||||
|
- Did this.
|
||||||
|
- Did that.
|
||||||
|
|
||||||
|
## Some Company, Software Engineer
|
||||||
|
|
||||||
|
- Sept. 2021
|
||||||
|
|
||||||
|
- Did this.
|
||||||
|
- Did that.
|
||||||
|
|
||||||
|
## Some Company, Software Engineer
|
||||||
|
|
||||||
|
- Sept. 2021
|
||||||
|
- Istanbul, Turkey
|
||||||
|
|
||||||
|
## Some Company, Software Engineer
|
||||||
|
|
||||||
|
- Sept. 2015 to present
|
||||||
|
- Istanbul, Turkey
|
||||||
|
- Did this.
|
||||||
|
- Did that.
|
||||||
|
|
||||||
|
## Some Company, Software Engineer
|
||||||
|
|
||||||
|
- Sept. 2021
|
||||||
|
- Istanbul, Turkey
|
||||||
|
- Did this.
|
||||||
|
- Did that.
|
||||||
|
|
||||||
|
## Some Company, Software Engineer
|
||||||
|
|
||||||
|
- Sept. 2021
|
||||||
|
- Istanbul, Turkey
|
||||||
|
- Did this.
|
||||||
|
- Did that.
|
||||||
|
|
||||||
|
## Some Company, Software Engineer
|
||||||
|
|
||||||
|
- Sept. 2021
|
||||||
|
- Istanbul, Turkey
|
||||||
|
- Did this.
|
||||||
|
- Did that.
|
||||||
|
|
||||||
|
# Education Entries
|
||||||
|
|
||||||
|
## Boğaziçi University, Mechanical Engineering
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
## Boğaziçi University, Mechanical Engineering
|
||||||
|
|
||||||
|
- Sept. 2015 to present
|
||||||
|
|
||||||
|
|
||||||
|
## Boğaziçi University, Mechanical Engineering
|
||||||
|
|
||||||
|
- Jan. 2024
|
||||||
|
|
||||||
|
|
||||||
|
## Boğaziçi University, Mechanical Engineering
|
||||||
|
|
||||||
|
- Sept. 2021
|
||||||
|
|
||||||
|
|
||||||
|
## Boğaziçi University, Mechanical Engineering
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
- Did this.
|
||||||
|
- Did that.
|
||||||
|
|
||||||
|
## Boğaziçi University, Mechanical Engineering
|
||||||
|
|
||||||
|
|
||||||
|
- Istanbul, Turkey
|
||||||
|
|
||||||
## Boğaziçi University, BS in Mechanical Engineering
|
## Boğaziçi University, BS in Mechanical Engineering
|
||||||
|
|
||||||
- Sept. 2015 to June 2020
|
|
||||||
|
|
||||||
|
|
||||||
|
## Boğaziçi University, Mechanical Engineering
|
||||||
|
|
||||||
|
- Sept. 2015 to present
|
||||||
|
|
||||||
|
|
||||||
|
## Boğaziçi University, Mechanical Engineering
|
||||||
|
|
||||||
|
- Sept. 2021
|
||||||
|
|
||||||
|
|
||||||
|
## Boğaziçi University, Mechanical Engineering
|
||||||
|
|
||||||
|
- Sept. 2015 to present
|
||||||
|
|
||||||
|
- Did this.
|
||||||
|
- Did that.
|
||||||
|
|
||||||
|
## Boğaziçi University, Mechanical Engineering
|
||||||
|
|
||||||
|
- Sept. 2015 to present
|
||||||
- Istanbul, Turkey
|
- Istanbul, Turkey
|
||||||
- GPA: 3.24/4.00 ([Transcript](https://example.com))
|
|
||||||
- Awards: Dean's Honor List, Sportsperson of the Year
|
|
||||||
|
|
||||||
## Boğaziçi University, BS in Mechanical Engineering
|
## Boğaziçi University, BS in Mechanical Engineering
|
||||||
|
|
||||||
- Sept. 2015 to June 2020
|
- Sept. 2015 to present
|
||||||
|
|
||||||
|
|
||||||
|
## Boğaziçi University, Mechanical Engineering
|
||||||
|
|
||||||
|
- Sept. 2021
|
||||||
|
|
||||||
|
|
||||||
|
## Boğaziçi University, Mechanical Engineering
|
||||||
|
|
||||||
|
- Jan. 2024
|
||||||
|
|
||||||
|
- Did this.
|
||||||
|
- Did that.
|
||||||
|
|
||||||
|
## Boğaziçi University, Mechanical Engineering
|
||||||
|
|
||||||
|
- Jan. 2024
|
||||||
- Istanbul, Turkey
|
- Istanbul, Turkey
|
||||||
- GPA: 3.24/4.00 ([Transcript](https://example.com))
|
|
||||||
- Awards: Dean's Honor List, Sportsperson of the Year
|
|
||||||
|
|
||||||
# Section5
|
## Boğaziçi University, BS in Mechanical Engineering
|
||||||
|
|
||||||
## Some Project
|
- Jan. 2024
|
||||||
|
|
||||||
- Sept. 2021 - Remote - Developed a web application with **React** and **Django**.
|
|
||||||
- Implemented a **RESTful API**
|
|
||||||
|
|
||||||
## Some Project
|
## Boğaziçi University, Mechanical Engineering
|
||||||
|
|
||||||
- Sept. 2021 - Remote - Developed a web application with **React** and **Django**.
|
- Sept. 2021
|
||||||
- Implemented a **RESTful API**
|
|
||||||
|
|
||||||
# Section6
|
- Did this.
|
||||||
|
- Did that.
|
||||||
|
|
||||||
|
## Boğaziçi University, Mechanical Engineering
|
||||||
|
|
||||||
|
- Sept. 2021
|
||||||
|
- Istanbul, Turkey
|
||||||
|
|
||||||
|
## Boğaziçi University, BS in Mechanical Engineering
|
||||||
|
|
||||||
|
- Sept. 2021
|
||||||
|
|
||||||
|
|
||||||
|
## Boğaziçi University, Mechanical Engineering
|
||||||
|
|
||||||
|
|
||||||
|
- Istanbul, Turkey
|
||||||
|
- Did this.
|
||||||
|
- Did that.
|
||||||
|
|
||||||
|
## Boğaziçi University, BS in Mechanical Engineering
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
- Did this.
|
||||||
|
- Did that.
|
||||||
|
|
||||||
|
## Boğaziçi University, BS in Mechanical Engineering
|
||||||
|
|
||||||
|
|
||||||
|
- Istanbul, Turkey
|
||||||
|
|
||||||
|
## Boğaziçi University, Mechanical Engineering
|
||||||
|
|
||||||
|
- Sept. 2021
|
||||||
|
|
||||||
|
|
||||||
|
## Boğaziçi University, Mechanical Engineering
|
||||||
|
|
||||||
|
- Sept. 2015 to present
|
||||||
|
|
||||||
|
- Did this.
|
||||||
|
- Did that.
|
||||||
|
|
||||||
|
## Boğaziçi University, Mechanical Engineering
|
||||||
|
|
||||||
|
- Sept. 2015 to present
|
||||||
|
- Istanbul, Turkey
|
||||||
|
|
||||||
|
## Boğaziçi University, BS in Mechanical Engineering
|
||||||
|
|
||||||
|
- Sept. 2015 to present
|
||||||
|
|
||||||
|
|
||||||
|
## Boğaziçi University, Mechanical Engineering
|
||||||
|
|
||||||
|
- Sept. 2021
|
||||||
|
|
||||||
|
- Did this.
|
||||||
|
- Did that.
|
||||||
|
|
||||||
|
## Boğaziçi University, Mechanical Engineering
|
||||||
|
|
||||||
|
- Sept. 2021
|
||||||
|
- Istanbul, Turkey
|
||||||
|
|
||||||
|
## Boğaziçi University, BS in Mechanical Engineering
|
||||||
|
|
||||||
|
- Sept. 2021
|
||||||
|
|
||||||
|
|
||||||
|
## Boğaziçi University, Mechanical Engineering
|
||||||
|
|
||||||
|
- Sept. 2015 to present
|
||||||
|
- Istanbul, Turkey
|
||||||
|
- Did this.
|
||||||
|
- Did that.
|
||||||
|
|
||||||
|
## Boğaziçi University, BS in Mechanical Engineering
|
||||||
|
|
||||||
|
- Sept. 2015 to present
|
||||||
|
|
||||||
|
- Did this.
|
||||||
|
- Did that.
|
||||||
|
|
||||||
|
## Boğaziçi University, BS in Mechanical Engineering
|
||||||
|
|
||||||
|
- Sept. 2015 to present
|
||||||
|
- Istanbul, Turkey
|
||||||
|
|
||||||
|
## Boğaziçi University, Mechanical Engineering
|
||||||
|
|
||||||
|
- Sept. 2021
|
||||||
|
|
||||||
|
- Did this.
|
||||||
|
- Did that.
|
||||||
|
|
||||||
|
## Boğaziçi University, Mechanical Engineering
|
||||||
|
|
||||||
|
- Sept. 2021
|
||||||
|
- Istanbul, Turkey
|
||||||
|
|
||||||
|
## Boğaziçi University, BS in Mechanical Engineering
|
||||||
|
|
||||||
|
- Sept. 2021
|
||||||
|
|
||||||
|
|
||||||
|
## Boğaziçi University, Mechanical Engineering
|
||||||
|
|
||||||
|
- Jan. 2024
|
||||||
|
- Istanbul, Turkey
|
||||||
|
- Did this.
|
||||||
|
- Did that.
|
||||||
|
|
||||||
|
## Boğaziçi University, BS in Mechanical Engineering
|
||||||
|
|
||||||
|
- Jan. 2024
|
||||||
|
|
||||||
|
- Did this.
|
||||||
|
- Did that.
|
||||||
|
|
||||||
|
## Boğaziçi University, BS in Mechanical Engineering
|
||||||
|
|
||||||
|
- Jan. 2024
|
||||||
|
- Istanbul, Turkey
|
||||||
|
|
||||||
|
## Boğaziçi University, Mechanical Engineering
|
||||||
|
|
||||||
|
- Sept. 2021
|
||||||
|
- Istanbul, Turkey
|
||||||
|
- Did this.
|
||||||
|
- Did that.
|
||||||
|
|
||||||
|
## Boğaziçi University, BS in Mechanical Engineering
|
||||||
|
|
||||||
|
- Sept. 2021
|
||||||
|
|
||||||
|
- Did this.
|
||||||
|
- Did that.
|
||||||
|
|
||||||
|
## Boğaziçi University, BS in Mechanical Engineering
|
||||||
|
|
||||||
|
- Sept. 2021
|
||||||
|
- Istanbul, Turkey
|
||||||
|
|
||||||
|
## Boğaziçi University, BS in Mechanical Engineering
|
||||||
|
|
||||||
|
|
||||||
|
- Istanbul, Turkey
|
||||||
|
- Did this.
|
||||||
|
- Did that.
|
||||||
|
|
||||||
|
## Boğaziçi University, Mechanical Engineering
|
||||||
|
|
||||||
|
- Sept. 2021
|
||||||
|
|
||||||
|
- Did this.
|
||||||
|
- Did that.
|
||||||
|
|
||||||
|
## Boğaziçi University, Mechanical Engineering
|
||||||
|
|
||||||
|
- Sept. 2021
|
||||||
|
- Istanbul, Turkey
|
||||||
|
|
||||||
|
## Boğaziçi University, BS in Mechanical Engineering
|
||||||
|
|
||||||
|
- Sept. 2021
|
||||||
|
|
||||||
|
|
||||||
|
## Boğaziçi University, Mechanical Engineering
|
||||||
|
|
||||||
|
- Sept. 2015 to present
|
||||||
|
- Istanbul, Turkey
|
||||||
|
- Did this.
|
||||||
|
- Did that.
|
||||||
|
|
||||||
|
## Boğaziçi University, BS in Mechanical Engineering
|
||||||
|
|
||||||
|
- Sept. 2015 to present
|
||||||
|
|
||||||
|
- Did this.
|
||||||
|
- Did that.
|
||||||
|
|
||||||
|
## Boğaziçi University, BS in Mechanical Engineering
|
||||||
|
|
||||||
|
- Sept. 2015 to present
|
||||||
|
- Istanbul, Turkey
|
||||||
|
|
||||||
|
## Boğaziçi University, Mechanical Engineering
|
||||||
|
|
||||||
|
- Sept. 2021
|
||||||
|
- Istanbul, Turkey
|
||||||
|
- Did this.
|
||||||
|
- Did that.
|
||||||
|
|
||||||
|
## Boğaziçi University, BS in Mechanical Engineering
|
||||||
|
|
||||||
|
- Sept. 2021
|
||||||
|
|
||||||
|
- Did this.
|
||||||
|
- Did that.
|
||||||
|
|
||||||
|
## Boğaziçi University, BS in Mechanical Engineering
|
||||||
|
|
||||||
|
- Sept. 2021
|
||||||
|
- Istanbul, Turkey
|
||||||
|
|
||||||
|
## Boğaziçi University, BS in Mechanical Engineering
|
||||||
|
|
||||||
|
- Sept. 2015 to present
|
||||||
|
- Istanbul, Turkey
|
||||||
|
- Did this.
|
||||||
|
- Did that.
|
||||||
|
|
||||||
|
## Boğaziçi University, Mechanical Engineering
|
||||||
|
|
||||||
|
- Sept. 2021
|
||||||
|
- Istanbul, Turkey
|
||||||
|
- Did this.
|
||||||
|
- Did that.
|
||||||
|
|
||||||
|
## Boğaziçi University, BS in Mechanical Engineering
|
||||||
|
|
||||||
|
- Sept. 2021
|
||||||
|
|
||||||
|
- Did this.
|
||||||
|
- Did that.
|
||||||
|
|
||||||
|
## Boğaziçi University, BS in Mechanical Engineering
|
||||||
|
|
||||||
|
- Sept. 2021
|
||||||
|
- Istanbul, Turkey
|
||||||
|
|
||||||
|
## Boğaziçi University, BS in Mechanical Engineering
|
||||||
|
|
||||||
|
- Jan. 2024
|
||||||
|
- Istanbul, Turkey
|
||||||
|
- Did this.
|
||||||
|
- Did that.
|
||||||
|
|
||||||
|
## Boğaziçi University, BS in Mechanical Engineering
|
||||||
|
|
||||||
|
- Sept. 2021
|
||||||
|
- Istanbul, Turkey
|
||||||
|
- Did this.
|
||||||
|
- Did that.
|
||||||
|
|
||||||
|
## Boğaziçi University, Mechanical Engineering
|
||||||
|
|
||||||
|
- Sept. 2021
|
||||||
|
- Istanbul, Turkey
|
||||||
|
- Did this.
|
||||||
|
- Did that.
|
||||||
|
|
||||||
|
## Boğaziçi University, BS in Mechanical Engineering
|
||||||
|
|
||||||
|
- Sept. 2021
|
||||||
|
|
||||||
|
- Did this.
|
||||||
|
- Did that.
|
||||||
|
|
||||||
|
## Boğaziçi University, BS in Mechanical Engineering
|
||||||
|
|
||||||
|
- Sept. 2021
|
||||||
|
- Istanbul, Turkey
|
||||||
|
|
||||||
|
## Boğaziçi University, BS in Mechanical Engineering
|
||||||
|
|
||||||
|
- Sept. 2015 to present
|
||||||
|
- Istanbul, Turkey
|
||||||
|
- Did this.
|
||||||
|
- Did that.
|
||||||
|
|
||||||
|
## Boğaziçi University, BS in Mechanical Engineering
|
||||||
|
|
||||||
|
- Sept. 2021
|
||||||
|
- Istanbul, Turkey
|
||||||
|
- Did this.
|
||||||
|
- Did that.
|
||||||
|
|
||||||
|
## Boğaziçi University, BS in Mechanical Engineering
|
||||||
|
|
||||||
|
- Sept. 2021
|
||||||
|
- Istanbul, Turkey
|
||||||
|
- Did this.
|
||||||
|
- Did that.
|
||||||
|
|
||||||
|
## Boğaziçi University, BS in Mechanical Engineering
|
||||||
|
|
||||||
|
- Sept. 2021
|
||||||
|
- Istanbul, Turkey
|
||||||
|
- Did this.
|
||||||
|
- Did that.
|
||||||
|
|
||||||
|
# Normal Entries
|
||||||
|
|
||||||
|
## My Project
|
||||||
|
|
||||||
|
|
||||||
|
## My Project
|
||||||
|
|
||||||
|
- Sept. 2015 to present
|
||||||
|
## My Project
|
||||||
|
|
||||||
|
- Jan. 2024
|
||||||
|
## My Project
|
||||||
|
|
||||||
|
- Sept. 2021
|
||||||
|
## My Project
|
||||||
|
|
||||||
|
- Did this.
|
||||||
|
- Did that.
|
||||||
|
|
||||||
|
## My Project
|
||||||
|
|
||||||
|
- Istanbul, Turkey
|
||||||
|
## My Project
|
||||||
|
|
||||||
|
- Sept. 2015 to present
|
||||||
|
## My Project
|
||||||
|
|
||||||
|
- Sept. 2021
|
||||||
|
## My Project
|
||||||
|
|
||||||
|
- Sept. 2015 to present - Did this.
|
||||||
|
- Did that.
|
||||||
|
|
||||||
|
## My Project
|
||||||
|
|
||||||
|
- Sept. 2015 to present - Istanbul, Turkey
|
||||||
|
## My Project
|
||||||
|
|
||||||
|
- Sept. 2021
|
||||||
|
## My Project
|
||||||
|
|
||||||
|
- Jan. 2024 - Did this.
|
||||||
|
- Did that.
|
||||||
|
|
||||||
|
## My Project
|
||||||
|
|
||||||
|
- Jan. 2024 - Istanbul, Turkey
|
||||||
|
## My Project
|
||||||
|
|
||||||
|
- Sept. 2021 - Did this.
|
||||||
|
- Did that.
|
||||||
|
|
||||||
|
## My Project
|
||||||
|
|
||||||
|
- Sept. 2021 - Istanbul, Turkey
|
||||||
|
## My Project
|
||||||
|
|
||||||
|
- Istanbul, Turkey - Did this.
|
||||||
|
- Did that.
|
||||||
|
|
||||||
|
## My Project
|
||||||
|
|
||||||
|
- Sept. 2021
|
||||||
|
## My Project
|
||||||
|
|
||||||
|
- Sept. 2015 to present - Did this.
|
||||||
|
- Did that.
|
||||||
|
|
||||||
|
## My Project
|
||||||
|
|
||||||
|
- Sept. 2015 to present - Istanbul, Turkey
|
||||||
|
## My Project
|
||||||
|
|
||||||
|
- Sept. 2021 - Did this.
|
||||||
|
- Did that.
|
||||||
|
|
||||||
|
## My Project
|
||||||
|
|
||||||
|
- Sept. 2021 - Istanbul, Turkey
|
||||||
|
## My Project
|
||||||
|
|
||||||
|
- Sept. 2015 to present - Istanbul, Turkey - Did this.
|
||||||
|
- Did that.
|
||||||
|
|
||||||
|
## My Project
|
||||||
|
|
||||||
|
- Sept. 2021 - Did this.
|
||||||
|
- Did that.
|
||||||
|
|
||||||
|
## My Project
|
||||||
|
|
||||||
|
- Sept. 2021 - Istanbul, Turkey
|
||||||
|
## My Project
|
||||||
|
|
||||||
|
- Jan. 2024 - Istanbul, Turkey - Did this.
|
||||||
|
- Did that.
|
||||||
|
|
||||||
|
## My Project
|
||||||
|
|
||||||
|
- Sept. 2021 - Istanbul, Turkey - Did this.
|
||||||
|
- Did that.
|
||||||
|
|
||||||
|
## My Project
|
||||||
|
|
||||||
|
- Sept. 2021 - Did this.
|
||||||
|
- Did that.
|
||||||
|
|
||||||
|
## My Project
|
||||||
|
|
||||||
|
- Sept. 2021 - Istanbul, Turkey
|
||||||
|
## My Project
|
||||||
|
|
||||||
|
- Sept. 2015 to present - Istanbul, Turkey - Did this.
|
||||||
|
- Did that.
|
||||||
|
|
||||||
|
## My Project
|
||||||
|
|
||||||
|
- Sept. 2021 - Istanbul, Turkey - Did this.
|
||||||
|
- Did that.
|
||||||
|
|
||||||
|
## My Project
|
||||||
|
|
||||||
|
- Sept. 2021 - Istanbul, Turkey - Did this.
|
||||||
|
- Did that.
|
||||||
|
|
||||||
|
## My Project
|
||||||
|
|
||||||
|
- Sept. 2021 - Istanbul, Turkey - Did this.
|
||||||
|
- Did that.
|
||||||
|
|
||||||
|
# One Line Entries
|
||||||
|
|
||||||
- Programming: Python, C++, JavaScript, MATLAB
|
- Programming: Python, C++, JavaScript, MATLAB
|
||||||
- Programming: Python, C++, JavaScript, MATLAB
|
|
||||||
# Section7
|
|
||||||
|
|
||||||
- This is a bullet entry.
|
|
||||||
- This is a bullet entry.
|
|
||||||
|
|
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
|
@ -11,70 +11,778 @@
|
||||||
<li>Mastodon: <a href="https://mastodon.social/@johndoe@example">@johndoe@example</a></li>
|
<li>Mastodon: <a href="https://mastodon.social/@johndoe@example">@johndoe@example</a></li>
|
||||||
<li>Twitter: <a href="https://twitter.com/johndoe">johndoe</a></li>
|
<li>Twitter: <a href="https://twitter.com/johndoe">johndoe</a></li>
|
||||||
</ul>
|
</ul>
|
||||||
<h1>Section1</h1>
|
<h1>Text Entries</h1>
|
||||||
<p>My Text Entry with some <strong>markdown</strong> and <a href="https://example.com">links</a>!</p>
|
<p>My Text Entry with some <strong>markdown</strong> and <a href="https://example.com">links</a>!</p>
|
||||||
<p>My Text Entry with some <strong>markdown</strong> and <a href="https://example.com">links</a>!</p>
|
<p>My Text Entry with some <strong>markdown</strong> and <a href="https://example.com">links</a>!</p>
|
||||||
<h1>Section2</h1>
|
<p>Some other *** tests, which should be tricky<em> to parse!</em>*</p>
|
||||||
|
<h1>Bullet Entries</h1>
|
||||||
|
<ul>
|
||||||
|
<li>This is a bullet entry.</li>
|
||||||
|
<li>My Text Entry with some <strong>markdown</strong> and <a href="https://example.com">links</a>!</li>
|
||||||
|
<li>Some other *** tests, which should be tricky<em> to parse!</em>*</li>
|
||||||
|
</ul>
|
||||||
|
<h1>Publication Entries</h1>
|
||||||
|
<h2>Magneto-Thermal Thin Shell Approximation for 3D Finite Element Analysis of No-Insulation Coils</h2>
|
||||||
|
<ul>
|
||||||
|
<li>Sept. 2021</li>
|
||||||
|
<li>J. Doe, <strong>H. Tom</strong>, S. Doe, A. Andsurname</li>
|
||||||
|
</ul>
|
||||||
<h2>Magneto-Thermal Thin Shell Approximation for 3D Finite Element Analysis of No-Insulation Coils (<a href="https://doi.org/10.1109/TASC.2023.3340648">10.1109/TASC.2023.3340648</a>)</h2>
|
<h2>Magneto-Thermal Thin Shell Approximation for 3D Finite Element Analysis of No-Insulation Coils (<a href="https://doi.org/10.1109/TASC.2023.3340648">10.1109/TASC.2023.3340648</a>)</h2>
|
||||||
<ul>
|
<ul>
|
||||||
<li>Dec. 2021</li>
|
<li>Sept. 2021</li>
|
||||||
<li>J. Doe, <strong><em>H. Tom</em></strong>, S. Doe, A. Andsurname</li>
|
<li>J. Doe, <strong>H. Tom</strong>, S. Doe, A. Andsurname</li>
|
||||||
<li>IEEE Transactions on Applied Superconductivity </li>
|
|
||||||
</ul>
|
</ul>
|
||||||
<h2>Magneto-Thermal Thin Shell Approximation for 3D Finite Element Analysis of No-Insulation Coils</h2>
|
<h2>Magneto-Thermal Thin Shell Approximation for 3D Finite Element Analysis of No-Insulation Coils</h2>
|
||||||
<ul>
|
<ul>
|
||||||
<li>Dec. 2021</li>
|
<li>Sept. 2021</li>
|
||||||
<li>J. Doe, <strong><em>H. Tom</em></strong>, S. Doe, A. Andsurname</li>
|
<li>J. Doe, <strong>H. Tom</strong>, S. Doe, A. Andsurname</li>
|
||||||
<li>IEEE Transactions on Applied Superconductivity </li>
|
<li>IEEE Transactions on Applied Superconductivity </li>
|
||||||
</ul>
|
</ul>
|
||||||
<h1>Section3</h1>
|
<h2>Magneto-Thermal Thin Shell Approximation for 3D Finite Element Analysis of No-Insulation Coils (<a href="https://doi.org/10.1109/TASC.2023.3340648">10.1109/TASC.2023.3340648</a>)</h2>
|
||||||
|
<ul>
|
||||||
|
<li>Sept. 2021</li>
|
||||||
|
<li>J. Doe, <strong>H. Tom</strong>, S. Doe, A. Andsurname</li>
|
||||||
|
<li>IEEE Transactions on Applied Superconductivity </li>
|
||||||
|
</ul>
|
||||||
|
<h1>Experience Entries</h1>
|
||||||
|
<h2>Some Company, Software Engineer</h2>
|
||||||
<h2>Some Company, Software Engineer</h2>
|
<h2>Some Company, Software Engineer</h2>
|
||||||
<ul>
|
<ul>
|
||||||
<li>July 2020 to Aug. 2021 </li>
|
<li>Sept. 2015 to present </li>
|
||||||
<li>TX, USA </li>
|
|
||||||
<li>Developed an <a href="https://example.com">IOS application</a> that has received more than <strong>100,000 downloads</strong>.</li>
|
|
||||||
<li>Managed a team of <strong>5</strong> engineers.</li>
|
|
||||||
</ul>
|
</ul>
|
||||||
<h2>Some Company, Software Engineer</h2>
|
<h2>Some Company, Software Engineer</h2>
|
||||||
<ul>
|
<ul>
|
||||||
<li>July 2020 to Aug. 2021 </li>
|
<li>Jan. 2024 </li>
|
||||||
<li>TX, USA </li>
|
|
||||||
<li>Developed an <a href="https://example.com">IOS application</a> that has received more than <strong>100,000 downloads</strong>.</li>
|
|
||||||
<li>Managed a team of <strong>5</strong> engineers.</li>
|
|
||||||
</ul>
|
</ul>
|
||||||
<h1>Section4</h1>
|
<h2>Some Company, Software Engineer</h2>
|
||||||
<h2>Boğaziçi University, BS in Mechanical Engineering</h2>
|
<ul>
|
||||||
|
<li>Sept. 2021 </li>
|
||||||
|
</ul>
|
||||||
|
<h2>Some Company, Software Engineer</h2>
|
||||||
|
<ul>
|
||||||
|
<li>Did this.</li>
|
||||||
|
<li>Did that.</li>
|
||||||
|
</ul>
|
||||||
|
<h2>Some Company, Software Engineer</h2>
|
||||||
<ul>
|
<ul>
|
||||||
<li>Sept. 2015 to June 2020 </li>
|
|
||||||
<li>Istanbul, Turkey </li>
|
<li>Istanbul, Turkey </li>
|
||||||
<li>GPA: 3.24/4.00 (<a href="https://example.com">Transcript</a>)</li>
|
</ul>
|
||||||
<li>Awards: Dean's Honor List, Sportsperson of the Year</li>
|
<h2>Some Company, Software Engineer</h2>
|
||||||
|
<ul>
|
||||||
|
<li>Sept. 2015 to present </li>
|
||||||
|
</ul>
|
||||||
|
<h2>Some Company, Software Engineer</h2>
|
||||||
|
<ul>
|
||||||
|
<li>Sept. 2021 </li>
|
||||||
|
</ul>
|
||||||
|
<h2>Some Company, Software Engineer</h2>
|
||||||
|
<ul>
|
||||||
|
<li>
|
||||||
|
<p>Sept. 2015 to present </p>
|
||||||
|
</li>
|
||||||
|
<li>
|
||||||
|
<p>Did this.</p>
|
||||||
|
</li>
|
||||||
|
<li>Did that.</li>
|
||||||
|
</ul>
|
||||||
|
<h2>Some Company, Software Engineer</h2>
|
||||||
|
<ul>
|
||||||
|
<li>Sept. 2015 to present </li>
|
||||||
|
<li>Istanbul, Turkey </li>
|
||||||
|
</ul>
|
||||||
|
<h2>Some Company, Software Engineer</h2>
|
||||||
|
<ul>
|
||||||
|
<li>Sept. 2021 </li>
|
||||||
|
</ul>
|
||||||
|
<h2>Some Company, Software Engineer</h2>
|
||||||
|
<ul>
|
||||||
|
<li>
|
||||||
|
<p>Jan. 2024 </p>
|
||||||
|
</li>
|
||||||
|
<li>
|
||||||
|
<p>Did this.</p>
|
||||||
|
</li>
|
||||||
|
<li>Did that.</li>
|
||||||
|
</ul>
|
||||||
|
<h2>Some Company, Software Engineer</h2>
|
||||||
|
<ul>
|
||||||
|
<li>Jan. 2024 </li>
|
||||||
|
<li>Istanbul, Turkey </li>
|
||||||
|
</ul>
|
||||||
|
<h2>Some Company, Software Engineer</h2>
|
||||||
|
<ul>
|
||||||
|
<li>
|
||||||
|
<p>Sept. 2021 </p>
|
||||||
|
</li>
|
||||||
|
<li>
|
||||||
|
<p>Did this.</p>
|
||||||
|
</li>
|
||||||
|
<li>Did that.</li>
|
||||||
|
</ul>
|
||||||
|
<h2>Some Company, Software Engineer</h2>
|
||||||
|
<ul>
|
||||||
|
<li>Sept. 2021 </li>
|
||||||
|
<li>Istanbul, Turkey </li>
|
||||||
|
</ul>
|
||||||
|
<h2>Some Company, Software Engineer</h2>
|
||||||
|
<ul>
|
||||||
|
<li>Istanbul, Turkey </li>
|
||||||
|
<li>Did this.</li>
|
||||||
|
<li>Did that.</li>
|
||||||
|
</ul>
|
||||||
|
<h2>Some Company, Software Engineer</h2>
|
||||||
|
<ul>
|
||||||
|
<li>Sept. 2021 </li>
|
||||||
|
</ul>
|
||||||
|
<h2>Some Company, Software Engineer</h2>
|
||||||
|
<ul>
|
||||||
|
<li>
|
||||||
|
<p>Sept. 2015 to present </p>
|
||||||
|
</li>
|
||||||
|
<li>
|
||||||
|
<p>Did this.</p>
|
||||||
|
</li>
|
||||||
|
<li>Did that.</li>
|
||||||
|
</ul>
|
||||||
|
<h2>Some Company, Software Engineer</h2>
|
||||||
|
<ul>
|
||||||
|
<li>Sept. 2015 to present </li>
|
||||||
|
<li>Istanbul, Turkey </li>
|
||||||
|
</ul>
|
||||||
|
<h2>Some Company, Software Engineer</h2>
|
||||||
|
<ul>
|
||||||
|
<li>
|
||||||
|
<p>Sept. 2021 </p>
|
||||||
|
</li>
|
||||||
|
<li>
|
||||||
|
<p>Did this.</p>
|
||||||
|
</li>
|
||||||
|
<li>Did that.</li>
|
||||||
|
</ul>
|
||||||
|
<h2>Some Company, Software Engineer</h2>
|
||||||
|
<ul>
|
||||||
|
<li>Sept. 2021 </li>
|
||||||
|
<li>Istanbul, Turkey </li>
|
||||||
|
</ul>
|
||||||
|
<h2>Some Company, Software Engineer</h2>
|
||||||
|
<ul>
|
||||||
|
<li>Sept. 2015 to present </li>
|
||||||
|
<li>Istanbul, Turkey </li>
|
||||||
|
<li>Did this.</li>
|
||||||
|
<li>Did that.</li>
|
||||||
|
</ul>
|
||||||
|
<h2>Some Company, Software Engineer</h2>
|
||||||
|
<ul>
|
||||||
|
<li>
|
||||||
|
<p>Sept. 2021 </p>
|
||||||
|
</li>
|
||||||
|
<li>
|
||||||
|
<p>Did this.</p>
|
||||||
|
</li>
|
||||||
|
<li>Did that.</li>
|
||||||
|
</ul>
|
||||||
|
<h2>Some Company, Software Engineer</h2>
|
||||||
|
<ul>
|
||||||
|
<li>Sept. 2021 </li>
|
||||||
|
<li>Istanbul, Turkey </li>
|
||||||
|
</ul>
|
||||||
|
<h2>Some Company, Software Engineer</h2>
|
||||||
|
<ul>
|
||||||
|
<li>Jan. 2024 </li>
|
||||||
|
<li>Istanbul, Turkey </li>
|
||||||
|
<li>Did this.</li>
|
||||||
|
<li>Did that.</li>
|
||||||
|
</ul>
|
||||||
|
<h2>Some Company, Software Engineer</h2>
|
||||||
|
<ul>
|
||||||
|
<li>Sept. 2021 </li>
|
||||||
|
<li>Istanbul, Turkey </li>
|
||||||
|
<li>Did this.</li>
|
||||||
|
<li>Did that.</li>
|
||||||
|
</ul>
|
||||||
|
<h2>Some Company, Software Engineer</h2>
|
||||||
|
<ul>
|
||||||
|
<li>
|
||||||
|
<p>Sept. 2021 </p>
|
||||||
|
</li>
|
||||||
|
<li>
|
||||||
|
<p>Did this.</p>
|
||||||
|
</li>
|
||||||
|
<li>Did that.</li>
|
||||||
|
</ul>
|
||||||
|
<h2>Some Company, Software Engineer</h2>
|
||||||
|
<ul>
|
||||||
|
<li>Sept. 2021 </li>
|
||||||
|
<li>Istanbul, Turkey </li>
|
||||||
|
</ul>
|
||||||
|
<h2>Some Company, Software Engineer</h2>
|
||||||
|
<ul>
|
||||||
|
<li>Sept. 2015 to present </li>
|
||||||
|
<li>Istanbul, Turkey </li>
|
||||||
|
<li>Did this.</li>
|
||||||
|
<li>Did that.</li>
|
||||||
|
</ul>
|
||||||
|
<h2>Some Company, Software Engineer</h2>
|
||||||
|
<ul>
|
||||||
|
<li>Sept. 2021 </li>
|
||||||
|
<li>Istanbul, Turkey </li>
|
||||||
|
<li>Did this.</li>
|
||||||
|
<li>Did that.</li>
|
||||||
|
</ul>
|
||||||
|
<h2>Some Company, Software Engineer</h2>
|
||||||
|
<ul>
|
||||||
|
<li>Sept. 2021 </li>
|
||||||
|
<li>Istanbul, Turkey </li>
|
||||||
|
<li>Did this.</li>
|
||||||
|
<li>Did that.</li>
|
||||||
|
</ul>
|
||||||
|
<h2>Some Company, Software Engineer</h2>
|
||||||
|
<ul>
|
||||||
|
<li>Sept. 2021 </li>
|
||||||
|
<li>Istanbul, Turkey </li>
|
||||||
|
<li>Did this.</li>
|
||||||
|
<li>Did that.</li>
|
||||||
|
</ul>
|
||||||
|
<h1>Education Entries</h1>
|
||||||
|
<h2>Boğaziçi University, Mechanical Engineering</h2>
|
||||||
|
<h2>Boğaziçi University, Mechanical Engineering</h2>
|
||||||
|
<ul>
|
||||||
|
<li>Sept. 2015 to present </li>
|
||||||
|
</ul>
|
||||||
|
<h2>Boğaziçi University, Mechanical Engineering</h2>
|
||||||
|
<ul>
|
||||||
|
<li>Jan. 2024 </li>
|
||||||
|
</ul>
|
||||||
|
<h2>Boğaziçi University, Mechanical Engineering</h2>
|
||||||
|
<ul>
|
||||||
|
<li>Sept. 2021 </li>
|
||||||
|
</ul>
|
||||||
|
<h2>Boğaziçi University, Mechanical Engineering</h2>
|
||||||
|
<ul>
|
||||||
|
<li>Did this.</li>
|
||||||
|
<li>Did that.</li>
|
||||||
|
</ul>
|
||||||
|
<h2>Boğaziçi University, Mechanical Engineering</h2>
|
||||||
|
<ul>
|
||||||
|
<li>Istanbul, Turkey </li>
|
||||||
|
</ul>
|
||||||
|
<h2>Boğaziçi University, BS in Mechanical Engineering</h2>
|
||||||
|
<h2>Boğaziçi University, Mechanical Engineering</h2>
|
||||||
|
<ul>
|
||||||
|
<li>Sept. 2015 to present </li>
|
||||||
|
</ul>
|
||||||
|
<h2>Boğaziçi University, Mechanical Engineering</h2>
|
||||||
|
<ul>
|
||||||
|
<li>Sept. 2021 </li>
|
||||||
|
</ul>
|
||||||
|
<h2>Boğaziçi University, Mechanical Engineering</h2>
|
||||||
|
<ul>
|
||||||
|
<li>
|
||||||
|
<p>Sept. 2015 to present </p>
|
||||||
|
</li>
|
||||||
|
<li>
|
||||||
|
<p>Did this.</p>
|
||||||
|
</li>
|
||||||
|
<li>Did that.</li>
|
||||||
|
</ul>
|
||||||
|
<h2>Boğaziçi University, Mechanical Engineering</h2>
|
||||||
|
<ul>
|
||||||
|
<li>Sept. 2015 to present </li>
|
||||||
|
<li>Istanbul, Turkey </li>
|
||||||
</ul>
|
</ul>
|
||||||
<h2>Boğaziçi University, BS in Mechanical Engineering</h2>
|
<h2>Boğaziçi University, BS in Mechanical Engineering</h2>
|
||||||
<ul>
|
<ul>
|
||||||
<li>Sept. 2015 to June 2020 </li>
|
<li>Sept. 2015 to present </li>
|
||||||
|
</ul>
|
||||||
|
<h2>Boğaziçi University, Mechanical Engineering</h2>
|
||||||
|
<ul>
|
||||||
|
<li>Sept. 2021 </li>
|
||||||
|
</ul>
|
||||||
|
<h2>Boğaziçi University, Mechanical Engineering</h2>
|
||||||
|
<ul>
|
||||||
|
<li>
|
||||||
|
<p>Jan. 2024 </p>
|
||||||
|
</li>
|
||||||
|
<li>
|
||||||
|
<p>Did this.</p>
|
||||||
|
</li>
|
||||||
|
<li>Did that.</li>
|
||||||
|
</ul>
|
||||||
|
<h2>Boğaziçi University, Mechanical Engineering</h2>
|
||||||
|
<ul>
|
||||||
|
<li>Jan. 2024 </li>
|
||||||
<li>Istanbul, Turkey </li>
|
<li>Istanbul, Turkey </li>
|
||||||
<li>GPA: 3.24/4.00 (<a href="https://example.com">Transcript</a>)</li>
|
|
||||||
<li>Awards: Dean's Honor List, Sportsperson of the Year</li>
|
|
||||||
</ul>
|
</ul>
|
||||||
<h1>Section5</h1>
|
<h2>Boğaziçi University, BS in Mechanical Engineering</h2>
|
||||||
<h2>Some Project</h2>
|
|
||||||
<ul>
|
<ul>
|
||||||
<li>Sept. 2021 - Remote - Developed a web application with <strong>React</strong> and <strong>Django</strong>.</li>
|
<li>Jan. 2024 </li>
|
||||||
<li>Implemented a <strong>RESTful API</strong></li>
|
|
||||||
</ul>
|
</ul>
|
||||||
<h2>Some Project</h2>
|
<h2>Boğaziçi University, Mechanical Engineering</h2>
|
||||||
<ul>
|
<ul>
|
||||||
<li>Sept. 2021 - Remote - Developed a web application with <strong>React</strong> and <strong>Django</strong>.</li>
|
<li>
|
||||||
<li>Implemented a <strong>RESTful API</strong></li>
|
<p>Sept. 2021 </p>
|
||||||
|
</li>
|
||||||
|
<li>
|
||||||
|
<p>Did this.</p>
|
||||||
|
</li>
|
||||||
|
<li>Did that.</li>
|
||||||
</ul>
|
</ul>
|
||||||
<h1>Section6</h1>
|
<h2>Boğaziçi University, Mechanical Engineering</h2>
|
||||||
|
<ul>
|
||||||
|
<li>Sept. 2021 </li>
|
||||||
|
<li>Istanbul, Turkey </li>
|
||||||
|
</ul>
|
||||||
|
<h2>Boğaziçi University, BS in Mechanical Engineering</h2>
|
||||||
|
<ul>
|
||||||
|
<li>Sept. 2021 </li>
|
||||||
|
</ul>
|
||||||
|
<h2>Boğaziçi University, Mechanical Engineering</h2>
|
||||||
|
<ul>
|
||||||
|
<li>Istanbul, Turkey </li>
|
||||||
|
<li>Did this.</li>
|
||||||
|
<li>Did that.</li>
|
||||||
|
</ul>
|
||||||
|
<h2>Boğaziçi University, BS in Mechanical Engineering</h2>
|
||||||
|
<ul>
|
||||||
|
<li>Did this.</li>
|
||||||
|
<li>Did that.</li>
|
||||||
|
</ul>
|
||||||
|
<h2>Boğaziçi University, BS in Mechanical Engineering</h2>
|
||||||
|
<ul>
|
||||||
|
<li>Istanbul, Turkey </li>
|
||||||
|
</ul>
|
||||||
|
<h2>Boğaziçi University, Mechanical Engineering</h2>
|
||||||
|
<ul>
|
||||||
|
<li>Sept. 2021 </li>
|
||||||
|
</ul>
|
||||||
|
<h2>Boğaziçi University, Mechanical Engineering</h2>
|
||||||
|
<ul>
|
||||||
|
<li>
|
||||||
|
<p>Sept. 2015 to present </p>
|
||||||
|
</li>
|
||||||
|
<li>
|
||||||
|
<p>Did this.</p>
|
||||||
|
</li>
|
||||||
|
<li>Did that.</li>
|
||||||
|
</ul>
|
||||||
|
<h2>Boğaziçi University, Mechanical Engineering</h2>
|
||||||
|
<ul>
|
||||||
|
<li>Sept. 2015 to present </li>
|
||||||
|
<li>Istanbul, Turkey </li>
|
||||||
|
</ul>
|
||||||
|
<h2>Boğaziçi University, BS in Mechanical Engineering</h2>
|
||||||
|
<ul>
|
||||||
|
<li>Sept. 2015 to present </li>
|
||||||
|
</ul>
|
||||||
|
<h2>Boğaziçi University, Mechanical Engineering</h2>
|
||||||
|
<ul>
|
||||||
|
<li>
|
||||||
|
<p>Sept. 2021 </p>
|
||||||
|
</li>
|
||||||
|
<li>
|
||||||
|
<p>Did this.</p>
|
||||||
|
</li>
|
||||||
|
<li>Did that.</li>
|
||||||
|
</ul>
|
||||||
|
<h2>Boğaziçi University, Mechanical Engineering</h2>
|
||||||
|
<ul>
|
||||||
|
<li>Sept. 2021 </li>
|
||||||
|
<li>Istanbul, Turkey </li>
|
||||||
|
</ul>
|
||||||
|
<h2>Boğaziçi University, BS in Mechanical Engineering</h2>
|
||||||
|
<ul>
|
||||||
|
<li>Sept. 2021 </li>
|
||||||
|
</ul>
|
||||||
|
<h2>Boğaziçi University, Mechanical Engineering</h2>
|
||||||
|
<ul>
|
||||||
|
<li>Sept. 2015 to present </li>
|
||||||
|
<li>Istanbul, Turkey </li>
|
||||||
|
<li>Did this.</li>
|
||||||
|
<li>Did that.</li>
|
||||||
|
</ul>
|
||||||
|
<h2>Boğaziçi University, BS in Mechanical Engineering</h2>
|
||||||
|
<ul>
|
||||||
|
<li>
|
||||||
|
<p>Sept. 2015 to present </p>
|
||||||
|
</li>
|
||||||
|
<li>
|
||||||
|
<p>Did this.</p>
|
||||||
|
</li>
|
||||||
|
<li>Did that.</li>
|
||||||
|
</ul>
|
||||||
|
<h2>Boğaziçi University, BS in Mechanical Engineering</h2>
|
||||||
|
<ul>
|
||||||
|
<li>Sept. 2015 to present </li>
|
||||||
|
<li>Istanbul, Turkey </li>
|
||||||
|
</ul>
|
||||||
|
<h2>Boğaziçi University, Mechanical Engineering</h2>
|
||||||
|
<ul>
|
||||||
|
<li>
|
||||||
|
<p>Sept. 2021 </p>
|
||||||
|
</li>
|
||||||
|
<li>
|
||||||
|
<p>Did this.</p>
|
||||||
|
</li>
|
||||||
|
<li>Did that.</li>
|
||||||
|
</ul>
|
||||||
|
<h2>Boğaziçi University, Mechanical Engineering</h2>
|
||||||
|
<ul>
|
||||||
|
<li>Sept. 2021 </li>
|
||||||
|
<li>Istanbul, Turkey </li>
|
||||||
|
</ul>
|
||||||
|
<h2>Boğaziçi University, BS in Mechanical Engineering</h2>
|
||||||
|
<ul>
|
||||||
|
<li>Sept. 2021 </li>
|
||||||
|
</ul>
|
||||||
|
<h2>Boğaziçi University, Mechanical Engineering</h2>
|
||||||
|
<ul>
|
||||||
|
<li>Jan. 2024 </li>
|
||||||
|
<li>Istanbul, Turkey </li>
|
||||||
|
<li>Did this.</li>
|
||||||
|
<li>Did that.</li>
|
||||||
|
</ul>
|
||||||
|
<h2>Boğaziçi University, BS in Mechanical Engineering</h2>
|
||||||
|
<ul>
|
||||||
|
<li>
|
||||||
|
<p>Jan. 2024 </p>
|
||||||
|
</li>
|
||||||
|
<li>
|
||||||
|
<p>Did this.</p>
|
||||||
|
</li>
|
||||||
|
<li>Did that.</li>
|
||||||
|
</ul>
|
||||||
|
<h2>Boğaziçi University, BS in Mechanical Engineering</h2>
|
||||||
|
<ul>
|
||||||
|
<li>Jan. 2024 </li>
|
||||||
|
<li>Istanbul, Turkey </li>
|
||||||
|
</ul>
|
||||||
|
<h2>Boğaziçi University, Mechanical Engineering</h2>
|
||||||
|
<ul>
|
||||||
|
<li>Sept. 2021 </li>
|
||||||
|
<li>Istanbul, Turkey </li>
|
||||||
|
<li>Did this.</li>
|
||||||
|
<li>Did that.</li>
|
||||||
|
</ul>
|
||||||
|
<h2>Boğaziçi University, BS in Mechanical Engineering</h2>
|
||||||
|
<ul>
|
||||||
|
<li>
|
||||||
|
<p>Sept. 2021 </p>
|
||||||
|
</li>
|
||||||
|
<li>
|
||||||
|
<p>Did this.</p>
|
||||||
|
</li>
|
||||||
|
<li>Did that.</li>
|
||||||
|
</ul>
|
||||||
|
<h2>Boğaziçi University, BS in Mechanical Engineering</h2>
|
||||||
|
<ul>
|
||||||
|
<li>Sept. 2021 </li>
|
||||||
|
<li>Istanbul, Turkey </li>
|
||||||
|
</ul>
|
||||||
|
<h2>Boğaziçi University, BS in Mechanical Engineering</h2>
|
||||||
|
<ul>
|
||||||
|
<li>Istanbul, Turkey </li>
|
||||||
|
<li>Did this.</li>
|
||||||
|
<li>Did that.</li>
|
||||||
|
</ul>
|
||||||
|
<h2>Boğaziçi University, Mechanical Engineering</h2>
|
||||||
|
<ul>
|
||||||
|
<li>
|
||||||
|
<p>Sept. 2021 </p>
|
||||||
|
</li>
|
||||||
|
<li>
|
||||||
|
<p>Did this.</p>
|
||||||
|
</li>
|
||||||
|
<li>Did that.</li>
|
||||||
|
</ul>
|
||||||
|
<h2>Boğaziçi University, Mechanical Engineering</h2>
|
||||||
|
<ul>
|
||||||
|
<li>Sept. 2021 </li>
|
||||||
|
<li>Istanbul, Turkey </li>
|
||||||
|
</ul>
|
||||||
|
<h2>Boğaziçi University, BS in Mechanical Engineering</h2>
|
||||||
|
<ul>
|
||||||
|
<li>Sept. 2021 </li>
|
||||||
|
</ul>
|
||||||
|
<h2>Boğaziçi University, Mechanical Engineering</h2>
|
||||||
|
<ul>
|
||||||
|
<li>Sept. 2015 to present </li>
|
||||||
|
<li>Istanbul, Turkey </li>
|
||||||
|
<li>Did this.</li>
|
||||||
|
<li>Did that.</li>
|
||||||
|
</ul>
|
||||||
|
<h2>Boğaziçi University, BS in Mechanical Engineering</h2>
|
||||||
|
<ul>
|
||||||
|
<li>
|
||||||
|
<p>Sept. 2015 to present </p>
|
||||||
|
</li>
|
||||||
|
<li>
|
||||||
|
<p>Did this.</p>
|
||||||
|
</li>
|
||||||
|
<li>Did that.</li>
|
||||||
|
</ul>
|
||||||
|
<h2>Boğaziçi University, BS in Mechanical Engineering</h2>
|
||||||
|
<ul>
|
||||||
|
<li>Sept. 2015 to present </li>
|
||||||
|
<li>Istanbul, Turkey </li>
|
||||||
|
</ul>
|
||||||
|
<h2>Boğaziçi University, Mechanical Engineering</h2>
|
||||||
|
<ul>
|
||||||
|
<li>Sept. 2021 </li>
|
||||||
|
<li>Istanbul, Turkey </li>
|
||||||
|
<li>Did this.</li>
|
||||||
|
<li>Did that.</li>
|
||||||
|
</ul>
|
||||||
|
<h2>Boğaziçi University, BS in Mechanical Engineering</h2>
|
||||||
|
<ul>
|
||||||
|
<li>
|
||||||
|
<p>Sept. 2021 </p>
|
||||||
|
</li>
|
||||||
|
<li>
|
||||||
|
<p>Did this.</p>
|
||||||
|
</li>
|
||||||
|
<li>Did that.</li>
|
||||||
|
</ul>
|
||||||
|
<h2>Boğaziçi University, BS in Mechanical Engineering</h2>
|
||||||
|
<ul>
|
||||||
|
<li>Sept. 2021 </li>
|
||||||
|
<li>Istanbul, Turkey </li>
|
||||||
|
</ul>
|
||||||
|
<h2>Boğaziçi University, BS in Mechanical Engineering</h2>
|
||||||
|
<ul>
|
||||||
|
<li>Sept. 2015 to present </li>
|
||||||
|
<li>Istanbul, Turkey </li>
|
||||||
|
<li>Did this.</li>
|
||||||
|
<li>Did that.</li>
|
||||||
|
</ul>
|
||||||
|
<h2>Boğaziçi University, Mechanical Engineering</h2>
|
||||||
|
<ul>
|
||||||
|
<li>Sept. 2021 </li>
|
||||||
|
<li>Istanbul, Turkey </li>
|
||||||
|
<li>Did this.</li>
|
||||||
|
<li>Did that.</li>
|
||||||
|
</ul>
|
||||||
|
<h2>Boğaziçi University, BS in Mechanical Engineering</h2>
|
||||||
|
<ul>
|
||||||
|
<li>
|
||||||
|
<p>Sept. 2021 </p>
|
||||||
|
</li>
|
||||||
|
<li>
|
||||||
|
<p>Did this.</p>
|
||||||
|
</li>
|
||||||
|
<li>Did that.</li>
|
||||||
|
</ul>
|
||||||
|
<h2>Boğaziçi University, BS in Mechanical Engineering</h2>
|
||||||
|
<ul>
|
||||||
|
<li>Sept. 2021 </li>
|
||||||
|
<li>Istanbul, Turkey </li>
|
||||||
|
</ul>
|
||||||
|
<h2>Boğaziçi University, BS in Mechanical Engineering</h2>
|
||||||
|
<ul>
|
||||||
|
<li>Jan. 2024 </li>
|
||||||
|
<li>Istanbul, Turkey </li>
|
||||||
|
<li>Did this.</li>
|
||||||
|
<li>Did that.</li>
|
||||||
|
</ul>
|
||||||
|
<h2>Boğaziçi University, BS in Mechanical Engineering</h2>
|
||||||
|
<ul>
|
||||||
|
<li>Sept. 2021 </li>
|
||||||
|
<li>Istanbul, Turkey </li>
|
||||||
|
<li>Did this.</li>
|
||||||
|
<li>Did that.</li>
|
||||||
|
</ul>
|
||||||
|
<h2>Boğaziçi University, Mechanical Engineering</h2>
|
||||||
|
<ul>
|
||||||
|
<li>Sept. 2021 </li>
|
||||||
|
<li>Istanbul, Turkey </li>
|
||||||
|
<li>Did this.</li>
|
||||||
|
<li>Did that.</li>
|
||||||
|
</ul>
|
||||||
|
<h2>Boğaziçi University, BS in Mechanical Engineering</h2>
|
||||||
|
<ul>
|
||||||
|
<li>
|
||||||
|
<p>Sept. 2021 </p>
|
||||||
|
</li>
|
||||||
|
<li>
|
||||||
|
<p>Did this.</p>
|
||||||
|
</li>
|
||||||
|
<li>Did that.</li>
|
||||||
|
</ul>
|
||||||
|
<h2>Boğaziçi University, BS in Mechanical Engineering</h2>
|
||||||
|
<ul>
|
||||||
|
<li>Sept. 2021 </li>
|
||||||
|
<li>Istanbul, Turkey </li>
|
||||||
|
</ul>
|
||||||
|
<h2>Boğaziçi University, BS in Mechanical Engineering</h2>
|
||||||
|
<ul>
|
||||||
|
<li>Sept. 2015 to present </li>
|
||||||
|
<li>Istanbul, Turkey </li>
|
||||||
|
<li>Did this.</li>
|
||||||
|
<li>Did that.</li>
|
||||||
|
</ul>
|
||||||
|
<h2>Boğaziçi University, BS in Mechanical Engineering</h2>
|
||||||
|
<ul>
|
||||||
|
<li>Sept. 2021 </li>
|
||||||
|
<li>Istanbul, Turkey </li>
|
||||||
|
<li>Did this.</li>
|
||||||
|
<li>Did that.</li>
|
||||||
|
</ul>
|
||||||
|
<h2>Boğaziçi University, BS in Mechanical Engineering</h2>
|
||||||
|
<ul>
|
||||||
|
<li>Sept. 2021 </li>
|
||||||
|
<li>Istanbul, Turkey </li>
|
||||||
|
<li>Did this.</li>
|
||||||
|
<li>Did that.</li>
|
||||||
|
</ul>
|
||||||
|
<h2>Boğaziçi University, BS in Mechanical Engineering</h2>
|
||||||
|
<ul>
|
||||||
|
<li>Sept. 2021 </li>
|
||||||
|
<li>Istanbul, Turkey </li>
|
||||||
|
<li>Did this.</li>
|
||||||
|
<li>Did that.</li>
|
||||||
|
</ul>
|
||||||
|
<h1>Normal Entries</h1>
|
||||||
|
<h2>My Project</h2>
|
||||||
|
<h2>My Project</h2>
|
||||||
|
<ul>
|
||||||
|
<li>Sept. 2015 to present </li>
|
||||||
|
</ul>
|
||||||
|
<h2>My Project</h2>
|
||||||
|
<ul>
|
||||||
|
<li>Jan. 2024 </li>
|
||||||
|
</ul>
|
||||||
|
<h2>My Project</h2>
|
||||||
|
<ul>
|
||||||
|
<li>Sept. 2021 </li>
|
||||||
|
</ul>
|
||||||
|
<h2>My Project</h2>
|
||||||
|
<ul>
|
||||||
|
<li>Did this.</li>
|
||||||
|
<li>Did that.</li>
|
||||||
|
</ul>
|
||||||
|
<h2>My Project</h2>
|
||||||
|
<ul>
|
||||||
|
<li>Istanbul, Turkey </li>
|
||||||
|
</ul>
|
||||||
|
<h2>My Project</h2>
|
||||||
|
<ul>
|
||||||
|
<li>Sept. 2015 to present </li>
|
||||||
|
</ul>
|
||||||
|
<h2>My Project</h2>
|
||||||
|
<ul>
|
||||||
|
<li>Sept. 2021 </li>
|
||||||
|
</ul>
|
||||||
|
<h2>My Project</h2>
|
||||||
|
<ul>
|
||||||
|
<li>Sept. 2015 to present - Did this.</li>
|
||||||
|
<li>Did that.</li>
|
||||||
|
</ul>
|
||||||
|
<h2>My Project</h2>
|
||||||
|
<ul>
|
||||||
|
<li>Sept. 2015 to present - Istanbul, Turkey </li>
|
||||||
|
</ul>
|
||||||
|
<h2>My Project</h2>
|
||||||
|
<ul>
|
||||||
|
<li>Sept. 2021 </li>
|
||||||
|
</ul>
|
||||||
|
<h2>My Project</h2>
|
||||||
|
<ul>
|
||||||
|
<li>Jan. 2024 - Did this.</li>
|
||||||
|
<li>Did that.</li>
|
||||||
|
</ul>
|
||||||
|
<h2>My Project</h2>
|
||||||
|
<ul>
|
||||||
|
<li>Jan. 2024 - Istanbul, Turkey </li>
|
||||||
|
</ul>
|
||||||
|
<h2>My Project</h2>
|
||||||
|
<ul>
|
||||||
|
<li>Sept. 2021 - Did this.</li>
|
||||||
|
<li>Did that.</li>
|
||||||
|
</ul>
|
||||||
|
<h2>My Project</h2>
|
||||||
|
<ul>
|
||||||
|
<li>Sept. 2021 - Istanbul, Turkey </li>
|
||||||
|
</ul>
|
||||||
|
<h2>My Project</h2>
|
||||||
|
<ul>
|
||||||
|
<li>Istanbul, Turkey - Did this.</li>
|
||||||
|
<li>Did that.</li>
|
||||||
|
</ul>
|
||||||
|
<h2>My Project</h2>
|
||||||
|
<ul>
|
||||||
|
<li>Sept. 2021 </li>
|
||||||
|
</ul>
|
||||||
|
<h2>My Project</h2>
|
||||||
|
<ul>
|
||||||
|
<li>Sept. 2015 to present - Did this.</li>
|
||||||
|
<li>Did that.</li>
|
||||||
|
</ul>
|
||||||
|
<h2>My Project</h2>
|
||||||
|
<ul>
|
||||||
|
<li>Sept. 2015 to present - Istanbul, Turkey </li>
|
||||||
|
</ul>
|
||||||
|
<h2>My Project</h2>
|
||||||
|
<ul>
|
||||||
|
<li>Sept. 2021 - Did this.</li>
|
||||||
|
<li>Did that.</li>
|
||||||
|
</ul>
|
||||||
|
<h2>My Project</h2>
|
||||||
|
<ul>
|
||||||
|
<li>Sept. 2021 - Istanbul, Turkey </li>
|
||||||
|
</ul>
|
||||||
|
<h2>My Project</h2>
|
||||||
|
<ul>
|
||||||
|
<li>Sept. 2015 to present - Istanbul, Turkey - Did this.</li>
|
||||||
|
<li>Did that.</li>
|
||||||
|
</ul>
|
||||||
|
<h2>My Project</h2>
|
||||||
|
<ul>
|
||||||
|
<li>Sept. 2021 - Did this.</li>
|
||||||
|
<li>Did that.</li>
|
||||||
|
</ul>
|
||||||
|
<h2>My Project</h2>
|
||||||
|
<ul>
|
||||||
|
<li>Sept. 2021 - Istanbul, Turkey </li>
|
||||||
|
</ul>
|
||||||
|
<h2>My Project</h2>
|
||||||
|
<ul>
|
||||||
|
<li>Jan. 2024 - Istanbul, Turkey - Did this.</li>
|
||||||
|
<li>Did that.</li>
|
||||||
|
</ul>
|
||||||
|
<h2>My Project</h2>
|
||||||
|
<ul>
|
||||||
|
<li>Sept. 2021 - Istanbul, Turkey - Did this.</li>
|
||||||
|
<li>Did that.</li>
|
||||||
|
</ul>
|
||||||
|
<h2>My Project</h2>
|
||||||
|
<ul>
|
||||||
|
<li>Sept. 2021 - Did this.</li>
|
||||||
|
<li>Did that.</li>
|
||||||
|
</ul>
|
||||||
|
<h2>My Project</h2>
|
||||||
|
<ul>
|
||||||
|
<li>Sept. 2021 - Istanbul, Turkey </li>
|
||||||
|
</ul>
|
||||||
|
<h2>My Project</h2>
|
||||||
|
<ul>
|
||||||
|
<li>Sept. 2015 to present - Istanbul, Turkey - Did this.</li>
|
||||||
|
<li>Did that.</li>
|
||||||
|
</ul>
|
||||||
|
<h2>My Project</h2>
|
||||||
|
<ul>
|
||||||
|
<li>Sept. 2021 - Istanbul, Turkey - Did this.</li>
|
||||||
|
<li>Did that.</li>
|
||||||
|
</ul>
|
||||||
|
<h2>My Project</h2>
|
||||||
|
<ul>
|
||||||
|
<li>Sept. 2021 - Istanbul, Turkey - Did this.</li>
|
||||||
|
<li>Did that.</li>
|
||||||
|
</ul>
|
||||||
|
<h2>My Project</h2>
|
||||||
|
<ul>
|
||||||
|
<li>Sept. 2021 - Istanbul, Turkey - Did this.</li>
|
||||||
|
<li>Did that.</li>
|
||||||
|
</ul>
|
||||||
|
<h1>One Line Entries</h1>
|
||||||
<ul>
|
<ul>
|
||||||
<li>Programming: Python, C++, JavaScript, MATLAB</li>
|
<li>Programming: Python, C++, JavaScript, MATLAB</li>
|
||||||
<li>Programming: Python, C++, JavaScript, MATLAB</li>
|
|
||||||
</ul>
|
|
||||||
<h1>Section7</h1>
|
|
||||||
<ul>
|
|
||||||
<li>This is a bullet entry.</li>
|
|
||||||
<li>This is a bullet entry.</li>
|
|
||||||
</ul>
|
</ul>
|
|
@ -11,70 +11,778 @@
|
||||||
<li>Mastodon: <a href="https://mastodon.social/@johndoe@example">@johndoe@example</a></li>
|
<li>Mastodon: <a href="https://mastodon.social/@johndoe@example">@johndoe@example</a></li>
|
||||||
<li>Twitter: <a href="https://twitter.com/johndoe">johndoe</a></li>
|
<li>Twitter: <a href="https://twitter.com/johndoe">johndoe</a></li>
|
||||||
</ul>
|
</ul>
|
||||||
<h1>Section1</h1>
|
<h1>Text Entries</h1>
|
||||||
<p>My Text Entry with some <strong>markdown</strong> and <a href="https://example.com">links</a>!</p>
|
<p>My Text Entry with some <strong>markdown</strong> and <a href="https://example.com">links</a>!</p>
|
||||||
<p>My Text Entry with some <strong>markdown</strong> and <a href="https://example.com">links</a>!</p>
|
<p>My Text Entry with some <strong>markdown</strong> and <a href="https://example.com">links</a>!</p>
|
||||||
<h1>Section2</h1>
|
<p>Some other *** tests, which should be tricky<em> to parse!</em>*</p>
|
||||||
|
<h1>Bullet Entries</h1>
|
||||||
|
<ul>
|
||||||
|
<li>This is a bullet entry.</li>
|
||||||
|
<li>My Text Entry with some <strong>markdown</strong> and <a href="https://example.com">links</a>!</li>
|
||||||
|
<li>Some other *** tests, which should be tricky<em> to parse!</em>*</li>
|
||||||
|
</ul>
|
||||||
|
<h1>Publication Entries</h1>
|
||||||
|
<h2>Magneto-Thermal Thin Shell Approximation for 3D Finite Element Analysis of No-Insulation Coils</h2>
|
||||||
|
<ul>
|
||||||
|
<li>Sept. 2021</li>
|
||||||
|
<li>J. Doe, <strong>H. Tom</strong>, S. Doe, A. Andsurname</li>
|
||||||
|
</ul>
|
||||||
<h2>Magneto-Thermal Thin Shell Approximation for 3D Finite Element Analysis of No-Insulation Coils (<a href="https://doi.org/10.1109/TASC.2023.3340648">10.1109/TASC.2023.3340648</a>)</h2>
|
<h2>Magneto-Thermal Thin Shell Approximation for 3D Finite Element Analysis of No-Insulation Coils (<a href="https://doi.org/10.1109/TASC.2023.3340648">10.1109/TASC.2023.3340648</a>)</h2>
|
||||||
<ul>
|
<ul>
|
||||||
<li>Dec. 2021</li>
|
<li>Sept. 2021</li>
|
||||||
<li>J. Doe, <strong><em>H. Tom</em></strong>, S. Doe, A. Andsurname</li>
|
<li>J. Doe, <strong>H. Tom</strong>, S. Doe, A. Andsurname</li>
|
||||||
<li>IEEE Transactions on Applied Superconductivity </li>
|
|
||||||
</ul>
|
</ul>
|
||||||
<h2>Magneto-Thermal Thin Shell Approximation for 3D Finite Element Analysis of No-Insulation Coils</h2>
|
<h2>Magneto-Thermal Thin Shell Approximation for 3D Finite Element Analysis of No-Insulation Coils</h2>
|
||||||
<ul>
|
<ul>
|
||||||
<li>Dec. 2021</li>
|
<li>Sept. 2021</li>
|
||||||
<li>J. Doe, <strong><em>H. Tom</em></strong>, S. Doe, A. Andsurname</li>
|
<li>J. Doe, <strong>H. Tom</strong>, S. Doe, A. Andsurname</li>
|
||||||
<li>IEEE Transactions on Applied Superconductivity </li>
|
<li>IEEE Transactions on Applied Superconductivity </li>
|
||||||
</ul>
|
</ul>
|
||||||
<h1>Section3</h1>
|
<h2>Magneto-Thermal Thin Shell Approximation for 3D Finite Element Analysis of No-Insulation Coils (<a href="https://doi.org/10.1109/TASC.2023.3340648">10.1109/TASC.2023.3340648</a>)</h2>
|
||||||
|
<ul>
|
||||||
|
<li>Sept. 2021</li>
|
||||||
|
<li>J. Doe, <strong>H. Tom</strong>, S. Doe, A. Andsurname</li>
|
||||||
|
<li>IEEE Transactions on Applied Superconductivity </li>
|
||||||
|
</ul>
|
||||||
|
<h1>Experience Entries</h1>
|
||||||
|
<h2>Some Company, Software Engineer</h2>
|
||||||
<h2>Some Company, Software Engineer</h2>
|
<h2>Some Company, Software Engineer</h2>
|
||||||
<ul>
|
<ul>
|
||||||
<li>July 2020 to Aug. 2021 </li>
|
<li>Sept. 2015 to present </li>
|
||||||
<li>TX, USA </li>
|
|
||||||
<li>Developed an <a href="https://example.com">IOS application</a> that has received more than <strong>100,000 downloads</strong>.</li>
|
|
||||||
<li>Managed a team of <strong>5</strong> engineers.</li>
|
|
||||||
</ul>
|
</ul>
|
||||||
<h2>Some Company, Software Engineer</h2>
|
<h2>Some Company, Software Engineer</h2>
|
||||||
<ul>
|
<ul>
|
||||||
<li>July 2020 to Aug. 2021 </li>
|
<li>Jan. 2024 </li>
|
||||||
<li>TX, USA </li>
|
|
||||||
<li>Developed an <a href="https://example.com">IOS application</a> that has received more than <strong>100,000 downloads</strong>.</li>
|
|
||||||
<li>Managed a team of <strong>5</strong> engineers.</li>
|
|
||||||
</ul>
|
</ul>
|
||||||
<h1>Section4</h1>
|
<h2>Some Company, Software Engineer</h2>
|
||||||
<h2>Boğaziçi University, BS in Mechanical Engineering</h2>
|
<ul>
|
||||||
|
<li>Sept. 2021 </li>
|
||||||
|
</ul>
|
||||||
|
<h2>Some Company, Software Engineer</h2>
|
||||||
|
<ul>
|
||||||
|
<li>Did this.</li>
|
||||||
|
<li>Did that.</li>
|
||||||
|
</ul>
|
||||||
|
<h2>Some Company, Software Engineer</h2>
|
||||||
<ul>
|
<ul>
|
||||||
<li>Sept. 2015 to June 2020 </li>
|
|
||||||
<li>Istanbul, Turkey </li>
|
<li>Istanbul, Turkey </li>
|
||||||
<li>GPA: 3.24/4.00 (<a href="https://example.com">Transcript</a>)</li>
|
</ul>
|
||||||
<li>Awards: Dean's Honor List, Sportsperson of the Year</li>
|
<h2>Some Company, Software Engineer</h2>
|
||||||
|
<ul>
|
||||||
|
<li>Sept. 2015 to present </li>
|
||||||
|
</ul>
|
||||||
|
<h2>Some Company, Software Engineer</h2>
|
||||||
|
<ul>
|
||||||
|
<li>Sept. 2021 </li>
|
||||||
|
</ul>
|
||||||
|
<h2>Some Company, Software Engineer</h2>
|
||||||
|
<ul>
|
||||||
|
<li>
|
||||||
|
<p>Sept. 2015 to present </p>
|
||||||
|
</li>
|
||||||
|
<li>
|
||||||
|
<p>Did this.</p>
|
||||||
|
</li>
|
||||||
|
<li>Did that.</li>
|
||||||
|
</ul>
|
||||||
|
<h2>Some Company, Software Engineer</h2>
|
||||||
|
<ul>
|
||||||
|
<li>Sept. 2015 to present </li>
|
||||||
|
<li>Istanbul, Turkey </li>
|
||||||
|
</ul>
|
||||||
|
<h2>Some Company, Software Engineer</h2>
|
||||||
|
<ul>
|
||||||
|
<li>Sept. 2021 </li>
|
||||||
|
</ul>
|
||||||
|
<h2>Some Company, Software Engineer</h2>
|
||||||
|
<ul>
|
||||||
|
<li>
|
||||||
|
<p>Jan. 2024 </p>
|
||||||
|
</li>
|
||||||
|
<li>
|
||||||
|
<p>Did this.</p>
|
||||||
|
</li>
|
||||||
|
<li>Did that.</li>
|
||||||
|
</ul>
|
||||||
|
<h2>Some Company, Software Engineer</h2>
|
||||||
|
<ul>
|
||||||
|
<li>Jan. 2024 </li>
|
||||||
|
<li>Istanbul, Turkey </li>
|
||||||
|
</ul>
|
||||||
|
<h2>Some Company, Software Engineer</h2>
|
||||||
|
<ul>
|
||||||
|
<li>
|
||||||
|
<p>Sept. 2021 </p>
|
||||||
|
</li>
|
||||||
|
<li>
|
||||||
|
<p>Did this.</p>
|
||||||
|
</li>
|
||||||
|
<li>Did that.</li>
|
||||||
|
</ul>
|
||||||
|
<h2>Some Company, Software Engineer</h2>
|
||||||
|
<ul>
|
||||||
|
<li>Sept. 2021 </li>
|
||||||
|
<li>Istanbul, Turkey </li>
|
||||||
|
</ul>
|
||||||
|
<h2>Some Company, Software Engineer</h2>
|
||||||
|
<ul>
|
||||||
|
<li>Istanbul, Turkey </li>
|
||||||
|
<li>Did this.</li>
|
||||||
|
<li>Did that.</li>
|
||||||
|
</ul>
|
||||||
|
<h2>Some Company, Software Engineer</h2>
|
||||||
|
<ul>
|
||||||
|
<li>Sept. 2021 </li>
|
||||||
|
</ul>
|
||||||
|
<h2>Some Company, Software Engineer</h2>
|
||||||
|
<ul>
|
||||||
|
<li>
|
||||||
|
<p>Sept. 2015 to present </p>
|
||||||
|
</li>
|
||||||
|
<li>
|
||||||
|
<p>Did this.</p>
|
||||||
|
</li>
|
||||||
|
<li>Did that.</li>
|
||||||
|
</ul>
|
||||||
|
<h2>Some Company, Software Engineer</h2>
|
||||||
|
<ul>
|
||||||
|
<li>Sept. 2015 to present </li>
|
||||||
|
<li>Istanbul, Turkey </li>
|
||||||
|
</ul>
|
||||||
|
<h2>Some Company, Software Engineer</h2>
|
||||||
|
<ul>
|
||||||
|
<li>
|
||||||
|
<p>Sept. 2021 </p>
|
||||||
|
</li>
|
||||||
|
<li>
|
||||||
|
<p>Did this.</p>
|
||||||
|
</li>
|
||||||
|
<li>Did that.</li>
|
||||||
|
</ul>
|
||||||
|
<h2>Some Company, Software Engineer</h2>
|
||||||
|
<ul>
|
||||||
|
<li>Sept. 2021 </li>
|
||||||
|
<li>Istanbul, Turkey </li>
|
||||||
|
</ul>
|
||||||
|
<h2>Some Company, Software Engineer</h2>
|
||||||
|
<ul>
|
||||||
|
<li>Sept. 2015 to present </li>
|
||||||
|
<li>Istanbul, Turkey </li>
|
||||||
|
<li>Did this.</li>
|
||||||
|
<li>Did that.</li>
|
||||||
|
</ul>
|
||||||
|
<h2>Some Company, Software Engineer</h2>
|
||||||
|
<ul>
|
||||||
|
<li>
|
||||||
|
<p>Sept. 2021 </p>
|
||||||
|
</li>
|
||||||
|
<li>
|
||||||
|
<p>Did this.</p>
|
||||||
|
</li>
|
||||||
|
<li>Did that.</li>
|
||||||
|
</ul>
|
||||||
|
<h2>Some Company, Software Engineer</h2>
|
||||||
|
<ul>
|
||||||
|
<li>Sept. 2021 </li>
|
||||||
|
<li>Istanbul, Turkey </li>
|
||||||
|
</ul>
|
||||||
|
<h2>Some Company, Software Engineer</h2>
|
||||||
|
<ul>
|
||||||
|
<li>Jan. 2024 </li>
|
||||||
|
<li>Istanbul, Turkey </li>
|
||||||
|
<li>Did this.</li>
|
||||||
|
<li>Did that.</li>
|
||||||
|
</ul>
|
||||||
|
<h2>Some Company, Software Engineer</h2>
|
||||||
|
<ul>
|
||||||
|
<li>Sept. 2021 </li>
|
||||||
|
<li>Istanbul, Turkey </li>
|
||||||
|
<li>Did this.</li>
|
||||||
|
<li>Did that.</li>
|
||||||
|
</ul>
|
||||||
|
<h2>Some Company, Software Engineer</h2>
|
||||||
|
<ul>
|
||||||
|
<li>
|
||||||
|
<p>Sept. 2021 </p>
|
||||||
|
</li>
|
||||||
|
<li>
|
||||||
|
<p>Did this.</p>
|
||||||
|
</li>
|
||||||
|
<li>Did that.</li>
|
||||||
|
</ul>
|
||||||
|
<h2>Some Company, Software Engineer</h2>
|
||||||
|
<ul>
|
||||||
|
<li>Sept. 2021 </li>
|
||||||
|
<li>Istanbul, Turkey </li>
|
||||||
|
</ul>
|
||||||
|
<h2>Some Company, Software Engineer</h2>
|
||||||
|
<ul>
|
||||||
|
<li>Sept. 2015 to present </li>
|
||||||
|
<li>Istanbul, Turkey </li>
|
||||||
|
<li>Did this.</li>
|
||||||
|
<li>Did that.</li>
|
||||||
|
</ul>
|
||||||
|
<h2>Some Company, Software Engineer</h2>
|
||||||
|
<ul>
|
||||||
|
<li>Sept. 2021 </li>
|
||||||
|
<li>Istanbul, Turkey </li>
|
||||||
|
<li>Did this.</li>
|
||||||
|
<li>Did that.</li>
|
||||||
|
</ul>
|
||||||
|
<h2>Some Company, Software Engineer</h2>
|
||||||
|
<ul>
|
||||||
|
<li>Sept. 2021 </li>
|
||||||
|
<li>Istanbul, Turkey </li>
|
||||||
|
<li>Did this.</li>
|
||||||
|
<li>Did that.</li>
|
||||||
|
</ul>
|
||||||
|
<h2>Some Company, Software Engineer</h2>
|
||||||
|
<ul>
|
||||||
|
<li>Sept. 2021 </li>
|
||||||
|
<li>Istanbul, Turkey </li>
|
||||||
|
<li>Did this.</li>
|
||||||
|
<li>Did that.</li>
|
||||||
|
</ul>
|
||||||
|
<h1>Education Entries</h1>
|
||||||
|
<h2>Boğaziçi University, Mechanical Engineering</h2>
|
||||||
|
<h2>Boğaziçi University, Mechanical Engineering</h2>
|
||||||
|
<ul>
|
||||||
|
<li>Sept. 2015 to present </li>
|
||||||
|
</ul>
|
||||||
|
<h2>Boğaziçi University, Mechanical Engineering</h2>
|
||||||
|
<ul>
|
||||||
|
<li>Jan. 2024 </li>
|
||||||
|
</ul>
|
||||||
|
<h2>Boğaziçi University, Mechanical Engineering</h2>
|
||||||
|
<ul>
|
||||||
|
<li>Sept. 2021 </li>
|
||||||
|
</ul>
|
||||||
|
<h2>Boğaziçi University, Mechanical Engineering</h2>
|
||||||
|
<ul>
|
||||||
|
<li>Did this.</li>
|
||||||
|
<li>Did that.</li>
|
||||||
|
</ul>
|
||||||
|
<h2>Boğaziçi University, Mechanical Engineering</h2>
|
||||||
|
<ul>
|
||||||
|
<li>Istanbul, Turkey </li>
|
||||||
|
</ul>
|
||||||
|
<h2>Boğaziçi University, BS in Mechanical Engineering</h2>
|
||||||
|
<h2>Boğaziçi University, Mechanical Engineering</h2>
|
||||||
|
<ul>
|
||||||
|
<li>Sept. 2015 to present </li>
|
||||||
|
</ul>
|
||||||
|
<h2>Boğaziçi University, Mechanical Engineering</h2>
|
||||||
|
<ul>
|
||||||
|
<li>Sept. 2021 </li>
|
||||||
|
</ul>
|
||||||
|
<h2>Boğaziçi University, Mechanical Engineering</h2>
|
||||||
|
<ul>
|
||||||
|
<li>
|
||||||
|
<p>Sept. 2015 to present </p>
|
||||||
|
</li>
|
||||||
|
<li>
|
||||||
|
<p>Did this.</p>
|
||||||
|
</li>
|
||||||
|
<li>Did that.</li>
|
||||||
|
</ul>
|
||||||
|
<h2>Boğaziçi University, Mechanical Engineering</h2>
|
||||||
|
<ul>
|
||||||
|
<li>Sept. 2015 to present </li>
|
||||||
|
<li>Istanbul, Turkey </li>
|
||||||
</ul>
|
</ul>
|
||||||
<h2>Boğaziçi University, BS in Mechanical Engineering</h2>
|
<h2>Boğaziçi University, BS in Mechanical Engineering</h2>
|
||||||
<ul>
|
<ul>
|
||||||
<li>Sept. 2015 to June 2020 </li>
|
<li>Sept. 2015 to present </li>
|
||||||
|
</ul>
|
||||||
|
<h2>Boğaziçi University, Mechanical Engineering</h2>
|
||||||
|
<ul>
|
||||||
|
<li>Sept. 2021 </li>
|
||||||
|
</ul>
|
||||||
|
<h2>Boğaziçi University, Mechanical Engineering</h2>
|
||||||
|
<ul>
|
||||||
|
<li>
|
||||||
|
<p>Jan. 2024 </p>
|
||||||
|
</li>
|
||||||
|
<li>
|
||||||
|
<p>Did this.</p>
|
||||||
|
</li>
|
||||||
|
<li>Did that.</li>
|
||||||
|
</ul>
|
||||||
|
<h2>Boğaziçi University, Mechanical Engineering</h2>
|
||||||
|
<ul>
|
||||||
|
<li>Jan. 2024 </li>
|
||||||
<li>Istanbul, Turkey </li>
|
<li>Istanbul, Turkey </li>
|
||||||
<li>GPA: 3.24/4.00 (<a href="https://example.com">Transcript</a>)</li>
|
|
||||||
<li>Awards: Dean's Honor List, Sportsperson of the Year</li>
|
|
||||||
</ul>
|
</ul>
|
||||||
<h1>Section5</h1>
|
<h2>Boğaziçi University, BS in Mechanical Engineering</h2>
|
||||||
<h2>Some Project</h2>
|
|
||||||
<ul>
|
<ul>
|
||||||
<li>Sept. 2021 - Remote - Developed a web application with <strong>React</strong> and <strong>Django</strong>.</li>
|
<li>Jan. 2024 </li>
|
||||||
<li>Implemented a <strong>RESTful API</strong></li>
|
|
||||||
</ul>
|
</ul>
|
||||||
<h2>Some Project</h2>
|
<h2>Boğaziçi University, Mechanical Engineering</h2>
|
||||||
<ul>
|
<ul>
|
||||||
<li>Sept. 2021 - Remote - Developed a web application with <strong>React</strong> and <strong>Django</strong>.</li>
|
<li>
|
||||||
<li>Implemented a <strong>RESTful API</strong></li>
|
<p>Sept. 2021 </p>
|
||||||
|
</li>
|
||||||
|
<li>
|
||||||
|
<p>Did this.</p>
|
||||||
|
</li>
|
||||||
|
<li>Did that.</li>
|
||||||
</ul>
|
</ul>
|
||||||
<h1>Section6</h1>
|
<h2>Boğaziçi University, Mechanical Engineering</h2>
|
||||||
|
<ul>
|
||||||
|
<li>Sept. 2021 </li>
|
||||||
|
<li>Istanbul, Turkey </li>
|
||||||
|
</ul>
|
||||||
|
<h2>Boğaziçi University, BS in Mechanical Engineering</h2>
|
||||||
|
<ul>
|
||||||
|
<li>Sept. 2021 </li>
|
||||||
|
</ul>
|
||||||
|
<h2>Boğaziçi University, Mechanical Engineering</h2>
|
||||||
|
<ul>
|
||||||
|
<li>Istanbul, Turkey </li>
|
||||||
|
<li>Did this.</li>
|
||||||
|
<li>Did that.</li>
|
||||||
|
</ul>
|
||||||
|
<h2>Boğaziçi University, BS in Mechanical Engineering</h2>
|
||||||
|
<ul>
|
||||||
|
<li>Did this.</li>
|
||||||
|
<li>Did that.</li>
|
||||||
|
</ul>
|
||||||
|
<h2>Boğaziçi University, BS in Mechanical Engineering</h2>
|
||||||
|
<ul>
|
||||||
|
<li>Istanbul, Turkey </li>
|
||||||
|
</ul>
|
||||||
|
<h2>Boğaziçi University, Mechanical Engineering</h2>
|
||||||
|
<ul>
|
||||||
|
<li>Sept. 2021 </li>
|
||||||
|
</ul>
|
||||||
|
<h2>Boğaziçi University, Mechanical Engineering</h2>
|
||||||
|
<ul>
|
||||||
|
<li>
|
||||||
|
<p>Sept. 2015 to present </p>
|
||||||
|
</li>
|
||||||
|
<li>
|
||||||
|
<p>Did this.</p>
|
||||||
|
</li>
|
||||||
|
<li>Did that.</li>
|
||||||
|
</ul>
|
||||||
|
<h2>Boğaziçi University, Mechanical Engineering</h2>
|
||||||
|
<ul>
|
||||||
|
<li>Sept. 2015 to present </li>
|
||||||
|
<li>Istanbul, Turkey </li>
|
||||||
|
</ul>
|
||||||
|
<h2>Boğaziçi University, BS in Mechanical Engineering</h2>
|
||||||
|
<ul>
|
||||||
|
<li>Sept. 2015 to present </li>
|
||||||
|
</ul>
|
||||||
|
<h2>Boğaziçi University, Mechanical Engineering</h2>
|
||||||
|
<ul>
|
||||||
|
<li>
|
||||||
|
<p>Sept. 2021 </p>
|
||||||
|
</li>
|
||||||
|
<li>
|
||||||
|
<p>Did this.</p>
|
||||||
|
</li>
|
||||||
|
<li>Did that.</li>
|
||||||
|
</ul>
|
||||||
|
<h2>Boğaziçi University, Mechanical Engineering</h2>
|
||||||
|
<ul>
|
||||||
|
<li>Sept. 2021 </li>
|
||||||
|
<li>Istanbul, Turkey </li>
|
||||||
|
</ul>
|
||||||
|
<h2>Boğaziçi University, BS in Mechanical Engineering</h2>
|
||||||
|
<ul>
|
||||||
|
<li>Sept. 2021 </li>
|
||||||
|
</ul>
|
||||||
|
<h2>Boğaziçi University, Mechanical Engineering</h2>
|
||||||
|
<ul>
|
||||||
|
<li>Sept. 2015 to present </li>
|
||||||
|
<li>Istanbul, Turkey </li>
|
||||||
|
<li>Did this.</li>
|
||||||
|
<li>Did that.</li>
|
||||||
|
</ul>
|
||||||
|
<h2>Boğaziçi University, BS in Mechanical Engineering</h2>
|
||||||
|
<ul>
|
||||||
|
<li>
|
||||||
|
<p>Sept. 2015 to present </p>
|
||||||
|
</li>
|
||||||
|
<li>
|
||||||
|
<p>Did this.</p>
|
||||||
|
</li>
|
||||||
|
<li>Did that.</li>
|
||||||
|
</ul>
|
||||||
|
<h2>Boğaziçi University, BS in Mechanical Engineering</h2>
|
||||||
|
<ul>
|
||||||
|
<li>Sept. 2015 to present </li>
|
||||||
|
<li>Istanbul, Turkey </li>
|
||||||
|
</ul>
|
||||||
|
<h2>Boğaziçi University, Mechanical Engineering</h2>
|
||||||
|
<ul>
|
||||||
|
<li>
|
||||||
|
<p>Sept. 2021 </p>
|
||||||
|
</li>
|
||||||
|
<li>
|
||||||
|
<p>Did this.</p>
|
||||||
|
</li>
|
||||||
|
<li>Did that.</li>
|
||||||
|
</ul>
|
||||||
|
<h2>Boğaziçi University, Mechanical Engineering</h2>
|
||||||
|
<ul>
|
||||||
|
<li>Sept. 2021 </li>
|
||||||
|
<li>Istanbul, Turkey </li>
|
||||||
|
</ul>
|
||||||
|
<h2>Boğaziçi University, BS in Mechanical Engineering</h2>
|
||||||
|
<ul>
|
||||||
|
<li>Sept. 2021 </li>
|
||||||
|
</ul>
|
||||||
|
<h2>Boğaziçi University, Mechanical Engineering</h2>
|
||||||
|
<ul>
|
||||||
|
<li>Jan. 2024 </li>
|
||||||
|
<li>Istanbul, Turkey </li>
|
||||||
|
<li>Did this.</li>
|
||||||
|
<li>Did that.</li>
|
||||||
|
</ul>
|
||||||
|
<h2>Boğaziçi University, BS in Mechanical Engineering</h2>
|
||||||
|
<ul>
|
||||||
|
<li>
|
||||||
|
<p>Jan. 2024 </p>
|
||||||
|
</li>
|
||||||
|
<li>
|
||||||
|
<p>Did this.</p>
|
||||||
|
</li>
|
||||||
|
<li>Did that.</li>
|
||||||
|
</ul>
|
||||||
|
<h2>Boğaziçi University, BS in Mechanical Engineering</h2>
|
||||||
|
<ul>
|
||||||
|
<li>Jan. 2024 </li>
|
||||||
|
<li>Istanbul, Turkey </li>
|
||||||
|
</ul>
|
||||||
|
<h2>Boğaziçi University, Mechanical Engineering</h2>
|
||||||
|
<ul>
|
||||||
|
<li>Sept. 2021 </li>
|
||||||
|
<li>Istanbul, Turkey </li>
|
||||||
|
<li>Did this.</li>
|
||||||
|
<li>Did that.</li>
|
||||||
|
</ul>
|
||||||
|
<h2>Boğaziçi University, BS in Mechanical Engineering</h2>
|
||||||
|
<ul>
|
||||||
|
<li>
|
||||||
|
<p>Sept. 2021 </p>
|
||||||
|
</li>
|
||||||
|
<li>
|
||||||
|
<p>Did this.</p>
|
||||||
|
</li>
|
||||||
|
<li>Did that.</li>
|
||||||
|
</ul>
|
||||||
|
<h2>Boğaziçi University, BS in Mechanical Engineering</h2>
|
||||||
|
<ul>
|
||||||
|
<li>Sept. 2021 </li>
|
||||||
|
<li>Istanbul, Turkey </li>
|
||||||
|
</ul>
|
||||||
|
<h2>Boğaziçi University, BS in Mechanical Engineering</h2>
|
||||||
|
<ul>
|
||||||
|
<li>Istanbul, Turkey </li>
|
||||||
|
<li>Did this.</li>
|
||||||
|
<li>Did that.</li>
|
||||||
|
</ul>
|
||||||
|
<h2>Boğaziçi University, Mechanical Engineering</h2>
|
||||||
|
<ul>
|
||||||
|
<li>
|
||||||
|
<p>Sept. 2021 </p>
|
||||||
|
</li>
|
||||||
|
<li>
|
||||||
|
<p>Did this.</p>
|
||||||
|
</li>
|
||||||
|
<li>Did that.</li>
|
||||||
|
</ul>
|
||||||
|
<h2>Boğaziçi University, Mechanical Engineering</h2>
|
||||||
|
<ul>
|
||||||
|
<li>Sept. 2021 </li>
|
||||||
|
<li>Istanbul, Turkey </li>
|
||||||
|
</ul>
|
||||||
|
<h2>Boğaziçi University, BS in Mechanical Engineering</h2>
|
||||||
|
<ul>
|
||||||
|
<li>Sept. 2021 </li>
|
||||||
|
</ul>
|
||||||
|
<h2>Boğaziçi University, Mechanical Engineering</h2>
|
||||||
|
<ul>
|
||||||
|
<li>Sept. 2015 to present </li>
|
||||||
|
<li>Istanbul, Turkey </li>
|
||||||
|
<li>Did this.</li>
|
||||||
|
<li>Did that.</li>
|
||||||
|
</ul>
|
||||||
|
<h2>Boğaziçi University, BS in Mechanical Engineering</h2>
|
||||||
|
<ul>
|
||||||
|
<li>
|
||||||
|
<p>Sept. 2015 to present </p>
|
||||||
|
</li>
|
||||||
|
<li>
|
||||||
|
<p>Did this.</p>
|
||||||
|
</li>
|
||||||
|
<li>Did that.</li>
|
||||||
|
</ul>
|
||||||
|
<h2>Boğaziçi University, BS in Mechanical Engineering</h2>
|
||||||
|
<ul>
|
||||||
|
<li>Sept. 2015 to present </li>
|
||||||
|
<li>Istanbul, Turkey </li>
|
||||||
|
</ul>
|
||||||
|
<h2>Boğaziçi University, Mechanical Engineering</h2>
|
||||||
|
<ul>
|
||||||
|
<li>Sept. 2021 </li>
|
||||||
|
<li>Istanbul, Turkey </li>
|
||||||
|
<li>Did this.</li>
|
||||||
|
<li>Did that.</li>
|
||||||
|
</ul>
|
||||||
|
<h2>Boğaziçi University, BS in Mechanical Engineering</h2>
|
||||||
|
<ul>
|
||||||
|
<li>
|
||||||
|
<p>Sept. 2021 </p>
|
||||||
|
</li>
|
||||||
|
<li>
|
||||||
|
<p>Did this.</p>
|
||||||
|
</li>
|
||||||
|
<li>Did that.</li>
|
||||||
|
</ul>
|
||||||
|
<h2>Boğaziçi University, BS in Mechanical Engineering</h2>
|
||||||
|
<ul>
|
||||||
|
<li>Sept. 2021 </li>
|
||||||
|
<li>Istanbul, Turkey </li>
|
||||||
|
</ul>
|
||||||
|
<h2>Boğaziçi University, BS in Mechanical Engineering</h2>
|
||||||
|
<ul>
|
||||||
|
<li>Sept. 2015 to present </li>
|
||||||
|
<li>Istanbul, Turkey </li>
|
||||||
|
<li>Did this.</li>
|
||||||
|
<li>Did that.</li>
|
||||||
|
</ul>
|
||||||
|
<h2>Boğaziçi University, Mechanical Engineering</h2>
|
||||||
|
<ul>
|
||||||
|
<li>Sept. 2021 </li>
|
||||||
|
<li>Istanbul, Turkey </li>
|
||||||
|
<li>Did this.</li>
|
||||||
|
<li>Did that.</li>
|
||||||
|
</ul>
|
||||||
|
<h2>Boğaziçi University, BS in Mechanical Engineering</h2>
|
||||||
|
<ul>
|
||||||
|
<li>
|
||||||
|
<p>Sept. 2021 </p>
|
||||||
|
</li>
|
||||||
|
<li>
|
||||||
|
<p>Did this.</p>
|
||||||
|
</li>
|
||||||
|
<li>Did that.</li>
|
||||||
|
</ul>
|
||||||
|
<h2>Boğaziçi University, BS in Mechanical Engineering</h2>
|
||||||
|
<ul>
|
||||||
|
<li>Sept. 2021 </li>
|
||||||
|
<li>Istanbul, Turkey </li>
|
||||||
|
</ul>
|
||||||
|
<h2>Boğaziçi University, BS in Mechanical Engineering</h2>
|
||||||
|
<ul>
|
||||||
|
<li>Jan. 2024 </li>
|
||||||
|
<li>Istanbul, Turkey </li>
|
||||||
|
<li>Did this.</li>
|
||||||
|
<li>Did that.</li>
|
||||||
|
</ul>
|
||||||
|
<h2>Boğaziçi University, BS in Mechanical Engineering</h2>
|
||||||
|
<ul>
|
||||||
|
<li>Sept. 2021 </li>
|
||||||
|
<li>Istanbul, Turkey </li>
|
||||||
|
<li>Did this.</li>
|
||||||
|
<li>Did that.</li>
|
||||||
|
</ul>
|
||||||
|
<h2>Boğaziçi University, Mechanical Engineering</h2>
|
||||||
|
<ul>
|
||||||
|
<li>Sept. 2021 </li>
|
||||||
|
<li>Istanbul, Turkey </li>
|
||||||
|
<li>Did this.</li>
|
||||||
|
<li>Did that.</li>
|
||||||
|
</ul>
|
||||||
|
<h2>Boğaziçi University, BS in Mechanical Engineering</h2>
|
||||||
|
<ul>
|
||||||
|
<li>
|
||||||
|
<p>Sept. 2021 </p>
|
||||||
|
</li>
|
||||||
|
<li>
|
||||||
|
<p>Did this.</p>
|
||||||
|
</li>
|
||||||
|
<li>Did that.</li>
|
||||||
|
</ul>
|
||||||
|
<h2>Boğaziçi University, BS in Mechanical Engineering</h2>
|
||||||
|
<ul>
|
||||||
|
<li>Sept. 2021 </li>
|
||||||
|
<li>Istanbul, Turkey </li>
|
||||||
|
</ul>
|
||||||
|
<h2>Boğaziçi University, BS in Mechanical Engineering</h2>
|
||||||
|
<ul>
|
||||||
|
<li>Sept. 2015 to present </li>
|
||||||
|
<li>Istanbul, Turkey </li>
|
||||||
|
<li>Did this.</li>
|
||||||
|
<li>Did that.</li>
|
||||||
|
</ul>
|
||||||
|
<h2>Boğaziçi University, BS in Mechanical Engineering</h2>
|
||||||
|
<ul>
|
||||||
|
<li>Sept. 2021 </li>
|
||||||
|
<li>Istanbul, Turkey </li>
|
||||||
|
<li>Did this.</li>
|
||||||
|
<li>Did that.</li>
|
||||||
|
</ul>
|
||||||
|
<h2>Boğaziçi University, BS in Mechanical Engineering</h2>
|
||||||
|
<ul>
|
||||||
|
<li>Sept. 2021 </li>
|
||||||
|
<li>Istanbul, Turkey </li>
|
||||||
|
<li>Did this.</li>
|
||||||
|
<li>Did that.</li>
|
||||||
|
</ul>
|
||||||
|
<h2>Boğaziçi University, BS in Mechanical Engineering</h2>
|
||||||
|
<ul>
|
||||||
|
<li>Sept. 2021 </li>
|
||||||
|
<li>Istanbul, Turkey </li>
|
||||||
|
<li>Did this.</li>
|
||||||
|
<li>Did that.</li>
|
||||||
|
</ul>
|
||||||
|
<h1>Normal Entries</h1>
|
||||||
|
<h2>My Project</h2>
|
||||||
|
<h2>My Project</h2>
|
||||||
|
<ul>
|
||||||
|
<li>Sept. 2015 to present </li>
|
||||||
|
</ul>
|
||||||
|
<h2>My Project</h2>
|
||||||
|
<ul>
|
||||||
|
<li>Jan. 2024 </li>
|
||||||
|
</ul>
|
||||||
|
<h2>My Project</h2>
|
||||||
|
<ul>
|
||||||
|
<li>Sept. 2021 </li>
|
||||||
|
</ul>
|
||||||
|
<h2>My Project</h2>
|
||||||
|
<ul>
|
||||||
|
<li>Did this.</li>
|
||||||
|
<li>Did that.</li>
|
||||||
|
</ul>
|
||||||
|
<h2>My Project</h2>
|
||||||
|
<ul>
|
||||||
|
<li>Istanbul, Turkey </li>
|
||||||
|
</ul>
|
||||||
|
<h2>My Project</h2>
|
||||||
|
<ul>
|
||||||
|
<li>Sept. 2015 to present </li>
|
||||||
|
</ul>
|
||||||
|
<h2>My Project</h2>
|
||||||
|
<ul>
|
||||||
|
<li>Sept. 2021 </li>
|
||||||
|
</ul>
|
||||||
|
<h2>My Project</h2>
|
||||||
|
<ul>
|
||||||
|
<li>Sept. 2015 to present - Did this.</li>
|
||||||
|
<li>Did that.</li>
|
||||||
|
</ul>
|
||||||
|
<h2>My Project</h2>
|
||||||
|
<ul>
|
||||||
|
<li>Sept. 2015 to present - Istanbul, Turkey </li>
|
||||||
|
</ul>
|
||||||
|
<h2>My Project</h2>
|
||||||
|
<ul>
|
||||||
|
<li>Sept. 2021 </li>
|
||||||
|
</ul>
|
||||||
|
<h2>My Project</h2>
|
||||||
|
<ul>
|
||||||
|
<li>Jan. 2024 - Did this.</li>
|
||||||
|
<li>Did that.</li>
|
||||||
|
</ul>
|
||||||
|
<h2>My Project</h2>
|
||||||
|
<ul>
|
||||||
|
<li>Jan. 2024 - Istanbul, Turkey </li>
|
||||||
|
</ul>
|
||||||
|
<h2>My Project</h2>
|
||||||
|
<ul>
|
||||||
|
<li>Sept. 2021 - Did this.</li>
|
||||||
|
<li>Did that.</li>
|
||||||
|
</ul>
|
||||||
|
<h2>My Project</h2>
|
||||||
|
<ul>
|
||||||
|
<li>Sept. 2021 - Istanbul, Turkey </li>
|
||||||
|
</ul>
|
||||||
|
<h2>My Project</h2>
|
||||||
|
<ul>
|
||||||
|
<li>Istanbul, Turkey - Did this.</li>
|
||||||
|
<li>Did that.</li>
|
||||||
|
</ul>
|
||||||
|
<h2>My Project</h2>
|
||||||
|
<ul>
|
||||||
|
<li>Sept. 2021 </li>
|
||||||
|
</ul>
|
||||||
|
<h2>My Project</h2>
|
||||||
|
<ul>
|
||||||
|
<li>Sept. 2015 to present - Did this.</li>
|
||||||
|
<li>Did that.</li>
|
||||||
|
</ul>
|
||||||
|
<h2>My Project</h2>
|
||||||
|
<ul>
|
||||||
|
<li>Sept. 2015 to present - Istanbul, Turkey </li>
|
||||||
|
</ul>
|
||||||
|
<h2>My Project</h2>
|
||||||
|
<ul>
|
||||||
|
<li>Sept. 2021 - Did this.</li>
|
||||||
|
<li>Did that.</li>
|
||||||
|
</ul>
|
||||||
|
<h2>My Project</h2>
|
||||||
|
<ul>
|
||||||
|
<li>Sept. 2021 - Istanbul, Turkey </li>
|
||||||
|
</ul>
|
||||||
|
<h2>My Project</h2>
|
||||||
|
<ul>
|
||||||
|
<li>Sept. 2015 to present - Istanbul, Turkey - Did this.</li>
|
||||||
|
<li>Did that.</li>
|
||||||
|
</ul>
|
||||||
|
<h2>My Project</h2>
|
||||||
|
<ul>
|
||||||
|
<li>Sept. 2021 - Did this.</li>
|
||||||
|
<li>Did that.</li>
|
||||||
|
</ul>
|
||||||
|
<h2>My Project</h2>
|
||||||
|
<ul>
|
||||||
|
<li>Sept. 2021 - Istanbul, Turkey </li>
|
||||||
|
</ul>
|
||||||
|
<h2>My Project</h2>
|
||||||
|
<ul>
|
||||||
|
<li>Jan. 2024 - Istanbul, Turkey - Did this.</li>
|
||||||
|
<li>Did that.</li>
|
||||||
|
</ul>
|
||||||
|
<h2>My Project</h2>
|
||||||
|
<ul>
|
||||||
|
<li>Sept. 2021 - Istanbul, Turkey - Did this.</li>
|
||||||
|
<li>Did that.</li>
|
||||||
|
</ul>
|
||||||
|
<h2>My Project</h2>
|
||||||
|
<ul>
|
||||||
|
<li>Sept. 2021 - Did this.</li>
|
||||||
|
<li>Did that.</li>
|
||||||
|
</ul>
|
||||||
|
<h2>My Project</h2>
|
||||||
|
<ul>
|
||||||
|
<li>Sept. 2021 - Istanbul, Turkey </li>
|
||||||
|
</ul>
|
||||||
|
<h2>My Project</h2>
|
||||||
|
<ul>
|
||||||
|
<li>Sept. 2015 to present - Istanbul, Turkey - Did this.</li>
|
||||||
|
<li>Did that.</li>
|
||||||
|
</ul>
|
||||||
|
<h2>My Project</h2>
|
||||||
|
<ul>
|
||||||
|
<li>Sept. 2021 - Istanbul, Turkey - Did this.</li>
|
||||||
|
<li>Did that.</li>
|
||||||
|
</ul>
|
||||||
|
<h2>My Project</h2>
|
||||||
|
<ul>
|
||||||
|
<li>Sept. 2021 - Istanbul, Turkey - Did this.</li>
|
||||||
|
<li>Did that.</li>
|
||||||
|
</ul>
|
||||||
|
<h2>My Project</h2>
|
||||||
|
<ul>
|
||||||
|
<li>Sept. 2021 - Istanbul, Turkey - Did this.</li>
|
||||||
|
<li>Did that.</li>
|
||||||
|
</ul>
|
||||||
|
<h1>One Line Entries</h1>
|
||||||
<ul>
|
<ul>
|
||||||
<li>Programming: Python, C++, JavaScript, MATLAB</li>
|
<li>Programming: Python, C++, JavaScript, MATLAB</li>
|
||||||
<li>Programming: Python, C++, JavaScript, MATLAB</li>
|
|
||||||
</ul>
|
|
||||||
<h1>Section7</h1>
|
|
||||||
<ul>
|
|
||||||
<li>This is a bullet entry.</li>
|
|
||||||
<li>This is a bullet entry.</li>
|
|
||||||
</ul>
|
</ul>
|
|
@ -11,70 +11,778 @@
|
||||||
<li>Mastodon: <a href="https://mastodon.social/@johndoe@example">@johndoe@example</a></li>
|
<li>Mastodon: <a href="https://mastodon.social/@johndoe@example">@johndoe@example</a></li>
|
||||||
<li>Twitter: <a href="https://twitter.com/johndoe">johndoe</a></li>
|
<li>Twitter: <a href="https://twitter.com/johndoe">johndoe</a></li>
|
||||||
</ul>
|
</ul>
|
||||||
<h1>Section1</h1>
|
<h1>Text Entries</h1>
|
||||||
<p>My Text Entry with some <strong>markdown</strong> and <a href="https://example.com">links</a>!</p>
|
<p>My Text Entry with some <strong>markdown</strong> and <a href="https://example.com">links</a>!</p>
|
||||||
<p>My Text Entry with some <strong>markdown</strong> and <a href="https://example.com">links</a>!</p>
|
<p>My Text Entry with some <strong>markdown</strong> and <a href="https://example.com">links</a>!</p>
|
||||||
<h1>Section2</h1>
|
<p>Some other *** tests, which should be tricky<em> to parse!</em>*</p>
|
||||||
|
<h1>Bullet Entries</h1>
|
||||||
|
<ul>
|
||||||
|
<li>This is a bullet entry.</li>
|
||||||
|
<li>My Text Entry with some <strong>markdown</strong> and <a href="https://example.com">links</a>!</li>
|
||||||
|
<li>Some other *** tests, which should be tricky<em> to parse!</em>*</li>
|
||||||
|
</ul>
|
||||||
|
<h1>Publication Entries</h1>
|
||||||
|
<h2>Magneto-Thermal Thin Shell Approximation for 3D Finite Element Analysis of No-Insulation Coils</h2>
|
||||||
|
<ul>
|
||||||
|
<li>Sept. 2021</li>
|
||||||
|
<li>J. Doe, <strong>H. Tom</strong>, S. Doe, A. Andsurname</li>
|
||||||
|
</ul>
|
||||||
<h2>Magneto-Thermal Thin Shell Approximation for 3D Finite Element Analysis of No-Insulation Coils (<a href="https://doi.org/10.1109/TASC.2023.3340648">10.1109/TASC.2023.3340648</a>)</h2>
|
<h2>Magneto-Thermal Thin Shell Approximation for 3D Finite Element Analysis of No-Insulation Coils (<a href="https://doi.org/10.1109/TASC.2023.3340648">10.1109/TASC.2023.3340648</a>)</h2>
|
||||||
<ul>
|
<ul>
|
||||||
<li>Dec. 2021</li>
|
<li>Sept. 2021</li>
|
||||||
<li>J. Doe, <strong><em>H. Tom</em></strong>, S. Doe, A. Andsurname</li>
|
<li>J. Doe, <strong>H. Tom</strong>, S. Doe, A. Andsurname</li>
|
||||||
<li>IEEE Transactions on Applied Superconductivity </li>
|
|
||||||
</ul>
|
</ul>
|
||||||
<h2>Magneto-Thermal Thin Shell Approximation for 3D Finite Element Analysis of No-Insulation Coils</h2>
|
<h2>Magneto-Thermal Thin Shell Approximation for 3D Finite Element Analysis of No-Insulation Coils</h2>
|
||||||
<ul>
|
<ul>
|
||||||
<li>Dec. 2021</li>
|
<li>Sept. 2021</li>
|
||||||
<li>J. Doe, <strong><em>H. Tom</em></strong>, S. Doe, A. Andsurname</li>
|
<li>J. Doe, <strong>H. Tom</strong>, S. Doe, A. Andsurname</li>
|
||||||
<li>IEEE Transactions on Applied Superconductivity </li>
|
<li>IEEE Transactions on Applied Superconductivity </li>
|
||||||
</ul>
|
</ul>
|
||||||
<h1>Section3</h1>
|
<h2>Magneto-Thermal Thin Shell Approximation for 3D Finite Element Analysis of No-Insulation Coils (<a href="https://doi.org/10.1109/TASC.2023.3340648">10.1109/TASC.2023.3340648</a>)</h2>
|
||||||
|
<ul>
|
||||||
|
<li>Sept. 2021</li>
|
||||||
|
<li>J. Doe, <strong>H. Tom</strong>, S. Doe, A. Andsurname</li>
|
||||||
|
<li>IEEE Transactions on Applied Superconductivity </li>
|
||||||
|
</ul>
|
||||||
|
<h1>Experience Entries</h1>
|
||||||
|
<h2>Some Company, Software Engineer</h2>
|
||||||
<h2>Some Company, Software Engineer</h2>
|
<h2>Some Company, Software Engineer</h2>
|
||||||
<ul>
|
<ul>
|
||||||
<li>July 2020 to Aug. 2021 </li>
|
<li>Sept. 2015 to present </li>
|
||||||
<li>TX, USA </li>
|
|
||||||
<li>Developed an <a href="https://example.com">IOS application</a> that has received more than <strong>100,000 downloads</strong>.</li>
|
|
||||||
<li>Managed a team of <strong>5</strong> engineers.</li>
|
|
||||||
</ul>
|
</ul>
|
||||||
<h2>Some Company, Software Engineer</h2>
|
<h2>Some Company, Software Engineer</h2>
|
||||||
<ul>
|
<ul>
|
||||||
<li>July 2020 to Aug. 2021 </li>
|
<li>Jan. 2024 </li>
|
||||||
<li>TX, USA </li>
|
|
||||||
<li>Developed an <a href="https://example.com">IOS application</a> that has received more than <strong>100,000 downloads</strong>.</li>
|
|
||||||
<li>Managed a team of <strong>5</strong> engineers.</li>
|
|
||||||
</ul>
|
</ul>
|
||||||
<h1>Section4</h1>
|
<h2>Some Company, Software Engineer</h2>
|
||||||
<h2>Boğaziçi University, BS in Mechanical Engineering</h2>
|
<ul>
|
||||||
|
<li>Sept. 2021 </li>
|
||||||
|
</ul>
|
||||||
|
<h2>Some Company, Software Engineer</h2>
|
||||||
|
<ul>
|
||||||
|
<li>Did this.</li>
|
||||||
|
<li>Did that.</li>
|
||||||
|
</ul>
|
||||||
|
<h2>Some Company, Software Engineer</h2>
|
||||||
<ul>
|
<ul>
|
||||||
<li>Sept. 2015 to June 2020 </li>
|
|
||||||
<li>Istanbul, Turkey </li>
|
<li>Istanbul, Turkey </li>
|
||||||
<li>GPA: 3.24/4.00 (<a href="https://example.com">Transcript</a>)</li>
|
</ul>
|
||||||
<li>Awards: Dean's Honor List, Sportsperson of the Year</li>
|
<h2>Some Company, Software Engineer</h2>
|
||||||
|
<ul>
|
||||||
|
<li>Sept. 2015 to present </li>
|
||||||
|
</ul>
|
||||||
|
<h2>Some Company, Software Engineer</h2>
|
||||||
|
<ul>
|
||||||
|
<li>Sept. 2021 </li>
|
||||||
|
</ul>
|
||||||
|
<h2>Some Company, Software Engineer</h2>
|
||||||
|
<ul>
|
||||||
|
<li>
|
||||||
|
<p>Sept. 2015 to present </p>
|
||||||
|
</li>
|
||||||
|
<li>
|
||||||
|
<p>Did this.</p>
|
||||||
|
</li>
|
||||||
|
<li>Did that.</li>
|
||||||
|
</ul>
|
||||||
|
<h2>Some Company, Software Engineer</h2>
|
||||||
|
<ul>
|
||||||
|
<li>Sept. 2015 to present </li>
|
||||||
|
<li>Istanbul, Turkey </li>
|
||||||
|
</ul>
|
||||||
|
<h2>Some Company, Software Engineer</h2>
|
||||||
|
<ul>
|
||||||
|
<li>Sept. 2021 </li>
|
||||||
|
</ul>
|
||||||
|
<h2>Some Company, Software Engineer</h2>
|
||||||
|
<ul>
|
||||||
|
<li>
|
||||||
|
<p>Jan. 2024 </p>
|
||||||
|
</li>
|
||||||
|
<li>
|
||||||
|
<p>Did this.</p>
|
||||||
|
</li>
|
||||||
|
<li>Did that.</li>
|
||||||
|
</ul>
|
||||||
|
<h2>Some Company, Software Engineer</h2>
|
||||||
|
<ul>
|
||||||
|
<li>Jan. 2024 </li>
|
||||||
|
<li>Istanbul, Turkey </li>
|
||||||
|
</ul>
|
||||||
|
<h2>Some Company, Software Engineer</h2>
|
||||||
|
<ul>
|
||||||
|
<li>
|
||||||
|
<p>Sept. 2021 </p>
|
||||||
|
</li>
|
||||||
|
<li>
|
||||||
|
<p>Did this.</p>
|
||||||
|
</li>
|
||||||
|
<li>Did that.</li>
|
||||||
|
</ul>
|
||||||
|
<h2>Some Company, Software Engineer</h2>
|
||||||
|
<ul>
|
||||||
|
<li>Sept. 2021 </li>
|
||||||
|
<li>Istanbul, Turkey </li>
|
||||||
|
</ul>
|
||||||
|
<h2>Some Company, Software Engineer</h2>
|
||||||
|
<ul>
|
||||||
|
<li>Istanbul, Turkey </li>
|
||||||
|
<li>Did this.</li>
|
||||||
|
<li>Did that.</li>
|
||||||
|
</ul>
|
||||||
|
<h2>Some Company, Software Engineer</h2>
|
||||||
|
<ul>
|
||||||
|
<li>Sept. 2021 </li>
|
||||||
|
</ul>
|
||||||
|
<h2>Some Company, Software Engineer</h2>
|
||||||
|
<ul>
|
||||||
|
<li>
|
||||||
|
<p>Sept. 2015 to present </p>
|
||||||
|
</li>
|
||||||
|
<li>
|
||||||
|
<p>Did this.</p>
|
||||||
|
</li>
|
||||||
|
<li>Did that.</li>
|
||||||
|
</ul>
|
||||||
|
<h2>Some Company, Software Engineer</h2>
|
||||||
|
<ul>
|
||||||
|
<li>Sept. 2015 to present </li>
|
||||||
|
<li>Istanbul, Turkey </li>
|
||||||
|
</ul>
|
||||||
|
<h2>Some Company, Software Engineer</h2>
|
||||||
|
<ul>
|
||||||
|
<li>
|
||||||
|
<p>Sept. 2021 </p>
|
||||||
|
</li>
|
||||||
|
<li>
|
||||||
|
<p>Did this.</p>
|
||||||
|
</li>
|
||||||
|
<li>Did that.</li>
|
||||||
|
</ul>
|
||||||
|
<h2>Some Company, Software Engineer</h2>
|
||||||
|
<ul>
|
||||||
|
<li>Sept. 2021 </li>
|
||||||
|
<li>Istanbul, Turkey </li>
|
||||||
|
</ul>
|
||||||
|
<h2>Some Company, Software Engineer</h2>
|
||||||
|
<ul>
|
||||||
|
<li>Sept. 2015 to present </li>
|
||||||
|
<li>Istanbul, Turkey </li>
|
||||||
|
<li>Did this.</li>
|
||||||
|
<li>Did that.</li>
|
||||||
|
</ul>
|
||||||
|
<h2>Some Company, Software Engineer</h2>
|
||||||
|
<ul>
|
||||||
|
<li>
|
||||||
|
<p>Sept. 2021 </p>
|
||||||
|
</li>
|
||||||
|
<li>
|
||||||
|
<p>Did this.</p>
|
||||||
|
</li>
|
||||||
|
<li>Did that.</li>
|
||||||
|
</ul>
|
||||||
|
<h2>Some Company, Software Engineer</h2>
|
||||||
|
<ul>
|
||||||
|
<li>Sept. 2021 </li>
|
||||||
|
<li>Istanbul, Turkey </li>
|
||||||
|
</ul>
|
||||||
|
<h2>Some Company, Software Engineer</h2>
|
||||||
|
<ul>
|
||||||
|
<li>Jan. 2024 </li>
|
||||||
|
<li>Istanbul, Turkey </li>
|
||||||
|
<li>Did this.</li>
|
||||||
|
<li>Did that.</li>
|
||||||
|
</ul>
|
||||||
|
<h2>Some Company, Software Engineer</h2>
|
||||||
|
<ul>
|
||||||
|
<li>Sept. 2021 </li>
|
||||||
|
<li>Istanbul, Turkey </li>
|
||||||
|
<li>Did this.</li>
|
||||||
|
<li>Did that.</li>
|
||||||
|
</ul>
|
||||||
|
<h2>Some Company, Software Engineer</h2>
|
||||||
|
<ul>
|
||||||
|
<li>
|
||||||
|
<p>Sept. 2021 </p>
|
||||||
|
</li>
|
||||||
|
<li>
|
||||||
|
<p>Did this.</p>
|
||||||
|
</li>
|
||||||
|
<li>Did that.</li>
|
||||||
|
</ul>
|
||||||
|
<h2>Some Company, Software Engineer</h2>
|
||||||
|
<ul>
|
||||||
|
<li>Sept. 2021 </li>
|
||||||
|
<li>Istanbul, Turkey </li>
|
||||||
|
</ul>
|
||||||
|
<h2>Some Company, Software Engineer</h2>
|
||||||
|
<ul>
|
||||||
|
<li>Sept. 2015 to present </li>
|
||||||
|
<li>Istanbul, Turkey </li>
|
||||||
|
<li>Did this.</li>
|
||||||
|
<li>Did that.</li>
|
||||||
|
</ul>
|
||||||
|
<h2>Some Company, Software Engineer</h2>
|
||||||
|
<ul>
|
||||||
|
<li>Sept. 2021 </li>
|
||||||
|
<li>Istanbul, Turkey </li>
|
||||||
|
<li>Did this.</li>
|
||||||
|
<li>Did that.</li>
|
||||||
|
</ul>
|
||||||
|
<h2>Some Company, Software Engineer</h2>
|
||||||
|
<ul>
|
||||||
|
<li>Sept. 2021 </li>
|
||||||
|
<li>Istanbul, Turkey </li>
|
||||||
|
<li>Did this.</li>
|
||||||
|
<li>Did that.</li>
|
||||||
|
</ul>
|
||||||
|
<h2>Some Company, Software Engineer</h2>
|
||||||
|
<ul>
|
||||||
|
<li>Sept. 2021 </li>
|
||||||
|
<li>Istanbul, Turkey </li>
|
||||||
|
<li>Did this.</li>
|
||||||
|
<li>Did that.</li>
|
||||||
|
</ul>
|
||||||
|
<h1>Education Entries</h1>
|
||||||
|
<h2>Boğaziçi University, Mechanical Engineering</h2>
|
||||||
|
<h2>Boğaziçi University, Mechanical Engineering</h2>
|
||||||
|
<ul>
|
||||||
|
<li>Sept. 2015 to present </li>
|
||||||
|
</ul>
|
||||||
|
<h2>Boğaziçi University, Mechanical Engineering</h2>
|
||||||
|
<ul>
|
||||||
|
<li>Jan. 2024 </li>
|
||||||
|
</ul>
|
||||||
|
<h2>Boğaziçi University, Mechanical Engineering</h2>
|
||||||
|
<ul>
|
||||||
|
<li>Sept. 2021 </li>
|
||||||
|
</ul>
|
||||||
|
<h2>Boğaziçi University, Mechanical Engineering</h2>
|
||||||
|
<ul>
|
||||||
|
<li>Did this.</li>
|
||||||
|
<li>Did that.</li>
|
||||||
|
</ul>
|
||||||
|
<h2>Boğaziçi University, Mechanical Engineering</h2>
|
||||||
|
<ul>
|
||||||
|
<li>Istanbul, Turkey </li>
|
||||||
|
</ul>
|
||||||
|
<h2>Boğaziçi University, BS in Mechanical Engineering</h2>
|
||||||
|
<h2>Boğaziçi University, Mechanical Engineering</h2>
|
||||||
|
<ul>
|
||||||
|
<li>Sept. 2015 to present </li>
|
||||||
|
</ul>
|
||||||
|
<h2>Boğaziçi University, Mechanical Engineering</h2>
|
||||||
|
<ul>
|
||||||
|
<li>Sept. 2021 </li>
|
||||||
|
</ul>
|
||||||
|
<h2>Boğaziçi University, Mechanical Engineering</h2>
|
||||||
|
<ul>
|
||||||
|
<li>
|
||||||
|
<p>Sept. 2015 to present </p>
|
||||||
|
</li>
|
||||||
|
<li>
|
||||||
|
<p>Did this.</p>
|
||||||
|
</li>
|
||||||
|
<li>Did that.</li>
|
||||||
|
</ul>
|
||||||
|
<h2>Boğaziçi University, Mechanical Engineering</h2>
|
||||||
|
<ul>
|
||||||
|
<li>Sept. 2015 to present </li>
|
||||||
|
<li>Istanbul, Turkey </li>
|
||||||
</ul>
|
</ul>
|
||||||
<h2>Boğaziçi University, BS in Mechanical Engineering</h2>
|
<h2>Boğaziçi University, BS in Mechanical Engineering</h2>
|
||||||
<ul>
|
<ul>
|
||||||
<li>Sept. 2015 to June 2020 </li>
|
<li>Sept. 2015 to present </li>
|
||||||
|
</ul>
|
||||||
|
<h2>Boğaziçi University, Mechanical Engineering</h2>
|
||||||
|
<ul>
|
||||||
|
<li>Sept. 2021 </li>
|
||||||
|
</ul>
|
||||||
|
<h2>Boğaziçi University, Mechanical Engineering</h2>
|
||||||
|
<ul>
|
||||||
|
<li>
|
||||||
|
<p>Jan. 2024 </p>
|
||||||
|
</li>
|
||||||
|
<li>
|
||||||
|
<p>Did this.</p>
|
||||||
|
</li>
|
||||||
|
<li>Did that.</li>
|
||||||
|
</ul>
|
||||||
|
<h2>Boğaziçi University, Mechanical Engineering</h2>
|
||||||
|
<ul>
|
||||||
|
<li>Jan. 2024 </li>
|
||||||
<li>Istanbul, Turkey </li>
|
<li>Istanbul, Turkey </li>
|
||||||
<li>GPA: 3.24/4.00 (<a href="https://example.com">Transcript</a>)</li>
|
|
||||||
<li>Awards: Dean's Honor List, Sportsperson of the Year</li>
|
|
||||||
</ul>
|
</ul>
|
||||||
<h1>Section5</h1>
|
<h2>Boğaziçi University, BS in Mechanical Engineering</h2>
|
||||||
<h2>Some Project</h2>
|
|
||||||
<ul>
|
<ul>
|
||||||
<li>Sept. 2021 - Remote - Developed a web application with <strong>React</strong> and <strong>Django</strong>.</li>
|
<li>Jan. 2024 </li>
|
||||||
<li>Implemented a <strong>RESTful API</strong></li>
|
|
||||||
</ul>
|
</ul>
|
||||||
<h2>Some Project</h2>
|
<h2>Boğaziçi University, Mechanical Engineering</h2>
|
||||||
<ul>
|
<ul>
|
||||||
<li>Sept. 2021 - Remote - Developed a web application with <strong>React</strong> and <strong>Django</strong>.</li>
|
<li>
|
||||||
<li>Implemented a <strong>RESTful API</strong></li>
|
<p>Sept. 2021 </p>
|
||||||
|
</li>
|
||||||
|
<li>
|
||||||
|
<p>Did this.</p>
|
||||||
|
</li>
|
||||||
|
<li>Did that.</li>
|
||||||
</ul>
|
</ul>
|
||||||
<h1>Section6</h1>
|
<h2>Boğaziçi University, Mechanical Engineering</h2>
|
||||||
|
<ul>
|
||||||
|
<li>Sept. 2021 </li>
|
||||||
|
<li>Istanbul, Turkey </li>
|
||||||
|
</ul>
|
||||||
|
<h2>Boğaziçi University, BS in Mechanical Engineering</h2>
|
||||||
|
<ul>
|
||||||
|
<li>Sept. 2021 </li>
|
||||||
|
</ul>
|
||||||
|
<h2>Boğaziçi University, Mechanical Engineering</h2>
|
||||||
|
<ul>
|
||||||
|
<li>Istanbul, Turkey </li>
|
||||||
|
<li>Did this.</li>
|
||||||
|
<li>Did that.</li>
|
||||||
|
</ul>
|
||||||
|
<h2>Boğaziçi University, BS in Mechanical Engineering</h2>
|
||||||
|
<ul>
|
||||||
|
<li>Did this.</li>
|
||||||
|
<li>Did that.</li>
|
||||||
|
</ul>
|
||||||
|
<h2>Boğaziçi University, BS in Mechanical Engineering</h2>
|
||||||
|
<ul>
|
||||||
|
<li>Istanbul, Turkey </li>
|
||||||
|
</ul>
|
||||||
|
<h2>Boğaziçi University, Mechanical Engineering</h2>
|
||||||
|
<ul>
|
||||||
|
<li>Sept. 2021 </li>
|
||||||
|
</ul>
|
||||||
|
<h2>Boğaziçi University, Mechanical Engineering</h2>
|
||||||
|
<ul>
|
||||||
|
<li>
|
||||||
|
<p>Sept. 2015 to present </p>
|
||||||
|
</li>
|
||||||
|
<li>
|
||||||
|
<p>Did this.</p>
|
||||||
|
</li>
|
||||||
|
<li>Did that.</li>
|
||||||
|
</ul>
|
||||||
|
<h2>Boğaziçi University, Mechanical Engineering</h2>
|
||||||
|
<ul>
|
||||||
|
<li>Sept. 2015 to present </li>
|
||||||
|
<li>Istanbul, Turkey </li>
|
||||||
|
</ul>
|
||||||
|
<h2>Boğaziçi University, BS in Mechanical Engineering</h2>
|
||||||
|
<ul>
|
||||||
|
<li>Sept. 2015 to present </li>
|
||||||
|
</ul>
|
||||||
|
<h2>Boğaziçi University, Mechanical Engineering</h2>
|
||||||
|
<ul>
|
||||||
|
<li>
|
||||||
|
<p>Sept. 2021 </p>
|
||||||
|
</li>
|
||||||
|
<li>
|
||||||
|
<p>Did this.</p>
|
||||||
|
</li>
|
||||||
|
<li>Did that.</li>
|
||||||
|
</ul>
|
||||||
|
<h2>Boğaziçi University, Mechanical Engineering</h2>
|
||||||
|
<ul>
|
||||||
|
<li>Sept. 2021 </li>
|
||||||
|
<li>Istanbul, Turkey </li>
|
||||||
|
</ul>
|
||||||
|
<h2>Boğaziçi University, BS in Mechanical Engineering</h2>
|
||||||
|
<ul>
|
||||||
|
<li>Sept. 2021 </li>
|
||||||
|
</ul>
|
||||||
|
<h2>Boğaziçi University, Mechanical Engineering</h2>
|
||||||
|
<ul>
|
||||||
|
<li>Sept. 2015 to present </li>
|
||||||
|
<li>Istanbul, Turkey </li>
|
||||||
|
<li>Did this.</li>
|
||||||
|
<li>Did that.</li>
|
||||||
|
</ul>
|
||||||
|
<h2>Boğaziçi University, BS in Mechanical Engineering</h2>
|
||||||
|
<ul>
|
||||||
|
<li>
|
||||||
|
<p>Sept. 2015 to present </p>
|
||||||
|
</li>
|
||||||
|
<li>
|
||||||
|
<p>Did this.</p>
|
||||||
|
</li>
|
||||||
|
<li>Did that.</li>
|
||||||
|
</ul>
|
||||||
|
<h2>Boğaziçi University, BS in Mechanical Engineering</h2>
|
||||||
|
<ul>
|
||||||
|
<li>Sept. 2015 to present </li>
|
||||||
|
<li>Istanbul, Turkey </li>
|
||||||
|
</ul>
|
||||||
|
<h2>Boğaziçi University, Mechanical Engineering</h2>
|
||||||
|
<ul>
|
||||||
|
<li>
|
||||||
|
<p>Sept. 2021 </p>
|
||||||
|
</li>
|
||||||
|
<li>
|
||||||
|
<p>Did this.</p>
|
||||||
|
</li>
|
||||||
|
<li>Did that.</li>
|
||||||
|
</ul>
|
||||||
|
<h2>Boğaziçi University, Mechanical Engineering</h2>
|
||||||
|
<ul>
|
||||||
|
<li>Sept. 2021 </li>
|
||||||
|
<li>Istanbul, Turkey </li>
|
||||||
|
</ul>
|
||||||
|
<h2>Boğaziçi University, BS in Mechanical Engineering</h2>
|
||||||
|
<ul>
|
||||||
|
<li>Sept. 2021 </li>
|
||||||
|
</ul>
|
||||||
|
<h2>Boğaziçi University, Mechanical Engineering</h2>
|
||||||
|
<ul>
|
||||||
|
<li>Jan. 2024 </li>
|
||||||
|
<li>Istanbul, Turkey </li>
|
||||||
|
<li>Did this.</li>
|
||||||
|
<li>Did that.</li>
|
||||||
|
</ul>
|
||||||
|
<h2>Boğaziçi University, BS in Mechanical Engineering</h2>
|
||||||
|
<ul>
|
||||||
|
<li>
|
||||||
|
<p>Jan. 2024 </p>
|
||||||
|
</li>
|
||||||
|
<li>
|
||||||
|
<p>Did this.</p>
|
||||||
|
</li>
|
||||||
|
<li>Did that.</li>
|
||||||
|
</ul>
|
||||||
|
<h2>Boğaziçi University, BS in Mechanical Engineering</h2>
|
||||||
|
<ul>
|
||||||
|
<li>Jan. 2024 </li>
|
||||||
|
<li>Istanbul, Turkey </li>
|
||||||
|
</ul>
|
||||||
|
<h2>Boğaziçi University, Mechanical Engineering</h2>
|
||||||
|
<ul>
|
||||||
|
<li>Sept. 2021 </li>
|
||||||
|
<li>Istanbul, Turkey </li>
|
||||||
|
<li>Did this.</li>
|
||||||
|
<li>Did that.</li>
|
||||||
|
</ul>
|
||||||
|
<h2>Boğaziçi University, BS in Mechanical Engineering</h2>
|
||||||
|
<ul>
|
||||||
|
<li>
|
||||||
|
<p>Sept. 2021 </p>
|
||||||
|
</li>
|
||||||
|
<li>
|
||||||
|
<p>Did this.</p>
|
||||||
|
</li>
|
||||||
|
<li>Did that.</li>
|
||||||
|
</ul>
|
||||||
|
<h2>Boğaziçi University, BS in Mechanical Engineering</h2>
|
||||||
|
<ul>
|
||||||
|
<li>Sept. 2021 </li>
|
||||||
|
<li>Istanbul, Turkey </li>
|
||||||
|
</ul>
|
||||||
|
<h2>Boğaziçi University, BS in Mechanical Engineering</h2>
|
||||||
|
<ul>
|
||||||
|
<li>Istanbul, Turkey </li>
|
||||||
|
<li>Did this.</li>
|
||||||
|
<li>Did that.</li>
|
||||||
|
</ul>
|
||||||
|
<h2>Boğaziçi University, Mechanical Engineering</h2>
|
||||||
|
<ul>
|
||||||
|
<li>
|
||||||
|
<p>Sept. 2021 </p>
|
||||||
|
</li>
|
||||||
|
<li>
|
||||||
|
<p>Did this.</p>
|
||||||
|
</li>
|
||||||
|
<li>Did that.</li>
|
||||||
|
</ul>
|
||||||
|
<h2>Boğaziçi University, Mechanical Engineering</h2>
|
||||||
|
<ul>
|
||||||
|
<li>Sept. 2021 </li>
|
||||||
|
<li>Istanbul, Turkey </li>
|
||||||
|
</ul>
|
||||||
|
<h2>Boğaziçi University, BS in Mechanical Engineering</h2>
|
||||||
|
<ul>
|
||||||
|
<li>Sept. 2021 </li>
|
||||||
|
</ul>
|
||||||
|
<h2>Boğaziçi University, Mechanical Engineering</h2>
|
||||||
|
<ul>
|
||||||
|
<li>Sept. 2015 to present </li>
|
||||||
|
<li>Istanbul, Turkey </li>
|
||||||
|
<li>Did this.</li>
|
||||||
|
<li>Did that.</li>
|
||||||
|
</ul>
|
||||||
|
<h2>Boğaziçi University, BS in Mechanical Engineering</h2>
|
||||||
|
<ul>
|
||||||
|
<li>
|
||||||
|
<p>Sept. 2015 to present </p>
|
||||||
|
</li>
|
||||||
|
<li>
|
||||||
|
<p>Did this.</p>
|
||||||
|
</li>
|
||||||
|
<li>Did that.</li>
|
||||||
|
</ul>
|
||||||
|
<h2>Boğaziçi University, BS in Mechanical Engineering</h2>
|
||||||
|
<ul>
|
||||||
|
<li>Sept. 2015 to present </li>
|
||||||
|
<li>Istanbul, Turkey </li>
|
||||||
|
</ul>
|
||||||
|
<h2>Boğaziçi University, Mechanical Engineering</h2>
|
||||||
|
<ul>
|
||||||
|
<li>Sept. 2021 </li>
|
||||||
|
<li>Istanbul, Turkey </li>
|
||||||
|
<li>Did this.</li>
|
||||||
|
<li>Did that.</li>
|
||||||
|
</ul>
|
||||||
|
<h2>Boğaziçi University, BS in Mechanical Engineering</h2>
|
||||||
|
<ul>
|
||||||
|
<li>
|
||||||
|
<p>Sept. 2021 </p>
|
||||||
|
</li>
|
||||||
|
<li>
|
||||||
|
<p>Did this.</p>
|
||||||
|
</li>
|
||||||
|
<li>Did that.</li>
|
||||||
|
</ul>
|
||||||
|
<h2>Boğaziçi University, BS in Mechanical Engineering</h2>
|
||||||
|
<ul>
|
||||||
|
<li>Sept. 2021 </li>
|
||||||
|
<li>Istanbul, Turkey </li>
|
||||||
|
</ul>
|
||||||
|
<h2>Boğaziçi University, BS in Mechanical Engineering</h2>
|
||||||
|
<ul>
|
||||||
|
<li>Sept. 2015 to present </li>
|
||||||
|
<li>Istanbul, Turkey </li>
|
||||||
|
<li>Did this.</li>
|
||||||
|
<li>Did that.</li>
|
||||||
|
</ul>
|
||||||
|
<h2>Boğaziçi University, Mechanical Engineering</h2>
|
||||||
|
<ul>
|
||||||
|
<li>Sept. 2021 </li>
|
||||||
|
<li>Istanbul, Turkey </li>
|
||||||
|
<li>Did this.</li>
|
||||||
|
<li>Did that.</li>
|
||||||
|
</ul>
|
||||||
|
<h2>Boğaziçi University, BS in Mechanical Engineering</h2>
|
||||||
|
<ul>
|
||||||
|
<li>
|
||||||
|
<p>Sept. 2021 </p>
|
||||||
|
</li>
|
||||||
|
<li>
|
||||||
|
<p>Did this.</p>
|
||||||
|
</li>
|
||||||
|
<li>Did that.</li>
|
||||||
|
</ul>
|
||||||
|
<h2>Boğaziçi University, BS in Mechanical Engineering</h2>
|
||||||
|
<ul>
|
||||||
|
<li>Sept. 2021 </li>
|
||||||
|
<li>Istanbul, Turkey </li>
|
||||||
|
</ul>
|
||||||
|
<h2>Boğaziçi University, BS in Mechanical Engineering</h2>
|
||||||
|
<ul>
|
||||||
|
<li>Jan. 2024 </li>
|
||||||
|
<li>Istanbul, Turkey </li>
|
||||||
|
<li>Did this.</li>
|
||||||
|
<li>Did that.</li>
|
||||||
|
</ul>
|
||||||
|
<h2>Boğaziçi University, BS in Mechanical Engineering</h2>
|
||||||
|
<ul>
|
||||||
|
<li>Sept. 2021 </li>
|
||||||
|
<li>Istanbul, Turkey </li>
|
||||||
|
<li>Did this.</li>
|
||||||
|
<li>Did that.</li>
|
||||||
|
</ul>
|
||||||
|
<h2>Boğaziçi University, Mechanical Engineering</h2>
|
||||||
|
<ul>
|
||||||
|
<li>Sept. 2021 </li>
|
||||||
|
<li>Istanbul, Turkey </li>
|
||||||
|
<li>Did this.</li>
|
||||||
|
<li>Did that.</li>
|
||||||
|
</ul>
|
||||||
|
<h2>Boğaziçi University, BS in Mechanical Engineering</h2>
|
||||||
|
<ul>
|
||||||
|
<li>
|
||||||
|
<p>Sept. 2021 </p>
|
||||||
|
</li>
|
||||||
|
<li>
|
||||||
|
<p>Did this.</p>
|
||||||
|
</li>
|
||||||
|
<li>Did that.</li>
|
||||||
|
</ul>
|
||||||
|
<h2>Boğaziçi University, BS in Mechanical Engineering</h2>
|
||||||
|
<ul>
|
||||||
|
<li>Sept. 2021 </li>
|
||||||
|
<li>Istanbul, Turkey </li>
|
||||||
|
</ul>
|
||||||
|
<h2>Boğaziçi University, BS in Mechanical Engineering</h2>
|
||||||
|
<ul>
|
||||||
|
<li>Sept. 2015 to present </li>
|
||||||
|
<li>Istanbul, Turkey </li>
|
||||||
|
<li>Did this.</li>
|
||||||
|
<li>Did that.</li>
|
||||||
|
</ul>
|
||||||
|
<h2>Boğaziçi University, BS in Mechanical Engineering</h2>
|
||||||
|
<ul>
|
||||||
|
<li>Sept. 2021 </li>
|
||||||
|
<li>Istanbul, Turkey </li>
|
||||||
|
<li>Did this.</li>
|
||||||
|
<li>Did that.</li>
|
||||||
|
</ul>
|
||||||
|
<h2>Boğaziçi University, BS in Mechanical Engineering</h2>
|
||||||
|
<ul>
|
||||||
|
<li>Sept. 2021 </li>
|
||||||
|
<li>Istanbul, Turkey </li>
|
||||||
|
<li>Did this.</li>
|
||||||
|
<li>Did that.</li>
|
||||||
|
</ul>
|
||||||
|
<h2>Boğaziçi University, BS in Mechanical Engineering</h2>
|
||||||
|
<ul>
|
||||||
|
<li>Sept. 2021 </li>
|
||||||
|
<li>Istanbul, Turkey </li>
|
||||||
|
<li>Did this.</li>
|
||||||
|
<li>Did that.</li>
|
||||||
|
</ul>
|
||||||
|
<h1>Normal Entries</h1>
|
||||||
|
<h2>My Project</h2>
|
||||||
|
<h2>My Project</h2>
|
||||||
|
<ul>
|
||||||
|
<li>Sept. 2015 to present </li>
|
||||||
|
</ul>
|
||||||
|
<h2>My Project</h2>
|
||||||
|
<ul>
|
||||||
|
<li>Jan. 2024 </li>
|
||||||
|
</ul>
|
||||||
|
<h2>My Project</h2>
|
||||||
|
<ul>
|
||||||
|
<li>Sept. 2021 </li>
|
||||||
|
</ul>
|
||||||
|
<h2>My Project</h2>
|
||||||
|
<ul>
|
||||||
|
<li>Did this.</li>
|
||||||
|
<li>Did that.</li>
|
||||||
|
</ul>
|
||||||
|
<h2>My Project</h2>
|
||||||
|
<ul>
|
||||||
|
<li>Istanbul, Turkey </li>
|
||||||
|
</ul>
|
||||||
|
<h2>My Project</h2>
|
||||||
|
<ul>
|
||||||
|
<li>Sept. 2015 to present </li>
|
||||||
|
</ul>
|
||||||
|
<h2>My Project</h2>
|
||||||
|
<ul>
|
||||||
|
<li>Sept. 2021 </li>
|
||||||
|
</ul>
|
||||||
|
<h2>My Project</h2>
|
||||||
|
<ul>
|
||||||
|
<li>Sept. 2015 to present - Did this.</li>
|
||||||
|
<li>Did that.</li>
|
||||||
|
</ul>
|
||||||
|
<h2>My Project</h2>
|
||||||
|
<ul>
|
||||||
|
<li>Sept. 2015 to present - Istanbul, Turkey </li>
|
||||||
|
</ul>
|
||||||
|
<h2>My Project</h2>
|
||||||
|
<ul>
|
||||||
|
<li>Sept. 2021 </li>
|
||||||
|
</ul>
|
||||||
|
<h2>My Project</h2>
|
||||||
|
<ul>
|
||||||
|
<li>Jan. 2024 - Did this.</li>
|
||||||
|
<li>Did that.</li>
|
||||||
|
</ul>
|
||||||
|
<h2>My Project</h2>
|
||||||
|
<ul>
|
||||||
|
<li>Jan. 2024 - Istanbul, Turkey </li>
|
||||||
|
</ul>
|
||||||
|
<h2>My Project</h2>
|
||||||
|
<ul>
|
||||||
|
<li>Sept. 2021 - Did this.</li>
|
||||||
|
<li>Did that.</li>
|
||||||
|
</ul>
|
||||||
|
<h2>My Project</h2>
|
||||||
|
<ul>
|
||||||
|
<li>Sept. 2021 - Istanbul, Turkey </li>
|
||||||
|
</ul>
|
||||||
|
<h2>My Project</h2>
|
||||||
|
<ul>
|
||||||
|
<li>Istanbul, Turkey - Did this.</li>
|
||||||
|
<li>Did that.</li>
|
||||||
|
</ul>
|
||||||
|
<h2>My Project</h2>
|
||||||
|
<ul>
|
||||||
|
<li>Sept. 2021 </li>
|
||||||
|
</ul>
|
||||||
|
<h2>My Project</h2>
|
||||||
|
<ul>
|
||||||
|
<li>Sept. 2015 to present - Did this.</li>
|
||||||
|
<li>Did that.</li>
|
||||||
|
</ul>
|
||||||
|
<h2>My Project</h2>
|
||||||
|
<ul>
|
||||||
|
<li>Sept. 2015 to present - Istanbul, Turkey </li>
|
||||||
|
</ul>
|
||||||
|
<h2>My Project</h2>
|
||||||
|
<ul>
|
||||||
|
<li>Sept. 2021 - Did this.</li>
|
||||||
|
<li>Did that.</li>
|
||||||
|
</ul>
|
||||||
|
<h2>My Project</h2>
|
||||||
|
<ul>
|
||||||
|
<li>Sept. 2021 - Istanbul, Turkey </li>
|
||||||
|
</ul>
|
||||||
|
<h2>My Project</h2>
|
||||||
|
<ul>
|
||||||
|
<li>Sept. 2015 to present - Istanbul, Turkey - Did this.</li>
|
||||||
|
<li>Did that.</li>
|
||||||
|
</ul>
|
||||||
|
<h2>My Project</h2>
|
||||||
|
<ul>
|
||||||
|
<li>Sept. 2021 - Did this.</li>
|
||||||
|
<li>Did that.</li>
|
||||||
|
</ul>
|
||||||
|
<h2>My Project</h2>
|
||||||
|
<ul>
|
||||||
|
<li>Sept. 2021 - Istanbul, Turkey </li>
|
||||||
|
</ul>
|
||||||
|
<h2>My Project</h2>
|
||||||
|
<ul>
|
||||||
|
<li>Jan. 2024 - Istanbul, Turkey - Did this.</li>
|
||||||
|
<li>Did that.</li>
|
||||||
|
</ul>
|
||||||
|
<h2>My Project</h2>
|
||||||
|
<ul>
|
||||||
|
<li>Sept. 2021 - Istanbul, Turkey - Did this.</li>
|
||||||
|
<li>Did that.</li>
|
||||||
|
</ul>
|
||||||
|
<h2>My Project</h2>
|
||||||
|
<ul>
|
||||||
|
<li>Sept. 2021 - Did this.</li>
|
||||||
|
<li>Did that.</li>
|
||||||
|
</ul>
|
||||||
|
<h2>My Project</h2>
|
||||||
|
<ul>
|
||||||
|
<li>Sept. 2021 - Istanbul, Turkey </li>
|
||||||
|
</ul>
|
||||||
|
<h2>My Project</h2>
|
||||||
|
<ul>
|
||||||
|
<li>Sept. 2015 to present - Istanbul, Turkey - Did this.</li>
|
||||||
|
<li>Did that.</li>
|
||||||
|
</ul>
|
||||||
|
<h2>My Project</h2>
|
||||||
|
<ul>
|
||||||
|
<li>Sept. 2021 - Istanbul, Turkey - Did this.</li>
|
||||||
|
<li>Did that.</li>
|
||||||
|
</ul>
|
||||||
|
<h2>My Project</h2>
|
||||||
|
<ul>
|
||||||
|
<li>Sept. 2021 - Istanbul, Turkey - Did this.</li>
|
||||||
|
<li>Did that.</li>
|
||||||
|
</ul>
|
||||||
|
<h2>My Project</h2>
|
||||||
|
<ul>
|
||||||
|
<li>Sept. 2021 - Istanbul, Turkey - Did this.</li>
|
||||||
|
<li>Did that.</li>
|
||||||
|
</ul>
|
||||||
|
<h1>One Line Entries</h1>
|
||||||
<ul>
|
<ul>
|
||||||
<li>Programming: Python, C++, JavaScript, MATLAB</li>
|
<li>Programming: Python, C++, JavaScript, MATLAB</li>
|
||||||
<li>Programming: Python, C++, JavaScript, MATLAB</li>
|
|
||||||
</ul>
|
|
||||||
<h1>Section7</h1>
|
|
||||||
<ul>
|
|
||||||
<li>This is a bullet entry.</li>
|
|
||||||
<li>This is a bullet entry.</li>
|
|
||||||
</ul>
|
</ul>
|
|
@ -1,8 +1,12 @@
|
||||||
import pathlib
|
import pathlib
|
||||||
import copy
|
import copy
|
||||||
|
import typing
|
||||||
|
import itertools
|
||||||
|
|
||||||
import jinja2
|
import jinja2
|
||||||
import pytest
|
import pytest
|
||||||
|
import pydantic
|
||||||
|
import pydantic_extra_types.phone_numbers as pydantic_phone_numbers
|
||||||
|
|
||||||
from rendercv import data_models as dm
|
from rendercv import data_models as dm
|
||||||
import rendercv.renderer as r
|
import rendercv.renderer as r
|
||||||
|
@ -108,6 +112,153 @@ def text_entry() -> str:
|
||||||
return "My Text Entry with some **markdown** and [links](https://example.com)!"
|
return "My Text Entry with some **markdown** and [links](https://example.com)!"
|
||||||
|
|
||||||
|
|
||||||
|
def return_a_value_for_a_field_type(
|
||||||
|
field: str,
|
||||||
|
field_type: typing.Any,
|
||||||
|
) -> str:
|
||||||
|
"""Return a value for a field type.
|
||||||
|
|
||||||
|
Args:
|
||||||
|
field_type (typing.Any): _description_
|
||||||
|
|
||||||
|
Returns:
|
||||||
|
str: _description_
|
||||||
|
"""
|
||||||
|
field_dictionary = {
|
||||||
|
"institution": "Boğaziçi University",
|
||||||
|
"location": "Istanbul, Turkey",
|
||||||
|
"degree": "BS",
|
||||||
|
"area": "Mechanical Engineering",
|
||||||
|
"start_date": "2015-09",
|
||||||
|
"end_date": "2020-06",
|
||||||
|
"date": "2021-09",
|
||||||
|
"highlights": [
|
||||||
|
"Did this.",
|
||||||
|
"Did that.",
|
||||||
|
],
|
||||||
|
"company": "Some Company",
|
||||||
|
"position": "Software Engineer",
|
||||||
|
"name": "My Project",
|
||||||
|
"label": "Programming",
|
||||||
|
"details": "Python, C++, JavaScript, MATLAB",
|
||||||
|
"authors": ["J. Doe", "**H. Tom**", "S. Doe", "A. Andsurname"],
|
||||||
|
"title": (
|
||||||
|
"Magneto-Thermal Thin Shell Approximation for 3D Finite Element Analysis of"
|
||||||
|
" No-Insulation Coils"
|
||||||
|
),
|
||||||
|
"journal": "IEEE Transactions on Applied Superconductivity",
|
||||||
|
"doi": "10.1109/TASC.2023.3340648",
|
||||||
|
}
|
||||||
|
|
||||||
|
field_type_dictionary = {
|
||||||
|
pydantic.HttpUrl: "https://example.com",
|
||||||
|
pydantic_phone_numbers.PhoneNumber: "+905419999999",
|
||||||
|
str: "A string",
|
||||||
|
list[str]: ["A string", "Another string"],
|
||||||
|
int: 1,
|
||||||
|
float: 1.0,
|
||||||
|
bool: True,
|
||||||
|
}
|
||||||
|
|
||||||
|
if type(None) in typing.get_args(field_type):
|
||||||
|
return return_a_value_for_a_field_type(field, field_type.__args__[0])
|
||||||
|
elif typing.get_origin(field_type) == typing.Literal:
|
||||||
|
return field_type.__args__[0]
|
||||||
|
elif typing.get_origin(field_type) == typing.Union:
|
||||||
|
return return_a_value_for_a_field_type(field, field_type.__args__[0])
|
||||||
|
elif field in field_dictionary:
|
||||||
|
return field_dictionary[field]
|
||||||
|
elif field_type in field_type_dictionary:
|
||||||
|
return field_type_dictionary[field_type]
|
||||||
|
|
||||||
|
return "A string"
|
||||||
|
|
||||||
|
|
||||||
|
def create_combinations_of_a_model(
|
||||||
|
model: pydantic.BaseModel,
|
||||||
|
) -> list[pydantic.BaseModel]:
|
||||||
|
"""Look at the required fields and optional fields of a model and create all
|
||||||
|
possible combinations of them.
|
||||||
|
|
||||||
|
Args:
|
||||||
|
model (pydantic.BaseModel): The data model class to create combinations of.
|
||||||
|
|
||||||
|
Returns:
|
||||||
|
list[pydantic.BaseModel]: All possible instances of the model.
|
||||||
|
"""
|
||||||
|
fields = typing.get_type_hints(model)
|
||||||
|
|
||||||
|
required_fields = dict()
|
||||||
|
optional_fields = dict()
|
||||||
|
|
||||||
|
for field, field_type in fields.items():
|
||||||
|
value = return_a_value_for_a_field_type(field, field_type)
|
||||||
|
if type(None) in typing.get_args(field_type): # check if a field is optional
|
||||||
|
optional_fields[field] = value
|
||||||
|
else:
|
||||||
|
required_fields[field] = value
|
||||||
|
|
||||||
|
model_with_only_required_fields = model(**required_fields)
|
||||||
|
|
||||||
|
# create all possible combinations of optional fields
|
||||||
|
all_combinations = [model_with_only_required_fields]
|
||||||
|
for i in range(1, len(optional_fields) + 1):
|
||||||
|
for combination in itertools.combinations(optional_fields, i):
|
||||||
|
kwargs = {k: optional_fields[k] for k in combination}
|
||||||
|
model = copy.deepcopy(model_with_only_required_fields)
|
||||||
|
model.__dict__.update(kwargs)
|
||||||
|
all_combinations.append(model)
|
||||||
|
|
||||||
|
return all_combinations
|
||||||
|
|
||||||
|
|
||||||
|
@pytest.fixture
|
||||||
|
def all_combinations_of_text_entries() -> list[str]:
|
||||||
|
return [
|
||||||
|
"My Text Entry with some **markdown** and [links](https://example.com)!",
|
||||||
|
"My Text Entry with some **markdown** and [links](https://example.com)!",
|
||||||
|
"Some other *** tests, which should be tricky* to parse!**",
|
||||||
|
]
|
||||||
|
|
||||||
|
|
||||||
|
@pytest.fixture
|
||||||
|
def all_combinations_of_bullet_entries() -> list[dict[str, str]]:
|
||||||
|
return [
|
||||||
|
{"bullet": "This is a bullet entry."},
|
||||||
|
{
|
||||||
|
"bullet": (
|
||||||
|
"My Text Entry with some **markdown** and [links](https://example.com)!"
|
||||||
|
)
|
||||||
|
},
|
||||||
|
{"bullet": "Some other *** tests, which should be tricky* to parse!**"},
|
||||||
|
]
|
||||||
|
|
||||||
|
|
||||||
|
@pytest.fixture
|
||||||
|
def all_combinations_of_one_line_entries() -> list[dict[str, str]]:
|
||||||
|
return create_combinations_of_a_model(dm.OneLineEntry)
|
||||||
|
|
||||||
|
|
||||||
|
@pytest.fixture
|
||||||
|
def all_combinations_of_normal_entries() -> list[dict[str, str]]:
|
||||||
|
return create_combinations_of_a_model(dm.NormalEntry)
|
||||||
|
|
||||||
|
|
||||||
|
@pytest.fixture
|
||||||
|
def all_combinations_of_education_entries() -> list[dict[str, str]]:
|
||||||
|
return create_combinations_of_a_model(dm.EducationEntry)
|
||||||
|
|
||||||
|
|
||||||
|
@pytest.fixture
|
||||||
|
def all_combinations_of_experience_entries() -> list[dict[str, str]]:
|
||||||
|
return create_combinations_of_a_model(dm.ExperienceEntry)
|
||||||
|
|
||||||
|
|
||||||
|
@pytest.fixture
|
||||||
|
def all_combinations_of_publication_entries() -> list[dict[str, str | list[str]]]:
|
||||||
|
return create_combinations_of_a_model(dm.PublicationEntry)
|
||||||
|
|
||||||
|
|
||||||
@pytest.fixture
|
@pytest.fixture
|
||||||
def rendercv_data_model() -> dm.RenderCVDataModel:
|
def rendercv_data_model() -> dm.RenderCVDataModel:
|
||||||
return dm.get_a_sample_data_model()
|
return dm.get_a_sample_data_model()
|
||||||
|
@ -121,15 +272,13 @@ def rendercv_empty_curriculum_vitae_data_model() -> dm.CurriculumVitae:
|
||||||
@pytest.fixture
|
@pytest.fixture
|
||||||
def rendercv_filled_curriculum_vitae_data_model(
|
def rendercv_filled_curriculum_vitae_data_model(
|
||||||
text_entry,
|
text_entry,
|
||||||
publication_entry,
|
all_combinations_of_publication_entries,
|
||||||
experience_entry,
|
all_combinations_of_experience_entries,
|
||||||
education_entry,
|
all_combinations_of_education_entries,
|
||||||
normal_entry,
|
all_combinations_of_normal_entries,
|
||||||
one_line_entry,
|
all_combinations_of_one_line_entries,
|
||||||
bullet_entry,
|
all_combinations_of_bullet_entries,
|
||||||
) -> dm.CurriculumVitae:
|
) -> dm.CurriculumVitae:
|
||||||
publication_entry_without_doi = copy.deepcopy(publication_entry)
|
|
||||||
del publication_entry_without_doi["doi"]
|
|
||||||
return dm.CurriculumVitae(
|
return dm.CurriculumVitae(
|
||||||
name="John Doe",
|
name="John Doe",
|
||||||
label="Mechanical Engineer",
|
label="Mechanical Engineer",
|
||||||
|
@ -146,34 +295,17 @@ def rendercv_filled_curriculum_vitae_data_model(
|
||||||
dm.SocialNetwork(network="Twitter", username="johndoe"),
|
dm.SocialNetwork(network="Twitter", username="johndoe"),
|
||||||
],
|
],
|
||||||
sections={
|
sections={
|
||||||
"section1": [
|
"Text Entries": [
|
||||||
text_entry,
|
text_entry,
|
||||||
text_entry,
|
text_entry,
|
||||||
|
"Some other *** tests, which should be tricky* to parse!**",
|
||||||
],
|
],
|
||||||
"section2": [
|
"Bullet Entries": all_combinations_of_bullet_entries,
|
||||||
publication_entry,
|
"Publication Entries": all_combinations_of_publication_entries,
|
||||||
publication_entry_without_doi,
|
"Experience Entries": all_combinations_of_experience_entries,
|
||||||
],
|
"Education Entries": all_combinations_of_education_entries,
|
||||||
"section3": [
|
"Normal Entries": all_combinations_of_normal_entries,
|
||||||
experience_entry,
|
"One Line Entries": all_combinations_of_one_line_entries,
|
||||||
experience_entry,
|
|
||||||
],
|
|
||||||
"section4": [
|
|
||||||
education_entry,
|
|
||||||
education_entry,
|
|
||||||
],
|
|
||||||
"section5": [
|
|
||||||
normal_entry,
|
|
||||||
normal_entry,
|
|
||||||
],
|
|
||||||
"section6": [
|
|
||||||
one_line_entry,
|
|
||||||
one_line_entry,
|
|
||||||
],
|
|
||||||
"section7": [
|
|
||||||
bullet_entry,
|
|
||||||
bullet_entry,
|
|
||||||
],
|
|
||||||
},
|
},
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
|
@ -186,7 +186,7 @@ def test_if_the_schema_is_the_latest(root_directory_path):
|
||||||
"2020 to present",
|
"2020 to present",
|
||||||
"3 years 11 months",
|
"3 years 11 months",
|
||||||
),
|
),
|
||||||
("2020-01-01", "2021-01-01", "2023-02-01", "Feb. 2023", "Feb. 2023", ""),
|
("2020-01-01", "2021-01-01", "2023-02-01", "Feb. 2023", "2023", ""),
|
||||||
("2020", "2021", None, "2020 to 2021", "2020 to 2021", "1 year"),
|
("2020", "2021", None, "2020 to 2021", "2020 to 2021", "1 year"),
|
||||||
("2020", None, None, "2020 to present", "2020 to present", "4 years"),
|
("2020", None, None, "2020 to present", "2020 to present", "4 years"),
|
||||||
("2020-10-10", "2022", None, "Oct. 2020 to 2022", "2020 to 2022", "2 years"),
|
("2020-10-10", "2022", None, "Oct. 2020 to 2022", "2020 to 2022", "2 years"),
|
||||||
|
@ -231,8 +231,9 @@ def test_if_the_schema_is_the_latest(root_directory_path):
|
||||||
"My Custom Date",
|
"My Custom Date",
|
||||||
"",
|
"",
|
||||||
),
|
),
|
||||||
(None, None, "2020-01-01", "Jan. 2020", "Jan. 2020", ""),
|
(None, None, "2020-01-01", "Jan. 2020", "2020", ""),
|
||||||
(None, None, None, "", "", ""),
|
(None, None, None, "", "", ""),
|
||||||
|
(None, "2020-01-01", None, "Jan. 2020", "2020", ""),
|
||||||
],
|
],
|
||||||
)
|
)
|
||||||
@time_machine.travel("2024-01-01")
|
@time_machine.travel("2024-01-01")
|
||||||
|
@ -277,7 +278,6 @@ def test_invalid_publication_dates(publication_entry, date):
|
||||||
[
|
[
|
||||||
("aaa", "2021-01-01", None),
|
("aaa", "2021-01-01", None),
|
||||||
("2020-01-01", "aaa", None),
|
("2020-01-01", "aaa", None),
|
||||||
(None, "2020-01-01", None),
|
|
||||||
("2023-01-01", "2021-01-01", None),
|
("2023-01-01", "2021-01-01", None),
|
||||||
("2022", "2021", None),
|
("2022", "2021", None),
|
||||||
("2025", "2021", None),
|
("2025", "2021", None),
|
||||||
|
@ -307,7 +307,7 @@ def test_doi_url(publication_entry, doi, expected_doi_url):
|
||||||
|
|
||||||
@pytest.mark.parametrize(
|
@pytest.mark.parametrize(
|
||||||
"doi",
|
"doi",
|
||||||
["aaa10.1109/TASC.2023.3340648", "aaa"],
|
["aaa10.1109/TASC.2023.3340648", "aaa", "A string"],
|
||||||
)
|
)
|
||||||
def test_invalid_doi(publication_entry, doi):
|
def test_invalid_doi(publication_entry, doi):
|
||||||
with pytest.raises(pydantic.ValidationError):
|
with pytest.raises(pydantic.ValidationError):
|
||||||
|
|
|
@ -66,16 +66,20 @@ def test_escape_latex_characters_strict():
|
||||||
("My Text", "My Text"),
|
("My Text", "My Text"),
|
||||||
("**My** Text", "\\textbf{My} Text"),
|
("**My** Text", "\\textbf{My} Text"),
|
||||||
("*My* Text", "\\textit{My} Text"),
|
("*My* Text", "\\textit{My} Text"),
|
||||||
("***My*** Text", "\\textit{\\textbf{My}} Text"),
|
("***My*** Text", "\\textbf{\\textit{My}} Text"),
|
||||||
("[My](https://myurl.com) Text", "\\href{https://myurl.com}{My} Text"),
|
("[My](https://myurl.com) Text", "\\href{https://myurl.com}{My} Text"),
|
||||||
("`My` Text", "`My` Text"),
|
("`My` Text", "`My` Text"),
|
||||||
(
|
(
|
||||||
"[**My** *Text* ***Is*** `Here`](https://myurl.com)",
|
"[**My** *Text* ***Is*** `Here`](https://myurl.com)",
|
||||||
(
|
(
|
||||||
"\\href{https://myurl.com}{\\textbf{My} \\textit{Text}"
|
"\\href{https://myurl.com}{\\textbf{My} \\textit{Text}"
|
||||||
" \\textit{\\textbf{Is}} `Here`}"
|
" \\textbf{\\textit{Is}} `Here`}"
|
||||||
),
|
),
|
||||||
),
|
),
|
||||||
|
(
|
||||||
|
"Some other *** tests, which should be tricky* to parse!**",
|
||||||
|
"Some other \\textbf{\\textit{ tests, which should be tricky} to parse!}",
|
||||||
|
),
|
||||||
],
|
],
|
||||||
)
|
)
|
||||||
def test_markdown_to_latex(markdown_string, expected_latex_string):
|
def test_markdown_to_latex(markdown_string, expected_latex_string):
|
||||||
|
|
Loading…
Reference in New Issue