%Original author: Theodore P.~Pavlic
%Author: Frédéric CHEVALIER
%Created in: 2009-11-29
%Modified in: 2021-10-10
%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[letterpaper,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 enumerate-style list with lots of space between items
\newenvironment{outerlistenum}[1][\enskip]%
{\begin{enumerate}[#1]}{\end{enumerate}%
\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}}
% Help having the horizontal space filled properly in some case
% source:https://tex.stackexchange.com/a/112321
\newcommand{\lalign}[2]{\makebox[\widthof{#2}][l]{#1}}
\newcommand{\ralign}[2]{\makebox[\widthof{#2}][r]{#1}}
\newcommand{\calign}[2]{\makebox[\widthof{#2}][c]{#1}}
% 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}
% Limit word running into margins
\emergencystretch 3em
\makeheading{Frédéric CHEVALIER \hfill \scriptsize{revised version: 10/10/2021}}
%%-----------------------------
%\section{Personal Information}
%%-----------------------------
%%
%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).
%
Name: Frédéric D. CHEVALIER, PhD \\
Position: Staff scientist
\blankline
\newlength{\rcollength}\setlength{\rcollength}{6.5cm}
%
\begin{tabular}[t]{@{}p{\textwidth-\rcollength}p{\rcollength}}
\href{http://txbiomed.org/}%
{Texas Biomedical Research Institute} & \textit{Phone (work):} 210 258 9277 \\
P.O. Box 760549 & \textit{e-mail:} \href{mailto:fcheval@txbiomed.org} {fcheval@txbiomed.org} \\
San Antonio & \textit{ORCID:} \href{http://orcid.org/0000-0003-2611-8106}{0000-0003-2611-8106}\\
Texas 78245-0549 -- USA & \\
\end{tabular}
%---------------------------
\section{Research Interests}
%---------------------------
%
Symbiosis, Host-symbiont interaction, Genetics, Population genomics, 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 \href{https://www.txbiomed.org/research/host-pathogen-interactions}{Host-Pathogen Interactions Program}
\item \href{mailto:tanderso@txbiomed.org}{Prof. Tim ANDERSON} laboratory
\item Projects:
\begin{innerlist2}
\item Host specificity in the \emph{Schistosoma mansoni} / \emph{Biomphalaria} model: genes involved in schistosome compatibility phenotypes
\item Drug resistance in schistosome (oxamniquine, praziquantel)
\item Schistosome population exomics
\item Microbiome of snail hemolymph
\item Snail immunity factor (laccase activity)
\end{innerlist2}
\end{innerlist}
\end{outerlist}
\blankline
\textbf{Adjunct Assistant Professor}%
\hfill \textbf{January 2019 to now}
\begin{outerlist}
\item[] \href{https://www.uthscsa.edu/}{\textbf{Univerity of Texas Health}}, San Antonio, Texas, USA
\begin{innerlist}
\item Department of Biochemistry and Structural Biology
\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{Teacher 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{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 Laboratory: \href{http://ebi.labo.univ-poitiers.fr/ees-team-ecology-evolution-symbiosis/}{Ecology, Evolution, Symbiosis}
\item Supervisors:
\href{mailto:christine.braquart@univ-poitiers.fr}
{Dr. Christine BRAQUART-VARNIER} --
\href{mailto:pierre.greve@univ-poitiers.fr}
{Prof. 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 Degree obtained in 06/15/2011
\item[]
\end{innerlist2}
\item Graduate school training:
\begin{innerlist2}
\item Electron and optic microscopy
\item Team management initiation
\item Education formations
\item TOEIC
\end{innerlist2}
\end{innerlist}
% \item Explanation regarding gap greater than two months between graduation and post-doctoral training: I first restraint my search of a post-doctoral training to Europe for personal reasons during the first six months. But making no progress mainly because of a bad economical situation in Europe, I decided to extend my search to North America. This was a successful decision as I found a position at my first application.
\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}{Prof. 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
\item[] Degree obtained in 06/26/2007
\item[]
\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}{Prof. 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}{Prof. 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{\ralign{January 2006 to June 2006}}
\begin{innerlist2}
\item Supervisor: \href{mailto:mitta@univ-perp.fr}{Prof. 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
\item[] Degree obtained in 06/29/2005
\item[]
\begin{innerlist}
\item Molecular Biology, Plant ecology, Organic chemistry
\end{innerlist}
\end{outerlist}
%--------------------------
\section{Student mentoring}
%--------------------------
%
\textit{Bachelor students}
\begin{outerlist}
\item Nina ENG: Oxamniquine resistance alleles in a Brazilian \hfill \textbf{May to August 2014} %\\ \null \hfill \mbox{\textbf{May to August 2014}}
schistosome population
\item Romain PIGEAULT: Characterization of hemocyte functions \hfill \textbf{May to June 2010}
\end{outerlist}
\blankline
\textit{Master students}
\begin{outerlist}
\item Stephanie NORDMEYER: Development of a schistosome sporocyst encapsulation assay \\ \null \hfill \mbox{\textbf{May to July 2019}} % \hfill \textbf{May to July 2019}
\item Joa MANGOMBI: Characterization of the phenoloxidase activity type in the terrestrial isopods \hfill \textbf{April to June 2011}
\end{outerlist}
\textit{PhD student}
\begin{outerlist}
\item Stephanie NORDMEYER: Role of snail microbiome in the interaction snail-schistosome \\ \null \hfill \mbox{\textbf{September 2019 to present}} % \hfill \textbf{May to July 2019}
\end{outerlist}
%-----------------------
\section{Funding grants}
%-----------------------
%
\textbf{\href{https://forum.txbiomed.org/}{Texas Biomed Forum grants}}
\begin{outerlist}
\item Project: Genetic manipulation of schistosome parasites
\begin{innerlist2}
\item Year: 2015
\item Grant number: 15-04566
\item Amount: \$40,000
\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 Amount: \$40,000
\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 Amount: \$50,000
\item Role: Co-I
\end{innerlist2}
\end{outerlist}
%---------------------
\section{Publications}
%---------------------
%
\textit{Selected research articles (full list in appendix)}
\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{Genetic architecture of transmission stage production and virulence in schistosome parasites}. Winka Le Clec'h, \textbf{Frédéric D. Chevalier}, Marina McDew-White, Vinay Menon, Grace-Ann Arya \& Timothy JC. Anderson. \href{https://doi.org/10.1080/21505594.2021.1932183}{Virulence 2021 12(1):1508-1526}.\\
\item \textit{The hemolymph of \emph{Biomphalaria} snail vectors of schistosomiasis supports a diverse microbiome}. \textbf{Frédéric D. Chevalier}, Robbie Diaz, Marina McDew-White, Timothy JC. Anderson \& Winka Le Clec'h. \href{https://doi.org/10.1111/1462-2920.15303}{Environmental Microbiology 2020 22(12):5450-5466}.\\
\item \textit{An iterative process produces oxamniquine derivatives that kill all human schistosomes}. Meghan A. Guzman, Anastasia R. Rugel, Reid S. Tarpley, Sevan N. Alwan, \textbf{Frédéric D. Chevalier}, Dmytro Kovalskyy, Xiaohang Cao, Stephen P. Holloway, Timothy JC. Anderson, P. John Hart, Alexander B. Taylor, Stanton F. McHardy \& Philip T. LoVerde. \href{https://doi.org/10.1371/journal.pntd.0008517}{PLoS Neglected Tropical Diseases 2020 14(8):e0008517}.\\
\item \textit{Why does oxamniquine kill \emph{Schistosoma mansoni} and not \emph{S. haematobium} and \emph{S. japonicum}?} Anastasia R. Rugel, Meghan Guzman, Alexander B. Taylor, \textbf{Frédéric D. Chevalier}, Reid S. Tarpley, Stanton F. McHardy, Xiaohang Cao, Stephen P. Holloway, Timothy JC. Anderson, P. John Hart \& Philip T. LoVerde. \href{https://doi.org/10.1016/j.ijpddr.2020.04.0}{International Journal for Parasitology: Drugs and Drug Resistance 2020 13:8-15}.\\
\item \textit{Striking differences in virulence, transmission, and sporocyst growth dynamics between two schistosome populations}. Winka Le Clec’h, Robbie Diaz, \textbf{Frédéric D. Chevalier}, Marina McDew-White \& Timothy JC. Anderson. \href{https://doi.org/10.1186/s13071-019-3741-z}{Parasites \& Vectors 2019 12:485}.\\
\item \textit{Oxamniquine resistance alleles are widespread in {O}ld {W}orld \emph{Schistosoma mansoni} and predate drug deployment}. \textbf{Frédéric D. Chevalier}, Winka Le Clec’h, Marina McDew-White, Vinay Menon, Meghan A. Guzman, Stephen P. Holloway, Xiaohang Cao, Alexander B. Taylor, Safari Kinung’hi, Anouk N. Gouvras, Bonnie L. Webster, Joanne P. Webster, Aidan M. Emery, David Rollinson, Amadou Garba Djirmay, Khalid M. Al Mashikhi, Salem Al Yafae, Mohamed A. Idris, Hélène Moné, Gabriel Mouahid, P. John Hart, Philip T. LoVerde \& Timothy JC. Anderson. \href{https://doi.org/10.1371/journal.ppat.1007881}{PLoS Pathogens 2019 15(10):e1007881}.\\
\item \textit{Whole genome amplification and exome sequencing of archived schistosome miracidia}. Winka Le Clec’h, \textbf{Frédéric D. Chevalier}, Marina McDew-White, Fiona Allan, Bonnie L. Webster, Anouk N. Gouvras, Safari Kinunghi, Louis-Albert Tchuem Tchuenté, Amadou Garba, Khalfan A. Mohammed, Shaali M. Ame, Joanne P. Webster, David Rollinson, Aidan M. Emery \& Timothy JC. Anderson. \href{https://doi.org/10.1017/S0031182018000811}{Parasitology 2018 145(13):1739-1747}.\\
\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{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}.\\
\end{outerlist}
\blankline
\textit{Reviews}
\begin{outerlist}
\item \textit{Rational approach to drug discovery for human schistosomiasis}. Philip T. LoVerde, Sevan N. Alwan, Alexander B. Taylor, Jayce Rhodes, \textbf{Frédéric D. Chevalier}, Timothy JC. Anderson \& Stanton F McHardy. \href{https://doi.org/10.1016/j.ijpddr.2021.05.002}{International journal for parasitology: Drugs and drug resistance 2021 16:140-147}.\\
\item \textit{Genetic crosses and linkage mapping in schistosome parasites}. Timothy JC. Anderson, Philip T. LoVerde, Winka Le Clec’h \& \textbf{Frédéric D. Chevalier}. \href{https://doi.org/10.1016/j.pt.2018.08.001}{Trends in Parasitology 2018 34(11):982-996}.\\
\end{outerlist}
%----------------------------------
\section{Conference communications}
%----------------------------------
%
\textit{Oral communications} (\footnotemark[1]presenting author, full list in appendix)
\begin{outerlist}
\item \href{http://bsp.uk.net/2020/07/24/parasites-online-2021/}{British Society for Parasitology Conference}: \textit{Bulk segregant analysis of host specificity in schistosome parasites.} \textbf{Frédéric D. Chevalier}\footnotemark[1], Winka Le Clec'h, Philip T. LoVerde, Benjamin Gourbal, Guillaume Mitta \& Timothy JC. Anderson. Cyberspace, June 21$^{st}$ to 27$^{th}$ 2021.
\item \href{http://bsp.uk.net/2020/07/24/parasites-online-2021/}{British Society for Parasitology Conference}: \textit{How much variation in drug response is found in schistosome populations?} Winka Le Clec'h\footnotemark[1], \textbf{Frédéric D. Chevalier}, Robbie Diaz, Amanda Strickland, Madison Morales \& Timothy JC. Anderson. Cyberspace, June 21$^{st}$ to 27$^{th}$ 2021.
\item {Molecular Helminthology 2021}: \textit{Extreme QTL analysis of host specificity in schistosome parasites.} \textbf{Frédéric D. Chevalier}\footnotemark[1], Winka Le Clec'h, Philip T. LoVerde, Benjamin Gourbal, Guillaume Mitta \& Timothy JC. Anderson. Cyberspace, June 2$^{nd}$ to 4$^{th}$ 2021.
\item {Molecular Helminthology 2021}: \textit{Genetic approaches to understanding drug resistance in Schistosome parasites.} Winka Le Clec'h\footnotemark[1], \textbf{Frédéric D. Chevalier}, Philip LoVerde, Jonathan S. Marchant \& Timothy JC. Anderson. Cyberspace, June 2$^{nd}$ to 4$^{th}$ 2021.
\item \href{https://www.astmh.org/annual-meeting/past-meetings}{68$^{th}$ American Society of Tropical Medicine and Hygiene Annual Meeting}: \textit{The genetic basis of praziquantel resistance in \emph{Schistosoma mansoni}.} Winka Le Clec’h, \textbf{Frédéric D. Chevalier}, Marina McDew-White, Robbie Diaz, Amanda Strickland, Meghan Guzman, Ana Carolina Alves de Mattos, Philip T. LoVerde \& Tim Anderson\footnotemark[1]. National Harbor, Maryland, USA, November 20$^{th}$ to 24$^{th}$ 2019.
\item {Society of Molecular Biology and Evolution 2017}: \textit{Parasite invasions: colonization and adaption of schistosomes to the New World during the slave trade.} \textbf{Frédéric D. Chevalier}\footnotemark[1], Winka M. Le Clec’h, Philip T. LoVerde, Rafael Ramiro de Assis, Guillerme Oliveira, Safari Kinunghi, Anouk Gouvras, Bonnie Webster, Joanne Webster, Aidan Emery, David Rollinson \& Timothy JC. Anderson. Austin, TX, USA, July 2$^{nd}$ to 6$^{th}$ 2017.
\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{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.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.
\end{outerlist}
\blankline
\\~
\blankline
\textit{Poster communications} (\footnotemark[1]presenting author)
\begin{outerlist}
\item \href{http://bsp.uk.net/2020/07/24/parasites-online-2021/}{British Society for Parasitology Conference}: \textit{An atlas of organ microbiomes of \emph{Biomphalaria} spp., the snail host of schistosome parasites.} \textbf{Frédéric D. Chevalier}\footnotemark[1, ]Lauren V. Carruthers, Stephanie Nordmeyer, Timothy JC. Anderson \& Winka Le Clec’h. Cyberspace, June 21$^{st}$ to 27$^{th}$ 2021.
\item {Texas Biomed Research Symposium}: \textit{Development of functional genomic tools for gene knockdown in schistosome larval stages infecting aquatic snails.} Marina McDew-White\footnotemark[1], Winka Le Clec’h, \textbf{Frédéric D. Chevalier} \& Timothy JC. Anderson. San Antonio, Texas, USA, February 18$^{th}$ to 19$^{th}$ 2020.
\item \href{https://register.extension.iastate.edu/anthelmintics}{Anthelminthics: Discovery to resistance IV}: \textit{Genetic basis of meclonazepam resistance in \emph{Schistosoma mansoni}.} Winka Le Clec'h\footnotemark[1], \textbf{Frédéric D. Chevalier}, Amanda Strickland, Robbie Diaz, John D. Chan \& Tim JC. Anderson. Santa Monica, California, USA, February 3$^{rd}$ to 7$^{th}$ 2020.
\item {Society of Molecular Biology and Evolution 2017}: \textit{Improving the \emph{Schistosoma mansoni} genome assembly using genetic crosses and linkage analysis.} \textbf{Frédéric D. Chevalier}\footnotemark[1], Winka Le Clec’h, Gabriel Mouahid, Hélène Moné, Mohamed A. Idris, Salem Al Yafae, Juliette Langand, Nancy Holroyd, Alan Tracey, Matthew Berriman \& Tim JC. Anderson. Austin, TX, USA, July 2$^{nd}$ to 6$^{th}$ 2017.
\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://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.
\end{outerlist}
%-----------------------------
\section{Training \& Workshop}
%-----------------------------
%
\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}
{Prof. Boaz YUVAL}
\item Topic: symbiosis study and associated techniques.
\end{innerlist}
\end{outerlist}
\blankline
\\~
\blankline
\href{https://opa.uthscsa.edu/home}{\textbf{Office of Postdoctoral Affairs}}, University of Texas Health, San Antonio, Texas, USA
\begin{outerlist}
\item[] \textit{\href{https://opa.uthscsa.edu/entering-mentoring}{Entering Mentoring}} \hfill \textbf{April 6$^{th}$ to 16$^{th}$ 2021}
\begin{innerlist}
\item Aims: introduce effective strategies for successful mentoring to trainees and to foster a mentoring ethos in them.
\item Advisors:
\begin{itemize}
\item[-] \href{mailto:oyajobi@uthscsa.edu}{Prof. Babatunde Oyajobi}
\item[-] \href{mailto:mustafa@uthscsa.edu}{Associate Prof. Shamimunisa Mustafa}
\end{itemize}
\end{innerlist}
\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 \emph{In silico} evaluation of protein stability: \href{https://www.rosettacommons.org/}{Rosetta}
\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: sequence assembly (\href{http://sourceforge.net/apps/mediawiki/mira-assembler/index.php?title=Main_Page}{\textsc{Mira}}, \href{http://www.phrap.org/phredphrapconsed.html}{Phred / Phrap / Consed}), sequence alignment (\href{http://samtools.sourceforge.net/}{SAMtools}, \href{http://bio-bwa.sourceforge.net/}{BWA}, \href{https://github.com/alexdobin/STAR}{STAR}), genome annotation and visualization (\href{http://www.sanger.ac.uk/resources/software/artemis/}{Artemis}, \href{https://software.broadinstitute.org/software/igv/}{IGV}), genome coordinate manipulation (\href{http://bedtools.readthedocs.io/en/latest/}{BEDTools}), gene expression quantification (\href{http://cufflinks.cbcb.umd.edu/}{Cufflinks}, \href{https://deweylab.github.io/RSEM/}{RSEM}, \href{http://www-huber.embl.de/users/anders/DESeq/}{DESeq})
\end{outerlist}
%\newpage
%---------------------
\section{Other skills}
%---------------------
%
\textit{Informatic skills}
\begin{outerlist}
\item Statistics softwares: \href{http://www.r-project.org/}{R program}, \textsc{Jmp}
\item Programming: \href{http://en.wikipedia.org/wiki/Unix_shell}{UNIX shell} scripting (expert level), \href{https://www.r-project.org/}{R} scripting (expert level), \href{http://www.perl.org/docs.html}{Perl} scripting (beginner level), \href{https://www.python.org/}{Python} (beginner level)
\item Networking: SSH client and server setup, website setup through Apache (WordPress, Piwigo, Ampache, Nextcloud, etc.)
\item Office 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{Scientific services and honors}
%---------------------------------------
%
\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}.
\item[]
\end{outerlist}
\textit{Society membership}
\begin{outerlist}
\item Member of the Society for Molecular Biology \& Evolution (SMBE) \hfill \textbf{May 2017 to 2019}
\item Member of the American Society of Parasitologists (ASP) \hfill \textbf{May 2017 to May 2018}
\item Member of the American Society of Tropical Medicine and Hygiene (ASTMH) \hfill \textbf{October 2015 to October 2016}
\end{outerlist}
%--------------------------------
\section{Administrative services}
%--------------------------------
%
\textit{Strategic Planning for Texas Biomed}
\begin{outerlist}
\item Member of the implementation team, co-champion of \emph{Training and Career Development} action team \hfill \textbf{July 2018 to now}
\item Member of the design team, co-lead of the \emph{Training and Career Development} action team \hfill \textbf{September 2017 to July 2018}
\item[]
\end{outerlist}
\textit{Committee Outreach Member} \hfill \textbf{March 2018 to now} \\
\textit{\href{http://ed-icbg.univ-poitiers.fr/}{ICBG graduate school}}: PhD student delegate \hfill \textbf{October 2007 to June 2009} \\
\textit{\href{http://www.ciescentre.fr/index.php?id=3}{CIES Centre (teaching monitor formation)}}: Teaching monitor delegate \hfill \textbf{October 2007 to June 2009} \\
%-----------------------
\section{Other services}
%-----------------------
%
\textbf{Association services}
\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{Outreach activities}
%----------------------------
%
\textbf{Scientific outreach}
\begin{outerlist}
\item[] \textit{Family night} \hfill \textbf{2018 to 2019}
\item[] \textit{School tours at Texas Biomed} \hfill \textbf{2012 to 2019}
\item[] \textit{Science Festival}
\begin{innerlist}
\item Yearly presentation of the thematics of the laboratory Ecology, Evolution, Symbiosis to the general public \hfill \textbf{2007 to 2009}
\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"}
\input{"F. CHEVALIER - CV appendix.tex"}
\end{document}
%%%%%%%%%%%%%%%%%%%%%%%%%% End CV Document %%%%%%%%%%%%%%%%%%%%%%%%%%%%%