322 lines
17 KiB
TeX
322 lines
17 KiB
TeX
%-------------------------
|
|
% Resume in Latex
|
|
% Author : Jake Gutierrez
|
|
% Based off of: https://github.com/sb2nov/resume
|
|
% License : MIT
|
|
%------------------------
|
|
|
|
\documentclass[letterpaper,11pt]{article}
|
|
|
|
|
|
\usepackage{geometry} % For page layout adjustments like \addtolength
|
|
\usepackage{url} % For \urlstyle
|
|
|
|
\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}
|
|
\usepackage{fontawesome5}
|
|
\usepackage{multicol}
|
|
\setlength{\multicolsep}{-3.0pt}
|
|
\setlength{\columnsep}{-1pt}
|
|
\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.6in}
|
|
\addtolength{\evensidemargin}{-0.5in}
|
|
\addtolength{\textwidth}{1.19in}
|
|
\addtolength{\topmargin}{-.7in}
|
|
\addtolength{\textheight}{1.4in}
|
|
|
|
\urlstyle{same}
|
|
|
|
\raggedbottom
|
|
\raggedright
|
|
\setlength{\tabcolsep}{0in}
|
|
|
|
% Sections formatting
|
|
\titleformat{\section}{
|
|
\vspace{-4pt}\scshape\raggedright \fontsize{14}{11} \bfseries
|
|
}{}{0em}{}[\color{blue}\titlerule \vspace{-5pt}]
|
|
|
|
% Ensure that generate pdf is machine readable/ATS parsable
|
|
\pdfgentounicode=1
|
|
|
|
%-------------------------
|
|
% Custom commands
|
|
\newcommand{\resumeItem}[1]{
|
|
\item\small{
|
|
{#1 \vspace{-2.5pt}}
|
|
}
|
|
}
|
|
|
|
\newcommand{\classesList}[4]{
|
|
\item\small{
|
|
{#1 #2 #3 #4 \vspace{-2pt}}
|
|
}
|
|
}
|
|
|
|
\newcommand{\resumeSubheading}[4]{
|
|
\vspace{-2pt}\item
|
|
\begin{tabular*}{1.0\textwidth}[t]{l@{\extracolsep{\fill}}r}
|
|
\textbf{\color{black} #1} & \textbf{\small #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]{
|
|
\vspace{-2pt}\item
|
|
\begin{tabular*}{1.00\textwidth}{l@{\extracolsep{\fill}}r}
|
|
\small#1 & \textbf{\small #2}\\
|
|
\end{tabular*}\vspace{-10pt}
|
|
}
|
|
|
|
\newcommand{\resumeSubItem}[1]{\resumeItem{#1}\vspace{-4pt}}
|
|
|
|
\renewcommand\labelitemi{$\vcenter{\hbox{\tiny$\bullet$}}$}
|
|
\renewcommand\labelitemii{$\vcenter{\hbox{\tiny$\bullet$}}$}
|
|
|
|
\newcommand{\resumeSubHeadingListStart}{\begin{itemize}[leftmargin=0.0in, label={}]}
|
|
\newcommand{\resumeSubHeadingListEnd}{\end{itemize}}%\vspace{-7pt}}
|
|
\newcommand{\resumeItemListStart}{\begin{itemize}}
|
|
\newcommand{\resumeItemListEnd}{\end{itemize}\vspace{-7pt}}
|
|
|
|
%-------------------------------------------
|
|
%%%%%% RESUME STARTS HERE %%%%%%%%%%%%%%%%%%%%%%%%%%%%
|
|
\begin{document}
|
|
|
|
%----------HEADING----------
|
|
\begin{tabular*}{\textwidth}{ @{\extracolsep{\fill}}l @{\hspace{-1ex}}l @{\hspace{-1ex}}l}
|
|
\textbf{\href{http://mnisyif.com/}{\huge\color{blue}Murtadha Saeed Nisyif}} & \faIcon{map-marker-alt} Kitchener, Ontario, Canada & \faIcon{link} \href{https://mnisyif.com/}{mnisyif.com} \\
|
|
Computer Engineering Undergraduate&\faIcon{at} \href{mailto:mnisyif@gmail.com}{mnisyif@gmail.com} & \faIcon{linkedin} \href{https://www.linkedin.com/in/mnisyif/}{linkedin.com/in/mnisyif}\\
|
|
&\faIcon{phone-square-alt} +1 (519) 502-8463 & \faIcon{github} \href{https://www.github.com/mnisyif}{github.com/mnisyif}
|
|
\end{tabular*}
|
|
\vspace{-10pt}
|
|
|
|
%-----------Summary-----------
|
|
\section{\color{blue} Summary}
|
|
\resumeItemListStart
|
|
\resumeItem {Highly accomplished and motivated engineer with a strong background in Robotics and Information Technology.}\vspace{-5pt}
|
|
\resumeItem {Demonstrated expertise in leading successful accessibility projects and proposing innovative system architectures.}\vspace{-5pt}
|
|
\resumeItem {Lead developer in real-time projects, including a Text-to-Braille Real-Time Converter and a real-time security system.}\vspace{-5pt}
|
|
\resumeItem {Winner of design competitions, earning \$2,000 prize for an image processor automating medical tests readouts.} \vspace{-5pt}
|
|
\resumeItem {Proficient in various programming languages, frameworks, and databases.} \vspace{-5pt}
|
|
\resumeItemListEnd
|
|
\vspace{-8pt}
|
|
|
|
%-----------EDUCATION-----------
|
|
\section{\color{blue} Education}
|
|
\resumeSubHeadingListStart
|
|
\resumeSubheading
|
|
{University of Guelph}{Sep 2023 -- Aug 2025}
|
|
{Masters of Applied Science in Computer Engineering}{Guelph, Ontario}
|
|
\resumeItemListStart
|
|
\resumeItem{Focus Area: Machine Learning, Embedded Systems, Edge-Cloud computing, Core Networks}
|
|
\resumeItem{Test}
|
|
\resumeItemListEnd
|
|
\resumeSubheading
|
|
{University of Guelph}{Sep 2019 -- May 2023}
|
|
% {Bachelor of Engineering: Major in Computer Engineering}{Guelph, Ontario}
|
|
{Bachelor of Engineering: Major in Computer Engineering, Minor in Computer Science}{Guelph, Ontario}
|
|
\resumeSubHeadingListEnd
|
|
\vspace{-8pt}
|
|
|
|
%-----------EXPERIENCE-----------
|
|
\section{\color{blue}Relevant Work Experience}
|
|
\resumeSubHeadingListStart
|
|
\resumeSubheading
|
|
{Undergraduate Research Assistant}{May 2023 -- Present}
|
|
{University of Guelph - Robotics Institute}{ Guelph, Ontario}
|
|
\resumeItemListStart
|
|
\resumeItem {Staged an accessibility project funded by NSERC to production and installed it at Collingwood's public facilities}
|
|
\resumeItem {Designed and proposed ROS2 system architecture for an assistive feeding robot for individuals with special needs}
|
|
\resumeItemListEnd
|
|
|
|
\resumeSubheading
|
|
{R\&D Software developer - Work Study}{Oct 2022 -- May 2023}
|
|
%{R\&D Software Developer Intern}{Sep 2022 -- Present}
|
|
{University of Guelph - Robotics Institute}{ Guelph, Ontario}
|
|
\resumeItemListStart
|
|
\resumeItem {Implemented multi-level data pipeline between depth cameras and FANUC arm achieving a modular operational system}
|
|
\resumeItem {Took tasks to switch to ROS from python based robotics system, to reduce complexity and improve operation stability}
|
|
\resumeItemListEnd
|
|
|
|
\resumeSubheading
|
|
{Information Technology Analyst}{Jul 2020 -- Oct 2020}
|
|
{Kitchener Downtown Community Health Center - SRHC}{ Kitchener, Ontario}
|
|
\resumeItemListStart
|
|
%\resumeItem {Used datasheet software to manage and log equipment upgrades with tight budget of \$10,000 and short deadlines}
|
|
\resumeItem {Devised a call scheduling scheme to cut down patients' call waiting times by 30\%}
|
|
%\resumeItem {Increased working flow efficiency by 20\% through network infrastructure improvements, but brining about suitable computers network topology and equipment}
|
|
\resumeItem {Saved 45\% of a \$10,000 budget by implementing self-devised equipment upgrade plan using cost-saving initiatives}
|
|
\resumeItemListEnd
|
|
|
|
%\resumeSubheading
|
|
% {Apple Express}{May 2019 -- Dec 2019}
|
|
% {Medical/Package Courier}{Mississauga, Ontario}
|
|
% \resumeItemListStart
|
|
% \resumeItem{Developed strong sense of most efficient routes to avoid traffic and construction on local roads and highways}
|
|
% \resumeItem{Developed strong interpersonal and communication skills from interacting professionally with all stakeholders including dispatchers, upper management and peers}
|
|
% \resumeItemListEnd
|
|
\resumeSubHeadingListEnd
|
|
|
|
|
|
%-----------PROJECTS-----------
|
|
\section{\color{blue} Relevant Projects}
|
|
\resumeSubHeadingListStart
|
|
\resumeProjectHeading
|
|
{\textbf{\color{black}Text-to-Braille Real-Time Converter} $|$ \color{blue} \emph{Python, Git, Eagle, Jira}}{Apr 2023}
|
|
\resumeItemListStart
|
|
\resumeItem {Lead a group of 4 and coordinated with a NPO to design a novel solution that converts text-to-braille in real time while maintaining a challenging building cost of \$250 CAD}
|
|
\resumeItemListEnd
|
|
|
|
\resumeProjectHeading
|
|
{\textbf{\color{black}Program Counter CMOS-Based Integrated Circuit} $|$ \color{blue} \emph{Cadence, Jira, Linux}} {Jan 2023}
|
|
\resumeItemListStart
|
|
\resumeItem{Applied concepts such as fanout, and delay calculations to develope an optimized CMOS based program counter following a hierarchical design and validated functionality by using industry grade simulation tools}
|
|
\resumeItemListEnd
|
|
|
|
\resumeProjectHeading
|
|
{\textbf{\color{black}Real-Time Security System} $|$ \color{blue} \emph{STM32, FreeRTOS, uC-OS III }} {Nov 2022}
|
|
\resumeItemListStart
|
|
\resumeItem{Built a real-time security system using a STM32f429 development board, a FHD camera and a PIR motion sensor by utilizing real-time systems concepts such as semaphores and interrupts to deliver a system with response times of 50 ms}
|
|
\resumeItemListEnd
|
|
|
|
\resumeProjectHeading
|
|
{\textbf{\href{https://www.buildnbox.com} {\color{black}buildNbox \faIcon{link}}} $|$ \color{blue}\emph{React, Git, Node JS, SQLite, Jira}}{Aug 2022}
|
|
\resumeItemListStart
|
|
\resumeItem {Developed a REST api backend using Node JS for data retrieval from Amazon.ca using their rainfores api, resulting in instant and seamless browsing}
|
|
\resumeItemListEnd
|
|
|
|
% \resumeProjectHeading
|
|
% {\textbf{\href{https://github.com/aidanbruneel/StonkBot} {\color{black}StonkBot \faIcon{link}}} $|$ \color{blue}\emph{Python, Git, Matplotlib}}{May 2022}
|
|
% \resumeItemListStart
|
|
% %\resumeItem {Forecasted project needs and wants to devise appropriate technologies achieving the teams goal of spending total of \$0}
|
|
% %\resumeItem {Facilitated players' data storage implementation to meet project budget and performance goals}
|
|
% %\resumeItem {Integrated Discord Python API to create a discord bot that can run a mockery investing game}
|
|
% %\resumeItem {Incorporated financial APIs to retrieve stocks/cryptocurrency prices with real-time price updates}
|
|
% %\resumeItem {Built a python API that stores current players information and holdings as a JSON object for easy integration with possible future features}
|
|
% %\resumeItem{Utilized Discord API to create a discord bot that can run a mockery investing game. Associated data for each player were stored in JSON file and manipulated using JSON Python libraries}
|
|
% \resumeItem {Built an intuitive python API that stores players information and holdings of a cryptocurrency and stocks mockery investing game, achieving a scalable and integratble with external noSQL databases with ease}
|
|
% \resumeItemListEnd
|
|
|
|
|
|
\resumeProjectHeading
|
|
{\textbf{\color{black}ZAMAZ UTI Diagnosis - Image Processor} $|$ \color{blue}\emph{Python, NumPy, SciPy, Matplotlib}} {Apr 2022}
|
|
\resumeItemListStart
|
|
%\resumeItem{Head of software development team, assigning roles and setting tasks}
|
|
%\resumeItem {Led a team of 5 from different disciplines in engineering to incorporate a software solution to a UTI diagnosis device}
|
|
%\resumeItem{Incorporated scientific libraries to perform pixel calculations for Bar-Volumetric chip 128x128 readout picture}
|
|
%\resumeItem {Designed a software model that provides 16x faster performance and is more reliable than the current gold standard}
|
|
%\resumeItem{Engineered a software model that provides 16x faster and more reliable performance than the current golden standard.}
|
|
%\resumeItem{Ranked first in Engineering \& Design 3 in-school competition with a prize of \$2,000 among 50+ other teams}
|
|
%\resumeItem{Utilized libraries such as SciPy, numpy, matplotlib to perform pixel calculations on an image and return useful info}
|
|
\resumeItem{Developed and integrated a software system to automate bar volumetric readouts of urine sample tests by analyzing a captured image of the readout and performing pixel calculations to calculate the concentrations of bacteria. This system is 16 times faster than the current gold standard, and as a result, my team won a prize of \$2,000 in a design competition among 50+ groups}
|
|
\resumeItemListEnd
|
|
|
|
% \resumeProjectHeading
|
|
% %{\textbf{\color{black}Indoor CO_2 level monitor} $|$ \color{blue}\emph{Microsoft Teams, ARM Assembly, Keil vision}} {Apr 2022}
|
|
% {\textbf{\color{black}Indoor $CO_2$ Level Monitor} $|$ \color{blue}\emph{Microsoft Teams, ARM Assembly, Keil vision}} {Oct 2021}
|
|
% \resumeItemListStart
|
|
% \resumeItem{Utilized K60 microcontroller and SIHM $CO_2$ carbon monitor sensor, formed a hardware and software interface design and designed a system to monitor $CO_2$ levels with user-friendly feedback to avoid potential COVID-19 and Influenza spreading}
|
|
% \resumeItemListEnd
|
|
%\vspace{-15pt}
|
|
|
|
|
|
|
|
%----------Old projects----------%
|
|
% %Personal Project |
|
|
% \resumeProjectHeading
|
|
% {\textbf{\color{black}Memory Management Simulator} $|$ \color{blue}\emph{C, VS Code, Git}}{Mar 2022}
|
|
% \resumeItemListStart
|
|
% \resumeItem {Adopted new learning paradigms to utilize system calls in Unix operating systems and develop kernel level programs}
|
|
% %\resumeItem{ Explored Linux system calls to perform kernel level programs}
|
|
% %\resumeItem{Learned fundamentals of computer memory management, scheduling and operation}
|
|
% \resumeItem{Created a memory management simulator using C to analyze the time and performance contrarieties of First fit, Best fit, Worst fit, and Next fit algorithms}
|
|
% \resumeItem{ Improved the performance of the simulator by 15\% by optimizing the searching algorithms}
|
|
% %\resumeItem{Created a simulation program that simulates First fit, Best fit, Worst fit, and Next fit memory management algorithms}
|
|
% \resumeItemListEnd
|
|
% \vspace{-15pt}
|
|
|
|
% \resumeProjectHeading
|
|
% {\textbf{\color{black}Lights Out (Game replica)} $|$ \color{blue}\emph{Java, VS Code}}{Mar 2020}
|
|
% \resumeItemListStart
|
|
% \resumeItem{Followed MVC design pattern to implement the game logic equipped with a simple GUI. The logic utilizes FIFO queue to offer the capability to find the solution to the current board at all times}
|
|
% \resumeItemListEnd
|
|
% %\vspace{-15pt}
|
|
\resumeSubHeadingListEnd
|
|
\vspace{-8pt}
|
|
|
|
%-----------PROGRAMMING SKILLS-----------
|
|
\section{\color{blue}Skills}
|
|
\begin{tabular}{ @{} >{\bfseries}l @{\hspace{3ex}}l }
|
|
%\textbf{\color{black} Hard Skills:} & Object Oriented Design, Version Control, Software Testing And Debugging, Microprocessor \\&Architecture Design, Digital Signal Processing \\
|
|
\textbf{\color{black}Languages:} &C/C++/C\#, Python, JavaScript, Java, HTML, MATLAB, VHDL, CSS\\
|
|
\textbf{\color{black}Frameworks:} &Node.js, React.js, Express.js, NumPy, ROS(1 \& 2), Pandas, Tensorflow, Django, FreeRTOS \\
|
|
\textbf{\color{black}Tools:} &Git, Docker, GCC, CMake, Xilinix, Quartus IV, Cadence Virtuoso \\
|
|
\textbf{\color{black}Databases:} &MongoDB, MySQL, SQLite \\
|
|
%\textbf{\color{black}Dev Env:} &Android Studio, Xcode, Unix, Visual Studio, Jupyter Notebook \\
|
|
\end{tabular}
|
|
\vspace{-8pt}
|
|
|
|
|
|
%-----------INVOLVEMENT---------------
|
|
% \section{\color{blue} Extracurriculars}
|
|
% \resumeSubHeadingListStart
|
|
% \resumeSubheading
|
|
% {Gryphon AeroSpace}{May 2021}
|
|
% {Software Engineering Executive}{ }
|
|
% %\resumeItemListStart
|
|
% % \resumeItem{Participated in a robotics competition held once a year for all Grade 12 high school students in Ontario}
|
|
% %\resumeItemListEnd
|
|
% \resumeSubheading
|
|
% {First Robotics Competition}{Sep 2017, Sep 2018}
|
|
% {Builder, Automation programmer}{ }
|
|
% %\resumeItemListStart
|
|
% % \resumeItem{Provided solutions to mechanical and software challenges, and performed opponents analysis reports}
|
|
% %\resumeItemListEnd
|
|
|
|
% \resumeSubheading
|
|
% {Skills Ontario Competition}{May 2018}
|
|
% {Builder, Software Developer}{ }
|
|
% %\resumeItemListStart
|
|
% % \resumeItem{Participated in a robotics competition held once a year for all Grade 12 high school students in Ontario}
|
|
% %\resumeItemListEnd
|
|
|
|
% \resumeSubHeadingListEnd
|
|
|
|
% \vspace{-8pt}
|
|
|
|
\end{document}
|