Browse code

Rename the English version

Fred authored on02/06/2019 20:14:05
Showing1 changed files
1 1
deleted file mode 100644
... ...
@@ -1,626 +0,0 @@
1
-%Original author :Theodore P.~Pavlic
2
-%Author: Frédéric CHEVALIER
3
-%Created in: 2009-11-29
4
-%Modified in: 2011-03-23
5
-
6
-%source: http://links.tedpavlic.com/tex/tpavlic_cv.tex
7
-
8
-%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
9
-%% NOTE: If you find that it says                                     %%
10
-%%                                                                    %%
11
-%%                           1 of ??                                  %%
12
-%%                                                                    %%
13
-%% at the bottom of your first page, this means that the AUX file     %%
14
-%% was not available when you ran LaTeX on this source. Simply RERUN  %% 
15
-%% LaTeX to get the ``??'' replaced with the number of the last page  %% 
16
-%% of the document. The AUX file will be generated on the first run   %%
17
-%% of LaTeX and used on the second run to fill in all of the          %%
18
-%% references.                                                        %%
19
-%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
20
-
21
-%%%%%%%%%%%%%%%%%%%%%%%%%%%% Document Setup %%%%%%%%%%%%%%%%%%%%%%%%%%%%
22
-
23
-% Don't like 10pt? Try 11pt or 12pt
24
-\documentclass[10pt]{article}
25
-
26
-\usepackage[utf8]{inputenc}
27
-\usepackage [english]{babel}
28
-
29
-% This is a helpful package that puts math inside length specifications
30
-\usepackage{calc}
31
-
32
-% This is a helpful package that puts color in your document
33
-\usepackage{xcolor}
34
-
35
-% This is a helpful package that format footnote
36
-\usepackage{footmisc}
37
-
38
-% Layout: Puts the section titles on left side of page
39
-\reversemarginpar
40
-
41
-%
42
-%         PAPER SIZE, PAGE NUMBER, AND DOCUMENT LAYOUT NOTES:
43
-%
44
-% The next \usepackage line changes the layout for CV style section
45
-% headings as marginal notes. It also sets up the paper size as either
46
-% letter or A4. By default, letter was used. If A4 paper is desired,
47
-% comment out the letterpaper lines and uncomment the a4paper lines.
48
-%
49
-% As you can see, the margin widths and section title widths can be
50
-% easily adjusted.
51
-%
52
-% ALSO: Notice that the includefoot option can be commented OUT in order
53
-% to put the PAGE NUMBER *IN* the bottom margin. This will make the
54
-% effective text area larger.
55
-%
56
-% IF YOU WISH TO REMOVE THE ``of LASTPAGE'' next to each page number,
57
-% see the note about the +LP and -LP lines below. Comment out the +LP
58
-% and uncomment the -LP.
59
-%
60
-% IF YOU WISH TO REMOVE PAGE NUMBERS, be sure that the includefoot line
61
-% is uncommented and ALSO uncomment the \pagestyle{empty} a few lines
62
-% below.
63
-%
64
-
65
-%% Use these lines for letter-sized paper
66
-%\usepackage[paper=letterpaper,
67
-%            %includefoot,			  	% Uncomment to put page number above margin
68
-%            marginparwidth=1.2in,    	% Length of section titles
69
-%            marginparsep=.05in,       	% Space between titles and text
70
-%            margin=1in,           		% 1 inch margins
71
-%            includemp]{geometry}
72
-
73
-%% Use these lines for A4-sized paper
74
-\usepackage[paper=a4paper,
75
-            %includefoot, 				% Uncomment to put page number above margin
76
-            marginparwidth=30.5mm,   	% Length of section titles
77
-            marginparsep=1.5mm,      	% Space between titles and text
78
-            margin=20mm,             	% 25mm margins
79
-            includemp]{geometry}
80
-
81
-%% More layout: Get rid of indenting throughout entire document
82
-\setlength{\parindent}{0in}
83
-
84
-%% This gives us fun enumeration environments. compactitem will be nice.
85
-\usepackage{paralist}
86
-
87
-%% Reference the last page in the page number
88
-%
89
-% NOTE: comment the +LP line and uncomment the -LP line to have page
90
-%       numbers without the ``of ##'' last page reference)
91
-%
92
-% NOTE: uncomment the \pagestyle{empty} line to get rid of all page
93
-%       numbers (make sure includefoot is commented out above)
94
-%
95
-\usepackage{fancyhdr,lastpage}
96
-\pagestyle{fancy}
97
-%\pagestyle{empty}      % Uncomment this to get rid of page numbers
98
-\fancyhf{}\renewcommand{\headrulewidth}{0pt}
99
-\fancyfootoffset{\marginparsep+\marginparwidth}
100
-\newlength{\footpageshift}
101
-\setlength{\footpageshift}
102
-          {0.5\textwidth+0.5\marginparsep+0.5\marginparwidth-2in}
103
-\lfoot{\hspace{\footpageshift}%
104
-       \parbox{4in}{\, \hfill %
105
-                    \arabic{page} of \protect\pageref*{LastPage} % +LP
106
-%                    \arabic{page}                               % -LP
107
-                    \hfill \,}}
108
-
109
-% Finally, give us PDF bookmarks
110
-\usepackage{color,hyperref}
111
-\definecolor{darkblue}{rgb}{0.0,0.0,0.3}
112
-\hypersetup{colorlinks,breaklinks,
113
-            linkcolor=darkblue,urlcolor=darkblue,
114
-            anchorcolor=darkblue,citecolor=darkblue}
115
-
116
-%%%%%%%%%%%%%%%%%%%%%%%% End Document Setup %%%%%%%%%%%%%%%%%%%%%%%%%%%%
117
-
118
-
119
-%%%%%%%%%%%%%%%%%%%%%%%%%%% Helper Commands %%%%%%%%%%%%%%%%%%%%%%%%%%%%
120
-
121
-% The title (name) with a horizontal rule under it
122
-%
123
-% Usage: \makeheading{name}
124
-%
125
-% Place at top of document. It should be the first thing.
126
-\newcommand{\makeheading}[1]%
127
-        {\hspace*{-\marginparsep minus \marginparwidth}%
128
-         \begin{minipage}[t]{\textwidth+\marginparwidth+\marginparsep}%
129
-                {\large \bfseries #1}\\[-0.15\baselineskip]%
130
-                 \rule{\columnwidth}{1pt}%
131
-         \end{minipage}}
132
-
133
-% The section headings
134
-%
135
-% Usage: \section{section name}
136
-%
137
-% Follow this section IMMEDIATELY with the first line of the section
138
-% text. Do not put whitespace in between. That is, do this:
139
-%
140
-%       \section{My Information}
141
-%       Here is my information.
142
-%
143
-% and NOT this:
144
-%
145
-%       \section{My Information}
146
-%
147
-%       Here is my information.
148
-%
149
-% Otherwise the top of the section header will not line up with the top
150
-% of the section. Of course, using a single comment character (%) on
151
-% empty lines allows for the function of the first example with the
152
-% readability of the second example.
153
-\renewcommand{\section}[2]%
154
-        {\pagebreak[2]\vspace{2.5\baselineskip}%
155
-         \phantomsection\addcontentsline{toc}{section}{#1}%
156
-         \hspace{0in}%
157
-         \marginpar{
158
-%         \raggedright \scshape \textcolor{blue}{#1}}#2}%colored section
159
-         \raggedright \scshape #1}#2}%classical section
160
-
161
-% An itemize-style list with lots of space between items
162
-\newenvironment{outerlist}[1][\enskip\textbullet]%
163
-        {\begin{itemize}[#1]}{\end{itemize}%
164
-        \vspace{-.6\baselineskip}}
165
-
166
-% An environment IDENTICAL to outerlist that has better pre-list spacing
167
-% when used as the first thing in a \section 
168
-\newenvironment{lonelist}[1][\enskip\textbullet]%
169
-        {\vspace{-\baselineskip}\begin{list}{#1}{%
170
-        \setlength{\partopsep}{0pt}%
171
-        \setlength{\topsep}{0pt}}}
172
-        {\end{list}
173
-        \vspace{-.6\baselineskip}}
174
-
175
-% An itemize-style list with little space between items
176
-\newenvironment{innerlist}[1][\enskip\textbullet]%
177
-        {\begin{compactitem}[#1]}{\end{compactitem}}
178
-        
179
-\newenvironment{innerlist2}[1][\enskip -]%
180
-        {\begin{compactitem}[#1]}{\end{compactitem}}
181
-        
182
-\newenvironment{innerlist3}[1][\enskip $\succ$]%
183
-        {\begin{compactitem}[#1]}{\end{compactitem}}
184
-
185
-% To add some paragraph space between lines.
186
-% This also tells LaTeX to preferably break a page on one of these gaps
187
-% if there is a needed pagebreak nearby.
188
-\newcommand{\blankline}{\quad\pagebreak[2]}
189
-
190
-% Footnote style
191
-\DefineFNsymbols*{asterisks}{*{**}{***}{****}{*****}{******}{*******}}
192
-\setfnsymbol{asterisks}
193
-\renewcommand{\thefootnote}{\fnsymbol{footnote}}
194
-
195
-%%%%%%%%%%%%%%%%%%%%%%%% End Helper Commands %%%%%%%%%%%%%%%%%%%%%%%%%%%
196
-
197
-%%%%%%%%%%%%%%%%%%%%%%%%% Begin CV Document %%%%%%%%%%%%%%%%%%%%%%%%%%%%
198
-
199
-\begin{document}
200
-\makeheading{Frédéric CHEVALIER}
201
-
202
-%-----------------------------
203
-\section{Personal Information}
204
-%-----------------------------
205
-%
206
-Last Name: CHEVALIER \\
207
-First Name: Frédéric \\
208
-Sex: male \\
209
-Date of birth: 15$^{th}$ may 1984\\
210
-Citizenship: French\\
211
-Marital status: single
212
-
213
-
214
-
215
-%-------------------------------------
216
-\section{Personal Contact Information}
217
-%-------------------------------------
218
-%
219
-% NOTE: Mind where the & separators and \\ breaks are in the following
220
-%       table.
221
-%
222
-% ALSO: \rcollength is the width of the right column of the table 
223
-%       (adjust it to your liking; default is 1.85in).
224
-%
225
-\newlength{\rcollength}\setlength{\rcollength}{6.5cm}%
226
-%
227
-\begin{tabular}[t]{@{}p{\textwidth-\rcollength}p{\rcollength}}
228
-Appartement 243 & \\
229
-27 rue du Pontreau & \textit{Tel.:} +33 (0)6 43 46 89 09 \\
230
-86000 Poitiers France & \textit{E-mail:} \href{mailto:frederic.d.chevalier@gmail.com} {frederic.d.chevalier@gmail.com}\\
231
-\end{tabular}
232
-
233
-
234
-
235
-%-----------------------------------------
236
-\section{Professional Contact Information}
237
-%-----------------------------------------
238
-%
239
-% NOTE: Mind where the & separators and \\ breaks are in the following
240
-%       table.
241
-%
242
-% ALSO: \rcollength is the width of the right column of the table 
243
-%       (adjust it to your liking; default is 1.85in).
244
-%
245
-%\newlength{\rcollength}\setlength{\rcollength}{6.5cm}%
246
-%
247
-\href{http://ecoevol.labo.univ-poitiers.fr/spip.php?rubrique32}%
248
-     {Laboratory Ecology, Evolution, Symbiosis} \\
249
-\begin{tabular}[t]{@{}p{\textwidth-\rcollength}p{\rcollength}}
250
-%\href{http://ecoevol.labo.univ-poitiers.fr/spip.php?rubrique32}%
251
-%     {Laboratory Ecology, Evolution, Symbiosis} & \\
252
-UMR CNRS 6556 & \textit{Voice:} +33 (0)5 49 36 62 46 \\
253
-\href{http://www.univ-poitiers.fr/}{University of Poitiers} & \textit{Fax:} +33 (0)5 49 45 40 15 \\
254
-40 avenue du Recteur Pineau           	& \textit{E-mail:} \href{mailto:frederic.chevalier@univ-poitiers.fr} {frederic.chevalier@univ-poitiers.fr}\\
255
-86022 Poitiers Cedex France    		& \textit{www:} \href{http://ecoevol.labo.univ-poitiers.fr/?lang=en}{ecoevol.labo.univ-poitiers.fr}\\
256
-\end{tabular}
257
-
258
-
259
-
260
-%---------------------------
261
-\section{Research Interests}
262
-%---------------------------
263
-%
264
-Symbiosis, Host-Symbiont Interaction, Immunity, Immunocompetence, University education 
265
-
266
-
267
-
268
-%------------------
269
-\section{Education}
270
-%------------------
271
-%
272
-\textbf{Education and Research Assistant}%
273
-        \hfill \textbf{October 2010 to August 2011}
274
-\begin{outerlist}
275
-\item[] \href{http://www.univ-poitiers.fr/}{\textbf{University of Poitiers}}, Poitiers, France
276
-	\begin{innerlist}
277
-	\item M.S. level
278
-		\begin{innerlist2}
279
-		\item Teaching: 16h of Tutorials -- 37h of Practical Courses
280
-		\item Domain: Immunology, Ecophysiology
281
-		\item Main Masters:
282
-			\begin{innerlist3}
283
-			\item Research Master in Biology, Ecology, Evolution
284
-			\item Master \textit{Erasmus Mundus} EMAE (European Master in Applied Ecology)
285
-			\end{innerlist3}
286
-		\end{innerlist2}
287
-\blankline
288
-	\item B.S. level
289
-		\begin{innerlist2}
290
-		\item Teaching: 54h of Tutorials -- 112h of Practical Courses
291
-		\item Domain: Sensory functions, Neuroanatomy, Comparative anatomy
292
-		\item Main Bachelors:	
293
-			\begin{innerlist3}
294
-			\item Bachelor in Ecologie and Organism Biology
295
-			\item Bachelor in Life Sciences and Geology
296
-			\end{innerlist3}
297
-		\end{innerlist2}
298
-	\end{innerlist}
299
-\end{outerlist}
300
-
301
-\blankline
302
-
303
-\textbf{PhD} (with Honors)
304
-\hfill \textbf{October 2007 to June 2011}
305
-\begin{outerlist}
306
-\item[] \href{http://www.univ-poitiers.fr/}{\textbf{University of Poitiers}}, Poitiers, France
307
-        \begin{innerlist}
308
-        \item Thesis topic: \emph{Wolbachia} symbiosis: impacts on immunity and immunocompetence of its host \textit{Armadillidium vulgare} (crustacean isopod)
309
-        	\begin{innerlist2}
310
-	        \item Supervisors: 
311
-    	          \href{mailto:christine.braquart@univ-poitiers.fr}
312
-        	           {Doctor Christine BRAQUART-VARNIER} -- 
313
-            	  \href{mailto:pierre.greve@univ-poitiers.fr}
314
-                	   {Professor Pierre GRÈVE}
315
-	        \item Funding: \href{http://dr.education.fr/Alloc_doc/}{PhD Research Fellowship} -- {Tutoring Fellowship}
316
-           	\item[]
317
-           	\end{innerlist2}
318
-
319
-        \item Graduate school formations:
320
-        	\begin{innerlist2}
321
-        	\item Electron and optic microscopy
322
-        	\item Team management initiation
323
-        	\item Education formations
324
-        	\item TOEIC
325
-        	\end{innerlist2}
326
-        \end{innerlist}
327
-\end{outerlist}
328
-
329
-\blankline
330
-
331
-\textbf{Teaching Tutoring}
332
-\hfill \textbf{October 2007 to September 2010}
333
-\begin{outerlist}
334
-\item[] \href{http://www.univ-poitiers.fr/}{\textbf{University of Poitiers}}, Poitiers, France
335
-	\begin{innerlist}
336
-	\item M.S. level
337
-		\begin{innerlist2}
338
-		\item Teaching: 16h of Tutorials -- 37h of Practical Courses
339
-		\item Domain: Ecophysiology
340
-		\item Main Masters:
341
-			\begin{innerlist3}
342
-			\item Research Master in Biology, Ecology, Evolution
343
-			\item Master \textit{Erasmus Mundus} EMAE (European Master in Applied Ecology)
344
-			\end{innerlist3}
345
-		\end{innerlist2}
346
-	\blankline
347
-	\item B.S. level
348
-		\begin{innerlist2}
349
-		\item Teaching: 6h of Tutorials -- 74h of Practical Courses
350
-		\item Domains: Sensory functions, Neuroanatomy, Comparative anatomy
351
-		\item Main Bachelors:	
352
-			\begin{innerlist3}
353
-			\item Bachelor in Ecology and Organism Biology
354
-			\item Bachelor in Life Sciences and Geology
355
-			\end{innerlist3}
356
-		\end{innerlist2}
357
-	\end{innerlist}
358
-\end{outerlist}
359
-
360
-\blankline
361
-
362
-\textbf{M.S., Functional Ecology: from molecules to natural population} (with Honors) -- Advisor: 
363
-              \href{mailto:mitta@univ-perp.fr}{Professor Guillaume MITTA}
364
-\hfill \textbf{September 2005 to June 2007}
365
-\begin{outerlist}
366
-		\item[] \href{http://www.univ-perp.fr/fr/index.html}{\textbf{University Via Domitia}}, Perpignan, France
367
-			\begin{innerlist}
368
-			\item Third training course: Intra-specific variation of the virulence in the host/parasitoid \emph{Drosophila melanogaster}/\emph{Leptopilina boulardi} model: Search of target proteins of virulence factor \hfill \textbf{January 2007 to June 2007}
369
-				\begin{innerlist2}
370
-				\item Supervisor: \href{mailto:poirie@antibes.inra.fr}{Professor Marylène POIRIÉ}
371
-				\item Funding: \href{http://wwww.enseignementsup-recherche.gouv.fr/enseignementsup/bourses.htm/}{Merit Fellowship}, 2006--2007
372
-				\item Laboratory: Equipe Génétique Evolutive des Interactions Parasitaires, UMR CNRS 1112, Centre INRA, Sophia-Antipolis, France
373
-				\end{innerlist2}
374
-		\blankline
375
-		\item Second training course: Story of LaRD (Large Retrotransposon Derivative): Evolution of \emph{Dasheng} element across \emph{Oriza} genus	\hfill \textbf{July 2006 to September 2006}
376
-				\begin{innerlist2}
377
-				\item Supervisor: \href{mailto:panaud@univ-perp.fr}{Professor Olivier PANAUD}
378
-				\item Laboratory: Laboratoire Génome et Développement des Plantes, UMR CNRS 5096, University of Perpignan, France
379
-				\end{innerlist2}
380
-			\blankline
381
-			\item First training course: The compatibility in \emph{Biomphalaria glabrata}/\emph{Echinostoma capro$\-$ni} model: Suppression subtractive hybridization library and tissular expression of candidate genes	\hfill \textbf{January 2006 to June 2006}
382
-				\begin{innerlist2}
383
-				\item Supervisor: \href{mailto:mitta@univ-perp.fr}{Professor Guillaume MITTA}
384
-				\item Laboratory: Laboratoire de Parasitologie Fonctionnelle et Évolutive, UMR CNRS 5555, University of Perpignan, France
385
-				\end{innerlist2}
386
-			\end{innerlist}
387
-\end{outerlist}
388
-
389
-\blankline
390
-
391
-\textbf{B.S., Phytosciences} (with Honors)
392
-\hfill \textbf{September 2002 to June 2005}
393
-\begin{outerlist}
394
-		\item[] \href{http://www.univ-perp.fr/fr/index.html}{\textbf{University Via Domitia}}, Perpignan, France
395
-        	\begin{innerlist}
396
-        	\item Molecular Biology, Plant ecology, Organic chemistry
397
-       		 \end{innerlist}
398
-\end{outerlist}
399
-
400
-
401
-
402
-%----------------------------------------------------
403
-\section{Supervision of students}
404
-%----------------------------------------------------
405
-%
406
-\textit{Bachelor student}
407
-\begin{outerlist}
408
-\item Romain PIGEAULT: Characterization of hemocyte functions	\hfill \textbf{May to June 2010}
409
-\end{outerlist}
410
-
411
-\blankline
412
-
413
-\textit{Master student}
414
-\begin{outerlist}
415
-	\item Joa MANGOMBI: Characterization of the phenoxidase activity type in the terrestrial isopods \hfill \textbf{April to June 2011}
416
-\end{outerlist}
417
-
418
-
419
-
420
-%---------------------
421
-\section{Publications}
422
-%---------------------
423
-%
424
-\textit{\emph{Wolbachia}-isopod interactions: Expression of immune-response genes in \emph{Armadillidium vulgare}}. \textbf{Frédéric Chevalier}, Juline Herbinière-Gaboreau, Delphine Charif, Guillaume Mitta, Frédéric Gavory, Patrick Wincker, Pierre Grève, Christine Braquart-Varnier, Didier Bouchon. Submitted to \href{http://www.biomedcentral.com/bmcmicrobiol/}{BMC Microbiology}.\\
425
-
426
-\textit{\emph{Armadillidium vulgare} – \emph{Wolbachia} association: Impacts on host immune system and immunocompetence}. \textbf{Frédéric Chevalier}, Mathieu Sicard, Joanne Bertaux, Juline Herbinière, Franck Morel, Didier Bouchon, Pierre Grève \& Christine Braquart-Varnier. \href{http://www.istib-2011.si/uploads/media/ISTIB_2011_Proceedings.pdf}{Proceedings of the 8$^{th}$ International Symposium of Terrestrial Isopod Biology 2008}.\\
427
-
428
-\textit{The first reference transcriptome in isopods}.\textbf{Frédéric Chevalier}, Juline Herbinière-Gabo$\-$reau, Delphine Charif, Guillaume Mitta, Frédéric Gavory, Patrick Wincker, Pierre Grève, Christine Braquart-Varnier, Didier Bouchon.   \href{http://www.istib-2011.si/uploads/media/ISTIB_2011_Proceedings.pdf}{Proceedings of the 8$^{th}$ International Symposium of Terrestrial Isopod Biology 2008}.\\
429
-
430
-\textit{The immune cellular effectors of terrestrial isopod \emph{Armadillidium vulgare}: Meeting with their invaders,  \emph{Wolbachia}}. \textbf{Frédéric Chevalier}, Juline Herbinière-Gaboreau, Joanne Bertaux, Maryline Raimond, Franck Morel, Didier Bouchon, Pierre Grève \& Christine Braquart-Varnier. \href{http://dx.doi.org/10.1371/journal.pone.0018531}{PLoS One 2011 6(4):e18531}.\\
431
-
432
-\textit{Variations of immune parameters in terrestrial isopods: a matter of Gender, Aging and \emph{Wolbachia}}. Mathieu Sicard, \textbf{Frédéric Chevalier}, Mickaël  De Vlechouver, Didier Bouchon, Pierre Grève \& Christine Braquart-Varnier. \href{http://dx.doi.org/10.1007/s00114-010-0699-2}{Naturwissenschaften 2010 97(9):819-826}.\\
433
-
434
-\textit{Evolutionary dynamics of an ancient retrotransposon family provides insights into evolution of genome size in the genus \emph{Oryza}}. Jetty S. S.  Ammiraju, Andrea  Zuccolo, Yeisoo  Yu, Xiang  Song, Benoit  Piegu, \textbf{Frederic  Chevalier}, Jason G.  Walling, Jianxin  Ma, Jayson  Talag, Darshan S.  Brar, Phillip J.  SanMiguel, Ning  Jiang, Scott A.  Jackson, Olivier  Panaud \& Rod A. Wing. \href{http://www3.interscience.wiley.com/journal/118488726/abstract}{The Plant Journal 2007 52(2):342-5}.
435
-
436
-
437
-
438
-%----------------------------------
439
-\section{Conference Participations}
440
-%----------------------------------
441
-%
442
-\textit{Oral communications} (\footnotemark[1]presenting author)
443
-\begin{outerlist}
444
-
445
-	\item \href{http://www.istib-2011.si/}{8$^{th}$ International Symposium of Terrestrial Isopod Biology}: \textit{\emph{Armadillidium vulgare} – \emph{Wolbachia} association: Impacts on host immune system and immunocompetence}. \textbf{Frédéric Chevalier}\footnotemark[1], Mathieu Sicard, Joanne Bertaux, Juline Herbinière, Franck Morel, Didier Bouchon, Pierre Grève \& Christine Braquart-Varnier. Bled, Slovenia, June 19$^{th}$ to 23$^{th}$ 2011. \textbf{Price : Third best presentation.}
446
-	
447
-	\item \href{http://www.istib-2011.si/}{8$^{th}$ International Symposium of Terrestrial Isopod Biology}: \textit{The first reference transcriptome in isopods}.\textbf{Frédéric Chevalier}, Juline Herbinière-Gaboreau, Delphine Charif, Guillaume Mitta, Frédéric Gavory, Patrick Wincker, Pierre Grève, Christine Braquart-Varnier, Didier Bouchon\footnotemark[1]. Bled, Slovenia, June 19$^{th}$ to 23$^{th}$ 2011.
448
-
449
-	\item Immuninv: \textit{\emph{Wolbachia} symbiosis and immunity in \emph{Armadillidium vulgare}: interactions and impacts}. \textbf{Frédéric Chevalier}, Joanne Bertaux, Mathieu Sicard, Juline Herbinière, Didier Bouchon, Pierre Grève \& Christine Braquart-Varnier\footnotemark[1]. Nice, France, May 4$^{th}$ to 6$^{th}$ 2011
450
-	
451
-	\item \href{http://wolbachia2010.neb.com/}{6$^{th}$ Internation \emph{Wolbachia} Conference}: \textit{Impact of \emph{Wolbachia} symbiosis on immune system and immunocompetence of crustacean isopods}. \textbf{Frédéric Chevalier}\footnotemark[1], Mathieu Sicard, Joanne Bertaux, Juline Herbinière, Didier Bouchon, Pierre Grève \& Christine Braquart-Varnier. Pacific Grove, Calfornia, USA, June 9$^{th}$ to 14$^{th}$ 2010
452
-	
453
-	\item \href{http://www.cost-fa0701.com/}{COST-FA0701 COST International Training School "Advances in Symbiosis Research"}: \textit{\emph{Wolbachia} symbiosis and crustacean immunity: When the small ones bully the big one}. \textbf{Frédéric Chevalier}\footnotemark[1], Pierre Grève \& Christine Braquart-Varnier. Rehovot, Israel, March 14$^{th}$ 2010.
454
-	
455
-	\item \href{http://www.cost-fa0701.com/}{COST-FA0701 Action Workshop}: \textit{\emph{Wolbachia} symbiosis: Impacts on terrestrial isopod immune system}. \textbf{Frédéric Chevalier}, Juline Herbinière, Mathieu Sicard, Pierre Grève, Christine Braquart-Varnier \& Didier Bouchon\footnotemark[1]. Madeira Island, Portugal, January 20$^{th}$ to 23$^{th}$ 2010.
456
-	
457
-	\item Microbiology Day of Poitiers: \textit{Wolbachia ($\alpha$-proteobacteria) effects on immune cellular effectors of \emph{Armadillidium vulgare} (crustacean, terrestrial isopod)}. \textbf{Frédéric Chevalier}\footnotemark[1], Pierre Grève \& Christine Braquart-Varnier. Poitiers, France, December 9$^{th}$ 2009.
458
-	
459
-	\item Immuninv: \textit{\emph{Wolbachia} effects on immune effectors of \emph{Armadillidium vulgare} (crustacean, terrestrial isopod)}. \textbf{Frédéric Chevalier}\footnotemark[1], Juline Herbinière, Mathieu Sicard, Maryline Raimond, Franck Morel, Pierre Grève \& Christine Braquart-Varnier. Poi$\-$tiers France, October 21$^{th}$ to 23$^{th}$ 2009.
460
-	
461
-	\item PhD Student Day: \textit{\emph{Wolbachia} effects on immune effectors of \emph{Armadillidium vulgare} (crustacean, terrestrial isopod)}. \textbf{Frédéric Chevalier}\footnotemark[1], Juline Herbinière, Mathieu Sicard, Maryline Raimond, Franck Morel, Pierre Grève \& Christine Braquart-Varnier. Poitiers, France, June 25$^{th}$ 2009.
462
-	
463
-	\item REID (French network of continue interaction ecology): \textit{\emph{Wolbachia} effects on immune cellular effectors of \emph{Armadillidium vulgare} (crustacean, terrestrial isopod)}. \textbf{Frédéric Chevalier}\footnotemark[1], Juline Herbinière, Mathieu Sicard, Maryline Raimond, Fran$\-$ck Morel, Pierre Grève \& Christine Braquart-Varnier. Amiens, France, January 14$^{th}$ to 15$^{th}$ 2009.
464
-	
465
-	\item Immuninv: \textit{\emph{Wolbachia} ($\alpha$-proteobacteria) symbiosis in terrestrial crustaceans: interactions with immune system.} Juline Herbinière, \textbf{Frédéric Chevalier}, Maryline Raimond, Mathieu Sicard, Jean-Marc Strub, Pierre Grève \& Christine Braquart-Varnier\footnotemark[1]. Montpellier, France, May 23$^{th}$ to 25$^{th}$ 2008.
466
-	
467
-	\item Immuninv (French community of invertebrate immunologists): \textit{\emph{Wolbachia} effects on immune cellular effectors of \emph{Armadillidium vulgare} (crustacean, terrestrial isopod)}. \textbf{Frédéric Chevalier}\footnotemark[1], Juline Herbinière, Mathieu Sicard, Maryline Raimond, Franck Morel, Pierre Grève \& Christine Braquart-Varnier. Montpellier, France, May 23$^{th}$ to 25$^{th}$ 2008.
468
-	
469
-\end{outerlist}
470
-
471
-\blankline
472
-
473
-\textit{Poster communications}
474
-
475
-\begin{outerlist}
476
-
477
-	\item \href{http://wolbachia2010.neb.com/}{6$^{th}$ Internation \emph{Wolbachia} Conference}: \textit{FISHing \emph{Wolbachia}: let woodlice catch your eyes}. Joanne Bertaux, \textbf{Frédéric Chevalier}, Christine Braquart-Varnier, Mathieu Sicard, Pierre Grève \& Didier Bouchon\footnotemark[1]. Pacific Grove, Calfornia, USA, June 9$^{th}$ to 14$^{th}$ 2010.
478
-
479
-	\item Immuninv: \textit{Vous Vous En Fishez, Des Cloportes ? Pas \emph{Wolbachia} !} Joanne Bertaux\footnotemark[1], \textbf{Frédéric Chevalier}, Christine Braquart-Varnier, Mathieu Sicard, Pierre Grève \& Didier Bouchon. Poitiers, France, October 21$^{th}$ to 23$^{th}$ 2009.
480
-	
481
-	\item Immuninv: \textit{Immunocompetence, aging and \emph{Wolbachia}.} \textbf{Frédéric Chevalier}\footnotemark[1], Mickael De Vlechouver, Didier Bouchon, Pierre Grève, Christine Braquart-Varnier \& Mathieu Sicard. Poitiers, France, October 21$^{th}$ to 23$^{th}$ 2009.
482
-	
483
-	\item Immuninv (French community of invertebrate immunologists): \textit{\emph{Wolbachia} symbiosis: impacts on terrestrial isopod immune system}. \textbf{Frédéric Chevalier}\footnotemark[1], Mathieu Sicard, Juline Herbinière, Franck Morel, Didier Bouchon, Pierre Grève \& Christine Braquart-Varnier. Poitiers, France, October 21$^{th}$ to 23$^{th}$ 2009.
484
-	
485
-	\item \href{http://www.union.wisc.edu/symbiosis}{6$^{th}$ International Symbiosis Society}: \textit{\emph{Wolbachia} symbiosis: Impacts on terrestrial isopod immune system}. \textbf{Frédéric Chevalier}, Mathieu Sicard\footnotemark[1], Juline Herbinière, Franck Morel, Didier Bouchon, Pierre Grève \& Christine Braquart-Varnier. Madison, Wisconsin, USA, August 9$^{th}$ to 15$^{th}$ 2009.
486
-	
487
-	\item \href{http://www.cost-fa0701.com/}{COST-FA0701 Action Workshop Immunity and Symbiosis}: \textit{Immunocompetence, aging and \emph{Wolbachia}}. \textbf{Frédéric Chevalier}\footnotemark[1], Mickael De Vlechouver, Didier Bouchon, Pierre Grève, Christine Braquart-Varnier \& Mathieu Sicard. Aussois, France, May 27$^{th}$ to 30$^{th}$ 2009.
488
-	
489
-	\item \href{http://www.cnrs.fr/insb/cjm/}{Jacques Monod Conferences}: \textit{\emph{Wolbachia} symbiosis: Impacts on terrestrial isopod immune system.} \textbf{Frédéric Chevalier}, Juline Herbinière, Mathieu Sicard, Franck Morel, Didier Bouchon, Pierre Grève \& Christine Braquart-Varnier\footnotemark[1]. Aussois, France, May 23$^{th}$ to 27$^{th}$ 2009.
490
-
491
-\end{outerlist}
492
-
493
-
494
-
495
-%--------------------------------------
496
-\section{Training school participation}
497
-%--------------------------------------
498
-%
499
-\href{http://www.agri.huji.ac.il/index-eng.html}{\textbf{The Hebrew University of Jerusalem}}, Rehovot, Israël
500
-\begin{outerlist}
501
-\item[] \textit{\href{http://www.cost-fa0701.com/}{COST Training School} - Advances in Symbiosis Research}	\hfill \textbf{March 13$^{th}$ to 19$^{th}$ 2009}
502
-        \begin{innerlist}
503
-        \item Aims : state of the art in the symbiosis research domain in the COST Action FA0701.
504
-        \item Advisor : 
505
-              \href{mailto:yuval@agri.huji.ac.il}
506
-                   {Professeur Boaz YUVAL}
507
-        \item Topic : symbiosis study and associated techniques.
508
-        \end{innerlist}
509
-\end{outerlist}
510
-
511
-
512
-
513
-%----------------------------
514
-\section{Technical \\ Skills}
515
-%----------------------------
516
-%
517
-\textit{Experimental skills}
518
-\begin{outerlist}
519
-	\item Nucleic acids: DNA extraction, RNA extraction, Southern, Northern, PCR, RT-PCR, qPCR, RT-qPCR, cDNA library conception, DNA cloning, Sanger sequencing, \emph{in situ} hybridization
520
-	\item Proteins: Protein extraction, Western blot, quantification of enzyme activity, protein expression in heterologous system, interaction detection (two hybrid system), HPLC protein purification
521
-	\item Cell biology: Flow cytometry, apoptotic labelling (TUNEL and Annexin labelling), cell separation on gradient, manual and automated cell counting, epifluorescent microscopy, confocal microscopy, sample preparation for electron microscopy
522
-	\item Microbiology: Fungi cultures (yeast and \textit{Metarhizium anisopliae}), bacteria cultures, bacteria injections, bacterial and yeast transformations (heat shock or electroporation)
523
-	\item Breeding: flies (\textit{Drosophila}), woodlice (terrestrial isopods)
524
-\end{outerlist}
525
-
526
-\blankline
527
-
528
-\textit{Bioinformatic skills}
529
-\begin{outerlist}
530
-	\item Nucleic sequence similarity search: \href{http://blast.ncbi.nlm.nih.gov/Blast.cgi}{\textsc{Blast}} (local or online blast)
531
-	\item Protein domain similarity search: \href{http://crisceb.unina2.it/angelo/PROTEIN_TOOLS/PROSCAN/}{ProScan}, \href{http://www.ncbi.nlm.nih.gov/Structure/cdd/wrpsb.cgi}{Conserved Domain Search}
532
-	\item Nucleic and protein sequence alignment: \href{http://www.mbio.ncsu.edu/BioEdit/bioedit.html}{\textsc{Bioedit}}, \href{http://www.clustal.org/}{Clustal}, \href{http://guidance.tau.ac.il/overview.html}{Guidance},  \href{http://bioinfo.genotoul.fr/multalin/multalin.html}{\textsc{Multalin}}, \href{/home/fred/Bureau/Post-Doc/Candidatures/03 - Cambridge University/Research Statement/F. CHEVALIER - Statement of Reasearch.pdf}{\textsc{Mafft}}, \href{http://www.ebi.ac.uk/goldman-srv/prank/prank/}{\textsc{Prank}}, \href{http://smart.embl-heidelberg.de/}{\textsc{Smart}}
533
-	\item New-generation sequencing data analysis (notion): \href{http://sourceforge.net/apps/mediawiki/mira-assembler/index.php?title=Main_Page}{\textsc{Mira}} (sequence assembly), \href{http://www.phrap.org/phredphrapconsed.html}{Phred / Phrap / Consed} (sequence assembly), \href{http://samtools.sourceforge.net/}{SAMtools} (sequence alignment), \href{http://www.sanger.ac.uk/resources/software/artemis/}{Artemis} (genome annotation), \href{http://bio-bwa.sourceforge.net/}{BWA} (sequence alignment),  \href{http://cufflinks.cbcb.umd.edu/}{Cufflinks} (RNA-Seq data analysis)
534
-\end{outerlist}
535
-
536
-
537
-
538
-%\newpage
539
-
540
-%---------------------
541
-\section{Other skills}
542
-%---------------------
543
-%
544
-\textit{Informatic skills}
545
-\begin{outerlist}
546
-	\item Statistic softwares: \href{http://www.r-project.org/}{R program}, \textsc{Jmp}
547
-	\item Programming: UNIX shell scripting, R scripting
548
-	\item Applications: Microsoft Office, \href{http://why.openoffice.org/}{OpenOffice.org}, \href{http://www.libreoffice.org/}{LibreOffice} for GNU/Linux or Windows platforms, \href{http://en.wikipedia.org/wiki/LaTeX}{\LaTeX{}}, \href{http://en.wikipedia.org/wiki/BibTeX}{B\textsc{ib}\TeX{}}
549
-	\item Image processing: \href{http://rsbweb.nih.gov/ij/}{ImageJ}, \href{http://www.gimp.org/}{GIMP}, \href{http://inkscape.org/?lang=en}{Inkscape}
550
-	\item Operating systems: GNU/Linux (Ubuntu, Mandriva, Debian distributions), Microsoft Windows (2000/XP/Vista/7)
551
-\end{outerlist}
552
-
553
-\blankline
554
-
555
-\textit{Language skills}
556
-\begin{outerlist}
557
-	\item English: good working knowledge, TOEIC result 735/990 (oral comprehension 330/495, writting 405/495) (corresponding to CECRL level B1)
558
-	\item Spanish: good comprehension
559
-	\item Latin: good comprehension
560
-\end{outerlist}
561
-
562
-
563
-
564
-%----------------------------------
565
-\section{Responsibility activities}
566
-%----------------------------------
567
-%
568
-\textbf{Administrative responsabilities}
569
-\begin{outerlist}
570
-\item[] \textit{\href{http://ed-icbg.univ-poitiers.fr/}{ICBG graduate school}}	\hfill \textbf{October 2007 to June 2009}
571
-	\begin{innerlist}
572
-	\item PhD student delegate
573
-	\end{innerlist}
574
-\item[] \textit{\href{http://www.ciescentre.fr/index.php?id=3}{CIES Centre (teaching monitor formation)}}	\hfill \textbf{October 2007 to June 2009}
575
-	\begin{innerlist}	
576
-	\item Teaching monitor delegate
577
-	\end{innerlist}
578
-\end{outerlist}
579
-\blankline
580
-
581
-\textbf{Associative responsabilities}
582
-\begin{outerlist}
583
-\item[] \textit{\href{http://moniteurs.poitiers.free.fr/index.php/TEMPO/TEMPO}{TEMPO association (association of PhD student and teaching monitor of Poitiers)}}
584
-	\begin{innerlist}
585
-	\item President of the association		\hfill \textbf{May 2009 to May 2010}
586
-	\item Vice President of the association	\hfill \textbf{May 2008 to May 2009}
587
-	\end{innerlist}
588
-\item[] \textit{\href{http://adbep.asso.univ-poitiers.fr/index.html}{ADBEP association (association of PhD student in biology and ecology of Poiters)}}
589
-	\begin{innerlist}
590
-	\item Secretary of the association  \hfill \textbf{October 2008 to October 2009}
591
-	\item Delegate of the association in the \href{http://www.biotechno.asso.fr/}{BioTechno} network
592
-	\end{innerlist}
593
-\end{outerlist}
594
-
595
-
596
-
597
-%---------------------------------------------
598
-\section{Information dissemination activities}
599
-%---------------------------------------------
600
-%
601
-\textbf{Scientific dissemination}
602
-\begin{outerlist}
603
-\item[] \textit{Science Festival}
604
-	\begin{innerlist}
605
-	\item Presentation of the thematics of the laboratory Ecology, Evolution, Symbiosis to public	\hfill \textbf{November 2009}
606
-	\item Presentation of the thematics of the laboratory Ecology, Evolution, Symbiosis to public	\hfill \textbf{October 2007}
607
-	\end{innerlist}
608
-\end{outerlist}
609
-\blankline
610
-
611
-\textbf{Teaching dissemination}
612
-\begin{outerlist}
613
-\item[] \textit{University open house}
614
-	\begin{innerlist}
615
-	\item Presentation of the Bachelor courses of study
616
-	\item Presentation of the Research Master in Biology, Ecology, Evolution
617
-	\item Presentation of the Master \textit{Erasmus Mundus} EMAE (European Master in Applied Ecology)
618
-	\item Presentation of the Professional Master in Ecological Engineering
619
-	\end{innerlist}
620
-\end{outerlist}
621
-
622
-
623
-
624
-\end{document}
625
-
626
-%%%%%%%%%%%%%%%%%%%%%%%%%% End CV Document %%%%%%%%%%%%%%%%%%%%%%%%%%%%%
627 0
\ No newline at end of file
Browse code

v2 of English version and short French version

Fred authored on02/06/2019 19:26:43
Showing1 changed files
... ...
@@ -24,7 +24,7 @@
24 24
 \documentclass[10pt]{article}
25 25
 
26 26
 \usepackage[utf8]{inputenc}
27
-%\usepackage [french]{babel}
27
+\usepackage [english]{babel}
28 28
 
29 29
 % This is a helpful package that puts math inside length specifications
30 30
 \usepackage{calc}
... ...
@@ -203,11 +203,12 @@
203 203
 \section{Personal Information}
204 204
 %-----------------------------
205 205
 %
206
-Name: CHEVALIER \\
207
-Firstname: Frédéric \\
206
+Last Name: CHEVALIER \\
207
+First Name: Frédéric \\
208 208
 Sex: male \\
209 209
 Date of birth: 15$^{th}$ may 1984\\
210
-Citizenship: French
210
+Citizenship: French\\
211
+Marital status: single
211 212
 
212 213
 
213 214
 
... ...
@@ -224,9 +225,9 @@ Citizenship: French
224 225
 \newlength{\rcollength}\setlength{\rcollength}{6.5cm}%
225 226
 %
226 227
 \begin{tabular}[t]{@{}p{\textwidth-\rcollength}p{\rcollength}}
227
-Appartement 7 & \\
228
-73 Promenade des Cours & \textit{Tel.:} +33 (0)6 74 48 56 21 \\
229
-86000 Poitiers France & \textit{E-mail:} \href{mailto:f15.chevalier@gmail.com} {f15.chevalier@gmail.com}\\
228
+Appartement 243 & \\
229
+27 rue du Pontreau & \textit{Tel.:} +33 (0)6 43 46 89 09 \\
230
+86000 Poitiers France & \textit{E-mail:} \href{mailto:frederic.d.chevalier@gmail.com} {frederic.d.chevalier@gmail.com}\\
230 231
 \end{tabular}
231 232
 
232 233
 
... ...
@@ -268,221 +269,169 @@ Symbiosis, Host-Symbiont Interaction, Immunity, Immunocompetence, University edu
268 269
 \section{Education}
269 270
 %------------------
270 271
 %
271
-\href{http://www.univ-poitiers.fr/}{\textbf{University of Poitiers}}, Poitiers, France
272
+\textbf{Education and Research Assistant}%
273
+        \hfill \textbf{October 2010 to August 2011}
272 274
 \begin{outerlist}
273
-\item[] \textit{PhD}
274
-        \hfill \textbf{October 2007 to present}
275
-        \begin{innerlist}
276
-        \item Thesis topic: \emph{Wolbachia} symbiosis: immunity involvement and hosts immunocompetence outcome
277
-        \item Supervisors: 
278
-              \href{mailto:christine.braquart@univ-poitiers.fr}
279
-                   {Doctor Christine BRAQUART-VARNIER} -- 
280
-              \href{mailto:pierre.greve@univ-poitiers.fr}
281
-                   {Professor Pierre GRÈVE}
282
-        \item Area of study: Impacts of \emph{Wolbachia} presence on host immunity
283
-        \end{innerlist}
275
+\item[] \href{http://www.univ-poitiers.fr/}{\textbf{University of Poitiers}}, Poitiers, France
276
+	\begin{innerlist}
277
+	\item M.S. level
278
+		\begin{innerlist2}
279
+		\item Teaching: 16h of Tutorials -- 37h of Practical Courses
280
+		\item Domain: Immunology, Ecophysiology
281
+		\item Main Masters:
282
+			\begin{innerlist3}
283
+			\item Research Master in Biology, Ecology, Evolution
284
+			\item Master \textit{Erasmus Mundus} EMAE (European Master in Applied Ecology)
285
+			\end{innerlist3}
286
+		\end{innerlist2}
287
+\blankline
288
+	\item B.S. level
289
+		\begin{innerlist2}
290
+		\item Teaching: 54h of Tutorials -- 112h of Practical Courses
291
+		\item Domain: Sensory functions, Neuroanatomy, Comparative anatomy
292
+		\item Main Bachelors:	
293
+			\begin{innerlist3}
294
+			\item Bachelor in Ecologie and Organism Biology
295
+			\item Bachelor in Life Sciences and Geology
296
+			\end{innerlist3}
297
+		\end{innerlist2}
298
+	\end{innerlist}
284 299
 \end{outerlist}
285 300
 
286 301
 \blankline
287
-              
288
-\href{http://www.univ-perp.fr/en/index.html}{\textbf{Via Domitia University}}, Perpignan, France
289
-\begin{outerlist}
290
-\item[] \textit{M.S., Fonctional Ecology} (with Honors)
291
-        \hfill \textbf{September 2005 to June 2007}
292
-        \begin{innerlist}
293
-        \item Thesis topic: Understanding of interactions bewtween organisms and environment from molecular to ecology levels
294
-        \item Advisor: 
295
-              \href{mailto:mitta@univ-perp.fr}
296
-                   {Professor Guillaume MITTA}
297
-        \item Area of study: Molecular biology and ecology
298
-        \end{innerlist}
299 302
 
300
-\item[] \textit{B.S., Phytosciences} (with Honors)
301
-        \hfill \textbf{September 2002 to June 2005}
303
+\textbf{PhD} (with Honors)
304
+\hfill \textbf{October 2007 to June 2011}
305
+\begin{outerlist}
306
+\item[] \href{http://www.univ-poitiers.fr/}{\textbf{University of Poitiers}}, Poitiers, France
302 307
         \begin{innerlist}
303
-        \item Area of study: Molecular biology and plant ecology
308
+        \item Thesis topic: \emph{Wolbachia} symbiosis: impacts on immunity and immunocompetence of its host \textit{Armadillidium vulgare} (crustacean isopod)
309
+        	\begin{innerlist2}
310
+	        \item Supervisors: 
311
+    	          \href{mailto:christine.braquart@univ-poitiers.fr}
312
+        	           {Doctor Christine BRAQUART-VARNIER} -- 
313
+            	  \href{mailto:pierre.greve@univ-poitiers.fr}
314
+                	   {Professor Pierre GRÈVE}
315
+	        \item Funding: \href{http://dr.education.fr/Alloc_doc/}{PhD Research Fellowship} -- {Tutoring Fellowship}
316
+           	\item[]
317
+           	\end{innerlist2}
318
+
319
+        \item Graduate school formations:
320
+        	\begin{innerlist2}
321
+        	\item Electron and optic microscopy
322
+        	\item Team management initiation
323
+        	\item Education formations
324
+        	\item TOEIC
325
+        	\end{innerlist2}
304 326
         \end{innerlist}
305 327
 \end{outerlist}
306 328
 
329
+\blankline
307 330
 
308
-
309
-%---------------
310
-\section{Awards} 
311
-%---------------
312
-%
313
-\href{http://www.enseignementsup-recherche.gouv.fr}{\textbf{Ministère de l'enseignement supérieur et de la recherche}}
314
-\begin{innerlist}
315
-\item \href{http://dr.education.fr/Alloc_doc/}{PhD Research Fellowship} 2007--2010
316
-\item {Tutoring Fellowship} 2007--2010
317
-\item \href{http://wwww.enseignementsup-recherche.gouv.fr/enseignementsup/bourses.htm/}{Merit Fellowship}, 2006--2007
318
-\end{innerlist}
319
-
320
-\newpage
321
-
322
-
323
-
324
-%----------------------------
325
-\section{Academic Experience}
326
-%----------------------------
327
-%
328
-\href{http://www.univ-poitiers.fr}{\textbf{University of Poitiers}}, Poitiers, France
331
+\textbf{Teaching Tutoring}
332
+\hfill \textbf{October 2007 to September 2010}
329 333
 \begin{outerlist}
330
-\item[] \textit{PhD Student}%
331
-        \hfill \textbf{October 2007 to present}
332
-\begin{innerlist}
333
-\item \href{http://dr.education.fr/Alloc_doc/}{PhD Research Fellowship} 2007--2010
334
-\end{innerlist}
334
+\item[] \href{http://www.univ-poitiers.fr/}{\textbf{University of Poitiers}}, Poitiers, France
335
+	\begin{innerlist}
336
+	\item M.S. level
337
+		\begin{innerlist2}
338
+		\item Teaching: 16h of Tutorials -- 37h of Practical Courses
339
+		\item Domain: Ecophysiology
340
+		\item Main Masters:
341
+			\begin{innerlist3}
342
+			\item Research Master in Biology, Ecology, Evolution
343
+			\item Master \textit{Erasmus Mundus} EMAE (European Master in Applied Ecology)
344
+			\end{innerlist3}
345
+		\end{innerlist2}
346
+	\blankline
347
+	\item B.S. level
348
+		\begin{innerlist2}
349
+		\item Teaching: 6h of Tutorials -- 74h of Practical Courses
350
+		\item Domains: Sensory functions, Neuroanatomy, Comparative anatomy
351
+		\item Main Bachelors:	
352
+			\begin{innerlist3}
353
+			\item Bachelor in Ecology and Organism Biology
354
+			\item Bachelor in Life Sciences and Geology
355
+			\end{innerlist3}
356
+		\end{innerlist2}
357
+	\end{innerlist}
335 358
 \end{outerlist}
336 359
 
337
-\begin{outerlist}
338
-\item[] \textit{Teaching Tutoring}%
339
-        \hfill \textbf{October 2007 to present}
340
-\begin{innerlist}
341
-\item Master Level
342
-	\begin{innerlist2}
343
-	\item Master Biology, Ecology, Evolution
344
-		\begin{innerlist3}
345
-		\item M2 -- HPLC applications in biology -- 2h of Practical Course
346
-		\end{innerlist3}
347
-	\item Master \textit{Erasmus Mundus} EMAE (European Master in Applied Ecology)
348
-		\begin{innerlist3}
349
-		\item  M1 -- Ecophysiology -- 7h of Practical Course
350
-		\end{innerlist3}
351
-	\item Master Ecology Engineering
352
-		\begin{innerlist3}
353
-		\item M1 -- Ecophysiology -- 16h of Practical Course
354
-		\end{innerlist3}
355
-	\item Master General Biology and Earth and Univers Sciences
356
-		\begin{innerlist3}
357
-		\item  M1 -- Evolution of the main functions -- 5h of Tutorials -- 6h of Practical Course
358
-		\end{innerlist3}
359
-	\end{innerlist2}
360
-
361
-\end{innerlist}
362
-
363
-\begin{innerlist}
364
-\item Bachelor Level
365
-	\begin{innerlist2}
366
-	\item Bachelor Ecology and Biology of Organisms
367
-		\begin{innerlist3}
368
-		\item L3 -- Sensory functions -- 21h of Practical Course
369
-		\item L2 -- Evolution of organization plan -- 6h of Tutorials -- 13h of Practical Course
370
-		\end{innerlist3}
371
-	\item Licence Biology, Geology and Earth and Univers Sciences
372
-		\begin{innerlist3}
373
-		\item L3 -- Neuroanatomy -- 16h of Practical Course
374
-		\item L2 -- Methodology -- 24h of Practical Course
375
-		\end{innerlist3}
376
-	\end{innerlist2}
377
-\end{innerlist}
378
-\end{outerlist}
379 360
 \blankline
380 361
 
381
-\href{http://www.univ-perp.fr/en/index.html}{\textbf{Via Domitia University}}, Perpignan, France
362
+\textbf{M.S., Functional Ecology: from molecules to natural population} (with Honors) -- Advisor: 
363
+              \href{mailto:mitta@univ-perp.fr}{Professor Guillaume MITTA}
364
+\hfill \textbf{September 2005 to June 2007}
382 365
 \begin{outerlist}
383
-\item[] \textit{Graduate Student}%
384
-        \hfill \textbf{September 2005 to June 2007}
385
-\begin{innerlist}
386
-\item \href{http://wwww.enseignementsup-recherche.gouv.fr/enseignementsup/bourses.htm/}{Merit Fellowship}, 2006--2007
387
-\end{innerlist}
388
-\item[] \textit{Graduate Research}%
389
-\begin{innerlist}
390
-\item Third  training course    \hfill \textbf{January 2007 to June 2007}
391
-\begin{innerlist2}
392
-\item Thesis topic: Intra-specific variation of the virulence in the host/parasitoïd \emph{Drosophila melanogaster}/\emph{Leptopilina boulardi} model: Search of target proteins of virulence factor
393
-\item Supervisor: \href{mailto:poirie@antibes.inra.fr}{Professor Marylène POIRIÉ}
394
-\end{innerlist2}
395
-\end{innerlist}
396
-
397
-\begin{innerlist}
398
-\item Second  training course    \hfill \textbf{July 2006 to September 2006}
399
-\begin{innerlist2}
400
-\item Thesis topic: Story of LaRD (Large Retrotransposon Derivative): Evolution of \emph{Dasheng} element across \emph{Oriza} genus
401
-\item Supervisor: \href{mailto:panaud@univ-perp.fr}{Professor Olivier PANAUD}
402
-\end{innerlist2}
403
-\end{innerlist}
404
-
405
-\begin{innerlist}
406
-\item First training course    \hfill \textbf{January 2006 to June 2006}
407
-\begin{innerlist2}
408
-\item Thesis topic: The compatibility in \emph{Biomphalaria glabrata}/\emph{Echinostoma capro$\-$ni} model: Suppression subtractive hybridization library and tissular expression of candidate genes
409
-\item Supervisor: \href{mailto:mitta@univ-perp.fr}{Professor Guillaume MITTA}
410
-\end{innerlist2}
411
-\end{innerlist}
412
-
366
+		\item[] \href{http://www.univ-perp.fr/fr/index.html}{\textbf{University Via Domitia}}, Perpignan, France
367
+			\begin{innerlist}
368
+			\item Third training course: Intra-specific variation of the virulence in the host/parasitoid \emph{Drosophila melanogaster}/\emph{Leptopilina boulardi} model: Search of target proteins of virulence factor \hfill \textbf{January 2007 to June 2007}
369
+				\begin{innerlist2}
370
+				\item Supervisor: \href{mailto:poirie@antibes.inra.fr}{Professor Marylène POIRIÉ}
371
+				\item Funding: \href{http://wwww.enseignementsup-recherche.gouv.fr/enseignementsup/bourses.htm/}{Merit Fellowship}, 2006--2007
372
+				\item Laboratory: Equipe Génétique Evolutive des Interactions Parasitaires, UMR CNRS 1112, Centre INRA, Sophia-Antipolis, France
373
+				\end{innerlist2}
374
+		\blankline
375
+		\item Second training course: Story of LaRD (Large Retrotransposon Derivative): Evolution of \emph{Dasheng} element across \emph{Oriza} genus	\hfill \textbf{July 2006 to September 2006}
376
+				\begin{innerlist2}
377
+				\item Supervisor: \href{mailto:panaud@univ-perp.fr}{Professor Olivier PANAUD}
378
+				\item Laboratory: Laboratoire Génome et Développement des Plantes, UMR CNRS 5096, University of Perpignan, France
379
+				\end{innerlist2}
380
+			\blankline
381
+			\item First training course: The compatibility in \emph{Biomphalaria glabrata}/\emph{Echinostoma capro$\-$ni} model: Suppression subtractive hybridization library and tissular expression of candidate genes	\hfill \textbf{January 2006 to June 2006}
382
+				\begin{innerlist2}
383
+				\item Supervisor: \href{mailto:mitta@univ-perp.fr}{Professor Guillaume MITTA}
384
+				\item Laboratory: Laboratoire de Parasitologie Fonctionnelle et Évolutive, UMR CNRS 5555, University of Perpignan, France
385
+				\end{innerlist2}
386
+			\end{innerlist}
413 387
 \end{outerlist}
414 388
 
415
-
416
-
417
-
418
-%----------------------------------
419
-\section{Responsibility activities}
420
-%----------------------------------
421
-%
422
-\textbf{Administrative responsabilities}
423
-\begin{outerlist}
424
-\item[] \textit{\href{http://ed-icbg.univ-poitiers.fr/}{ICBG doctoral school}}	\hfill \textbf{October 2007 to June 2009}
425
-	\begin{innerlist}
426
-	\item PhD student delegate
427
-	\end{innerlist}
428
-\item[] \textit{\href{http://www.ciescentre.fr/index.php?id=3}{CIES Centre (teaching monitor formation)}}	\hfill \textbf{October 2007 to June 2009}
429
-	\begin{innerlist}	
430
-	\item Teaching monitor delegate
431
-	\end{innerlist}
432
-\end{outerlist}
433 389
 \blankline
434 390
 
435
-\textbf{Associative responsabilities}
391
+\textbf{B.S., Phytosciences} (with Honors)
392
+\hfill \textbf{September 2002 to June 2005}
436 393
 \begin{outerlist}
437
-\item[] \textit{\href{http://moniteurs.poitiers.free.fr/index.php/TEMPO/TEMPO}{TEMPO association (association of PhD student and teaching monitor of Poitiers)}}
438
-	\begin{innerlist}
439
-	\item President of the association		\hfill \textbf{May 2009 to May 2010}
440
-	\item Vice President of the association	\hfill \textbf{May 2008 to May 2009}
441
-	\end{innerlist}
442
-\item[] \textit{\href{http://adbep.asso.univ-poitiers.fr/index.html}{ADBEP association (association of PhD student in biology and ecology of Poiters)}}
443
-	\begin{innerlist}
444
-	\item Secretairy of the association  \hfill \textbf{October 2008 to October 2009}
445
-	\item Delegate of the association in the \href{http://www.biotechno.asso.fr/}{BioTechno} network
446
-	\end{innerlist}
394
+		\item[] \href{http://www.univ-perp.fr/fr/index.html}{\textbf{University Via Domitia}}, Perpignan, France
395
+        	\begin{innerlist}
396
+        	\item Molecular Biology, Plant ecology, Organic chemistry
397
+       		 \end{innerlist}
447 398
 \end{outerlist}
448 399
 
449 400
 
450
-%---------------------------------------------
451
-\section{Information dissemination activities}
452
-%---------------------------------------------
401
+
402
+%----------------------------------------------------
403
+\section{Supervision of students}
404
+%----------------------------------------------------
453 405
 %
454
-\textbf{Scientific dissemination}
406
+\textit{Bachelor student}
455 407
 \begin{outerlist}
456
-\item[] \textit{Fête de la Science}
457
-	\begin{innerlist}
458
-	\item Presentation of laboratory thematics to public	\hfill \textbf{November 2009}
459
-	\item Presentation of laboratory thematics to public	\hfill \textbf{October 2007}
460
-	\end{innerlist}
408
+\item Romain PIGEAULT: Characterization of hemocyte functions	\hfill \textbf{May to June 2010}
461 409
 \end{outerlist}
410
+
462 411
 \blankline
463 412
 
464
-\textbf{Teaching dissemination}
413
+\textit{Master student}
465 414
 \begin{outerlist}
466
-\item[] \textit{University open house}
467
-	\begin{innerlist}
468
-	\item Presentation of the different courses of study	\hfill \textbf{January 2010}
469
-	\item Presentation of the different courses of study	\hfill \textbf{February 2009}
470
-	\end{innerlist}
415
+	\item Joa MANGOMBI: Characterization of the phenoxidase activity type in the terrestrial isopods \hfill \textbf{April to June 2011}
471 416
 \end{outerlist}
472 417
 
473 418
 
474 419
 
475
-%----------------------
420
+%---------------------
476 421
 \section{Publications}
477
-%----------------------
422
+%---------------------
478 423
 %
479
-\textit{\emph{Wolbachia}-isopod interactions: Expression of immune-response genes in \emph{Armadillidium vulgare}}. \textbf{Frédéric Chevalier}, Juline Herbinière-Gaboreau, Delphine Charif, Guillaume Mitta, Frédéric Gavory, Patrick Wincker, Pierre Grève, Christine Braquart-Varnier, Didier Bouchon. \textit{in prep}\\
480
-\linebreak
481
-\textit{The immune cellular effectors of terrestrial isopod \emph{Armadillidium vulgare}: Meeting with their invaders,  \emph{Wolbachia}}. \textbf{Frédéric Chevalier}, Juline Herbinière-Gaboreau, Joanne Bertaux, Maryline Raimond, Franck Morel, Didier Bouchon, Pierre Grève and Christine Braquart-Varnier. \href{http://dx.doi.org/10.1371/journal.pone.0018531}{PLoS One 2011 \textit{in press}}\\
482
-\linebreak
483
-\textit{Variations of immune parameters in terrestrial isopods: a matter of Gender, Aging and \emph{Wolbachia}}. Mathieu Sicard, \textbf{Frédéric Chevalier}, Mickaël  De Vlechouver, Didier Bouchon, Pierre Grève and Christine Braquart-Varnier. \href{http://dx.doi.org/10.1007/s00114-010-0699-2}{Naturwissenschaften 2010 97(9):819-826}\\
484
-\linebreak
485
-\textit{Evolutionary dynamics of an ancient retrotransposon family provides insights into evolution of genome size in the genus \emph{Oryza}}. Jetty S. S.  Ammiraju, Andrea  Zuccolo, Yeisoo  Yu, Xiang  Song, Benoit  Piegu, \textbf{Frederic  Chevalier}, Jason G.  Walling, Jianxin  Ma, Jayson  Talag, Darshan S.  Brar, Phillip J.  SanMiguel, Ning  Jiang, Scott A.  Jackson, Olivier  Panaud and Rod A. Wing.\href{http://www3.interscience.wiley.com/journal/118488726/abstract}{The Plant Journal 2007 52(2):342-5}.
424
+\textit{\emph{Wolbachia}-isopod interactions: Expression of immune-response genes in \emph{Armadillidium vulgare}}. \textbf{Frédéric Chevalier}, Juline Herbinière-Gaboreau, Delphine Charif, Guillaume Mitta, Frédéric Gavory, Patrick Wincker, Pierre Grève, Christine Braquart-Varnier, Didier Bouchon. Submitted to \href{http://www.biomedcentral.com/bmcmicrobiol/}{BMC Microbiology}.\\
425
+
426
+\textit{\emph{Armadillidium vulgare} – \emph{Wolbachia} association: Impacts on host immune system and immunocompetence}. \textbf{Frédéric Chevalier}, Mathieu Sicard, Joanne Bertaux, Juline Herbinière, Franck Morel, Didier Bouchon, Pierre Grève \& Christine Braquart-Varnier. \href{http://www.istib-2011.si/uploads/media/ISTIB_2011_Proceedings.pdf}{Proceedings of the 8$^{th}$ International Symposium of Terrestrial Isopod Biology 2008}.\\
427
+
428
+\textit{The first reference transcriptome in isopods}.\textbf{Frédéric Chevalier}, Juline Herbinière-Gabo$\-$reau, Delphine Charif, Guillaume Mitta, Frédéric Gavory, Patrick Wincker, Pierre Grève, Christine Braquart-Varnier, Didier Bouchon.   \href{http://www.istib-2011.si/uploads/media/ISTIB_2011_Proceedings.pdf}{Proceedings of the 8$^{th}$ International Symposium of Terrestrial Isopod Biology 2008}.\\
429
+
430
+\textit{The immune cellular effectors of terrestrial isopod \emph{Armadillidium vulgare}: Meeting with their invaders,  \emph{Wolbachia}}. \textbf{Frédéric Chevalier}, Juline Herbinière-Gaboreau, Joanne Bertaux, Maryline Raimond, Franck Morel, Didier Bouchon, Pierre Grève \& Christine Braquart-Varnier. \href{http://dx.doi.org/10.1371/journal.pone.0018531}{PLoS One 2011 6(4):e18531}.\\
431
+
432
+\textit{Variations of immune parameters in terrestrial isopods: a matter of Gender, Aging and \emph{Wolbachia}}. Mathieu Sicard, \textbf{Frédéric Chevalier}, Mickaël  De Vlechouver, Didier Bouchon, Pierre Grève \& Christine Braquart-Varnier. \href{http://dx.doi.org/10.1007/s00114-010-0699-2}{Naturwissenschaften 2010 97(9):819-826}.\\
433
+
434
+\textit{Evolutionary dynamics of an ancient retrotransposon family provides insights into evolution of genome size in the genus \emph{Oryza}}. Jetty S. S.  Ammiraju, Andrea  Zuccolo, Yeisoo  Yu, Xiang  Song, Benoit  Piegu, \textbf{Frederic  Chevalier}, Jason G.  Walling, Jianxin  Ma, Jayson  Talag, Darshan S.  Brar, Phillip J.  SanMiguel, Ning  Jiang, Scott A.  Jackson, Olivier  Panaud \& Rod A. Wing. \href{http://www3.interscience.wiley.com/journal/118488726/abstract}{The Plant Journal 2007 52(2):342-5}.
486 435
 
487 436
 
488 437
 
... ...
@@ -490,9 +439,15 @@ Symbiosis, Host-Symbiont Interaction, Immunity, Immunocompetence, University edu
490 439
 \section{Conference Participations}
491 440
 %----------------------------------
492 441
 %
493
-\textit{Oral communications}
442
+\textit{Oral communications} (\footnotemark[1]presenting author)
494 443
 \begin{outerlist}
495 444
 
445
+	\item \href{http://www.istib-2011.si/}{8$^{th}$ International Symposium of Terrestrial Isopod Biology}: \textit{\emph{Armadillidium vulgare} – \emph{Wolbachia} association: Impacts on host immune system and immunocompetence}. \textbf{Frédéric Chevalier}\footnotemark[1], Mathieu Sicard, Joanne Bertaux, Juline Herbinière, Franck Morel, Didier Bouchon, Pierre Grève \& Christine Braquart-Varnier. Bled, Slovenia, June 19$^{th}$ to 23$^{th}$ 2011. \textbf{Price : Third best presentation.}
446
+	
447
+	\item \href{http://www.istib-2011.si/}{8$^{th}$ International Symposium of Terrestrial Isopod Biology}: \textit{The first reference transcriptome in isopods}.\textbf{Frédéric Chevalier}, Juline Herbinière-Gaboreau, Delphine Charif, Guillaume Mitta, Frédéric Gavory, Patrick Wincker, Pierre Grève, Christine Braquart-Varnier, Didier Bouchon\footnotemark[1]. Bled, Slovenia, June 19$^{th}$ to 23$^{th}$ 2011.
448
+
449
+	\item Immuninv: \textit{\emph{Wolbachia} symbiosis and immunity in \emph{Armadillidium vulgare}: interactions and impacts}. \textbf{Frédéric Chevalier}, Joanne Bertaux, Mathieu Sicard, Juline Herbinière, Didier Bouchon, Pierre Grève \& Christine Braquart-Varnier\footnotemark[1]. Nice, France, May 4$^{th}$ to 6$^{th}$ 2011
450
+	
496 451
 	\item \href{http://wolbachia2010.neb.com/}{6$^{th}$ Internation \emph{Wolbachia} Conference}: \textit{Impact of \emph{Wolbachia} symbiosis on immune system and immunocompetence of crustacean isopods}. \textbf{Frédéric Chevalier}\footnotemark[1], Mathieu Sicard, Joanne Bertaux, Juline Herbinière, Didier Bouchon, Pierre Grève \& Christine Braquart-Varnier. Pacific Grove, Calfornia, USA, June 9$^{th}$ to 14$^{th}$ 2010
497 452
 	
498 453
 	\item \href{http://www.cost-fa0701.com/}{COST-FA0701 COST International Training School "Advances in Symbiosis Research"}: \textit{\emph{Wolbachia} symbiosis and crustacean immunity: When the small ones bully the big one}. \textbf{Frédéric Chevalier}\footnotemark[1], Pierre Grève \& Christine Braquart-Varnier. Rehovot, Israel, March 14$^{th}$ 2010.
... ...
@@ -510,8 +465,6 @@ Symbiosis, Host-Symbiont Interaction, Immunity, Immunocompetence, University edu
510 465
 	\item Immuninv: \textit{\emph{Wolbachia} ($\alpha$-proteobacteria) symbiosis in terrestrial crustaceans: interactions with immune system.} Juline Herbinière, \textbf{Frédéric Chevalier}, Maryline Raimond, Mathieu Sicard, Jean-Marc Strub, Pierre Grève \& Christine Braquart-Varnier\footnotemark[1]. Montpellier, France, May 23$^{th}$ to 25$^{th}$ 2008.
511 466
 	
512 467
 	\item Immuninv (French community of invertebrate immunologists): \textit{\emph{Wolbachia} effects on immune cellular effectors of \emph{Armadillidium vulgare} (crustacean, terrestrial isopod)}. \textbf{Frédéric Chevalier}\footnotemark[1], Juline Herbinière, Mathieu Sicard, Maryline Raimond, Franck Morel, Pierre Grève \& Christine Braquart-Varnier. Montpellier, France, May 23$^{th}$ to 25$^{th}$ 2008.
513
-
514
-\footnotetext[1]{Presenting author}
515 468
 	
516 469
 \end{outerlist}
517 470
 
... ...
@@ -535,8 +488,6 @@ Symbiosis, Host-Symbiont Interaction, Immunity, Immunocompetence, University edu
535 488
 	
536 489
 	\item \href{http://www.cnrs.fr/insb/cjm/}{Jacques Monod Conferences}: \textit{\emph{Wolbachia} symbiosis: Impacts on terrestrial isopod immune system.} \textbf{Frédéric Chevalier}, Juline Herbinière, Mathieu Sicard, Franck Morel, Didier Bouchon, Pierre Grève \& Christine Braquart-Varnier\footnotemark[1]. Aussois, France, May 23$^{th}$ to 27$^{th}$ 2009.
537 490
 
538
-%\footnotetext[1]{Presenting author}
539
-
540 491
 \end{outerlist}
541 492
 
542 493
 
... ...
@@ -565,29 +516,21 @@ Symbiosis, Host-Symbiont Interaction, Immunity, Immunocompetence, University edu
565 516
 %
566 517
 \textit{Experimental skills}
567 518
 \begin{outerlist}
568
-
569
-	\item Nucleic acids: DNA extraction, RNA extraction, PCR, RT-PCR, qPCR, RT-qPCR, cDNA library conception, DNA cloning, Sanger sequencing, \emph{in situ} hybridization
570
-
571
-	\item Proteins: Western blot, quantification of enzyme activity, protein expression in heterologous system, interaction detection (two hybrid system), HPLC protein purification
572
-
573
-	\item Cell biology: flow cytometry, apoptotic labelling (TUNEL and Annexin labelling), cell separation on gradient, manual and automated cell counting, epifluorescent microscopy, confocal microscopy, electron microscopy
574
-
575
-	\item Microbiology: fungi cultures, bacteria cultures, bacteria injections
519
+	\item Nucleic acids: DNA extraction, RNA extraction, Southern, Northern, PCR, RT-PCR, qPCR, RT-qPCR, cDNA library conception, DNA cloning, Sanger sequencing, \emph{in situ} hybridization
520
+	\item Proteins: Protein extraction, Western blot, quantification of enzyme activity, protein expression in heterologous system, interaction detection (two hybrid system), HPLC protein purification
521
+	\item Cell biology: Flow cytometry, apoptotic labelling (TUNEL and Annexin labelling), cell separation on gradient, manual and automated cell counting, epifluorescent microscopy, confocal microscopy, sample preparation for electron microscopy
522
+	\item Microbiology: Fungi cultures (yeast and \textit{Metarhizium anisopliae}), bacteria cultures, bacteria injections, bacterial and yeast transformations (heat shock or electroporation)
523
+	\item Breeding: flies (\textit{Drosophila}), woodlice (terrestrial isopods)
576 524
 \end{outerlist}
577 525
 
578 526
 \blankline
579 527
 
580 528
 \textit{Bioinformatic skills}
581 529
 \begin{outerlist}
582
-
583
-	\item \href{http://blast.ncbi.nlm.nih.gov/Blast.cgi}{\textsc{Blast}}: local and online blast local, automated blast, conserved domain search tools (CDS)
584
-	
585
-	\item \href{http://www.mbio.ncsu.edu/BioEdit/bioedit.html}{\textsc{Bioedit}}: nucleotide and protein alignment (ClustalX), analysis of sequencing chromatogram,...
586
-	
587
-	\item Alignment algorithms: Clustal, \href{http://bioinfo.genotoul.fr/multalin/multalin.html} {\textsc{Multalin}}, MAFFT, PRANK, Guidance
588
-	
589
-	\item Statistic: R software, Jump software
590
-	
530
+	\item Nucleic sequence similarity search: \href{http://blast.ncbi.nlm.nih.gov/Blast.cgi}{\textsc{Blast}} (local or online blast)
531
+	\item Protein domain similarity search: \href{http://crisceb.unina2.it/angelo/PROTEIN_TOOLS/PROSCAN/}{ProScan}, \href{http://www.ncbi.nlm.nih.gov/Structure/cdd/wrpsb.cgi}{Conserved Domain Search}
532
+	\item Nucleic and protein sequence alignment: \href{http://www.mbio.ncsu.edu/BioEdit/bioedit.html}{\textsc{Bioedit}}, \href{http://www.clustal.org/}{Clustal}, \href{http://guidance.tau.ac.il/overview.html}{Guidance},  \href{http://bioinfo.genotoul.fr/multalin/multalin.html}{\textsc{Multalin}}, \href{/home/fred/Bureau/Post-Doc/Candidatures/03 - Cambridge University/Research Statement/F. CHEVALIER - Statement of Reasearch.pdf}{\textsc{Mafft}}, \href{http://www.ebi.ac.uk/goldman-srv/prank/prank/}{\textsc{Prank}}, \href{http://smart.embl-heidelberg.de/}{\textsc{Smart}}
533
+	\item New-generation sequencing data analysis (notion): \href{http://sourceforge.net/apps/mediawiki/mira-assembler/index.php?title=Main_Page}{\textsc{Mira}} (sequence assembly), \href{http://www.phrap.org/phredphrapconsed.html}{Phred / Phrap / Consed} (sequence assembly), \href{http://samtools.sourceforge.net/}{SAMtools} (sequence alignment), \href{http://www.sanger.ac.uk/resources/software/artemis/}{Artemis} (genome annotation), \href{http://bio-bwa.sourceforge.net/}{BWA} (sequence alignment),  \href{http://cufflinks.cbcb.umd.edu/}{Cufflinks} (RNA-Seq data analysis)
591 534
 \end{outerlist}
592 535
 
593 536
 
... ...
@@ -600,29 +543,84 @@ Symbiosis, Host-Symbiont Interaction, Immunity, Immunocompetence, University edu
600 543
 %
601 544
 \textit{Informatic skills}
602 545
 \begin{outerlist}
603
-
546
+	\item Statistic softwares: \href{http://www.r-project.org/}{R program}, \textsc{Jmp}
604 547
 	\item Programming: UNIX shell scripting, R scripting
605
-	
606
-	\item Applications: \TeX{}, \LaTeX{}, B\textsc{ib}\TeX{}, Microsoft Office, OpenOffice, LibreOffice and other office suites for GNU/Linux or Windows platforms
607
-	
608
-	\item Operating systems: GNU/Linux (Distributions Ubuntu, Mandriva, Debian), Microsoft Windows (2000/XP/Vista/7)
609
-	
548
+	\item Applications: Microsoft Office, \href{http://why.openoffice.org/}{OpenOffice.org}, \href{http://www.libreoffice.org/}{LibreOffice} for GNU/Linux or Windows platforms, \href{http://en.wikipedia.org/wiki/LaTeX}{\LaTeX{}}, \href{http://en.wikipedia.org/wiki/BibTeX}{B\textsc{ib}\TeX{}}
549
+	\item Image processing: \href{http://rsbweb.nih.gov/ij/}{ImageJ}, \href{http://www.gimp.org/}{GIMP}, \href{http://inkscape.org/?lang=en}{Inkscape}
550
+	\item Operating systems: GNU/Linux (Ubuntu, Mandriva, Debian distributions), Microsoft Windows (2000/XP/Vista/7)
610 551
 \end{outerlist}
611 552
 
612 553
 \blankline
613 554
 
614 555
 \textit{Language skills}
615 556
 \begin{outerlist}
616
-
617
-	\item Anglais : good working knowledge, TOEIC result 735/990 (oral comprehension 330/495, writting 405/495) (corresponding to CECRL level B1)
618
-
557
+	\item English: good working knowledge, TOEIC result 735/990 (oral comprehension 330/495, writting 405/495) (corresponding to CECRL level B1)
619 558
 	\item Spanish: good comprehension
620
-	
621 559
 	\item Latin: good comprehension
622
-	
623 560
 \end{outerlist}
624 561
 
625 562
 
563
+
564
+%----------------------------------
565
+\section{Responsibility activities}
566
+%----------------------------------
567
+%
568
+\textbf{Administrative responsabilities}
569
+\begin{outerlist}
570
+\item[] \textit{\href{http://ed-icbg.univ-poitiers.fr/}{ICBG graduate school}}	\hfill \textbf{October 2007 to June 2009}
571
+	\begin{innerlist}
572
+	\item PhD student delegate
573
+	\end{innerlist}
574
+\item[] \textit{\href{http://www.ciescentre.fr/index.php?id=3}{CIES Centre (teaching monitor formation)}}	\hfill \textbf{October 2007 to June 2009}
575
+	\begin{innerlist}	
576
+	\item Teaching monitor delegate
577
+	\end{innerlist}
578
+\end{outerlist}
579
+\blankline
580
+
581
+\textbf{Associative responsabilities}
582
+\begin{outerlist}
583
+\item[] \textit{\href{http://moniteurs.poitiers.free.fr/index.php/TEMPO/TEMPO}{TEMPO association (association of PhD student and teaching monitor of Poitiers)}}
584
+	\begin{innerlist}
585
+	\item President of the association		\hfill \textbf{May 2009 to May 2010}
586
+	\item Vice President of the association	\hfill \textbf{May 2008 to May 2009}
587
+	\end{innerlist}
588
+\item[] \textit{\href{http://adbep.asso.univ-poitiers.fr/index.html}{ADBEP association (association of PhD student in biology and ecology of Poiters)}}
589
+	\begin{innerlist}
590
+	\item Secretary of the association  \hfill \textbf{October 2008 to October 2009}
591
+	\item Delegate of the association in the \href{http://www.biotechno.asso.fr/}{BioTechno} network
592
+	\end{innerlist}
593
+\end{outerlist}
594
+
595
+
596
+
597
+%---------------------------------------------
598
+\section{Information dissemination activities}
599
+%---------------------------------------------
600
+%
601
+\textbf{Scientific dissemination}
602
+\begin{outerlist}
603
+\item[] \textit{Science Festival}
604
+	\begin{innerlist}
605
+	\item Presentation of the thematics of the laboratory Ecology, Evolution, Symbiosis to public	\hfill \textbf{November 2009}
606
+	\item Presentation of the thematics of the laboratory Ecology, Evolution, Symbiosis to public	\hfill \textbf{October 2007}
607
+	\end{innerlist}
608
+\end{outerlist}
609
+\blankline
610
+
611
+\textbf{Teaching dissemination}
612
+\begin{outerlist}
613
+\item[] \textit{University open house}
614
+	\begin{innerlist}
615
+	\item Presentation of the Bachelor courses of study
616
+	\item Presentation of the Research Master in Biology, Ecology, Evolution
617
+	\item Presentation of the Master \textit{Erasmus Mundus} EMAE (European Master in Applied Ecology)
618
+	\item Presentation of the Professional Master in Ecological Engineering
619
+	\end{innerlist}
620
+\end{outerlist}
621
+
622
+
623
+
626 624
 \end{document}
627 625
 
628
-%%%%%%%%%%%%%%%%%%%%%%%%%% End CV Document %%%%%%%%%%%%%%%%%%%%%%%%%%%%%
626
+%%%%%%%%%%%%%%%%%%%%%%%%%% End CV Document %%%%%%%%%%%%%%%%%%%%%%%%%%%%%
629 627
\ No newline at end of file
Browse code

Initial commit

Fred authored on02/06/2019 18:17:22
Showing1 changed files
1 1
new file mode 100644
... ...
@@ -0,0 +1,628 @@
1
+%Original author :Theodore P.~Pavlic
2
+%Author: Frédéric CHEVALIER
3
+%Created in: 2009-11-29
4
+%Modified in: 2011-03-23
5
+
6
+%source: http://links.tedpavlic.com/tex/tpavlic_cv.tex
7
+
8
+%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
9
+%% NOTE: If you find that it says                                     %%
10
+%%                                                                    %%
11
+%%                           1 of ??                                  %%
12
+%%                                                                    %%
13
+%% at the bottom of your first page, this means that the AUX file     %%
14
+%% was not available when you ran LaTeX on this source. Simply RERUN  %% 
15
+%% LaTeX to get the ``??'' replaced with the number of the last page  %% 
16
+%% of the document. The AUX file will be generated on the first run   %%
17
+%% of LaTeX and used on the second run to fill in all of the          %%
18
+%% references.                                                        %%
19
+%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
20
+
21
+%%%%%%%%%%%%%%%%%%%%%%%%%%%% Document Setup %%%%%%%%%%%%%%%%%%%%%%%%%%%%
22
+
23
+% Don't like 10pt? Try 11pt or 12pt
24
+\documentclass[10pt]{article}
25
+
26
+\usepackage[utf8]{inputenc}
27
+%\usepackage [french]{babel}
28
+
29
+% This is a helpful package that puts math inside length specifications
30
+\usepackage{calc}
31
+
32
+% This is a helpful package that puts color in your document
33
+\usepackage{xcolor}
34
+
35
+% This is a helpful package that format footnote
36
+\usepackage{footmisc}
37
+
38
+% Layout: Puts the section titles on left side of page
39
+\reversemarginpar
40
+
41
+%
42
+%         PAPER SIZE, PAGE NUMBER, AND DOCUMENT LAYOUT NOTES:
43
+%
44
+% The next \usepackage line changes the layout for CV style section
45
+% headings as marginal notes. It also sets up the paper size as either
46
+% letter or A4. By default, letter was used. If A4 paper is desired,
47
+% comment out the letterpaper lines and uncomment the a4paper lines.
48
+%
49
+% As you can see, the margin widths and section title widths can be
50
+% easily adjusted.
51
+%
52
+% ALSO: Notice that the includefoot option can be commented OUT in order
53
+% to put the PAGE NUMBER *IN* the bottom margin. This will make the
54
+% effective text area larger.
55
+%
56
+% IF YOU WISH TO REMOVE THE ``of LASTPAGE'' next to each page number,
57
+% see the note about the +LP and -LP lines below. Comment out the +LP
58
+% and uncomment the -LP.
59
+%
60
+% IF YOU WISH TO REMOVE PAGE NUMBERS, be sure that the includefoot line
61
+% is uncommented and ALSO uncomment the \pagestyle{empty} a few lines
62
+% below.
63
+%
64
+
65
+%% Use these lines for letter-sized paper
66
+%\usepackage[paper=letterpaper,
67
+%            %includefoot,			  	% Uncomment to put page number above margin
68
+%            marginparwidth=1.2in,    	% Length of section titles
69
+%            marginparsep=.05in,       	% Space between titles and text
70
+%            margin=1in,           		% 1 inch margins
71
+%            includemp]{geometry}
72
+
73
+%% Use these lines for A4-sized paper
74
+\usepackage[paper=a4paper,
75
+            %includefoot, 				% Uncomment to put page number above margin
76
+            marginparwidth=30.5mm,   	% Length of section titles
77
+            marginparsep=1.5mm,      	% Space between titles and text
78
+            margin=20mm,             	% 25mm margins
79
+            includemp]{geometry}
80
+
81
+%% More layout: Get rid of indenting throughout entire document
82
+\setlength{\parindent}{0in}
83
+
84
+%% This gives us fun enumeration environments. compactitem will be nice.
85
+\usepackage{paralist}
86
+
87
+%% Reference the last page in the page number
88
+%
89
+% NOTE: comment the +LP line and uncomment the -LP line to have page
90
+%       numbers without the ``of ##'' last page reference)
91
+%
92
+% NOTE: uncomment the \pagestyle{empty} line to get rid of all page
93
+%       numbers (make sure includefoot is commented out above)
94
+%
95
+\usepackage{fancyhdr,lastpage}
96
+\pagestyle{fancy}
97
+%\pagestyle{empty}      % Uncomment this to get rid of page numbers
98
+\fancyhf{}\renewcommand{\headrulewidth}{0pt}
99
+\fancyfootoffset{\marginparsep+\marginparwidth}
100
+\newlength{\footpageshift}
101
+\setlength{\footpageshift}
102
+          {0.5\textwidth+0.5\marginparsep+0.5\marginparwidth-2in}
103
+\lfoot{\hspace{\footpageshift}%
104
+       \parbox{4in}{\, \hfill %
105
+                    \arabic{page} of \protect\pageref*{LastPage} % +LP
106
+%                    \arabic{page}                               % -LP
107
+                    \hfill \,}}
108
+
109
+% Finally, give us PDF bookmarks
110
+\usepackage{color,hyperref}
111
+\definecolor{darkblue}{rgb}{0.0,0.0,0.3}
112
+\hypersetup{colorlinks,breaklinks,
113
+            linkcolor=darkblue,urlcolor=darkblue,
114
+            anchorcolor=darkblue,citecolor=darkblue}
115
+
116
+%%%%%%%%%%%%%%%%%%%%%%%% End Document Setup %%%%%%%%%%%%%%%%%%%%%%%%%%%%
117
+
118
+
119
+%%%%%%%%%%%%%%%%%%%%%%%%%%% Helper Commands %%%%%%%%%%%%%%%%%%%%%%%%%%%%
120
+
121
+% The title (name) with a horizontal rule under it
122
+%
123
+% Usage: \makeheading{name}
124
+%
125
+% Place at top of document. It should be the first thing.
126
+\newcommand{\makeheading}[1]%
127
+        {\hspace*{-\marginparsep minus \marginparwidth}%
128
+         \begin{minipage}[t]{\textwidth+\marginparwidth+\marginparsep}%
129
+                {\large \bfseries #1}\\[-0.15\baselineskip]%
130
+                 \rule{\columnwidth}{1pt}%
131
+         \end{minipage}}
132
+
133
+% The section headings
134
+%
135
+% Usage: \section{section name}
136
+%
137
+% Follow this section IMMEDIATELY with the first line of the section
138
+% text. Do not put whitespace in between. That is, do this:
139
+%
140
+%       \section{My Information}
141
+%       Here is my information.
142
+%
143
+% and NOT this:
144
+%
145
+%       \section{My Information}
146
+%
147
+%       Here is my information.
148
+%
149
+% Otherwise the top of the section header will not line up with the top
150
+% of the section. Of course, using a single comment character (%) on
151
+% empty lines allows for the function of the first example with the
152
+% readability of the second example.
153
+\renewcommand{\section}[2]%
154
+        {\pagebreak[2]\vspace{2.5\baselineskip}%
155
+         \phantomsection\addcontentsline{toc}{section}{#1}%
156
+         \hspace{0in}%
157
+         \marginpar{
158
+%         \raggedright \scshape \textcolor{blue}{#1}}#2}%colored section
159
+         \raggedright \scshape #1}#2}%classical section
160
+
161
+% An itemize-style list with lots of space between items
162
+\newenvironment{outerlist}[1][\enskip\textbullet]%
163
+        {\begin{itemize}[#1]}{\end{itemize}%
164
+        \vspace{-.6\baselineskip}}
165
+
166
+% An environment IDENTICAL to outerlist that has better pre-list spacing
167
+% when used as the first thing in a \section 
168
+\newenvironment{lonelist}[1][\enskip\textbullet]%
169
+        {\vspace{-\baselineskip}\begin{list}{#1}{%
170
+        \setlength{\partopsep}{0pt}%
171
+        \setlength{\topsep}{0pt}}}
172
+        {\end{list}
173
+        \vspace{-.6\baselineskip}}
174
+
175
+% An itemize-style list with little space between items
176
+\newenvironment{innerlist}[1][\enskip\textbullet]%
177
+        {\begin{compactitem}[#1]}{\end{compactitem}}
178
+        
179
+\newenvironment{innerlist2}[1][\enskip -]%
180
+        {\begin{compactitem}[#1]}{\end{compactitem}}
181
+        
182
+\newenvironment{innerlist3}[1][\enskip $\succ$]%
183
+        {\begin{compactitem}[#1]}{\end{compactitem}}
184
+
185
+% To add some paragraph space between lines.
186
+% This also tells LaTeX to preferably break a page on one of these gaps
187
+% if there is a needed pagebreak nearby.
188
+\newcommand{\blankline}{\quad\pagebreak[2]}
189
+
190
+% Footnote style
191
+\DefineFNsymbols*{asterisks}{*{**}{***}{****}{*****}{******}{*******}}
192
+\setfnsymbol{asterisks}
193
+\renewcommand{\thefootnote}{\fnsymbol{footnote}}
194
+
195
+%%%%%%%%%%%%%%%%%%%%%%%% End Helper Commands %%%%%%%%%%%%%%%%%%%%%%%%%%%
196
+
197
+%%%%%%%%%%%%%%%%%%%%%%%%% Begin CV Document %%%%%%%%%%%%%%%%%%%%%%%%%%%%
198
+
199
+\begin{document}
200
+\makeheading{Frédéric CHEVALIER}
201
+
202
+%-----------------------------
203
+\section{Personal Information}
204
+%-----------------------------
205
+%
206
+Name: CHEVALIER \\
207
+Firstname: Frédéric \\
208
+Sex: male \\
209
+Date of birth: 15$^{th}$ may 1984\\
210
+Citizenship: French
211
+
212
+
213
+
214
+%-------------------------------------
215
+\section{Personal Contact Information}
216
+%-------------------------------------
217
+%
218
+% NOTE: Mind where the & separators and \\ breaks are in the following
219
+%       table.
220
+%
221
+% ALSO: \rcollength is the width of the right column of the table 
222
+%       (adjust it to your liking; default is 1.85in).
223
+%
224
+\newlength{\rcollength}\setlength{\rcollength}{6.5cm}%
225
+%
226
+\begin{tabular}[t]{@{}p{\textwidth-\rcollength}p{\rcollength}}
227
+Appartement 7 & \\
228
+73 Promenade des Cours & \textit{Tel.:} +33 (0)6 74 48 56 21 \\
229
+86000 Poitiers France & \textit{E-mail:} \href{mailto:f15.chevalier@gmail.com} {f15.chevalier@gmail.com}\\
230
+\end{tabular}
231
+
232
+
233
+
234
+%-----------------------------------------
235
+\section{Professional Contact Information}
236
+%-----------------------------------------
237
+%
238
+% NOTE: Mind where the & separators and \\ breaks are in the following
239
+%       table.
240
+%
241
+% ALSO: \rcollength is the width of the right column of the table 
242
+%       (adjust it to your liking; default is 1.85in).
243
+%
244
+%\newlength{\rcollength}\setlength{\rcollength}{6.5cm}%
245
+%
246
+\href{http://ecoevol.labo.univ-poitiers.fr/spip.php?rubrique32}%
247
+     {Laboratory Ecology, Evolution, Symbiosis} \\
248
+\begin{tabular}[t]{@{}p{\textwidth-\rcollength}p{\rcollength}}
249
+%\href{http://ecoevol.labo.univ-poitiers.fr/spip.php?rubrique32}%
250
+%     {Laboratory Ecology, Evolution, Symbiosis} & \\
251
+UMR CNRS 6556 & \textit{Voice:} +33 (0)5 49 36 62 46 \\
252
+\href{http://www.univ-poitiers.fr/}{University of Poitiers} & \textit{Fax:} +33 (0)5 49 45 40 15 \\
253
+40 avenue du Recteur Pineau           	& \textit{E-mail:} \href{mailto:frederic.chevalier@univ-poitiers.fr} {frederic.chevalier@univ-poitiers.fr}\\
254
+86022 Poitiers Cedex France    		& \textit{www:} \href{http://ecoevol.labo.univ-poitiers.fr/?lang=en}{ecoevol.labo.univ-poitiers.fr}\\
255
+\end{tabular}
256
+
257
+
258
+
259
+%---------------------------
260
+\section{Research Interests}
261
+%---------------------------
262
+%
263
+Symbiosis, Host-Symbiont Interaction, Immunity, Immunocompetence, University education 
264
+
265
+
266
+
267
+%------------------
268
+\section{Education}
269
+%------------------
270
+%
271
+\href{http://www.univ-poitiers.fr/}{\textbf{University of Poitiers}}, Poitiers, France
272
+\begin{outerlist}
273
+\item[] \textit{PhD}
274
+        \hfill \textbf{October 2007 to present}
275
+        \begin{innerlist}
276
+        \item Thesis topic: \emph{Wolbachia} symbiosis: immunity involvement and hosts immunocompetence outcome
277
+        \item Supervisors: 
278
+              \href{mailto:christine.braquart@univ-poitiers.fr}
279
+                   {Doctor Christine BRAQUART-VARNIER} -- 
280
+              \href{mailto:pierre.greve@univ-poitiers.fr}
281
+                   {Professor Pierre GRÈVE}
282
+        \item Area of study: Impacts of \emph{Wolbachia} presence on host immunity
283
+        \end{innerlist}
284
+\end{outerlist}
285
+
286
+\blankline
287
+              
288
+\href{http://www.univ-perp.fr/en/index.html}{\textbf{Via Domitia University}}, Perpignan, France
289
+\begin{outerlist}
290
+\item[] \textit{M.S., Fonctional Ecology} (with Honors)
291
+        \hfill \textbf{September 2005 to June 2007}
292
+        \begin{innerlist}
293
+        \item Thesis topic: Understanding of interactions bewtween organisms and environment from molecular to ecology levels
294
+        \item Advisor: 
295
+              \href{mailto:mitta@univ-perp.fr}
296
+                   {Professor Guillaume MITTA}
297
+        \item Area of study: Molecular biology and ecology
298
+        \end{innerlist}
299
+
300
+\item[] \textit{B.S., Phytosciences} (with Honors)
301
+        \hfill \textbf{September 2002 to June 2005}
302
+        \begin{innerlist}
303
+        \item Area of study: Molecular biology and plant ecology
304
+        \end{innerlist}
305
+\end{outerlist}
306
+
307
+
308
+
309
+%---------------
310
+\section{Awards} 
311
+%---------------
312
+%
313
+\href{http://www.enseignementsup-recherche.gouv.fr}{\textbf{Ministère de l'enseignement supérieur et de la recherche}}
314
+\begin{innerlist}
315
+\item \href{http://dr.education.fr/Alloc_doc/}{PhD Research Fellowship} 2007--2010
316
+\item {Tutoring Fellowship} 2007--2010
317
+\item \href{http://wwww.enseignementsup-recherche.gouv.fr/enseignementsup/bourses.htm/}{Merit Fellowship}, 2006--2007
318
+\end{innerlist}
319
+
320
+\newpage
321
+
322
+
323
+
324
+%----------------------------
325
+\section{Academic Experience}
326
+%----------------------------
327
+%
328
+\href{http://www.univ-poitiers.fr}{\textbf{University of Poitiers}}, Poitiers, France
329
+\begin{outerlist}
330
+\item[] \textit{PhD Student}%
331
+        \hfill \textbf{October 2007 to present}
332
+\begin{innerlist}
333
+\item \href{http://dr.education.fr/Alloc_doc/}{PhD Research Fellowship} 2007--2010
334
+\end{innerlist}
335
+\end{outerlist}
336
+
337
+\begin{outerlist}
338
+\item[] \textit{Teaching Tutoring}%
339
+        \hfill \textbf{October 2007 to present}
340
+\begin{innerlist}
341
+\item Master Level
342
+	\begin{innerlist2}
343
+	\item Master Biology, Ecology, Evolution
344
+		\begin{innerlist3}
345
+		\item M2 -- HPLC applications in biology -- 2h of Practical Course
346
+		\end{innerlist3}
347
+	\item Master \textit{Erasmus Mundus} EMAE (European Master in Applied Ecology)
348
+		\begin{innerlist3}
349
+		\item  M1 -- Ecophysiology -- 7h of Practical Course
350
+		\end{innerlist3}
351
+	\item Master Ecology Engineering
352
+		\begin{innerlist3}
353
+		\item M1 -- Ecophysiology -- 16h of Practical Course
354
+		\end{innerlist3}
355
+	\item Master General Biology and Earth and Univers Sciences
356
+		\begin{innerlist3}
357
+		\item  M1 -- Evolution of the main functions -- 5h of Tutorials -- 6h of Practical Course
358
+		\end{innerlist3}
359
+	\end{innerlist2}
360
+
361
+\end{innerlist}
362
+
363
+\begin{innerlist}
364
+\item Bachelor Level
365
+	\begin{innerlist2}
366
+	\item Bachelor Ecology and Biology of Organisms
367
+		\begin{innerlist3}
368
+		\item L3 -- Sensory functions -- 21h of Practical Course
369
+		\item L2 -- Evolution of organization plan -- 6h of Tutorials -- 13h of Practical Course
370
+		\end{innerlist3}
371
+	\item Licence Biology, Geology and Earth and Univers Sciences
372
+		\begin{innerlist3}
373
+		\item L3 -- Neuroanatomy -- 16h of Practical Course
374
+		\item L2 -- Methodology -- 24h of Practical Course
375
+		\end{innerlist3}
376
+	\end{innerlist2}
377
+\end{innerlist}
378
+\end{outerlist}
379
+\blankline
380
+
381
+\href{http://www.univ-perp.fr/en/index.html}{\textbf{Via Domitia University}}, Perpignan, France
382
+\begin{outerlist}
383
+\item[] \textit{Graduate Student}%
384
+        \hfill \textbf{September 2005 to June 2007}
385
+\begin{innerlist}
386
+\item \href{http://wwww.enseignementsup-recherche.gouv.fr/enseignementsup/bourses.htm/}{Merit Fellowship}, 2006--2007
387
+\end{innerlist}
388
+\item[] \textit{Graduate Research}%
389
+\begin{innerlist}
390
+\item Third  training course    \hfill \textbf{January 2007 to June 2007}
391
+\begin{innerlist2}
392
+\item Thesis topic: Intra-specific variation of the virulence in the host/parasitoïd \emph{Drosophila melanogaster}/\emph{Leptopilina boulardi} model: Search of target proteins of virulence factor
393
+\item Supervisor: \href{mailto:poirie@antibes.inra.fr}{Professor Marylène POIRIÉ}
394
+\end{innerlist2}
395
+\end{innerlist}
396
+
397
+\begin{innerlist}
398
+\item Second  training course    \hfill \textbf{July 2006 to September 2006}
399
+\begin{innerlist2}
400
+\item Thesis topic: Story of LaRD (Large Retrotransposon Derivative): Evolution of \emph{Dasheng} element across \emph{Oriza} genus
401
+\item Supervisor: \href{mailto:panaud@univ-perp.fr}{Professor Olivier PANAUD}
402
+\end{innerlist2}
403
+\end{innerlist}
404
+
405
+\begin{innerlist}
406
+\item First training course    \hfill \textbf{January 2006 to June 2006}
407
+\begin{innerlist2}
408
+\item Thesis topic: The compatibility in \emph{Biomphalaria glabrata}/\emph{Echinostoma capro$\-$ni} model: Suppression subtractive hybridization library and tissular expression of candidate genes
409
+\item Supervisor: \href{mailto:mitta@univ-perp.fr}{Professor Guillaume MITTA}
410
+\end{innerlist2}
411
+\end{innerlist}
412
+
413
+\end{outerlist}
414
+
415
+
416
+
417
+
418
+%----------------------------------
419
+\section{Responsibility activities}
420
+%----------------------------------
421
+%
422
+\textbf{Administrative responsabilities}
423
+\begin{outerlist}
424
+\item[] \textit{\href{http://ed-icbg.univ-poitiers.fr/}{ICBG doctoral school}}	\hfill \textbf{October 2007 to June 2009}
425
+	\begin{innerlist}
426
+	\item PhD student delegate
427
+	\end{innerlist}
428
+\item[] \textit{\href{http://www.ciescentre.fr/index.php?id=3}{CIES Centre (teaching monitor formation)}}	\hfill \textbf{October 2007 to June 2009}
429
+	\begin{innerlist}	
430
+	\item Teaching monitor delegate
431
+	\end{innerlist}
432
+\end{outerlist}
433
+\blankline
434
+
435
+\textbf{Associative responsabilities}
436
+\begin{outerlist}
437
+\item[] \textit{\href{http://moniteurs.poitiers.free.fr/index.php/TEMPO/TEMPO}{TEMPO association (association of PhD student and teaching monitor of Poitiers)}}
438
+	\begin{innerlist}
439
+	\item President of the association		\hfill \textbf{May 2009 to May 2010}
440
+	\item Vice President of the association	\hfill \textbf{May 2008 to May 2009}
441
+	\end{innerlist}
442
+\item[] \textit{\href{http://adbep.asso.univ-poitiers.fr/index.html}{ADBEP association (association of PhD student in biology and ecology of Poiters)}}
443
+	\begin{innerlist}
444
+	\item Secretairy of the association  \hfill \textbf{October 2008 to October 2009}
445
+	\item Delegate of the association in the \href{http://www.biotechno.asso.fr/}{BioTechno} network
446
+	\end{innerlist}
447
+\end{outerlist}
448
+
449
+
450
+%---------------------------------------------
451
+\section{Information dissemination activities}
452
+%---------------------------------------------
453
+%
454
+\textbf{Scientific dissemination}
455
+\begin{outerlist}
456
+\item[] \textit{Fête de la Science}
457
+	\begin{innerlist}
458
+	\item Presentation of laboratory thematics to public	\hfill \textbf{November 2009}
459
+	\item Presentation of laboratory thematics to public	\hfill \textbf{October 2007}
460
+	\end{innerlist}
461
+\end{outerlist}
462
+\blankline
463
+
464
+\textbf{Teaching dissemination}
465
+\begin{outerlist}
466
+\item[] \textit{University open house}
467
+	\begin{innerlist}
468
+	\item Presentation of the different courses of study	\hfill \textbf{January 2010}
469
+	\item Presentation of the different courses of study	\hfill \textbf{February 2009}
470
+	\end{innerlist}
471
+\end{outerlist}
472
+
473
+
474
+
475
+%----------------------
476
+\section{Publications}
477
+%----------------------
478
+%
479
+\textit{\emph{Wolbachia}-isopod interactions: Expression of immune-response genes in \emph{Armadillidium vulgare}}. \textbf{Frédéric Chevalier}, Juline Herbinière-Gaboreau, Delphine Charif, Guillaume Mitta, Frédéric Gavory, Patrick Wincker, Pierre Grève, Christine Braquart-Varnier, Didier Bouchon. \textit{in prep}\\
480
+\linebreak
481
+\textit{The immune cellular effectors of terrestrial isopod \emph{Armadillidium vulgare}: Meeting with their invaders,  \emph{Wolbachia}}. \textbf{Frédéric Chevalier}, Juline Herbinière-Gaboreau, Joanne Bertaux, Maryline Raimond, Franck Morel, Didier Bouchon, Pierre Grève and Christine Braquart-Varnier. \href{http://dx.doi.org/10.1371/journal.pone.0018531}{PLoS One 2011 \textit{in press}}\\
482
+\linebreak
483
+\textit{Variations of immune parameters in terrestrial isopods: a matter of Gender, Aging and \emph{Wolbachia}}. Mathieu Sicard, \textbf{Frédéric Chevalier}, Mickaël  De Vlechouver, Didier Bouchon, Pierre Grève and Christine Braquart-Varnier. \href{http://dx.doi.org/10.1007/s00114-010-0699-2}{Naturwissenschaften 2010 97(9):819-826}\\
484
+\linebreak
485
+\textit{Evolutionary dynamics of an ancient retrotransposon family provides insights into evolution of genome size in the genus \emph{Oryza}}. Jetty S. S.  Ammiraju, Andrea  Zuccolo, Yeisoo  Yu, Xiang  Song, Benoit  Piegu, \textbf{Frederic  Chevalier}, Jason G.  Walling, Jianxin  Ma, Jayson  Talag, Darshan S.  Brar, Phillip J.  SanMiguel, Ning  Jiang, Scott A.  Jackson, Olivier  Panaud and Rod A. Wing.\href{http://www3.interscience.wiley.com/journal/118488726/abstract}{The Plant Journal 2007 52(2):342-5}.
486
+
487
+
488
+
489
+%----------------------------------
490
+\section{Conference Participations}
491
+%----------------------------------
492
+%
493
+\textit{Oral communications}
494
+\begin{outerlist}
495
+
496
+	\item \href{http://wolbachia2010.neb.com/}{6$^{th}$ Internation \emph{Wolbachia} Conference}: \textit{Impact of \emph{Wolbachia} symbiosis on immune system and immunocompetence of crustacean isopods}. \textbf{Frédéric Chevalier}\footnotemark[1], Mathieu Sicard, Joanne Bertaux, Juline Herbinière, Didier Bouchon, Pierre Grève \& Christine Braquart-Varnier. Pacific Grove, Calfornia, USA, June 9$^{th}$ to 14$^{th}$ 2010
497
+	
498
+	\item \href{http://www.cost-fa0701.com/}{COST-FA0701 COST International Training School "Advances in Symbiosis Research"}: \textit{\emph{Wolbachia} symbiosis and crustacean immunity: When the small ones bully the big one}. \textbf{Frédéric Chevalier}\footnotemark[1], Pierre Grève \& Christine Braquart-Varnier. Rehovot, Israel, March 14$^{th}$ 2010.
499
+	
500
+	\item \href{http://www.cost-fa0701.com/}{COST-FA0701 Action Workshop}: \textit{\emph{Wolbachia} symbiosis: Impacts on terrestrial isopod immune system}. \textbf{Frédéric Chevalier}, Juline Herbinière, Mathieu Sicard, Pierre Grève, Christine Braquart-Varnier \& Didier Bouchon\footnotemark[1]. Madeira Island, Portugal, January 20$^{th}$ to 23$^{th}$ 2010.
501
+	
502
+	\item Microbiology Day of Poitiers: \textit{Wolbachia ($\alpha$-proteobacteria) effects on immune cellular effectors of \emph{Armadillidium vulgare} (crustacean, terrestrial isopod)}. \textbf{Frédéric Chevalier}\footnotemark[1], Pierre Grève \& Christine Braquart-Varnier. Poitiers, France, December 9$^{th}$ 2009.
503
+	
504
+	\item Immuninv: \textit{\emph{Wolbachia} effects on immune effectors of \emph{Armadillidium vulgare} (crustacean, terrestrial isopod)}. \textbf{Frédéric Chevalier}\footnotemark[1], Juline Herbinière, Mathieu Sicard, Maryline Raimond, Franck Morel, Pierre Grève \& Christine Braquart-Varnier. Poi$\-$tiers France, October 21$^{th}$ to 23$^{th}$ 2009.
505
+	
506
+	\item PhD Student Day: \textit{\emph{Wolbachia} effects on immune effectors of \emph{Armadillidium vulgare} (crustacean, terrestrial isopod)}. \textbf{Frédéric Chevalier}\footnotemark[1], Juline Herbinière, Mathieu Sicard, Maryline Raimond, Franck Morel, Pierre Grève \& Christine Braquart-Varnier. Poitiers, France, June 25$^{th}$ 2009.
507
+	
508
+	\item REID (French network of continue interaction ecology): \textit{\emph{Wolbachia} effects on immune cellular effectors of \emph{Armadillidium vulgare} (crustacean, terrestrial isopod)}. \textbf{Frédéric Chevalier}\footnotemark[1], Juline Herbinière, Mathieu Sicard, Maryline Raimond, Fran$\-$ck Morel, Pierre Grève \& Christine Braquart-Varnier. Amiens, France, January 14$^{th}$ to 15$^{th}$ 2009.
509
+	
510
+	\item Immuninv: \textit{\emph{Wolbachia} ($\alpha$-proteobacteria) symbiosis in terrestrial crustaceans: interactions with immune system.} Juline Herbinière, \textbf{Frédéric Chevalier}, Maryline Raimond, Mathieu Sicard, Jean-Marc Strub, Pierre Grève \& Christine Braquart-Varnier\footnotemark[1]. Montpellier, France, May 23$^{th}$ to 25$^{th}$ 2008.
511
+	
512
+	\item Immuninv (French community of invertebrate immunologists): \textit{\emph{Wolbachia} effects on immune cellular effectors of \emph{Armadillidium vulgare} (crustacean, terrestrial isopod)}. \textbf{Frédéric Chevalier}\footnotemark[1], Juline Herbinière, Mathieu Sicard, Maryline Raimond, Franck Morel, Pierre Grève \& Christine Braquart-Varnier. Montpellier, France, May 23$^{th}$ to 25$^{th}$ 2008.
513
+
514
+\footnotetext[1]{Presenting author}
515
+	
516
+\end{outerlist}
517
+
518
+\blankline
519
+
520
+\textit{Poster communications}
521
+
522
+\begin{outerlist}
523
+
524
+	\item \href{http://wolbachia2010.neb.com/}{6$^{th}$ Internation \emph{Wolbachia} Conference}: \textit{FISHing \emph{Wolbachia}: let woodlice catch your eyes}. Joanne Bertaux, \textbf{Frédéric Chevalier}, Christine Braquart-Varnier, Mathieu Sicard, Pierre Grève \& Didier Bouchon\footnotemark[1]. Pacific Grove, Calfornia, USA, June 9$^{th}$ to 14$^{th}$ 2010.
525
+
526
+	\item Immuninv: \textit{Vous Vous En Fishez, Des Cloportes ? Pas \emph{Wolbachia} !} Joanne Bertaux\footnotemark[1], \textbf{Frédéric Chevalier}, Christine Braquart-Varnier, Mathieu Sicard, Pierre Grève \& Didier Bouchon. Poitiers, France, October 21$^{th}$ to 23$^{th}$ 2009.
527
+	
528
+	\item Immuninv: \textit{Immunocompetence, aging and \emph{Wolbachia}.} \textbf{Frédéric Chevalier}\footnotemark[1], Mickael De Vlechouver, Didier Bouchon, Pierre Grève, Christine Braquart-Varnier \& Mathieu Sicard. Poitiers, France, October 21$^{th}$ to 23$^{th}$ 2009.
529
+	
530
+	\item Immuninv (French community of invertebrate immunologists): \textit{\emph{Wolbachia} symbiosis: impacts on terrestrial isopod immune system}. \textbf{Frédéric Chevalier}\footnotemark[1], Mathieu Sicard, Juline Herbinière, Franck Morel, Didier Bouchon, Pierre Grève \& Christine Braquart-Varnier. Poitiers, France, October 21$^{th}$ to 23$^{th}$ 2009.
531
+	
532
+	\item \href{http://www.union.wisc.edu/symbiosis}{6$^{th}$ International Symbiosis Society}: \textit{\emph{Wolbachia} symbiosis: Impacts on terrestrial isopod immune system}. \textbf{Frédéric Chevalier}, Mathieu Sicard\footnotemark[1], Juline Herbinière, Franck Morel, Didier Bouchon, Pierre Grève \& Christine Braquart-Varnier. Madison, Wisconsin, USA, August 9$^{th}$ to 15$^{th}$ 2009.
533
+	
534
+	\item \href{http://www.cost-fa0701.com/}{COST-FA0701 Action Workshop Immunity and Symbiosis}: \textit{Immunocompetence, aging and \emph{Wolbachia}}. \textbf{Frédéric Chevalier}\footnotemark[1], Mickael De Vlechouver, Didier Bouchon, Pierre Grève, Christine Braquart-Varnier \& Mathieu Sicard. Aussois, France, May 27$^{th}$ to 30$^{th}$ 2009.
535
+	
536
+	\item \href{http://www.cnrs.fr/insb/cjm/}{Jacques Monod Conferences}: \textit{\emph{Wolbachia} symbiosis: Impacts on terrestrial isopod immune system.} \textbf{Frédéric Chevalier}, Juline Herbinière, Mathieu Sicard, Franck Morel, Didier Bouchon, Pierre Grève \& Christine Braquart-Varnier\footnotemark[1]. Aussois, France, May 23$^{th}$ to 27$^{th}$ 2009.
537
+
538
+%\footnotetext[1]{Presenting author}
539
+
540
+\end{outerlist}
541
+
542
+
543
+
544
+%--------------------------------------
545
+\section{Training school participation}
546
+%--------------------------------------
547
+%
548
+\href{http://www.agri.huji.ac.il/index-eng.html}{\textbf{The Hebrew University of Jerusalem}}, Rehovot, Israël
549
+\begin{outerlist}
550
+\item[] \textit{\href{http://www.cost-fa0701.com/}{COST Training School} - Advances in Symbiosis Research}	\hfill \textbf{March 13$^{th}$ to 19$^{th}$ 2009}
551
+        \begin{innerlist}
552
+        \item Aims : state of the art in the symbiosis research domain in the COST Action FA0701.
553
+        \item Advisor : 
554
+              \href{mailto:yuval@agri.huji.ac.il}
555
+                   {Professeur Boaz YUVAL}
556
+        \item Topic : symbiosis study and associated techniques.
557
+        \end{innerlist}
558
+\end{outerlist}
559
+
560
+
561
+
562
+%----------------------------
563
+\section{Technical \\ Skills}
564
+%----------------------------
565
+%
566
+\textit{Experimental skills}
567
+\begin{outerlist}
568
+
569
+	\item Nucleic acids: DNA extraction, RNA extraction, PCR, RT-PCR, qPCR, RT-qPCR, cDNA library conception, DNA cloning, Sanger sequencing, \emph{in situ} hybridization
570
+
571
+	\item Proteins: Western blot, quantification of enzyme activity, protein expression in heterologous system, interaction detection (two hybrid system), HPLC protein purification
572
+
573
+	\item Cell biology: flow cytometry, apoptotic labelling (TUNEL and Annexin labelling), cell separation on gradient, manual and automated cell counting, epifluorescent microscopy, confocal microscopy, electron microscopy
574
+
575
+	\item Microbiology: fungi cultures, bacteria cultures, bacteria injections
576
+\end{outerlist}
577
+
578
+\blankline
579
+
580
+\textit{Bioinformatic skills}
581
+\begin{outerlist}
582
+
583
+	\item \href{http://blast.ncbi.nlm.nih.gov/Blast.cgi}{\textsc{Blast}}: local and online blast local, automated blast, conserved domain search tools (CDS)
584
+	
585
+	\item \href{http://www.mbio.ncsu.edu/BioEdit/bioedit.html}{\textsc{Bioedit}}: nucleotide and protein alignment (ClustalX), analysis of sequencing chromatogram,...
586
+	
587
+	\item Alignment algorithms: Clustal, \href{http://bioinfo.genotoul.fr/multalin/multalin.html} {\textsc{Multalin}}, MAFFT, PRANK, Guidance
588
+	
589
+	\item Statistic: R software, Jump software
590
+	
591
+\end{outerlist}
592
+
593
+
594
+
595
+%\newpage
596
+
597
+%---------------------
598
+\section{Other skills}
599
+%---------------------
600
+%
601
+\textit{Informatic skills}
602
+\begin{outerlist}
603
+
604
+	\item Programming: UNIX shell scripting, R scripting
605
+	
606
+	\item Applications: \TeX{}, \LaTeX{}, B\textsc{ib}\TeX{}, Microsoft Office, OpenOffice, LibreOffice and other office suites for GNU/Linux or Windows platforms
607
+	
608
+	\item Operating systems: GNU/Linux (Distributions Ubuntu, Mandriva, Debian), Microsoft Windows (2000/XP/Vista/7)
609
+	
610
+\end{outerlist}
611
+
612
+\blankline
613
+
614
+\textit{Language skills}
615
+\begin{outerlist}
616
+
617
+	\item Anglais : good working knowledge, TOEIC result 735/990 (oral comprehension 330/495, writting 405/495) (corresponding to CECRL level B1)
618
+
619
+	\item Spanish: good comprehension
620
+	
621
+	\item Latin: good comprehension
622
+	
623
+\end{outerlist}
624
+
625
+
626
+\end{document}
627
+
628
+%%%%%%%%%%%%%%%%%%%%%%%%%% End CV Document %%%%%%%%%%%%%%%%%%%%%%%%%%%%%