%Original author: Theodore P.~Pavlic %Author: Frédéric CHEVALIER %Created in: 2009-11-29 %Modified in: 2026-03-01 %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: 03/01/2025}} %%----------------------------- %\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 & \textit{GitHub:} \href{https://github.com/fdchevalier/}{github.com/fdchevalier} \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} \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 awarded: 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} \blankline \textit{PhD student} \begin{outerlist} \item Stephanie NORDMEYER: Role of snail microbiome in the interaction snail-schistosome \\ \null \hfill \mbox{\textbf{September 2019 to December 2024}} % \hfill \textbf{May to July 2019} \end{outerlist} %----------------------- \section{Funding grants} %----------------------- % \textbf{\href{https://www.nih.gov/}{National Institutes of Health}} \begin{outerlist} \item Project: Role of the microbiome of the schistosome snail host \begin{innerlist2} \item Year: 2022-2024 \item Grant number: 1R21AI171601-01 \item Amount: \$247,500 \item Role: MPI \end{innerlist2} \end{outerlist} \blankline \textbf{\href{https://forum.txbiomed.org/}{Texas Biomed Forum grants}} \begin{outerlist} \item Project: Single cell profiling of schistosome sporocysts \begin{innerlist2} \item Year: 2023 \item Grant number: 23-05070 \item Amount: \$60,000 \item Role: Co-PI \end{innerlist2} %\blankline \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 (\emph{\footnotemark[1]}co-first authors, \emph{\footnotemark[2]}co-last authors, 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{Limited impact of schistosome infection on \emph{Biomphalaria glabrata} snail microbiomes}. Stephanie C. Nordmeyer, Timothy JC. Anderson, Winka Le Clec'h\footnotemark[2], \textbf{Frédéric D. Chevalier}\footnotemark[2]. \href{https://doi.org/10.1186/s13071-026-07299-z}{Parasites \& Vectors 2026}. \item \textit{Organ-specific microbiomes of \emph{Biomphalaria snails}}. Lauren V. Carruthers, Stephanie C. Nordmeyer, Timothy JC. Anderson, \textbf{Frédéric D. Chevalier}\footnotemark[2], Winka Le Clec'h\footnotemark[2]. \href{https://doi.org/10.1186/s42523-025-00403-1}{Animal Microbiome 7(1):40}. \item \textit{A single locus determines praziquantel response in \emph{Schistosoma mansoni}}. \textbf{Frédéric D. Chevalier}\footnotemark[1], Winka Le Clec'h\footnotemark[1], Matthew Berriman \& Timothy JC. Anderson. \href{https://doi.org/10.1128/aac.01432-23}{Antimicrobial Agents \& Chemotherapy 2024 30:e0143223}. \item \textit{Genomic analysis of a parasite invasion: Colonization of the Americas by the blood fluke \emph{Schistosoma mansoni}.} Roy N. Platt II, Winka Le Clec'h, \textbf{Frédéric D. Chevalier}, Marina McDew-White, Philip T. LoVerde, Rafael Ramiro de Assis, Guilherme Oliveira, Safari Kinung’hi, Amadou Garba Djirmay, Michelle L. Steinauer, Anouk Gouvras, Muriel Rabone, Fiona Allan, Bonnie L. Webster, Joanne P. Webster, Aidan M. Emery, David Rollinson \& Timothy JC. Anderson. \href{https://doi.org/10.1111/mec.16395}{Molecular Ecology 2022 31(8):2242-2263}. \item \textit{Genetic analysis of praziquantel response in schistosome parasites implicates a transient receptor potential channel}. Winka Le Clec'h\footnotemark[1], \textbf{Frédéric D. Chevalier}\footnotemark[1], Ana Carolina Alves de Mattos, Amanda Strickland, Robbie Diaz, Marina McDew-White, Claudia M. Rohr, Safari Kinung’hi, Fiona Allan, 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, Philip T. LoVerde, Jonathan S. Marchant \& Timothy JC. Anderson. \href{https://doi.org/10.1126/scitranslmed.abj9114}{Science Translational Medicine 2021 13(625):eabj9114}. \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{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{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{Snails, microbiomes, and schistosomes: a three-way interaction?} Winka Le Clec’h, Stephanie Nordmeyer, Timothy JC. Anderson \& \textbf{Frédéric Chevalier}. \href{https://doi.org/10.1016/j.pt.2022.01.012}{Trends in Parasitology 2022 38(5):353-355}. \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 (\emph{\footnotemark[1]}presenting author, full list in appendix)} \begin{outerlist} \item \href{https://sites.wustl.edu/molhelm2025/}{Molecular Helminthology 2025}: \textit{Surveillance for praziquantel resistance alleles in African schistosome populations}. \textbf{Frédéric D. Chevalier}\footnotemark[1], Winka Le Clec’h, Emily Blanton-Poole, Yves-Nathan Tian-Bi, Peter R. Olilah, John Oguso, Churchil Orao, Brian Otieno, Humphrey Deogratias Mazigo, Mande K. Konde, Stefanie Knopp, Said M. Ali, Eric M. Ndombi, Timothy JC. Anderson. St. Louis, Missouri, USA, September 22$^{nd}$ to 15$^{th}$ 2025. \textit{Invited speaker} \item \href{https://www.regcytes.extension.iastate.edu/anthelmintics/}{Anti-Helmintics VI}: \textit{Molecular surveillance of praziquantel resistance alleles in African schistosome populations.} \textbf{Frédéric D. Chevalier}\footnotemark[1], Yves-Nathan Tian-Bi, Eric Ndombi, Winka Le Clec’h \& Timothy JC. Anderson. Toronto, Ontario, Canada, September 23$^{rd}$ to 26$^{th}$ 2024. \textbf{Invited speaker} \item {Texas Biomed Research Symposium}: \textit{Single cell atlas of the intra-molluscan stage of the schistosome lifecycle.} \textbf{Frédéric D. Chevalier}\footnotemark[1], Timothy JC. Anderson \& Winka Le Clec’h. San Antonio, Texas, USA, September 14$^{th}$ to 15$^{th}$ 2023. \item \href{https://www.eliminateschisto.org/working-groups-and-work-streams/snails-and-malacology}{Global Schistosomiasis Alliance - Snails and Malacology work stream meeting}: \textit{The \emph{Biomphalaria glabrata} snails' microbiomes.} Winka Le Clec'h\footnotemark[1], Stephanie Nordmeyer, Timothy J.C. Anderson \& \textbf{Frédéric D. Chevalier}\footnotemark[1]. Cyberspace, December 14$^{th}$ 2022. \item {XVI$^{th}$ International Schistosomiasis Symposium}: \textit{Field applicable methods for surveying drug resistance in schistosome populations.} \textbf{Frédéric D. Chevalier}\footnotemark[1], Winka Le Clec’h, Madison Morales, Eric M. Ndombi \& Timothy JC. Anderson. Ouro Preto, Minas Gerais, Brazil, November 21$^{st}$ to 23$^{rd}$ 2022. \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 \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. \end{outerlist} \blankline \\~ \blankline \textit{Poster communications (\emph{\footnotemark[1]}presenting author, full list in appendix)} \begin{outerlist} \item \href{https://symbnet.eu/agenda/european-meeting-on-host-microbe-symbioses/}{SymbNET}: \textit{Is microbiome composition in the aquatic snail Biomphalaria genetically controlled?} Stephanie C. Nordmeyer, Timothy JC. Anderson, Winka Le Clec’h \& \textbf{Frédéric D. Chevalier}\footnotemark[1]. Olhão, Algarve, Portugal, June 10$^{th}$ to 13$^{th}$ 2024. \item \href{https://asm.org/ASM/media/Events-PDFs/2023-ASM-Microbe-Program.pdf}{ASM Microbe 2023}: \textit{An atlas of organ microbiomes of Biomphalaria spp., the snail hosts of schistosome parasites}. Winka Le Clec’h\footnotemark[1], Lauren V. Carruthers, Stephanie C. Nordmeyer, Timothy JC. Anderson, \textbf{Frédéric D. Chevalier}. Houston, Texas, USA, June 15$^{th}$ to 19$^{th}$ 2023. \item \href{https://asm.org/ASM/media/Events-PDFs/2023-ASM-Microbe-Program.pdf}{ASM Microbe 2023}: \textit{Does schistosome infection impact the microbiomes of the aquatic snail vector?} Stephanie C. Nordmeyer\footnotemark[1], Timothy JC. Anderson, \textbf{Frédéric D. Chevalier} \& Winka Le Clec’h. Houston, Texas, USA, June 15$^{th}$ to 19$^{th}$ 2023. \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://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}) \item Microbiome: \href{https://qiime2.org/}{QIIME2} \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{https://www.science.org/journal/sciadv}{Science Advances}, \href{https://www.journals.elsevier.com/computational-and-structural-biotechnology-journal}{Computational and Structural Biotechnology Journal}, \href{https://www.frontiersin.org/journals/cell-and-developmental-biology}{Frontiers in Cell and Developmental Biology}, \href{https://www.frontiersin.org/journals/microbiology}{Frontiers in Microbiology}, \href{http://www.elsevier.com/wps/find/journaldescription.cws_home/506033/description#description}{Gene}, \href{https://www.journals.elsevier.com/international-journal-for-parasitology}{International Journal for Parasitology}, \href{https://www.journals.elsevier.com/infection-genetics-and-evolution}{Journal of Molecular Epidemiology and Evolutionary Genetics of Infectious Diseases}, \href{http://www.journals.elsevier.com/meta-gene/}{Meta Gene}, \href{https://www.mdpi.com/journal/microorganisms}{Microorganisms}, \href{http://www.journals.elsevier.com/molecular-and-biochemical-parasitology/}{Molecular \& Biochemical Parasitology}, \href{https://onlinelibrary.wiley.com/journal/1365294x}{Molecular Ecology}, \href{https://www.mdpi.com/journal/pathogens}{Pathogens}, \href{http://www.pnas.org/}{Proceedings of the National Academy of Sciences}, \href{http://journals.plos.org/plospath/}{PLOS Pathogens}, \href{http://journals.plos.org/plosntds/}{PLOS Neglected Tropical Diseases}, \href{http://www.plosone.org/}{PLoS ONE}. \item[] Associate editor for \href{https://www.frontiersin.org/journals/parasitology}{Frontiers in Parasitology} \item[] Guest editor for \href{https://journals.plos.org/plospathogens/}{PloS Pathogens} \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 Parasitologists (ASP) \hfill \textbf{May 2022 to present} \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{Faculty Search Committee Member} \hfill \textbf{April 2023 to now} \\ \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 2021} \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 2021} \\ \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 now} \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 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%