rendercv/tests/testdata/test_generate_latex_file/sb2nov_filled.tex

2621 lines
108 KiB
TeX
Raw Normal View History

2024-02-18 19:41:45 +00:00
\documentclass[10pt, letterpaper]{article}
2024-04-15 23:42:56 +00:00
% Packages:
2024-02-18 19:41:45 +00:00
\usepackage[
2024-04-08 19:29:24 +00:00
ignoreheadfoot, % set margins without considering header and footer
top=2 cm, % seperation between body and page edge from the top
bottom=2 cm, % seperation between body and page edge from the bottom
left=2 cm, % seperation between body and page edge from the left
right=2 cm, % seperation between body and page edge from the right
footskip=1.0 cm, % seperation between body and footer
% showframe % for debugging
]{geometry} % for adjusting page geometry
2024-04-15 23:42:56 +00:00
\usepackage{titlesec} % for customizing section titles
\usepackage{tabularx} % for making tables with fixed width columns
\usepackage{array} % tabularx requires this
\usepackage[dvipsnames]{xcolor} % for coloring text
\definecolor{primaryColor}{RGB}{0, 79, 144} % define primary color
\usepackage{enumitem} % for customizing lists
\usepackage{fontawesome5} % for using icons
\usepackage{amsmath} % for math
2024-02-23 18:10:25 +00:00
\usepackage[
2024-04-08 19:29:24 +00:00
pdftitle={John Doe's CV},
2024-04-15 23:42:56 +00:00
pdfauthor={John Doe},
colorlinks=true,
urlcolor=primaryColor
]{hyperref} % for links, metadata and bookmarks
2024-02-18 19:41:45 +00:00
\usepackage[pscoord]{eso-pic} % for floating text on the page
2024-04-15 23:42:56 +00:00
\usepackage{calc} % for calculating lengths
\usepackage{bookmark} % for bookmarks
2024-02-18 19:41:45 +00:00
\usepackage{lastpage} % for getting the total number of pages
2024-04-15 23:42:56 +00:00
\usepackage{changepage} % for one column entries (adjustwidth environment)
\usepackage{paracol} % for two and three column entries
\usepackage{ifthen} % for conditional statements
\usepackage{needspace} % for avoiding page brake right after the section title
2024-04-16 11:42:47 +00:00
\usepackage{iftex} % check if engine is pdflatex, xetex or luatex
2024-04-15 23:42:56 +00:00
% Ensure that generate pdf is machine readable/ATS parsable:
2024-04-16 11:42:47 +00:00
\ifPDFTeX
2024-04-15 23:42:56 +00:00
\input{glyphtounicode}
\pdfgentounicode=1
2024-04-28 21:30:02 +00:00
% \usepackage[T1]{fontenc} % this breaks sb2nov
\usepackage[utf8]{inputenc}
2024-04-30 19:12:45 +00:00
\usepackage{lmodern}
2024-04-15 23:42:56 +00:00
\fi
2024-04-30 19:12:45 +00:00
2024-04-15 23:42:56 +00:00
% Some settings:
\AtBeginEnvironment{adjustwidth}{\partopsep0pt} % remove space before adjustwidth environment
\pagestyle{empty} % no header or footer
2024-02-18 19:41:45 +00:00
\setcounter{secnumdepth}{0} % no section numbering
\setlength{\parindent}{0pt} % no indentation
\setlength{\topskip}{0pt} % no top skip
2024-04-15 23:42:56 +00:00
\setlength{\columnsep}{0cm} % set column seperation
\makeatletter
\let\ps@customFooterStyle\ps@plain % Copy the plain style to customFooterStyle
\patchcmd{\ps@customFooterStyle}{\thepage}{
\color{gray}\textit{\small John Doe - Page \thepage{} of \pageref*{LastPage}}
}{}{} % replace number by desired string
\makeatother
\pagestyle{customFooterStyle}
2024-02-18 19:41:45 +00:00
2024-05-19 12:52:18 +00:00
\titleformat{\section}{\needspace{4\baselineskip}\bfseries\large}{}{0pt}{}[\vspace{1pt}\titlerule]
2024-02-18 19:41:45 +00:00
\titlespacing{\section}{
2024-04-15 23:42:56 +00:00
% left space:
-1pt
}{
% top space:
0.3 cm
}{
% bottom space:
0.2 cm
} % section title spacing
\renewcommand\labelitemi{$\circ$} % custom bullet points
\newenvironment{highlights}{
\begin{itemize}[
topsep=0.10 cm,
parsep=0.10 cm,
partopsep=0pt,
itemsep=0pt,
2024-05-17 13:04:38 +00:00
leftmargin=0.4 cm + 10pt
2024-04-15 23:42:56 +00:00
]
}{
\end{itemize}
} % new environment for highlights
2024-05-19 14:43:10 +00:00
\newenvironment{highlightsforbulletentries}{
\begin{itemize}[
topsep=0.10 cm,
parsep=0.10 cm,
partopsep=0pt,
itemsep=0pt,
leftmargin=10pt
]
}{
\end{itemize}
} % new environment for highlights for bullet entries
2024-04-15 23:42:56 +00:00
\newenvironment{onecolentry}{
\begin{adjustwidth}{
0.2 cm + 0.00001 cm
2024-02-18 19:41:45 +00:00
}{
2024-04-15 23:42:56 +00:00
0.2 cm + 0.00001 cm
}
}{
\end{adjustwidth}
} % new environment for one column entries
\newenvironment{twocolentry}[2][]{
\onecolentry
\def\secondColumn{#2}
2024-04-15 23:54:30 +00:00
\setcolumnwidth{\fill, 4.5 cm}
2024-04-15 23:42:56 +00:00
\begin{paracol}{2}
}{
\switchcolumn \raggedleft \secondColumn
\end{paracol}
\endonecolentry
} % new environment for two column entries
\newenvironment{header}{
\setlength{\topsep}{0pt}\par\kern\topsep\centering\linespread{1.5}
}{
\par\kern\topsep
} % new environment for the header
2024-02-18 19:41:45 +00:00
\newcommand{\placelastupdatedtext}{% \placetextbox{<horizontal pos>}{<vertical pos>}{<stuff>}
\AddToShipoutPictureFG*{% Add <stuff> to current page foreground
\put(
\LenToUnit{\paperwidth-2 cm-0.2 cm+0.05cm},
\LenToUnit{\paperheight-1.0 cm}
){\vtop{{\null}\makebox[0pt][c]{
\small\color{gray}\textit{Last updated in January 2024}\hspace{\widthof{Last updated in January 2024}}
}}}%
}%
}%
2024-04-15 23:42:56 +00:00
% save the original href command in a new command:
\let\hrefWithoutArrow\href
% new command for external links:
2024-05-31 16:56:38 +00:00
\renewcommand{\href}[2]{\hrefWithoutArrow{#1}{\ifthenelse{\equal{#2}{}}{ }{#2 }\raisebox{.15ex}{\footnotesize \faExternalLink*}}}
2024-04-15 23:42:56 +00:00
2024-02-18 19:41:45 +00:00
\begin{document}
2024-06-06 14:32:56 +00:00
\newcommand{\AND}{\unskip
\cleaders\copy\ANDbox\hskip\wd\ANDbox
\ignorespaces
}
\newsavebox\ANDbox
\sbox\ANDbox{}
2024-02-18 19:41:45 +00:00
\placelastupdatedtext
2024-04-15 23:42:56 +00:00
\begin{header}
\textbf{\fontsize{24 pt}{24 pt}\selectfont John Doe}
2024-02-18 19:41:45 +00:00
\vspace{0.3 cm}
2024-04-15 23:42:56 +00:00
\normalsize
2024-06-06 14:32:56 +00:00
\mbox{{\color{black}\footnotesize\faMapMarker*}\hspace*{0.13cm}Istanbul, Turkey}%
\kern 0.25 cm%
\AND%
\kern 0.25 cm%
\mbox{\hrefWithoutArrow{mailto:john_doe@example.com}{\color{black}{\footnotesize\faEnvelope[regular]}\hspace*{0.13cm}john\_doe@example.com}}%
\kern 0.25 cm%
\AND%
\kern 0.25 cm%
\mbox{\hrefWithoutArrow{tel:+90-541-999-99-99}{\color{black}{\footnotesize\faPhone*}\hspace*{0.13cm}+90 541 999 99 99}}%
\kern 0.25 cm%
\AND%
\kern 0.25 cm%
\mbox{\hrefWithoutArrow{https://example.com/}{\color{black}{\footnotesize\faLink}\hspace*{0.13cm}example.com}}%
\kern 0.25 cm%
\AND%
\kern 0.25 cm%
\mbox{\hrefWithoutArrow{https://linkedin.com/in/johndoe}{\color{black}{\footnotesize\faLinkedinIn}\hspace*{0.13cm}johndoe}}%
\kern 0.25 cm%
\AND%
\kern 0.25 cm%
\mbox{\hrefWithoutArrow{https://github.com/johndoe}{\color{black}{\footnotesize\faGithub}\hspace*{0.13cm}johndoe}}%
\kern 0.25 cm%
\AND%
\kern 0.25 cm%
\mbox{\hrefWithoutArrow{https://instagram.com/johndoe}{\color{black}{\footnotesize\faInstagram}\hspace*{0.13cm}johndoe}}%
\kern 0.25 cm%
\AND%
\kern 0.25 cm%
\mbox{\hrefWithoutArrow{https://orcid.org/0000-0000-0000-0000}{\color{black}{\footnotesize\faOrcid}\hspace*{0.13cm}0000-0000-0000-0000}}%
\kern 0.25 cm%
\AND%
\kern 0.25 cm%
\mbox{\hrefWithoutArrow{https://scholar.google.com/citations?user=F8IyYrQAAAAJ}{\color{black}{\footnotesize\faGraduationCap}\hspace*{0.13cm}Google Scholar}}%
\kern 0.25 cm%
\AND%
\kern 0.25 cm%
\mbox{\hrefWithoutArrow{https://example.com/@johndoe}{\color{black}{\footnotesize\faMastodon}\hspace*{0.13cm}@johndoe@example.com}}%
\kern 0.25 cm%
\AND%
\kern 0.25 cm%
\mbox{\hrefWithoutArrow{https://twitter.com/johndoe}{\color{black}{\footnotesize\faTwitter}\hspace*{0.13cm}johndoe}}%
\kern 0.25 cm%
\AND%
\kern 0.25 cm%
\mbox{\hrefWithoutArrow{https://stackoverflow.com/users/12323/johndoe}{\color{black}{\footnotesize\faStackOverflow}\hspace*{0.13cm}johndoe}}%
\kern 0.25 cm%
\AND%
\kern 0.25 cm%
\mbox{\hrefWithoutArrow{https://gitlab.com/johndoe}{\color{black}{\footnotesize\faGitlab}\hspace*{0.13cm}johndoe}}%
\kern 0.25 cm%
\AND%
\kern 0.25 cm%
\mbox{\hrefWithoutArrow{https://researchgate.net/profile/johndoe}{\color{black}{\footnotesize\faResearchgate}\hspace*{0.13cm}johndoe}}%
\kern 0.25 cm%
\AND%
\kern 0.25 cm%
\mbox{\hrefWithoutArrow{https://youtube.com/@johndoe}{\color{black}{\footnotesize\faYoutube}\hspace*{0.13cm}johndoe}}%
2024-04-15 23:42:56 +00:00
\end{header}
\vspace{0.3 cm - 0.3 cm}
2024-02-18 19:41:45 +00:00
2024-03-11 19:30:02 +00:00
\section{Text Entries}
2024-02-18 19:41:45 +00:00
2024-05-19 14:43:10 +00:00
2024-04-15 23:42:56 +00:00
\begin{onecolentry}
This is a \textit{TextEntry}. It is only a text and can be useful for sections like \textbf{Summary}. To showcase the TextEntry completely, this sentence is added, but it doesn't contain any information.
\end{onecolentry}
\vspace{0.2 cm}
\begin{onecolentry}
This is a \textit{TextEntry}. It is only a text and can be useful for sections like \textbf{Summary}. To showcase the TextEntry completely, this sentence is added, but it doesn't contain any information.
\end{onecolentry}
2024-02-18 19:41:45 +00:00
2024-04-15 23:42:56 +00:00
\vspace{0.2 cm}
2024-02-18 19:41:45 +00:00
2024-04-15 23:42:56 +00:00
\begin{onecolentry}
This is a \textit{TextEntry}. It is only a text and can be useful for sections like \textbf{Summary}. To showcase the TextEntry completely, this sentence is added, but it doesn't contain any information.
\end{onecolentry}
2024-03-11 19:30:02 +00:00
2024-04-15 23:42:56 +00:00
2024-03-11 19:30:02 +00:00
\section{Bullet Entries}
2024-05-19 14:43:10 +00:00
\begin{onecolentry}
\begin{highlightsforbulletentries}
2024-04-15 23:42:56 +00:00
2024-03-11 19:30:02 +00:00
2024-05-19 14:43:10 +00:00
\item This is a bullet entry.
2024-03-11 19:30:02 +00:00
2024-05-19 14:43:10 +00:00
\item This is a bullet entry.
\end{highlightsforbulletentries}
\end{onecolentry}
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-05-19 14:43:10 +00:00
2024-04-15 23:42:56 +00:00
\begin{samepage}
2024-05-17 12:33:05 +00:00
\begin{onecolentry}
\textbf{Magneto-Thermal Thin Shell Approximation for 3D Finite Element Analysis of No-Insulation Coils}
2024-05-20 19:11:02 +00:00
\vspace{0.10 cm}
2024-06-04 22:14:08 +00:00
\mbox{J. Doe}, \mbox{\textbf{\textit{H. Tom}}}, \mbox{S. Doe}, \mbox{A. Andsurname}, \mbox{S. Doe}, \mbox{A. Andsurname}, \mbox{S. Doe}, \mbox{A. Andsurname}, \mbox{S. Doe}, \mbox{A. Andsurname}
2024-05-17 12:33:05 +00:00
\end{onecolentry}
\end{samepage}
\vspace{0.2 cm-3px}
\begin{samepage}
\begin{onecolentry}
\textbf{Magneto-Thermal Thin Shell Approximation for 3D Finite Element Analysis of No-Insulation Coils}
2024-05-20 19:11:02 +00:00
\vspace{0.10 cm}
2024-06-04 22:14:08 +00:00
\mbox{J. Doe}, \mbox{\textbf{\textit{H. Tom}}}, \mbox{S. Doe}, \mbox{A. Andsurname}, \mbox{S. Doe}, \mbox{A. Andsurname}, \mbox{S. Doe}, \mbox{A. Andsurname}, \mbox{S. Doe}, \mbox{A. Andsurname}
2024-05-17 12:33:05 +00:00
\end{onecolentry}
2024-04-15 23:42:56 +00:00
2024-05-17 12:33:05 +00:00
\vspace{0.10 cm-3px}
\begin{onecolentry}
2024-06-04 22:14:08 +00:00
\href{https://doi.org/10.1109/TASC.2023.3340648}{10.1109/TASC.2023.3340648}
\end{onecolentry}
\end{samepage}
\vspace{0.2 cm-3px}
\begin{samepage}
\begin{onecolentry}
\textbf{Magneto-Thermal Thin Shell Approximation for 3D Finite Element Analysis of No-Insulation Coils}
\vspace{0.10 cm}
\mbox{J. Doe}, \mbox{\textbf{\textit{H. Tom}}}, \mbox{S. Doe}, \mbox{A. Andsurname}, \mbox{S. Doe}, \mbox{A. Andsurname}, \mbox{S. Doe}, \mbox{A. Andsurname}, \mbox{S. Doe}, \mbox{A. Andsurname}
\end{onecolentry}
\vspace{0.10 cm-3px}
\begin{onecolentry}
\href{https://example.com}{example.com} \end{onecolentry}
2024-04-15 23:42:56 +00:00
\end{samepage}
2024-04-16 12:53:29 +00:00
\vspace{0.2 cm-3px}
2024-04-15 23:42:56 +00:00
\begin{samepage}
2024-05-17 12:33:05 +00:00
\begin{onecolentry}
\textbf{Magneto-Thermal Thin Shell Approximation for 3D Finite Element Analysis of No-Insulation Coils}
2024-05-20 19:11:02 +00:00
\vspace{0.10 cm}
2024-06-04 22:14:08 +00:00
\mbox{J. Doe}, \mbox{\textbf{\textit{H. Tom}}}, \mbox{S. Doe}, \mbox{A. Andsurname}, \mbox{S. Doe}, \mbox{A. Andsurname}, \mbox{S. Doe}, \mbox{A. Andsurname}, \mbox{S. Doe}, \mbox{A. Andsurname}
2024-05-17 12:33:05 +00:00
\end{onecolentry}
\vspace{0.10 cm-3px}
\begin{onecolentry}
IEEE Transactions on Applied Superconductivity \end{onecolentry}
\end{samepage}
\vspace{0.2 cm-3px}
\begin{samepage}
\begin{twocolentry}{
2024-06-06 14:32:56 +00:00
Sept 2021
2024-04-15 23:42:56 +00:00
}
\textbf{Magneto-Thermal Thin Shell Approximation for 3D Finite Element Analysis of No-Insulation Coils}
2024-05-20 19:11:02 +00:00
\vspace{0.10 cm}
2024-06-04 22:14:08 +00:00
\mbox{J. Doe}, \mbox{\textbf{\textit{H. Tom}}}, \mbox{S. Doe}, \mbox{A. Andsurname}, \mbox{S. Doe}, \mbox{A. Andsurname}, \mbox{S. Doe}, \mbox{A. Andsurname}, \mbox{S. Doe}, \mbox{A. Andsurname}
\end{twocolentry}
\end{samepage}
\vspace{0.2 cm-3px}
\begin{samepage}
\begin{onecolentry}
\textbf{Magneto-Thermal Thin Shell Approximation for 3D Finite Element Analysis of No-Insulation Coils}
\vspace{0.10 cm}
\mbox{J. Doe}, \mbox{\textbf{\textit{H. Tom}}}, \mbox{S. Doe}, \mbox{A. Andsurname}, \mbox{S. Doe}, \mbox{A. Andsurname}, \mbox{S. Doe}, \mbox{A. Andsurname}, \mbox{S. Doe}, \mbox{A. Andsurname}
\end{onecolentry}
\vspace{0.10 cm-3px}
\begin{onecolentry}
\href{https://doi.org/10.1109/TASC.2023.3340648}{10.1109/TASC.2023.3340648}
\end{onecolentry}
\end{samepage}
\vspace{0.2 cm-3px}
\begin{samepage}
\begin{onecolentry}
\textbf{Magneto-Thermal Thin Shell Approximation for 3D Finite Element Analysis of No-Insulation Coils}
\vspace{0.10 cm}
\mbox{J. Doe}, \mbox{\textbf{\textit{H. Tom}}}, \mbox{S. Doe}, \mbox{A. Andsurname}, \mbox{S. Doe}, \mbox{A. Andsurname}, \mbox{S. Doe}, \mbox{A. Andsurname}, \mbox{S. Doe}, \mbox{A. Andsurname}
\end{onecolentry}
\vspace{0.10 cm-3px}
\begin{onecolentry}
\href{https://doi.org/10.1109/TASC.2023.3340648}{10.1109/TASC.2023.3340648}
(IEEE Transactions on Applied Superconductivity) \end{onecolentry}
\end{samepage}
\vspace{0.2 cm-3px}
\begin{samepage}
\begin{twocolentry}{
2024-06-06 14:32:56 +00:00
Sept 2021
2024-06-04 22:14:08 +00:00
}
\textbf{Magneto-Thermal Thin Shell Approximation for 3D Finite Element Analysis of No-Insulation Coils}
\vspace{0.10 cm}
\mbox{J. Doe}, \mbox{\textbf{\textit{H. Tom}}}, \mbox{S. Doe}, \mbox{A. Andsurname}, \mbox{S. Doe}, \mbox{A. Andsurname}, \mbox{S. Doe}, \mbox{A. Andsurname}, \mbox{S. Doe}, \mbox{A. Andsurname}
2024-05-17 12:33:05 +00:00
\end{twocolentry}
2024-04-15 23:42:56 +00:00
2024-06-04 22:14:08 +00:00
\vspace{0.10 cm-3px}
\begin{onecolentry}
\href{https://doi.org/10.1109/TASC.2023.3340648}{10.1109/TASC.2023.3340648}
\end{onecolentry}
2024-05-18 21:50:04 +00:00
\end{samepage}
\vspace{0.2 cm-3px}
\begin{samepage}
\begin{onecolentry}
\textbf{Magneto-Thermal Thin Shell Approximation for 3D Finite Element Analysis of No-Insulation Coils}
2024-05-20 19:11:02 +00:00
\vspace{0.10 cm}
2024-06-04 22:14:08 +00:00
\mbox{J. Doe}, \mbox{\textbf{\textit{H. Tom}}}, \mbox{S. Doe}, \mbox{A. Andsurname}, \mbox{S. Doe}, \mbox{A. Andsurname}, \mbox{S. Doe}, \mbox{A. Andsurname}, \mbox{S. Doe}, \mbox{A. Andsurname}
2024-05-18 21:50:04 +00:00
\end{onecolentry}
2024-04-16 12:53:29 +00:00
\vspace{0.10 cm-3px}
2024-04-15 23:42:56 +00:00
\begin{onecolentry}
2024-06-04 22:14:08 +00:00
\href{https://example.com}{example.com} (IEEE Transactions on Applied Superconductivity) \end{onecolentry}
2024-04-15 23:42:56 +00:00
\end{samepage}
2024-04-16 12:53:29 +00:00
\vspace{0.2 cm-3px}
2024-04-15 23:42:56 +00:00
\begin{samepage}
2024-05-17 12:33:05 +00:00
\begin{twocolentry}{
2024-06-06 14:32:56 +00:00
Sept 2021
2024-04-15 23:42:56 +00:00
}
\textbf{Magneto-Thermal Thin Shell Approximation for 3D Finite Element Analysis of No-Insulation Coils}
2024-05-20 19:11:02 +00:00
\vspace{0.10 cm}
2024-06-04 22:14:08 +00:00
\mbox{J. Doe}, \mbox{\textbf{\textit{H. Tom}}}, \mbox{S. Doe}, \mbox{A. Andsurname}, \mbox{S. Doe}, \mbox{A. Andsurname}, \mbox{S. Doe}, \mbox{A. Andsurname}, \mbox{S. Doe}, \mbox{A. Andsurname}
2024-05-17 12:33:05 +00:00
\end{twocolentry}
2024-04-15 23:42:56 +00:00
2024-04-16 12:53:29 +00:00
\vspace{0.10 cm-3px}
2024-04-15 23:42:56 +00:00
\begin{onecolentry}
2024-06-04 22:14:08 +00:00
\href{https://example.com}{example.com} \end{onecolentry}
2024-04-15 23:42:56 +00:00
\end{samepage}
2024-04-16 12:53:29 +00:00
\vspace{0.2 cm-3px}
2024-04-15 23:42:56 +00:00
\begin{samepage}
2024-05-18 21:50:04 +00:00
\begin{twocolentry}{
2024-06-06 14:32:56 +00:00
Sept 2021
2024-05-18 21:50:04 +00:00
}
2024-05-17 12:33:05 +00:00
\textbf{Magneto-Thermal Thin Shell Approximation for 3D Finite Element Analysis of No-Insulation Coils}
2024-05-20 19:11:02 +00:00
\vspace{0.10 cm}
2024-06-04 22:14:08 +00:00
\mbox{J. Doe}, \mbox{\textbf{\textit{H. Tom}}}, \mbox{S. Doe}, \mbox{A. Andsurname}, \mbox{S. Doe}, \mbox{A. Andsurname}, \mbox{S. Doe}, \mbox{A. Andsurname}, \mbox{S. Doe}, \mbox{A. Andsurname}
2024-05-18 21:50:04 +00:00
\end{twocolentry}
2024-05-17 12:33:05 +00:00
\vspace{0.10 cm-3px}
\begin{onecolentry}
2024-05-18 21:50:04 +00:00
IEEE Transactions on Applied Superconductivity \end{onecolentry}
2024-05-17 12:33:05 +00:00
\end{samepage}
\vspace{0.2 cm-3px}
2024-06-04 22:14:08 +00:00
\begin{samepage}
\begin{onecolentry}
\textbf{Magneto-Thermal Thin Shell Approximation for 3D Finite Element Analysis of No-Insulation Coils}
\vspace{0.10 cm}
\mbox{J. Doe}, \mbox{\textbf{\textit{H. Tom}}}, \mbox{S. Doe}, \mbox{A. Andsurname}, \mbox{S. Doe}, \mbox{A. Andsurname}, \mbox{S. Doe}, \mbox{A. Andsurname}, \mbox{S. Doe}, \mbox{A. Andsurname}
\end{onecolentry}
\vspace{0.10 cm-3px}
\begin{onecolentry}
\href{https://doi.org/10.1109/TASC.2023.3340648}{10.1109/TASC.2023.3340648}
(IEEE Transactions on Applied Superconductivity) \end{onecolentry}
\end{samepage}
\vspace{0.2 cm-3px}
\begin{samepage}
\begin{twocolentry}{
2024-06-06 14:32:56 +00:00
Sept 2021
2024-06-04 22:14:08 +00:00
}
\textbf{Magneto-Thermal Thin Shell Approximation for 3D Finite Element Analysis of No-Insulation Coils}
\vspace{0.10 cm}
\mbox{J. Doe}, \mbox{\textbf{\textit{H. Tom}}}, \mbox{S. Doe}, \mbox{A. Andsurname}, \mbox{S. Doe}, \mbox{A. Andsurname}, \mbox{S. Doe}, \mbox{A. Andsurname}, \mbox{S. Doe}, \mbox{A. Andsurname}
\end{twocolentry}
\vspace{0.10 cm-3px}
\begin{onecolentry}
\href{https://doi.org/10.1109/TASC.2023.3340648}{10.1109/TASC.2023.3340648}
\end{onecolentry}
\end{samepage}
\vspace{0.2 cm-3px}
\begin{samepage}
\begin{twocolentry}{
2024-06-06 14:32:56 +00:00
Sept 2021
2024-06-04 22:14:08 +00:00
}
\textbf{Magneto-Thermal Thin Shell Approximation for 3D Finite Element Analysis of No-Insulation Coils}
\vspace{0.10 cm}
\mbox{J. Doe}, \mbox{\textbf{\textit{H. Tom}}}, \mbox{S. Doe}, \mbox{A. Andsurname}, \mbox{S. Doe}, \mbox{A. Andsurname}, \mbox{S. Doe}, \mbox{A. Andsurname}, \mbox{S. Doe}, \mbox{A. Andsurname}
\end{twocolentry}
\vspace{0.10 cm-3px}
\begin{onecolentry}
\href{https://doi.org/10.1109/TASC.2023.3340648}{10.1109/TASC.2023.3340648}
(IEEE Transactions on Applied Superconductivity) \end{onecolentry}
\end{samepage}
\vspace{0.2 cm-3px}
\begin{samepage}
\begin{twocolentry}{
2024-06-06 14:32:56 +00:00
Sept 2021
2024-06-04 22:14:08 +00:00
}
\textbf{Magneto-Thermal Thin Shell Approximation for 3D Finite Element Analysis of No-Insulation Coils}
\vspace{0.10 cm}
\mbox{J. Doe}, \mbox{\textbf{\textit{H. Tom}}}, \mbox{S. Doe}, \mbox{A. Andsurname}, \mbox{S. Doe}, \mbox{A. Andsurname}, \mbox{S. Doe}, \mbox{A. Andsurname}, \mbox{S. Doe}, \mbox{A. Andsurname}
\end{twocolentry}
\vspace{0.10 cm-3px}
\begin{onecolentry}
\href{https://example.com}{example.com} (IEEE Transactions on Applied Superconductivity) \end{onecolentry}
\end{samepage}
\vspace{0.2 cm-3px}
2024-05-17 12:33:05 +00:00
\begin{samepage}
\begin{twocolentry}{
2024-06-06 14:32:56 +00:00
Sept 2021
2024-04-15 23:42:56 +00:00
}
\textbf{Magneto-Thermal Thin Shell Approximation for 3D Finite Element Analysis of No-Insulation Coils}
2024-05-20 19:11:02 +00:00
\vspace{0.10 cm}
2024-06-04 22:14:08 +00:00
\mbox{J. Doe}, \mbox{\textbf{\textit{H. Tom}}}, \mbox{S. Doe}, \mbox{A. Andsurname}, \mbox{S. Doe}, \mbox{A. Andsurname}, \mbox{S. Doe}, \mbox{A. Andsurname}, \mbox{S. Doe}, \mbox{A. Andsurname}
2024-05-17 12:33:05 +00:00
\end{twocolentry}
2024-04-15 23:42:56 +00:00
2024-04-16 12:53:29 +00:00
\vspace{0.10 cm-3px}
2024-04-15 23:42:56 +00:00
\begin{onecolentry}
2024-06-04 22:14:08 +00:00
\href{https://doi.org/10.1109/TASC.2023.3340648}{10.1109/TASC.2023.3340648}
(IEEE Transactions on Applied Superconductivity) \end{onecolentry}
2024-04-15 23:42:56 +00:00
\end{samepage}
\section{Experience Entries}
2024-05-19 14:43:10 +00:00
2024-04-15 23:42:56 +00:00
2024-05-17 12:33:05 +00:00
\begin{onecolentry}
2024-04-15 23:42:56 +00:00
\textbf{Software Engineer}
\textit{Some \textbf{Company}}
2024-05-17 12:33:05 +00:00
\end{onecolentry}
2024-04-15 23:42:56 +00:00
2024-04-16 12:53:29 +00:00
\vspace{0.2 cm-3px}
2024-04-15 23:42:56 +00:00
2024-05-17 12:33:05 +00:00
\begin{twocolentry}{
2024-04-15 23:42:56 +00:00
2024-05-17 12:33:05 +00:00
2024-06-06 14:32:56 +00:00
\textit{Sept 2021}}
2024-04-15 23:42:56 +00:00
\textbf{Software Engineer}
\textit{Some \textbf{Company}}
2024-05-17 12:33:05 +00:00
\end{twocolentry}
2024-04-15 23:42:56 +00:00
2024-04-16 12:53:29 +00:00
\vspace{0.2 cm-3px}
2024-04-15 23:42:56 +00:00
2024-05-17 12:33:05 +00:00
\begin{twocolentry}{
\textit{Istanbul, Turkey}
2024-04-16 12:53:29 +00:00
2024-05-17 12:33:05 +00:00
}
2024-04-15 23:42:56 +00:00
\textbf{Software Engineer}
\textit{Some \textbf{Company}}
2024-05-17 12:33:05 +00:00
\end{twocolentry}
2024-04-15 23:42:56 +00:00
2024-04-16 12:53:29 +00:00
\vspace{0.2 cm-3px}
2024-04-15 23:42:56 +00:00
2024-05-17 12:33:05 +00:00
\begin{twocolentry}{
2024-04-15 23:42:56 +00:00
2024-04-16 12:53:29 +00:00
2024-06-10 17:53:13 +00:00
\textit{Sept 2015 present}}
2024-04-15 23:42:56 +00:00
\textbf{Software Engineer}
\textit{Some \textbf{Company}}
2024-05-17 12:33:05 +00:00
\end{twocolentry}
2024-04-15 23:42:56 +00:00
2024-04-16 12:53:29 +00:00
\vspace{0.2 cm-3px}
2024-04-15 23:42:56 +00:00
2024-05-17 12:33:05 +00:00
\begin{twocolentry}{
2024-04-15 23:42:56 +00:00
2024-04-16 12:53:29 +00:00
2024-05-17 12:33:05 +00:00
\textit{June 2020}}
2024-04-15 23:42:56 +00:00
\textbf{Software Engineer}
\textit{Some \textbf{Company}}
2024-05-17 12:33:05 +00:00
\end{twocolentry}
2024-04-15 23:42:56 +00:00
2024-04-16 12:53:29 +00:00
\vspace{0.2 cm-3px}
2024-04-15 23:42:56 +00:00
2024-05-17 12:33:05 +00:00
\begin{onecolentry}
2024-04-15 23:42:56 +00:00
\textbf{Software Engineer}
\textit{Some \textbf{Company}}
2024-05-17 12:33:05 +00:00
\end{onecolentry}
2024-04-15 23:42:56 +00:00
2024-04-16 12:53:29 +00:00
\vspace{0.10 cm-3px}
2024-04-15 23:42:56 +00:00
\begin{onecolentry}
\begin{highlights}
2024-04-28 20:37:03 +00:00
\item 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.
\item 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-04-15 23:42:56 +00:00
\end{highlights}
\end{onecolentry}
2024-04-16 12:53:29 +00:00
\vspace{0.2 cm-3px}
2024-04-15 23:42:56 +00:00
2024-05-17 12:33:05 +00:00
\begin{twocolentry}{
2024-04-16 12:53:29 +00:00
\textit{Istanbul, Turkey}
2024-04-15 23:42:56 +00:00
2024-06-06 14:32:56 +00:00
\textit{Sept 2021}}
2024-04-15 23:42:56 +00:00
\textbf{Software Engineer}
\textit{Some \textbf{Company}}
2024-05-17 12:33:05 +00:00
\end{twocolentry}
2024-04-15 23:42:56 +00:00
2024-03-27 17:52:01 +00:00
2024-04-16 12:53:29 +00:00
\vspace{0.2 cm-3px}
2024-04-15 23:42:56 +00:00
2024-05-17 12:33:05 +00:00
\begin{twocolentry}{
2024-04-15 23:42:56 +00:00
2024-05-17 12:33:05 +00:00
2024-06-06 14:32:56 +00:00
\textit{Sept 2021}}
2024-04-15 23:42:56 +00:00
\textbf{Software Engineer}
\textit{Some \textbf{Company}}
2024-05-17 12:33:05 +00:00
\end{twocolentry}
2024-04-15 23:42:56 +00:00
2024-04-16 12:53:29 +00:00
\vspace{0.2 cm-3px}
2024-04-15 23:42:56 +00:00
2024-05-17 12:33:05 +00:00
\begin{twocolentry}{
2024-04-15 23:42:56 +00:00
2024-06-06 14:32:56 +00:00
\textit{Sept 2021}}
2024-04-15 23:42:56 +00:00
\textbf{Software Engineer}
\textit{Some \textbf{Company}}
2024-05-17 12:33:05 +00:00
\end{twocolentry}
2024-04-15 23:42:56 +00:00
2024-04-16 12:53:29 +00:00
\vspace{0.2 cm-3px}
2024-04-15 23:42:56 +00:00
2024-05-17 12:33:05 +00:00
\begin{twocolentry}{
2024-04-15 23:42:56 +00:00
2024-05-17 12:33:05 +00:00
2024-06-06 14:32:56 +00:00
\textit{Sept 2021}}
2024-04-15 23:42:56 +00:00
\textbf{Software Engineer}
\textit{Some \textbf{Company}}
2024-05-17 12:33:05 +00:00
\end{twocolentry}
2024-04-15 23:42:56 +00:00
2024-04-16 12:53:29 +00:00
\vspace{0.10 cm-3px}
2024-04-15 23:42:56 +00:00
\begin{onecolentry}
\begin{highlights}
2024-04-28 20:37:03 +00:00
\item 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.
\item 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-04-15 23:42:56 +00:00
\end{highlights}
\end{onecolentry}
2024-04-16 12:53:29 +00:00
\vspace{0.2 cm-3px}
2024-04-15 23:42:56 +00:00
2024-05-17 12:33:05 +00:00
\begin{twocolentry}{
\textit{Istanbul, Turkey}
2024-04-16 12:53:29 +00:00
2024-06-10 17:53:13 +00:00
\textit{Sept 2015 present}}
2024-04-15 23:42:56 +00:00
\textbf{Software Engineer}
\textit{Some \textbf{Company}}
2024-05-17 12:33:05 +00:00
\end{twocolentry}
2024-04-15 23:42:56 +00:00
2024-03-27 17:52:01 +00:00
2024-04-16 12:53:29 +00:00
\vspace{0.2 cm-3px}
2024-04-15 23:42:56 +00:00
2024-05-17 12:33:05 +00:00
\begin{twocolentry}{
\textit{Istanbul, Turkey}
2024-04-16 12:53:29 +00:00
2024-05-17 12:33:05 +00:00
\textit{June 2020}}
2024-04-15 23:42:56 +00:00
\textbf{Software Engineer}
\textit{Some \textbf{Company}}
2024-05-17 12:33:05 +00:00
\end{twocolentry}
2024-04-15 23:42:56 +00:00
2024-03-27 17:52:01 +00:00
2024-04-16 12:53:29 +00:00
\vspace{0.2 cm-3px}
2024-04-15 23:42:56 +00:00
2024-05-17 12:33:05 +00:00
\begin{twocolentry}{
\textit{Istanbul, Turkey}
2024-04-16 12:53:29 +00:00
2024-05-17 12:33:05 +00:00
}
2024-04-15 23:42:56 +00:00
\textbf{Software Engineer}
\textit{Some \textbf{Company}}
2024-05-17 12:33:05 +00:00
\end{twocolentry}
2024-04-15 23:42:56 +00:00
2024-04-16 12:53:29 +00:00
\vspace{0.10 cm-3px}
2024-04-15 23:42:56 +00:00
\begin{onecolentry}
\begin{highlights}
2024-04-28 20:37:03 +00:00
\item 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.
\item 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-04-15 23:42:56 +00:00
\end{highlights}
\end{onecolentry}
2024-04-16 12:53:29 +00:00
\vspace{0.2 cm-3px}
2024-04-15 23:42:56 +00:00
2024-05-17 12:33:05 +00:00
\begin{twocolentry}{
2024-04-15 23:42:56 +00:00
2024-04-16 12:53:29 +00:00
2024-06-10 17:53:13 +00:00
\textit{Sept 2015 June 2020}}
2024-04-15 23:42:56 +00:00
\textbf{Software Engineer}
\textit{Some \textbf{Company}}
2024-05-17 12:33:05 +00:00
\end{twocolentry}
2024-02-18 19:41:45 +00:00
2024-04-16 12:53:29 +00:00
\vspace{0.2 cm-3px}
2024-04-15 23:42:56 +00:00
2024-05-17 12:33:05 +00:00
\begin{twocolentry}{
2024-04-15 23:42:56 +00:00
2024-04-16 12:53:29 +00:00
2024-06-10 17:53:13 +00:00
\textit{Sept 2015 present}}
2024-04-15 23:42:56 +00:00
\textbf{Software Engineer}
\textit{Some \textbf{Company}}
2024-05-17 12:33:05 +00:00
\end{twocolentry}
2024-04-15 23:42:56 +00:00
2024-04-16 12:53:29 +00:00
\vspace{0.10 cm-3px}
2024-04-15 23:42:56 +00:00
\begin{onecolentry}
\begin{highlights}
2024-04-28 20:37:03 +00:00
\item 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.
\item 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-04-15 23:42:56 +00:00
\end{highlights}
\end{onecolentry}
2024-04-16 12:53:29 +00:00
\vspace{0.2 cm-3px}
2024-04-15 23:42:56 +00:00
2024-05-17 12:33:05 +00:00
\begin{twocolentry}{
2024-04-15 23:42:56 +00:00
2024-04-16 12:53:29 +00:00
2024-05-17 12:33:05 +00:00
\textit{June 2020}}
2024-04-15 23:42:56 +00:00
\textbf{Software Engineer}
\textit{Some \textbf{Company}}
2024-05-17 12:33:05 +00:00
\end{twocolentry}
2024-04-15 23:42:56 +00:00
2024-04-16 12:53:29 +00:00
\vspace{0.10 cm-3px}
2024-04-15 23:42:56 +00:00
\begin{onecolentry}
\begin{highlights}
2024-04-28 20:37:03 +00:00
\item 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.
\item 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-04-15 23:42:56 +00:00
\end{highlights}
\end{onecolentry}
2024-04-16 12:53:29 +00:00
\vspace{0.2 cm-3px}
2024-04-15 23:42:56 +00:00
2024-05-17 12:33:05 +00:00
\begin{twocolentry}{
2024-04-16 12:53:29 +00:00
\textit{Istanbul, Turkey}
2024-04-15 23:42:56 +00:00
2024-06-06 14:32:56 +00:00
\textit{Sept 2021}}
2024-04-15 23:42:56 +00:00
\textbf{Software Engineer}
\textit{Some \textbf{Company}}
2024-05-17 12:33:05 +00:00
\end{twocolentry}
2024-04-15 23:42:56 +00:00
2024-03-11 19:30:02 +00:00
2024-04-16 12:53:29 +00:00
\vspace{0.2 cm-3px}
2024-03-17 19:10:43 +00:00
2024-05-17 12:33:05 +00:00
\begin{twocolentry}{
2024-04-16 12:53:29 +00:00
\textit{Istanbul, Turkey}
2024-04-15 23:42:56 +00:00
2024-06-06 14:32:56 +00:00
\textit{Sept 2021}}
2024-04-15 23:42:56 +00:00
\textbf{Software Engineer}
\textit{Some \textbf{Company}}
2024-05-17 12:33:05 +00:00
\end{twocolentry}
2024-03-17 19:10:43 +00:00
2024-03-11 19:30:02 +00:00
2024-04-16 12:53:29 +00:00
\vspace{0.2 cm-3px}
2024-03-11 19:30:02 +00:00
2024-05-17 12:33:05 +00:00
\begin{twocolentry}{
2024-04-16 12:53:29 +00:00
\textit{Istanbul, Turkey}
2024-04-15 23:42:56 +00:00
2024-06-06 14:32:56 +00:00
\textit{Sept 2021}}
2024-04-15 23:42:56 +00:00
\textbf{Software Engineer}
\textit{Some \textbf{Company}}
2024-05-17 12:33:05 +00:00
\end{twocolentry}
2024-04-15 23:42:56 +00:00
2024-04-16 12:53:29 +00:00
\vspace{0.10 cm-3px}
2024-04-15 23:42:56 +00:00
\begin{onecolentry}
\begin{highlights}
2024-04-28 20:37:03 +00:00
\item 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.
\item 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-04-15 23:42:56 +00:00
\end{highlights}
\end{onecolentry}
2024-04-16 12:53:29 +00:00
\vspace{0.2 cm-3px}
2024-04-15 23:42:56 +00:00
2024-05-17 12:33:05 +00:00
\begin{twocolentry}{
2024-04-15 23:42:56 +00:00
2024-06-06 14:32:56 +00:00
\textit{Sept 2021}}
2024-04-15 23:42:56 +00:00
\textbf{Software Engineer}
\textit{Some \textbf{Company}}
2024-05-17 12:33:05 +00:00
\end{twocolentry}
2024-03-11 19:30:02 +00:00
2024-04-16 12:53:29 +00:00
\vspace{0.2 cm-3px}
2024-03-11 19:30:02 +00:00
2024-05-17 12:33:05 +00:00
\begin{twocolentry}{
2024-04-15 23:42:56 +00:00
2024-05-17 12:33:05 +00:00
2024-06-06 14:32:56 +00:00
\textit{Sept 2021}}
2024-04-15 23:42:56 +00:00
\textbf{Software Engineer}
\textit{Some \textbf{Company}}
2024-05-17 12:33:05 +00:00
\end{twocolentry}
2024-04-15 23:42:56 +00:00
2024-04-16 12:53:29 +00:00
\vspace{0.10 cm-3px}
2024-04-15 23:42:56 +00:00
\begin{onecolentry}
\begin{highlights}
2024-04-28 20:37:03 +00:00
\item 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.
\item 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-04-15 23:42:56 +00:00
\end{highlights}
\end{onecolentry}
2024-04-16 12:53:29 +00:00
\vspace{0.2 cm-3px}
2024-04-15 23:42:56 +00:00
2024-05-17 12:33:05 +00:00
\begin{twocolentry}{
2024-04-15 23:42:56 +00:00
2024-06-06 14:32:56 +00:00
\textit{Sept 2021}}
2024-04-15 23:42:56 +00:00
\textbf{Software Engineer}
\textit{Some \textbf{Company}}
2024-05-17 12:33:05 +00:00
\end{twocolentry}
2024-04-15 23:42:56 +00:00
2024-04-16 12:53:29 +00:00
\vspace{0.10 cm-3px}
2024-04-15 23:42:56 +00:00
\begin{onecolentry}
\begin{highlights}
2024-04-28 20:37:03 +00:00
\item 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.
\item 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-04-15 23:42:56 +00:00
\end{highlights}
\end{onecolentry}
2024-04-16 12:53:29 +00:00
\vspace{0.2 cm-3px}
2024-04-15 23:42:56 +00:00
2024-05-17 12:33:05 +00:00
\begin{twocolentry}{
\textit{Istanbul, Turkey}
2024-04-16 12:53:29 +00:00
2024-06-10 17:53:13 +00:00
\textit{Sept 2015 June 2020}}
2024-04-15 23:42:56 +00:00
\textbf{Software Engineer}
\textit{Some \textbf{Company}}
2024-05-17 12:33:05 +00:00
\end{twocolentry}
2024-03-11 19:30:02 +00:00
2024-04-16 12:53:29 +00:00
\vspace{0.2 cm-3px}
2024-03-11 19:30:02 +00:00
2024-05-17 12:33:05 +00:00
\begin{twocolentry}{
\textit{Istanbul, Turkey}
2024-04-16 12:53:29 +00:00
2024-06-10 17:53:13 +00:00
\textit{Sept 2015 present}}
2024-04-15 23:42:56 +00:00
\textbf{Software Engineer}
\textit{Some \textbf{Company}}
2024-05-17 12:33:05 +00:00
\end{twocolentry}
2024-04-15 23:42:56 +00:00
2024-04-16 12:53:29 +00:00
\vspace{0.10 cm-3px}
2024-04-15 23:42:56 +00:00
\begin{onecolentry}
\begin{highlights}
2024-04-28 20:37:03 +00:00
\item 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.
\item 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-04-15 23:42:56 +00:00
\end{highlights}
\end{onecolentry}
2024-04-16 12:53:29 +00:00
\vspace{0.2 cm-3px}
2024-04-15 23:42:56 +00:00
2024-05-17 12:33:05 +00:00
\begin{twocolentry}{
\textit{Istanbul, Turkey}
2024-04-16 12:53:29 +00:00
2024-05-17 12:33:05 +00:00
\textit{June 2020}}
2024-04-15 23:42:56 +00:00
\textbf{Software Engineer}
\textit{Some \textbf{Company}}
2024-05-17 12:33:05 +00:00
\end{twocolentry}
2024-04-15 23:42:56 +00:00
2024-04-16 12:53:29 +00:00
\vspace{0.10 cm-3px}
2024-04-15 23:42:56 +00:00
\begin{onecolentry}
\begin{highlights}
2024-04-28 20:37:03 +00:00
\item 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.
\item 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-04-15 23:42:56 +00:00
\end{highlights}
\end{onecolentry}
2024-04-16 12:53:29 +00:00
\vspace{0.2 cm-3px}
2024-04-15 23:42:56 +00:00
2024-05-17 12:33:05 +00:00
\begin{twocolentry}{
2024-04-15 23:42:56 +00:00
2024-04-16 12:53:29 +00:00
2024-06-10 17:53:13 +00:00
\textit{Sept 2015 June 2020}}
2024-04-15 23:42:56 +00:00
\textbf{Software Engineer}
\textit{Some \textbf{Company}}
2024-05-17 12:33:05 +00:00
\end{twocolentry}
2024-04-15 23:42:56 +00:00
2024-04-16 12:53:29 +00:00
\vspace{0.10 cm-3px}
2024-04-15 23:42:56 +00:00
\begin{onecolentry}
\begin{highlights}
2024-04-28 20:37:03 +00:00
\item 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.
\item 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-04-15 23:42:56 +00:00
\end{highlights}
\end{onecolentry}
2024-04-16 12:53:29 +00:00
\vspace{0.2 cm-3px}
2024-04-15 23:42:56 +00:00
2024-05-17 12:33:05 +00:00
\begin{twocolentry}{
2024-04-16 12:53:29 +00:00
\textit{Istanbul, Turkey}
2024-04-15 23:42:56 +00:00
2024-06-06 14:32:56 +00:00
\textit{Sept 2021}}
2024-04-15 23:42:56 +00:00
\textbf{Software Engineer}
\textit{Some \textbf{Company}}
2024-05-17 12:33:05 +00:00
\end{twocolentry}
2024-03-11 19:30:02 +00:00
2024-04-16 12:53:29 +00:00
\vspace{0.2 cm-3px}
2024-03-11 19:30:02 +00:00
2024-05-17 12:33:05 +00:00
\begin{twocolentry}{
2024-04-16 12:53:29 +00:00
\textit{Istanbul, Turkey}
2024-04-15 23:42:56 +00:00
2024-06-06 14:32:56 +00:00
\textit{Sept 2021}}
2024-04-15 23:42:56 +00:00
\textbf{Software Engineer}
\textit{Some \textbf{Company}}
2024-05-17 12:33:05 +00:00
\end{twocolentry}
2024-04-15 23:42:56 +00:00
2024-04-16 12:53:29 +00:00
\vspace{0.10 cm-3px}
2024-04-15 23:42:56 +00:00
\begin{onecolentry}
\begin{highlights}
2024-04-28 20:37:03 +00:00
\item 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.
\item 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-04-15 23:42:56 +00:00
\end{highlights}
\end{onecolentry}
2024-04-16 12:53:29 +00:00
\vspace{0.2 cm-3px}
2024-04-15 23:42:56 +00:00
2024-05-17 12:33:05 +00:00
\begin{twocolentry}{
2024-04-16 12:53:29 +00:00
\textit{Istanbul, Turkey}
2024-04-15 23:42:56 +00:00
2024-06-06 14:32:56 +00:00
\textit{Sept 2021}}
2024-04-15 23:42:56 +00:00
\textbf{Software Engineer}
\textit{Some \textbf{Company}}
2024-05-17 12:33:05 +00:00
\end{twocolentry}
2024-04-15 23:42:56 +00:00
2024-04-16 12:53:29 +00:00
\vspace{0.10 cm-3px}
2024-04-15 23:42:56 +00:00
\begin{onecolentry}
\begin{highlights}
2024-04-28 20:37:03 +00:00
\item 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.
\item 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-04-15 23:42:56 +00:00
\end{highlights}
\end{onecolentry}
2024-04-16 12:53:29 +00:00
\vspace{0.2 cm-3px}
2024-04-15 23:42:56 +00:00
2024-05-17 12:33:05 +00:00
\begin{twocolentry}{
2024-04-15 23:42:56 +00:00
2024-06-06 14:32:56 +00:00
\textit{Sept 2021}}
2024-04-15 23:42:56 +00:00
\textbf{Software Engineer}
\textit{Some \textbf{Company}}
2024-05-17 12:33:05 +00:00
\end{twocolentry}
2024-04-15 23:42:56 +00:00
2024-04-16 12:53:29 +00:00
\vspace{0.10 cm-3px}
2024-04-15 23:42:56 +00:00
\begin{onecolentry}
\begin{highlights}
2024-04-28 20:37:03 +00:00
\item 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.
\item 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-04-15 23:42:56 +00:00
\end{highlights}
\end{onecolentry}
2024-04-16 12:53:29 +00:00
\vspace{0.2 cm-3px}
2024-04-15 23:42:56 +00:00
2024-05-17 12:33:05 +00:00
\begin{twocolentry}{
\textit{Istanbul, Turkey}
2024-04-16 12:53:29 +00:00
2024-06-10 17:53:13 +00:00
\textit{Sept 2015 June 2020}}
2024-04-15 23:42:56 +00:00
\textbf{Software Engineer}
\textit{Some \textbf{Company}}
2024-05-17 12:33:05 +00:00
\end{twocolentry}
2024-04-15 23:42:56 +00:00
2024-04-16 12:53:29 +00:00
\vspace{0.10 cm-3px}
2024-04-15 23:42:56 +00:00
\begin{onecolentry}
\begin{highlights}
2024-04-28 20:37:03 +00:00
\item 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.
\item 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-04-15 23:42:56 +00:00
\end{highlights}
\end{onecolentry}
2024-04-16 12:53:29 +00:00
\vspace{0.2 cm-3px}
2024-04-15 23:42:56 +00:00
2024-05-17 12:33:05 +00:00
\begin{twocolentry}{
2024-04-16 12:53:29 +00:00
\textit{Istanbul, Turkey}
2024-04-15 23:42:56 +00:00
2024-06-06 14:32:56 +00:00
\textit{Sept 2021}}
2024-04-15 23:42:56 +00:00
\textbf{Software Engineer}
\textit{Some \textbf{Company}}
2024-05-17 12:33:05 +00:00
\end{twocolentry}
2024-03-11 19:30:02 +00:00
2024-04-16 12:53:29 +00:00
\vspace{0.10 cm-3px}
2024-04-15 23:42:56 +00:00
\begin{onecolentry}
\begin{highlights}
2024-04-28 20:37:03 +00:00
\item 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.
\item 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-04-15 23:42:56 +00:00
\end{highlights}
\end{onecolentry}
2024-03-11 19:30:02 +00:00
2024-04-15 23:42:56 +00:00
\section{Education Entries}
2024-05-19 14:43:10 +00:00
2024-04-15 23:42:56 +00:00
2024-05-17 12:33:05 +00:00
\begin{onecolentry}
2024-04-15 23:42:56 +00:00
\textbf{Boğaziçi University}
2024-03-11 19:30:02 +00:00
2024-04-15 23:42:56 +00:00
\textit{Mechanical Engineering}
2024-05-17 12:33:05 +00:00
\end{onecolentry}
2024-03-11 19:30:02 +00:00
2024-04-16 12:53:29 +00:00
\vspace{0.2 cm-3px}
2024-03-11 19:30:02 +00:00
2024-05-17 12:33:05 +00:00
\begin{onecolentry}
2024-04-15 23:42:56 +00:00
\textbf{Boğaziçi University}
2024-03-11 19:30:02 +00:00
2024-04-15 23:42:56 +00:00
\textit{BS in Mechanical Engineering}
2024-05-17 12:33:05 +00:00
\end{onecolentry}
2024-03-11 19:30:02 +00:00
2024-04-16 12:53:29 +00:00
\vspace{0.2 cm-3px}
2024-03-11 19:30:02 +00:00
2024-05-17 12:33:05 +00:00
\begin{twocolentry}{
2024-04-15 23:42:56 +00:00
2024-05-17 12:33:05 +00:00
2024-06-06 14:32:56 +00:00
\textit{Sept 2021}}
2024-04-15 23:42:56 +00:00
\textbf{Boğaziçi University}
2024-03-17 19:10:43 +00:00
2024-04-15 23:42:56 +00:00
\textit{Mechanical Engineering}
2024-05-17 12:33:05 +00:00
\end{twocolentry}
2024-03-17 19:10:43 +00:00
2024-03-11 19:30:02 +00:00
2024-04-16 12:53:29 +00:00
\vspace{0.2 cm-3px}
2024-03-11 19:30:02 +00:00
2024-05-17 12:33:05 +00:00
\begin{twocolentry}{
\textit{Istanbul, Turkey}
2024-04-16 12:53:29 +00:00
2024-05-17 12:33:05 +00:00
}
2024-04-15 23:42:56 +00:00
\textbf{Boğaziçi University}
2024-03-11 19:30:02 +00:00
2024-04-15 23:42:56 +00:00
\textit{Mechanical Engineering}
2024-05-17 12:33:05 +00:00
\end{twocolentry}
2024-03-11 19:30:02 +00:00
2024-04-16 12:53:29 +00:00
\vspace{0.2 cm-3px}
2024-03-11 19:30:02 +00:00
2024-05-17 12:33:05 +00:00
\begin{twocolentry}{
2024-04-15 23:42:56 +00:00
2024-04-16 12:53:29 +00:00
2024-06-10 17:53:13 +00:00
\textit{Sept 2015 present}}
2024-04-15 23:42:56 +00:00
\textbf{Boğaziçi University}
2024-03-11 19:30:02 +00:00
2024-04-15 23:42:56 +00:00
\textit{Mechanical Engineering}
2024-05-17 12:33:05 +00:00
\end{twocolentry}
2024-03-11 19:30:02 +00:00
2024-04-16 12:53:29 +00:00
\vspace{0.2 cm-3px}
2024-03-11 19:30:02 +00:00
2024-05-17 12:33:05 +00:00
\begin{twocolentry}{
2024-04-15 23:42:56 +00:00
2024-04-16 12:53:29 +00:00
2024-05-17 12:33:05 +00:00
\textit{June 2020}}
2024-04-15 23:42:56 +00:00
\textbf{Boğaziçi University}
2024-03-11 19:30:02 +00:00
2024-04-15 23:42:56 +00:00
\textit{Mechanical Engineering}
2024-05-17 12:33:05 +00:00
\end{twocolentry}
2024-03-11 19:30:02 +00:00
2024-04-16 12:53:29 +00:00
\vspace{0.2 cm-3px}
2024-03-11 19:30:02 +00:00
2024-05-17 12:33:05 +00:00
\begin{onecolentry}
2024-04-15 23:42:56 +00:00
\textbf{Boğaziçi University}
2024-03-11 19:30:02 +00:00
2024-04-15 23:42:56 +00:00
\textit{Mechanical Engineering}
2024-05-17 12:33:05 +00:00
\end{onecolentry}
2024-03-11 19:30:02 +00:00
2024-04-16 12:53:29 +00:00
\vspace{0.10 cm-3px}
2024-04-15 23:42:56 +00:00
\begin{onecolentry}
\begin{highlights}
2024-04-28 20:37:03 +00:00
\item 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.
\item 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-04-15 23:42:56 +00:00
\end{highlights}
\end{onecolentry}
2024-03-11 19:30:02 +00:00
2024-04-16 12:53:29 +00:00
\vspace{0.2 cm-3px}
2024-02-18 19:41:45 +00:00
2024-05-17 12:33:05 +00:00
\begin{twocolentry}{
2024-04-15 23:42:56 +00:00
2024-05-17 12:33:05 +00:00
2024-06-06 14:32:56 +00:00
\textit{Sept 2021}}
2024-04-15 23:42:56 +00:00
\textbf{Boğaziçi University}
2024-03-17 19:10:43 +00:00
2024-04-15 23:42:56 +00:00
\textit{BS in Mechanical Engineering}
2024-05-17 12:33:05 +00:00
\end{twocolentry}
2024-03-17 19:10:43 +00:00
2024-02-18 19:41:45 +00:00
2024-04-16 12:53:29 +00:00
\vspace{0.2 cm-3px}
2024-02-18 19:41:45 +00:00
2024-05-17 12:33:05 +00:00
\begin{twocolentry}{
\textit{Istanbul, Turkey}
2024-04-16 12:53:29 +00:00
2024-05-17 12:33:05 +00:00
}
2024-04-15 23:42:56 +00:00
\textbf{Boğaziçi University}
\textit{BS in Mechanical Engineering}
2024-05-17 12:33:05 +00:00
\end{twocolentry}
2024-04-15 23:42:56 +00:00
2024-04-16 12:53:29 +00:00
\vspace{0.2 cm-3px}
2024-04-15 23:42:56 +00:00
2024-05-17 12:33:05 +00:00
\begin{twocolentry}{
2024-04-15 23:42:56 +00:00
2024-04-16 12:53:29 +00:00
2024-06-10 17:53:13 +00:00
\textit{Sept 2015 present}}
2024-04-15 23:42:56 +00:00
\textbf{Boğaziçi University}
\textit{BS in Mechanical Engineering}
2024-05-17 12:33:05 +00:00
\end{twocolentry}
2024-04-15 23:42:56 +00:00
2024-04-16 12:53:29 +00:00
\vspace{0.2 cm-3px}
2024-04-15 23:42:56 +00:00
2024-05-17 12:33:05 +00:00
\begin{twocolentry}{
2024-04-15 23:42:56 +00:00
2024-04-16 12:53:29 +00:00
2024-05-17 12:33:05 +00:00
\textit{June 2020}}
2024-04-15 23:42:56 +00:00
\textbf{Boğaziçi University}
\textit{BS in Mechanical Engineering}
2024-05-17 12:33:05 +00:00
\end{twocolentry}
2024-04-15 23:42:56 +00:00
2024-04-16 12:53:29 +00:00
\vspace{0.2 cm-3px}
2024-04-15 23:42:56 +00:00
2024-05-17 12:33:05 +00:00
\begin{onecolentry}
2024-04-15 23:42:56 +00:00
\textbf{Boğaziçi University}
\textit{BS in Mechanical Engineering}
2024-05-17 12:33:05 +00:00
\end{onecolentry}
2024-04-15 23:42:56 +00:00
2024-04-16 12:53:29 +00:00
\vspace{0.10 cm-3px}
2024-04-15 23:42:56 +00:00
\begin{onecolentry}
\begin{highlights}
2024-04-28 20:37:03 +00:00
\item 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.
\item 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-04-15 23:42:56 +00:00
\end{highlights}
\end{onecolentry}
2024-04-16 12:53:29 +00:00
\vspace{0.2 cm-3px}
2024-04-15 23:42:56 +00:00
2024-05-17 12:33:05 +00:00
\begin{twocolentry}{
2024-04-16 12:53:29 +00:00
\textit{Istanbul, Turkey}
2024-04-15 23:42:56 +00:00
2024-06-06 14:32:56 +00:00
\textit{Sept 2021}}
2024-04-15 23:42:56 +00:00
\textbf{Boğaziçi University}
\textit{Mechanical Engineering}
2024-05-17 12:33:05 +00:00
\end{twocolentry}
2024-04-15 23:42:56 +00:00
2024-04-16 12:53:29 +00:00
\vspace{0.2 cm-3px}
2024-04-15 23:42:56 +00:00
2024-05-17 12:33:05 +00:00
\begin{twocolentry}{
2024-04-15 23:42:56 +00:00
2024-05-17 12:33:05 +00:00
2024-06-06 14:32:56 +00:00
\textit{Sept 2021}}
2024-04-15 23:42:56 +00:00
\textbf{Boğaziçi University}
\textit{Mechanical Engineering}
2024-05-17 12:33:05 +00:00
\end{twocolentry}
2024-04-15 23:42:56 +00:00
2024-04-16 12:53:29 +00:00
\vspace{0.2 cm-3px}
2024-04-15 23:42:56 +00:00
2024-05-17 12:33:05 +00:00
\begin{twocolentry}{
2024-04-15 23:42:56 +00:00
2024-06-06 14:32:56 +00:00
\textit{Sept 2021}}
2024-04-15 23:42:56 +00:00
\textbf{Boğaziçi University}
\textit{Mechanical Engineering}
2024-05-17 12:33:05 +00:00
\end{twocolentry}
2024-04-15 23:42:56 +00:00
2024-04-16 12:53:29 +00:00
\vspace{0.2 cm-3px}
2024-04-15 23:42:56 +00:00
2024-05-17 12:33:05 +00:00
\begin{twocolentry}{
2024-04-15 23:42:56 +00:00
2024-05-17 12:33:05 +00:00
2024-06-06 14:32:56 +00:00
\textit{Sept 2021}}
2024-04-15 23:42:56 +00:00
\textbf{Boğaziçi University}
\textit{Mechanical Engineering}
2024-05-17 12:33:05 +00:00
\end{twocolentry}
2024-04-15 23:42:56 +00:00
2024-04-16 12:53:29 +00:00
\vspace{0.10 cm-3px}
2024-04-15 23:42:56 +00:00
\begin{onecolentry}
\begin{highlights}
2024-04-28 20:37:03 +00:00
\item 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.
\item 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-04-15 23:42:56 +00:00
\end{highlights}
\end{onecolentry}
2024-04-16 12:53:29 +00:00
\vspace{0.2 cm-3px}
2024-04-15 23:42:56 +00:00
2024-05-17 12:33:05 +00:00
\begin{twocolentry}{
\textit{Istanbul, Turkey}
2024-04-16 12:53:29 +00:00
2024-06-10 17:53:13 +00:00
\textit{Sept 2015 present}}
2024-04-15 23:42:56 +00:00
\textbf{Boğaziçi University}
\textit{Mechanical Engineering}
2024-05-17 12:33:05 +00:00
\end{twocolentry}
2024-04-15 23:42:56 +00:00
2024-04-16 12:53:29 +00:00
\vspace{0.2 cm-3px}
2024-04-15 23:42:56 +00:00
2024-05-17 12:33:05 +00:00
\begin{twocolentry}{
\textit{Istanbul, Turkey}
2024-04-16 12:53:29 +00:00
2024-05-17 12:33:05 +00:00
\textit{June 2020}}
2024-04-15 23:42:56 +00:00
\textbf{Boğaziçi University}
2024-02-18 19:41:45 +00:00
2024-04-15 23:42:56 +00:00
\textit{Mechanical Engineering}
2024-05-17 12:33:05 +00:00
\end{twocolentry}
2024-03-11 19:30:02 +00:00
2024-03-17 19:36:29 +00:00
2024-04-16 12:53:29 +00:00
\vspace{0.2 cm-3px}
2024-03-17 19:36:29 +00:00
2024-05-17 12:33:05 +00:00
\begin{twocolentry}{
\textit{Istanbul, Turkey}
2024-04-16 12:53:29 +00:00
2024-05-17 12:33:05 +00:00
}
2024-04-15 23:42:56 +00:00
\textbf{Boğaziçi University}
2024-03-17 19:10:43 +00:00
2024-04-15 23:42:56 +00:00
\textit{Mechanical Engineering}
2024-05-17 12:33:05 +00:00
\end{twocolentry}
2024-03-17 19:10:43 +00:00
2024-04-16 12:53:29 +00:00
\vspace{0.10 cm-3px}
2024-04-15 23:42:56 +00:00
\begin{onecolentry}
\begin{highlights}
2024-04-28 20:37:03 +00:00
\item 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.
\item 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-04-15 23:42:56 +00:00
\end{highlights}
\end{onecolentry}
2024-03-11 19:30:02 +00:00
2024-04-16 12:53:29 +00:00
\vspace{0.2 cm-3px}
2024-03-11 19:30:02 +00:00
2024-05-17 12:33:05 +00:00
\begin{twocolentry}{
2024-04-15 23:42:56 +00:00
2024-04-16 12:53:29 +00:00
2024-06-10 17:53:13 +00:00
\textit{Sept 2015 June 2020}}
2024-04-15 23:42:56 +00:00
\textbf{Boğaziçi University}
2024-03-11 19:30:02 +00:00
2024-04-15 23:42:56 +00:00
\textit{Mechanical Engineering}
2024-05-17 12:33:05 +00:00
\end{twocolentry}
2024-03-11 19:30:02 +00:00
2024-04-16 12:53:29 +00:00
\vspace{0.2 cm-3px}
2024-03-11 19:30:02 +00:00
2024-05-17 12:33:05 +00:00
\begin{twocolentry}{
2024-04-15 23:42:56 +00:00
2024-04-16 12:53:29 +00:00
2024-06-10 17:53:13 +00:00
\textit{Sept 2015 present}}
2024-04-15 23:42:56 +00:00
\textbf{Boğaziçi University}
2024-03-11 19:30:02 +00:00
2024-04-15 23:42:56 +00:00
\textit{Mechanical Engineering}
2024-05-17 12:33:05 +00:00
\end{twocolentry}
2024-03-11 19:30:02 +00:00
2024-04-16 12:53:29 +00:00
\vspace{0.10 cm-3px}
2024-04-15 23:42:56 +00:00
\begin{onecolentry}
\begin{highlights}
2024-04-28 20:37:03 +00:00
\item 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.
\item 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-04-15 23:42:56 +00:00
\end{highlights}
\end{onecolentry}
2024-03-11 19:30:02 +00:00
2024-04-16 12:53:29 +00:00
\vspace{0.2 cm-3px}
2024-03-17 19:10:43 +00:00
2024-05-17 12:33:05 +00:00
\begin{twocolentry}{
2024-04-15 23:42:56 +00:00
2024-04-16 12:53:29 +00:00
2024-05-17 12:33:05 +00:00
\textit{June 2020}}
2024-04-15 23:42:56 +00:00
\textbf{Boğaziçi University}
2024-03-17 19:10:43 +00:00
2024-04-15 23:42:56 +00:00
\textit{Mechanical Engineering}
2024-05-17 12:33:05 +00:00
\end{twocolentry}
2024-03-11 19:30:02 +00:00
2024-04-16 12:53:29 +00:00
\vspace{0.10 cm-3px}
2024-04-15 23:42:56 +00:00
\begin{onecolentry}
\begin{highlights}
2024-04-28 20:37:03 +00:00
\item 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.
\item 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-04-15 23:42:56 +00:00
\end{highlights}
\end{onecolentry}
2024-03-11 19:30:02 +00:00
2024-02-18 19:41:45 +00:00
2024-04-16 12:53:29 +00:00
\vspace{0.2 cm-3px}
2024-02-18 19:41:45 +00:00
2024-05-17 12:33:05 +00:00
\begin{twocolentry}{
2024-04-16 12:53:29 +00:00
\textit{Istanbul, Turkey}
2024-04-15 23:42:56 +00:00
2024-06-06 14:32:56 +00:00
\textit{Sept 2021}}
2024-04-15 23:42:56 +00:00
\textbf{Boğaziçi University}
2024-03-11 19:30:02 +00:00
2024-04-15 23:42:56 +00:00
\textit{BS in Mechanical Engineering}
2024-05-17 12:33:05 +00:00
\end{twocolentry}
2024-03-11 19:30:02 +00:00
2024-04-16 12:53:29 +00:00
\vspace{0.2 cm-3px}
2024-03-11 19:30:02 +00:00
2024-05-17 12:33:05 +00:00
\begin{twocolentry}{
2024-04-15 23:42:56 +00:00
2024-05-17 12:33:05 +00:00
2024-06-06 14:32:56 +00:00
\textit{Sept 2021}}
2024-04-15 23:42:56 +00:00
\textbf{Boğaziçi University}
2024-03-11 19:30:02 +00:00
2024-04-15 23:42:56 +00:00
\textit{BS in Mechanical Engineering}
2024-05-17 12:33:05 +00:00
\end{twocolentry}
2024-02-18 19:41:45 +00:00
2024-03-11 19:30:02 +00:00
2024-04-16 12:53:29 +00:00
\vspace{0.2 cm-3px}
2024-02-18 19:41:45 +00:00
2024-05-17 12:33:05 +00:00
\begin{twocolentry}{
2024-04-15 23:42:56 +00:00
2024-06-06 14:32:56 +00:00
\textit{Sept 2021}}
2024-04-15 23:42:56 +00:00
\textbf{Boğaziçi University}
2024-02-18 19:41:45 +00:00
2024-04-15 23:42:56 +00:00
\textit{BS in Mechanical Engineering}
2024-05-17 12:33:05 +00:00
\end{twocolentry}
2024-03-11 19:30:02 +00:00
2024-02-18 19:41:45 +00:00
2024-04-16 12:53:29 +00:00
\vspace{0.2 cm-3px}
2024-03-11 19:30:02 +00:00
2024-05-17 12:33:05 +00:00
\begin{twocolentry}{
2024-04-15 23:42:56 +00:00
2024-05-17 12:33:05 +00:00
2024-06-06 14:32:56 +00:00
\textit{Sept 2021}}
2024-04-15 23:42:56 +00:00
\textbf{Boğaziçi University}
2024-02-18 19:41:45 +00:00
2024-04-15 23:42:56 +00:00
\textit{BS in Mechanical Engineering}
2024-05-17 12:33:05 +00:00
\end{twocolentry}
2024-02-18 19:41:45 +00:00
2024-04-16 12:53:29 +00:00
\vspace{0.10 cm-3px}
2024-04-15 23:42:56 +00:00
\begin{onecolentry}
\begin{highlights}
2024-04-28 20:37:03 +00:00
\item 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.
\item 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-04-15 23:42:56 +00:00
\end{highlights}
\end{onecolentry}
2024-02-18 19:41:45 +00:00
2024-04-16 12:53:29 +00:00
\vspace{0.2 cm-3px}
2024-02-18 19:41:45 +00:00
2024-05-17 12:33:05 +00:00
\begin{twocolentry}{
\textit{Istanbul, Turkey}
2024-04-16 12:53:29 +00:00
2024-06-10 17:53:13 +00:00
\textit{Sept 2015 present}}
2024-04-15 23:42:56 +00:00
\textbf{Boğaziçi University}
2024-02-18 19:41:45 +00:00
2024-04-15 23:42:56 +00:00
\textit{BS in Mechanical Engineering}
2024-05-17 12:33:05 +00:00
\end{twocolentry}
2024-02-18 19:41:45 +00:00
2024-03-10 18:08:18 +00:00
2024-03-17 19:36:29 +00:00
2024-04-16 12:53:29 +00:00
\vspace{0.2 cm-3px}
2024-03-17 19:36:29 +00:00
2024-05-17 12:33:05 +00:00
\begin{twocolentry}{
\textit{Istanbul, Turkey}
2024-04-16 12:53:29 +00:00
2024-05-17 12:33:05 +00:00
\textit{June 2020}}
2024-04-15 23:42:56 +00:00
\textbf{Boğaziçi University}
2024-03-10 18:08:18 +00:00
2024-04-15 23:42:56 +00:00
\textit{BS in Mechanical Engineering}
2024-05-17 12:33:05 +00:00
\end{twocolentry}
2024-03-11 19:30:02 +00:00
2024-04-16 12:53:29 +00:00
\vspace{0.2 cm-3px}
2024-03-11 19:30:02 +00:00
2024-05-17 12:33:05 +00:00
\begin{twocolentry}{
\textit{Istanbul, Turkey}
2024-04-16 12:53:29 +00:00
2024-05-17 12:33:05 +00:00
}
2024-04-15 23:42:56 +00:00
\textbf{Boğaziçi University}
2024-03-11 19:30:02 +00:00
2024-04-15 23:42:56 +00:00
\textit{BS in Mechanical Engineering}
2024-05-17 12:33:05 +00:00
\end{twocolentry}
2024-03-11 19:30:02 +00:00
2024-04-16 12:53:29 +00:00
\vspace{0.10 cm-3px}
2024-04-15 23:42:56 +00:00
\begin{onecolentry}
\begin{highlights}
2024-04-28 20:37:03 +00:00
\item 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.
\item 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-04-15 23:42:56 +00:00
\end{highlights}
\end{onecolentry}
2024-03-11 19:30:02 +00:00
2024-04-16 12:53:29 +00:00
\vspace{0.2 cm-3px}
2024-03-11 19:30:02 +00:00
2024-05-17 12:33:05 +00:00
\begin{twocolentry}{
2024-04-15 23:42:56 +00:00
2024-04-16 12:53:29 +00:00
2024-06-10 17:53:13 +00:00
\textit{Sept 2015 June 2020}}
2024-04-15 23:42:56 +00:00
\textbf{Boğaziçi University}
2024-03-11 19:30:02 +00:00
2024-04-15 23:42:56 +00:00
\textit{BS in Mechanical Engineering}
2024-05-17 12:33:05 +00:00
\end{twocolentry}
2024-03-11 19:30:02 +00:00
2024-04-16 12:53:29 +00:00
\vspace{0.2 cm-3px}
2024-03-11 19:30:02 +00:00
2024-05-17 12:33:05 +00:00
\begin{twocolentry}{
2024-04-15 23:42:56 +00:00
2024-04-16 12:53:29 +00:00
2024-06-10 17:53:13 +00:00
\textit{Sept 2015 present}}
2024-04-15 23:42:56 +00:00
\textbf{Boğaziçi University}
2024-03-11 19:30:02 +00:00
2024-04-15 23:42:56 +00:00
\textit{BS in Mechanical Engineering}
2024-05-17 12:33:05 +00:00
\end{twocolentry}
2024-03-17 19:10:43 +00:00
2024-04-16 12:53:29 +00:00
\vspace{0.10 cm-3px}
2024-04-15 23:42:56 +00:00
\begin{onecolentry}
\begin{highlights}
2024-04-28 20:37:03 +00:00
\item 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.
\item 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-04-15 23:42:56 +00:00
\end{highlights}
\end{onecolentry}
2024-03-17 19:10:43 +00:00
2024-03-11 19:30:02 +00:00
2024-04-16 12:53:29 +00:00
\vspace{0.2 cm-3px}
2024-03-11 19:30:02 +00:00
2024-05-17 12:33:05 +00:00
\begin{twocolentry}{
2024-04-15 23:42:56 +00:00
2024-04-16 12:53:29 +00:00
2024-05-17 12:33:05 +00:00
\textit{June 2020}}
2024-04-15 23:42:56 +00:00
\textbf{Boğaziçi University}
2024-03-11 19:30:02 +00:00
2024-04-15 23:42:56 +00:00
\textit{BS in Mechanical Engineering}
2024-05-17 12:33:05 +00:00
\end{twocolentry}
2024-03-11 19:30:02 +00:00
2024-04-16 12:53:29 +00:00
\vspace{0.10 cm-3px}
2024-04-15 23:42:56 +00:00
\begin{onecolentry}
\begin{highlights}
2024-04-28 20:37:03 +00:00
\item 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.
\item 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-04-15 23:42:56 +00:00
\end{highlights}
\end{onecolentry}
2024-03-11 19:30:02 +00:00
2024-04-16 12:53:29 +00:00
\vspace{0.2 cm-3px}
2024-03-11 19:30:02 +00:00
2024-05-17 12:33:05 +00:00
\begin{twocolentry}{
2024-04-16 12:53:29 +00:00
\textit{Istanbul, Turkey}
2024-04-15 23:42:56 +00:00
2024-06-06 14:32:56 +00:00
\textit{Sept 2021}}
2024-04-15 23:42:56 +00:00
\textbf{Boğaziçi University}
2024-03-11 19:30:02 +00:00
2024-04-15 23:42:56 +00:00
\textit{Mechanical Engineering}
2024-05-17 12:33:05 +00:00
\end{twocolentry}
2024-03-11 19:30:02 +00:00
2024-04-16 12:53:29 +00:00
\vspace{0.2 cm-3px}
2024-03-11 19:30:02 +00:00
2024-05-17 12:33:05 +00:00
\begin{twocolentry}{
2024-04-16 12:53:29 +00:00
\textit{Istanbul, Turkey}
2024-04-15 23:42:56 +00:00
2024-06-06 14:32:56 +00:00
\textit{Sept 2021}}
2024-04-15 23:42:56 +00:00
\textbf{Boğaziçi University}
\textit{Mechanical Engineering}
2024-05-17 12:33:05 +00:00
\end{twocolentry}
2024-04-15 23:42:56 +00:00
2024-04-16 12:53:29 +00:00
\vspace{0.2 cm-3px}
2024-04-15 23:42:56 +00:00
2024-05-17 12:33:05 +00:00
\begin{twocolentry}{
2024-04-16 12:53:29 +00:00
\textit{Istanbul, Turkey}
2024-04-15 23:42:56 +00:00
2024-06-06 14:32:56 +00:00
\textit{Sept 2021}}
2024-04-15 23:42:56 +00:00
\textbf{Boğaziçi University}
\textit{Mechanical Engineering}
2024-05-17 12:33:05 +00:00
\end{twocolentry}
2024-04-15 23:42:56 +00:00
2024-04-16 12:53:29 +00:00
\vspace{0.10 cm-3px}
2024-04-15 23:42:56 +00:00
\begin{onecolentry}
\begin{highlights}
2024-04-28 20:37:03 +00:00
\item 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.
\item 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-04-15 23:42:56 +00:00
\end{highlights}
\end{onecolentry}
2024-04-16 12:53:29 +00:00
\vspace{0.2 cm-3px}
2024-04-15 23:42:56 +00:00
2024-05-17 12:33:05 +00:00
\begin{twocolentry}{
2024-04-15 23:42:56 +00:00
2024-06-06 14:32:56 +00:00
\textit{Sept 2021}}
2024-04-15 23:42:56 +00:00
\textbf{Boğaziçi University}
\textit{Mechanical Engineering}
2024-05-17 12:33:05 +00:00
\end{twocolentry}
2024-04-15 23:42:56 +00:00
2024-04-16 12:53:29 +00:00
\vspace{0.2 cm-3px}
2024-03-11 19:30:02 +00:00
2024-05-17 12:33:05 +00:00
\begin{twocolentry}{
2024-04-15 23:42:56 +00:00
2024-05-17 12:33:05 +00:00
2024-06-06 14:32:56 +00:00
\textit{Sept 2021}}
2024-04-15 23:42:56 +00:00
\textbf{Boğaziçi University}
\textit{Mechanical Engineering}
2024-05-17 12:33:05 +00:00
\end{twocolentry}
2024-04-15 23:42:56 +00:00
2024-04-16 12:53:29 +00:00
\vspace{0.10 cm-3px}
2024-04-15 23:42:56 +00:00
\begin{onecolentry}
\begin{highlights}
2024-04-28 20:37:03 +00:00
\item 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.
\item 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-04-15 23:42:56 +00:00
\end{highlights}
\end{onecolentry}
2024-04-16 12:53:29 +00:00
\vspace{0.2 cm-3px}
2024-04-15 23:42:56 +00:00
2024-05-17 12:33:05 +00:00
\begin{twocolentry}{
2024-04-15 23:42:56 +00:00
2024-06-06 14:32:56 +00:00
\textit{Sept 2021}}
2024-04-15 23:42:56 +00:00
\textbf{Boğaziçi University}
\textit{Mechanical Engineering}
2024-05-17 12:33:05 +00:00
\end{twocolentry}
2024-04-15 23:42:56 +00:00
2024-04-16 12:53:29 +00:00
\vspace{0.10 cm-3px}
2024-04-15 23:42:56 +00:00
\begin{onecolentry}
\begin{highlights}
2024-04-28 20:37:03 +00:00
\item 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.
\item 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-04-15 23:42:56 +00:00
\end{highlights}
\end{onecolentry}
2024-04-16 12:53:29 +00:00
\vspace{0.2 cm-3px}
2024-04-15 23:42:56 +00:00
2024-05-17 12:33:05 +00:00
\begin{twocolentry}{
\textit{Istanbul, Turkey}
2024-04-16 12:53:29 +00:00
2024-06-10 17:53:13 +00:00
\textit{Sept 2015 June 2020}}
2024-04-15 23:42:56 +00:00
\textbf{Boğaziçi University}
2024-03-11 19:30:02 +00:00
2024-04-15 23:42:56 +00:00
\textit{Mechanical Engineering}
2024-05-17 12:33:05 +00:00
\end{twocolentry}
2024-03-11 19:30:02 +00:00
2024-03-17 19:10:43 +00:00
2024-04-16 12:53:29 +00:00
\vspace{0.2 cm-3px}
2024-03-17 19:10:43 +00:00
2024-05-17 12:33:05 +00:00
\begin{twocolentry}{
\textit{Istanbul, Turkey}
2024-04-16 12:53:29 +00:00
2024-06-10 17:53:13 +00:00
\textit{Sept 2015 present}}
2024-04-15 23:42:56 +00:00
\textbf{Boğaziçi University}
2024-03-17 19:36:29 +00:00
2024-04-15 23:42:56 +00:00
\textit{Mechanical Engineering}
2024-05-17 12:33:05 +00:00
\end{twocolentry}
2024-03-17 19:36:29 +00:00
2024-04-16 12:53:29 +00:00
\vspace{0.10 cm-3px}
2024-04-15 23:42:56 +00:00
\begin{onecolentry}
\begin{highlights}
2024-04-28 20:37:03 +00:00
\item 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.
\item 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-04-15 23:42:56 +00:00
\end{highlights}
\end{onecolentry}
2024-03-11 19:30:02 +00:00
2024-04-16 12:53:29 +00:00
\vspace{0.2 cm-3px}
2024-03-11 19:30:02 +00:00
2024-05-17 12:33:05 +00:00
\begin{twocolentry}{
\textit{Istanbul, Turkey}
2024-04-16 12:53:29 +00:00
2024-05-17 12:33:05 +00:00
\textit{June 2020}}
2024-04-15 23:42:56 +00:00
\textbf{Boğaziçi University}
2024-03-11 19:30:02 +00:00
2024-04-15 23:42:56 +00:00
\textit{Mechanical Engineering}
2024-05-17 12:33:05 +00:00
\end{twocolentry}
2024-03-11 19:30:02 +00:00
2024-04-16 12:53:29 +00:00
\vspace{0.10 cm-3px}
2024-04-15 23:42:56 +00:00
\begin{onecolentry}
\begin{highlights}
2024-04-28 20:37:03 +00:00
\item 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.
\item 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-04-15 23:42:56 +00:00
\end{highlights}
\end{onecolentry}
2024-03-11 19:30:02 +00:00
2024-04-16 12:53:29 +00:00
\vspace{0.2 cm-3px}
2024-03-11 19:30:02 +00:00
2024-05-17 12:33:05 +00:00
\begin{twocolentry}{
2024-04-15 23:42:56 +00:00
2024-04-16 12:53:29 +00:00
2024-06-10 17:53:13 +00:00
\textit{Sept 2015 June 2020}}
2024-04-15 23:42:56 +00:00
\textbf{Boğaziçi University}
2024-03-11 19:30:02 +00:00
2024-04-15 23:42:56 +00:00
\textit{Mechanical Engineering}
2024-05-17 12:33:05 +00:00
\end{twocolentry}
2024-03-11 19:30:02 +00:00
2024-04-16 12:53:29 +00:00
\vspace{0.10 cm-3px}
2024-04-15 23:42:56 +00:00
\begin{onecolentry}
\begin{highlights}
2024-04-28 20:37:03 +00:00
\item 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.
\item 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-04-15 23:42:56 +00:00
\end{highlights}
\end{onecolentry}
2024-03-11 19:30:02 +00:00
2024-04-16 12:53:29 +00:00
\vspace{0.2 cm-3px}
2024-03-11 19:30:02 +00:00
2024-05-17 12:33:05 +00:00
\begin{twocolentry}{
2024-04-16 12:53:29 +00:00
\textit{Istanbul, Turkey}
2024-04-15 23:42:56 +00:00
2024-06-06 14:32:56 +00:00
\textit{Sept 2021}}
2024-04-15 23:42:56 +00:00
\textbf{Boğaziçi University}
2024-03-11 19:30:02 +00:00
2024-04-15 23:42:56 +00:00
\textit{BS in Mechanical Engineering}
2024-05-17 12:33:05 +00:00
\end{twocolentry}
2024-03-11 19:30:02 +00:00
2024-04-16 12:53:29 +00:00
\vspace{0.2 cm-3px}
2024-03-11 19:30:02 +00:00
2024-05-17 12:33:05 +00:00
\begin{twocolentry}{
2024-04-16 12:53:29 +00:00
\textit{Istanbul, Turkey}
2024-04-15 23:42:56 +00:00
2024-06-06 14:32:56 +00:00
\textit{Sept 2021}}
2024-04-15 23:42:56 +00:00
\textbf{Boğaziçi University}
2024-03-11 19:30:02 +00:00
2024-04-15 23:42:56 +00:00
\textit{BS in Mechanical Engineering}
2024-05-17 12:33:05 +00:00
\end{twocolentry}
2024-03-11 19:30:02 +00:00
2024-04-16 12:53:29 +00:00
\vspace{0.2 cm-3px}
2024-04-15 23:42:56 +00:00
2024-05-17 12:33:05 +00:00
\begin{twocolentry}{
2024-04-16 12:53:29 +00:00
\textit{Istanbul, Turkey}
2024-04-15 23:42:56 +00:00
2024-06-06 14:32:56 +00:00
\textit{Sept 2021}}
2024-04-15 23:42:56 +00:00
\textbf{Boğaziçi University}
\textit{BS in Mechanical Engineering}
2024-05-17 12:33:05 +00:00
\end{twocolentry}
2024-04-15 23:42:56 +00:00
2024-04-16 12:53:29 +00:00
\vspace{0.10 cm-3px}
2024-04-15 23:42:56 +00:00
\begin{onecolentry}
\begin{highlights}
2024-04-28 20:37:03 +00:00
\item 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.
\item 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-04-15 23:42:56 +00:00
\end{highlights}
\end{onecolentry}
2024-04-16 12:53:29 +00:00
\vspace{0.2 cm-3px}
2024-04-15 23:42:56 +00:00
2024-05-17 12:33:05 +00:00
\begin{twocolentry}{
2024-04-15 23:42:56 +00:00
2024-06-06 14:32:56 +00:00
\textit{Sept 2021}}
2024-04-15 23:42:56 +00:00
\textbf{Boğaziçi University}
\textit{BS in Mechanical Engineering}
2024-05-17 12:33:05 +00:00
\end{twocolentry}
2024-04-15 23:42:56 +00:00
2024-04-16 12:53:29 +00:00
\vspace{0.2 cm-3px}
2024-04-15 23:42:56 +00:00
2024-05-17 12:33:05 +00:00
\begin{twocolentry}{
2024-04-15 23:42:56 +00:00
2024-05-17 12:33:05 +00:00
2024-06-06 14:32:56 +00:00
\textit{Sept 2021}}
2024-04-15 23:42:56 +00:00
\textbf{Boğaziçi University}
\textit{BS in Mechanical Engineering}
2024-05-17 12:33:05 +00:00
\end{twocolentry}
2024-04-15 23:42:56 +00:00
2024-04-16 12:53:29 +00:00
\vspace{0.10 cm-3px}
2024-04-15 23:42:56 +00:00
\begin{onecolentry}
\begin{highlights}
2024-04-28 20:37:03 +00:00
\item 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.
\item 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-04-15 23:42:56 +00:00
\end{highlights}
\end{onecolentry}
2024-04-16 12:53:29 +00:00
\vspace{0.2 cm-3px}
2024-04-15 23:42:56 +00:00
2024-05-17 12:33:05 +00:00
\begin{twocolentry}{
2024-04-15 23:42:56 +00:00
2024-06-06 14:32:56 +00:00
\textit{Sept 2021}}
2024-04-15 23:42:56 +00:00
\textbf{Boğaziçi University}
\textit{BS in Mechanical Engineering}
2024-05-17 12:33:05 +00:00
\end{twocolentry}
2024-04-15 23:42:56 +00:00
2024-04-16 12:53:29 +00:00
\vspace{0.10 cm-3px}
2024-04-15 23:42:56 +00:00
\begin{onecolentry}
\begin{highlights}
2024-04-28 20:37:03 +00:00
\item 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.
\item 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-04-15 23:42:56 +00:00
\end{highlights}
\end{onecolentry}
2024-04-16 12:53:29 +00:00
\vspace{0.2 cm-3px}
2024-04-15 23:42:56 +00:00
2024-05-17 12:33:05 +00:00
\begin{twocolentry}{
\textit{Istanbul, Turkey}
2024-04-16 12:53:29 +00:00
2024-06-10 17:53:13 +00:00
\textit{Sept 2015 June 2020}}
2024-04-15 23:42:56 +00:00
\textbf{Boğaziçi University}
\textit{BS in Mechanical Engineering}
2024-05-17 12:33:05 +00:00
\end{twocolentry}
2024-04-15 23:42:56 +00:00
2024-04-16 12:53:29 +00:00
\vspace{0.2 cm-3px}
2024-04-15 23:42:56 +00:00
2024-05-17 12:33:05 +00:00
\begin{twocolentry}{
\textit{Istanbul, Turkey}
2024-04-16 12:53:29 +00:00
2024-06-10 17:53:13 +00:00
\textit{Sept 2015 present}}
2024-04-15 23:42:56 +00:00
\textbf{Boğaziçi University}
\textit{BS in Mechanical Engineering}
2024-05-17 12:33:05 +00:00
\end{twocolentry}
2024-04-15 23:42:56 +00:00
2024-04-16 12:53:29 +00:00
\vspace{0.10 cm-3px}
2024-04-15 23:42:56 +00:00
\begin{onecolentry}
\begin{highlights}
2024-04-28 20:37:03 +00:00
\item 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.
\item 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-04-15 23:42:56 +00:00
\end{highlights}
\end{onecolentry}
2024-04-16 12:53:29 +00:00
\vspace{0.2 cm-3px}
2024-04-15 23:42:56 +00:00
2024-05-17 12:33:05 +00:00
\begin{twocolentry}{
\textit{Istanbul, Turkey}
2024-04-16 12:53:29 +00:00
2024-05-17 12:33:05 +00:00
\textit{June 2020}}
2024-04-15 23:42:56 +00:00
\textbf{Boğaziçi University}
\textit{BS in Mechanical Engineering}
2024-05-17 12:33:05 +00:00
\end{twocolentry}
2024-04-15 23:42:56 +00:00
2024-04-16 12:53:29 +00:00
\vspace{0.10 cm-3px}
2024-04-15 23:42:56 +00:00
\begin{onecolentry}
\begin{highlights}
2024-04-28 20:37:03 +00:00
\item 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.
\item 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-04-15 23:42:56 +00:00
\end{highlights}
\end{onecolentry}
2024-04-16 12:53:29 +00:00
\vspace{0.2 cm-3px}
2024-04-15 23:42:56 +00:00
2024-05-17 12:33:05 +00:00
\begin{twocolentry}{
2024-04-15 23:42:56 +00:00
2024-04-16 12:53:29 +00:00
2024-06-10 17:53:13 +00:00
\textit{Sept 2015 June 2020}}
2024-04-15 23:42:56 +00:00
\textbf{Boğaziçi University}
\textit{BS in Mechanical Engineering}
2024-05-17 12:33:05 +00:00
\end{twocolentry}
2024-04-15 23:42:56 +00:00
2024-04-16 12:53:29 +00:00
\vspace{0.10 cm-3px}
2024-04-15 23:42:56 +00:00
\begin{onecolentry}
\begin{highlights}
2024-04-28 20:37:03 +00:00
\item 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.
\item 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-04-15 23:42:56 +00:00
\end{highlights}
\end{onecolentry}
2024-04-16 12:53:29 +00:00
\vspace{0.2 cm-3px}
2024-04-15 23:42:56 +00:00
2024-05-17 12:33:05 +00:00
\begin{twocolentry}{
2024-04-16 12:53:29 +00:00
\textit{Istanbul, Turkey}
2024-04-15 23:42:56 +00:00
2024-06-06 14:32:56 +00:00
\textit{Sept 2021}}
2024-04-15 23:42:56 +00:00
\textbf{Boğaziçi University}
\textit{Mechanical Engineering}
2024-05-17 12:33:05 +00:00
\end{twocolentry}
2024-04-15 23:42:56 +00:00
2024-04-16 12:53:29 +00:00
\vspace{0.2 cm-3px}
2024-04-15 23:42:56 +00:00
2024-05-17 12:33:05 +00:00
\begin{twocolentry}{
2024-04-16 12:53:29 +00:00
\textit{Istanbul, Turkey}
2024-04-15 23:42:56 +00:00
2024-06-06 14:32:56 +00:00
\textit{Sept 2021}}
2024-04-15 23:42:56 +00:00
\textbf{Boğaziçi University}
\textit{Mechanical Engineering}
2024-05-17 12:33:05 +00:00
\end{twocolentry}
2024-04-15 23:42:56 +00:00
2024-04-16 12:53:29 +00:00
\vspace{0.10 cm-3px}
2024-04-15 23:42:56 +00:00
\begin{onecolentry}
\begin{highlights}
2024-04-28 20:37:03 +00:00
\item 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.
\item 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-04-15 23:42:56 +00:00
\end{highlights}
\end{onecolentry}
2024-04-16 12:53:29 +00:00
\vspace{0.2 cm-3px}
2024-04-15 23:42:56 +00:00
2024-05-17 12:33:05 +00:00
\begin{twocolentry}{
2024-04-16 12:53:29 +00:00
\textit{Istanbul, Turkey}
2024-04-15 23:42:56 +00:00
2024-06-06 14:32:56 +00:00
\textit{Sept 2021}}
2024-04-15 23:42:56 +00:00
\textbf{Boğaziçi University}
\textit{Mechanical Engineering}
2024-05-17 12:33:05 +00:00
\end{twocolentry}
2024-04-15 23:42:56 +00:00
2024-04-16 12:53:29 +00:00
\vspace{0.10 cm-3px}
2024-04-15 23:42:56 +00:00
\begin{onecolentry}
\begin{highlights}
2024-04-28 20:37:03 +00:00
\item 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.
\item 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-04-15 23:42:56 +00:00
\end{highlights}
\end{onecolentry}
2024-04-16 12:53:29 +00:00
\vspace{0.2 cm-3px}
2024-04-15 23:42:56 +00:00
2024-05-17 12:33:05 +00:00
\begin{twocolentry}{
2024-04-15 23:42:56 +00:00
2024-06-06 14:32:56 +00:00
\textit{Sept 2021}}
2024-04-15 23:42:56 +00:00
\textbf{Boğaziçi University}
\textit{Mechanical Engineering}
2024-05-17 12:33:05 +00:00
\end{twocolentry}
2024-04-15 23:42:56 +00:00
2024-04-16 12:53:29 +00:00
\vspace{0.10 cm-3px}
2024-04-15 23:42:56 +00:00
\begin{onecolentry}
\begin{highlights}
2024-04-28 20:37:03 +00:00
\item 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.
\item 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-04-15 23:42:56 +00:00
\end{highlights}
\end{onecolentry}
2024-04-16 12:53:29 +00:00
\vspace{0.2 cm-3px}
2024-04-15 23:42:56 +00:00
2024-05-17 12:33:05 +00:00
\begin{twocolentry}{
\textit{Istanbul, Turkey}
2024-04-16 12:53:29 +00:00
2024-06-10 17:53:13 +00:00
\textit{Sept 2015 June 2020}}
2024-04-15 23:42:56 +00:00
\textbf{Boğaziçi University}
\textit{Mechanical Engineering}
2024-05-17 12:33:05 +00:00
\end{twocolentry}
2024-03-11 19:30:02 +00:00
2024-04-16 12:53:29 +00:00
\vspace{0.10 cm-3px}
2024-04-15 23:42:56 +00:00
\begin{onecolentry}
\begin{highlights}
2024-04-28 20:37:03 +00:00
\item 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.
\item 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-04-15 23:42:56 +00:00
\end{highlights}
\end{onecolentry}
2024-03-11 19:30:02 +00:00
2024-04-16 12:53:29 +00:00
\vspace{0.2 cm-3px}
2024-03-11 19:30:02 +00:00
2024-05-17 12:33:05 +00:00
\begin{twocolentry}{
2024-04-16 12:53:29 +00:00
\textit{Istanbul, Turkey}
2024-04-15 23:42:56 +00:00
2024-06-06 14:32:56 +00:00
\textit{Sept 2021}}
2024-04-15 23:42:56 +00:00
\textbf{Boğaziçi University}
2024-03-11 19:30:02 +00:00
2024-04-15 23:42:56 +00:00
\textit{BS in Mechanical Engineering}
2024-05-17 12:33:05 +00:00
\end{twocolentry}
2024-03-11 19:30:02 +00:00
2024-04-16 12:53:29 +00:00
\vspace{0.2 cm-3px}
2024-03-11 19:30:02 +00:00
2024-05-17 12:33:05 +00:00
\begin{twocolentry}{
2024-04-16 12:53:29 +00:00
\textit{Istanbul, Turkey}
2024-04-15 23:42:56 +00:00
2024-06-06 14:32:56 +00:00
\textit{Sept 2021}}
2024-04-15 23:42:56 +00:00
\textbf{Boğaziçi University}
\textit{BS in Mechanical Engineering}
2024-05-17 12:33:05 +00:00
\end{twocolentry}
2024-04-15 23:42:56 +00:00
2024-04-16 12:53:29 +00:00
\vspace{0.10 cm-3px}
2024-04-15 23:42:56 +00:00
\begin{onecolentry}
\begin{highlights}
2024-04-28 20:37:03 +00:00
\item 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.
\item 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-04-15 23:42:56 +00:00
\end{highlights}
\end{onecolentry}
2024-04-16 12:53:29 +00:00
\vspace{0.2 cm-3px}
2024-04-15 23:42:56 +00:00
2024-05-17 12:33:05 +00:00
\begin{twocolentry}{
2024-04-16 12:53:29 +00:00
\textit{Istanbul, Turkey}
2024-04-15 23:42:56 +00:00
2024-06-06 14:32:56 +00:00
\textit{Sept 2021}}
2024-04-15 23:42:56 +00:00
\textbf{Boğaziçi University}
\textit{BS in Mechanical Engineering}
2024-05-17 12:33:05 +00:00
\end{twocolentry}
2024-04-15 23:42:56 +00:00
2024-04-16 12:53:29 +00:00
\vspace{0.10 cm-3px}
2024-04-15 23:42:56 +00:00
\begin{onecolentry}
\begin{highlights}
2024-04-28 20:37:03 +00:00
\item 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.
\item 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-04-15 23:42:56 +00:00
\end{highlights}
\end{onecolentry}
2024-04-16 12:53:29 +00:00
\vspace{0.2 cm-3px}
2024-04-15 23:42:56 +00:00
2024-05-17 12:33:05 +00:00
\begin{twocolentry}{
2024-04-15 23:42:56 +00:00
2024-06-06 14:32:56 +00:00
\textit{Sept 2021}}
2024-04-15 23:42:56 +00:00
\textbf{Boğaziçi University}
\textit{BS in Mechanical Engineering}
2024-05-17 12:33:05 +00:00
\end{twocolentry}
2024-04-15 23:42:56 +00:00
2024-04-16 12:53:29 +00:00
\vspace{0.10 cm-3px}
2024-04-15 23:42:56 +00:00
\begin{onecolentry}
\begin{highlights}
2024-04-28 20:37:03 +00:00
\item 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.
\item 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-04-15 23:42:56 +00:00
\end{highlights}
\end{onecolentry}
2024-04-16 12:53:29 +00:00
\vspace{0.2 cm-3px}
2024-04-15 23:42:56 +00:00
2024-05-17 12:33:05 +00:00
\begin{twocolentry}{
\textit{Istanbul, Turkey}
2024-04-16 12:53:29 +00:00
2024-06-10 17:53:13 +00:00
\textit{Sept 2015 June 2020}}
2024-04-15 23:42:56 +00:00
\textbf{Boğaziçi University}
2024-03-11 19:30:02 +00:00
2024-04-15 23:42:56 +00:00
\textit{BS in Mechanical Engineering}
2024-05-17 12:33:05 +00:00
\end{twocolentry}
2024-03-11 19:30:02 +00:00
2024-04-16 12:53:29 +00:00
\vspace{0.10 cm-3px}
2024-04-15 23:42:56 +00:00
\begin{onecolentry}
\begin{highlights}
2024-04-28 20:37:03 +00:00
\item 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.
\item 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-04-15 23:42:56 +00:00
\end{highlights}
\end{onecolentry}
2024-03-11 19:30:02 +00:00
2024-03-17 19:10:43 +00:00
2024-04-16 12:53:29 +00:00
\vspace{0.2 cm-3px}
2024-03-17 19:10:43 +00:00
2024-05-17 12:33:05 +00:00
\begin{twocolentry}{
2024-04-16 12:53:29 +00:00
\textit{Istanbul, Turkey}
2024-04-15 23:42:56 +00:00
2024-06-06 14:32:56 +00:00
\textit{Sept 2021}}
2024-04-15 23:42:56 +00:00
\textbf{Boğaziçi University}
\textit{Mechanical Engineering}
2024-05-17 12:33:05 +00:00
\end{twocolentry}
2024-04-15 23:42:56 +00:00
2024-04-16 12:53:29 +00:00
\vspace{0.10 cm-3px}
2024-04-15 23:42:56 +00:00
\begin{onecolentry}
\begin{highlights}
2024-04-28 20:37:03 +00:00
\item 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.
\item 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-04-15 23:42:56 +00:00
\end{highlights}
\end{onecolentry}
2024-04-16 12:53:29 +00:00
\vspace{0.2 cm-3px}
2024-04-15 23:42:56 +00:00
2024-05-17 12:33:05 +00:00
\begin{twocolentry}{
2024-04-16 12:53:29 +00:00
\textit{Istanbul, Turkey}
2024-04-15 23:42:56 +00:00
2024-06-06 14:32:56 +00:00
\textit{Sept 2021}}
2024-04-15 23:42:56 +00:00
\textbf{Boğaziçi University}
2024-03-17 19:36:29 +00:00
2024-04-15 23:42:56 +00:00
\textit{BS in Mechanical Engineering}
2024-05-17 12:33:05 +00:00
\end{twocolentry}
2024-03-17 19:36:29 +00:00
2024-04-16 12:53:29 +00:00
\vspace{0.10 cm-3px}
2024-04-15 23:42:56 +00:00
\begin{onecolentry}
\begin{highlights}
2024-04-28 20:37:03 +00:00
\item 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.
\item 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-04-15 23:42:56 +00:00
\end{highlights}
\end{onecolentry}
2024-03-11 19:30:02 +00:00
2024-04-15 23:42:56 +00:00
2024-03-11 19:30:02 +00:00
\section{Normal Entries}
2024-05-19 14:43:10 +00:00
2024-04-15 23:42:56 +00:00
2024-05-17 12:33:05 +00:00
\begin{onecolentry}
2024-04-15 23:42:56 +00:00
\textbf{My Project}
2024-05-17 12:33:05 +00:00
\end{onecolentry}
2024-03-11 19:30:02 +00:00
2024-03-17 19:10:43 +00:00
2024-04-16 12:53:29 +00:00
\vspace{0.2 cm-3px}
2024-03-17 19:10:43 +00:00
2024-05-17 12:33:05 +00:00
\begin{twocolentry}{
2024-04-15 23:42:56 +00:00
2024-05-17 12:33:05 +00:00
2024-06-06 14:32:56 +00:00
\textit{Sept 2021}}
2024-04-15 23:42:56 +00:00
\textbf{My Project}
2024-05-17 12:33:05 +00:00
\end{twocolentry}
2024-03-11 19:30:02 +00:00
2024-04-16 12:53:29 +00:00
\vspace{0.2 cm-3px}
2024-03-11 19:30:02 +00:00
2024-05-17 12:33:05 +00:00
\begin{twocolentry}{
\textit{Istanbul, Turkey}
2024-04-16 12:53:29 +00:00
2024-05-17 12:33:05 +00:00
}
2024-04-15 23:42:56 +00:00
\textbf{My Project}
2024-05-17 12:33:05 +00:00
\end{twocolentry}
2024-03-11 19:30:02 +00:00
2024-04-16 12:53:29 +00:00
\vspace{0.2 cm-3px}
2024-03-11 19:30:02 +00:00
2024-05-17 12:33:05 +00:00
\begin{twocolentry}{
2024-04-15 23:42:56 +00:00
2024-04-16 12:53:29 +00:00
2024-06-10 17:53:13 +00:00
\textit{Sept 2015 present}}
2024-04-15 23:42:56 +00:00
\textbf{My Project}
2024-05-17 12:33:05 +00:00
\end{twocolentry}
2024-03-11 19:30:02 +00:00
2024-04-16 12:53:29 +00:00
\vspace{0.2 cm-3px}
2024-03-11 19:30:02 +00:00
2024-05-17 12:33:05 +00:00
\begin{twocolentry}{
2024-04-15 23:42:56 +00:00
2024-04-16 12:53:29 +00:00
2024-05-17 12:33:05 +00:00
\textit{June 2020}}
2024-04-15 23:42:56 +00:00
\textbf{My Project}
2024-05-17 12:33:05 +00:00
\end{twocolentry}
2024-03-11 19:30:02 +00:00
2024-04-16 12:53:29 +00:00
\vspace{0.2 cm-3px}
2024-03-11 19:30:02 +00:00
2024-05-17 12:33:05 +00:00
\begin{onecolentry}
2024-04-15 23:42:56 +00:00
\textbf{My Project}
2024-05-17 12:33:05 +00:00
\end{onecolentry}
2024-03-11 19:30:02 +00:00
2024-04-16 12:53:29 +00:00
\vspace{0.10 cm-3px}
2024-04-15 23:42:56 +00:00
\begin{onecolentry}
\begin{highlights}
2024-04-28 20:37:03 +00:00
\item 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.
\item 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-04-15 23:42:56 +00:00
\end{highlights}
\end{onecolentry}
2024-03-11 19:30:02 +00:00
2024-04-16 12:53:29 +00:00
\vspace{0.2 cm-3px}
2024-03-11 19:30:02 +00:00
2024-05-17 12:33:05 +00:00
\begin{twocolentry}{
2024-04-16 12:53:29 +00:00
\textit{Istanbul, Turkey}
2024-04-15 23:42:56 +00:00
2024-06-06 14:32:56 +00:00
\textit{Sept 2021}}
2024-04-15 23:42:56 +00:00
\textbf{My Project}
2024-05-17 12:33:05 +00:00
\end{twocolentry}
2024-03-11 19:30:02 +00:00
2024-04-16 12:53:29 +00:00
\vspace{0.2 cm-3px}
2024-03-11 19:30:02 +00:00
2024-05-17 12:33:05 +00:00
\begin{twocolentry}{
2024-04-15 23:42:56 +00:00
2024-05-17 12:33:05 +00:00
2024-06-06 14:32:56 +00:00
\textit{Sept 2021}}
2024-04-15 23:42:56 +00:00
\textbf{My Project}
2024-05-17 12:33:05 +00:00
\end{twocolentry}
2024-03-11 19:30:02 +00:00
2024-04-16 12:53:29 +00:00
\vspace{0.2 cm-3px}
2024-03-11 19:30:02 +00:00
2024-05-17 12:33:05 +00:00
\begin{twocolentry}{
2024-04-15 23:42:56 +00:00
2024-06-06 14:32:56 +00:00
\textit{Sept 2021}}
2024-04-15 23:42:56 +00:00
\textbf{My Project}
2024-05-17 12:33:05 +00:00
\end{twocolentry}
2024-03-11 19:30:02 +00:00
2024-04-16 12:53:29 +00:00
\vspace{0.2 cm-3px}
2024-03-11 19:30:02 +00:00
2024-05-17 12:33:05 +00:00
\begin{twocolentry}{
2024-04-15 23:42:56 +00:00
2024-05-17 12:33:05 +00:00
2024-06-06 14:32:56 +00:00
\textit{Sept 2021}}
2024-04-15 23:42:56 +00:00
\textbf{My Project}
2024-05-17 12:33:05 +00:00
\end{twocolentry}
2024-03-11 19:30:02 +00:00
2024-04-16 12:53:29 +00:00
\vspace{0.10 cm-3px}
2024-04-15 23:42:56 +00:00
\begin{onecolentry}
\begin{highlights}
2024-04-28 20:37:03 +00:00
\item 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.
\item 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-04-15 23:42:56 +00:00
\end{highlights}
\end{onecolentry}
2024-03-11 19:30:02 +00:00
2024-04-16 12:53:29 +00:00
\vspace{0.2 cm-3px}
2024-03-11 19:30:02 +00:00
2024-05-17 12:33:05 +00:00
\begin{twocolentry}{
\textit{Istanbul, Turkey}
2024-04-16 12:53:29 +00:00
2024-06-10 17:53:13 +00:00
\textit{Sept 2015 present}}
2024-04-15 23:42:56 +00:00
\textbf{My Project}
2024-05-17 12:33:05 +00:00
\end{twocolentry}
2024-03-11 19:30:02 +00:00
2024-04-15 23:42:56 +00:00
2024-04-16 12:53:29 +00:00
\vspace{0.2 cm-3px}
2024-04-15 23:42:56 +00:00
2024-05-17 12:33:05 +00:00
\begin{twocolentry}{
\textit{Istanbul, Turkey}
2024-04-16 12:53:29 +00:00
2024-05-17 12:33:05 +00:00
\textit{June 2020}}
2024-04-15 23:42:56 +00:00
\textbf{My Project}
2024-05-17 12:33:05 +00:00
\end{twocolentry}
2024-04-15 23:42:56 +00:00
2024-04-16 12:53:29 +00:00
\vspace{0.2 cm-3px}
2024-04-15 23:42:56 +00:00
2024-05-17 12:33:05 +00:00
\begin{twocolentry}{
\textit{Istanbul, Turkey}
2024-04-16 12:53:29 +00:00
2024-05-17 12:33:05 +00:00
}
2024-04-15 23:42:56 +00:00
\textbf{My Project}
2024-05-17 12:33:05 +00:00
\end{twocolentry}
2024-04-15 23:42:56 +00:00
2024-04-16 12:53:29 +00:00
\vspace{0.10 cm-3px}
2024-04-15 23:42:56 +00:00
\begin{onecolentry}
\begin{highlights}
2024-04-28 20:37:03 +00:00
\item 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.
\item 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-04-15 23:42:56 +00:00
\end{highlights}
\end{onecolentry}
2024-04-16 12:53:29 +00:00
\vspace{0.2 cm-3px}
2024-04-15 23:42:56 +00:00
2024-05-17 12:33:05 +00:00
\begin{twocolentry}{
2024-04-15 23:42:56 +00:00
2024-04-16 12:53:29 +00:00
2024-06-10 17:53:13 +00:00
\textit{Sept 2015 June 2020}}
2024-04-15 23:42:56 +00:00
\textbf{My Project}
2024-05-17 12:33:05 +00:00
\end{twocolentry}
2024-03-11 19:30:02 +00:00
2024-04-16 12:53:29 +00:00
\vspace{0.2 cm-3px}
2024-04-15 23:42:56 +00:00
2024-05-17 12:33:05 +00:00
\begin{twocolentry}{
2024-04-15 23:42:56 +00:00
2024-04-16 12:53:29 +00:00
2024-06-10 17:53:13 +00:00
\textit{Sept 2015 present}}
2024-04-15 23:42:56 +00:00
\textbf{My Project}
2024-05-17 12:33:05 +00:00
\end{twocolentry}
2024-03-11 19:30:02 +00:00
2024-04-16 12:53:29 +00:00
\vspace{0.10 cm-3px}
2024-04-15 23:42:56 +00:00
\begin{onecolentry}
\begin{highlights}
2024-04-28 20:37:03 +00:00
\item 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.
\item 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-04-15 23:42:56 +00:00
\end{highlights}
\end{onecolentry}
2024-03-11 19:30:02 +00:00
2024-04-16 12:53:29 +00:00
\vspace{0.2 cm-3px}
2024-03-11 19:30:02 +00:00
2024-05-17 12:33:05 +00:00
\begin{twocolentry}{
2024-04-15 23:42:56 +00:00
2024-04-16 12:53:29 +00:00
2024-05-17 12:33:05 +00:00
\textit{June 2020}}
2024-04-15 23:42:56 +00:00
\textbf{My Project}
2024-05-17 12:33:05 +00:00
\end{twocolentry}
2024-03-11 19:30:02 +00:00
2024-04-16 12:53:29 +00:00
\vspace{0.10 cm-3px}
2024-04-15 23:42:56 +00:00
\begin{onecolentry}
\begin{highlights}
2024-04-28 20:37:03 +00:00
\item 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.
\item 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-04-15 23:42:56 +00:00
\end{highlights}
\end{onecolentry}
2024-03-11 19:30:02 +00:00
2024-04-16 12:53:29 +00:00
\vspace{0.2 cm-3px}
2024-03-17 19:10:43 +00:00
2024-05-17 12:33:05 +00:00
\begin{twocolentry}{
2024-04-16 12:53:29 +00:00
\textit{Istanbul, Turkey}
2024-04-15 23:42:56 +00:00
2024-06-06 14:32:56 +00:00
\textit{Sept 2021}}
2024-04-15 23:42:56 +00:00
\textbf{My Project}
2024-05-17 12:33:05 +00:00
\end{twocolentry}
2024-03-17 19:10:43 +00:00
2024-03-11 19:30:02 +00:00
2024-04-16 12:53:29 +00:00
\vspace{0.2 cm-3px}
2024-03-11 19:30:02 +00:00
2024-05-17 12:33:05 +00:00
\begin{twocolentry}{
2024-04-16 12:53:29 +00:00
\textit{Istanbul, Turkey}
2024-04-15 23:42:56 +00:00
2024-06-06 14:32:56 +00:00
\textit{Sept 2021}}
2024-04-15 23:42:56 +00:00
\textbf{My Project}
2024-05-17 12:33:05 +00:00
\end{twocolentry}
2024-03-11 19:30:02 +00:00
2024-04-16 12:53:29 +00:00
\vspace{0.2 cm-3px}
2024-03-11 19:30:02 +00:00
2024-05-17 12:33:05 +00:00
\begin{twocolentry}{
2024-04-16 12:53:29 +00:00
\textit{Istanbul, Turkey}
2024-04-15 23:42:56 +00:00
2024-06-06 14:32:56 +00:00
\textit{Sept 2021}}
2024-04-15 23:42:56 +00:00
\textbf{My Project}
2024-05-17 12:33:05 +00:00
\end{twocolentry}
2024-04-15 23:42:56 +00:00
2024-04-16 12:53:29 +00:00
\vspace{0.10 cm-3px}
2024-04-15 23:42:56 +00:00
\begin{onecolentry}
\begin{highlights}
2024-04-28 20:37:03 +00:00
\item 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.
\item 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-04-15 23:42:56 +00:00
\end{highlights}
\end{onecolentry}
2024-04-16 12:53:29 +00:00
\vspace{0.2 cm-3px}
2024-04-15 23:42:56 +00:00
2024-05-17 12:33:05 +00:00
\begin{twocolentry}{
2024-04-15 23:42:56 +00:00
2024-06-06 14:32:56 +00:00
\textit{Sept 2021}}
2024-04-15 23:42:56 +00:00
\textbf{My Project}
2024-05-17 12:33:05 +00:00
\end{twocolentry}
2024-03-11 19:30:02 +00:00
2024-04-15 23:42:56 +00:00
2024-04-16 12:53:29 +00:00
\vspace{0.2 cm-3px}
2024-04-15 23:42:56 +00:00
2024-05-17 12:33:05 +00:00
\begin{twocolentry}{
2024-04-15 23:42:56 +00:00
2024-05-17 12:33:05 +00:00
2024-06-06 14:32:56 +00:00
\textit{Sept 2021}}
2024-04-15 23:42:56 +00:00
\textbf{My Project}
2024-05-17 12:33:05 +00:00
\end{twocolentry}
2024-04-15 23:42:56 +00:00
2024-04-16 12:53:29 +00:00
\vspace{0.10 cm-3px}
2024-04-15 23:42:56 +00:00
\begin{onecolentry}
\begin{highlights}
2024-04-28 20:37:03 +00:00
\item 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.
\item 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-04-15 23:42:56 +00:00
\end{highlights}
\end{onecolentry}
2024-04-16 12:53:29 +00:00
\vspace{0.2 cm-3px}
2024-04-15 23:42:56 +00:00
2024-05-17 12:33:05 +00:00
\begin{twocolentry}{
2024-04-15 23:42:56 +00:00
2024-06-06 14:32:56 +00:00
\textit{Sept 2021}}
2024-04-15 23:42:56 +00:00
\textbf{My Project}
2024-05-17 12:33:05 +00:00
\end{twocolentry}
2024-04-15 23:42:56 +00:00
2024-04-16 12:53:29 +00:00
\vspace{0.10 cm-3px}
2024-04-15 23:42:56 +00:00
\begin{onecolentry}
\begin{highlights}
2024-04-28 20:37:03 +00:00
\item 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.
\item 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-04-15 23:42:56 +00:00
\end{highlights}
\end{onecolentry}
2024-04-16 12:53:29 +00:00
\vspace{0.2 cm-3px}
2024-04-15 23:42:56 +00:00
2024-05-17 12:33:05 +00:00
\begin{twocolentry}{
\textit{Istanbul, Turkey}
2024-04-16 12:53:29 +00:00
2024-06-10 17:53:13 +00:00
\textit{Sept 2015 June 2020}}
2024-04-15 23:42:56 +00:00
\textbf{My Project}
2024-05-17 12:33:05 +00:00
\end{twocolentry}
2024-04-15 23:42:56 +00:00
2024-04-16 12:53:29 +00:00
\vspace{0.2 cm-3px}
2024-04-15 23:42:56 +00:00
2024-05-17 12:33:05 +00:00
\begin{twocolentry}{
\textit{Istanbul, Turkey}
2024-04-16 12:53:29 +00:00
2024-06-10 17:53:13 +00:00
\textit{Sept 2015 present}}
2024-04-15 23:42:56 +00:00
\textbf{My Project}
2024-05-17 12:33:05 +00:00
\end{twocolentry}
2024-04-15 23:42:56 +00:00
2024-04-16 12:53:29 +00:00
\vspace{0.10 cm-3px}
2024-04-15 23:42:56 +00:00
\begin{onecolentry}
\begin{highlights}
2024-04-28 20:37:03 +00:00
\item 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.
\item 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-04-15 23:42:56 +00:00
\end{highlights}
\end{onecolentry}
2024-04-16 12:53:29 +00:00
\vspace{0.2 cm-3px}
2024-04-15 23:42:56 +00:00
2024-05-17 12:33:05 +00:00
\begin{twocolentry}{
\textit{Istanbul, Turkey}
2024-04-16 12:53:29 +00:00
2024-05-17 12:33:05 +00:00
\textit{June 2020}}
2024-04-15 23:42:56 +00:00
\textbf{My Project}
2024-05-17 12:33:05 +00:00
\end{twocolentry}
2024-04-15 23:42:56 +00:00
2024-04-16 12:53:29 +00:00
\vspace{0.10 cm-3px}
2024-04-15 23:42:56 +00:00
\begin{onecolentry}
\begin{highlights}
2024-04-28 20:37:03 +00:00
\item 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.
\item 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-04-15 23:42:56 +00:00
\end{highlights}
\end{onecolentry}
2024-04-16 12:53:29 +00:00
\vspace{0.2 cm-3px}
2024-04-15 23:42:56 +00:00
2024-05-17 12:33:05 +00:00
\begin{twocolentry}{
2024-04-15 23:42:56 +00:00
2024-04-16 12:53:29 +00:00
2024-06-10 17:53:13 +00:00
\textit{Sept 2015 June 2020}}
2024-04-15 23:42:56 +00:00
\textbf{My Project}
2024-05-17 12:33:05 +00:00
\end{twocolentry}
2024-04-15 23:42:56 +00:00
2024-04-16 12:53:29 +00:00
\vspace{0.10 cm-3px}
2024-04-15 23:42:56 +00:00
\begin{onecolentry}
\begin{highlights}
2024-04-28 20:37:03 +00:00
\item 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.
\item 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-04-15 23:42:56 +00:00
\end{highlights}
\end{onecolentry}
2024-04-16 12:53:29 +00:00
\vspace{0.2 cm-3px}
2024-04-15 23:42:56 +00:00
2024-05-17 12:33:05 +00:00
\begin{twocolentry}{
2024-04-16 12:53:29 +00:00
\textit{Istanbul, Turkey}
2024-04-15 23:42:56 +00:00
2024-06-06 14:32:56 +00:00
\textit{Sept 2021}}
2024-04-15 23:42:56 +00:00
\textbf{My Project}
2024-05-17 12:33:05 +00:00
\end{twocolentry}
2024-04-15 23:42:56 +00:00
2024-04-16 12:53:29 +00:00
\vspace{0.2 cm-3px}
2024-04-15 23:42:56 +00:00
2024-05-17 12:33:05 +00:00
\begin{twocolentry}{
2024-04-16 12:53:29 +00:00
\textit{Istanbul, Turkey}
2024-04-15 23:42:56 +00:00
2024-06-06 14:32:56 +00:00
\textit{Sept 2021}}
2024-04-15 23:42:56 +00:00
\textbf{My Project}
2024-05-17 12:33:05 +00:00
\end{twocolentry}
2024-04-15 23:42:56 +00:00
2024-04-16 12:53:29 +00:00
\vspace{0.10 cm-3px}
2024-04-15 23:42:56 +00:00
\begin{onecolentry}
\begin{highlights}
2024-04-28 20:37:03 +00:00
\item 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.
\item 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-04-15 23:42:56 +00:00
\end{highlights}
\end{onecolentry}
2024-04-16 12:53:29 +00:00
\vspace{0.2 cm-3px}
2024-04-15 23:42:56 +00:00
2024-05-17 12:33:05 +00:00
\begin{twocolentry}{
2024-04-16 12:53:29 +00:00
\textit{Istanbul, Turkey}
2024-04-15 23:42:56 +00:00
2024-06-06 14:32:56 +00:00
\textit{Sept 2021}}
2024-04-15 23:42:56 +00:00
\textbf{My Project}
2024-05-17 12:33:05 +00:00
\end{twocolentry}
2024-04-15 23:42:56 +00:00
2024-04-16 12:53:29 +00:00
\vspace{0.10 cm-3px}
2024-04-15 23:42:56 +00:00
\begin{onecolentry}
\begin{highlights}
2024-04-28 20:37:03 +00:00
\item 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.
\item 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-04-15 23:42:56 +00:00
\end{highlights}
\end{onecolentry}
2024-04-16 12:53:29 +00:00
\vspace{0.2 cm-3px}
2024-04-15 23:42:56 +00:00
2024-05-17 12:33:05 +00:00
\begin{twocolentry}{
2024-04-15 23:42:56 +00:00
2024-06-06 14:32:56 +00:00
\textit{Sept 2021}}
2024-04-15 23:42:56 +00:00
\textbf{My Project}
2024-05-17 12:33:05 +00:00
\end{twocolentry}
2024-04-15 23:42:56 +00:00
2024-04-16 12:53:29 +00:00
\vspace{0.10 cm-3px}
2024-04-15 23:42:56 +00:00
\begin{onecolentry}
\begin{highlights}
2024-04-28 20:37:03 +00:00
\item 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.
\item 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-04-15 23:42:56 +00:00
\end{highlights}
\end{onecolentry}
2024-04-16 12:53:29 +00:00
\vspace{0.2 cm-3px}
2024-04-15 23:42:56 +00:00
2024-05-17 12:33:05 +00:00
\begin{twocolentry}{
\textit{Istanbul, Turkey}
2024-04-16 12:53:29 +00:00
2024-06-10 17:53:13 +00:00
\textit{Sept 2015 June 2020}}
2024-04-15 23:42:56 +00:00
\textbf{My Project}
2024-05-17 12:33:05 +00:00
\end{twocolentry}
2024-04-15 23:42:56 +00:00
2024-04-16 12:53:29 +00:00
\vspace{0.10 cm-3px}
2024-04-15 23:42:56 +00:00
\begin{onecolentry}
\begin{highlights}
2024-04-28 20:37:03 +00:00
\item 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.
\item 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-04-15 23:42:56 +00:00
\end{highlights}
\end{onecolentry}
2024-04-16 12:53:29 +00:00
\vspace{0.2 cm-3px}
2024-04-15 23:42:56 +00:00
2024-05-17 12:33:05 +00:00
\begin{twocolentry}{
2024-04-16 12:53:29 +00:00
\textit{Istanbul, Turkey}
2024-04-15 23:42:56 +00:00
2024-06-06 14:32:56 +00:00
\textit{Sept 2021}}
2024-04-15 23:42:56 +00:00
\textbf{My Project}
2024-05-17 12:33:05 +00:00
\end{twocolentry}
2024-04-15 23:42:56 +00:00
2024-04-16 12:53:29 +00:00
\vspace{0.10 cm-3px}
2024-04-15 23:42:56 +00:00
\begin{onecolentry}
\begin{highlights}
2024-04-28 20:37:03 +00:00
\item 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.
\item 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-04-15 23:42:56 +00:00
\end{highlights}
\end{onecolentry}
2024-03-11 19:30:02 +00:00
\section{One Line Entries}
2024-05-19 14:43:10 +00:00
2024-04-15 23:42:56 +00:00
\begin{onecolentry}
\textbf{Pro\textnormal{gram}ming:} Python, C++, JavaScript, MATLAB
\end{onecolentry}
2024-03-10 18:08:18 +00:00
2024-04-15 23:42:56 +00:00
2024-02-18 19:41:45 +00:00
\end{document}