rendercv/tests/testdata/test_generate_latex_file/moderncv_filled.tex

660 lines
69 KiB
TeX
Raw Normal View History

2024-02-18 19:41:45 +00:00
%% start of file `template.tex'.
%% Copyright 2006-2015 Xavier Danaux (xdanaux@gmail.com), 2020-2022 moderncv maintainers (github.com/moderncv).
%
% This work may be distributed and/or modified under the
% conditions of the LaTeX Project Public License version 1.3c,
% available at http://www.latex-project.org/lppl/.
\documentclass[10pt,letterpaper,sans]{moderncv} % possible options include font size ('10pt', '11pt' and '12pt'), paper size ('a4paper', 'letterpaper', 'a5paper', 'legalpaper', 'executivepaper' and 'landscape') and font family ('sans' and 'roman')
% moderncv themes
\moderncvstyle{classic} % style options are 'casual' (default), 'classic', 'banking', 'oldstyle' and 'fancy'
\moderncvcolor{blue} % color options 'black', 'blue' (default), 'burgundy', 'green', 'grey', 'orange', 'purple' and 'red'
%\renewcommand{\familydefault}{\sfdefault} % to set the default font; use '\sfdefault' for the default sans serif font, '\rmdefault' for the default roman one, or any tex font name
2024-02-24 19:28:00 +00:00
\usepackage{amsmath} % for math
2024-02-18 19:41:45 +00:00
% adjust the page margins
\usepackage[scale=0.75]{geometry}
\setlength{\hintscolumnwidth}{3.8 cm} % if you want to change the width of the column with the dates
%\setlength{\makecvheadnamewidth}{10cm} % for the 'classic' style, if you want to force the width allocated to your name and avoid line breaks. be careful though, the length is normally calculated to avoid any overlap with your personal info; use this at your own typographical risks...
% font loading
% for luatex and xetex, do not use inputenc and fontenc
% see https://tex.stackexchange.com/a/496643
\ifxetexorluatex
\usepackage{fontspec}
\usepackage{unicode-math}
\defaultfontfeatures{Ligatures=TeX}
\setmainfont{Latin Modern Roman}
\setsansfont{Latin Modern Sans}
\setmonofont{Latin Modern Mono}
\setmathfont{Latin Modern Math}
\else
\usepackage[T1]{fontenc}
\usepackage{lmodern}
\fi
% document language
\usepackage[english]{babel} % FIXME: using spanish breaks moderncv
% personal data
\name{John Doe}{}
\title{Mechanical Engineer} % optional, remove / comment the line if not wanted
% \familyname{}
\address{Istanbul, Turkey}{}
\phone[mobile]{+90 541 999 99 99}
2024-05-12 13:46:38 +00:00
\email{john\_doe@example.com}
2024-02-18 19:41:45 +00:00
\homepage{example.com}
\social[linkedin]{johndoe}
\social[github]{johndoe}
2024-03-31 19:10:55 +00:00
\social[instagram]{johndoe}
2024-02-18 19:41:45 +00:00
\social[orcid]{0000-0000-0000-0000}
2024-03-31 19:10:55 +00:00
\social[mastodon]{@johndoe@example}
\social[twitter]{johndoe}
2024-02-18 19:41:45 +00:00
% Social icons
% \social[linkedin]{john.doe} % optional, remove / comment the line if not wanted
% \social[xing]{john\_doe} % optional, remove / comment the line if not wanted
% \social[twitter]{ji\_doe} % optional, remove / comment the line if not wanted
% \social[github]{jdoe} % optional, remove / comment the line if not wanted
% \social[gitlab]{jdoe} % optional, remove / comment the line if not wanted
% \social[stackoverflow]{0000000/johndoe} % optional, remove / comment the line if not wanted
% \social[bitbucket]{jdoe} % optional, remove / comment the line if not wanted
% \social[skype]{jdoe} % optional, remove / comment the line if not wanted
% \social[orcid]{0000-0000-000-000} % optional, remove / comment the line if not wanted
% \social[researchgate]{jdoe} % optional, remove / comment the line if not wanted
% \social[researcherid]{jdoe} % optional, remove / comment the line if not wanted
% \social[telegram]{jdoe} % optional, remove / comment the line if not wanted
% \social[whatsapp]{12345678901} % optional, remove / comment the line if not wanted
% \social[signal]{12345678901} % optional, remove / comment the line if not wanted
% \social[matrix]{@johndoe:matrix.org} % optional, remove / comment the line if not wanted
% \social[googlescholar]{googlescholarid} % optional, remove / comment the line if not wanted
2024-03-21 18:01:26 +00:00
% new command for cventry (this is done to allow users unbold or unitalicize the text in the cventry command)
\renewcommand*{\cventry}[6][.25em]{%
\cvitem[#1]{#2}{%
#3%
\ifthenelse{\equal{#4}{}}{}{, #4}%
\ifthenelse{\equal{#5}{}}{}{, #5}%
\ifthenelse{\equal{#6}{}}{}{, #6}%
}
}
2024-02-18 19:41:45 +00:00
\begin{document}
\maketitle
2024-02-20 19:30:54 +00:00
2024-02-18 19:41:45 +00:00
% save the original href command in a new command:
\let\hrefWithoutArrow\href
% new command for external links:
\renewcommand{\href}[2]{\hrefWithoutArrow{#1}{\mbox{\color{color1} #2 \raisebox{.15ex}{\footnotesize \faExternalLink*}}}}
2024-03-11 19:30:02 +00:00
\hypersetup{pdftitle={John Doe's CV}}
\section{Text Entries}
2024-02-18 19:41:45 +00:00
2024-04-07 23:44:02 +00:00
\cvline{}{This is a \textit{TextEntry}. It is only a text and can be useful for sections like \textbf{Summary}. To showcase the TextEntry completely, this sentence is added, but it doesn't contain any information.}
2024-02-18 19:41:45 +00:00
2024-04-07 23:44:02 +00:00
\cvline{}{This is a \textit{TextEntry}. It is only a text and can be useful for sections like \textbf{Summary}. To showcase the TextEntry completely, this sentence is added, but it doesn't contain any information.}
2024-02-18 19:41:45 +00:00
2024-04-07 23:44:02 +00:00
\cvline{}{This is a \textit{TextEntry}. It is only a text and can be useful for sections like \textbf{Summary}. To showcase the TextEntry completely, this sentence is added, but it doesn't contain any information.}
2024-03-11 19:30:02 +00:00
2024-02-18 19:41:45 +00:00
2024-03-11 19:30:02 +00:00
\section{Bullet Entries}
2024-04-07 23:44:02 +00:00
\cvlistitem{This is a bullet entry.}
2024-02-18 19:41:45 +00:00
2024-04-07 23:44:02 +00:00
\cvlistitem{This is a bullet entry.}
2024-02-18 19:41:45 +00:00
2024-03-11 19:30:02 +00:00
\section{Publication Entries}
2024-02-18 19:41:45 +00:00
2024-03-21 18:01:26 +00:00
\cventry{Sept. 2021}{\textbf{Magneto-Thermal Thin Shell Approximation for 3D Finite Element Analysis of No-Insulation Coils}}{}{}{}{}
2024-03-11 19:30:02 +00:00
\cvline{}{\small \mbox{J. Doe}, \mbox{\textbf{H. Tom}}, \mbox{S. Doe}, \mbox{A. Andsurname}}
2024-02-18 19:41:45 +00:00
2024-03-21 18:01:26 +00:00
\cventry{Sept. 2021}{\textbf{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}}{}{}
2024-03-11 19:30:02 +00:00
\cvline{}{\small \mbox{J. Doe}, \mbox{\textbf{H. Tom}}, \mbox{S. Doe}, \mbox{A. Andsurname}}
2024-02-18 19:41:45 +00:00
2024-03-21 18:01:26 +00:00
\cventry{Sept. 2021}{\textbf{Magneto-Thermal Thin Shell Approximation for 3D Finite Element Analysis of No-Insulation Coils}}{IEEE Transactions on Applied Superconductivity}{}{}{}
2024-03-11 19:30:02 +00:00
\cvline{}{\small \mbox{J. Doe}, \mbox{\textbf{H. Tom}}, \mbox{S. Doe}, \mbox{A. Andsurname}}
2024-02-18 19:41:45 +00:00
2024-03-21 18:01:26 +00:00
\cventry{Sept. 2021}{\textbf{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}}{}{}
2024-03-11 19:30:02 +00:00
\cvline{}{\small \mbox{J. Doe}, \mbox{\textbf{H. Tom}}, \mbox{S. Doe}, \mbox{A. Andsurname}}
2024-02-18 19:41:45 +00:00
2024-03-11 19:30:02 +00:00
\section{Experience Entries}
2024-02-18 19:41:45 +00:00
2024-03-21 18:01:26 +00:00
\cventry{}{\textbf{Some \textnormal{Company}}}{Software Engineer}{}{}{}
2024-02-18 19:41:45 +00:00
2024-03-21 18:01:26 +00:00
\cventry{}{\textbf{Some \textnormal{Company}}}{Software Engineer}{Istanbul, Turkey}{}{}
2024-03-17 19:10:43 +00:00
2024-03-21 18:01:26 +00:00
\cventry{Sept. 2015 to present}{\textbf{Some \textnormal{Company}}}{Software Engineer}{}{}{}
2024-02-18 19:41:45 +00:00
2024-04-14 22:57:16 +00:00
\cventry{June 2020}{\textbf{Some \textnormal{Company}}}{Software Engineer}{}{}{}
2024-02-18 19:41:45 +00:00
2024-03-21 18:01:26 +00:00
\cventry{Sept. 2021}{\textbf{Some \textnormal{Company}}}{Software Engineer}{}{}{}
2024-03-11 19:30:02 +00:00
2024-03-21 18:01:26 +00:00
\cventry{}{\textbf{Some \textnormal{Company}}}{Software Engineer}{}{}{}
2024-04-28 20:37:03 +00:00
\cvlistitem{Did \textit{this} and this is a \textbf{bold} \href{https://example.com}{link}. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.}
\cvlistitem{Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.}
2024-03-11 19:30:02 +00:00
2024-03-21 18:01:26 +00:00
\cventry{Sept. 2015 to present}{\textbf{Some \textnormal{Company}}}{Software Engineer}{Istanbul, Turkey}{}{}
2024-03-11 19:30:02 +00:00
2024-04-14 22:57:16 +00:00
\cventry{June 2020}{\textbf{Some \textnormal{Company}}}{Software Engineer}{Istanbul, Turkey}{}{}
2024-03-11 19:30:02 +00:00
2024-03-21 18:01:26 +00:00
\cventry{Sept. 2021}{\textbf{Some \textnormal{Company}}}{Software Engineer}{Istanbul, Turkey}{}{}
2024-03-11 19:30:02 +00:00
2024-03-21 18:01:26 +00:00
\cventry{}{\textbf{Some \textnormal{Company}}}{Software Engineer}{Istanbul, Turkey}{}{}
2024-04-28 20:37:03 +00:00
\cvlistitem{Did \textit{this} and this is a \textbf{bold} \href{https://example.com}{link}. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.}
\cvlistitem{Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.}
2024-03-11 19:30:02 +00:00
2024-04-14 22:57:16 +00:00
\cventry{Sept. 2015 to June 2020}{\textbf{Some \textnormal{Company}}}{Software Engineer}{}{}{}
2024-03-11 19:30:02 +00:00
2024-03-21 18:01:26 +00:00
\cventry{Sept. 2021}{\textbf{Some \textnormal{Company}}}{Software Engineer}{}{}{}
2024-03-11 19:30:02 +00:00
2024-03-21 18:01:26 +00:00
\cventry{Sept. 2015 to present}{\textbf{Some \textnormal{Company}}}{Software Engineer}{}{}{}
2024-04-28 20:37:03 +00:00
\cvlistitem{Did \textit{this} and this is a \textbf{bold} \href{https://example.com}{link}. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.}
\cvlistitem{Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.}
2024-03-11 19:30:02 +00:00
2024-03-21 18:01:26 +00:00
\cventry{Sept. 2021}{\textbf{Some \textnormal{Company}}}{Software Engineer}{}{}{}
2024-03-11 19:30:02 +00:00
2024-04-14 22:57:16 +00:00
\cventry{June 2020}{\textbf{Some \textnormal{Company}}}{Software Engineer}{}{}{}
2024-04-28 20:37:03 +00:00
\cvlistitem{Did \textit{this} and this is a \textbf{bold} \href{https://example.com}{link}. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.}
\cvlistitem{Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.}
2024-03-11 19:30:02 +00:00
2024-03-21 18:01:26 +00:00
\cventry{Sept. 2021}{\textbf{Some \textnormal{Company}}}{Software Engineer}{}{}{}
2024-04-28 20:37:03 +00:00
\cvlistitem{Did \textit{this} and this is a \textbf{bold} \href{https://example.com}{link}. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.}
\cvlistitem{Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.}
2024-02-18 19:41:45 +00:00
2024-03-11 19:30:02 +00:00
2024-04-14 22:57:16 +00:00
\cventry{Sept. 2015 to June 2020}{\textbf{Some \textnormal{Company}}}{Software Engineer}{Istanbul, Turkey}{}{}
2024-03-11 19:30:02 +00:00
2024-03-21 18:01:26 +00:00
\cventry{Sept. 2021}{\textbf{Some \textnormal{Company}}}{Software Engineer}{Istanbul, Turkey}{}{}
2024-03-17 19:10:43 +00:00
2024-03-21 18:01:26 +00:00
\cventry{Sept. 2015 to present}{\textbf{Some \textnormal{Company}}}{Software Engineer}{Istanbul, Turkey}{}{}
2024-04-28 20:37:03 +00:00
\cvlistitem{Did \textit{this} and this is a \textbf{bold} \href{https://example.com}{link}. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.}
\cvlistitem{Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.}
2024-03-11 19:30:02 +00:00
2024-03-21 18:01:26 +00:00
\cventry{Sept. 2021}{\textbf{Some \textnormal{Company}}}{Software Engineer}{Istanbul, Turkey}{}{}
2024-03-11 19:30:02 +00:00
2024-04-14 22:57:16 +00:00
\cventry{June 2020}{\textbf{Some \textnormal{Company}}}{Software Engineer}{Istanbul, Turkey}{}{}
2024-04-28 20:37:03 +00:00
\cvlistitem{Did \textit{this} and this is a \textbf{bold} \href{https://example.com}{link}. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.}
\cvlistitem{Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.}
2024-03-11 19:30:02 +00:00
2024-03-21 18:01:26 +00:00
\cventry{Sept. 2021}{\textbf{Some \textnormal{Company}}}{Software Engineer}{Istanbul, Turkey}{}{}
2024-04-28 20:37:03 +00:00
\cvlistitem{Did \textit{this} and this is a \textbf{bold} \href{https://example.com}{link}. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.}
\cvlistitem{Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.}
2024-03-11 19:30:02 +00:00
2024-03-21 18:01:26 +00:00
\cventry{Sept. 2021}{\textbf{Some \textnormal{Company}}}{Software Engineer}{}{}{}
2024-03-11 19:30:02 +00:00
2024-04-14 22:57:16 +00:00
\cventry{Sept. 2015 to June 2020}{\textbf{Some \textnormal{Company}}}{Software Engineer}{}{}{}
2024-04-28 20:37:03 +00:00
\cvlistitem{Did \textit{this} and this is a \textbf{bold} \href{https://example.com}{link}. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.}
\cvlistitem{Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.}
2024-03-11 19:30:02 +00:00
2024-03-21 18:01:26 +00:00
\cventry{Sept. 2021}{\textbf{Some \textnormal{Company}}}{Software Engineer}{}{}{}
2024-04-28 20:37:03 +00:00
\cvlistitem{Did \textit{this} and this is a \textbf{bold} \href{https://example.com}{link}. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.}
\cvlistitem{Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.}
2024-03-11 19:30:02 +00:00
2024-03-21 18:01:26 +00:00
\cventry{Sept. 2021}{\textbf{Some \textnormal{Company}}}{Software Engineer}{}{}{}
2024-04-28 20:37:03 +00:00
\cvlistitem{Did \textit{this} and this is a \textbf{bold} \href{https://example.com}{link}. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.}
\cvlistitem{Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.}
2024-03-11 19:30:02 +00:00
2024-03-21 18:01:26 +00:00
\cventry{Sept. 2021}{\textbf{Some \textnormal{Company}}}{Software Engineer}{Istanbul, Turkey}{}{}
2024-03-11 19:30:02 +00:00
2024-04-14 22:57:16 +00:00
\cventry{Sept. 2015 to June 2020}{\textbf{Some \textnormal{Company}}}{Software Engineer}{Istanbul, Turkey}{}{}
2024-04-28 20:37:03 +00:00
\cvlistitem{Did \textit{this} and this is a \textbf{bold} \href{https://example.com}{link}. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.}
\cvlistitem{Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.}
2024-03-11 19:30:02 +00:00
2024-03-21 18:01:26 +00:00
\cventry{Sept. 2021}{\textbf{Some \textnormal{Company}}}{Software Engineer}{Istanbul, Turkey}{}{}
2024-04-28 20:37:03 +00:00
\cvlistitem{Did \textit{this} and this is a \textbf{bold} \href{https://example.com}{link}. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.}
\cvlistitem{Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.}
2024-03-11 19:30:02 +00:00
2024-03-21 18:01:26 +00:00
\cventry{Sept. 2021}{\textbf{Some \textnormal{Company}}}{Software Engineer}{Istanbul, Turkey}{}{}
2024-04-28 20:37:03 +00:00
\cvlistitem{Did \textit{this} and this is a \textbf{bold} \href{https://example.com}{link}. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.}
\cvlistitem{Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.}
2024-03-11 19:30:02 +00:00
2024-03-21 18:01:26 +00:00
\cventry{Sept. 2021}{\textbf{Some \textnormal{Company}}}{Software Engineer}{}{}{}
2024-04-28 20:37:03 +00:00
\cvlistitem{Did \textit{this} and this is a \textbf{bold} \href{https://example.com}{link}. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.}
\cvlistitem{Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.}
2024-03-17 19:10:43 +00:00
2024-03-21 18:01:26 +00:00
\cventry{Sept. 2021}{\textbf{Some \textnormal{Company}}}{Software Engineer}{Istanbul, Turkey}{}{}
2024-04-28 20:37:03 +00:00
\cvlistitem{Did \textit{this} and this is a \textbf{bold} \href{https://example.com}{link}. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.}
\cvlistitem{Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.}
2024-02-18 19:41:45 +00:00
2024-03-11 19:30:02 +00:00
\section{Education Entries}
2024-02-18 19:41:45 +00:00
2024-03-21 18:01:26 +00:00
\cventry{}{\textbf{Boğaziçi University}}{Mechanical Engineering}{}{}{}
2024-03-11 19:30:02 +00:00
2024-03-21 18:01:26 +00:00
\cventry{}{\textbf{Boğaziçi University}}{BS in Mechanical Engineering}{}{}{}
2024-03-17 19:36:29 +00:00
2024-03-21 18:01:26 +00:00
\cventry{}{\textbf{Boğaziçi University}}{Mechanical Engineering}{Istanbul, Turkey}{}{}
2024-03-17 19:10:43 +00:00
2024-03-21 18:01:26 +00:00
\cventry{Sept. 2015 to present}{\textbf{Boğaziçi University}}{Mechanical Engineering}{}{}{}
2024-03-11 19:30:02 +00:00
2024-04-14 22:57:16 +00:00
\cventry{June 2020}{\textbf{Boğaziçi University}}{Mechanical Engineering}{}{}{}
2024-03-11 19:30:02 +00:00
2024-03-21 18:01:26 +00:00
\cventry{Sept. 2021}{\textbf{Boğaziçi University}}{Mechanical Engineering}{}{}{}
2024-03-11 19:30:02 +00:00
2024-03-21 18:01:26 +00:00
\cventry{}{\textbf{Boğaziçi University}}{Mechanical Engineering}{}{}{}
2024-04-28 20:37:03 +00:00
\cvlistitem{Did \textit{this} and this is a \textbf{bold} \href{https://example.com}{link}. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.}
\cvlistitem{Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.}
2024-03-11 19:30:02 +00:00
2024-03-21 18:01:26 +00:00
\cventry{}{\textbf{Boğaziçi University}}{BS in Mechanical Engineering}{Istanbul, Turkey}{}{}
2024-03-17 19:36:29 +00:00
2024-03-21 18:01:26 +00:00
\cventry{Sept. 2015 to present}{\textbf{Boğaziçi University}}{BS in Mechanical Engineering}{}{}{}
2024-03-17 19:36:29 +00:00
2024-04-14 22:57:16 +00:00
\cventry{June 2020}{\textbf{Boğaziçi University}}{BS in Mechanical Engineering}{}{}{}
2024-03-17 19:36:29 +00:00
2024-03-21 18:01:26 +00:00
\cventry{Sept. 2021}{\textbf{Boğaziçi University}}{BS in Mechanical Engineering}{}{}{}
2024-03-17 19:36:29 +00:00
2024-03-21 18:01:26 +00:00
\cventry{}{\textbf{Boğaziçi University}}{BS in Mechanical Engineering}{}{}{}
2024-04-28 20:37:03 +00:00
\cvlistitem{Did \textit{this} and this is a \textbf{bold} \href{https://example.com}{link}. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.}
\cvlistitem{Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.}
2024-03-17 19:10:43 +00:00
2024-03-21 18:01:26 +00:00
\cventry{Sept. 2015 to present}{\textbf{Boğaziçi University}}{Mechanical Engineering}{Istanbul, Turkey}{}{}
2024-03-17 19:10:43 +00:00
2024-04-14 22:57:16 +00:00
\cventry{June 2020}{\textbf{Boğaziçi University}}{Mechanical Engineering}{Istanbul, Turkey}{}{}
2024-03-17 19:10:43 +00:00
2024-03-21 18:01:26 +00:00
\cventry{Sept. 2021}{\textbf{Boğaziçi University}}{Mechanical Engineering}{Istanbul, Turkey}{}{}
2024-03-17 19:10:43 +00:00
2024-03-21 18:01:26 +00:00
\cventry{}{\textbf{Boğaziçi University}}{Mechanical Engineering}{Istanbul, Turkey}{}{}
2024-04-28 20:37:03 +00:00
\cvlistitem{Did \textit{this} and this is a \textbf{bold} \href{https://example.com}{link}. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.}
\cvlistitem{Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.}
2024-03-11 19:30:02 +00:00
2024-04-14 22:57:16 +00:00
\cventry{Sept. 2015 to June 2020}{\textbf{Boğaziçi University}}{Mechanical Engineering}{}{}{}
2024-03-11 19:30:02 +00:00
2024-03-21 18:01:26 +00:00
\cventry{Sept. 2021}{\textbf{Boğaziçi University}}{Mechanical Engineering}{}{}{}
2024-03-11 19:30:02 +00:00
2024-03-21 18:01:26 +00:00
\cventry{Sept. 2015 to present}{\textbf{Boğaziçi University}}{Mechanical Engineering}{}{}{}
2024-04-28 20:37:03 +00:00
\cvlistitem{Did \textit{this} and this is a \textbf{bold} \href{https://example.com}{link}. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.}
\cvlistitem{Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.}
2024-03-11 19:30:02 +00:00
2024-03-21 18:01:26 +00:00
\cventry{Sept. 2021}{\textbf{Boğaziçi University}}{Mechanical Engineering}{}{}{}
2024-03-11 19:30:02 +00:00
2024-04-14 22:57:16 +00:00
\cventry{June 2020}{\textbf{Boğaziçi University}}{Mechanical Engineering}{}{}{}
2024-04-28 20:37:03 +00:00
\cvlistitem{Did \textit{this} and this is a \textbf{bold} \href{https://example.com}{link}. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.}
\cvlistitem{Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.}
2024-03-11 19:30:02 +00:00
2024-03-21 18:01:26 +00:00
\cventry{Sept. 2021}{\textbf{Boğaziçi University}}{Mechanical Engineering}{}{}{}
2024-04-28 20:37:03 +00:00
\cvlistitem{Did \textit{this} and this is a \textbf{bold} \href{https://example.com}{link}. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.}
\cvlistitem{Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.}
2024-03-11 19:30:02 +00:00
2024-03-21 18:01:26 +00:00
\cventry{Sept. 2015 to present}{\textbf{Boğaziçi University}}{BS in Mechanical Engineering}{Istanbul, Turkey}{}{}
2024-03-11 19:30:02 +00:00
2024-04-14 22:57:16 +00:00
\cventry{June 2020}{\textbf{Boğaziçi University}}{BS in Mechanical Engineering}{Istanbul, Turkey}{}{}
2024-03-11 19:30:02 +00:00
2024-03-21 18:01:26 +00:00
\cventry{Sept. 2021}{\textbf{Boğaziçi University}}{BS in Mechanical Engineering}{Istanbul, Turkey}{}{}
2024-03-11 19:30:02 +00:00
2024-03-21 18:01:26 +00:00
\cventry{}{\textbf{Boğaziçi University}}{BS in Mechanical Engineering}{Istanbul, Turkey}{}{}
2024-04-28 20:37:03 +00:00
\cvlistitem{Did \textit{this} and this is a \textbf{bold} \href{https://example.com}{link}. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.}
\cvlistitem{Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.}
2024-03-11 19:30:02 +00:00
2024-04-14 22:57:16 +00:00
\cventry{Sept. 2015 to June 2020}{\textbf{Boğaziçi University}}{BS in Mechanical Engineering}{}{}{}
2024-03-11 19:30:02 +00:00
2024-03-21 18:01:26 +00:00
\cventry{Sept. 2021}{\textbf{Boğaziçi University}}{BS in Mechanical Engineering}{}{}{}
2024-03-11 19:30:02 +00:00
2024-03-21 18:01:26 +00:00
\cventry{Sept. 2015 to present}{\textbf{Boğaziçi University}}{BS in Mechanical Engineering}{}{}{}
2024-04-28 20:37:03 +00:00
\cvlistitem{Did \textit{this} and this is a \textbf{bold} \href{https://example.com}{link}. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.}
\cvlistitem{Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.}
2024-03-11 19:30:02 +00:00
2024-03-21 18:01:26 +00:00
\cventry{Sept. 2021}{\textbf{Boğaziçi University}}{BS in Mechanical Engineering}{}{}{}
2024-03-17 19:10:43 +00:00
2024-04-14 22:57:16 +00:00
\cventry{June 2020}{\textbf{Boğaziçi University}}{BS in Mechanical Engineering}{}{}{}
2024-04-28 20:37:03 +00:00
\cvlistitem{Did \textit{this} and this is a \textbf{bold} \href{https://example.com}{link}. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.}
\cvlistitem{Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.}
2024-03-11 19:30:02 +00:00
2024-03-21 18:01:26 +00:00
\cventry{Sept. 2021}{\textbf{Boğaziçi University}}{BS in Mechanical Engineering}{}{}{}
2024-04-28 20:37:03 +00:00
\cvlistitem{Did \textit{this} and this is a \textbf{bold} \href{https://example.com}{link}. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.}
\cvlistitem{Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.}
2024-03-11 19:30:02 +00:00
2024-04-14 22:57:16 +00:00
\cventry{Sept. 2015 to June 2020}{\textbf{Boğaziçi University}}{Mechanical Engineering}{Istanbul, Turkey}{}{}
2024-03-11 19:30:02 +00:00
2024-03-21 18:01:26 +00:00
\cventry{Sept. 2021}{\textbf{Boğaziçi University}}{Mechanical Engineering}{Istanbul, Turkey}{}{}
2024-03-11 19:30:02 +00:00
2024-03-21 18:01:26 +00:00
\cventry{Sept. 2015 to present}{\textbf{Boğaziçi University}}{Mechanical Engineering}{Istanbul, Turkey}{}{}
2024-04-28 20:37:03 +00:00
\cvlistitem{Did \textit{this} and this is a \textbf{bold} \href{https://example.com}{link}. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.}
\cvlistitem{Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.}
2024-03-11 19:30:02 +00:00
2024-03-21 18:01:26 +00:00
\cventry{Sept. 2021}{\textbf{Boğaziçi University}}{Mechanical Engineering}{Istanbul, Turkey}{}{}
2024-03-11 19:30:02 +00:00
2024-04-14 22:57:16 +00:00
\cventry{June 2020}{\textbf{Boğaziçi University}}{Mechanical Engineering}{Istanbul, Turkey}{}{}
2024-04-28 20:37:03 +00:00
\cvlistitem{Did \textit{this} and this is a \textbf{bold} \href{https://example.com}{link}. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.}
\cvlistitem{Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.}
2024-03-11 19:30:02 +00:00
2024-03-21 18:01:26 +00:00
\cventry{Sept. 2021}{\textbf{Boğaziçi University}}{Mechanical Engineering}{Istanbul, Turkey}{}{}
2024-04-28 20:37:03 +00:00
\cvlistitem{Did \textit{this} and this is a \textbf{bold} \href{https://example.com}{link}. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.}
\cvlistitem{Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.}
2024-03-11 19:30:02 +00:00
2024-03-21 18:01:26 +00:00
\cventry{Sept. 2021}{\textbf{Boğaziçi University}}{Mechanical Engineering}{}{}{}
2024-03-11 19:30:02 +00:00
2024-04-14 22:57:16 +00:00
\cventry{Sept. 2015 to June 2020}{\textbf{Boğaziçi University}}{Mechanical Engineering}{}{}{}
2024-04-28 20:37:03 +00:00
\cvlistitem{Did \textit{this} and this is a \textbf{bold} \href{https://example.com}{link}. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.}
\cvlistitem{Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.}
2024-03-11 19:30:02 +00:00
2024-03-21 18:01:26 +00:00
\cventry{Sept. 2021}{\textbf{Boğaziçi University}}{Mechanical Engineering}{}{}{}
2024-04-28 20:37:03 +00:00
\cvlistitem{Did \textit{this} and this is a \textbf{bold} \href{https://example.com}{link}. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.}
\cvlistitem{Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.}
2024-03-11 19:30:02 +00:00
2024-03-21 18:01:26 +00:00
\cventry{Sept. 2021}{\textbf{Boğaziçi University}}{Mechanical Engineering}{}{}{}
2024-04-28 20:37:03 +00:00
\cvlistitem{Did \textit{this} and this is a \textbf{bold} \href{https://example.com}{link}. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.}
\cvlistitem{Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.}
2024-03-11 19:30:02 +00:00
2024-04-14 22:57:16 +00:00
\cventry{Sept. 2015 to June 2020}{\textbf{Boğaziçi University}}{BS in Mechanical Engineering}{Istanbul, Turkey}{}{}
2024-03-11 19:30:02 +00:00
2024-03-21 18:01:26 +00:00
\cventry{Sept. 2021}{\textbf{Boğaziçi University}}{BS in Mechanical Engineering}{Istanbul, Turkey}{}{}
2024-03-17 19:36:29 +00:00
2024-03-21 18:01:26 +00:00
\cventry{Sept. 2015 to present}{\textbf{Boğaziçi University}}{BS in Mechanical Engineering}{Istanbul, Turkey}{}{}
2024-04-28 20:37:03 +00:00
\cvlistitem{Did \textit{this} and this is a \textbf{bold} \href{https://example.com}{link}. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.}
\cvlistitem{Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.}
2024-03-11 19:30:02 +00:00
2024-03-21 18:01:26 +00:00
\cventry{Sept. 2021}{\textbf{Boğaziçi University}}{BS in Mechanical Engineering}{Istanbul, Turkey}{}{}
2024-03-11 19:30:02 +00:00
2024-04-14 22:57:16 +00:00
\cventry{June 2020}{\textbf{Boğaziçi University}}{BS in Mechanical Engineering}{Istanbul, Turkey}{}{}
2024-04-28 20:37:03 +00:00
\cvlistitem{Did \textit{this} and this is a \textbf{bold} \href{https://example.com}{link}. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.}
\cvlistitem{Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.}
2024-03-11 19:30:02 +00:00
2024-03-21 18:01:26 +00:00
\cventry{Sept. 2021}{\textbf{Boğaziçi University}}{BS in Mechanical Engineering}{Istanbul, Turkey}{}{}
2024-04-28 20:37:03 +00:00
\cvlistitem{Did \textit{this} and this is a \textbf{bold} \href{https://example.com}{link}. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.}
\cvlistitem{Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.}
2024-03-11 19:30:02 +00:00
2024-03-21 18:01:26 +00:00
\cventry{Sept. 2021}{\textbf{Boğaziçi University}}{BS in Mechanical Engineering}{}{}{}
2024-03-11 19:30:02 +00:00
2024-04-14 22:57:16 +00:00
\cventry{Sept. 2015 to June 2020}{\textbf{Boğaziçi University}}{BS in Mechanical Engineering}{}{}{}
2024-04-28 20:37:03 +00:00
\cvlistitem{Did \textit{this} and this is a \textbf{bold} \href{https://example.com}{link}. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.}
\cvlistitem{Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.}
2024-03-11 19:30:02 +00:00
2024-03-21 18:01:26 +00:00
\cventry{Sept. 2021}{\textbf{Boğaziçi University}}{BS in Mechanical Engineering}{}{}{}
2024-04-28 20:37:03 +00:00
\cvlistitem{Did \textit{this} and this is a \textbf{bold} \href{https://example.com}{link}. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.}
\cvlistitem{Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.}
2024-03-11 19:30:02 +00:00
2024-03-21 18:01:26 +00:00
\cventry{Sept. 2021}{\textbf{Boğaziçi University}}{BS in Mechanical Engineering}{}{}{}
2024-04-28 20:37:03 +00:00
\cvlistitem{Did \textit{this} and this is a \textbf{bold} \href{https://example.com}{link}. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.}
\cvlistitem{Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.}
2024-03-11 19:30:02 +00:00
2024-03-21 18:01:26 +00:00
\cventry{Sept. 2021}{\textbf{Boğaziçi University}}{Mechanical Engineering}{Istanbul, Turkey}{}{}
2024-03-11 19:30:02 +00:00
2024-04-14 22:57:16 +00:00
\cventry{Sept. 2015 to June 2020}{\textbf{Boğaziçi University}}{Mechanical Engineering}{Istanbul, Turkey}{}{}
2024-04-28 20:37:03 +00:00
\cvlistitem{Did \textit{this} and this is a \textbf{bold} \href{https://example.com}{link}. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.}
\cvlistitem{Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.}
2024-03-11 19:30:02 +00:00
2024-03-21 18:01:26 +00:00
\cventry{Sept. 2021}{\textbf{Boğaziçi University}}{Mechanical Engineering}{Istanbul, Turkey}{}{}
2024-04-28 20:37:03 +00:00
\cvlistitem{Did \textit{this} and this is a \textbf{bold} \href{https://example.com}{link}. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.}
\cvlistitem{Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.}
2024-03-11 19:30:02 +00:00
2024-03-21 18:01:26 +00:00
\cventry{Sept. 2021}{\textbf{Boğaziçi University}}{Mechanical Engineering}{Istanbul, Turkey}{}{}
2024-04-28 20:37:03 +00:00
\cvlistitem{Did \textit{this} and this is a \textbf{bold} \href{https://example.com}{link}. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.}
\cvlistitem{Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.}
2024-03-11 19:30:02 +00:00
2024-03-21 18:01:26 +00:00
\cventry{Sept. 2021}{\textbf{Boğaziçi University}}{Mechanical Engineering}{}{}{}
2024-04-28 20:37:03 +00:00
\cvlistitem{Did \textit{this} and this is a \textbf{bold} \href{https://example.com}{link}. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.}
\cvlistitem{Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.}
2024-03-11 19:30:02 +00:00
2024-03-21 18:01:26 +00:00
\cventry{Sept. 2021}{\textbf{Boğaziçi University}}{BS in Mechanical Engineering}{Istanbul, Turkey}{}{}
2024-03-11 19:30:02 +00:00
2024-04-14 22:57:16 +00:00
\cventry{Sept. 2015 to June 2020}{\textbf{Boğaziçi University}}{BS in Mechanical Engineering}{Istanbul, Turkey}{}{}
2024-04-28 20:37:03 +00:00
\cvlistitem{Did \textit{this} and this is a \textbf{bold} \href{https://example.com}{link}. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.}
\cvlistitem{Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.}
2024-03-11 19:30:02 +00:00
2024-03-21 18:01:26 +00:00
\cventry{Sept. 2021}{\textbf{Boğaziçi University}}{BS in Mechanical Engineering}{Istanbul, Turkey}{}{}
2024-04-28 20:37:03 +00:00
\cvlistitem{Did \textit{this} and this is a \textbf{bold} \href{https://example.com}{link}. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.}
\cvlistitem{Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.}
2024-03-11 19:30:02 +00:00
2024-03-21 18:01:26 +00:00
\cventry{Sept. 2021}{\textbf{Boğaziçi University}}{BS in Mechanical Engineering}{Istanbul, Turkey}{}{}
2024-04-28 20:37:03 +00:00
\cvlistitem{Did \textit{this} and this is a \textbf{bold} \href{https://example.com}{link}. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.}
\cvlistitem{Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.}
2024-03-11 19:30:02 +00:00
2024-03-21 18:01:26 +00:00
\cventry{Sept. 2021}{\textbf{Boğaziçi University}}{BS in Mechanical Engineering}{}{}{}
2024-04-28 20:37:03 +00:00
\cvlistitem{Did \textit{this} and this is a \textbf{bold} \href{https://example.com}{link}. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.}
\cvlistitem{Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.}
2024-03-17 19:10:43 +00:00
2024-03-21 18:01:26 +00:00
\cventry{Sept. 2021}{\textbf{Boğaziçi University}}{Mechanical Engineering}{Istanbul, Turkey}{}{}
2024-04-28 20:37:03 +00:00
\cvlistitem{Did \textit{this} and this is a \textbf{bold} \href{https://example.com}{link}. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.}
\cvlistitem{Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.}
2024-03-17 19:36:29 +00:00
2024-03-21 18:01:26 +00:00
\cventry{Sept. 2021}{\textbf{Boğaziçi University}}{BS in Mechanical Engineering}{Istanbul, Turkey}{}{}
2024-04-28 20:37:03 +00:00
\cvlistitem{Did \textit{this} and this is a \textbf{bold} \href{https://example.com}{link}. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.}
\cvlistitem{Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.}
2024-02-18 19:41:45 +00:00
2024-03-11 19:30:02 +00:00
\section{Normal Entries}
2024-03-10 18:08:18 +00:00
2024-03-11 19:30:02 +00:00
\cventry{}{My Project}{}{}{}{}
2024-03-10 18:08:18 +00:00
2024-03-11 19:30:02 +00:00
2024-03-21 18:01:26 +00:00
\cventry{}{My Project}{Istanbul, Turkey}{}{}{}
2024-03-17 19:10:43 +00:00
2024-03-11 19:30:02 +00:00
\cventry{Sept. 2015 to present}{My Project}{}{}{}{}
2024-04-14 22:57:16 +00:00
\cventry{June 2020}{My Project}{}{}{}{}
2024-03-11 19:30:02 +00:00
\cventry{Sept. 2021}{My Project}{}{}{}{}
\cventry{}{My Project}{}{}{}{}
2024-04-28 20:37:03 +00:00
\cvlistitem{Did \textit{this} and this is a \textbf{bold} \href{https://example.com}{link}. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.}
\cvlistitem{Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.}
2024-03-11 19:30:02 +00:00
2024-03-21 18:01:26 +00:00
\cventry{Sept. 2015 to present}{My Project}{Istanbul, Turkey}{}{}{}
2024-03-11 19:30:02 +00:00
2024-04-14 22:57:16 +00:00
\cventry{June 2020}{My Project}{Istanbul, Turkey}{}{}{}
2024-03-11 19:30:02 +00:00
2024-03-21 18:01:26 +00:00
\cventry{Sept. 2021}{My Project}{Istanbul, Turkey}{}{}{}
2024-03-11 19:30:02 +00:00
2024-03-21 18:01:26 +00:00
\cventry{}{My Project}{Istanbul, Turkey}{}{}{}
2024-04-28 20:37:03 +00:00
\cvlistitem{Did \textit{this} and this is a \textbf{bold} \href{https://example.com}{link}. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.}
\cvlistitem{Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.}
2024-03-11 19:30:02 +00:00
2024-04-14 22:57:16 +00:00
\cventry{Sept. 2015 to June 2020}{My Project}{}{}{}{}
2024-03-11 19:30:02 +00:00
\cventry{Sept. 2021}{My Project}{}{}{}{}
2024-03-17 19:10:43 +00:00
\cventry{Sept. 2015 to present}{My Project}{}{}{}{}
2024-04-28 20:37:03 +00:00
\cvlistitem{Did \textit{this} and this is a \textbf{bold} \href{https://example.com}{link}. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.}
\cvlistitem{Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.}
2024-03-11 19:30:02 +00:00
\cventry{Sept. 2021}{My Project}{}{}{}{}
2024-04-14 22:57:16 +00:00
\cventry{June 2020}{My Project}{}{}{}{}
2024-04-28 20:37:03 +00:00
\cvlistitem{Did \textit{this} and this is a \textbf{bold} \href{https://example.com}{link}. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.}
\cvlistitem{Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.}
2024-03-11 19:30:02 +00:00
\cventry{Sept. 2021}{My Project}{}{}{}{}
2024-04-28 20:37:03 +00:00
\cvlistitem{Did \textit{this} and this is a \textbf{bold} \href{https://example.com}{link}. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.}
\cvlistitem{Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.}
2024-03-11 19:30:02 +00:00
2024-04-14 22:57:16 +00:00
\cventry{Sept. 2015 to June 2020}{My Project}{Istanbul, Turkey}{}{}{}
2024-03-11 19:30:02 +00:00
2024-03-21 18:01:26 +00:00
\cventry{Sept. 2021}{My Project}{Istanbul, Turkey}{}{}{}
2024-03-17 19:10:43 +00:00
2024-03-21 18:01:26 +00:00
\cventry{Sept. 2015 to present}{My Project}{Istanbul, Turkey}{}{}{}
2024-04-28 20:37:03 +00:00
\cvlistitem{Did \textit{this} and this is a \textbf{bold} \href{https://example.com}{link}. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.}
\cvlistitem{Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.}
2024-03-11 19:30:02 +00:00
2024-03-21 18:01:26 +00:00
\cventry{Sept. 2021}{My Project}{Istanbul, Turkey}{}{}{}
2024-03-11 19:30:02 +00:00
2024-04-14 22:57:16 +00:00
\cventry{June 2020}{My Project}{Istanbul, Turkey}{}{}{}
2024-04-28 20:37:03 +00:00
\cvlistitem{Did \textit{this} and this is a \textbf{bold} \href{https://example.com}{link}. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.}
\cvlistitem{Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.}
2024-03-11 19:30:02 +00:00
2024-03-21 18:01:26 +00:00
\cventry{Sept. 2021}{My Project}{Istanbul, Turkey}{}{}{}
2024-04-28 20:37:03 +00:00
\cvlistitem{Did \textit{this} and this is a \textbf{bold} \href{https://example.com}{link}. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.}
\cvlistitem{Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.}
2024-03-11 19:30:02 +00:00
2024-03-17 19:10:43 +00:00
\cventry{Sept. 2021}{My Project}{}{}{}{}
2024-03-11 19:30:02 +00:00
2024-04-14 22:57:16 +00:00
\cventry{Sept. 2015 to June 2020}{My Project}{}{}{}{}
2024-04-28 20:37:03 +00:00
\cvlistitem{Did \textit{this} and this is a \textbf{bold} \href{https://example.com}{link}. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.}
\cvlistitem{Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.}
2024-03-11 19:30:02 +00:00
2024-03-17 19:10:43 +00:00
\cventry{Sept. 2021}{My Project}{}{}{}{}
2024-04-28 20:37:03 +00:00
\cvlistitem{Did \textit{this} and this is a \textbf{bold} \href{https://example.com}{link}. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.}
\cvlistitem{Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.}
2024-03-11 19:30:02 +00:00
\cventry{Sept. 2021}{My Project}{}{}{}{}
2024-04-28 20:37:03 +00:00
\cvlistitem{Did \textit{this} and this is a \textbf{bold} \href{https://example.com}{link}. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.}
\cvlistitem{Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.}
2024-03-11 19:30:02 +00:00
2024-03-21 18:01:26 +00:00
\cventry{Sept. 2021}{My Project}{Istanbul, Turkey}{}{}{}
2024-03-11 19:30:02 +00:00
2024-04-14 22:57:16 +00:00
\cventry{Sept. 2015 to June 2020}{My Project}{Istanbul, Turkey}{}{}{}
2024-04-28 20:37:03 +00:00
\cvlistitem{Did \textit{this} and this is a \textbf{bold} \href{https://example.com}{link}. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.}
\cvlistitem{Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.}
2024-03-11 19:30:02 +00:00
2024-03-21 18:01:26 +00:00
\cventry{Sept. 2021}{My Project}{Istanbul, Turkey}{}{}{}
2024-04-28 20:37:03 +00:00
\cvlistitem{Did \textit{this} and this is a \textbf{bold} \href{https://example.com}{link}. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.}
\cvlistitem{Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.}
2024-03-11 19:30:02 +00:00
2024-03-21 18:01:26 +00:00
\cventry{Sept. 2021}{My Project}{Istanbul, Turkey}{}{}{}
2024-04-28 20:37:03 +00:00
\cvlistitem{Did \textit{this} and this is a \textbf{bold} \href{https://example.com}{link}. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.}
\cvlistitem{Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.}
2024-03-11 19:30:02 +00:00
2024-03-17 19:10:43 +00:00
\cventry{Sept. 2021}{My Project}{}{}{}{}
2024-04-28 20:37:03 +00:00
\cvlistitem{Did \textit{this} and this is a \textbf{bold} \href{https://example.com}{link}. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.}
\cvlistitem{Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.}
2024-03-17 19:10:43 +00:00
2024-03-21 18:01:26 +00:00
\cventry{Sept. 2021}{My Project}{Istanbul, Turkey}{}{}{}
2024-04-28 20:37:03 +00:00
\cvlistitem{Did \textit{this} and this is a \textbf{bold} \href{https://example.com}{link}. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.}
\cvlistitem{Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.}
2024-03-11 19:30:02 +00:00
\section{One Line Entries}
2024-03-21 18:01:26 +00:00
\cvline{Pro\textbf{gram}ming}{Python, C++, JavaScript, MATLAB}
2024-03-10 18:08:18 +00:00
2024-02-18 19:41:45 +00:00
\end{document}