%
% Contributors
% ------------
% * ifokkema
% * Bertbk
% * Hespe
%
% Attributions
% ------------
% * ThirtyNinesecondscv is based on the fortysecondscv class
%-------------------------------------------------------------------------------
% ADDITIONAL PACKAGES
%-------------------------------------------------------------------------------
\documentclass[
a4paper,
% showframes,
% vline=2.2em,
% maincolor=cvgreen,
% sidecolor=gray!50,
% sectioncolor=red,
% subsectioncolor=orange,
% itemtextcolor=black!80,
% sidebarwidth=0.4\paperwidth,
% topbottommargin=0.03\paperheight,
% leftrightmargin=20pt,
% profilepicsize=4.5cm,
% profilepicborderwidth=3.5pt,
% profilepicstyle=profilecircle,
% profilepiczoom=1.0,
% profilepicxshift=0mm,
% profilepicyshift=0mm,
% profilepicrounding=1.0cm,
]{ThirtyNinesecondscv}
% improve word spacing and hyphenation
\usepackage{microtype}
\usepackage{ragged2e}
\usepackage{multicol}
\usepackage{enumitem}
\usepackage{tabto}
% uncomment in case you don't want any hyphenation
% \usepackage[none]{hyphenat}
% take care of proper font encoding
\ifxetexorluatex
\usepackage{fontspec}
\defaultfontfeatures{Ligatures=TeX}
% \newfontfamily\headingfont[Path = fonts/]{segoeuib.ttf} % local font
\else
\usepackage[utf8]{inputenc}
\usepackage[T1]{fontenc}
% \usepackage[sfdefault]{noto} % use noto google font
\fi
% enable mathematical syntax for some symbols like \varnothing
\usepackage{amssymb}
% bubble diagram configuration
\usepackage{smartdiagram}
\smartdiagramset{
% default font size is \large, so adjust to harmonize with sidebar layout
bubble center node font = \footnotesize,
bubble node font = \footnotesize,
% default: 4cm/2.5cm; make minimum diameter relative to sidebar size
bubble center node size = 0.4\sidebartextwidth,
bubble node size = 0.25\sidebartextwidth,
distance center/other bubbles = 1.5em,
% set center bubble color
bubble center node color = maincolor!70,
% define the list of colors usable in the diagram
set color list = {maincolor!10, maincolor!40,
maincolor!20, maincolor!60, maincolor!35},
% sets the opacity at which the bubbles are shown
bubble fill opacity = 0.8,
}
%-------------------------------------------------------------------------------
% PERSONAL INFORMATION
%-------------------------------------------------------------------------------
%% mandatory information
% your name
\cvname{Any Name}
% job title/career
\cvjobtitle{
%Mechanical engineer,\\[0.2em] Mechanical scholar
}
%% optional information
% profile picture
\cvprofilepic{pics/mid4.jpg}
% NOTE: ordering in the sidebar will mimic the following order
% date of birth
% off----------------------------------------------------------------------
%\cvbirthday{\today}
% off----------------------------------------------------------------------
% off----------------------------------------------------------------------
% off----------------------------------------------------------------------
% phone number
\cvphone{+1 919 19 19 191}
% personal website
% off----------------------------------------------------------------------
% off----------------------------------------------------------------------
% email address
\cvmail{Any.Mail@Fmail.com}
%\cvgit
%\cvscholar
%\cvlinkedin
%\cvResearchGate
%\cvMedium
% pgp key
% off----------------------------------------------------------------------
%\cvkey{4096R/FF00FF00}{0xAABBCCDDFF00FF00}
% off----------------------------------------------------------------------
% any other custom entry
%\cvcustomdata{\faFlag}{--}
%-------------------------------------------------------------------------------
% SIDEBAR 1st PAGE
%-------------------------------------------------------------------------------
% add more profile sections to sidebar on first page
\addtofrontsidebar{
% include gosquare national flags from https://github.com/gosquared/flags;
% naming according to ISO 3166-1 alpha-2 country codes
\graphicspath{{pics/flags/}}
% pictures, icons and drawings
%\faLinkedinSquare Linkedin in square
%\faLinkedin LinkedIn
%\faGithub GitHub
%\faPhoneSquare Phone
%\faMediumM Medium
%\faMortarBoard graduation
%\aiResearchGateSquare ResearchGate Square
%\aiResearchGate ResearchGate
%\aiGoogleScholar Google Scholar
%\aiGoogleScholarSquare Google scholar-square
% social network accounts incl. proper hyperlinks
%-----------------------------------------------------------------------------
% Social
% -----------------------------------------------------------------------------
\profilesection{Online Platforms}
\begin{icontable}{2.5em}{1em}
\social{\aiGoogleScholarSquare}{https://scholar.google.com} {Google Scholar Page Link}
\social{\aiResearchGateSquare}{https://www.researchgate.net} {ResearchGate Page Link}
\social{\faLinkedin}{https://www.linkedin.com/in/hamid-souzangar-95b197195/}{\textbf{Real Linkedin Page of the writer}}
\social{\faMedium}{https://medium.com}{Medium Weblog Link}
\social{\faGithub}{https://github.com}{Github Project Page Link}
\end{icontable}
%-----------------------------------------------------------------------------
% Languages
% -----------------------------------------------------------------------------
%---------------------------------------------------------------------------------
% Hard Skills
% --------------------------------------------------------------------------------
\profilesection{Hard Skills}
\skill{\faChevronRight}{Programming}
\subskill[1.0em]{\faCaretRight}{Python, C++, FORTLAN}
\skill{\faChevronRight}{Marketing skills}
\skill{\faChevronRight}{Data analysis skills}
\skill{\faChevronRight}{Writing}
\subskill[1.2em]{\faCaretRight}{ Written 101 books via \LaTeX}{}
}
%-------------------------------------------------------------------------------
% SIDEBAR 2nd PAGE
%-------------------------------------------------------------------------------
\addtobacksidebar{
\profilesection{About Me}
\aboutme{
You can add anything here about yourself.
}
\profilesection{Diagrams}
\begin{sidebarminipage}
\chartlabel{Your}
\chartlabel{CV's}
\chartlabel{Keywords}
\chartlabel{shows}
\chartlabel{Who}
\chartlabel{You}
\chartlabel{Will}
\chartlabel{Be}
\end{sidebarminipage}
\begin{figure}\centering
\smartdiagram[bubble diagram]{
\textcolor{white}{\textbf{My professional }} \\
\textcolor{white}{\textbf{life at a glance}}, % center bubble
\textcolor{black!90}{Eating},
\textcolor{black!90}{Sleeping},
\textcolor{black!90}{Rolling},
\textcolor{black!90}{Playing},
\textcolor{black!90}{Chilling}
}
\end{figure}
\chartlabel{Wheel Chart}
\wheelchart{3.7em}{2em}{%
20/3em/maincolor!50/Chill,
15/3em/maincolor!15/Play,
30/4em/maincolor!40/Sleep,
20/3em/maincolor!20/Eat
}
\profilesection{Barskills}
\barskill{\faSkyatlas}{Writing a CV}{05}
\barskill{\faImage}{Judging a CV}{90}
\barskill{}{\LaTeX}{10}
%-------------------------------------------------------------------------------------
% References
%-------------------------------------------------------------------------------------
\profilesection{References}
\myreference
{[1]}
{Prof.}
{Mr. Someone}
{Department of CV studies, Moon}
{Some@one.ac.moon}
{other@Fmail.com}
}
%-------------------------------------------------------------------------------
% TABLE ENTRIES RIGHT COLUMN
%-------------------------------------------------------------------------------
\begin{document}
\makefrontsidebar
%\faGithub GitHub
%\faPhoneSquare Phone
%\\faMediumM Medium
%\faMortarBoard graduation
%\aiResearchGateSquare ResearchGate Square
%\aiResearchGate
%--------------------------------------------------------------------------
%--------------------------------Education--------------------------------
%\begin{cvtable}
% %%%%%%%%%%%%%%%%\cvitem
% #1 {icon}
% #2 {<cv-item title>}
% #3 {year}
% #4 {<location>}
% #5 {<optional: description>}
%\end{cvtable}
%--------------------------------------------------------------------------
%-------------------------------------------------------------------------
\cvsection{Education}
\subsection{Study}
\begin{cvtable}[1.5]
\Educvitem
{\faGraduationCap}
{M.Sc. Writing CV Engineering}
{1914--2017}
{Moon University, Moon}
{ }
\Shortcustomcvitem
{~~}
{GPA:}
{1.91/4}
\Shortcustomcvitem
{~~}
{~Thesis Topic:}{How to write a CV with \LaTeX}
\Educvitem
{\faGraduationCap}
{B.Sc. Reading CV engineering}
{1908--2013}
{Venus University, Venus}
{}
\end{cvtable}
%--------- -----------------------------------------------------------------
%------------------------- -Selected Courses--------------------------------
%---------- ---------------------------------------------------------------
\subsection{Selected Courses}
\begin{multicols}{2}
% [ \textbf{Core courses:}]
\begin{itemize}
\item First 4/4
\item Second 4/4
\item Third 4/4
\end{itemize}
\textbf{Other Courses:}
{\footnotesize \begin{itemize}
\item Programming~(MATLAB, Fortran, and C++)
\item Machine Learning with Python
\item AI
\end{itemize}
}
\end{multicols}
%--------------------------------------------------------------------------
%--------------------------Publications--------------------------------
%-------------------------------------------------------------------------
\cvsection{Publications}
\begin{itemize}
\item[2017] \textbf{A, name}, Mr someone$ ^{\textcolor[rgb]{0.00,0.50,1.00}{\textbf{1}}} $, \textit{jhsdkgfkjdshgfdjfhg kjfsdhflkdshfkjhsfdklhf jkdsfh jdfhksfdsl,} Applied CV Modelling. 501 (1917) 546–560. \\ \href{https://doi.org}{{\selectfont
\textcolor[rgb]{0.00,0.00,0.55}{doi: 10.1016. }}} \hfill \textbf{{\footnotesize Impact Factor: 22.841 Q1}}
\end{itemize}
%--------------------------------------------------------------------------
%--------------------------Research Interest--------------------------------
%-------------------------------------------------------------------------
\cvsection{Research Interest}
\begin{multicols}{2}
\begin{itemize}
% \item Product development
%\item Decision-making
\item Additive manufacturing
%\item Solid Mechanic
% \item Finite Element Modelling
\item Operations Research
\item Machine learning
\item Optimization
\end{itemize}
\end{multicols}
%--------------------------------------------------------------------------
%--------------------------------------------------------------------------
%----------------------------newpage---------------------------------------
%--------------------------------------------------------------------------
%--------------------------------------------------------------------------
\newpage
\makebacksidebar
% \newgeometry{
% top=\topbottommargin,
% bottom=\topbottommargin,
% right=\leftrightmargin,
% left=\leftrightmargin
% }
%----------------------------------------------------------------------------------
% EXPERIENCE
%----------------------------------------------------------------------------------
\cvsection{Academic Experience}
\subsection{Laboratory}
\begin{cvtable}[1.5]
\customcvitem
{\faUniversity}
{CV Design and Evaluation}
{2016--2019}
{Dr. someone's Lab}
{$\bullet$ Developed, evaluated, and designed innovative CV template.\\
$\bullet$ Conducted various analyses on the CV. \\
$\bullet$ Simulated CV formation }
\end{cvtable}
\subsection{Theoretical}
\begin{cvtable}[1.5]
\customcvitem
{\faUniversity}
{Green CV Process Selection}
{2016--2019}
{Dr. Other's Lab}
{$\bullet$ Successfully selected CV processes under uncertain conditions. \\
}
\end{cvtable}
%----------------------------------------------------------------------------------
%---------------- {Work Experience}---------------------------------------------
%----------------------------------------------------------------------------------
%\faChalkboardTeacher
\cvsection{Work Experience}
\subsection{Tesching}
\begin{cvtable}[1.5]
\customcvitem
{\faBriefcase}
{CV eriting Assistant}
{Since 1917}
{Moon University}
{
$\bullet$ Teaching: how to Write a terrible CV
}
\end{cvtable}
%------------------------------------------------------------------------
% Extra-Curricular Activities
%------------------------------------------------------------------------
\cvsection{Extra-Curricular Activities}
\begin{cvtable}
\cvitemshort{DIY}{Built a \textbf{REAL CV} }
\end{cvtable}
\cvsignature
\end{document}