Skip to content

Commit

Permalink
Fix #23
Browse files Browse the repository at this point in the history
  • Loading branch information
gsilano committed Oct 26, 2020
1 parent ce7d951 commit 1ddaa0d
Show file tree
Hide file tree
Showing 10 changed files with 414 additions and 6 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
[![All Contributors](https://img.shields.io/badge/all_contributors-21-orange.svg?style=flat-square)](#contributors)
[![All Contributors](https://img.shields.io/badge/all_contributors-22-orange.svg?style=flat-square)](#contributors)
[![PRs Welcome](https://img.shields.io/badge/PRs-welcome-brightgreen.svg?style=flat-square)](http://makeapullrequest.com)
[![first-timers-only](https://img.shields.io/badge/first--timers--only-friendly-blue.svg?style=flat-square)](https://www.firsttimersonly.com/)
[![License](https://svgshare.com/i/KPL.svg)](https://spdx.org/licenses/LPPL-1.3c.html)
Expand Down
Binary file modified europecv.pdf
Binary file not shown.
11 changes: 6 additions & 5 deletions europecv.tex
Original file line number Diff line number Diff line change
Expand Up @@ -47,11 +47,11 @@
University of Udine, Italy\\
\\
Giuseppe Silano\\
\href{mailto:giuseppe.silano@unisannio.it}{\texttt{giuseppe.silano@unisannio.it}}\\
Department of Engineering\\
University of Sannio in Benevento, Italy\\
\href{mailto:giuseppe.silano@fel.cvut.cz}{\texttt{giuseppe.silano@fel.cvut.cz}}\\
Faculty of Electrical Engineering\\
Czech Technical University in Prague, Czech Republic\\
}
\date{January 03, 2020}
\date{October 26, 2020}


\begin{document}
Expand Down Expand Up @@ -735,7 +735,8 @@ \section{Publications}
Gardstr\"{o}m} for fixing the German (2018.10.12) and Swedish (2019.01.25) translation,
respectively. Thanks to \textbf{JPSPLeite} for improving the Portuguese translation. Thanks to
\textbf{Marc-Andre Hermanns} for adding the \texttt{nobranding} feature. Thanks to \textbf{Antonios
Tsolomitis} for his suggestions into the 2020.01.06 package release.
Tsolomitis} for his suggestions into the 2020.01.06 package release. Thanks to \textbf{
Davide Peressoni} for the biber support (2020.10.26 package release).

\vspace{0.5cm}
\textbf{\large{8\hspace{0.5cm}Disclaimer}}
Expand Down
22 changes: 22 additions & 0 deletions templates/biber.conf
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
<?xml version="1.0" encoding="UTF-8"?>
<config>
<sourcemap>
<maps datatype="bibtex" bmap_overwrite="1">
<!-- Remove URL if ∃ DOI -->
<map>
<map_step map_field_source="DOI" map_final="1"/>
<map_step map_field_set="URL" map_null="1"/>
</map>

<!-- Categories -->
<map>
<per_datasource>thesis.bib</per_datasource>
<map_step map_field_set="KEYWORDS" map_field_value="thesis" map_append="1"/>
</map>
<map>
<per_datasource>pub.bib</per_datasource>
<map_step map_field_set="KEYWORDS" map_field_value="pub" map_append="1"/>
</map>
</maps>
</sourcemap>
</config>
35 changes: 35 additions & 0 deletions templates/biber.tex
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
% !TeX root = ./cv.tex

\makeatletter
% Add a row of two cols to a global list
% #1: list; #2#3: two cols
\def\ecv@blx@additemto#1#2#3{\expandafter\gdef\expandafter#1\expandafter{#1\\#2&#3}}

% Called for each item
\def\blx@bibitem#1{%
% Counter for defernumbers
\blx@getdata{#1}%
\blx@thelabelnumber%
%
% Add current item to the list
\ecv@blx@additemto\ecv@blx@table{%
% Hypertarget
\raisebox{10pt}[0pt][0pt]{\hypertarget{cite.\the\c@refsection @#1}{}}%
% Label
\protect\NoHyper\cite{#1}%
}{%
% Citation
\fullcite{#1}\vspace{5pt}%
}%
}

\let\std@blx@printbibliography\printbibliography
\renewcommand\printbibliography[1][]{%
\gdef\ecv@blx@table{}% Init the list of items
\std@blx@printbibliography[#1]% Add items to list
\ecv@blx@table\\% Print the list of items
}
\makeatother

% Heading
\defbibheading{bibliography}[\bibname]{\textbf{#1}\vspace{-10pt}}
Binary file added templates/cv_template_en_bieber.pdf
Binary file not shown.
306 changes: 306 additions & 0 deletions templates/cv_template_en_bieber.tex
Original file line number Diff line number Diff line change
@@ -0,0 +1,306 @@
% !TeX root = ./cv.tex
\def\Umathchar{} %prevents europecv to load utf8x
\documentclass[totpages,openbib,english,flagCMYK,notitle,nobranding,booktabs]{europecv}
\usepackage[utf8]{inputenc}

\usepackage[backend=biber,style=alphabetic,natbib=false,doi=true,sorting=ydnt,labelnumber,defernumbers=true]{biblatex}%,url=false
\input{biber}
\addbibresource{pub.bib}
\addbibresource{thesis.bib}
\nocite{*}

\renewbibmacro*{cite}{%
\printtext[bibhyperref]{%
\printfield{labelprefix}%
\ifkeyword{thesis}
{T\printfield{labelnumber}}
{\printfield{labelalpha}%
\printfield{extraalpha}}}}

\usepackage{lmodern} % for middle positioned tilde
\usepackage[T1]{fontenc}
\usepackage{graphicx}
\usepackage[a4paper,top=1.27cm,left=1cm,right=1cm,bottom=2cm]{geometry}
\usepackage[english]{babel}

% \usepackage[lowtilde]{url}
\ifpdf
\usepackage[pdftex,colorlinks]{hyperref}
\else
\usepackage{hyperref}
\fi

\usepackage[UKenglish]{isodate}
\cleanlookdateon

\let\copyeuropeflag\draweuropeflag
\renewcommand\draweuropeflag{}

\renewcommand{\ttdefault}{\familydefault}%{phv} % Uses Helvetica instead of fixed width font

\newcommand*{\SignatureAndDate}[1]{%
% \par\noindent\makebox[2.5in]{Place \textsc{(Province)}, \today}
% \par\noindent\makebox[2.5in]{\hrulefill} \hfill\makebox[2.0in]{\hrulefill}%
% \par\noindent\hfill\makebox[5.43in][l]{\hspace{2cm}Place and date} \makebox[2.0in][l]{#1}%
}%


%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% INFO %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%

\ecvname{John Smith}
\ecvfootername{John}
\ecvaddress{address}
\ecvtelephone{(+1) phone}
\ecvemail{\href{mailto:[email protected]}{[email protected]}}
\ecvprofessional{\href{mailto:[email protected]}{[email protected]}}
% \ecvpec{\href{mailto:[email protected]}{[email protected]}}
\ecvhomepage{\url{https://acme.com/~smithj}}
% \ecvmatrixriot{(Remove if not relevant)}
% \ecvskype{(Remove if not relevant)}
\ecvnationality{Terrestrian}
\ecvdateofbirth{25 April 1965}
\ecvgender{Male}
% \ecvdate{\today}
\ecvpicture[width=3cm]{photo}
\ecvafterpicture{\ecvspace{-4cm}}
%\ecvfootnote{For further details please take a look here: \url{http://europass.cedefop.eu.int}\\
%\textcopyright~European Communities, 2003.}

\begin{document}
\selectlanguage{english}

\begin{europecv}
\tabularnewline[-5.5em]
& {\Large\textbf{Curriculum vitæ} \hfill\copyeuropeflag}\tabularnewline
& {Updated \today}\tabularnewline[-2em]
\ecvpersonalinfo[5pt]

\ecvitem{GitLab}{\url{https://gitlab.com/JohnSmith}}[20pt]

% \ecvitem{\large\textbf{Desired employment/ Occupational~field}}{\large\textbf{(Remove if not relevant)}}

%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% WORK %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%

\pdfbookmark{Work experience}{Work experience}
\section{Work experience}
\ecvitem{\large Intership}{ACME}
\ecvitem{1/2012 -- 12/2013}{\url{https://acme.com}}
\ecvitem{}{NYC}
\ecvitem{}{R\&D in General Systems.}
[20pt]

%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% EDUCATION %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%

\pdfbookmark{Education}{Education}% and training}
\section{Education}

\ecvitem{\large Master's Degree}{Snack Engineering}
\ecvitem{9/2010 -- 7/2012}{University of NY}
\ecvitem{}{\url{https://www.uniny.com}}
\ecvitem{}{NYC}
\ecvitem{}{Final grade: 110/110 cum laude}
\ecvitem{}{Thesis: "How to eat snacks" \cite{master}}
\ecvitem{}{EQF level: 7}
\ecvitem{}{Credits: 120 CFU/ECTS}
[10pt]
\ecvitem{\large Bachelor’s Degree}{Snack Engineering}
\ecvitem{9/2006 -- 7/2010}{University of NY}
\ecvitem{}{\url{https://www.uniny.com}}
\ecvitem{}{NYC}
\ecvitem{}{Final grade: 110/110 cum laude}
\ecvitem{}{Thesis: "How to open snacks" \cite{bachelor}}
\ecvitem{}{EQF level: 6}
\ecvitem{}{Credits: 180 CFU/ECTS}
[10pt]

\ecvitem{\large Maturity Diploma}{Snacks}
\ecvitem{9/2000 -- 7/2006}{Gynnasium Great Apple}
\ecvitem{}{\url{http://www.greatapple.com}}
\ecvitem{}{NYC}
\ecvitem{}{Final grade: 100/100 cum laude}
\ecvitem{}{Thesis: "How to buy a snack"}
\ecvitem{}{EQF level: 4}
[20pt]

%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% ACADEMIC %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%

% \pdfbookmark{Academic appointments}{Academic appointments}
% \section{Academic appointments}
%
% \ecvitem{Dates [from -- to]}{\textbf{Associate Professor} at University of XX, YY, Department of ZZ.}
%
% \pdfbookmark{Professional and scientific appointments}{Professional and scientific appointments}
% \section{Professional and scientific appointments}
%
% \ecvitem{Dates}{\textbf{IEEE Senior Membership} obtained from Institute of Electrical and Electronics Engineers.}
%
% \pdfbookmark{Research areas}{Research areas}
% \section{Research areas}
%
% \ecvitem{}{Autonomous systems; distributed control and optimization over networks; nonsmooth systems; piecewise quadratic stability.}
%[20pt]

%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% SKILLS %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%

\pdfbookmark{Personal skills and~competences}{Personal skills and~competences}
\section{Personal skills and~competences}

\ecvmothertongue[12pt]{English}
% \ecvitem{\large Other language}{English}
\ecvlanguageheader{(*)}
%\ecvlanguage{Language}{}{}{}{}{}
\ecvlastlanguage{English}{\ecvBOne}{\ecvBTwo}{\ecvCTwo}{\ecvBTwo}{\ecvAOne}
\ecvlanguagefooter[10pt]{(*)}

% \ecvitem[10pt]{\large Social skills and competences}{Soft skills}
% \ecvitem[10pt]{\large Organisational skills and competences}{Team work, Project management}
% \ecvitem[10pt]{\large Technical skills and competences}{Software develop, Electronics}
\ecvitem[10pt]{\large Computer skills and competences}{Power on/off a PC, Microsoft Office, Minecraft}
%\ecvitem[10pt]{\large Artistic skills and competences}{Replace this text by a description of these competences and indicate where they were acquired (remove if not relevant).}
%\ecvitem[10pt]{\large Other skills and competences}{Replace this text by a description of these competences and indicate where they were acquired (remove if not relevant).}
\ecvitem{\large Driving licence}{Category DE}
[20pt]

%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% ADDITIONAL INFORMATION %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%

% \pdfbookmark{Additional information}{Additional information}
% \section{Additional information}
% \ecvitem[10pt]{}{Include here any other information that may be relevant, for example contact persons, references, etc. (Remove heading if not relevant).}
%[20pt]

%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% INTERESTS %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%

% \ecvitem{}{\textbf{Personal interests}}
% \ecvitem{}{\ldots}
%[20pt]

%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% PROJECTS %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%

\pdfbookmark{Projects and collaborations}{Projects and collaborations}
\section{Projects and collaborations}

% \ecvitem{10/2020}{\textbf{fidx}}
% \ecvitem{}{A module for float and custom indexes in Python.}
% \ecvitem{}{\url{https://pypi.org/project/fidx}}
% [10pt]

\ecvitem{11/2013 -- 4/2015}{ACME project}
\ecvitem{}{System for make snacks.}
\ecvitem{}{\url{https://acme.com/project1234}}
\ecvitem{}{Promoted by: ACME}
\ecvitem{}{In collaboration with: Supersnacks}
\ecvitem{}{Presented at: "My favourite snack" 2015 organized by ACME in NYC}
[10pt]

%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% TALKS %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%

% \pdfbookmark{Invited talks}{Invited talks}
% \section{Invited talks}
%
% \ecvitem{Dates}{The name of the talk, Place.}
%%[20pt]

%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% EDITORIAL %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% \pdfbookmark{Scientific and editorial activity}{Scientific and editorial activity}
% \section{Scientific and editorial activity}
%
% \subpdfbookmark{Editorial Board}{Editorial Board}
% \ecvitem{}{\textbf{Editorial Board}}
%
% \\
%
% \subpdfbookmark{Editor of edited books}{Editor of edited books}
% \ecvitem{}{\textbf{Editor of edited books}}
%[20pt]

%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% CONFERENCES %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%

% \pdfbookmark{Conferences services}{Conferences services}
% \section{Conferences services}
%
% \subpdfbookmark{Program committees}{Program committees}
% \ecvitem{}{\textbf{Program committees}}
%
% \\
%
% \subpdfbookmark{Associate editor}{Associate editor}
% \ecvitem{}{\textbf{Associate editor}}
%[20pt]

%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% TEACHING %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%

\pdfbookmark{Teaching activity}{Teaching activity}
\section{Teaching activity}

% \ecvitem{Academics Years: since YY/ZZ -- today}{Graduate course ``Title of the course'', number of credits, when e where.}

\subpdfbookmark{Tutorship}{Tutorship}
\ecvitem{}{\textbf{Tutorship}}
\ecvitem{A.Y. 2010/11 -- 12/13}{Tutor of Snack Engineering}
\ecvitem{}{University Merit College "James Bond"}
\ecvitem{}{NYC}
[20pt]

%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% ANNEXES %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%

% \pdfbookmark{Annexes}{Annexes}
% \section{Annexes}
% \ecvitem{}{List any item attached to the CV}
%[20pt]

%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% REFERENCES %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%

% \pdfbookmark{Referencens}{References}
% \section{References}
%
% \ecvitem{}{List of references}
%[20pt]

%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% RESEARCH %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%

\pdfbookmark{Research activities}{Research activities}
\section{Research activities}

\ecvitem{}{\textbf{Snacks}}
\ecvitem{}{Snacks basis. \cite{bachelor, master}}
\ecvitem{}{Snacks industry. \cite{make,sell,sold}}
[20pt]


%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% PUBLICATIONS %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%

\pdfbookmark{Publications}{Publications}
\section{Publications}

% \subpdfbookmark{Refereed conference proceedings}{Refereed conference proceedings}
% \ecvitem{}{\textbf{Refereed conference proceedings}}
% \\
%
% \ecvitem[10pt]{\vspace{-0.25cm}\conferencePublications[FirstPubLabel]}{Details related to the conference paper}
%
% \ecvitem[10pt]{\vspace{-0.25cm}\conferencePublications[SecondPubLabel]}{Details related to the conference paper}
%
% \ecvitem[10pt]{\vspace{-0.25cm}\conferencePublications[ThirdPubLabel]}{Details related to the conference paper}

\subpdfbookmark{Journal}{Journal}
&\printbibliography[notkeyword=thesis,title=Conference]
\\

\subpdfbookmark{Thesis}{Thesis}
&\printbibliography[keyword=thesis,title=Thesis,resetnumbers]


\end{europecv}

\vspace{5.0cm}


%\hfill\includegraphics[scale=0.05]{figure/sign.png}
% \vspace{-2.5cm}
% \SignatureAndDate{\hspace{1.5cm}Name Surname}



\end{document}


Binary file added templates/photo.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit 1ddaa0d

Please sign in to comment.