-
Notifications
You must be signed in to change notification settings - Fork 0
/
main.tex
317 lines (221 loc) · 10.3 KB
/
main.tex
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
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% Author: Thomas Rey, nojhan
%
% This is a template of a very complete CV using the 'moderncv' package
% and the 'timeline' package. For more information on those, please
% access:
% https://www.ctan.org/tex-archive/macros/latex/contrib/moderntimeline
% https://www.ctan.org/tex-archive/macros/latex/contrib/moderncv
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% Configuration du modèle
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\documentclass[12pt, a4paper, sans]{moderncv}
\usepackage{graphicx}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% Choix du style et de la couleur
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\moderncvstyle{classic} % Style of the CV, can be also: casual, banking, oldstyle
\moderncvcolor{cyan}% Couleurs standards: black, green, grey, orange, purple, red
% Pour la couleur cyan, voir le fichier modercvcolorcyan.sty
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% Encodage et compilation
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% --------------- PDFLaTeX, XeLaTeX ou LuaLaTeX ?
\usepackage{iftex}
\ifPDFTeX
% --------------- PDFLaTeX ou LaTeX
\usepackage[utf8]{inputenc} % pour avoir ce fichier en utf8
\usepackage[T1]{fontenc} % pour avoir les lettres accentuées dans le résultat PDF
\usepackage{lmodern} % pour utiliser cette police vectorielle (elle utilise l'encodage T1 avec 256 lettres)
\else
% --------------- XeLaTeX ou LuaLaTeX
\usepackage{fontspec} % pour le bon encodage des PDFs => police lmodern
\fi
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% Géométrie
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\usepackage[scale=0.85]{geometry} % Remplissage de la page par le corps du CV (ici, 85%)
\setlength{\hintscolumnwidth}{4.cm} % Largeur de la timeline/frise, sur le coté.
\usepackage{moderntimeline}
\tlmaxdates{2010}{2021} % Années de départ et de fin de la frise/timeline
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% Bibliographie avec liens hyper texte.
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\usepackage[%
style=numeric, % Style
maxbibnames=99, % Limite du nombre d'auteurs avant d'abbréger en « et al. »
backend=biber,
defernumbers=true,
sorting=ydnt, % Trier par année (décroissante), nom, titre.
]{biblatex}
% Fichier de bibliographie
\addbibresource{main.bib}
% Insérer un lien hyper texte sur le titre de la référence.
% Considère les champs : DOI (via dx.doi.org), URL, ISBN (via wikimedia), eprint (via arxiv).
\newbibmacro{string+doiurlisbn}[1]{%
\iffieldundef{doi}{%
\iffieldundef{url}{%
\iffieldundef{isbn}{%
\iffieldundef{eprint}{%
#1%
}{%
\href{http://arxiv.org/abs/\thefield{eprint}}{#1}%
}%
}{%
\href{https://meta.wikimedia.org/wiki/Special:BookSources/\thefield{isbn}}{#1}%
}%
}{%
\href{\thefield{url}}{#1}%
}%
}{%
\href{http://dx.doi.org/\thefield{doi}}{#1}%
}%
}
\DeclareFieldFormat{title}{\usebibmacro{string+doiurlisbn}{\mkbibemph{#1}}}
\DeclareFieldFormat[article,inproceedings,phdthesis,patent,book]{title}%
{\usebibmacro{string+doiurlisbn}{\mkbibquote{#1}}}
% Ne pas montrer les champs de lien dans la biblio.
\ExecuteBibliographyOptions{doi=false}
\ExecuteBibliographyOptions{url=false}
\ExecuteBibliographyOptions{eprint=false}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% Mise en valeur du nom d'un auteur.
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\usepackage{xpatch}% or use http://tex.stackexchange.com/a/40705
\makeatletter
\newbibmacro*{name:bold}[2]{%
\edef\blx@tmp@name{\expandonce#1, \expandonce#2}%
\def\do##1{\ifdefstring{\blx@tmp@name}{##1}{\bfseries\listbreak}{}}%
\dolistloop{\boldnames}}
\newcommand*{\boldnames}{}
\makeatother
\xpretobibmacro{name:family}{\begingroup\usebibmacro{name:bold}{#1}{#2}}{}{}
\xpretobibmacro{name:given-family}{\begingroup\usebibmacro{name:bold}{#1}{#2}}{}{}
\xpretobibmacro{name:family-given}{\begingroup\usebibmacro{name:bold}{#1}{#2}}{}{}
\xpretobibmacro{name:delim}{\begingroup\normalfont}{}{}
\xapptobibmacro{name:family}{\endgroup}{}{}
\xapptobibmacro{name:given-family}{\endgroup}{}{}
\xapptobibmacro{name:family-given}{\endgroup}{}{}
\xapptobibmacro{name:delim}{\endgroup}{}{}
\forcsvlist{\listadd\boldnames}
{
{J.-M. Epidemiologiste},
{J\bibinitperiod-M\bibinitperiod Epidemiologiste},
{Jean-Michel Epidemiologiste},
{Jean-Michel\bibinitdelim{}Epidemiologiste},
{Epidemiologiste, J.-M.},
{Epidemiologiste, J\bibinitperiod M\bibinitperiod},
{J\bibinitperiod-M\bibinitperiod\bibinitdelim{}Epidemiologiste}
} % Vous voyez l'idée…
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% Couleur des liens.
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\definecolor{cyanclair}{RGB}{102,193,191}
\definecolor{cyanmedium}{RGB}{0,140,142}
\definecolor{cyanfonce}{RGB}{39,86, 98}
% moderncv loads the package hyperref by itself with its own hypersetup
% Hence, you need not load hyperref again. But load the hypersetup using \AfterPreamble:
\AfterPreamble{%With \usepackage{hyperref}
\hypersetup{colorlinks}
\hypersetup{
urlcolor = {cyanfonce}, % Liens externes.
linkcolor = {cyanfonce}, % Renvois
citecolor = {cyanfonce}, % Citations
}
}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% Mise en valeur des dates dans la bibliographie.
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\DeclareFieldFormat{date}{\textcolor{cyanmedium}{\mkbibbold{#1}}}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% Cinq étoiles.
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\usepackage{fontawesome} % stars
\newcommand{\starsFive}{{\color{cyanclair}\faStar\faStar\faStar\faStar\faStar}}
\newcommand{\starsFour}{{\color{cyanclair}\faStar\faStar\faStar\faStar\faStarO}}
\newcommand{\starsThree}{{\color{cyanclair}\faStar\faStar\faStar\faStarO\faStarO}}
% etc.
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% En-tête
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\name{Jean-Michel \newline}{Épidémiologiste}
\title{\emph{Curriculum Vitæ}}
\address{IHU Méditerranée \\ 19-21 Boulevard Jean Moulin \\ 13005 Marseille }{\textsc{France}}{}
\phone[mobile]{+33~(6)~1~23~45~67~89}
\phone[fixed]{+33~(4)~1~23~45~67~89}
\email{[email protected]} % optional, remove / comment the line if not wanted
\homepage{https://fr.wikipedia.org/wiki/Clown} % optional, remove / comment the line if not wanted
\social[linkedin]{https://www.linkedin.com} % optional, remove / comment the line if not wanted
\social[twitter]{jeanmiepidemio} % optional, remove / comment the line if not wanted
\social[github]{jeanmicodeur} % optional, remove / comment the line if not wanted
%\extrainfo{\emailsymbol \emaillink{[email protected]}}
\quote{Absit reverentia vero --- \emph{Ovide}}
\makeatletter\renewcommand*{\bibliographyitemlabel}{\@biblabel{\arabic{enumiv}}}\makeatother
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% Corps du CV.
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\begin{document}
\makecvtitle
\section{Éducation}
\medskip
\tlcventry{2015}{2021}{PhD Extragalactic Bullshitology}{Institute of Riendutoutologie --- University of California at Sunnydale \emph{(UCS, par la suite)}}{}{Sunnydale, California, USA}{}
\medskip
\tlcventry{2013}{2015}{MSc Extragalactic Bullshitology}{UCS}{}{Sunnydale, California, USA}{}
\medskip
\tlcventry{2010}{2013}{Licence de beau parleur}{Université d'Aix-Marseille}{Marseille, France}{}{Mineure en astrologie}
\medskip
\section{Manuscrits}
\medskip
\subsection{\textbf{Thèse de doctorat}}
\cvitem{\textbf{Titre}}{Se soigner avec du sucre : rêve ou réalité ?}
\cvitem{\textbf{Encadrant}}{Professeur B. Oiron}
\cvitem{\textbf{Jury de thèse}}{Complaisant}
\medskip
\subsection{\textbf{Mémoire de master}}
\cvitem{\textbf{Titre}}{Le régime Dukhan}
\cvitem{\textbf{Encadrant}}{Professor R. Mac Donald}
\medskip
\section{Expériences}
\medskip
\subsection{Teaching Assistant}
\tldatecventry{2016}{Extragalactic Bullshitology}{UCS}{Sunnydale}{USA}{SUPERVISOR Prof. B. Ullshit}
\medskip
\subsection{Extra-académique}
\tldatecventry{2012}{Contrôle des granulés}{Boiron}{Lyon}{France}{}
\cvitem{\textbf{DESCRIPTION}}{Filtrage des gros, ingestion des petits, pour les moyens je n'ai jamais trop su.}
\medskip
% \section{Publications}
\nocite{*} % Mettre tout ce qu'il y a dans le fichier .bib (il est toujours possible de \cite{…} ailleurs).
\AtNextBibliography{\small} % Écrit en petit.
\printbibliography[nottype=inproceedings,title={Publications}] % Dans une section.
\medskip
\printbibliography[type=inproceedings,title={Communications}] % Dans une section.
\medskip
\section{Languages}
\cvlanguage{Français}{Courant}{langue natale~\starsFour}
\medskip
\cvlanguage{Anglais}{lu}{langue pas natale~\starsThree}
\medskip
\section{Compétences}
\cvitemwithcomment{Programmation}{Python~\starsFive, C/C++~\starsFour, \LaTeX~\starsThree}{}
\medskip
\cvitemwithcomment{Outils}{Gitlab}{Program Version Control and Program Repositories.}
\medskip
\cvitemwithcomment{Autres}{Communication, Organisation, Joie de vivre}{}
\medskip
\section{Participation à des évènements}
\tldatecventry{2017}{JT de Cnews}{}{}{France}{}
\medskip
\section{Service à la communauté}
\cvitem{\textbf{Absent}}{Mais j'ai un mot~: j'avais aqua-poney~\cite{Epidemio06}.}
\medskip
\section{Certifications}
\cvitem{\textbf{English}}{\emph{Certificate of Proficiency in English} \newline Wall Street Institute}
\medskip
\section{Références}
\begin{cvcolumns}
\cvcolumn{Karen Snowflake}{69 cité des viols furtifs\\ Université d'albâtre\\ [email protected]}
\cvcolumn{Ma maman}{1 av. du Mouroir\\ EPAHD des Aberkanisés \\ [email protected]}
\end{cvcolumns}
\end{document}