Prof. Shashibhushan B. Mahadik's CV
Author
Dadasaheb G. Godase
Last Updated
5 years ago
License
Creative Commons CC BY 4.0
Abstract
Adapted from the Customised CurVe CV template.
Adapted from the Customised CurVe CV template.
%%%%%%%%%%%%%%%
\NeedsTeXFormat{LaTeX2e}
\documentclass[loadonly, a4paper,11pt]{curve}
% Uncomment to enable Chinese; needs XeLaTeX
% \usepackage{ctex}
\usepackage{settings}
% Change the fonts if you want
\ifxetexorluatex % If you're using XeLaTeX or LuaLaTeX
\usepackage{fontspec}
%% Warning: EB Garamond contains no bold!! Substituting for Junicode Bold, but *may not look nice nor consistent*!!
% \setmainfont[Ligatures=TeX,SmallCapsFeatures={Letters=SmallCaps,LetterSpace=5},BoldFont=Junicode Bold]{EB Garamond}
%% Charis SIL's rather nice, actually.
\setmainfont[Cambria,SmallCapsFeatures={Letters=SmallCaps,LetterSpace=5}]{Cambria}
\setsansfont[Ligatures=TeX]{Cambria}
\setmonofont{Cambria}
\else % If you're using pdfLaTeX or latex
\usepackage[utf8]{inputenc}
\usepackage[T1]{fontenc}
\usepackage[tracking=smallcaps]{microtype}
\usepackage{fbb}
\usepackage[type1]{cabin}
\usepackage[varqu,varl]{zi4}
\useosf %% Comment out if you prefer lining figures rather than old style figures
\fi
\usepackage{csquotes}
\usepackage{colortbl}
\usepackage{hyperref}
\hypersetup{
colorlinks=true,
linkcolor=blue,
filecolor=magenta,
urlcolor=blue,
}
%% Only needed if you want a Publication List
\addbibresource{own-bib.bib}
%% Specify your last name and first name (as given in the .bib) to automatically bold your own name in the publications list. One caveat: You need to write \bibnamedelima where there's a space in your name for this to work properly for now...
\myname{Lim}{Lian\bibnamedelima Tze}
% \myname{d'Andrimont}{Raphaël}
% Change the page margins if you want
% \geometry{left=1cm,right=1cm,top=1.5cm,bottom=1.5cm}
% Change the colours if you want
% \definecolor{SwishLineColour}{HTML}{00FFFF}
\definecolor{black}{HTML}{0000CC}
% Change the item prefix marker if you want
\prefixmarker{}
%% Photo is only shown if "fullonly" is included
\includecomment{fullonly}
% \excludecomment{fullonly}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\leftheader{%
{\LARGE\bfseries\sffamily {\color{Maroon}Shashibhushan B. Mahadik}}
\vspace{0.25cm}
{\newline\sffamily Department of Statistics}
{\newline\sffamily Shivaji University}
{\newline\sffamily Vidyanagar, Kolhapur}
{\newline\sffamily INDIA, 416004}
\vspace{0.25cm}
\newline \makefield{\faEnvelopeO}{\texttt{sbm\_stats@unishivaji.ac.in}}\\
\makefield{\faPhone}{+91 9921516765}
}
\makeatletter
\patchcmd{\rubric}
{\@rubrichead{#1\@continuedname}\\*[\rubricspace]}
{}{}{}
\makeatother
\rightheader{~}
\begin{fullonly}
\photo[r]{sbm}
\photoscale{0.22}
\end{fullonly}
\renewcommand{\circled}[1]{#1}
\title{Curriculum Vitae}
\begin{document}
%\pagecolor{Gray!15}
\makeheaders[c]
\vspace{0.12cm}
{\color{Mahogany} \rule{\linewidth}{1mm} }
%\vspace{0.5cm}
\makerubric{education}
\makerubric{employment}
\makerubric{skills} %Research Interest
\clearpage
\makerubric{citation} %research impact
\makerubric{misc} %Research Projects
\makerubric{Course}
% If you're not a researcher nor an academic, you probably don't have any publications; delete this line.
%% Sometimes when a section can't be nicely modelled with the \entry[]... mechanism; hack our own and use \input NOT \makerubric
\input{publications}
%\makerubric{ma} %publications
\makerubric{referee} %Students advising
\makerubric{Curricular} %Co-curricular Activties
\makerubric{membership} %Membership
% \input{referee-full}
{\color{Mahogany} \rule{\linewidth}{0.5mm} }
\end{document}