summaryrefslogtreecommitdiff
path: root/main.tex
blob: c8c651e1283a7d580ba828b76ee5404cc79107c6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
\documentclass[11pt, A4]{article}

%~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~%
%                                   Packages{{{                                %
%~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~%

% \usepackage{<++>}                 % <++>
\usepackage{sectsty}                 % underline section
\usepackage{ragged2e}                 % Align right in minipages
\usepackage[utf8]{inputenc}         % UTF-8 Compatible documents
\usepackage[T1]{fontenc}            % Better character management
\usepackage[russian, french]{babel}          % French Symbols
\usepackage[a4paper, total={8.5in, 11in}, margin=0.5in]{geometry} % 1 Inch margins and document formating
\usepackage{hyperref}               % Clickable links & colores through prefs
\usepackage[dvipsnames]{xcolor}     % Better color management (colored urls)
\usepackage{fontawesome}            % Font awesome icons as utf-8 chars
\usepackage[pagestyles]{titlesec}               % Customisability for sections
\usepackage{titling}                % Tag management for authors and titles
\usepackage{tabularx}               % better table placements
\usepackage{booktabs}               % Nicer looking tables
\usepackage{graphicx}               % Image insertion
\usepackage{qrcode}                 % QR code insertions
\usepackage{ulem}                   % Uline for uderlining


%}}}~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~%
%                                  Preferences{{{                              %
%~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~%

%-NO-PAGE-NUMBERS-------|
%
\pagenumbering{gobble}  %
%
%-----------------------|

%-LINK-COLOR-MANAGEMENT------------------|
%
\definecolor{darkred}{HTML}{990000}      %
\hypersetup{colorlinks=false,breaklinks, %
	linkcolor=darkred,urlcolor=darkred,      %
	anchorcolor=darkred,citecolor=darkred    %
}                                        %
%
%----------------------------------------|

\titleformat{\section}
{\Large\bfseries}
{}
{0em}
{}
[{\titlerule[0.8pt]}]
\titlespacing*{\section} {0pt}{0pt}{3pt}

\titleformat{\subsection}
{\Large\bfseries}
{}
{0em}
{}
\titlespacing*{\subsection} {0pt}{0pt}{0pt}

\titleformat{\subsubsection}[runin]
{\normalsize\bfseries}
{}
{0em}
{}
\titlespacing*{\subsubsection} {0pt}{0pt}{7pt}


%}}}~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~%
%                                    Macros{{{                                 %
%~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~%

%-Better-titling-with-logo-&-date--------------|
\renewcommand{\maketitle}{                     %
	\begin{minipage}{0.8\textwidth}                %
		\Huge{\textbf{\theauthor}}\\                   %
		\small{Computer engineering student}           %
		\tiny{\thetitle}\\                             %
		% \scriptsize{Dernière mise à jour: \today}    %
	\end{minipage}                                 %
	\begin{minipage}{0.2\textwidth}                %
		\includegraphics[width=0.50\textwidth]{BC.png} %
	\end{minipage}                                 %
}                                              %
%----------------------------------------------|

%-Entry-command-------------------------|
% [1]: Dates                            %
% [2]: Sujet/Diplôme                    %
% [3]: École/Institution                %
% [4]: Détails et informations          %
\newcommand{\entry}[4]{                 %
	\normalsize{\textsc{#1}\textbf{:}     %
		\textsc{#2}}                          %
	\textit{\textsc{#3}} \\               %
	\begin{minipage}[t]{1.2cm}            %
		\                                   %
	\end{minipage}                        %
	\begin{minipage}[t]{0.7\textwidth}    %
		\small{\textsc{#4}}                   %
	\end{minipage}                        %
}                                       %
%---------------------------------------|

%-Slim-version-of-the-Entry-command---------|
% [1]: Dates                                %
% [2]: Poste occupe                         %
% [3]: Heures par semaine                   %
% [4]: Adresse                              %
% [5]: Téléphone                            %
\newcommand{\slimentry}[5]{                 %
	\begin{minipage}[t]{4.4cm}                %
		\begin{flushright}                        %
			\small\textsc{#1} \\                      %
			\footnotesize\textsc{#3} \\               %
		\end{flushright}                          %
	\end{minipage}                            %
	\hfill\vline\hfill                        %
	\begin{minipage}[t]{.72\textwidth}        %
		\textsc{#2} \\                             %
		\textsc{#4} \\ \textsc{#5}                 %
	\end{minipage}                            %
	\vspace{.4cm}                             %
}                                           %
%-------------------------------------------|

%-Slim-version-of-the-Entry-command---------|
% [1]: Dates                                %
% [2]: Poste occupe                         %
% [3]: Heures par semaine                   %
% [4]: Adresse                              %
\newcommand{\jobentry}[4]{                  %
	\begin{minipage}[t]{4.3cm}                %
		\begin{flushright}                        %
			\small\textsc{#1} \\                      %
			\footnotesize\textsc{#3} \\               %
		\end{flushright}                          %
	\end{minipage}                            %
	\hfill\vline\hfill                        %
	\begin{minipage}[t]{.71\textwidth}        %
		\textsc{#2} \\                             %
		% \textrm{\footnotesize#4} \\ \textsc{}                   %
		\textrm{\footnotesize#4} \\                   %
	\end{minipage}                            %
	\vspace{.2cm}                             %
}                                           %
%-------------------------------------------|

%-List-version-of-the-Entry-command-----|
% [1]: Point principal                  %
% [2]: Liste ou détails                 %
\newcommand{\listentry}[2]{             %
	\textsc{#1} \\                        %
	\textsc{#2} \\                        %
	% TODO: Fix list entries                %
}                                       %
%---------------------------------------|



%}}}~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~%
%                             Personal Information{{{                          %
%~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~%

% \title{Curriculum Vit\ae}   % Title of the CV
\title{}   % Title of the CV
\author{Benjamin Chausse} % Author of the CV
\date{\today}             % Current date
\newcommand{\adressOne}{5-225 Rue Court, Sherbrooke, QC, CA}
\newcommand{\email}{benjamin@chausse.xyz}
\newcommand{\website}{chausse.xyz}
\newcommand{\phone}{438--395--4349}
\newcommand{\available}{\today} % XXX: Update if available after a certain date
\newcommand{\wants}{40h/semaine} % XXX: Update if you want a desired number of hours


%}}}~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~%
%                                   Document {{{                               %
%~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~%

\begin{document}

%-TITLE----------------------------------------------------------------------
\maketitle

%-BASIC-INFO--------------------------------------------------------------{{{
% \section{Information générales}
\begin{minipage}[t]{.5\linewidth}
	\begin{tabular}{rp{.75\linewidth}}
		\baselineskip=20pt
		\faLocationArrow: & \adressOne                                        \\
		\faicon{at}:      & \textcolor{darkred}{\href{mailto:\email}{\email}} \\
	\end{tabular}
\end{minipage}
\begin{minipage}[t]{.5\linewidth}
	\begin{tabular}{rl}
		\faicon{phone}: & \textcolor{darkred}{\href{tel:\phone}{\phone}}         \\
		% \faicon{github} : & \textcolor{darkred}{\href{http://github.com/ChausseBenjamin}{github.com/ChausseBenjamin}}\\
		\faicon{globe}: & \textcolor{darkred}{\href{https://\website}{\website}} \\
	\end{tabular}
\end{minipage}
\vspace{.3cm}

% }}}
%-EDUCATION---------------------------------------------------------------{{{
\section{Education}

\entry{2022 --- 2027}{\textbf{Bachelor's Degree in Computer Engineering}}{Sherbrooke University}{
}

\entry{2021 --- 2021}{
	\textbf{Bachelor's Degree in Mechanical Engineering}}{
	Sherbrooke University}{
	15 credits (Career change)
}

\entry{2018 --- 2021}{
	\textbf{Pure and Applied Sciences}}{
	Cégep de Lanaudière à l'Assomption}{}

\entry{2012 --- 2017}{
	\textbf{DES-SN} --- High School Diploma}{
	Collège de l'Assomption}{
	Specialization in natural sciences and Enriched English
}

% }}}
%-IMPLICATIONS SOCIALES---------------------------------------------------{{{
\section{Social Implication}

\jobentry{Sept. 2017 --- Feb. 2018}
{Humanitarian Aid in Ukraine and Nepal with Youth With A Mission}
{
	\begin{otherlanguage*}{russian}
		улица Весенняя, 18-a Naberezhna St, 4, Kyiv, Ukraine
	\end{otherlanguage*}
}{
	Provided moral support to families in remote areas, engaged in activities
	with youth facing difficult circumstances, assisted young children with their
	homework, painted \& decorated schools in poor condition.
}

% }}}
%-PARCOURS PROFESSIONEL---------------------------------------------------{{{
\section{Professional Experience}
\vspace{0.2cm}

\jobentry{Aug. 2023 --- Dec. 2023}
{Viability Study, prototyping of a VDI at Sherbrooke University}
{2500 Boulevard de l'Université, Sherbrooke}{
	Development of an automated benchmarking tool using Python for comparing the perfor-
	mance of a virtualized desktop infrastructure (VDI) to the current physical infrastructure.
	Study of different existing solutions (Proxmox, VMware Horizon, Azure) and their viability
	as a replacement for the current computer science labs. Development of an automated image
	deployment for student exams and studies by interfacing current databases with a VDI API
	using a scheduler written with Quarkus in Java.
}

\jobentry{ Jun. 2022 --- Aug. 2022}
{Computer repairs at \textit{Mr. Robot}}
{444 Rue King E, Sherbrooke}{
	Problem diagnosis, hardware repair, soldering, software installation, parts ordering and
	customer service on macBooks, iMacs, Tower PCs, laptops \& phones.
}

\jobentry{Feb. 2020 --- Aug. 2021}
{Beer, Fish, and Grocery Clerk at \textit{Metro Marquis}}
{790 Montée de St Sulpice, L'Assomption}{
	Provided recommendations to customers based on their preferences and needs, managed
	inventory, prepared meals \& stored received products.
}

\jobentry{Jun. 2019 --- Feb. 2020}
{Packer and Manufacturing Assistant at \textit{IPEX Inc.}}
{905 rue 344, L'Assomption}{
	Operated a forklift for storage of finished products, packaged products, and assisted with
	quality control.
}

\jobentry{Mar. 2018 --- May 2019}
{Fish Clerk at \textit{Metro Marquis}}
{790 Montée de St Sulpice, L'Assomption}{
	Customer service, dish preparation, and stock management and in-depth cleaning of the
	premises.
}

\jobentry{Summer 2017}
{Factory Reorganization Assistant at \textit{Triotech, Creators of Fun}}
{780 Rue Marion, Joliette}{
	Constructed, painted, and stained furniture, crimped \& installed Ethernet cables, and
	assisted with the relocation of departments.
}

% \jobentry{Été 2017}
% {Caissier au \textit{Resto le l'Assom}}
% {339 Blv. l'Ange-Gardien, L'Assomption}{
% Prise de commande de clients et préparation de mets de restauration rapide.
% }

% }}}
%-COMPÉTENCES PARTICULIÈRES----------------------------------------------{{{
\section{Special Skills}

\subsubsection{Languages:}
French (native),
English (fluent bilingual),
Spanish (proficient)

\subsubsection{Programming Languages:}
C, C++, Python, Shell, Go, R, Java, Javascript, PostgreSQL

\subsubsection{Operating Systems and Others:}
Linux, macOS, Windows, \LaTeX, Markdown, Html, Css, Git, Docker

% }}}
%-PROJETS PERSONNELS------------------------------------------------------{{{

\section{Projects}

\subsubsection{Task Visualization Tool}
Created a plugin programmed in CoffeeScript and Python3, utilizing the Todoist
API to visualize tasks on a computer desktop.
\vspace{0.2cm}

\subsubsection{\textit{Guitar Hero} Clone}
Reimplemented the game \textit{Guitar Hero} in C++ using the QT library,
employing a remote controller designed with an ArduinoMega microcontroller.
\vspace{0.2cm}

\subsubsection{Markdown to GROFF Conversion Script}
Developed a Shell script using \textit{sed} to convert Markdown files to GROFF,
enabling orders of magnitude faster live PDF compilation compared to
\textit{pandoc}.
\vspace{0.2cm}

\subsubsection{Contribution to Existing Open-Source Projects}
\begin{itemize}
	\footnotesize
	\item Implemented keybindings to alter task priorities, added a
	      priority-based color highlighting system to the \textit{todoist.nvim}
	      plugin for the \textit{Neovim} text editor \& ported the documentation
	      \textit{Neovim}’s native format. \\
	      \url{https://github.com/romgrk/todoist.nvim}
	\item Added contents to the Dungeons \& Dragons Character Sheet generator \textit{dungeonsheets} (python3). \\
	      \url{https://github.com/canismarko/dungeon-sheets/pull/151}
	\item Added my own keyboard layout named \textit{bliss} to the \textit{qmk\_firmware} project (C). \\
	      \url{https://github.com/qmk/qmk_firmware/tree/master/keyboards/hotdox/keymaps/bliss}
	\item Contributed my own mainmon patch to the dwm window manager (C) to hide information from public facing monitors. \\
	      \url{https://dwm.suckless.org/patches/mainmon/}
	\item Contributed my own vertile patch to the dwl window manager (C) to enable vertical tiling (it is a reimplementation of dwms
	      bottomstack patch for wayland). \\
	      \url{https://github.com/djpohly/dwl/wiki/vertile}
\end{itemize}
\vspace{0.2cm}

%}}}
%-PASSIONS ET LOISIRS-----------------------------------------------------{{{
\section{Passions and Hobbies}

\subsubsection{Music}
Piano, Synthesizer, Trombone, Singing, Composition

\subsubsection{Rock Climbing}
Indoor bouldering, Outdoor top-rope climbing

\subsubsection{Technology}
Configuration of a gentoo homelab, PC assembly, Basic soldering
% }}}

\end{document}
% }}}