source: anr/annexe-cv.tex @ 303

Last change on this file since 303 was 303, checked in by coach, 14 years ago

Preparation des annexes.

  • Property svn:eol-style set to native
  • Property svn:keywords set to Revision HeadURL Id Date
File size: 1.3 KB
Line 
1\anrdoc{1 page maximum par personne (Cf. 5.3).}
2
3\newenvironment{cvenv}[4]{%
4  % #1 : {Nom}{Prenom}{age}
5  % #2 : situation actuelle
6  % #3 : cursus
7  % #4 : {#}{recent pub}
8  \noindent
9  \begin{tabular}{|p{3.3cm}|p{4.3cm}|p{1.4cm}|p{6.3cm}|}\hline
10    \def\tmp##1##2##3{Name: ##1&First Name: ##2&age: ##3}\tmp#1
11    &
12    \def\tmp##1##2{##1 publications: ##2}\tmp#4
13    \\\hline
14  \end{tabular}
15  \begin{description}
16    \item[Situation] #2
17    \item[Cursus] #3
18  }{\end{description}\vspace*{1.ex}}
19
20\begin{cvenv}
21  {{Aug\'e}{Ivan}{50}}
22  {Ma\^itre de conf\'erences at ENSIIE (Evry Essonne)}
23  {HDR Thesis (2008), Thesis (1990), ENSIIE Engineer (1983)}
24  {{20}{\cite{ia-hdr} \cite{ugh08} \cite{disydent05}}}
25 
26  \item[Courses of lecture] System, Kernel, Network, Computer Architecture, Programing.
27  \item[Projects]\mbox{}
28    \begin{itemize}
29      \item Worked on COSY european project \cite{cosy}.
30      \item Work   on UGH  since 1996 \cite{ugh08}.
31      \item Worked on Disydent \cite{disydent05}.
32    \end{itemize}
33  \item[Other work experiences]\mbox{}
34    \begin{itemize}
35      \item Work as system administrator since six years at ENSIIE.
36      \item Worked as a senior engineer for four years at Philips.
37      \item Worked as engineer for two years at ANIRAL-UTEC.
38    \end{itemize}
39\end{cvenv}
Note: See TracBrowser for help on using the repository browser.