Skip to content

Instantly share code, notes, and snippets.

@sritasngh
Created August 3, 2022 16:06
Show Gist options
  • Save sritasngh/39cab6b3fa5b2079116d4fdbbcbd1a23 to your computer and use it in GitHub Desktop.
Save sritasngh/39cab6b3fa5b2079116d4fdbbcbd1a23 to your computer and use it in GitHub Desktop.
%------------------------------------------------------------
% Resume in Latex
%-----------------------------------------------------------
\documentclass[letterpaper,11pt]{article}
\usepackage{latexsym}
\usepackage[empty]{fullpage}
\usepackage{titlesec}
\usepackage{marvosym}
\usepackage[usenames,dvipsnames]{color}
\usepackage{verbatim}
\usepackage{enumitem}
\usepackage[hidelinks]{hyperref}
\usepackage{fancyhdr}
\usepackage[english]{babel}
\usepackage{tabularx}
\input{glyphtounicode}
%----------FONT OPTIONS------------------------------------------------
% sans-serif
% \usepackage[sfdefault]{FiraSans}
% \usepackage[sfdefault]{roboto}
% \usepackage[sfdefault]{noto-sans}
% \usepackage[default]{sourcesanspro}
% serif
% \usepackage{CormorantGaramond}
% \usepackage{charter}
\pagestyle{fancy}
\fancyhf{} % clear all header and footer fields
\fancyfoot{}
\renewcommand{\headrulewidth}{0pt}
\renewcommand{\footrulewidth}{0pt}
% Adjust margins
\addtolength{\oddsidemargin}{-0.5in}
\addtolength{\evensidemargin}{-0.5in}
\addtolength{\textwidth}{1in}
\addtolength{\topmargin}{-.5in}
\addtolength{\textheight}{1.0in}
\urlstyle{same}
\raggedbottom
\raggedright
\setlength{\tabcolsep}{0in}
% Sections formatting
\titleformat{\section}{
\vspace{-4pt}\scshape\raggedright\large
}{}{0em}{}[\color{black}\titlerule \vspace{-5pt}]
% Ensure that generate pdf is machine readable/ATS parsable
\pdfgentounicode=1
%----------------------------------------------------------------------
% Custom commands
\newcommand{\resumeItem}[1]{
\item\small{
{#1 \vspace{-2pt}}
}
}
\newcommand{\resumeSubheading}[4]{
\vspace{-2pt}\item
\begin{tabular*}{0.97\textwidth}[t]{l@{\extracolsep{\fill}}r}
\textbf{#1} & #2 \\
\textit{\small#3} & \textit{\small #4} \\
\end{tabular*}\vspace{-7pt}
}
\newcommand{\resumeSubSubheading}[2]{
\item
\begin{tabular*}{0.97\textwidth}{l@{\extracolsep{\fill}}r}
\textit{\small#1} & \textit{\small #2} \\
\end{tabular*}\vspace{-7pt}
}
\newcommand{\resumeProjectHeading}[2]{
\item
\begin{tabular*}{0.97\textwidth}{l@{\extracolsep{\fill}}r}
\textbf{#1} & #2 \\
\end{tabular*}\vspace{-7pt}
}
\newcommand{\resumeSubItem}[1]{\resumeItem{#1}\vspace{-4pt}}
\renewcommand\labelitemii{$\vcenter{\hbox{\tiny$\bullet$}}$}
\newcommand{\resumeSubHeadingListStart}{\begin{itemize}[leftmargin=0.15in, label={}]}
\newcommand{\resumeSubHeadingListEnd}{\end{itemize}}
\newcommand{\resumeItemListStart}{\begin{itemize}}
\newcommand{\resumeItemListEnd}{\end{itemize}\vspace{-5pt}}
%--------------------------------------------------------------------
%%%%%% RESUME STARTS HERE %%%%%%%%%%%%%%%%%%%%%%%%%%%%
\begin{document}
%----------HEADING----------------------------------------------------
% \begin{tabular*}{\textwidth}{l@{\extracolsep{\fill}}r}
% \textbf{\href{http://sourabhbajaj.com/}{\Large Sourabh Bajaj}} & Email : \href{mailto:[email protected]}{[email protected]}\\
% \href{http://sourabhbajaj.com/}{http://www.sourabhbajaj.com} & Mobile : +1-123-456-7890 \\
% \end{tabular*}
\begin{center}
\textbf{\Huge \scshape Sarita Kumari} \\ \vspace{1pt}
\small +91 7989204336 $||$ \href{mailto:[email protected]}{\underline{Gmail: [email protected]}} $||$
\href{https://www.linkedin.com/in/s-sarita/}{\underline{LinkedIn: s-sarita}} $||$
\href{https://github.com/sritasngh}{\underline{GitHub: sritasngh}} $||$
\href{https://leetcode.com/sritasngh/}{\underline{LeetCode: sritasngh}}
\end{center}
%-----------EDUCATION----------------------------------------------
\section{Education}
\resumeSubHeadingListStart
\resumeSubheading
{National Institute of Technology, Hamirpur}{Himachal Pradesh, IN}
{Integrated B.Tech + M.Tech in Electronics and Communication Engineering -- 8.49/10}{Aug. 2018 -- May 2023}
\resumeSubHeadingListEnd
%--------------------------------------------------------------
%-----------EXPERIENCE-----------------------------------------
\section{Work Experience}
\resumeSubHeadingListStart
% -----------Multiple Positions Heading-----------
% \resumeSubSubheading
% {Software Engineer I}{Oct 2014 - Sep 2016}
% \resumeItemListStart
% \resumeItem{Apache Beam}
% {Apache Beam is a unified model for defining both batch and streaming data-parallel processing pipelines}
% \resumeItemListEnd
% \resumeSubHeadingListEnd
%-------------------------------------------
\resumeSubheading
{Google Summer of Code 2021 @ The FOSSology Project}{Remote}
{Software Development Engineer Intern}{May 2021 - Aug 2021}
\resumeItemListStart
\resumeItem{Integrated ScanCode Toolkit License and Copyright scanner into the FOSSology Project.}
\resumeItem{The project included writing a C++ wrapper around ScanCode Python scripts and integrating it in the
FOSSology PostgreSQL database and UI written in PHP and Twig.}
\resumeItem{The integration can scan for licenses, copyright and store the results in the FOSSology database.}
\resumeItemListEnd
\resumeProjectHeading
{\textbf {Open Source Contribution @ ScanCode Toolkit}}{}
\resumeItemListStart
\resumeItem{ScanCode Toolkit is an open-source license compliance CLI tool written in python.}
\resumeItem{ScanCode detects licenses, copyrights, package manifests, direct dependencies, and more both in source
code and binary files.}
\resumeItem{I have added new licenses and rules to find them, improved templated output for Email, and Author.}
\resumeItemListEnd
\resumeItemListEnd
\resumeSubHeadingListEnd
%---------------------------------------------------------------
%-----------PROJECTS-----------------------------------------
\section{Projects}
\resumeSubHeadingListStart
\resumeProjectHeading
{\textbf{Xeus-ASM}} {Aug 2021 – Dec 2021}
\resumeItemListStart
\resumeItem{Built a Jupyter Notebook Kernel for 8085 Assembly Language in C++ using Xeus Framework.}
\resumeItem{It provides a web interface for 8085 Assembly programming and supports most of the instructions.}
\resumeItem{The kernel is easy to install and doesn’t require any other third-party installation.}
\resumeItemListEnd
\resumeProjectHeading
{\textbf{Compression and Decompression}}{Oct. 2020 -- Nov. 2020}
\resumeItemListStart
\resumeItem{Build a module which can Compress and Decompress text files}
\resumeItem{Implemented in C++ using \textbf{Hoffman Coding}}
\resumeItemListEnd
\resumeSubHeadingListEnd
%----------------------------------------------------------------
%-------Position of Responsibility---------
\section{Position of Responsibility}
\resumeItemListStart
\resumeItem{\textbf{Electronics Lead @Robotics Society NIT Hamirpur:} I have worked on many robotics projects, such as Line
Follower Bot, Spider Bot, AI bot. Coordinated the PCB design competition in RoboWeek 2021 and contributed to many other events.}
\resumeItem{\textbf{Google Cloud Lead @GDSC NIT Hamirpur:} Facilitated 30 Days of Google Cloud Program.}
\resumeItem{\textbf{Volunteer @GLUG NIT Hamirpur:} Organised Open Source Month and collaborated to take a workshop on GIT/GITHUB and Open-Source Workflow.}
\resumeItemListEnd
%-------------------------------------------------------------
%-------Achievements and Extra-Curricular Activities---------
\section{Achievements and Extra-Curricular Activities}
\resumeItemListStart
\resumeItem{\textbf{845th} place in \textbf{Code Jam to I/O for Women 2022}}
\resumeItem{\textbf{1866th} place in \textbf{Hash Code 2021}}
\resumeItem{\textbf{National seat holder} for project idea IoT based lager area sanitization using UVC lights at \textbf{IIC National Innovation Contest 2020}}
\resumeItem{Ranked \textbf{68 among 6,701 participants} of Dare2Compete Inter NIT and IIITs online Data Structure and Algorithms hackathons Festival Season 2 }
\resumeItemListEnd
%-------------------------------------------------------------
%-----------Skills----------------------------------
\section{Skills and Interest}
\begin{itemize}[leftmargin=0.15in, label={}]
\small{\item{
\textbf{Programming Languages:}{ C++, C, Python, PHP, MATLAB} \\
\textbf{Technologies:}{ Git, GNU/Linux, PostgreSQL, Jupyter NoteBook, Xeus Framework, Operating Systems, Computer Networks} \\
\textbf{Tools:}{ Visual Studio Code, OrCAD, Proteus, NI Multisim} \\
\textbf{Area of Interest:} { Software Development, Data Structure and Algorithms, Open Source}
}}
\end{itemize}
%-------------------------------------------------------------
\end{document}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment