From 579843cdedf4a75a17ec01fd2cf640eac996c142 Mon Sep 17 00:00:00 2001 From: ZezinZika Date: Mon, 15 Apr 2024 15:33:35 +0200 Subject: [PATCH] Fixed pipeline --- .github/workflows/copy-file.yml | 2 +- cv.log | 33 +++ cv.tex | 372 ++++++++++++++++++++++++++++++++ 3 files changed, 406 insertions(+), 1 deletion(-) create mode 100644 cv.log create mode 100644 cv.tex diff --git a/.github/workflows/copy-file.yml b/.github/workflows/copy-file.yml index 5caa84a..3ef4cdb 100644 --- a/.github/workflows/copy-file.yml +++ b/.github/workflows/copy-file.yml @@ -14,4 +14,4 @@ jobs: uses: actions/checkout@v2 - name: Copy File - run: cp src/cv.pdf . + run: cp /../../src/cv.pdf . diff --git a/cv.log b/cv.log new file mode 100644 index 0000000..8508bfc --- /dev/null +++ b/cv.log @@ -0,0 +1,33 @@ +This is pdfTeX, Version 3.141592653-2.6-1.40.22 (TeX Live 2022/dev/Debian) (preloaded format=pdflatex 2024.4.9) 15 APR 2024 15:31 +entering extended mode + restricted \write18 enabled. + file:line:error style messages enabled. + %&-line parsing enabled. +**/home/joseluiz/personal/work/applications/cvgitv2/cv +(/home/joseluiz/personal/work/applications/cvgitv2/cv.tex +LaTeX2e <2021-11-15> patch level 1 +L3 programming layer <2022-01-21> + +! LaTeX Error: File `altacv.cls' not found. + +Type X to quit or to proceed, +or enter new name. (Default extension: cls) + +Enter file name: +/home/joseluiz/personal/work/applications/cvgitv2/cv.tex:20: Emergency stop. + + +l.20 ^^M + +*** (cannot \read from terminal in nonstop modes) + + +Here is how much of TeX's memory you used: + 24 strings out of 478287 + 608 string characters out of 5849290 + 289005 words of memory out of 5000000 + 18318 multiletter control sequences out of 15000+600000 + 469259 words of font info for 28 fonts, out of 8000000 for 9000 + 1141 hyphenation exceptions out of 8191 + 19i,0n,29p,168b,17s stack positions out of 5000i,500n,10000p,200000b,80000s +/home/joseluiz/personal/work/applications/cvgitv2/cv.tex:20: ==> Fatal error occurred, no output PDF file produced! diff --git a/cv.tex b/cv.tex new file mode 100644 index 0000000..c1b88c0 --- /dev/null +++ b/cv.tex @@ -0,0 +1,372 @@ +%%%%%%%%%%%%%%%%% +% 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} +% RWU colors!!! +\definecolor{RWU-LILA}{RGB}{102, 56, 182} +\definecolor{RWU-LILA-LIGHT}{RGB}{155, 125, 212} +\definecolor{RWU-CYAN}{RGB}{0, 169, 206} +\definecolor{RWU-CYAN-LIGHT}{RGB}{5, 195, 222} + +\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{José Luiz S. Mendonca} +\tagline{} +%% You can add multiple photos on the left or right +%\photoR{2.8cm}{Globe_High} +% \photoL{2.5cm}{Yacht_High,Suitcase_High} + +\personalinfo{% + % Not all of these are required! + \email{zelumendonca@gmail.com} + \phone{+49 1623795856} + %\mailaddress{Åddrésş, Street, 00000 Cóuntry} + \location{Weingarten, Deutschland} + %\homepage{www.homepage.com} + %\twitter{@twitterhandle} + \linkedin{jose-luiz-mendonca} + %\github{your_id} + %\orcid{0000-0000-0000-0000} + %% 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} + +% 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{Experiences} + +\cvevent{Physics Tutor}{Hochschule Ravensburg-Weingarten}{March 2024 -- }{Weingarten} +\begin{itemize} +\item Responsible for hosting weekly tutorials to support lecture +\item Preparing students for examinations +\item Moodle course management, exercise creation +\end{itemize} + +\divider + +\cvevent{CAD Lecture Assistant}{Hochschule Ravensburg-Weingarten}{March 2024 -- }{Weingarten} +\begin{itemize} +\item Reverse engineering parts for lecture content creation +\item Helping students with various issues ranging from system setup to design theory, technical drawing rules +\end{itemize} + +\divider + +\cvevent{Research Assistant (HIWI) for Automotive Engineering}{Hochschule Ravensburg-Weingarten}{Oktober 2023 -- }{Weingarten} +\begin{itemize} +\item Exercise creation for the students +\item Matlab simulation +\item Composing +\end{itemize} + +\divider + +\cvevent{Eletronics Production}{RAFI Ravensburg}{Juli 2023 -- September 23}{Berg} +\begin{itemize} +\item Testing production parts +\item Operating and programming industrial robots +\item Maintenance of production line parts +\end{itemize} + +\divider + +\cvevent{Mechaniker}{Hofgut Wiggenweiler}{April 2022 -- Februar 2023}{Bermatingen} +\begin{itemize} + \item Maintenance and operation of tractors, telehandlers, and other heavy vehicles + \item Inventory management +\end{itemize} + +\newpage + +\cvsection{Projects} + +\cvevent{Additive Cooling}{Hochschule Ravensburg-Weingarten}{März 2023 -- Juli 2023}{} +\begin{itemize} +\item Creation of testbenches for temperature measurements in metal props +\item Prototype creation using 3D-Printing and CNC machinning +\end{itemize} + +\divider + +\cvevent{Rover to Mars}{Hochschule Ravensburg-Weingarten}{November 2023 -- }{} +\begin{itemize} + \item Team management (Mostly done through Github) + \item Developing Software for a 6-wheeled rocker buggy style rover (Using ROS Humble as middleware, and Python for most of the nodes) + \item Creation of Docker applications + \item Setting up CAN communication between VESCS and controller + \item Supporting Mechanics team in areas of expertise (machining, chassis design, teaching new team members about technical drawings, design considerations, etc) +\end{itemize} + +\medskip + +\cvsection{A week in 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} +% Some ad-hoc tweaking to adjust the labels so that they don't overlap +\hspace*{-1em} %% quick hack to move the wheelchart a bit left +\wheelchart{1.5cm}{0.5cm}{% + 25/10em/accent!30/Sleeping, + 10/11em/accent!10/ Miscellaneous, + 15/9em/accent!60/ Lectures, + 25/11em/accent!10/ Working in the lab or teaching at the Uni, + 3/11em/accent!40/Out in the woods riding my downhill bike, + 2/11em/accent!40/Gym +} +% use ONLY \newpage if you want to force a page break for +% ONLY the current column +\newpage + +%\cvsection{Publications} + +%% Specify your last name(s) and first name(s) as given in the .bib to automatically bold your own name in the publications list. +%% One caveat: You need to write \bibnamedelima where there's a space in your name for this to work properly; or write \bibnamedelimi if you use initials in the .bib +%% You can specify multiple names, especially if you have changed your name or if you need to highlight multiple authors. + +%\mynames{Lim/Lian\bibnamedelima Tze, + % Wong/Lian\bibnamedelima Tze, +% Lim/Tracy, +% Lim/L.\bibnamedelimi T.} +%% MAKE SURE THERE IS NO SPACE AFTER THE FINAL NAME IN YOUR \mynames LIST + +\nocite{*} + +% \printbibliography[heading=pubtype,title={\printinfo{\faBook}{Books}},type=book] + +%\divider + +%\printbibliography[heading=pubtype,title={\printinfo{\faFile*[regular]}{Journal Articles}},type=article] + +%\divider + +%\printbibliography[heading=pubtype,title={\printinfo{\faUsers}{Conference Proceedings}},type=inproceedings] + +%% Switch to the right column. This will now automatically move to the second +%% page if the content is too long. +\switchcolumn + +\cvsection{Moto} + +\begin{quote} +``Far and away the best prize that life has to offer is the chance to work hard at work worth doing'' +\end{quote} + +%\cvsection{Most Proud of} +% +%\cvachievement{\faTrophy}{Fantastic Achievement}%{and some details about it} + +%\divider + +%\cvachievement{\faHeartbeat}{Another achievement}{more details about it of course} + +%\divider + +%\cvachievement{\faHeartbeat}{Another achievement}{more details about it of course} + +\cvsection{Skills} +% Soft skills +\cvtag{Hard-working} +\cvtag{Flexible}\\ +\cvtag{Team Word} +\cvtag{Passionate} + +\divider\smallskip +% Coding languages + +\cvtag{C} +\cvtag{C++} +\cvtag{Python} +\cvtag{Docker} +\cvtag{Linux} +\cvtag{git} +\cvtag{LaTeX} +\cvtag{ROS Noetic/Humble} +\cvtag{Arduino} +\cvtag{STM32} +\cvtag{Raspberry Pi} + +\divider\smallskip +% Software + +\cvtag{Fusion360} +\cvtag{Solidworks} +\cvtag{Autocad} +\cvtag{LTspice} +\cvtag{Altium Designer} +\cvtag{Matlab} + +\divider\smallskip +% Software + +\cvtag{Power Electronics} +\cvtag{CNC-Machining} +\cvtag{3D-Printing} +\cvtag{Automotive Engineering} + +\smallskip + +\cvsection{Languages} + +\cvskill{English}{5} +\divider + +\cvskill{Portuguese}{5} +\divider + +\cvskill{German}{3.5} %% Supports X.5 values. +\divider + +\cvskill{Spanish}{3} + +%% 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{Education} + +\cvevent{E-Mobility and Green Energy}{Hochschule Ravensburg-Weingarten}{March 2022 -- }{} + +%\divider + +%\cvevent{M.Sc.\ in Your Discipline}{Your University}{Sept 2001 -- June 2002}{} + +%\divider + +%\cvevent{B.Sc.\ in Your Discipline}{Stanford University}{Sept 1998 -- June 2001}{} + +% \divider + +%\cvsection{Referees} + +% \cvref{name}{email}{mailing address} +%\cvref{Prof.\ Alpha Beta}{Institute}{a.beta@university.edu} +%{Address Line 1\\Address line 2} + +%\divider + +%\cvref{Prof.\ Gamma Delta}{Institute}{g.delta@university.edu} +%{Address Line 1\\Address line 2} + + +\end{paracol} + + +\end{document}