Ritupon Gogoi's CV
%%%%%%%%%%%%%%%%%
% This is an example CV created using altacv.cls (v1.1, 21 November 2016) written by
% LianTze Lim (liantze@gmail.com), based on the
% Cv created by BusinessInsider at http://www.businessinsider.my/a-sample-resume-for-marissa-mayer-2016-7/?r=US&IR=T
%
%% It may be distributed and/or modified under the
%% conditions of the LaTeX Project Public License, either version 1.3
%% of this license or (at your option) any later version.
%% The latest version of this license is in
%% http://www.latex-project.org/lppl.txt
%% and version 1.3 or later is part of all distributions of LaTeX
%% version 2003/12/01 or later.
%%%%%%%%%%%%%%%%
%% If you want to use \orcid or the
%% academicons icons, add "academicons"
%% to the \documentclass options.
%% Then compile with XeLaTeX or LuaLaTeX.
% \documentclass[10pt,a4paper,academicons]{altacv}
\documentclass[10pt,a4paper]{altacv}
%% AltaCV uses the fontawesome and academicon fonts
%% and packages.
%% See texdoc.net/pkg/fontawecome and http://texdoc.net/pkg/academicons for full list of symbols.
%% When using the "academicons" option,
%% Compile with LuaLaTeX for best results. If you
%% want to use XeLaTeX, you may need to install
%% Academicons.ttf in your operating system's font %% folder.
% Change the page layout if you need to
\geometry{left=1cm,right=9cm,marginparwidth=6.8cm,marginparsep=1.2cm,top=1cm,bottom=1cm}
% Change the font if you want to.
% If using pdflatex:
\usepackage[utf8]{inputenc}
\usepackage[T1]{fontenc}
\usepackage[default]{lato}
% If using xelatex or lualatex:
% \setmainfont{Lato}
% Change the colours if you want to
\definecolor{VividPurple}{HTML}{3E0097}
\definecolor{SlateGrey}{HTML}{2E2E2E}
\definecolor{LightGrey}{HTML}{666666}
\colorlet{heading}{VividPurple}
\colorlet{accent}{VividPurple}
\colorlet{emphasis}{SlateGrey}
\colorlet{body}{LightGrey}
% Change the bullets for itemize and rating marker
% for \cvskill if you want to
\renewcommand{\itemmarker}{{\small\textbullet}}
\renewcommand{\ratingmarker}{\faCircle}
%% sample.bib contains your publications
\addbibresource{sample.bib}
\begin{document}
\name{Ritupon Gogoi}
\tagline{Techno-Commercial Strategist}
\personalinfo{%
% Not all of these are required!
% You can add your own with \printinfo{symbol}{detail}
\email{ritupon\_g@yahoo.com}
% \phone{+49-173-6895039}
\mailaddress{Address: Stresemannallee 51, 60596}
\location{Frankfurt, Germany}
\linkedin{linkedin.com/in/ritupongogoi}
\phone{+49 1736895039}
% \github{github.com/mmayer} % I'm just making this up though.
% \orcid{orcid.org/0000-0000-0000-0000} % Obviously making this up too. If you want to use this field (and also other academicons symbols), add "academicons" option to \documentclass{altacv}
}
%% Make the header extend all the way to the right, if you want. Extend the right margin by 8cm (=6.8cm marginparwidth + 1.2cm marginparsep)
\begin{adjustwidth}{}{-8cm}
\makecvheader
\end{adjustwidth}
%% Provide the file name containing the sidebar contents as an optional parameter to \cvsection.
%% You can always just use \marginpar{...} if you do
%% not need to align the top of the contents to any
%% \cvsection title in the "main" bar.
\cvsection[page1sidebar]{Experience}
\cvevent{Project Leader - Global Drug Device Combination}{Sanofi}{Dec 2015 -- Ongoing}{Frankfurt, Germany}
\begin{itemize}
\item Leading a \$35 million drug device combination development project of the company -- the project which is believed create a new competition in the Diabetes market
\item Developed Business model which helped in decision making of \$70 million investment in industrialization of a project
\item Leading two project teams of 25 highly motivated multicultural project members
\item Built Techno-Commercial business plan for project investment of a new medicine in an innovative pen injector platform.
\end{itemize}
\divider
\cvevent{Project Manager - Neuroscience R\&D}{GLaxoSmithKline (GSK)}{Nov 2011 -- May 2015}{Shanghai, China}
\begin{itemize}
\item Successfully Managed a monoclonal anti body project to achieve Candidate Selection milestone to qualify the next milestone of clinical phase - I
\item Led the Neuroscience R\&D portfolio development reporting
\end{itemize}
\divider
\cvevent{Project Manager- Business Planning}{Glenmark Pharmaceuticals}{Aug 2009 -- Oct 2011}{Mumbai, India}
\begin{itemize}
\item Led portfolio development of respiratory drug device combination projects for regulatory filing in emerging markets.
\end{itemize}
\divider
\cvevent{Executive - Strategy and BD}{Strides Arco Lab (Mylan)}{Aug 2007 -- Aug 2009}{Bangalore, India}
\begin{itemize}
\item Identified new generic product opportunities for US and EU market
\item Developed best First to File (FTF) portfolio for generic injectables R\&D.
\end{itemize}
\divider
\cvevent{Medical Rep}{GlaxoSmithKline (GSK)}{Apr 2005 -- Aug 2007}{Bangalore, India}
% \divider
% \cvevent{Product Engineer}{Google}{23 June 1999 -- 2001}{Palo Alto, CA}
% \begin{itemize}
% \item Joined the company as employe \#20 and female employee \#1
% \item Developed targeted advertisement in order to use user's search queries and show them related ads
% \end{itemize}
\cvsection{A Work Day of My Life}
% Adapted from @Jake's answer from http://tex.stackexchange.com/a/82729/226
% \wheelchart{outer radius}{inner radius}{
% comma-separated list of value/text width/color/detail}
\wheelchart{1.5cm}{0.5cm}{%
10/13em/accent!30/Business Planning and Strategy implementation,
25/9em/accent!60/Resolving issues with project teams \& stakeholders,
5/12em/accent!10/Budget Management,
20/12em/accent!40/Stakeholder Management,
5/8em/accent!20/In-House Business development,
30/9em/accent/Leading and motivating project members that their work has meaning,
5/8em/accent!20/Networking
}
\clearpage
\end{document}