my content

This commit is contained in:
matthieu42morin 2024-04-17 18:54:07 +02:00
parent c7e52be519
commit 1eaa51374b
3 changed files with 338 additions and 0 deletions

BIN
matt_morin_cv_academic.pdf Normal file

Binary file not shown.

338
matt_morin_cv_academic.tex Normal file
View File

@ -0,0 +1,338 @@
%%%%%%%%%%%%%%%%%
% This is an sample CV template created using altacv.cls
% (v1.7, 9 August 2023) written by LianTze Lim (liantze@gmail.com). Compiles with pdfLaTeX, XeLaTeX and LuaLaTeX.
%
%% 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.
%%%%%%%%%%%%%%%%
%% Use the "normalphoto" option if you want a normal photo instead of cropped to a circle
% \documentclass[10pt,a4paper,normalphoto]{altacv}
\documentclass[10pt,a4paper,ragged2e,withhyper]{altacv}
%% AltaCV uses the fontawesome5 and packages.
%% See http://texdoc.net/pkg/fontawesome5 for full list of symbols.
% Change the page layout if you need to
\geometry{left=1.25cm,right=1.25cm,top=1.5cm,bottom=1.5cm,columnsep=1.2cm}
% The paracol package lets you typeset columns of text in parallel
\usepackage{paracol}
% Change the font if you want to, depending on whether
% you're using pdflatex or xelatex/lualatex
% WHEN COMPILING WITH XELATEX PLEASE USE
% xelatex -shell-escape -output-driver="xdvipdfmx -z 0" sample.tex
\ifxetexorluatex
% If using xelatex or lualatex:
\setmainfont{Roboto Slab}
\setsansfont{Lato}
\renewcommand{\familydefault}{\sfdefault}
\else
% If using pdflatex:
\usepackage[rm]{roboto}
\usepackage[defaultsans]{lato}
% \usepackage{sourcesanspro}
\renewcommand{\familydefault}{\sfdefault}
\fi
% Change the colours if you want to
\definecolor{SlateGrey}{HTML}{2E2E2E}
\definecolor{LightGrey}{HTML}{666666}
\definecolor{DarkPastelRed}{HTML}{450808}
\definecolor{PastelRed}{HTML}{8F0D0D}
\definecolor{GoldenEarth}{HTML}{E7D192}
\colorlet{name}{black}
\colorlet{tagline}{PastelRed}
\colorlet{heading}{DarkPastelRed}
\colorlet{headingrule}{GoldenEarth}
\colorlet{subheading}{PastelRed}
\colorlet{accent}{PastelRed}
\colorlet{emphasis}{SlateGrey}
\colorlet{body}{LightGrey}
% Change some fonts, if necessary
\renewcommand{\namefont}{\Huge\rmfamily\bfseries}
\renewcommand{\personalinfofont}{\footnotesize}
\renewcommand{\cvsectionfont}{\LARGE\rmfamily\bfseries}
\renewcommand{\cvsubsectionfont}{\large\bfseries}
% Change the bullets for itemize and rating marker
% for \cvskill if you want to
\renewcommand{\cvItemMarker}{{\small\textbullet}}
\renewcommand{\cvRatingMarker}{\faCircle}
% ...and the markers for the date/location for \cvevent
% \renewcommand{\cvDateMarker}{\faCalendar*[regular]}
% \renewcommand{\cvLocationMarker}{\faMapMarker*}
% If your CV/résumé is in a language other than English,
% then you probably want to change these so that when you
% copy-paste from the PDF or run pdftotext, the location
% and date marker icons for \cvevent will paste as correct
% translations. For example Spanish:
% \renewcommand{\locationname}{Ubicación}
% \renewcommand{\datename}{Fecha}
%% Use (and optionally edit if necessary) this .tex if you
%% want to use an author-year reference style like APA(6)
%% for your publication list
% \input{pubs-authoryear.cfg}
%% Use (and optionally edit if necessary) this .tex if you
%% want an originally numerical reference style like IEEE
%% for your publication list
\input{pubs-num.cfg}
%% sample.bib contains your publications
\addbibresource{sample.bib}
\begin{document}
\name{Matthieu Morin}
\tagline{Curious Visionary, Entrepreneur, Developer}
%% You can add multiple photos on the left or right
\photoR{2.8cm}{profile-pic}
% \photoL{2.5cm}{Yacht_High,Suitcase_High}
\personalinfo{%
% Not all of these are required!
\email{matt.b.morin@protonmail.com}
\phone{+420 792 304 497}
\location{Prague, Czech Republic}
\homepage{www.mattmor.in}
\linkedin{mattmor-in}
\printinfo{\faGit*}{git.mattmor.in}[https://git.mattmor.in/]
%% You can add your own arbitrary detail with
%% \printinfo{symbol}{detail}[optional hyperlink prefix]
% \printinfo{\faPaw}{Hey ho!}[https://example.com/]
%% Or you can declare your own field with
%% \NewInfoFiled{fieldname}{symbol}[optional hyperlink prefix] and use it:
% \NewInfoField{gitlab}{\faGitlab}[https://gitlab.com/]
% \gitlab{your_id}
%%
%% For services and platforms like Mastodon where there isn't a
%% straightforward relation between the user ID/nickname and the hyperlink,
%% you can use \printinfo directly e.g.
% \printinfo{\faMastodon}{@username@instace}[https://instance.url/@username]
%% But if you absolutely want to create new dedicated info fields for
%% such platforms, then use \NewInfoField* with a star:
% \NewInfoField*{mastodon}{\faMastodon}
%% then you can use \mastodon, with TWO arguments where the 2nd argument is
%% the full hyperlink.
% \mastodon{@username@instance}{https://instance.url/@username}
}
\makecvheader
%% Depending on your tastes, you may want to make fonts of itemize environments slightly smaller
\AtBeginEnvironment{itemize}{\small}
%% Set the left/right column width ratio to 6:4.
\columnratio{0.6}
%% Profile description
% Start off with a short profile text so people can get to know you better. Keep this short, about 3-4
% lines of text is enough. It usually revolves around the following questions:
\cvsection{Motivation Statement}
\begin{quote}
\textit{
lorem ipsum, add according to institution.
}
\end{quote}
\medskip
% Start a 2-column paracol. Both the left and right columns will automatically
% break across pages if things get too long.
\begin{paracol}{2}
\cvsection{Education}
% Some comment to edu...
% \divider\smallskip
\cvevent{Highschool Diploma - Vysvědčení s Maturitní Zkouškou}{Gymnázium Písek}{02/2020 -- 05/2022}{\site{gymna-pi.cz}}{}{}
\textbf{Notable:} Research and lecture on capacitive soil moisture measuring and IoT,
Physics Seminar,
Mathematical Literacy,
Information Theory,
Social Sciences \& Philosophy,
GP Times Chief Editor,
Student Council Chairman
\divider
\cvevent{}{Gymnázium Omská}{09/2017 -- 01/2020}{\site{omska.cz}}{}{}
\textbf{Notable:} Global Politics and MUN,
Omská Times Chief Editor,
Student Council Chairman
% \divider
% \cvevent{}{Gymnázium Mimoň}{09/2014 -- 06/2017}{}
% Robotics and 3D printing,
% Information Theory
% % \divider
\medskip
\cvsection{Experience}
\cvevent{Founder}{Seedling, s.r.o.}{08/2020 -- 09/2021}{\site{mattmor.in/projects/seedling}}{}
\begin{itemize}
\item A vision to make agriculture more sustainable and resource efficient
\item IoT plant health monitoring system, agriculture and houseplant sensorics we made from scratch - hardware, PCB, manufacturing, software, 3D printing
\item I used my research on capacitive non-corrosive soil moisture sensors from high school
\item Project was stopped due to high production cost (~20€/unit), team to pursue education, better engineering for agriculture use needed
\end{itemize}
\divider
\cvevent{Co-Founder}{Erant}{04/2022 -- 07/2023}{\site{erant.cz}}{}
\begin{itemize}
\item As a school project we made an educational guide mobile app that we got into our geography and history curriculum - we tried to give it a business model.
\item As a stepping stone we made a B2B SaaS product for tourism companies and cities to enroll them in our platform and provide a customer facing guide / app for them
\item Project stopped - we didn't find product-market fit, it's hard to break-through in tourism due to complicated financial incentives and government subsidized solutions.
\end{itemize}
% use ONLY \newpage if you want to force a page break for
% ONLY the current column
% \newpage
\divider
\cvevent{Software, DevOps Engineer}{Freelancer}{11/2023 -- ongoing}{\site{mattmor.in}}{}
\begin{itemize}
\item Leveraging my knowledge of Software development and DevOps and it's methodologies from leading software startups
\item I developed web apps, some examples: plantcontrol.io, webapp.plantcontrol.io, kkosmetickysalon.cz, and coded in all my projects
\item Now I'm doing DevOps, I use tools for making Infrastructure as Code, automation, and CI/CD, Cloud solutions, database management
\end{itemize}
\medskip
\cvsection{Volunteering}
\cvevent{Chairman}{Student Council of Gymnázium Písek}{11/2020 -- 1/2022}{\instagram{@senatgp}}{}{}
\begin{itemize}
\item Within a year I grew an inactive council to 42 active members, together we brought experts to our school and made educational events, we represented our school and made life at our school more fun, we helped bridge the communication between students and teachers
\item With the 2nd release of "GP Times" we won the 2nd place in a regional newspaper competition
\item Our Student Council has been called a "Utopia" by the Czech Highschool Union (ČSÚ), I was invited to Charles
University Innovation Lab podcast to transfer our knowledge, its in Czech, on \faSpotify \href{https://open.spotify.com/episode/1IqNcZrUkIqQRvQ4MGZ41n}{click on it here in the .pdf}
\end{itemize}
\divider
\cvevent{Chief Editor}{Newspapers of Gymnázium Písek}{11/2020 -- 1/2022}{\site{gymna-pi.cz/gptimes-info}}{}
\begin{itemize}
\item I started a school Newspaper "GP Times" and designed each issue for some time, I started to like to write at this point.
\item It gained over 10 student editors, articles from teachers and was profitable.
\item With only the 2nd release we won the 2nd place in a regional newspaper competition, we were 14th on the national level.
\end{itemize}
\divider\smallskip
\cvevent{Other volunteering and activities}{}{}{}{}{}
\begin{itemize}
\item Lifetime Scouting - E.g.: Together as scouts we clean up our city once a year, I helped in nursery homes and taught our values to younger scouts under my supervision.
\item I helped with the creation of organizations like the South Bohemian Student Parliament - \instagram{@studentjp} \\ or the Association of Czech Entrepreneurship \homepage{podnikavecesko.cz}
\end{itemize}
%% Switch to the right column. This will now automatically move to the second
%% page if the content is too long.
\switchcolumn
\cvsection{Awards/Achievements}
\cvachievement{\faTrophy}{TOP 65 Highschooler Czech Republic 2022}{An award given to me for my achievements and extracurricular activities in 2022, namely my startup and my activity in student organizations - More at: \site{stredoskolakroku.cz}}
\divider
\cvachievement{\faGlobeEurope}{International Selection Conference, European Youth Parliament Milano 2021(online)}
{Through a rigorous selection process I got selected amongst 300 other European students trying to solve the 17 United Nations SDGs. Delegating at committee "ECON 1", in a team effort we made a resolution tackling climate change and rising inequalities utilising alternative economic models and approaches. More at: \site{ismilano20.com}}
\divider
\cvachievement{\faCertificate}{Remembrance List Písek (2022)}{An award by the mayor of Písek, I represented our school and city on events, such as education innovation conferences as well as EYP for example.}
\cvsection{Soft-Skills}
\cvtag{Teamwork}
\cvtag{Leadership}
\cvtag{Entrepreneurship}\\
\cvtag{Problem Solving}
\divider\smallskip
\cvsection{Hard-Skills}
\cvtag{Software \& Programming}\\
\cvtag{Networking, Cloud Computing \& IoT}\\
\cvtag{Language Skills}
\cvtag{Design Thinking}
% use ONLY \newpage if you want to force a page break for
% ONLY the current column
\newpage
\cvsection{Languages}
\cvskill{Czech}{Native}
\divider
\cvskill{French}{Native}
\divider
\cvskill{English}{C2}
\divider
\cvskill{German}{A2} %% Supports X.5 values.
%% Yeah I didn't spend too much time making all the
%% spacing consistent... sorry. Use \smallskip, \medskip,
%% \bigskip, \vspace etc to make adjustments.
\medskip
\cvsection{Referees}
% \cvref{name}{email}{mailing address}
\cvref{Mgr.\ Nicole Burgonová Pivault}{Gymnázium Omská}{nicole.burgonova@seznam.cz}
{Omská 1300/4, 100 00, Praha 10}
\divider
\cvref{Mgr.\ Petr Kučera}{Gymnázium Písek}{kucera.petr@gymna-pi.cz}
{Komenského 89/20, 397 01, Písek}
\medskip
\cvsection{A 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{1cm}{0.3cm}{%
2/5em/accent!30/{Sports,\\or music},
6/4em/accent!40/{Sleep,\\or not},
3/5em/accent!60/{Journaling, reading},
10/5em/accent!90/{Learning, Work or Projects},
2/8em/accent!20/{fun projects, friends or family!}
}
\end{paracol}
\end{document}

BIN
profile-pic.JPG Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.4 MiB