%Original author: Theodore P.~Pavlic
%Author: Frédéric CHEVALIER
%Created in: 2009-11-29
%Modified in: 2017-06-23
%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[letter,10pt]{article}
\usepackage[utf8]{inputenc}
\usepackage [english]{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, % Space between titles and text
margin=20mm, % 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} of \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.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{Personal Information}
%-----------------------------
%
Last Name: CHEVALIER \\
First Name: Frédéric \\
Sex: male \\
Date of birth: May 15$^{th}$ 1984\\
Citizenship: French\\
Marital status: single
%-------------------------------------
\section{Personal Contact Information}
%-------------------------------------
%
% 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{Professional Contact Information}
%-----------------------------------------
%
% 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{Voice:} +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{Research Interests}
%---------------------------
%
Symbiosis, Host-Symbiont Interaction, Genetics, Drug resistance, Microbiome, Immunity, Immunocompetence, General education
%--------------------------------
\section{Professional experience}
%--------------------------------
\textbf{Staff scientist}%
\hfill \textbf{February 2017 to now}
\begin{outerlist}
\item[] \href{http://txbiomed.org}{\textbf{Texas Biomedical Research Institute}}, San Antonio, Texas, USA
\begin{innerlist}
\item Group leader: \href{mailto:tanderso@txboimedical.org}{Dr. Tim ANDERSON}
\item Project:
\begin{innerlist2}
\item Host specificity in the \emph{Schistosoma mansoni} / \emph{Biomphalaria} model: genes involved in schistosome compatibility phenotypes
\item Drug resistance (oxamniquine, praziquantel)
\item Microbiome of snail hemolymph
\item Snail immunity factor (laccase activity)
\end{innerlist2}
\end{innerlist}
\end{outerlist}
\blankline
\textbf{Post-Doctoral Scientist}%
\hfill \textbf{March 2012 to February 2017}
\begin{outerlist}
\item[] \href{http://txbiomed.org}{\textbf{Texas Biomedical Research Institute}}, San Antonio, Texas, USA
\begin{innerlist}
\item Project: Host specificity in the \emph{Schistosoma mansoni} / \emph{Biomphalaria} model: genes involved in schistosome behavioral and compatibility phenotypes.
\begin{innerlist2}
\item Supervisor:
\href{mailto:tanderso@txboimedical.org}
{Dr. Tim ANDERSON}
\item Funding: \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{Education and Research Assistant}%
\hfill \textbf{October 2010 to August 2011}
\begin{outerlist}
\item[] \href{http://www.univ-poitiers.fr/}{\textbf{University of Poitiers}}, Poitiers, France
\begin{innerlist}
\item M.S. level
\begin{innerlist2}
\item Teaching: 16h of Tutorials -- 37h of Practical Courses
\item Domain: Immunology, Ecophysiology
\item Master programs:
\begin{innerlist3}
\item Research Master in Biology, Ecology, Evolution
\item Master \textit{Erasmus Mundus} EMAE (European Master in Applied Ecology)
\end{innerlist3}
\end{innerlist2}
\blankline
\item B.S. level
\begin{innerlist2}
\item Teaching: 54h of Tutorials -- 112h of Practical Courses
\item Domain: Sensory functions, Neuroanatomy, Comparative anatomy
\item Bachelor programs:
\begin{innerlist3}
\item Bachelor in Ecology and Organism Biology
\item Bachelor in Life Sciences and Geology
\end{innerlist3}
\end{innerlist2}
\end{innerlist}
\end{outerlist}
%-----------------------
\section{Funding awards}
%-----------------------
%
\textbf{\href{http://www.txbiomed.org/forum/about-the-forum}{Forum Awards}}
\begin{outerlist}
\item Project: Genetic manipulation of schistosome parasites
\begin{innerlist2}
%\item Year: 2015
\item Grant number: 15-04566
\item Role: Co-I
\end{innerlist2}
%\blankline
\item Project: The microbiome of the schistosome snail host
\begin{innerlist2}
%\item Year: 2014
\item Grant number: 14-04491
\item Role: Co-PI
\end{innerlist2}
%\blankline
\item Project: Genomic analysis of schistosome hybridization
\begin{innerlist2}
%\item Year: 2014
\item Grant number: 14-04488
\item Role: Co-I
\end{innerlist2}
\end{outerlist}
%------------------
\section{Education}
%------------------
%
\textbf{PhD} (with Honors)
\hfill \textbf{October 2007 to June 2011}
\begin{outerlist}
\item[] \href{http://www.univ-poitiers.fr/}{\textbf{University of Poitiers}}, Poitiers, France
\begin{innerlist}
\item Thesis topic: \emph{Wolbachia} symbiosis: impacts on immunity and immunocompetence of its host \textit{Armadillidium vulgare} (crustacean isopod)
\begin{innerlist2}
\item Supervisors:
\href{mailto:christine.braquart@univ-poitiers.fr}
{Dr. Christine BRAQUART-VARNIER} --
\href{mailto:pierre.greve@univ-poitiers.fr}
{Pr. Pierre GRÈVE}
\item Funding: \href{http://fr.wikipedia.org/wiki/Allocation_de_recherche#Allocations_de_recherche_du_minist.C3.A8re_de_l.27enseignement_sup.C3.A9rieur}{PhD Research Fellowship} -- {Tutoring Fellowship}
\item[]
\end{innerlist2}
\item Graduate school formations:
\begin{innerlist2}
\item Electron and optic microscopy
\item Team management initiation
\item Education formations
\item TOEIC
\end{innerlist2}
\end{innerlist}
\end{outerlist}
\blankline
\textbf{Teaching Tutoring}
\hfill \textbf{October 2007 to September 2010}
\begin{outerlist}
\item[] \href{http://www.univ-poitiers.fr/}{\textbf{University of Poitiers}}, Poitiers, France
\begin{innerlist}
\item M.S. level
\begin{innerlist2}
\item Teaching: 16h of Tutorials -- 37h of Practical Courses
\item Domain: Ecophysiology
\item Master programs:
\begin{innerlist3}
\item Research Master in Biology, Ecology, Evolution
\item Master \textit{Erasmus Mundus} EMAE (European Master in Applied Ecology)
\end{innerlist3}
\end{innerlist2}
\blankline
\item B.S. level
\begin{innerlist2}
\item Teaching: 6h of Tutorials -- 74h of Practical Courses
\item Domains: Sensory functions, Neuroanatomy, Comparative anatomy
\item Bachelor programs:
\begin{innerlist3}
\item Bachelor in Ecology and Organism Biology
\item Bachelor in Life Sciences and Geology
\end{innerlist3}
\end{innerlist2}
\end{innerlist}
\end{outerlist}
\blankline
\textbf{M.S., Functional Ecology: from molecules to natural populations} (with Honors) -- Advisor:
\href{mailto:mitta@univ-perp.fr}{Pr. Guillaume MITTA}
\hfill \textbf{September 2005 to June 2007}
\begin{outerlist}
\item[] \href{http://www.univ-perp.fr/fr/index.html}{\textbf{University Via Domitia}}, Perpignan, France
\begin{innerlist}
\item Third internship: 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}
\begin{innerlist2}
\item Supervisor: \href{mailto:poirie@antibes.inra.fr}{Pr. Marylène POIRIÉ}
\item Funding: \href{http://wwww.enseignementsup-recherche.gouv.fr/enseignementsup/bourses.htm/}{Merit Fellowship}, 2006--2007
\item Laboratory: Evolutionary Genetics of Parasitic Interaction, UMR CNRS 1112, Centre INRA, Sophia-Antipolis, France
\end{innerlist2}
\blankline
\item Second internship: Story of LaRD (Large Retrotransposon Derivative): Evolution of \emph{Dasheng} element across \emph{Oriza} genus \hfill \textbf{July 2006 to September 2006}
\begin{innerlist2}
\item Supervisor: \href{mailto:panaud@univ-perp.fr}{Pr. Olivier PANAUD}
\item Laboratory: Genome and Development of Plants, UMR CNRS 5096, University of Perpignan, France
\end{innerlist2}
\blankline
\item First internship: The compatibility in \emph{Biomphalaria glabrata}/\emph{Echinostoma caproni} model: Suppression subtractive hybridization library and tissular expression of candidate genes \hfill \textbf{January 2006 to June 2006}
\begin{innerlist2}
\item Supervisor: \href{mailto:mitta@univ-perp.fr}{Pr. Guillaume MITTA}
\item Laboratory: Functional and Evolutionary Parasitology, UMR CNRS 5555, University of Perpignan, France
\end{innerlist2}
\end{innerlist}
\end{outerlist}
\blankline
\textbf{B.S., Phytosciences} (with Honors)
\hfill \textbf{September 2002 to June 2005}
\begin{outerlist}
\item[] \href{http://www.univ-perp.fr/fr/index.html}{\textbf{University Via Domitia}}, Perpignan, France
\begin{innerlist}
\item Molecular Biology, Plant ecology, Organic chemistry
\end{innerlist}
\end{outerlist}
%--------------------------
\section{Student mentoring}
%--------------------------
%
\textit{Bachelor students}
\begin{outerlist}
\item Romain PIGEAULT: Characterization of hemocyte functions \hfill \textbf{May to June 2010}
\item Nina ENG: Oxamniquine resistance alleles in a Brazilian schistosome population \\ \null \hfill \textbf{May to August 2014} %\\ \null \hfill \mbox{\textbf{May to August 2014}}
\end{outerlist}
\blankline
\textit{Master student}
\begin{outerlist}
\item Joa MANGOMBI: Characterization of the phenoloxidase activity type in the terrestrial isopods \hfill \textbf{April to June 2011}
\end{outerlist}
%---------------------
\section{Publications}
%---------------------
%
\textit{Peer-reviewed articles}
\begin{outerlist}
%\item \textit{Endosymbiosis in Arthropods: evidence for a symbiotic syndrome?}. Yves Moné, Marie-Christine Carpentier, Natacha Kremer, Vincent Raquin, Claire Valiente Moro, Carole Vincent-Monégat, \textbf{Frédéric D. Chevalier}, Christine Braquart-Varnier, Pierre Grève, Patrick Mavingui, Heddi Abdelaziz1, Didier Bouchon \& Fabrice Vavre. \href{http://dx.doi.org/xx}{xx xx xx(xx):xx-x}.\\
\item \textit{Independent origins of loss-of-function mutations conferring oxamniquine resistance in a Brazilian schistosome population}. \textbf{Frédéric D. Chevalier}, Winka Le Clec'h, Nina Eng, Anastasia R. Rugel, Rafael Ramiro de Assis, Guilherme Oliveira, Stephen P. Holloway, Xiaohang Cao, P. John Hart, Philip T. LoVerde \& Timothy JC. Anderson. \href{http://dx.doi.org/10.1016/j.ijpara.2016.03.006}{International Journal for Parasitology 2016 46(7):417-424}.\\
\item \textit{Real-time PCR for sexing \emph{Schistosoma mansoni} cercariae}. \textbf{Frédéric D. Chevalier}, Winka Le Clec'h, Ana Carolina Alves de Mattos, Philip T. LoVerde \& Timothy JC. Anderson. \href{http://dx.doi.org/10.1016/j.molbiopara.2016.03.010}{Molecular and Biochemical Parasitology 2016 205(1-2):35-38}.\\
\item \textit{Characterization of hemolymph phenoloxidase activity in two \emph{Biomphalaria} snail species and impact of \emph{Schistosoma mansoni} infection}. Winka Le Clec'h, Timothy JC. Anderson \& \textbf{Frédéric D. Chevalier}. \href{http://dx.doi.org/10.1186/s13071-016-1319-6}{Parasites \& Vectors 2016 9:32}.\\
\item \textit{The hematopoietic organ: a cornerstone for \emph{Wolbachia} propagation between and within hosts}. Christine Braquart-Varnier, Maryline Raimond, Gaëtan Mappa, \textbf{Frédéric D. Chevalier}, Winka Le Clec'h \& Mathieu Sicard. \href{http://dx.doi.org/10.3389/fmicb.2015.01424}{Frontiers in Microbiology 2015 6:1424}.\\
\item \textit{The mutualistic side of \emph{Wolbachia}-isopod interactions: \emph{Wolbachia} mediated protection against pathogenic intracellular bacteria}. Christine Braquart-Varnier, Mine Altinli, Romain Pigeault, \textbf{Frédéric D. Chevalier}, Pierre Grève, Didier Bouchon \& Mathieu Sicard. \href{http://dx.doi.org/10.3389/fmicb.2015.01388}{Frontiers in Microbiology 2015 6:1388}.\\
\item \textit{Efficient linkage mapping using exome capture and extreme QTL in schistosome parasites}. \textbf{Frédéric D. Chevalier}, Claudia LL. Valentim, Philip T. LoVerde \& Timothy JC. Anderson. \href{http://dx.doi.org/10.1186/1471-2164-15-617}{BMC Genomics 2014 15:617}.\\
\item \textit{Genetic and molecular basis of drug resistance and species-specific drug action in Schistosome parasites}. Claudia LL. Valentim, Donato Cioli, \textbf{Frédéric D. Chevalier}, Xiaohang Cao, Alexander B. Taylor, Stephen P. Holloway, Livia Pica-Mattoccia, Alessandra Guidi, Annalisa Basso, Isheng J. Tsai, Matthew Berriman, Claudia Carvalho-Queiroz, Marcio Almeida, Hector Aguilar, Doug E. Frantz, P. John Hart, Philip T. LoVerde \& Timothy JC. Anderson. \href{http://dx.doi.org/10.1126/science.1243106}{Science 2013 342(6164):1385-9}.\\
\item \textit{Cannibalism and predation as paths for horizontal passage of \emph{Wolbachia} between terrestrial isopods}. Winka Le Clec'h, \textbf{Frédéric D. Chevalier}, Lise Genty, Joanne Bertaux, Didier Bouchon \& Mathieu Sicard. \href{http://dx.doi.org/10.1371/journal.pone.0060232}{PLoS ONE 2013 8(4):e60232}.\\
\item \textit{Feminizing \emph{Wolbachia}: A transcriptomics approach with insights on the 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. \href{http://dx.doi.org/10.1186/1471-2180-12-S1-S1}{BMC Microbiology 2012 12:suppl S1}.\\
\item \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}.\\
\item \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}.\\
\item \textit{Evolutionary dynamics of an ancient retrotransposon family provides insights into evolution of genome size in the genus \emph{Oryza}}. Jetty SS. Ammiraju, Andrea Zuccolo, Yeisoo Yu, Xiang Song, Benoit Piegu, \textbf{Frédéric 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://dx.doi.org/10.1111/j.1365-313X.2007.03242.x}{The Plant Journal 2007 52(2):342-5}.
\end{outerlist}
\blankline
\textit{Conference proceedings}
\begin{outerlist}
\item \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 2011}.\\
\item \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 2011}.\\
\end{outerlist}
%----------------------------------
\section{Conference communications}
%----------------------------------
%
\textit{Oral communications} (\footnotemark[1]presenting author)
\begin{outerlist}
\item \href{http://www.molecular-helminthology-conference.com/}{Molecular Helminthology 2017: An Integrated Approach}: \textit{A major locus on chr. 1 determines cercarial shedding time in Omani schistosomes}. Gabriel Mouahid, \textbf{Frédéric D. Chevalier}, Juliette Langand, Mohamed A. Idris, Salem Al Yafae, Marina McDew-White, Timothy JC. Anderson\footnotemark[1], Hélène Moné. Cape Cod, MA, USA, March 19$^{th}$ to 22$^{th}$ 2017.
\item \href{https://www.eventbrite.co.uk/e/4th-young-investigators-symposium-tickets-21298627769?utm_term=eventurl_text#}{4$^{th}$ Young Investigators Symposium}: \textit{Mendel meets schistosomes! The genetic bases of adaptive parasite traits}. \textbf{Frédéric D. Chevalier}, Winka Le Clec’h, Marina McDew-White, Philip LoVerde \& Tim JC. Anderson\footnotemark[1]. Glasgow, UK, August 25$^{th}$ 2016.
\item \href{http://www.meegidconference.com/}{13$^{th}$ International Conference on Molecular Epidemiology and Evolutionary Genetics of Infectious Diseases}: \textit{Schistosomiasis: From devastating parasitic disease to tractable model system}. \textbf{Frédéric D. Chevalier}, Winka Le Clec’h, Marina McDew-White, Philip LoVerde \& Tim JC. Anderson\footnotemark[1]. Antwerp, Belgium, May 10$^{th}$ to 13$^{th}$ 2016.
\item \href{http://www.afbr-bri.com/schistosomiasis/siris-2/}{1$^{st}$ Symposium for International Research and Innovation in Schistosomiasis}: \textit{Genetic mapping of host specificity in \emph{Schistosoma mansoni}}. \textbf{Frédéric D. Chevalier}\footnotemark[1], Winka M. Le Clec’h, Philip T. LoVerde \& Timothy J. Anderson. Washington, DC, USA, February 3$^{rd}$ to 4$^{th}$ 2016.
\item \href{http://www.afbr-bri.com/schistosomiasis/siris-2/}{1$^{st}$ Symposium for International Research and Innovation in Schistosomiasis}: \textit{Genetic analysis of transmission-related traits in \emph{Schistosoma mansoni}}. Winka M. Le Clec’h\footnotemark[1], \textbf{Frédéric D. Chevalier} \& Timothy J. Anderson. Washington, DC, USA, February 3$^{rd}$ to 4$^{th}$ 2016.
\item \href{http://www.afbr-bri.com/schistosomiasis/siris-2/}{1$^{st}$ Symposium for International Research and Innovation in Schistosomiasis}: \textit{Population “exomics” of \emph{Schistosoma mansoni}}. \textbf{Frédéric D. Chevalier}\footnotemark[1], Winka M. Le Clec’h, Philip T. LoVerde, Rafael Ramiro de Assis, Guillerme Corrêa-Oliveira, Safari Kinunghi, Anouk Gouvras, Bonnie Webster, Joanne Webster, Aidan Emery, David Rollinson \& Timothy JC. Anderson. Washington, DC, USA, February 3$^{rd}$ to 4$^{th}$ 2016.
\item \href{http://www.afbr-bri.com/schistosomiasis/siris-2/}{1$^{st}$ Symposium for International Research and Innovation in Schistosomiasis}: \textit{\emph{Schistosoma mansoni}: Genetic basis of drug resistance, drug mode of action and drug design}. Stacey R. Stahl, , Alexander B. Taylor, Xiaohang Cao, P. John Hart, Stanton F. McHardy, Ambrosio Lopez, \textbf{Frédéric D. Chevalier}, Timothy J.C. Anderson \& Philip T. LoVerde\footnotemark[1]. Washington, DC, USA, February 3$^{rd}$ to 4$^{th}$ 2016.
\item \href{http://www.astmh.org/Meeting_Archives.htm}{64$^{th}$ American Society of Tropical Medicine and Hygiene Annual Meeting}: \textit{"Extreme" QTL methods for genetic mapping of drug resistance and host specificity in Schistosome parasites}. \textbf{Frédéric D. Chevalier}\footnotemark[1], Winka Le Clec’h, Philip LoVerde \& Tim J. Anderson. Philadelphia, PA, USA, October 25$^{th}$ to 29$^{th}$ 2015.
\item \href{http://sites.univ-provence.fr/evol-cgr/index.php?option=com_content&view=article&id=54&Itemid=42}{19$^{th}$ Evolutionnary Biology Meeting}: \textit{Schistosome population genomics using single archived parasite larvae}. \textbf{Frédéric D. Chevalier}\footnotemark[1], Winka M. Le Clec’h, Philip T. LoVerde, Rafael Ramiro de Assis, Guillerme Corrêa-Oliveira, Safari Kinunghi, Anouk Gouvras, Bonnie Webster, Joanne Webster, Aidan Emery, David Rollinson \& Timothy JC. Anderson. Marseilles, France, September 15$^{nd}$ to 18$^{th}$ 2015.
\item \href{http://icopa2014.org/}{13$^{th}$ International Congress of Parasitology}: \textit{Schistosome exome sequencing}. \textbf{Frédéric Chevalier}, Winka Le Clec’h, Philip LoVerde, Rafael Ramiro de Assis, Guillerme Corrêa-Oliveira, Safari Kinunghi, Anouk Gouvras, Bonnie Webster, Joanne Webster, Aidan Emery, David Rollinson \& Tim Anderson\footnotemark[1]. Mexico, Mexico, August 10$^{th}$ to 15$^{th}$ 2014.
\item \href{https://www.eseb2013.com/}{XIV Congress of the European Society for Evolutionary Biology}: \textit{Functional analysis of differentially expressed genes in the symbiotic association between the pill-bug \emph{Armadillidium vulgare} and the feminising \emph{Wolbachia}}. Didier Bouchon\footnotemark[1], Yves Moné, Marie-Christine Carpentier, Fabrice Vavre, Christine Braquart-Varnier, Pierre Grève \& \textbf{Frédéric Chevalier}. Lisbon, Portugal, August 19$^{th}$ to 24$^{th}$ 2013.
\item \href{http://wolbachia2012.conference.univ-poitiers.fr/?lang=en}{7$^{th}$ International \emph{Wolbachia} Conference}: \textit{Evolution and control of host-microbe symbiosis in arthropods: an RNAseq-based transcriptomics analysis}. Yves Moné\footnotemark[1], \textbf{Frédéric Chevalier}, Marie-Claire Carpentier, Natacha Kremer, Patrick Mavingui, Vincent Raquin, Aziz Heddi, Carole Vincent-Monéguat, Christine Braquart-Varnier, Pierre Grève, Didier Bouchon \& Farbice Vavre. Île d'Oléron, France, June 7$^{th}$ to 14$^{th}$ 2012.
\item 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$^{rd}$ 2011. \textbf{Price : Third best presentation.}
\item 6$^{th}$ International \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, California, USA, June 9$^{th}$ to 14$^{th}$ 2010.
\end{outerlist}
\blankline
\\~
\blankline
\textit{Poster communications} (\footnotemark[1]presenting author)
\begin{outerlist}
\item {SMBE Satellite Workshop on the Genetics of Admixed Populations}: \textit{Genomic analysis of hybridization in schistosome parasites}. Winka M. Le Clec’h\footnotemark[1], \textbf{Frédéric D. Chevalier}, Marina McDew-White, Bonnie Webster, David Rollinson \& Timothy J. Anderson. San Antonio, TX, USA, May 18$^{th}$ to 20$^{th}$ 2016.
\item \href{http://www.afbr-bri.com/schistosomiasis/siris-2/}{1$^{st}$ Symposium for International Research and Innovation in Schistosomiasis}: \textit{Invertebrate immunity: Phenoloxidase activity in the schistosome snail host}. Winka M. Le Clec’h\footnotemark[1], \textbf{Frédéric D. Chevalier} \& Timothy J. Anderson. Washington, DC, USA, February 3$^{rd}$ to 4$^{th}$ 2016.
\item \href{http://www.astmh.org/Meeting_Archives.htm}{64$^{th}$ American Society of Tropical Medicine and Hygiene Annual Meeting}: \textit{Genetic linkage analysis of praziquantel resistance}. Ana Carolina Alves de Mattos, \textbf{Frédéric D. Chevalier}\footnotemark[1], Winka LeClec’h, Paulo Marcos Zech Coelho, Flavia Couto, Timothy J. Anderson \& Philip T. LoVerde. Philadelphia, PA, USA, October 25$^{th}$ to 29$^{th}$ 2015.
\item \href{http://www.astmh.org/Meeting_Archives.htm}{64$^{th}$ American Society of Tropical Medicine and Hygiene Annual Meeting}: \textit{Population “exomics” of \emph{Schistosoma mansoni}}. \textbf{Frédéric D. Chevalier}\footnotemark[1], Winka Le Clec'h, Philip T. LoVerde, Rafael Ramiro de Assis, Guilherme Oliveira, Safari Kinunghi, Anouk Gouvras, Bonnie Webster, Joanne Webster, Aidan Emery, David Rollinson \& Timothy J. Anderson. Philadelphia, PA, USA, October 25$^{th}$ to 29$^{th}$ 2015.
\item \href{http://sites.univ-provence.fr/evol-cgr/index.php?option=com_content&view=article&id=54&Itemid=42}{19$^{th}$ Evolutionnary Biology Meeting}: \textit{Independent origins of alleles conferring oxamniquine resistance in Brazilian schistosome parasites}. Winka Le Clec'h\footnotemark[1], \textbf{Frédéric D. Chevalier}, Nina Eng, Rafael Ramiro de Assis, Guilherme Oliveira, Philip T. LoVerde \& Timothy J. Anderson. Marseilles, France, September 15$^{nd}$ to 18$^{th}$ 2015.
\item \href{http://sites.univ-provence.fr/evol-cgr/index.php?option=com_content&view=article&id=54&Itemid=42}{19$^{th}$ Evolutionnary Biology Meeting}: \textit{Genetic analysis of transmission-related traits in schistosome parasites}. Winka Le Clec'h\footnotemark[1], \textbf{Frédéric D. Chevalier} \& Tim J. Anderson. Marseilles, France, September 15$^{nd}$ to 18$^{th}$ 2015.
\item \href{https://www.eseb2013.com/}{XIV Congress of the European Society for Evolutionary Biology}: \textit{Accurate exome sequencing in a microscopic invertebrate}. \textbf{Frédéric D. Chevalier}\footnotemark[1], Philip T. LoVerde \& Timothy JC. Anderson. Lisbon, Portugal, August 19$^{th}$ to 24$^{th}$ 2013.
\item \href{http://www.cnrs.fr/insb/cjm/archives/2011/docs/Sorci_Milinski_2011_web.pdf}{Jacques Monod Conferences}: \textit{\emph{Wolbachia} symbiosis and \emph{Armadilidium vulgare} immunity: 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]. Roscoff, France, September 3$^{rd}$ to 7$^{th}$ 2011.
\end{outerlist}
%--------------------------------------
\section{Training school participation}
%--------------------------------------
%
\href{http://www.agri.huji.ac.il/index-eng.html}{\textbf{The Hebrew University of Jerusalem}}, Rehovot, Israël
\begin{outerlist}
\item[] \textit{\href{http://www.cost-fa0701.com/index.php?option=com_content&view=article&id=39:cost-training-school-advances-in-symbiosis-research-march-13-19-2010&catid=7:activities&Itemid=18}{COST Training School} - Advances in Symbiosis Research} \hfill \textbf{March 13$^{th}$ to 19$^{th}$ 2009}
\begin{innerlist}
\item Aims : state of the art in the symbiosis research domain in the COST Action FA0701.
\item Advisor :
\href{mailto:yuval@agri.huji.ac.il}
{Pr. Boaz YUVAL}
\item Topic : symbiosis study and associated techniques.
\end{innerlist}
\end{outerlist}
%----------------------------
\section{Scientific services}
%----------------------------
%
\textit{Peer-review activities}
\begin{outerlist}
\item[] Reviewer for
\href{http://www.elsevier.com/wps/find/journaldescription.cws_home/506033/description#description}{Gene},
\href{http://www.omicsonline.org/AimsandScopeJARD.php}{Journal of Aquaculture Research \& Development},
\href{www.omicsonline.org/bioterrorism-biodefense.php}{Journal of Bioterrorism \& Biodefence},
\href{http://www.journals.elsevier.com/meta-gene/}{Meta Gene},
\href{http://www.journals.elsevier.com/molecular-and-biochemical-parasitology/}{Molecular \& Biochemical Parasitology},
\href{http://www.pnas.org/}{Proceedings of the National Academy of Sciences},
\href{http://journals.plos.org/plosntds/}{PLOS Neglected Tropical Diseases},
\href{http://www.plosone.org/}{PLoS ONE}.
\end{outerlist}
%----------------------------
\section{Technical \\ Skills}
%----------------------------
%
\textit{Experimental skills}
\begin{outerlist}
\item Nucleic acids: DNA extraction, RNA extraction, Southern, Northern, PCR, RT-PCR, qPCR, RT-qPCR, cDNA library, DNA cloning, exome capture, Sanger sequencing, Illumina sequencing, \emph{in situ} hybridization
\item Proteins: Protein extraction, Western blot, quantification of enzyme activity, protein expression in heterologous system, interaction detection (two hybrid system), HPLC protein purification
\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
\item Microbiology: Fungal cultures (yeast and \emph{Metarhizium anisopliae}), bacterial cultures, bacterial injections, bacterial and yeast transformations (heat shock or electroporation)
\item Breeding: flies (\emph{Drosophila}), woodlice (terrestrial isopods), snails (\emph{Biomphalaria} and \emph{Lymnea}), schistosomes (\emph{Schistosoma mansoni})
\end{outerlist}
\blankline
\textit{Bioinformatic skills}
\begin{outerlist}
\item Nucleic and protein sequence similarity search: \href{http://blast.ncbi.nlm.nih.gov/Blast.cgi}{\textsc{Blast}} (local or online blast)
\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}
\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{http://mafft.cbrc.jp/alignment/software/}{\textsc{Mafft}}, \href{http://www.ebi.ac.uk/goldman-srv/prank/prank/}{\textsc{Prank}}, \href{http://smart.embl-heidelberg.de/}{\textsc{Smart}}
\item Survival rate analysis: \href{http://en.wikipedia.org/wiki/Logrank_test}{LogRank test} and \href{http://en.wikipedia.org/wiki/Proportional_hazards_models}{Cox Models}
\item New-generation sequencing data analysis: \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)
\end{outerlist}
%\newpage
%---------------------
\section{Other skills}
%---------------------
%
\textit{Informatic skills}
\begin{outerlist}
\item Statistic softwares: \href{http://www.r-project.org/}{R program}, \textsc{Jmp}
\item Programming: \href{http://en.wikipedia.org/wiki/Unix_shell}{UNIX shell} scripting, R scripting, \href{http://www.perl.org/docs.html}{Perl} scripting
\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{}}, \href{http://jabref.sourceforge.net/}{JabRef}
\item Image processing: \href{http://rsbweb.nih.gov/ij/}{ImageJ}, \href{http://www.gimp.org/}{GIMP}, \href{http://inkscape.org/?lang=en}{Inkscape}
\item Operating systems: GNU/Linux (Ubuntu, Mandriva, Debian distributions), Microsoft Windows (2000/XP/Vista/7)
\end{outerlist}
\blankline
\textit{Language skills}
\begin{outerlist}
\item English: fluent
\item Spanish: good comprehension
\item Latin: good comprehension
\end{outerlist}
%----------------------------------
\section{Responsibility activities}
%----------------------------------
%
\textbf{Administrative responsabilities}
\begin{outerlist}
\item[] \textit{\href{http://ed-icbg.univ-poitiers.fr/}{ICBG graduate school}} \hfill \textbf{October 2007 to June 2009}
\begin{innerlist}
\item PhD student delegate
\end{innerlist}
\item[] \textit{\href{http://www.ciescentre.fr/index.php?id=3}{CIES Centre (teaching monitor formation)}} \hfill \textbf{October 2007 to June 2009}
\begin{innerlist}
\item Teaching monitor delegate
\end{innerlist}
\end{outerlist}
\blankline
\textbf{Associative responsabilities}
\begin{outerlist}
\item[] \textit{\href{http://moniteurs.poitiers.free.fr/index.php/TEMPO/TEMPO}{TEMPO association (association of PhD student and teaching monitor of Poitiers)}}
\begin{innerlist}
\item President of the association \hfill \textbf{May 2009 to May 2010}
\item Vice President of the association \hfill \textbf{May 2008 to May 2009}
\end{innerlist}
\item[] \textit{\href{http://adbep.asso.univ-poitiers.fr/index.html}{ADBEP association (association of PhD student in biology and ecology of Poitiers)}}
\begin{innerlist}
\item Secretary of the association \hfill \textbf{October 2008 to October 2009}
\item Delegate of the association in the \href{http://www.biotechno.asso.fr/}{BioTechno} network
\end{innerlist}
\end{outerlist}
%---------------------------------------------
\section{Information dissemination activities}
%---------------------------------------------
%
\textbf{Scientific dissemination}
\begin{outerlist}
\item[] \textit{Science Festival}
\begin{innerlist}
\item Presentation of the thematics of the laboratory Ecology, Evolution, Symbiosis to the general public \hfill \textbf{November 2009}
\item Presentation of the thematics of the laboratory Ecology, Evolution, Symbiosis to the general public \hfill \textbf{October 2007}
\end{innerlist}
\end{outerlist}
\blankline
\textbf{Teaching dissemination}
\begin{outerlist}
\item[] \textit{University open house}
\begin{innerlist}
\item Presentation of the Bachelor courses
\item Presentation of the Research Master in Biology, Ecology, Evolution
\item Presentation of the Master \emph{Erasmus Mundus} EMAE (European Master in Applied Ecology)
\item Presentation of the Professional Master in Ecological Engineering
\end{innerlist}
\end{outerlist}
%----------------
\section{Hobbies}
%----------------
%
\textbf{Musical activities}
\begin{outerlist}
\item[] \textit{Trumpeter}
\begin{innerlist}
\item Certificate of Music obtained at the Conservatory of Perpignan (France) (12 years of study) \hfill \textbf{June 2004}
\item Member of the Municipal Orchestra of Perpignan \hfill \textbf{September 2001 to December 2006}
\end{innerlist}
\end{outerlist}
\blankline
%----------
% Appendix
%----------
%
\include{"F.\space CHEVALIER\space -\space CV\space appendix"}
\end{document}
%%%%%%%%%%%%%%%%%%%%%%%%%% End CV Document %%%%%%%%%%%%%%%%%%%%%%%%%%%%%