Sagar Saha's Smart Fancy CV
Author
SAGAR SAHA
Last Updated
há 6 anos
License
Creative Commons CC BY 4.0
Abstract
Sagar Saha's CV. Modified from the Friggeri CV template.
Sagar Saha's CV. Modified from the Friggeri CV template.
%!TEX TS-program = xelatex
\documentclass[]{friggeri-cv}
\usepackage{afterpage}
\usepackage{hyperref}
\usepackage{color}
\usepackage{xcolor}
\usepackage{smartdiagram}
\usepackage{fontspec}
% if you want to add fontawesome package
% you need to compile the tex file with LuaLaTeX
% References:
% http://texdoc.net/texmf-dist/doc/latex/fontawesome/fontawesome.pdf
% https://www.ctan.org/tex-archive/fonts/fontawesome?lang=en
%\usepackage{fontawesome}
\usepackage{metalogo}
\usepackage{dtklogos}
\usepackage[utf8]{inputenc}
\usepackage{tikz}
\usetikzlibrary{mindmap,shadows}
\hypersetup{
pdftitle={},
pdfauthor={},
pdfsubject={},
pdfkeywords={},
colorlinks=false, % no lik border color
allbordercolors=white % white border color for all
}
\smartdiagramset{
bubble center node font = \footnotesize,
bubble node font = \footnotesize,
% specifies the minimum size of the bubble center node
bubble center node size = 0.5cm,
% specifies the minimum size of the bubbles
bubble node size = 0.5cm,
% specifies which is the distance among the bubble center node and the other bubbles
distance center/other bubbles = 0.3cm,
% sets the distance from the text to the border of the bubble center node
distance text center bubble = 0.5cm,
% set center bubble color
bubble center node color = pblue,
% define the list of colors usable in the diagram
set color list = {lightgray, materialcyan, orange, green, materialorange, materialteal, materialamber, materialindigo, materialgreen, materiallime},
% sets the opacity at which the bubbles are shown
bubble fill opacity = 0.6,
% sets the opacity at which the bubble text is shown
bubble text opacity = 0.5,
}
\addbibresource{bibliography.bib}
\RequirePackage{xcolor}
\definecolor{pblue}{HTML}{0395DE}
\begin{document}
\header{}{SAGAR SAHA}
{M.Sc Final Year Student}
% Fake text to add separator
\fcolorbox{white}{gray}{\parbox{\dimexpr\textwidth-2\fboxsep-2\fboxrule}{%
.....
}}
% In the aside, each new line forces a line break
\begin{aside}
\includegraphics[scale=0.77]{img/pict.jpg}
\section{Address}
Warangal
Telengana,506004
India
~
\section{Permanent Address}
Cooch Behar
West Bengal,736135
India
~
\section{Tel}
+91-7063869357
~
\section{Mail}
{sagarsaha70638\\@gmail.com}
~
% use \hspace{} or \vspace{} to change bubble size, if needed
\section{Programming}
\smartdiagram[bubble diagram]{
\textbf{C},
\textbf{C++},
\textbf{Java}
}
~
\section{Software}
\textbf{Matlab}
\textbf{Mathematica}
\textbf{Mysql}
\end{aside}
~
\section{Education}
\begin{entrylist}
\entry
{2017 - 2019}
{M.Sc}
{National Institute of technology,Warangal,Telengana,India}
{Mathematics and scientific computing,CGPA 7.5(upto |||-sem)\\}
\entry
{2014 - 2017}
{B.Sc.(Hons)}
{Dinhata college,North Bengal University,West Bengal}
{Mathematics Honours,Percentage-72.13\\}
\entry
{2012 - 2014}
{Higher Secondary(10+2)}
{Dinhata Soni Devi Jain High School,West Bengal}
{WBCHSE Board,Percentage-76.8\\}
\entry
{2010 - 2012}
{Madhyamik(10th)}
{Dinhata Station Para Saranarthi High School,West Bengal}
{WBBSE Board,Percentage-82.29\\}
\end{entrylist}
~
\section{Research Interests}
\textbf{Number Theory,Cryptography,Linear Algebra}\\
\section{Awards and Achievements}
\emph{Qualified and scored \textbf{AIR 463} in \textbf{GATE}(Mathematics) 2019.}
\\
\emph{Qualified and scored \textbf{AIR 34} in \textbf{NET-LS}(Mathematical Science) Dec-2018.}
\\
\emph{Qualified and scored \textbf{AIR 449} in \textbf{IIT-JAM}(Mathematics) 2017}
\\
\emph{Got prize from Mathematical Talent Search Exam(PTTEM) in 2014.}
\\
\section{Seminar Presentations}
{Presented a seminar on \textbf{"Riemann Zeta function and prime number counting"} in M.Sc 2nd sem.}
\\
{Presented seminar on \textbf{"Generalized inverse of Partitioned matrices"} in M.Sc 3rd sem. }
\\
\section{Project}
{Currently I am working on project entitled \textbf{“On the Directional derivatives of Trace Functional”} for partial fulfillment of my M.Sc degree.}
\section{Other}
\emph{I had participated in \textbf{"Science Village Program"} organized as a part of \textbf{"Indian International Science Festival 2016(CSIR-NPL)"} }
\end{document}