%Original author :Theodore P.~Pavlic
%Author: Frédéric CHEVALIER
%Created in: 2009-11-29
%Modified in: 2016-12-15
%source: http://links.tedpavlic.com/tex/tpavlic_cv.tex
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%% NOTE: If you find that it says %%
%% %%
%% 1 of ?? %%
%% %%
%% at the bottom of your first page, this means that the AUX file %%
%% was not available when you ran LaTeX on this source. Simply RERUN %%
%% LaTeX to get the ``??'' replaced with the number of the last page %%
%% of the document. The AUX file will be generated on the first run %%
%% of LaTeX and used on the second run to fill in all of the %%
%% references. %%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%%%%%%%%%%%%%%%%%%%%%%%%%%% Document Setup %%%%%%%%%%%%%%%%%%%%%%%%%%%%
% Don't like 10pt? Try 11pt or 12pt
\documentclass[10pt]{article}
\usepackage[utf8]{inputenc}
\usepackage[T1]{fontenc}
\usepackage{ucs}
\usepackage[frenchb]{babel}
% This is a helpful package that puts math inside length specifications
\usepackage{calc}
% This is a helpful package that puts color in your document
\usepackage{xcolor}
% This is a helpful package that format footnote
\usepackage{footmisc}
% Layout: Puts the section titles on left side of page
\reversemarginpar
%
% PAPER SIZE, PAGE NUMBER, AND DOCUMENT LAYOUT NOTES:
%
% The next \usepackage line changes the layout for CV style section
% headings as marginal notes. It also sets up the paper size as either
% letter or A4. By default, letter was used. If A4 paper is desired,
% comment out the letterpaper lines and uncomment the a4paper lines.
%
% As you can see, the margin widths and section title widths can be
% easily adjusted.
%
% ALSO: Notice that the includefoot option can be commented OUT in order
% to put the PAGE NUMBER *IN* the bottom margin. This will make the
% effective text area larger.
%
% IF YOU WISH TO REMOVE THE ``of LASTPAGE'' next to each page number,
% see the note about the +LP and -LP lines below. Comment out the +LP
% and uncomment the -LP.
%
% IF YOU WISH TO REMOVE PAGE NUMBERS, be sure that the includefoot line
% is uncommented and ALSO uncomment the \pagestyle{empty} a few lines
% below.
%
%% Use these lines for letter-sized paper
%\usepackage[paper=letterpaper,
% %includefoot, % Uncomment to put page number above margin
% marginparwidth=1.2in, % Length of section titles
% marginparsep=.05in, % Space between titles and text
% margin=1in, % 1 inch margins
% includemp]{geometry}
%% Use these lines for A4-sized paper
\usepackage[paper=a4paper,
includefoot, % Uncomment to put page number above margin
marginparwidth=30.5mm, % Length of section titles
marginparsep=1.5mm, %1.5mm, % Space between titles and text
margin=10mm, %22.5mm, % 25mm margins
includemp]{geometry}
%% More layout: Get rid of indenting throughout entire document
\setlength{\parindent}{0in}
%% This gives us fun enumeration environments. compactitem will be nice.
\usepackage{paralist}
%% Reference the last page in the page number
%
% NOTE: comment the +LP line and uncomment the -LP line to have page
% numbers without the ``of ##'' last page reference)
%
% NOTE: uncomment the \pagestyle{empty} line to get rid of all page
% numbers (make sure includefoot is commented out above)
%
\usepackage{fancyhdr,lastpage}
\pagestyle{fancy}
%\pagestyle{empty} % Uncomment this to get rid of page numbers
\fancyhf{}\renewcommand{\headrulewidth}{0pt}
\fancyfootoffset{\marginparsep+\marginparwidth}
\newlength{\footpageshift}
\setlength{\footpageshift}
{0.5\textwidth+0.5\marginparsep+0.5\marginparwidth-2in}
\lfoot{\hspace{\footpageshift}%
\parbox{4in}{\, \hfill %
\arabic{page} sur \protect\pageref*{LastPage} % +LP
% \arabic{page} % -LP
\hfill \,}}
% Finally, give us PDF bookmarks
\usepackage{color,hyperref}
\definecolor{darkblue}{rgb}{0.0,0.0,0.3}
\definecolor{orange}{rgb}{0.8,0.5,0.2}
\hypersetup{colorlinks, breaklinks,
linkcolor=orange,
urlcolor=orange,
anchorcolor=orange,
citecolor=orange}
%%%%%%%%%%%%%%%%%%%%%%%% End Document Setup %%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%%%%%%%%%%%%%%%%%%%%%%%%%% Helper Commands %%%%%%%%%%%%%%%%%%%%%%%%%%%%
% The title (name) with a horizontal rule under it
%
% Usage: \makeheading{name}
%
% Place at top of document. It should be the first thing.
\newcommand{\makeheading}[1]%
{\hspace*{-\marginparsep minus \marginparwidth}%
\begin{minipage}[t]{\textwidth+\marginparwidth+\marginparsep}%
{\large \bfseries #1}\\[-0.15\baselineskip]%
\rule{\columnwidth}{1pt}%
\end{minipage}}
% The section headings
%
% Usage: \section{section name}
%
% Follow this section IMMEDIATELY with the first line of the section
% text. Do not put whitespace in between. That is, do this:
%
% \section{My Information}
% Here is my information.
%
% and NOT this:
%
% \section{My Information}
%
% Here is my information.
%
% Otherwise the top of the section header will not line up with the top
% of the section. Of course, using a single comment character (%) on
% empty lines allows for the function of the first example with the
% readability of the second example.
\renewcommand{\section}[2]%
{\pagebreak[2]\vspace{2\baselineskip}% original : \pagebreak[2]\vspace{2.5\baselineskip
\phantomsection\addcontentsline{toc}{section}{#1}%
\hspace{0in}%
\marginpar{
% \raggedright \scshape \textcolor{blue}{#1}}#2}%colored section
\raggedright \scshape #1}#2}%classical section
% An itemize-style list with lots of space between items
\newenvironment{outerlist}[1][\enskip\textbullet]%
{\begin{itemize}[#1]}{\end{itemize}%
\vspace{-.6\baselineskip}}
% An environment IDENTICAL to outerlist that has better pre-list spacing
% when used as the first thing in a \section
\newenvironment{lonelist}[1][\enskip\textbullet]%
{\vspace{-\baselineskip}\begin{list}{#1}{%
\setlength{\partopsep}{0pt}%
\setlength{\topsep}{0pt}}}
{\end{list}
\vspace{-.6\baselineskip}}
% An itemize-style list with little space between items
\newenvironment{innerlist}[1][\enskip\textbullet]%
{\begin{compactitem}[#1]}{\end{compactitem}}
\newenvironment{innerlist2}[1][\enskip -]%
{\begin{compactitem}[#1]}{\end{compactitem}}
\newenvironment{innerlist3}[1][\enskip $\succ$]%
{\begin{compactitem}[#1]}{\end{compactitem}}
% To add some paragraph space between lines.
% This also tells LaTeX to preferably break a page on one of these gaps
% if there is a needed pagebreak nearby.
\newcommand{\blankline}{\quad\pagebreak[2]}
% Footnote style
\DefineFNsymbols*{asterisks}{*{**}{***}{****}{*****}{******}{*******}}
\setfnsymbol{asterisks}
\renewcommand{\thefootnote}{\fnsymbol{footnote}}
%%%%%%%%%%%%%%%%%%%%%%%% End Helper Commands %%%%%%%%%%%%%%%%%%%%%%%%%%%
%%%%%%%%%%%%%%%%%%%%%%%%% Begin CV Document %%%%%%%%%%%%%%%%%%%%%%%%%%%%
\begin{document}
\makeheading{Frédéric CHEVALIER}
%-----------------------------------
\section{Informations personnelles}
%-----------------------------------
%
Nom : CHEVALIER \\
Prénom : Frédéric \\
Genre : Masculin \\
Date de naissance : 15 mai 1984\\
Nationalité : Française
%---------------------------
\section{Contact personnel}
%---------------------------
%
% NOTE: Mind where the & separators and \\ breaks are in the following
% table.
%
% ALSO: \rcollength is the width of the right column of the table
% (adjust it to your liking; default is 1.85in).
%
\newlength{\rcollength}\setlength{\rcollength}{6.5cm}%
%
\begin{tabular}[t]{@{}p{\textwidth-\rcollength}p{\rcollength}}
Apartment 2026 & \\
11020 Huebner Oaks & \\
San Antonio & \textit{Tel.:} +1 210 887 1716 \\
Texas 78230 -- USA & \textit{E-mail:} \href{mailto:frederic.d.chevalier@gmail.com} {frederic.d.chevalier@gmail.com}\\
\end{tabular}
%-------------------------------
\section{Contact professionnel}
%-------------------------------
%
% NOTE: Mind where the & separators and \\ breaks are in the following
% table.
%
% ALSO: \rcollength is the width of the right column of the table
% (adjust it to your liking; default is 1.85in).
%
%\newlength{\rcollength}\setlength{\rcollength}{6.5cm}%
%
\href{http://txbiomed.org/}%
{Texas Biomedical Research Institute} \\
\begin{tabular}[t]{@{}p{\textwidth-\rcollength}p{\rcollength}}
%\href{http://ecoevol.labo.univ-poitiers.fr/spip.php?rubrique32}%
% {Laboratory Ecology, Evolution, Symbiosis} & \\
P.O. Box 760549 & \textit{Tel.:} +1 210 258 9277 \\
%\href{http://www.univ-poitiers.fr/}{University of Poitiers} & \textit{Fax:} +33 (0)5 49 45 40 15 \\
San Antonio & \textit{E-mail:} \href{mailto:fcheval@txbiomed.org} {fcheval@txbiomed.org}\\
Texas 78245-0549 -- USA & \textit{www:} \href{http://txbiomed.org/}{txbiomed.org}\\
\end{tabular}
%-----------------------------
\section{Thèmes de recherche}
%-----------------------------
%
Interaction hôte-symbiote, immunité, génétique mendélienne, génomique des populations
%-------------------------------------
\section{Expériences professionnelles}
%-------------------------------------
%
\textbf{Stage postdoctoral}%
\hfill \textbf{Mars 2012 à maintenant}
\begin{outerlist}
\item[] \href{http://txbiomed.org}{\textbf{Texas Biomedical Research Institute}}, San Antonio, Texas, USA
\begin{innerlist}
\item Sujet : Spécificité d'hôte chez \emph{Schistosoma mansoni} : identification des gènes impliqués dans le phénotype de compatibilité avec son hôte \emph{Biomphalaria glabratra}.
\begin{innerlist2}
\item Supervision :
\href{mailto:tanderso@txboimedical.org}
{Dr. Tim ANDERSON}
\item Fincancement : \href{http://projectreporter.nih.gov/project_info_details.cfm?aid=8222346&icde=12132801}{NIH-NIAID Grant -- Genetic analysis of host specificity in \emph{Schistosoma mansoni}} (n$^{\circ}$1R01AI097576-01)
\end{innerlist2}
\end{innerlist}
\end{outerlist}
\blankline
\textbf{ATER}%
\hfill \textbf{Octobre 2010 à Septembre 2011}
\begin{outerlist}
\item[] \href{http://www.univ-poitiers.fr/}{\textbf{Université de Poitiers}}, Poitiers, France
\begin{innerlist}
\item Niveau Master -- Enseignements : 16h TD / 37h TP -- Matières : Immunologie, Écophysiologie, Chromatographie
%\begin{innerlist}
%\item Enseignements : 16h TD -- 37h TP
%\item Domaines : Immunologie, Écophysiologie
%\item Masters d'importance :
%\begin{innerlist2}
%\item Master Recherche Biologie, Écologie, Évolution
%\item Master \textit{Erasmus Mundus} EMAE (\textit{European Master in Applied Ecology})
%\end{innerlist2}
%\end{innerlist}
\item Niveau Licence -- Enseignements : 54h TD / 112h TP -- Matières : Fonctions sensorielles, Neuroanatomie, Évolution des plans d'organisation, Diversité du Vivant, Organismes \& Milieux
%\begin{innerlist}
%\item Enseignements : 54h TD -- 112h TP
%\item Domaines : Fonctions sensorielles, Neuroanatomie, Évolution des plans d'organi$\-$sation, Diversité du Vivant, Organismes \& Milieux
%\item Licences d'importance :
%\begin{innerlist2}
%\item Licence Écologie et Biologie des Organismes
%\item Licence Science de la Vie et Géologie
%\end{innerlist2}
\end{innerlist}
\end{outerlist}
%---------------
\section{Cursus}
%---------------
%
\textbf{Doctorat}
\hfill \textbf{Octobre 2007 à Juin 2011}
\begin{outerlist}
\item[] \href{http://www.univ-poitiers.fr/}{\textbf{Université de Poitiers}}, Poitiers, France
\begin{innerlist}
\item Sujet de thèse : Symbiose à \emph{Wolbachia} ($\alpha$-protéobactérie) : impacts sur le système immunitaire et l'immunocompétence de son hôte \emph{Armadillidium vulgare} (crustacé isopode)
\begin{innerlist2}
\item Directeurs :
\href{mailto:christine.braquart@univ-poitiers.fr}{Docteur Christine BRAQUART-VARNIER} --
\href{mailto:pierre.greve@univ-poitiers.fr}{Professeur Pierre GRÈVE}
\item Financement : Allocations \href{http://dr.education.fr/Alloc_doc/}{ministérielle} et de monitorat
\item[]
\end{innerlist2}
\end{innerlist}
\end{outerlist}
\blankline
\textbf{Monitorat}%
\hfill \textbf{Octobre 2007 à 2010}
\begin{outerlist}
\item[] \href{http://www.univ-poitiers.fr/}{\textbf{Université de Poitiers}}, Poitiers, France
\begin{innerlist}
\item Niveau Master -- Enseignements : 16h TD / 37h TP -- Matières : Ecophysiologie, Chromatographie
%\item Enseignements : 16h TD / 37h TP -- Matière : Ecophysiologie
%\item Matière : Ecophysiologie
%\item Masters d'importance :
%\begin{innerlist2}
%\item Master Recherche Biologie, Écologie, Évolution
%\item Master \textit{Erasmus Mundus} EMAE (\textit{European Master in Applied Ecology})
%\end{innerlist2}
%\end{innerlist}
\item Niveau Licence -- Enseignements : 6h TD / 74h TP -- Matières : Fonctions sensorielles, Neuroanatomie, Évolution des plans d'organisation
%\begin{innerlist}
%\item Enseignements : 6h TD -- 74h TP
%\item Domaines : Fonctions sensorielles, Neuroanatomie, Évolution des plans d'organi$\-$sation
%\item Licences d'importance :
%\begin{innerlist2}
%\item Licence Écologie et Biologie des Organismes
%\item Licence Biologie, Géologie, Sciences de la Terre et de l'Univers
%\item Licence Science de la Vie et Géologie
%\end{innerlist2}
\end{innerlist}
\end{outerlist}
\blankline
\textbf{Master Écologie fonctionnelle : des molécules aux populations naturelles} (mention Bien) -- Responsable :
\href{mailto:mitta@univ-perp.fr}{Professeur Guillaume MITTA}
\hfill \textbf{Septembre 2005 à Juin 2007}
\begin{outerlist}
\item[] \href{http://www.univ-perp.fr/fr/index.html}{\textbf{Université Via Domitia}}, Perpignan, France
\begin{innerlist}
\item Stage Master 1 : La compatibilité dans le modèle \emph{Biomphalaria glabrata}/\emph{Echino$\-$stoma caproni} : banques SSH et expression tissulaire de gènes candidats \hfill \textbf{Janvier 2006 à Juin 2006}
\begin{innerlist2}
\item Directeur: \href{mailto:mitta@univ-perp.fr}{Professeur Guillaume MITTA}
\end{innerlist2}
\end{innerlist}
\begin{innerlist}
\item Stage Master 1 (hors-cursus) : Histoire de LARD (\emph{Large Retrotransposon Derivative}) : Évolution de l'élément Dasheng au sein du genre \emph{Oriza} \hfill \textbf{Juillet 2006 à Septembre 2006}
\begin{innerlist2}
\item Directeur : \href{mailto:panaud@univ-perp.fr}{Professeur Olivier PANAUD}
\end{innerlist2}
\end{innerlist}
\begin{innerlist}
\item Stage Master 2 : Variation intra-spécifique de virulence dans le modèle hôte/para$\-$sitoïde \emph{Drosophila melanogaster}/\emph{Leptopilina boulardi}: recherche de protéines cibles d'un facteur de virulence \hfill \textbf{Janvier 2007 à Juin 2007}
\begin{innerlist2}
\item Directeur : \href{mailto:poirie@antibes.inra.fr}{Professeur Marylène POIRIÉ}
\item Financement : \href{http://wwww.enseignementsup-recherche.gouv.fr/enseignementsup/bourses.htm/}{Bourse au mérite}
\end{innerlist2}
\end{innerlist}
\end{outerlist}
\blankline
\textbf{Licence Phytosciences} (mention Bien)
\hfill \textbf{Septembre 2002 à Juin 2005}
\begin{outerlist}
\item[] \href{http://www.univ-perp.fr/fr/index.html}{\textbf{Université Via Domitia}}, Perpignan, France
\end{outerlist}
%----------------------------
\section{Compétences \\ Techniques}
%----------------------------
%
\textit{Compétences expérimentales}
\begin{outerlist}
\item Acides nucléiques: extraction d'ADN et d'ARN, PCR, RT-PCR, qPCR, clonage, séquençage, banques (soustractives, RNA-seq, captude d'exome), hybridation \textit{in situ},
\item Protéines: Western blot, quantification d'activité enzymatique, expression de protéines en système hétérologue, détection d'interactions (double hybride), purification de protéines par HPLC
\item Biologie cellulaire : cytométrie en flux, marquage apoptose (TUNEL et Annexin), séparation de cellules sur gradient, comptage de cellules, microscopie (épifluorescente, confocale)
\item Microbiologie : cultures de champignons, cultures de bactéries, injections de bactéries
\item Élevage: mouches (\emph{Drosophila}), cloportes (isopodes terrestres), escargots aquatiques (\emph{Biomphalaria} et \emph{Lymnea}), schistosomes (\emph{Schistosoma mansoni})
\end{outerlist}
\blankline
\textit{Compétences bioinformatiques}
\begin{outerlist}
\item Recherche de similarités de séquences: \href{http://blast.ncbi.nlm.nih.gov/Blast.cgi}{\textsc{Blast}}, \href{http://crisceb.unina2.it/angelo/PROTEIN_TOOLS/PROSCAN/}{ProScan}, \href{http://www.ncbi.nlm.nih.gov/Structure/cdd/wrpsb.cgi}{Conserved Domain Search}
\item Alignement de séquences: \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{http://mafft.cbrc.jp/alignment/software/}{\textsc{Mafft}}, \href{http://www.ebi.ac.uk/goldman-srv/prank/prank/}{\textsc{Prank}}, \href{http://droog.gs.washington.edu/polyphred/}{\textsc{PolyPhred}}
\item Analyse de survie: \href{http://en.wikipedia.org/wiki/Logrank_test}{LogRank test} et \href{http://en.wikipedia.org/wiki/Proportional_hazards_models}{Cox Models}
\item Outils relatifs aux nouvelles techniques de séquençage:
\begin{innerlist}
\item Assemblage / alignement de \emph{reads}: \href{http://sourceforge.net/apps/mediawiki/mira-assembler/index.php?title=Main_Page}{\textsc{Mira}} (assemblage), \href{http://www.phrap.org/phredphrapconsed.html}{Phred / Phrap / Consed} (assemblage), \href{http://samtools.sourceforge.net/}{SAMtools} (alignement), \href{http://www.sanger.ac.uk/resources/software/artemis/}{Artemis} (assemblage), \href{http://bio-bwa.sourceforge.net/}{BWA} (alignement), \href{http://cufflinks.cbcb.umd.edu/}{Cufflinks} (alignement pour RNA-seq)
\item Identification / filtration de variants: \href{https://software.broadinstitute.org/gatk/}{GATK}, \href{http://bedtools.readthedocs.io/en/latest/}{Bedtools}, \href{https://vcftools.github.io/index.html}{vcftools}
\item Analyse des données: \href{https://www.r-project.org/}{R} (analyse génétique et représentation graphique)
\end{innerlist}
\end{outerlist}
%--------------------------------
\section{Encadrement d'étudiants}
%--------------------------------
%
\textbf{Licence} :
\begin{innerlist}
\item Romain PIGEAULT (L3) \hfill \textbf{Mai à Juin 2010}
\begin{innerlist2}
\item Sujet : Caractérisation des fonctions hémocytaires chez \emph{Armadillidium vulgare}
\end{innerlist2}
\item Nina ENG (Undergraduate - eq. L2) \hfill \textbf{Mai à Août 2014}
\begin{innerlist2}
\item Sujet : \emph{Oxamniquine resistance alleles in a Brazilian schistosome population}
\end{innerlist2}
\end{innerlist}
\blankline
\textbf{Master} :
\begin{innerlist}
\item Joa MANGOMBI (M1) \hfill \textbf{Avril à Juin 2011}
\begin{innerlist2}
\item Sujet : Caractérisation du type d'activité phénoloxydase chez les isopodes terrestres
\end{innerlist2}
\end{innerlist}
%------------------------
\section{Responsabilités}
%------------------------
%
\textbf{Responsabilités administratives}
\begin{outerlist}
\item[] Représentant des doctorants à l'\href{http://ed-icbg.univ-poitiers.fr/}{École Doctorale ICBG} \hfill \textbf{Octobre 2007 à Juin 2009}
\item[] Représentant des moniteurs auprès du \href{http://www.ciescentre.fr/index.php?id=3}{CIES Centre} \hfill \textbf{Octobre 2007 à Juin 2009}%
\end{outerlist}
\blankline
\textbf{Responsabilités associatives}
\begin{outerlist}
\item[] \textit{\href{http://moniteurs.poitiers.free.fr/index.php/TEMPO/TEMPO}{TEMPO} (Thésards Et Moniteurs de POitiers)}
\begin{innerlist}
\item Vice-président de l'association \hfill \textbf{Mai 2008 à Mai 2009}
\item Président de l'association \hfill \textbf{Mai 2009 à Mai 2010}
\end{innerlist}
\item[] \textit{\href{http://adbep.asso.univ-poitiers.fr/index.html}{ADBEP} (Association des Doctorants en Biologie et Ecologie de Poiters)}
\begin{innerlist}
\item Secrétaire de l'association \hfill \textbf{Octobre 2008 à Octobre 2009}
\item Représentant de l'association auprès du réseau \href{http://www.biotechno.asso.fr/}{BioTechno}
\end{innerlist}
\end{outerlist}
%%------------------------------------------------------------------------------------
%\section{Activités de diffusion et d'information sur l'enseignement et la recherche}
%%------------------------------------------------------------------------------------
%%
%\textbf{Diffusion scientifique}
%\begin{outerlist}
%\item[] \textit{Fête de la Science}
% \begin{innerlist}
% \item Présentation des thématiques du laboratoire Écologie, Évolution, Symbiose au grand public \hfill \textbf{Novembre 2009 et Octobre 2007}
% \end{innerlist}
%\end{outerlist}
%\blankline
%
%\textbf{Information sur l'enseignement}
%\begin{outerlist}
%\item[] \textit{Journées Portes Ouvertes de l'Université}
% \begin{innerlist}
% \item Présentation des différents parcours du département d'enseignement Biologie des Organismes et des Populations \hfill \textbf{Janvier 2010 et Février 2009}
% \begin{innerlist2}
% \item Présentation des parcours Licences
% \item Présentation du Master Recherche Biologie, Écologie, Évolution
% \item Présentation du Master \textit{Erasmus Mundus} EMAE (European Master in Applied Ecology)
% \item Présentation du Master Professionnel Génie Écologique
% \end{innerlist2}
% \end{innerlist}
%\end{outerlist}
%%----------------------
%\section{Publications}
%%----------------------
%%
%\textbf{\emph{Wolbachia}-isopod interactions: Expression of immune-response genes in \emph{Armadillidium vulgare}}. \textbf{\underline{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. BMC Microbiology soumis\\
%%\linebreak
%
%\textbf{The immune cellular effectors of terrestrial isopod \emph{Armadillidium vulgare}: Meeting with their invaders, \emph{Wolbachia}}. \textbf{\underline{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 6(4): e18531}\\
%%\linebreak
%
%\textbf{Variations of immune parameters in terrestrial isopods: a matter of Gender, Aging and \emph{Wolbachia}}. Mathieu Sicard, \textbf{\underline{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}\\
%%\linebreak
%
%\textbf{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{\underline{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://dx.doi.org/10.1111/j.1365-313X.2007.03242.x}{The Plant Journal 2007 52(2):342-345}.
%
%%\newpage
%
%
%
%%------------------------------------
%\section{Participations aux congrès}
%%------------------------------------
%%
%\textbf{Communications orales} (\footnotemark[1]Auteur ayant présenté)
%\begin{outerlist}
% \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, Slovénie, 19 au 23 juin 2011
%
% \item Immuninv (communauté française d'immunologie des invertébrés) : \textit{La symbiose à \emph{Wolbachia} et l’immunité chez \emph{Armadillidium vulgare} : interactions et 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, 4 au 6 mai 2011
%
% \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, Californie, USA, 9 au 14 juin 2010
%
% \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, Israël, 14 mars 2010
%
% \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]. Madeire, Portugal, 20 au 23 Janvier 2010
%
% \item Journée Microbiologie Poitevine : \textit{Effets de \emph{Wolbachia} sur les effecteurs de l'immunité d'\emph{Armadillidium vulgare} (crustacé, isopode terrestre)}. \textbf{Frédéric Chevalier}\footnotemark[1], Pierre Grève \& Christine Braquart-Varnier. Poitiers, France, 9 décembre 2009.
%
% \item Immuninv : \textit{Effets de \emph{Wolbachia} sur les effecteurs de l'immunité d'\emph{Armadillidium vulgare} (crustacé, isopode terrestre)}. \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, 21 au 23 octobre 2009
%
% \item Journée des doctorants : \textit{Effets de \emph{Wolbachia} sur les effecteurs de l'immunité d'\emph{Armadillidium vulgare} (crustacé, isopode terrestre)}. \textbf{Frédéric Chevalier}\footnotemark[1], Juline Herbinière, Mathieu Sicard, Maryline Raimond, Franck Morel, Pierre Grève \& Christine Braquart-Varnier. Poitiers, France, 25 juin 2009.
%
% \item REID (Réseau Ecologie des Interactions Durables) : \textit{Effets de \emph{Wolbachia} sur les effecteurs cellulaires de l'immunité d'\emph{Armadillidium vulgare} (crustacé, isopode terrestre).} \textbf{Frédéric Chevalier}\footnotemark[1], Juline Herbinière, Mathieu Sicard, Maryline Raimond, Franck Morel, Pierre Grève \& Christine Braquart-Varnier. Amiens, France, January 14 au 15 janvier 2009
%
% \item Immuninv : \textit{La symbiose à \emph{Wolbachia} ($\alpha$-protéobactérie) chez les crustacés terrestres : interactions avec le système immunitaire.} 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, 23 au 25 avril 2008
%
% \item Immuninv : \textit{Effets de \emph{Wolbachia} sur les effecteurs cellulaires de l'immunité d'\emph{Arma$\-$dillidium vulgare} (crustacé, isopode terrestre).} \textbf{Frédéric Chevalier}\footnotemark[1], Juline Herbi$\-$nière, Mathieu Sicard, Maryline Raimond, Franck Morel, Pierre Grève \& Christine Braquart-Varnier. Montpellier, France, 23 au 25 avril 2008
%\end{outerlist}
%
%
%\blankline
%
%\textbf{Communications posters} (\footnotemark[1]Auteur ayant présenté)
%
%\begin{outerlist}
% \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, 9 au 1 juin 2010
%
% \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, 21 au 23 octobre 2009
%
% \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, 21 au 23 octobre 2009
%
% \item Immuninv : \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, 21 au 23 octobre 2009
%
% \item \href{http://www.union.wisc.edu/symbiosis}{International Symbiosis Society 6$^{th}$} : \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, 9 au 15 ao\^{u}t 2009
%
% \item \href{http://www.cost-fa0701.com/}{COST Action FA0701} : \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, 27 au 30 mai 2009
%
% \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, 23 au 27 mai 2009
%\end{outerlist}
%%----------------------------------------------
%\section{Participation aux Écoles Thématiques}
%%----------------------------------------------
%%
%\href{http://www.agri.huji.ac.il/index-eng.html}{\textbf{Université Hébraïque de Jérusalem}}, Rehovot, Israël
%\begin{outerlist}
%\item[] \textit{\href{http://www.cost-fa0701.com/}{COST Training School} - Advances in Symbiosis Research} \hfill \textbf{13 au 19 Mars 2009}
% \begin{innerlist}
% \item Objectifs : état des lieux des avancés dans le domaine de la recherche sur la symbiose dans le cadre du COST Action FA0701.
% \item Responsable :
% \href{mailto:yuval@agri.huji.ac.il}
% {Professeur Boaz YUVAL}
% \item Thème : étude des symbioses et techniques associées.
% \end{innerlist}
%\end{outerlist}
%%--------------------------------
%\section{Compétences techniques}
%%--------------------------------
%%
%\textit{Compétences expérimentales}
%\begin{outerlist}
% \item Acides nucléiques : extraction d'ADN, extraction d'ARN, Southern, Northern, PCR, RT-PCR, qPCR, RT-qPCR, construction de banques d'ADNc, banques soustractives (SSH), clonage, séquençage, hybridation \textit{in situ}
% \item Protéines : Western blot, quantification d'activité enzymatique, expression de protéines en système hétérologue, détection d'interactions (double hybride), purification de protéines par HPLC
% \item Biologie cellulaire : cytométrie en flux, marquage apoptose (marquage TUNEL et Annexin), immunomarquage, séparation de cellules sur gradient, comptage manuel et automatique de densités cellulaires, microscopie épifluorescente, microscopie confocale, préparation d'échantillons pour la microscopie électronique
% \item Microbiologie : cultures de champignons, cultures de bactéries, injections de bactéries
%\end{outerlist}
%
%\blankline
%
%\textit{Compétences en bioinformatique}
%\begin{outerlist}
% \item Recherche de similarités de séquences nucléiques : \href{http://blast.ncbi.nlm.nih.gov/Blast.cgi}{\textsc{Blast}} (blast local et en ligne)
% \item Recherche de similarités de domaines protéiques : ProScan, Conserved Domain Search
% \item Alignement de séquences nucléiques et protéiques : \href{http://www.mbio.ncsu.edu/BioEdit/bioedit.html}{\textsc{Bioedit}}, Clustal, \href{http://bioinfo.genotoul.fr/multalin/multalin.html} {\textsc{Multalin}}, \textsc{Mafft}, \textsc{Prank}, Guidance
%\end{outerlist}
%%----------------------------
%\section{Autres compétences}
%%----------------------------
%
%\textit{Compétences informatiques}
%\begin{outerlist}
%\item Logiciels statistiques : programmes R, \textsc{Jmp}
%\item Programmation : conception de scripts UNIX shell (bash, sh, etc.), de scripts R
%\item Maîtrise d'outils bureautiques : Microsoft Office, OpenOffice, LibreOffice pour plateformes Windows ou GNU/Linux platformes, \TeX{}, \LaTeX{}, B\textsc{ib}\TeX{},
%\item Maîtrise de systèmes d'exploitation : GNU/Linux (Distributions Ubuntu, Mandriva, Debian), Microsoft Windows (2000/XP/Vista/7)
%\end{outerlist}
%
%\blankline
%
%\textit{Compétences linguistiques}
%\begin{outerlist}
%\item Anglais : lu, écrit, parlé (TOEIC 735/990, oral 330/495, écrit 405/495)
%\item Espagnol : lu, écrit
%\item Latin : lu, écrit
%\end{outerlist}
\end{document}
%%%%%%%%%%%%%%%%%%%%%%%%%% End CV Document %%%%%%%%%%%%%%%%%%%%%%%%%%%%%