Commit 11f758c0 authored by Sadman's avatar Sadman
Browse files

Add links to experience

parent 6e671303
Loading
Loading
Loading
Loading
Loading
+16 −1
Original line number Diff line number Diff line
@@ -77,7 +77,7 @@
  \RequirePackage[utf8]{inputenc}
\fi
% Needed to manage math fonts
\RequirePackage[math-style=TeX,vargreek-shape=unicode]{unicode-math}
\RequirePackage[math-style=TeX]{unicode-math}
% Needed to use icons from font-awesome
% (https://github.com/posquit0/latex-fontawesome)
\RequirePackage{fontawesome}
@@ -565,6 +565,21 @@
  \end{tabular*}
}

% Define an entry of cv information
% Usage: \cventrylink{<position>}{<title>}{<location>}{<date>}{<description>}{link}
\newcommand*{\cventrylink}[6]{
  \vspace{-3mm}
  \setlength\tabcolsep{0pt}
  \setlength{\extrarowheight}{0pt}
  \begin{tabular*}{\textwidth}{@{\extracolsep{\fill}} L{12.5cm} R{4.5cm}}
    \ifempty{#2#3}
      {\entrypositionstyle{#1} & \entrydatestyle{#4} \\}
      {\href{#6}{\color{blue}\faExternalLink\ \entrytitlestyle{#2}} & \entrylocationstyle{#3} \\
      \entrypositionstyle{#1} & \entrydatestyle{#4} \\}
    \multicolumn{2}{L{17cm}}{\descriptionstyle{#5}} \\
  \end{tabular*}
}

% Define an environment for cvproject
\newenvironment{cvprojects}{
  \begin{center}
+10 −5
Original line number Diff line number Diff line
@@ -12,7 +12,7 @@

%------------------------------------------------

\cventry
\cventrylink
{Contractor \newline {\vspace{-.75mm}}
Software Engineering Intern}
{Wave Computing}
@@ -30,10 +30,11 @@ System and Architecture Team
\item {Mentored coworkers on how to improve collaboration, code quality \& workflow through use of git, code reviews \& CI}
\end{cvitems}
}
{https://wavecomp.ai}

%------------------------------------------------

\cventry
\cventrylink
{Software Engineer Co-op}
{Extreme Networks}
{Toronto, Ontario}
@@ -48,10 +49,11 @@ Wireless LAN Infrastructure Team
\item {Mentored my team on how to extend \& incorporate the testing frameworks into their workflow}
\end{cvitems}
}
{https://extremenetworks.com}

%------------------------------------------------

\cventry
\cventrylink
{Software Developer Intern}
{Autodesk Inc.}
{Montréal, Québec}
@@ -65,10 +67,11 @@ Autodesk Live - Application Team
\item {Implemented \textbf{two debugging modes} to speed up developer workflow}
\end{cvitems}
}
{https://www.autodesk.com}

%------------------------------------------------

\cventry
\cventrylink
{Software Engineer, d\{\} Lab}
{Deloitte Canada} % Organization
{Kitchener, Ontario} % Location
@@ -83,10 +86,11 @@ Real-time communication architecture for large-scale sensor networks (for mining
\item {Built image rendering \& input support for an OLED device in C++}
\end{cvitems}
}
{https://www2.deloitte.com}

%------------------------------------------------

\cventry
\cventrylink
{Technical Lead, Controls Team \newline {\vspace{-.75mm}}
Member, Controls Team}
{University of Waterloo NanoRobotics Group}
@@ -101,6 +105,7 @@ Controls software for microrobot pathing. Currently leading development of the s
\item {Led the development of pathing specifications for ICRA 2016 in Python (won \textbf{first place})}
\end{cvitems}
}
{https://github.com/uwnrg/minotaur-cpp}
%------------------------------------------------

\end{cventries}
+1 −1
Original line number Diff line number Diff line
@@ -16,7 +16,7 @@
{3D Game Engine}
{C++ \textbullet{} GLSL \textbullet{} OpenGL \textbullet{} SDL}
{
A cross-platform 3D game engine that supports shaders, first person camera, lighting, and scene loading
Cross-platform 3D game engine that supports shaders, materials, first person camera, Phong lighting, and scene loading.
    \begin{cvitems}\end{cvitems} % for spacing between projects
}
{https://git.sadmansk.com/sadmansk/GameEngine}