source: anr/annexe-cv.tex @ 304

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

MAJ des donnees LIP6 (quasi la derniere)

  • Property svn:eol-style set to native
  • Property svn:keywords set to Revision HeadURL Id Date
File size: 1.7 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  {{Greiner}{Alain}{58}}
22  {Professeur UMPC}
23  {HDR Thesis (1982)}
24  {{100}{\cite{ag-1} \cite{ag-2} \cite{ag-3} \cite{ag-4}}}
25 
26  \item[Projects]\mbox{}
27    \begin{itemize}
28      \item Work on TSAR CATRENE project \cite{disydent05}.
29      \item Worked on SoCLib ANR project\cite{disydent05}.
30      \item Worked on COSY european project \cite{cosy}.
31    \end{itemize}
32\end{cvenv}
33%
34\begin{cvenv}
35  {{Aug\'e}{Ivan}{50}}
36  {Ma\^itre de conf\'erences at ENSIIE (Evry Essonne)}
37  {HDR Thesis (2008), Thesis (1990), ENSIIE Engineer (1983)}
38  {{20}{\cite{ia-hdr} \cite{ugh08} \cite{disydent05}}}
39 
40  \item[Courses of lecture] System, Kernel, Network, Computer Architecture, Programing.
41  \item[Projects]\mbox{}
42    \begin{itemize}
43      \item Worked on COSY european project \cite{cosy}.
44      \item Work   on UGH  since 1996 \cite{ugh08}.
45      \item Worked on Disydent \cite{disydent05}.
46    \end{itemize}
47  \item[Other work experiences]\mbox{}
48    \begin{itemize}
49      \item Work as system administrator since six years at ENSIIE.
50      \item Worked as a senior engineer for four years at Philips.
51      \item Worked as engineer for two years at ANIRAL-UTEC.
52    \end{itemize}
53\end{cvenv}
Note: See TracBrowser for help on using the repository browser.