summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorschneefux <schneefux+commit@schneefux.xyz>2016-08-03 13:27:12 +0200
committerschneefux <schneefux+commit@schneefux.xyz>2016-08-03 13:27:12 +0200
commitaaa2dae5c2ea67a86a794acbf05cbf131299ce51 (patch)
tree3453e4ce511f8f6609b915ddd49f84495796e6b5
downloadfriggeri-cv-aaa2dae5c2ea67a86a794acbf05cbf131299ce51.tar.gz
friggeri-cv-aaa2dae5c2ea67a86a794acbf05cbf131299ce51.zip
merge gh/depressiveRobot/friggeri-cv-a4 into gh/eklenske/CV
-rw-r--r--.gitignore1
-rw-r--r--Readme.md15
-rw-r--r--bibliography.bib76
-rw-r--r--k-cv.cls225
-rw-r--r--k-cv.pdfbin0 -> 88535 bytes
-rw-r--r--k-cv.tex178
6 files changed, 495 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..12b3e62
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1 @@
+cv.synctex.gz \ No newline at end of file
diff --git a/Readme.md b/Readme.md
new file mode 100644
index 0000000..62a6012
--- /dev/null
+++ b/Readme.md
@@ -0,0 +1,15 @@
+# About
+A new version of the famous Friggeri CV. My much simpler version now works without external font files, with regular (pdf)latex and without biber.
+
+
+# License
+
+Copyright (C) 2015, Edgar Klenske
+Copyright (C) 2014, Jelmer Tiete
+Copyright (C) 2012, Adrien Friggeri
+
+Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
+
+The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
+
+THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
diff --git a/bibliography.bib b/bibliography.bib
new file mode 100644
index 0000000..2709fc2
--- /dev/null
+++ b/bibliography.bib
@@ -0,0 +1,76 @@
+@inproceedings{dominguez2012migration,
+ title={Migration from a legacy wireless technology to ZigBee for a Home Automation market ready system},
+ author={Dominguez, Federico and Touhafi, Abdellah and Tiete, Jelmer and Guler, M and Steenhaut, Kris},
+ booktitle={Networked Sensing Systems (INSS), 2012 Ninth International Conference on},
+ pages={1--4},
+ year={2012},
+ organization={IEEE}
+}
+
+@inproceedings{dominguez2012coexistence,
+ title={Coexistence with WiFi for a home automation ZigBee product},
+ author={Dominguez, Federico and Touhafi, Abdellah and Tiete, Jelmer and Steenhaut, Kris},
+ booktitle={Communications and Vehicular Technology in the Benelux (SCVT), 2012 IEEE 19th Symposium on},
+ pages={1--6},
+ year={2012},
+ organization={IEEE}
+}
+
+@inproceedings{phung2013low,
+ title={Low-Overhead Time Synchronization for Schedule-Based Multi-Channel Wireless Sensor Networks},
+ author={Phung, Kieu-Ha and Tran, Huy and Tiete, Jelmer and Tran, Lan and Steenhaut, Kris},
+ booktitle={LANMAN 2013},
+ pages={6},
+ year={2013},
+ organization={IEEE Xplore}
+}
+
+@article{carvalho2014abox,
+ title={ABox: New method for evaluating wireless acoustic-sensor networks},
+ author={Carvalho, Felipe Reinoso and Tiete, Jelmer and Touhafi, Abdellah and Steenhaut, Kris},
+ journal={Applied Acoustics},
+ volume={79},
+ pages={81--91},
+ year={2014},
+ publisher={Elsevier}
+}
+
+@article{verbelen2013experimental,
+ title={Experimental Analysis of Small Scale PCB Manufacturing Techniques for Fablabs},
+ author={Verbelen, Yannick and Van Belle, Davy and Tiete, Jelmer},
+ journal={IJEIR},
+ volume={2},
+ number={2},
+ pages={136--143},
+ year={2013}
+}
+
+@inproceedings{nguyen2011web,
+ title={A Web-service based Approach for Developing Integrable Noise Monitoring Modules.},
+ author={Nguyen The Cuong and Touhafi, Abdellah and Tiete, Jelmer and Steenhaut, Kris},
+ booktitle={CLOSER},
+ pages={295--300},
+ year={2011}
+}
+
+@article{tiete2014soundcompass,
+ title={SoundCompass: A Distributed MEMS Microphone Array-Based Sensor for Sound Source Localization},
+ author={Tiete, Jelmer and Dom{\'\i}nguez, Federico and Silva, Bruno da and Segers, Laurent and Steenhaut, Kris and Touhafi, Abdellah},
+ journal={Sensors},
+ volume={14},
+ number={2},
+ pages={1918--1949},
+ year={2014},
+ publisher={Multidisciplinary Digital Publishing Institute}
+}
+
+@article{segers2014ultrasonic,
+ title={Ultrasonic multiple-access ranging system using spread spectrum and MEMS technology for indoor localization},
+ author={Segers, Laurent and Tiete, Jelmer and Braeken, An and Touhafi, Abdellah},
+ journal={Sensors},
+ volume={14},
+ number={2},
+ pages={3172--3187},
+ year={2014},
+ publisher={Multidisciplinary Digital Publishing Institute}
+}
diff --git a/k-cv.cls b/k-cv.cls
new file mode 100644
index 0000000..745359b
--- /dev/null
+++ b/k-cv.cls
@@ -0,0 +1,225 @@
+\ProvidesClass{k-cv}[2016/08/03 CV class]
+\NeedsTeXFormat{LaTeX2e}
+
+\DeclareOption{print}{\def\@cv@print{}}
+\DeclareOption*{%
+ \PassOptionsToClass{\CurrentOption}{article}%
+}
+\ProcessOptions\relax
+\LoadClass{article}
+
+% to avoid warnings, copy only one symbol from stmaryrd
+\DeclareSymbolFont{stmry}{U}{stmry}{m}{n}
+\DeclareMathSymbol\rightarrowtriangle\mathrel{stmry}{"5F}
+\renewcommand{\to}{$\rightarrowtriangle$}
+
+% set A4 paper format
+\setlength\paperheight {297mm}
+\setlength\paperwidth {210mm}
+
+\ProcessOptions
+
+%%%%%%%%%%
+% Colors %
+%%%%%%%%%%
+
+\RequirePackage{xcolor}
+
+\definecolor{white}{RGB}{255,255,255}
+
+\definecolor{darkgray}{gray}{.2}
+\definecolor{gray}{gray}{.35}
+\definecolor{lightgray}{gray}{.35}
+
+\definecolor{green}{HTML}{C2E15F}
+\definecolor{orange}{HTML}{FDA333}
+\definecolor{purple}{HTML}{D3A4F9}
+\definecolor{red}{HTML}{FB4485}
+\definecolor{blue}{HTML}{6CE0F1}
+
+\ifdefined\@cv@print
+ \colorlet{green}{gray}
+ \colorlet{orange}{gray}
+ \colorlet{purple}{gray}
+ \colorlet{red}{gray}
+ \colorlet{blue}{gray}
+ \colorlet{fillheader}{white}
+ \colorlet{header}{gray}
+\else
+ \colorlet{fillheader}{gray}
+ \colorlet{header}{white}
+\fi
+\colorlet{textcolor}{gray}
+\colorlet{headercolor}{gray}
+
+%%%%%%%%%
+% Fonts %
+%%%%%%%%%
+
+\RequirePackage{microtype}
+\RequirePackage[default]{lato}
+
+% \newcommand{\normalfont}{\fontseries{l}\selectfont}
+\newcommand{\bodyfont}{\fontseries{l}\selectfont}
+\newcommand{\thinfont}{\fontseries{el}\selectfont}
+\newcommand{\headingfont}{\fontseries{b}\selectfont}
+
+\RequirePackage[none]{hyphenat}
+
+%%%%%%%%%%
+% Header %
+%%%%%%%%%%
+
+\RequirePackage{tikz}
+
+\newcommand{\rolefont}{%
+ \fontsize{14pt}{24pt}\selectfont%
+ \thinfont%
+ \color{white}%
+}
+
+\newcommand{\header}[3]{%
+ \begin{tikzpicture}[remember picture,overlay]
+ \node [rectangle, fill=fillheader, anchor=north, minimum width=\paperwidth, minimum height=4cm] (box) at (current page.north){};
+ \node [anchor=center] (name) at (box) {%
+ \fontsize{40pt}{72pt}\color{header}%
+ {\thinfont #1}{\bodyfont #2}
+ };
+ \node [anchor=north] at (name.south) {%
+ \fontsize{14pt}{24pt}\color{header}%
+ \thinfont #3%
+ };
+ \end{tikzpicture}
+ \vspace{2.5cm}
+ \vspace{-2\parskip}
+}
+
+\newcommand{\smallheader}[2]{%
+ \begin{tikzpicture}[remember picture,overlay]
+ \node [rectangle, fill=fillheader, anchor=north, minimum width=\paperwidth,
+minimum height=2cm, yshift=0.5mm] (box) at (current page.north){};
+ \node [anchor=center] (name) at (box) {%
+ \fontsize{24pt}{36pt}\color{header}%
+ {\thinfont #1}{\bodyfont #2}
+ };
+ \end{tikzpicture}
+ \vspace{0.5cm}
+ \vspace{-2\parskip}
+}
+
+
+%%%%%%%%%%%%%
+% Structure %
+%%%%%%%%%%%%%
+\RequirePackage{parskip}
+
+\newcounter{colorCounter}
+\def\@sectioncolor#1#2#3{%
+ {%
+ \color{%
+ \ifcase\value{colorCounter}%
+ blue\or%
+ red\or%
+ orange\or%
+ green\or%
+ purple\else%
+ headercolor\fi%
+ } #1#2#3%
+ }%
+ \stepcounter{colorCounter}%
+}
+
+\renewcommand{\section}[1]{
+ \par\vspace{\parskip}
+ {%
+ \LARGE\headingfont\color{headercolor}%
+ \@sectioncolor #1%
+ }
+ \par\vspace{\parskip}
+}
+
+\renewcommand{\subsection}[1]{
+ \par\vspace{.5\parskip}%
+ {\Large\headingfont\color{headercolor} #1}
+ \par\vspace{.25\parskip}%
+}
+
+\renewcommand{\subsubsection}[2]{
+ \par\vspace{.5\parskip}%
+ {\Large\headingfont\color{headercolor} #2}
+ \par\vspace{.25\parskip}%
+}
+
+\pagestyle{empty}
+
+%%%%%%%%%%%%%%%%%%%%
+% List environment %
+%%%%%%%%%%%%%%%%%%%%
+
+\setlength{\tabcolsep}{0pt}
+\newenvironment{entrylist}{%
+ \begin{tabular*}{\textwidth}{@{\extracolsep{\fill}}ll}
+}{%
+ \end{tabular*}
+}
+\renewcommand{\bfseries}{\headingfont\color{headercolor}}
+\newcommand{\entry}[4]{%
+ \parbox[t]{2cm}{#1}&\parbox[t]{11.3cm}{%
+ \textbf{#2}%
+ \hfill%
+ {\footnotesize\color{lightgray} \bodyfont #3}\\%
+ \bodyfont #4\vspace{\parsep}%
+ }\\}
+
+%%%%%%%%%%%%%%%%%%%%%%%
+% Manual Bibliography %
+%%%%%%%%%%%%%%%%%%%%%%%
+
+% each item is a manual entry, since a bibfile is more pain than pleasure
+% for most people's CVs.
+\newcommand{\bibentry}[3]{%
+ {\bfseries #1}\\%
+ \hangindent=5mm \hangafter1%
+ {\color{black} \bodyfont #2\\%
+ {\footnotesize \bodyfont #3}}%
+ }%
+
+%%%%%%%%%%%%%%
+% Side block %
+%%%%%%%%%%%%%%
+
+\RequirePackage[absolute,overlay]{textpos}
+\setlength{\TPHorizModule}{1cm}
+\setlength{\TPVertModule}{1cm}
+\newenvironment{aside}{%
+ \let\oldsection\section
+ \renewcommand{\section}[1]{
+ \par\vspace{\baselineskip}{\Large\headingfont\color{headercolor} ##1}
+ }
+ \begin{textblock}{3.6}(1.5, 4.33)
+ \begin{flushright}
+ \obeycr
+}{%
+ \restorecr
+ \end{flushright}
+ \end{textblock}
+ \let\section\oldsection
+}
+
+%%%%%%%%%%%%%%%%
+% Other tweaks %
+%%%%%%%%%%%%%%%%
+
+\RequirePackage[left=6.1cm,top=2cm,right=2.5cm,bottom=2.5cm,nohead,nofoot]{geometry}
+\RequirePackage[hidelinks]{hyperref}
+\hypersetup{
+ colorlinks=false,
+ linkcolor=red,
+ citecolor=red,
+ filecolor=red,
+ urlcolor = red}
+
+% A fix for \href{}{} colors not working with fontspec
+\makeatletter
+\def\HyColor@@@@UseColor#1\@nil{\addfontfeatures{Color=#1}}
+\makeatother
diff --git a/k-cv.pdf b/k-cv.pdf
new file mode 100644
index 0000000..27d0faa
--- /dev/null
+++ b/k-cv.pdf
Binary files differ
diff --git a/k-cv.tex b/k-cv.tex
new file mode 100644
index 0000000..ee18573
--- /dev/null
+++ b/k-cv.tex
@@ -0,0 +1,178 @@
+%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
+%
+% K-CV -- Klenske Curriculum Vitae
+%
+% Simplified Friggeri CV
+% by Edgar Klenske (ed.klenske@gmx.de)
+% https://github.com/eklenske/CV
+%
+% Forked from:
+% Jelmer Tiente
+% https://github.com/JelmerT/CV
+%
+% Based on original work by:
+% Adrien Friggeri (adrien@friggeri.net)
+% https://github.com/afriggeri/CV
+%
+% License:
+% CC BY-NC-SA 3.0 (http://creativecommons.org/licenses/by-nc-sa/3.0/)
+%
+%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
+
+\documentclass[]{k-cv} % Add 'print' as an option into the square
+ % bracket to remove colors from this template
+ % for printing
+
+
+\begin{document}
+\header{john}{smith}{junior business analyst} % Your name and current job
+
+%-------------------------------------------------------------------------------
+% SIDEBAR SECTION
+%-------------------------------------------------------------------------------
+
+\begin{aside} % In the aside, each new line forces a line break
+\section{date of birth}
+\color{gray}1970-01-01
+\section{contact}
+123 Broadway
+City, State 12345
+Country
+~
++0 (000) 111 1111
++0 (000) 111 1112
+~
+\href{mailto:john@smith.com}{john@smith.com}
+\href{http://www.smith.com}{http://www.smith.com}
+\href{http://facebook.com/johnsmith}{fb://jsmith}
+\section{languages}
+english mother tongue
+spanish \& italian fluency
+\section{programming}
+JavaScript
+Python, C++, PHP
+CSS3 \& HTML5
+\end{aside}
+
+%-------------------------------------------------------------------------------
+% EDUCATION SECTION
+%----------------------------------------------------------------------------------------
+
+\section{education}
+
+\begin{entrylist}
+%------------------------------------------------
+\entry
+{2011 \to 2012}
+{Master {\normalfont of Commerce}}
+{The University of California, Berkeley}
+{\emph{Money Is The Root Of All Evil -- Or Is It?} \\ This thesis explored the
+idea that money has been the cause of untold anguish and suffering in the world.
+I found that it has, in fact, not.}
+%------------------------------------------------
+\entry
+{2007 \to 2008}
+{Bachelor {\normalfont of Business Studies}}
+{The University of California, Berkeley}
+{Specialization in Commerce}
+%------------------------------------------------
+\end{entrylist}
+
+\section{experience}
+
+\begin{entrylist}
+%------------------------------------------------
+\entry
+{2012 \to now}
+{LEHMAN BROTHERS}
+{Los Angeles, California}
+{\emph{1\textsuperscript{st} Year Analyst} \\
+Developed spreadsheets for risk analysis on exotic derivatives on a wide array
+of commodities (ags, oils, precious and base metals), managed blotter and
+secondary trades on structured notes, liaised with Middle Office, Sales and
+Structuring for bookkeeping. \\
+Detailed achievements:
+\begin{itemize}
+\item Learned how to make amazing coffee
+\item Finally determined the reason for \textsc{PC LOAD LETTER}:
+\begin{itemize}
+\item Paper jam
+\item Software issues:
+\begin{itemize}
+\item Word not sending the correct data to printer
+\item Windows trying to print in letter format
+\end{itemize}
+\item Coffee spilled inside printer
+\end{itemize}
+\item Broke the office record for number of kitten pictures in cubicle
+\end{itemize}}
+%------------------------------------------------
+\entry
+{2010 \to 2011}
+{LEHMAN BROTHERS}
+{London, United Kingdom}
+{\emph{Summer Intern} \\
+Rated "truly distinctive" for Analytical Skills and Teamwork.}
+%------------------------------------------------
+\entry
+{2008 \to 2009}
+{Buy More}
+{Burbank, California}
+{\emph{Computer Repair Specialist} \\
+Worked in the Nerd Herd and helped to solve computer problems by asking
+customers to turn their computers off and on again.}
+%------------------------------------------------
+\end{entrylist}
+
+\clearpage
+
+\smallheader{john}{smith}
+
+%-------------------------------------------------------------------------------
+% AWARDS SECTION
+%-------------------------------------------------------------------------------
+
+\section{awards}
+
+\begin{entrylist}
+%------------------------------------------------
+\entry
+{2011}
+{Postgraduate Scholarship}
+{School of Business, The University of California}
+{Awarded to the top student in their final year of a Bachelors degree.}
+%------------------------------------------------
+\end{entrylist}
+
+%-------------------------------------------------------------------------------
+% COMMUNICATION SKILLS SECTION
+%-------------------------------------------------------------------------------
+
+\section{communication skills}
+
+\begin{entrylist}
+%------------------------------------------------
+\entry
+{2011}
+{Oral Presentation}
+{California Business Conference}
+{Presented the research I conducted for my Masters of Commerce degree.}
+%------------------------------------------------
+\entry
+{2010}
+{Poster}
+{Annual Business Conference, Oregon}
+{As part of the course work for BUS320, I created a poster analyzing several
+local businesses and presented this at a conference.}
+%------------------------------------------------
+\end{entrylist}
+
+%-------------------------------------------------------------------------------
+% PUBLICATIONS SECTION
+%-------------------------------------------------------------------------------
+
+\section{publications}
+\bibentry{Near a Raven -- A Critical Review of Poe's Works}{John
+Smith}{Sprinkler Publishing, New York, 2010}
+
+\end{document}