| ... |
... |
@@ -1,7 +1,7 @@
|
|
1 |
1 |
%Original author :Theodore P.~Pavlic
|
|
2 |
2 |
%Author: Frédéric CHEVALIER
|
|
3 |
3 |
%Created in: 2009-11-29
|
|
4 |
|
-%Modified in: 2011-11-29
|
|
|
4 |
+%Modified in: 2016-12-15
|
|
5 |
5 |
|
|
6 |
6 |
%source: http://links.tedpavlic.com/tex/tpavlic_cv.tex
|
|
7 |
7 |
|
| ... |
... |
@@ -11,8 +11,8 @@
|
|
11 |
11 |
%% 1 of ?? %%
|
|
12 |
12 |
%% %%
|
|
13 |
13 |
%% at the bottom of your first page, this means that the AUX file %%
|
|
14 |
|
-%% was not available when you ran LaTeX on this source. Simply RERUN %%
|
|
15 |
|
-%% LaTeX to get the ``??'' replaced with the number of the last page %%
|
|
|
14 |
+%% was not available when you ran LaTeX on this source. Simply RERUN %%
|
|
|
15 |
+%% LaTeX to get the ``??'' replaced with the number of the last page %%
|
|
16 |
16 |
%% of the document. The AUX file will be generated on the first run %%
|
|
17 |
17 |
%% of LaTeX and used on the second run to fill in all of the %%
|
|
18 |
18 |
%% references. %%
|
| ... |
... |
@@ -25,6 +25,8 @@
|
|
25 |
25 |
|
|
26 |
26 |
\usepackage[utf8]{inputenc}
|
|
27 |
27 |
\usepackage[T1]{fontenc}
|
|
|
28 |
+\usepackage{ucs}
|
|
|
29 |
+\usepackage[frenchb]{babel}
|
|
28 |
30 |
|
|
29 |
31 |
% This is a helpful package that puts math inside length specifications
|
|
30 |
32 |
\usepackage{calc}
|
| ... |
... |
@@ -72,10 +74,10 @@
|
|
72 |
74 |
|
|
73 |
75 |
%% Use these lines for A4-sized paper
|
|
74 |
76 |
\usepackage[paper=a4paper,
|
|
75 |
|
- %includefoot, % Uncomment to put page number above margin
|
|
|
77 |
+ includefoot, % Uncomment to put page number above margin
|
|
76 |
78 |
marginparwidth=30.5mm, % Length of section titles
|
|
77 |
79 |
marginparsep=1.5mm, %1.5mm, % Space between titles and text
|
|
78 |
|
- margin=20mm, %22.5mm, % 25mm margins
|
|
|
80 |
+ margin=10mm, %22.5mm, % 25mm margins
|
|
79 |
81 |
includemp]{geometry}
|
|
80 |
82 |
|
|
81 |
83 |
%% More layout: Get rid of indenting throughout entire document
|
| ... |
... |
@@ -109,9 +111,12 @@
|
|
109 |
111 |
% Finally, give us PDF bookmarks
|
|
110 |
112 |
\usepackage{color,hyperref}
|
|
111 |
113 |
\definecolor{darkblue}{rgb}{0.0,0.0,0.3}
|
|
112 |
|
-\hypersetup{colorlinks,breaklinks,
|
|
113 |
|
- linkcolor=darkblue,urlcolor=darkblue,
|
|
114 |
|
- anchorcolor=darkblue,citecolor=darkblue}
|
|
|
114 |
+\definecolor{orange}{rgb}{0.8,0.5,0.2}
|
|
|
115 |
+\hypersetup{colorlinks, breaklinks,
|
|
|
116 |
+ linkcolor=orange,
|
|
|
117 |
+ urlcolor=orange,
|
|
|
118 |
+ anchorcolor=orange,
|
|
|
119 |
+ citecolor=orange}
|
|
115 |
120 |
|
|
116 |
121 |
%%%%%%%%%%%%%%%%%%%%%%%% End Document Setup %%%%%%%%%%%%%%%%%%%%%%%%%%%%
|
|
117 |
122 |
|
| ... |
... |
@@ -151,7 +156,7 @@
|
|
151 |
156 |
% empty lines allows for the function of the first example with the
|
|
152 |
157 |
% readability of the second example.
|
|
153 |
158 |
\renewcommand{\section}[2]%
|
|
154 |
|
- {\pagebreak[2]\vspace{2\baselineskip}% original : \pagebreak[2]\vspace{2.5\baselineskip
|
|
|
159 |
+ {\pagebreak[2]\vspace{2\baselineskip}% original : \pagebreak[2]\vspace{2.5\baselineskip
|
|
155 |
160 |
\phantomsection\addcontentsline{toc}{section}{#1}%
|
|
156 |
161 |
\hspace{0in}%
|
|
157 |
162 |
\marginpar{
|
| ... |
... |
@@ -164,7 +169,7 @@
|
|
164 |
169 |
\vspace{-.6\baselineskip}}
|
|
165 |
170 |
|
|
166 |
171 |
% An environment IDENTICAL to outerlist that has better pre-list spacing
|
|
167 |
|
-% when used as the first thing in a \section
|
|
|
172 |
+% when used as the first thing in a \section
|
|
168 |
173 |
\newenvironment{lonelist}[1][\enskip\textbullet]%
|
|
169 |
174 |
{\vspace{-\baselineskip}\begin{list}{#1}{%
|
|
170 |
175 |
\setlength{\partopsep}{0pt}%
|
| ... |
... |
@@ -175,10 +180,10 @@
|
|
175 |
180 |
% An itemize-style list with little space between items
|
|
176 |
181 |
\newenvironment{innerlist}[1][\enskip\textbullet]%
|
|
177 |
182 |
{\begin{compactitem}[#1]}{\end{compactitem}}
|
|
178 |
|
-
|
|
|
183 |
+
|
|
179 |
184 |
\newenvironment{innerlist2}[1][\enskip -]%
|
|
180 |
185 |
{\begin{compactitem}[#1]}{\end{compactitem}}
|
|
181 |
|
-
|
|
|
186 |
+
|
|
182 |
187 |
\newenvironment{innerlist3}[1][\enskip $\succ$]%
|
|
183 |
188 |
{\begin{compactitem}[#1]}{\end{compactitem}}
|
|
184 |
189 |
|
| ... |
... |
@@ -203,11 +208,11 @@
|
|
203 |
208 |
\section{Informations personnelles}
|
|
204 |
209 |
%-----------------------------------
|
|
205 |
210 |
%
|
|
206 |
|
-Nom~: CHEVALIER \\
|
|
207 |
|
-Prénom~: Frédéric \\
|
|
208 |
|
-Genre~: Masculin \\
|
|
209 |
|
-Date de naissance~: 15 mai 1984\\
|
|
210 |
|
-Nationalité~: Française
|
|
|
211 |
+Nom : CHEVALIER \\
|
|
|
212 |
+Prénom : Frédéric \\
|
|
|
213 |
+Genre : Masculin \\
|
|
|
214 |
+Date de naissance : 15 mai 1984\\
|
|
|
215 |
+Nationalité : Française
|
|
211 |
216 |
|
|
212 |
217 |
|
|
213 |
218 |
|
| ... |
... |
@@ -218,39 +223,42 @@ Nationalité~: Française
|
|
218 |
223 |
% NOTE: Mind where the & separators and \\ breaks are in the following
|
|
219 |
224 |
% table.
|
|
220 |
225 |
%
|
|
221 |
|
-% ALSO: \rcollength is the width of the right column of the table
|
|
|
226 |
+% ALSO: \rcollength is the width of the right column of the table
|
|
222 |
227 |
% (adjust it to your liking; default is 1.85in).
|
|
223 |
228 |
%
|
|
224 |
229 |
\newlength{\rcollength}\setlength{\rcollength}{6.5cm}%
|
|
225 |
230 |
%
|
|
226 |
231 |
\begin{tabular}[t]{@{}p{\textwidth-\rcollength}p{\rcollength}}
|
|
227 |
|
-Appartement 243 & \\
|
|
228 |
|
-27 rue du Pontreau & \textit{Tel.:} +33 (0)6 43 46 89 09 \\
|
|
229 |
|
-86000 Poitiers France & \textit{E-mail:} \href{mailto:frederic.d.chevalier@gmail.com} {frederic.d.chevalier@gmail.com}\\
|
|
|
232 |
+Apartment 2026 & \\
|
|
|
233 |
+11020 Huebner Oaks & \\
|
|
|
234 |
+San Antonio & \textit{Tel.:} +1 210 887 1716 \\
|
|
|
235 |
+Texas 78230 -- USA & \textit{E-mail:} \href{mailto:frederic.d.chevalier@gmail.com} {frederic.d.chevalier@gmail.com}\\
|
|
230 |
236 |
\end{tabular}
|
|
231 |
237 |
|
|
232 |
238 |
|
|
233 |
239 |
|
|
234 |
|
-%%-------------------------------
|
|
235 |
|
-%\section{Contact professionnel}
|
|
236 |
|
-%%-------------------------------
|
|
237 |
|
-%%
|
|
238 |
|
-%% NOTE: Mind where the & separators and \\ breaks are in the following
|
|
239 |
|
-%% table.
|
|
240 |
|
-%%
|
|
241 |
|
-%% ALSO: \rcollength is the width of the right column of the table
|
|
242 |
|
-%% (adjust it to your liking; default is 1.85in).
|
|
243 |
|
-%%
|
|
244 |
|
-%%\newlength{\rcollength}\setlength{\rcollength}{6.5cm}%
|
|
245 |
|
-%%
|
|
246 |
|
-%\begin{tabular}[t]{@{}p{\textwidth-\rcollength}p{\rcollength}}
|
|
|
240 |
+%-------------------------------
|
|
|
241 |
+\section{Contact professionnel}
|
|
|
242 |
+%-------------------------------
|
|
|
243 |
+%
|
|
|
244 |
+% NOTE: Mind where the & separators and \\ breaks are in the following
|
|
|
245 |
+% table.
|
|
|
246 |
+%
|
|
|
247 |
+% ALSO: \rcollength is the width of the right column of the table
|
|
|
248 |
+% (adjust it to your liking; default is 1.85in).
|
|
|
249 |
+%
|
|
|
250 |
+%\newlength{\rcollength}\setlength{\rcollength}{6.5cm}%
|
|
|
251 |
+%
|
|
|
252 |
+\href{http://txbiomed.org/}%
|
|
|
253 |
+ {Texas Biomedical Research Institute} \\
|
|
|
254 |
+\begin{tabular}[t]{@{}p{\textwidth-\rcollength}p{\rcollength}}
|
|
247 |
255 |
%\href{http://ecoevol.labo.univ-poitiers.fr/spip.php?rubrique32}%
|
|
248 |
|
-% {Laboratoire Écologie, Évolution, Symbiose} & \\
|
|
249 |
|
-%UMR CNRS 6556 & \textit{Tel.:} +33 (0)5 49 36 62 46 \\
|
|
250 |
|
-%\href{http://www.univ-poitiers.fr/}{Université de Poitiers} & \textit{Fax:} +33 (0)5 49 45 40 15 \\
|
|
251 |
|
-%40 avenue du Recteur Pineau & \textit{E-mail:} \href{mailto:frederic.chevalier@univ-poitiers.fr} {frederic.chevalier@univ-poitiers.fr}\\
|
|
252 |
|
-%86022 Poitiers Cedex France & \textit{www:} \href{http://ecoevol.labo.univ-poitiers.fr/?lang=fr}{ecoevol.labo.univ-poitiers.fr}\\
|
|
253 |
|
-%\end{tabular}
|
|
|
256 |
+% {Laboratory Ecology, Evolution, Symbiosis} & \\
|
|
|
257 |
+P.O. Box 760549 & \textit{Tel.:} +1 210 258 9277 \\
|
|
|
258 |
+%\href{http://www.univ-poitiers.fr/}{University of Poitiers} & \textit{Fax:} +33 (0)5 49 45 40 15 \\
|
|
|
259 |
+San Antonio & \textit{E-mail:} \href{mailto:fcheval@txbiomed.org} {fcheval@txbiomed.org}\\
|
|
|
260 |
+Texas 78245-0549 -- USA & \textit{www:} \href{http://txbiomed.org/}{txbiomed.org}\\
|
|
|
261 |
+\end{tabular}
|
|
254 |
262 |
|
|
255 |
263 |
|
|
256 |
264 |
|
| ... |
... |
@@ -258,7 +266,58 @@ Appartement 243 & \\
|
|
258 |
266 |
\section{Thèmes de recherche}
|
|
259 |
267 |
%-----------------------------
|
|
260 |
268 |
%
|
|
261 |
|
-Symbiose, Interaction Hôte-Symbiote, Immunité, Immunocompetence
|
|
|
269 |
+Interaction hôte-symbiote, immunité, génétique mendélienne, génomique des populations
|
|
|
270 |
+
|
|
|
271 |
+
|
|
|
272 |
+
|
|
|
273 |
+%-------------------------------------
|
|
|
274 |
+\section{Expériences professionnelles}
|
|
|
275 |
+%-------------------------------------
|
|
|
276 |
+%
|
|
|
277 |
+\textbf{Stage postdoctoral}%
|
|
|
278 |
+ \hfill \textbf{Mars 2012 à maintenant}
|
|
|
279 |
+\begin{outerlist}
|
|
|
280 |
+ \item[] \href{http://txbiomed.org}{\textbf{Texas Biomedical Research Institute}}, San Antonio, Texas, USA
|
|
|
281 |
+ \begin{innerlist}
|
|
|
282 |
+ \item Sujet : Spécificité d'hôte chez \emph{Schistosoma mansoni} : identification des gènes impliqués dans le phénotype de compatibilité avec son hôte \emph{Biomphalaria glabratra}.
|
|
|
283 |
+ \begin{innerlist2}
|
|
|
284 |
+ \item Supervision :
|
|
|
285 |
+ \href{mailto:tanderso@txboimedical.org}
|
|
|
286 |
+ {Dr. Tim ANDERSON}
|
|
|
287 |
+ \item Fincancement : \href{http://projectreporter.nih.gov/project_info_details.cfm?aid=8222346&icde=12132801}{NIH-NIAID Grant -- Genetic analysis of host specificity in \emph{Schistosoma mansoni}} (n$^{\circ}$1R01AI097576-01)
|
|
|
288 |
+ \end{innerlist2}
|
|
|
289 |
+ \end{innerlist}
|
|
|
290 |
+\end{outerlist}
|
|
|
291 |
+
|
|
|
292 |
+\blankline
|
|
|
293 |
+
|
|
|
294 |
+\textbf{ATER}%
|
|
|
295 |
+ \hfill \textbf{Octobre 2010 à Septembre 2011}
|
|
|
296 |
+\begin{outerlist}
|
|
|
297 |
+\item[] \href{http://www.univ-poitiers.fr/}{\textbf{Université de Poitiers}}, Poitiers, France
|
|
|
298 |
+ \begin{innerlist}
|
|
|
299 |
+ \item Niveau Master -- Enseignements : 16h TD / 37h TP -- Matières : Immunologie, Écophysiologie, Chromatographie
|
|
|
300 |
+ %\begin{innerlist}
|
|
|
301 |
+ %\item Enseignements : 16h TD -- 37h TP
|
|
|
302 |
+ %\item Domaines : Immunologie, Écophysiologie
|
|
|
303 |
+ %\item Masters d'importance :
|
|
|
304 |
+ %\begin{innerlist2}
|
|
|
305 |
+ %\item Master Recherche Biologie, Écologie, Évolution
|
|
|
306 |
+ %\item Master \textit{Erasmus Mundus} EMAE (\textit{European Master in Applied Ecology})
|
|
|
307 |
+ %\end{innerlist2}
|
|
|
308 |
+ %\end{innerlist}
|
|
|
309 |
+
|
|
|
310 |
+ \item Niveau Licence -- Enseignements : 54h TD / 112h TP -- Matières : Fonctions sensorielles, Neuroanatomie, Évolution des plans d'organisation, Diversité du Vivant, Organismes \& Milieux
|
|
|
311 |
+ %\begin{innerlist}
|
|
|
312 |
+ %\item Enseignements : 54h TD -- 112h TP
|
|
|
313 |
+ %\item Domaines : Fonctions sensorielles, Neuroanatomie, Évolution des plans d'organi$\-$sation, Diversité du Vivant, Organismes \& Milieux
|
|
|
314 |
+ %\item Licences d'importance :
|
|
|
315 |
+ %\begin{innerlist2}
|
|
|
316 |
+ %\item Licence Écologie et Biologie des Organismes
|
|
|
317 |
+ %\item Licence Science de la Vie et Géologie
|
|
|
318 |
+ %\end{innerlist2}
|
|
|
319 |
+ \end{innerlist}
|
|
|
320 |
+\end{outerlist}
|
|
262 |
321 |
|
|
263 |
322 |
|
|
264 |
323 |
|
| ... |
... |
@@ -266,42 +325,79 @@ Symbiose, Interaction Hôte-Symbiote, Immunité, Immunocompetence
|
|
266 |
325 |
\section{Cursus}
|
|
267 |
326 |
%---------------
|
|
268 |
327 |
%
|
|
269 |
|
-\textbf{Licence Phytosciences} (mention Bien)
|
|
270 |
|
-\hfill \textbf{Septembre 2002 à Juin 2005}
|
|
|
328 |
+\textbf{Doctorat}
|
|
|
329 |
+ \hfill \textbf{Octobre 2007 à Juin 2011}
|
|
271 |
330 |
\begin{outerlist}
|
|
272 |
|
- \item[] \href{http://www.univ-perp.fr/fr/index.html}{\textbf{Université Via Domitia}}, Perpignan, France
|
|
|
331 |
+ \item[] \href{http://www.univ-poitiers.fr/}{\textbf{Université de Poitiers}}, Poitiers, France
|
|
273 |
332 |
\begin{innerlist}
|
|
274 |
|
- \item Biologie moléculaire et écologie végétale
|
|
|
333 |
+ \item Sujet de thèse : Symbiose à \emph{Wolbachia} ($\alpha$-protéobactérie) : impacts sur le système immunitaire et l'immunocompétence de son hôte \emph{Armadillidium vulgare} (crustacé isopode)
|
|
|
334 |
+ \begin{innerlist2}
|
|
|
335 |
+ \item Directeurs :
|
|
|
336 |
+ \href{mailto:christine.braquart@univ-poitiers.fr}{Docteur Christine BRAQUART-VARNIER} --
|
|
|
337 |
+ \href{mailto:pierre.greve@univ-poitiers.fr}{Professeur Pierre GRÈVE}
|
|
|
338 |
+ \item Financement : Allocations \href{http://dr.education.fr/Alloc_doc/}{ministérielle} et de monitorat
|
|
|
339 |
+ \item[]
|
|
|
340 |
+ \end{innerlist2}
|
|
275 |
341 |
\end{innerlist}
|
|
276 |
342 |
\end{outerlist}
|
|
277 |
343 |
|
|
278 |
344 |
\blankline
|
|
279 |
|
-
|
|
280 |
|
-\textbf{Master Écologie fonctionnelle~: des molécules aux populations naturelles} (mention Bien) -- Responsable~:
|
|
|
345 |
+
|
|
|
346 |
+\textbf{Monitorat}%
|
|
|
347 |
+ \hfill \textbf{Octobre 2007 à 2010}
|
|
|
348 |
+\begin{outerlist}
|
|
|
349 |
+\item[] \href{http://www.univ-poitiers.fr/}{\textbf{Université de Poitiers}}, Poitiers, France
|
|
|
350 |
+ \begin{innerlist}
|
|
|
351 |
+ \item Niveau Master -- Enseignements : 16h TD / 37h TP -- Matières : Ecophysiologie, Chromatographie
|
|
|
352 |
+ %\item Enseignements : 16h TD / 37h TP -- Matière : Ecophysiologie
|
|
|
353 |
+ %\item Matière : Ecophysiologie
|
|
|
354 |
+ %\item Masters d'importance :
|
|
|
355 |
+ %\begin{innerlist2}
|
|
|
356 |
+ %\item Master Recherche Biologie, Écologie, Évolution
|
|
|
357 |
+ %\item Master \textit{Erasmus Mundus} EMAE (\textit{European Master in Applied Ecology})
|
|
|
358 |
+ %\end{innerlist2}
|
|
|
359 |
+ %\end{innerlist}
|
|
|
360 |
+
|
|
|
361 |
+ \item Niveau Licence -- Enseignements : 6h TD / 74h TP -- Matières : Fonctions sensorielles, Neuroanatomie, Évolution des plans d'organisation
|
|
|
362 |
+ %\begin{innerlist}
|
|
|
363 |
+ %\item Enseignements : 6h TD -- 74h TP
|
|
|
364 |
+ %\item Domaines : Fonctions sensorielles, Neuroanatomie, Évolution des plans d'organi$\-$sation
|
|
|
365 |
+ %\item Licences d'importance :
|
|
|
366 |
+ %\begin{innerlist2}
|
|
|
367 |
+ %\item Licence Écologie et Biologie des Organismes
|
|
|
368 |
+ %\item Licence Biologie, Géologie, Sciences de la Terre et de l'Univers
|
|
|
369 |
+ %\item Licence Science de la Vie et Géologie
|
|
|
370 |
+ %\end{innerlist2}
|
|
|
371 |
+ \end{innerlist}
|
|
|
372 |
+\end{outerlist}
|
|
|
373 |
+
|
|
|
374 |
+\blankline
|
|
|
375 |
+
|
|
|
376 |
+\textbf{Master Écologie fonctionnelle : des molécules aux populations naturelles} (mention Bien) -- Responsable :
|
|
281 |
377 |
\href{mailto:mitta@univ-perp.fr}{Professeur Guillaume MITTA}
|
|
282 |
378 |
\hfill \textbf{Septembre 2005 à Juin 2007}
|
|
283 |
379 |
\begin{outerlist}
|
|
284 |
380 |
\item[] \href{http://www.univ-perp.fr/fr/index.html}{\textbf{Université Via Domitia}}, Perpignan, France
|
|
285 |
381 |
|
|
286 |
382 |
\begin{innerlist}
|
|
287 |
|
- \item Stage Master 1~: La compatibilité dans le modèle \emph{Biomphalaria glabrata}/\emph{Echino$\-$stoma caproni}~: Banques SSH et expression tissulaire de gènes candidats \hfill \textbf{Janvier 2006 à Juin 2006}
|
|
|
383 |
+ \item Stage Master 1 : La compatibilité dans le modèle \emph{Biomphalaria glabrata}/\emph{Echino$\-$stoma caproni} : banques SSH et expression tissulaire de gènes candidats \hfill \textbf{Janvier 2006 à Juin 2006}
|
|
288 |
384 |
\begin{innerlist2}
|
|
289 |
385 |
\item Directeur: \href{mailto:mitta@univ-perp.fr}{Professeur Guillaume MITTA}
|
|
290 |
386 |
\end{innerlist2}
|
|
291 |
387 |
\end{innerlist}
|
|
292 |
388 |
|
|
293 |
389 |
\begin{innerlist}
|
|
294 |
|
- \item Stage Master 1 (hors-cursus)~: Histoire de LARD (Large Retrotransposon Derivative)~: Évolution de l'élément Dasheng au sein du genre \emph{Oriza} \hfill \textbf{Juillet 2006 à Septembre 2006}
|
|
|
390 |
+ \item Stage Master 1 (hors-cursus) : Histoire de LARD (\emph{Large Retrotransposon Derivative}) : Évolution de l'élément Dasheng au sein du genre \emph{Oriza} \hfill \textbf{Juillet 2006 à Septembre 2006}
|
|
295 |
391 |
\begin{innerlist2}
|
|
296 |
|
- \item Directeur~: \href{mailto:panaud@univ-perp.fr}{Professeur Olivier PANAUD}
|
|
|
392 |
+ \item Directeur : \href{mailto:panaud@univ-perp.fr}{Professeur Olivier PANAUD}
|
|
297 |
393 |
\end{innerlist2}
|
|
298 |
394 |
\end{innerlist}
|
|
299 |
395 |
|
|
300 |
396 |
\begin{innerlist}
|
|
301 |
|
- \item Stage Master 2~: Variation intra-spécifique de virulence dans le modèle hôte/para$\-$sitoïde \emph{Drosophila melanogaster}/\emph{Leptopilina boulardi}: recherche de protéines cibles d'un facteur de virulence \hfill \textbf{Janvier 2007 à Juin 2007}
|
|
|
397 |
+ \item Stage Master 2 : Variation intra-spécifique de virulence dans le modèle hôte/para$\-$sitoïde \emph{Drosophila melanogaster}/\emph{Leptopilina boulardi}: recherche de protéines cibles d'un facteur de virulence \hfill \textbf{Janvier 2007 à Juin 2007}
|
|
302 |
398 |
\begin{innerlist2}
|
|
303 |
|
- \item Directeur~: \href{mailto:poirie@antibes.inra.fr}{Professeur Marylène POIRIÉ}
|
|
304 |
|
- \item Financement~: \href{http://wwww.enseignementsup-recherche.gouv.fr/enseignementsup/bourses.htm/}{Bourse au mérite}
|
|
|
399 |
+ \item Directeur : \href{mailto:poirie@antibes.inra.fr}{Professeur Marylène POIRIÉ}
|
|
|
400 |
+ \item Financement : \href{http://wwww.enseignementsup-recherche.gouv.fr/enseignementsup/bourses.htm/}{Bourse au mérite}
|
|
305 |
401 |
\end{innerlist2}
|
|
306 |
402 |
\end{innerlist}
|
|
307 |
403 |
|
| ... |
... |
@@ -309,83 +405,41 @@ Symbiose, Interaction Hôte-Symbiote, Immunité, Immunocompetence
|
|
309 |
405 |
|
|
310 |
406 |
\blankline
|
|
311 |
407 |
|
|
312 |
|
-\textbf{Doctorat}
|
|
313 |
|
- \hfill \textbf{Octobre 2007 à Juin 2011}
|
|
|
408 |
+\textbf{Licence Phytosciences} (mention Bien)
|
|
|
409 |
+\hfill \textbf{Septembre 2002 à Juin 2005}
|
|
314 |
410 |
\begin{outerlist}
|
|
315 |
|
- \item[] \href{http://www.univ-poitiers.fr/}{\textbf{Université de Poitiers}}, Poitiers, France
|
|
316 |
|
- \begin{innerlist}
|
|
317 |
|
- \item Sujet de thèse~: Symbiose à \emph{Wolbachia} ($\alpha$-protéobactérie)~: impacts sur le système immunitaire et l'immunocompétence de son hôte \emph{Armadillidium vulgare} (crustacé isopode)
|
|
318 |
|
- \begin{innerlist2}
|
|
319 |
|
- \item Directeurs~:
|
|
320 |
|
- \href{mailto:christine.braquart@univ-poitiers.fr}{Docteur Christine BRAQUART-VARNIER} --
|
|
321 |
|
- \href{mailto:pierre.greve@univ-poitiers.fr}{Professeur Pierre GRÈVE}
|
|
322 |
|
- \item Financement~: \href{http://dr.education.fr/Alloc_doc/}{Allocation ministérielle} - Allocation de monitorat
|
|
323 |
|
- \item[]
|
|
324 |
|
- \end{innerlist2}
|
|
325 |
|
- \end{innerlist}
|
|
|
411 |
+ \item[] \href{http://www.univ-perp.fr/fr/index.html}{\textbf{Université Via Domitia}}, Perpignan, France
|
|
326 |
412 |
\end{outerlist}
|
|
327 |
413 |
|
|
328 |
|
-\blankline
|
|
329 |
414 |
|
|
330 |
|
-\textbf{Monitorat}%
|
|
331 |
|
- \hfill \textbf{Octobre 2007 à 2010}
|
|
332 |
|
-\begin{outerlist}
|
|
333 |
|
-\item[] \href{http://www.univ-poitiers.fr/}{\textbf{Université de Poitiers}}, Poitiers, France
|
|
334 |
|
-\item Niveau Master
|
|
335 |
|
- \begin{innerlist}
|
|
336 |
|
- \item Enseignements~: 16h TD -- 37h TP
|
|
337 |
|
- \item Domaine~: Ecophysiologie
|
|
338 |
|
- \item Masters d'importance~:
|
|
339 |
|
- \begin{innerlist2}
|
|
340 |
|
- \item Master Recherche Biologie, Écologie, Évolution
|
|
341 |
|
- \item Master \textit{Erasmus Mundus} EMAE (\textit{European Master in Applied Ecology})
|
|
342 |
|
- \end{innerlist2}
|
|
343 |
|
- \end{innerlist}
|
|
344 |
|
-\end{outerlist}
|
|
345 |
415 |
|
|
|
416 |
+%----------------------------
|
|
|
417 |
+\section{Compétences \\ Techniques}
|
|
|
418 |
+%----------------------------
|
|
|
419 |
+%
|
|
|
420 |
+\textit{Compétences expérimentales}
|
|
346 |
421 |
\begin{outerlist}
|
|
347 |
|
-\item Niveau Licence
|
|
348 |
|
- \begin{innerlist}
|
|
349 |
|
- \item Enseignements~: 6h TD -- 74h TP
|
|
350 |
|
- \item Domaines~: Fonctions sensorielles, Neuroanatomie, Évolution des plans d'organi$\-$sation
|
|
351 |
|
- \item Licences d'importance~:
|
|
352 |
|
- \begin{innerlist2}
|
|
353 |
|
- \item Licence Écologie et Biologie des Organismes
|
|
354 |
|
- \item Licence Biologie, Géologie, Sciences de la Terre et de l'Univers
|
|
355 |
|
- \item Licence Science de la Vie et Géologie
|
|
356 |
|
- \end{innerlist2}
|
|
357 |
|
- \end{innerlist}
|
|
|
422 |
+ \item Acides nucléiques: extraction d'ADN et d'ARN, PCR, RT-PCR, qPCR, clonage, séquençage, banques (soustractives, RNA-seq, captude d'exome), hybridation \textit{in situ},
|
|
|
423 |
+ \item Protéines: Western blot, quantification d'activité enzymatique, expression de protéines en système hétérologue, détection d'interactions (double hybride), purification de protéines par HPLC
|
|
|
424 |
+ \item Biologie cellulaire : cytométrie en flux, marquage apoptose (TUNEL et Annexin), séparation de cellules sur gradient, comptage de cellules, microscopie (épifluorescente, confocale)
|
|
|
425 |
+ \item Microbiologie : cultures de champignons, cultures de bactéries, injections de bactéries
|
|
|
426 |
+ \item Élevage: mouches (\emph{Drosophila}), cloportes (isopodes terrestres), escargots aquatiques (\emph{Biomphalaria} et \emph{Lymnea}), schistosomes (\emph{Schistosoma mansoni})
|
|
358 |
427 |
\end{outerlist}
|
|
359 |
428 |
|
|
360 |
429 |
\blankline
|
|
361 |
430 |
|
|
362 |
|
-\textbf{ATER}%
|
|
363 |
|
- \hfill \textbf{Octobre 2010 à Septembre 2011}
|
|
364 |
|
-\begin{outerlist}
|
|
365 |
|
-\item[] \href{http://www.univ-poitiers.fr/}{\textbf{Université de Poitiers}}, Poitiers, France
|
|
366 |
|
-\item Niveau Master
|
|
367 |
|
- \begin{innerlist}
|
|
368 |
|
- \item Enseignements~: 16h TD -- 37h TP
|
|
369 |
|
- \item Domaines~: Immunologie, Écophysiologie
|
|
370 |
|
- \item Masters d'importance~:
|
|
371 |
|
- \begin{innerlist2}
|
|
372 |
|
- \item Master Recherche Biologie, Écologie, Évolution
|
|
373 |
|
- \item Master \textit{Erasmus Mundus} EMAE (\textit{European Master in Applied Ecology})
|
|
374 |
|
- \end{innerlist2}
|
|
375 |
|
- \end{innerlist}
|
|
376 |
|
-\end{outerlist}
|
|
377 |
|
-
|
|
|
431 |
+\textit{Compétences bioinformatiques}
|
|
378 |
432 |
\begin{outerlist}
|
|
379 |
|
-\item Niveau Licence
|
|
|
433 |
+ \item Recherche de similarités de séquences: \href{http://blast.ncbi.nlm.nih.gov/Blast.cgi}{\textsc{Blast}}, \href{http://crisceb.unina2.it/angelo/PROTEIN_TOOLS/PROSCAN/}{ProScan}, \href{http://www.ncbi.nlm.nih.gov/Structure/cdd/wrpsb.cgi}{Conserved Domain Search}
|
|
|
434 |
+ \item Alignement de séquences: \href{http://www.clustal.org/}{Clustal}, \href{http://guidance.tau.ac.il/overview.html}{Guidance}, \href{http://bioinfo.genotoul.fr/multalin/multalin.html}{\textsc{Multalin}}, \href{http://mafft.cbrc.jp/alignment/software/}{\textsc{Mafft}}, \href{http://www.ebi.ac.uk/goldman-srv/prank/prank/}{\textsc{Prank}}, \href{http://droog.gs.washington.edu/polyphred/}{\textsc{PolyPhred}}
|
|
|
435 |
+ \item Analyse de survie: \href{http://en.wikipedia.org/wiki/Logrank_test}{LogRank test} et \href{http://en.wikipedia.org/wiki/Proportional_hazards_models}{Cox Models}
|
|
|
436 |
+ \item Outils relatifs aux nouvelles techniques de séquençage:
|
|
380 |
437 |
\begin{innerlist}
|
|
381 |
|
- \item Enseignements~: 54h TD -- 112h TP
|
|
382 |
|
- \item Domaines~: Fonctions sensorielles, Neuroanatomie, Évolution des plans d'organi$\-$sation, Diversité du Vivant, Organismes \& Milieux
|
|
383 |
|
- \item Licences d'importance~:
|
|
384 |
|
- \begin{innerlist2}
|
|
385 |
|
- \item Licence Écologie et Biologie des Organismes
|
|
386 |
|
- \item Licence Science de la Vie et Géologie
|
|
387 |
|
- \end{innerlist2}
|
|
388 |
|
- \end{innerlist}
|
|
|
438 |
+ \item Assemblage / alignement de \emph{reads}: \href{http://sourceforge.net/apps/mediawiki/mira-assembler/index.php?title=Main_Page}{\textsc{Mira}} (assemblage), \href{http://www.phrap.org/phredphrapconsed.html}{Phred / Phrap / Consed} (assemblage), \href{http://samtools.sourceforge.net/}{SAMtools} (alignement), \href{http://www.sanger.ac.uk/resources/software/artemis/}{Artemis} (assemblage), \href{http://bio-bwa.sourceforge.net/}{BWA} (alignement), \href{http://cufflinks.cbcb.umd.edu/}{Cufflinks} (alignement pour RNA-seq)
|
|
|
439 |
+ \item Identification / filtration de variants: \href{https://software.broadinstitute.org/gatk/}{GATK}, \href{http://bedtools.readthedocs.io/en/latest/}{Bedtools}, \href{https://vcftools.github.io/index.html}{vcftools}
|
|
|
440 |
+ \item Analyse des données: \href{https://www.r-project.org/}{R} (analyse génétique et représentation graphique)
|
|
|
441 |
+
|
|
|
442 |
+ \end{innerlist}
|
|
389 |
443 |
\end{outerlist}
|
|
390 |
444 |
|
|
391 |
445 |
|
| ... |
... |
@@ -394,16 +448,28 @@ Symbiose, Interaction Hôte-Symbiote, Immunité, Immunocompetence
|
|
394 |
448 |
\section{Encadrement d'étudiants}
|
|
395 |
449 |
%--------------------------------
|
|
396 |
450 |
%
|
|
397 |
|
-\textit{Étudiant de Licence}
|
|
398 |
|
-\begin{outerlist}
|
|
399 |
|
- \item Romain PIGEAULT: Caractérisation des fonctions hémocytaires chez \emph{Armadillidium vulgare} \hfill \textbf{Mai à Juin 2010}
|
|
400 |
|
-\end{outerlist}
|
|
|
451 |
+\textbf{Licence} :
|
|
|
452 |
+ \begin{innerlist}
|
|
|
453 |
+ \item Romain PIGEAULT (L3) \hfill \textbf{Mai à Juin 2010}
|
|
|
454 |
+ \begin{innerlist2}
|
|
|
455 |
+ \item Sujet : Caractérisation des fonctions hémocytaires chez \emph{Armadillidium vulgare}
|
|
|
456 |
+ \end{innerlist2}
|
|
401 |
457 |
|
|
402 |
|
-\textit{Étudiant de Master}
|
|
403 |
|
-\begin{outerlist}
|
|
404 |
|
- \item Joa MANGOMBI: Caractérisation du type d'activité phénoloxydase chez les isopodes terrestres \hfill \textbf{Avril à Juin 2011}
|
|
405 |
|
-\end{outerlist}
|
|
|
458 |
+ \item Nina ENG (Undergraduate - eq. L2) \hfill \textbf{Mai à Août 2014}
|
|
|
459 |
+ \begin{innerlist2}
|
|
|
460 |
+ \item Sujet : \emph{Oxamniquine resistance alleles in a Brazilian schistosome population}
|
|
|
461 |
+ \end{innerlist2}
|
|
|
462 |
+ \end{innerlist}
|
|
406 |
463 |
|
|
|
464 |
+\blankline
|
|
|
465 |
+
|
|
|
466 |
+\textbf{Master} :
|
|
|
467 |
+ \begin{innerlist}
|
|
|
468 |
+ \item Joa MANGOMBI (M1) \hfill \textbf{Avril à Juin 2011}
|
|
|
469 |
+ \begin{innerlist2}
|
|
|
470 |
+ \item Sujet : Caractérisation du type d'activité phénoloxydase chez les isopodes terrestres
|
|
|
471 |
+ \end{innerlist2}
|
|
|
472 |
+ \end{innerlist}
|
|
407 |
473 |
|
|
408 |
474 |
|
|
409 |
475 |
%------------------------
|
| ... |
... |
@@ -412,22 +478,22 @@ Symbiose, Interaction Hôte-Symbiote, Immunité, Immunocompetence
|
|
412 |
478 |
%
|
|
413 |
479 |
\textbf{Responsabilités administratives}
|
|
414 |
480 |
\begin{outerlist}
|
|
415 |
|
-\item[] Représentant des doctorants à l'\href{http://ed-icbg.univ-poitiers.fr/}{École Doctorale ICBG} \hfill \textbf{Octobre 2007 à Juin 2009}
|
|
416 |
|
-\item[] Représentant des moniteurs auprès du \href{http://www.ciescentre.fr/index.php?id=3}{CIES Centre} \hfill \textbf{Octobre 2007 à Juin 2009}%
|
|
|
481 |
+ \item[] Représentant des doctorants à l'\href{http://ed-icbg.univ-poitiers.fr/}{École Doctorale ICBG} \hfill \textbf{Octobre 2007 à Juin 2009}
|
|
|
482 |
+ \item[] Représentant des moniteurs auprès du \href{http://www.ciescentre.fr/index.php?id=3}{CIES Centre} \hfill \textbf{Octobre 2007 à Juin 2009}%
|
|
417 |
483 |
\end{outerlist}
|
|
418 |
484 |
\blankline
|
|
419 |
485 |
|
|
420 |
486 |
\textbf{Responsabilités associatives}
|
|
421 |
487 |
\begin{outerlist}
|
|
422 |
|
-\item[] \textit{\href{http://moniteurs.poitiers.free.fr/index.php/TEMPO/TEMPO}{TEMPO} (Thésards Et Moniteurs de POitiers)}
|
|
|
488 |
+ \item[] \textit{\href{http://moniteurs.poitiers.free.fr/index.php/TEMPO/TEMPO}{TEMPO} (Thésards Et Moniteurs de POitiers)}
|
|
423 |
489 |
\begin{innerlist}
|
|
424 |
|
- \item Vice-président de l'association \hfill \textbf{Mai 2008 à Mai 2009}
|
|
425 |
|
- \item Président de l'association \hfill \textbf{Mai 2009 à Mai 2010}
|
|
|
490 |
+ \item Vice-président de l'association \hfill \textbf{Mai 2008 à Mai 2009}
|
|
|
491 |
+ \item Président de l'association \hfill \textbf{Mai 2009 à Mai 2010}
|
|
426 |
492 |
\end{innerlist}
|
|
427 |
|
-\item[] \textit{\href{http://adbep.asso.univ-poitiers.fr/index.html}{ADBEP} (Association des Doctorants en Biologie et Ecologie de Poiters)}
|
|
|
493 |
+ \item[] \textit{\href{http://adbep.asso.univ-poitiers.fr/index.html}{ADBEP} (Association des Doctorants en Biologie et Ecologie de Poiters)}
|
|
428 |
494 |
\begin{innerlist}
|
|
429 |
|
- \item Secrétaire de l'association \hfill \textbf{Octobre 2008 à Octobre 2009}
|
|
430 |
|
- \item Représentant de l'association auprès du réseau \href{http://www.biotechno.asso.fr/}{BioTechno}
|
|
|
495 |
+ \item Secrétaire de l'association \hfill \textbf{Octobre 2008 à Octobre 2009}
|
|
|
496 |
+ \item Représentant de l'association auprès du réseau \href{http://www.biotechno.asso.fr/}{BioTechno}
|
|
431 |
497 |
\end{innerlist}
|
|
432 |
498 |
\end{outerlist}
|
|
433 |
499 |
|
| ... |
... |
@@ -487,27 +553,27 @@ Symbiose, Interaction Hôte-Symbiote, Immunité, Immunocompetence
|
|
487 |
553 |
%%
|
|
488 |
554 |
%\textbf{Communications orales} (\footnotemark[1]Auteur ayant présenté)
|
|
489 |
555 |
%\begin{outerlist}
|
|
490 |
|
-% \item \href{http://www.istib-2011.si/}{8$^{th}$ International Symposium of Terrestrial Isopod Biology}~: \textit{\emph{Armadillidium vulgare} – \emph{Wolbachia} association: Impacts on host immune system and immunocompetence}. \textbf{Frédéric Chevalier}\footnotemark[1], Mathieu Sicard, Joanne Bertaux, Juline Herbinière, Franck Morel, Didier Bouchon, Pierre Grève \& Christine Braquart-Varnier. Bled, Slovénie, 19 au 23 juin 2011
|
|
|
556 |
+% \item \href{http://www.istib-2011.si/}{8$^{th}$ International Symposium of Terrestrial Isopod Biology} : \textit{\emph{Armadillidium vulgare} – \emph{Wolbachia} association: Impacts on host immune system and immunocompetence}. \textbf{Frédéric Chevalier}\footnotemark[1], Mathieu Sicard, Joanne Bertaux, Juline Herbinière, Franck Morel, Didier Bouchon, Pierre Grève \& Christine Braquart-Varnier. Bled, Slovénie, 19 au 23 juin 2011
|
|
491 |
557 |
%
|
|
492 |
|
-% \item Immuninv (communauté française d'immunologie des invertébrés)~: \textit{La symbiose à \emph{Wolbachia} et l’immunité chez \emph{Armadillidium vulgare}~: interactions et impacts}. \textbf{Frédéric Chevalier}, Joanne Bertaux, Mathieu Sicard, Juline Herbinière, Didier Bouchon, Pierre Grève \& Christine Braquart-Varnier\footnotemark[1]. Nice, France, 4 au 6 mai 2011
|
|
|
558 |
+% \item Immuninv (communauté française d'immunologie des invertébrés) : \textit{La symbiose à \emph{Wolbachia} et l’immunité chez \emph{Armadillidium vulgare} : interactions et impacts}. \textbf{Frédéric Chevalier}, Joanne Bertaux, Mathieu Sicard, Juline Herbinière, Didier Bouchon, Pierre Grève \& Christine Braquart-Varnier\footnotemark[1]. Nice, France, 4 au 6 mai 2011
|
|
493 |
559 |
%
|
|
494 |
560 |
% \item \href{http://wolbachia2010.neb.com/}{6$^{th}$ Internation \emph{Wolbachia} Conference}: \textit{Impact of \emph{Wolbachia} symbiosis on immune system and immunocompetence of crustacean isopods}. \textbf{Frédéric Chevalier}\footnotemark[1], Mathieu Sicard, Joanne Bertaux, Juline Herbinière, Didier Bouchon, Pierre Grève \& Christine Braquart-Varnier. Pacific Grove, Californie, USA, 9 au 14 juin 2010
|
|
495 |
561 |
%
|
|
496 |
562 |
% \item \href{http://www.cost-fa0701.com/}{COST-FA0701 COST International Training School "Advances in Symbiosis Research"}: \textit{\emph{Wolbachia} symbiosis and crustacean immunity: When the small ones bully the big one}. \textbf{Frédéric Chevalier}\footnotemark[1], Pierre Grève \& Christine Braquart-Varnier. Rehovot, Israël, 14 mars 2010
|
|
497 |
563 |
%
|
|
498 |
564 |
% \item \href{http://www.cost-fa0701.com/}{COST-FA0701 Action Workshop}: \textit{\emph{Wolbachia} symbiosis: Impacts on terrestrial isopod immune system}. \textbf{Frédéric Chevalier}, Juline Herbinière, Mathieu Sicard, Pierre Grève, Christine Braquart-Varnier \& Didier Bouchon\footnotemark[1]. Madeire, Portugal, 20 au 23 Janvier 2010
|
|
499 |
|
-%
|
|
500 |
|
-% \item Journée Microbiologie Poitevine~: \textit{Effets de \emph{Wolbachia} sur les effecteurs de l'immunité d'\emph{Armadillidium vulgare} (crustacé, isopode terrestre)}. \textbf{Frédéric Chevalier}\footnotemark[1], Pierre Grève \& Christine Braquart-Varnier. Poitiers, France, 9 décembre 2009.
|
|
501 |
565 |
%
|
|
502 |
|
-% \item Immuninv~: \textit{Effets de \emph{Wolbachia} sur les effecteurs de l'immunité d'\emph{Armadillidium vulgare} (crustacé, isopode terrestre)}. \textbf{Frédéric Chevalier}\footnotemark[1], Juline Herbinière, Mathieu Sicard, Maryline Raimond, Franck Morel, Pierre Grève \& Christine Braquart-Varnier. Poi$\-$tiers France, 21 au 23 octobre 2009
|
|
503 |
|
-%
|
|
504 |
|
-% \item Journée des doctorants~: \textit{Effets de \emph{Wolbachia} sur les effecteurs de l'immunité d'\emph{Armadillidium vulgare} (crustacé, isopode terrestre)}. \textbf{Frédéric Chevalier}\footnotemark[1], Juline Herbinière, Mathieu Sicard, Maryline Raimond, Franck Morel, Pierre Grève \& Christine Braquart-Varnier. Poitiers, France, 25 juin 2009.
|
|
|
566 |
+% \item Journée Microbiologie Poitevine : \textit{Effets de \emph{Wolbachia} sur les effecteurs de l'immunité d'\emph{Armadillidium vulgare} (crustacé, isopode terrestre)}. \textbf{Frédéric Chevalier}\footnotemark[1], Pierre Grève \& Christine Braquart-Varnier. Poitiers, France, 9 décembre 2009.
|
|
|
567 |
+%
|
|
|
568 |
+% \item Immuninv : \textit{Effets de \emph{Wolbachia} sur les effecteurs de l'immunité d'\emph{Armadillidium vulgare} (crustacé, isopode terrestre)}. \textbf{Frédéric Chevalier}\footnotemark[1], Juline Herbinière, Mathieu Sicard, Maryline Raimond, Franck Morel, Pierre Grève \& Christine Braquart-Varnier. Poi$\-$tiers France, 21 au 23 octobre 2009
|
|
|
569 |
+%
|
|
|
570 |
+% \item Journée des doctorants : \textit{Effets de \emph{Wolbachia} sur les effecteurs de l'immunité d'\emph{Armadillidium vulgare} (crustacé, isopode terrestre)}. \textbf{Frédéric Chevalier}\footnotemark[1], Juline Herbinière, Mathieu Sicard, Maryline Raimond, Franck Morel, Pierre Grève \& Christine Braquart-Varnier. Poitiers, France, 25 juin 2009.
|
|
505 |
571 |
%
|
|
506 |
|
-% \item REID (Réseau Ecologie des Interactions Durables)~: \textit{Effets de \emph{Wolbachia} sur les effecteurs cellulaires de l'immunité d'\emph{Armadillidium vulgare} (crustacé, isopode terrestre).} \textbf{Frédéric Chevalier}\footnotemark[1], Juline Herbinière, Mathieu Sicard, Maryline Raimond, Franck Morel, Pierre Grève \& Christine Braquart-Varnier. Amiens, France, January 14 au 15 janvier 2009
|
|
|
572 |
+% \item REID (Réseau Ecologie des Interactions Durables) : \textit{Effets de \emph{Wolbachia} sur les effecteurs cellulaires de l'immunité d'\emph{Armadillidium vulgare} (crustacé, isopode terrestre).} \textbf{Frédéric Chevalier}\footnotemark[1], Juline Herbinière, Mathieu Sicard, Maryline Raimond, Franck Morel, Pierre Grève \& Christine Braquart-Varnier. Amiens, France, January 14 au 15 janvier 2009
|
|
507 |
573 |
%
|
|
508 |
|
-% \item Immuninv~: \textit{La symbiose à \emph{Wolbachia} ($\alpha$-protéobactérie) chez les crustacés terrestres~: interactions avec le système immunitaire.} Juline Herbinière, \textbf{Frédéric Chevalier}, Maryline Raimond, Mathieu Sicard, Jean-Marc Strub, Pierre Grève \& Christine Braquart-Varnier\footnotemark[1]. Montpellier, France, 23 au 25 avril 2008
|
|
|
574 |
+% \item Immuninv : \textit{La symbiose à \emph{Wolbachia} ($\alpha$-protéobactérie) chez les crustacés terrestres : interactions avec le système immunitaire.} Juline Herbinière, \textbf{Frédéric Chevalier}, Maryline Raimond, Mathieu Sicard, Jean-Marc Strub, Pierre Grève \& Christine Braquart-Varnier\footnotemark[1]. Montpellier, France, 23 au 25 avril 2008
|
|
509 |
575 |
%
|
|
510 |
|
-% \item Immuninv~: \textit{Effets de \emph{Wolbachia} sur les effecteurs cellulaires de l'immunité d'\emph{Arma$\-$dillidium vulgare} (crustacé, isopode terrestre).} \textbf{Frédéric Chevalier}\footnotemark[1], Juline Herbi$\-$nière, Mathieu Sicard, Maryline Raimond, Franck Morel, Pierre Grève \& Christine Braquart-Varnier. Montpellier, France, 23 au 25 avril 2008
|
|
|
576 |
+% \item Immuninv : \textit{Effets de \emph{Wolbachia} sur les effecteurs cellulaires de l'immunité d'\emph{Arma$\-$dillidium vulgare} (crustacé, isopode terrestre).} \textbf{Frédéric Chevalier}\footnotemark[1], Juline Herbi$\-$nière, Mathieu Sicard, Maryline Raimond, Franck Morel, Pierre Grève \& Christine Braquart-Varnier. Montpellier, France, 23 au 25 avril 2008
|
|
511 |
577 |
%\end{outerlist}
|
|
512 |
578 |
%
|
|
513 |
579 |
%
|
| ... |
... |
@@ -518,17 +584,17 @@ Symbiose, Interaction Hôte-Symbiote, Immunité, Immunocompetence
|
|
518 |
584 |
%\begin{outerlist}
|
|
519 |
585 |
% \item \href{http://wolbachia2010.neb.com/}{6$^{th}$ Internation \emph{Wolbachia} Conference}: \textit{FISHing \emph{Wolbachia}: let woodlice catch your eyes}. Joanne Bertaux, \textbf{Frédéric Chevalier}, Christine Braquart-Varnier, Mathieu Sicard, Pierre Grève \& Didier Bouchon\footnotemark[1]. Pacific Grove, Calfornia, USA, 9 au 1 juin 2010
|
|
520 |
586 |
%
|
|
521 |
|
-% \item Immuninv~: \textit{Vous Vous En Fishez, Des Cloportes ? Pas \emph{Wolbachia} !} Joanne Bertaux\footnotemark[1], \textbf{Frédéric Chevalier}, Christine Braquart-Varnier, Mathieu Sicard, Pierre Grève \& Didier Bouchon. Poitiers, France, 21 au 23 octobre 2009
|
|
522 |
|
-%
|
|
523 |
|
-% \item Immuninv~: \textit{Immunocompetence, aging and \emph{Wolbachia}.} \textbf{Frédéric Chevalier}\footnotemark[1], Mickael De Vlechouver, Didier Bouchon, Pierre Grève, Christine Braquart-Varnier \& Mathieu Sicard. Poitiers, France, 21 au 23 octobre 2009
|
|
|
587 |
+% \item Immuninv : \textit{Vous Vous En Fishez, Des Cloportes ? Pas \emph{Wolbachia} !} Joanne Bertaux\footnotemark[1], \textbf{Frédéric Chevalier}, Christine Braquart-Varnier, Mathieu Sicard, Pierre Grève \& Didier Bouchon. Poitiers, France, 21 au 23 octobre 2009
|
|
524 |
588 |
%
|
|
525 |
|
-% \item Immuninv~: \textit{\emph{Wolbachia} symbiosis: impacts on terrestrial isopod immune system.} \textbf{Frédéric Chevalier}\footnotemark[1], Mathieu Sicard, Juline Herbinière, Franck Morel, Didier Bouchon, Pierre Grève \& Christine Braquart-Varnier. Poitiers, France, 21 au 23 octobre 2009
|
|
|
589 |
+% \item Immuninv : \textit{Immunocompetence, aging and \emph{Wolbachia}.} \textbf{Frédéric Chevalier}\footnotemark[1], Mickael De Vlechouver, Didier Bouchon, Pierre Grève, Christine Braquart-Varnier \& Mathieu Sicard. Poitiers, France, 21 au 23 octobre 2009
|
|
526 |
590 |
%
|
|
527 |
|
-% \item \href{http://www.union.wisc.edu/symbiosis}{International Symbiosis Society 6$^{th}$}~: \textit{\emph{Wolbachia} symbiosis: impacts on terrestrial isopod immune system.} \textbf{Frédéric Chevalier}, Mathieu Sicard\footnotemark[1], Juline Herbinière, Franck Morel, Didier Bouchon, Pierre Grève \& Christine Braquart-Varnier. Madison, Wisconsin, USA, 9 au 15 ao\^{u}t 2009
|
|
|
591 |
+% \item Immuninv : \textit{\emph{Wolbachia} symbiosis: impacts on terrestrial isopod immune system.} \textbf{Frédéric Chevalier}\footnotemark[1], Mathieu Sicard, Juline Herbinière, Franck Morel, Didier Bouchon, Pierre Grève \& Christine Braquart-Varnier. Poitiers, France, 21 au 23 octobre 2009
|
|
528 |
592 |
%
|
|
529 |
|
-% \item \href{http://www.cost-fa0701.com/}{COST Action FA0701}~: \textit{Immunocompetence, aging and \emph{Wolbachia}.} \textbf{Frédéric Chevalier}\footnotemark[1], Mickael De Vlechouver, Didier Bouchon, Pierre Grève, Christine Braquart-Varnier \& Mathieu Sicard. Aussois, France, 27 au 30 mai 2009
|
|
|
593 |
+% \item \href{http://www.union.wisc.edu/symbiosis}{International Symbiosis Society 6$^{th}$} : \textit{\emph{Wolbachia} symbiosis: impacts on terrestrial isopod immune system.} \textbf{Frédéric Chevalier}, Mathieu Sicard\footnotemark[1], Juline Herbinière, Franck Morel, Didier Bouchon, Pierre Grève \& Christine Braquart-Varnier. Madison, Wisconsin, USA, 9 au 15 ao\^{u}t 2009
|
|
530 |
594 |
%
|
|
531 |
|
-% \item \href{http://www.cnrs.fr/insb/cjm/}{Jacques Monod Conferences}~: \textit{\emph{Wolbachia} symbiosis: impacts on terrestrial isopod immune system.} \textbf{Frédéric Chevalier}, Juline Herbinière, Mathieu Sicard, Franck Morel, Didier Bouchon, Pierre Grève \& Christine Braquart-Varnier\footnotemark[1]. Aussois, France, 23 au 27 mai 2009
|
|
|
595 |
+% \item \href{http://www.cost-fa0701.com/}{COST Action FA0701} : \textit{Immunocompetence, aging and \emph{Wolbachia}.} \textbf{Frédéric Chevalier}\footnotemark[1], Mickael De Vlechouver, Didier Bouchon, Pierre Grève, Christine Braquart-Varnier \& Mathieu Sicard. Aussois, France, 27 au 30 mai 2009
|
|
|
596 |
+%
|
|
|
597 |
+% \item \href{http://www.cnrs.fr/insb/cjm/}{Jacques Monod Conferences} : \textit{\emph{Wolbachia} symbiosis: impacts on terrestrial isopod immune system.} \textbf{Frédéric Chevalier}, Juline Herbinière, Mathieu Sicard, Franck Morel, Didier Bouchon, Pierre Grève \& Christine Braquart-Varnier\footnotemark[1]. Aussois, France, 23 au 27 mai 2009
|
|
532 |
598 |
%\end{outerlist}
|
|
533 |
599 |
|
|
534 |
600 |
|
| ... |
... |
@@ -541,11 +607,11 @@ Symbiose, Interaction Hôte-Symbiote, Immunité, Immunocompetence
|
|
541 |
607 |
%\begin{outerlist}
|
|
542 |
608 |
%\item[] \textit{\href{http://www.cost-fa0701.com/}{COST Training School} - Advances in Symbiosis Research} \hfill \textbf{13 au 19 Mars 2009}
|
|
543 |
609 |
% \begin{innerlist}
|
|
544 |
|
-% \item Objectifs~: état des lieux des avancés dans le domaine de la recherche sur la symbiose dans le cadre du COST Action FA0701.
|
|
545 |
|
-% \item Responsable~:
|
|
|
610 |
+% \item Objectifs : état des lieux des avancés dans le domaine de la recherche sur la symbiose dans le cadre du COST Action FA0701.
|
|
|
611 |
+% \item Responsable :
|
|
546 |
612 |
% \href{mailto:yuval@agri.huji.ac.il}
|
|
547 |
613 |
% {Professeur Boaz YUVAL}
|
|
548 |
|
-% \item Thème~: étude des symbioses et techniques associées.
|
|
|
614 |
+% \item Thème : étude des symbioses et techniques associées.
|
|
549 |
615 |
% \end{innerlist}
|
|
550 |
616 |
%\end{outerlist}
|
|
551 |
617 |
|
| ... |
... |
@@ -557,45 +623,45 @@ Symbiose, Interaction Hôte-Symbiote, Immunité, Immunocompetence
|
|
557 |
623 |
%%
|
|
558 |
624 |
%\textit{Compétences expérimentales}
|
|
559 |
625 |
%\begin{outerlist}
|
|
560 |
|
-% \item Acides nucléiques~: extraction d'ADN, extraction d'ARN, Southern, Northern, PCR, RT-PCR, qPCR, RT-qPCR, construction de banques d'ADNc, banques soustractives (SSH), clonage, séquençage, hybridation \textit{in situ}
|
|
561 |
|
-% \item Protéines~: Western blot, quantification d'activité enzymatique, expression de protéines en système hétérologue, détection d'interactions (double hybride), purification de protéines par HPLC
|
|
562 |
|
-% \item Biologie cellulaire~: cytométrie en flux, marquage apoptose (marquage TUNEL et Annexin), immunomarquage, séparation de cellules sur gradient, comptage manuel et automatique de densités cellulaires, microscopie épifluorescente, microscopie confocale, préparation d'échantillons pour la microscopie électronique
|
|
563 |
|
-% \item Microbiologie~: cultures de champignons, cultures de bactéries, injections de bactéries
|
|
|
626 |
+% \item Acides nucléiques : extraction d'ADN, extraction d'ARN, Southern, Northern, PCR, RT-PCR, qPCR, RT-qPCR, construction de banques d'ADNc, banques soustractives (SSH), clonage, séquençage, hybridation \textit{in situ}
|
|
|
627 |
+% \item Protéines : Western blot, quantification d'activité enzymatique, expression de protéines en système hétérologue, détection d'interactions (double hybride), purification de protéines par HPLC
|
|
|
628 |
+% \item Biologie cellulaire : cytométrie en flux, marquage apoptose (marquage TUNEL et Annexin), immunomarquage, séparation de cellules sur gradient, comptage manuel et automatique de densités cellulaires, microscopie épifluorescente, microscopie confocale, préparation d'échantillons pour la microscopie électronique
|
|
|
629 |
+% \item Microbiologie : cultures de champignons, cultures de bactéries, injections de bactéries
|
|
564 |
630 |
%\end{outerlist}
|
|
565 |
631 |
%
|
|
566 |
632 |
%\blankline
|
|
567 |
633 |
%
|
|
568 |
634 |
%\textit{Compétences en bioinformatique}
|
|
569 |
635 |
%\begin{outerlist}
|
|
570 |
|
-% \item Recherche de similarités de séquences nucléiques~: \href{http://blast.ncbi.nlm.nih.gov/Blast.cgi}{\textsc{Blast}} (blast local et en ligne)
|
|
571 |
|
-% \item Recherche de similarités de domaines protéiques~: ProScan, Conserved Domain Search
|
|
572 |
|
-% \item Alignement de séquences nucléiques et protéiques~: \href{http://www.mbio.ncsu.edu/BioEdit/bioedit.html}{\textsc{Bioedit}}, Clustal, \href{http://bioinfo.genotoul.fr/multalin/multalin.html} {\textsc{Multalin}}, \textsc{Mafft}, \textsc{Prank}, Guidance
|
|
|
636 |
+% \item Recherche de similarités de séquences nucléiques : \href{http://blast.ncbi.nlm.nih.gov/Blast.cgi}{\textsc{Blast}} (blast local et en ligne)
|
|
|
637 |
+% \item Recherche de similarités de domaines protéiques : ProScan, Conserved Domain Search
|
|
|
638 |
+% \item Alignement de séquences nucléiques et protéiques : \href{http://www.mbio.ncsu.edu/BioEdit/bioedit.html}{\textsc{Bioedit}}, Clustal, \href{http://bioinfo.genotoul.fr/multalin/multalin.html} {\textsc{Multalin}}, \textsc{Mafft}, \textsc{Prank}, Guidance
|
|
573 |
639 |
%\end{outerlist}
|
|
574 |
640 |
|
|
575 |
641 |
|
|
576 |
642 |
|
|
577 |
|
-%----------------------------
|
|
578 |
|
-\section{Autres compétences}
|
|
579 |
|
-%----------------------------
|
|
|
643 |
+%%----------------------------
|
|
|
644 |
+%\section{Autres compétences}
|
|
|
645 |
+%%----------------------------
|
|
580 |
646 |
%
|
|
581 |
647 |
%\textit{Compétences informatiques}
|
|
582 |
648 |
%\begin{outerlist}
|
|
583 |
|
-%\item Logiciels statistiques~: programmes R, \textsc{Jmp}
|
|
584 |
|
-%\item Programmation~: conception de scripts UNIX shell (bash, sh, etc.), de scripts R
|
|
585 |
|
-%\item Maîtrise d'outils bureautiques~: Microsoft Office, OpenOffice, LibreOffice pour plateformes Windows ou GNU/Linux platformes, \TeX{}, \LaTeX{}, B\textsc{ib}\TeX{},
|
|
586 |
|
-%\item Maîtrise de systèmes d'exploitation~: GNU/Linux (Distributions Ubuntu, Mandriva, Debian), Microsoft Windows (2000/XP/Vista/7)
|
|
|
649 |
+%\item Logiciels statistiques : programmes R, \textsc{Jmp}
|
|
|
650 |
+%\item Programmation : conception de scripts UNIX shell (bash, sh, etc.), de scripts R
|
|
|
651 |
+%\item Maîtrise d'outils bureautiques : Microsoft Office, OpenOffice, LibreOffice pour plateformes Windows ou GNU/Linux platformes, \TeX{}, \LaTeX{}, B\textsc{ib}\TeX{},
|
|
|
652 |
+%\item Maîtrise de systèmes d'exploitation : GNU/Linux (Distributions Ubuntu, Mandriva, Debian), Microsoft Windows (2000/XP/Vista/7)
|
|
587 |
653 |
%\end{outerlist}
|
|
588 |
654 |
%
|
|
589 |
655 |
%\blankline
|
|
590 |
656 |
%
|
|
591 |
|
-\textit{Compétences linguistiques}
|
|
592 |
|
-\begin{outerlist}
|
|
593 |
|
-\item Anglais~: lu, écrit, parlé (TOEIC 735/990, oral 330/495, écrit 405/495)
|
|
594 |
|
-\item Espagnol~: lu, écrit
|
|
595 |
|
-\item Latin~: lu, écrit
|
|
596 |
|
-\end{outerlist}
|
|
|
657 |
+%\textit{Compétences linguistiques}
|
|
|
658 |
+%\begin{outerlist}
|
|
|
659 |
+%\item Anglais : lu, écrit, parlé (TOEIC 735/990, oral 330/495, écrit 405/495)
|
|
|
660 |
+%\item Espagnol : lu, écrit
|
|
|
661 |
+%\item Latin : lu, écrit
|
|
|
662 |
+%\end{outerlist}
|
|
597 |
663 |
|
|
598 |
664 |
|
|
599 |
665 |
\end{document}
|
|
600 |
666 |
|
|
601 |
|
-%%%%%%%%%%%%%%%%%%%%%%%%%% End CV Document %%%%%%%%%%%%%%%%%%%%%%%%%%%%%
|
|
602 |
667 |
\ No newline at end of file
|
|
|
668 |
+%%%%%%%%%%%%%%%%%%%%%%%%%% End CV Document %%%%%%%%%%%%%%%%%%%%%%%%%%%%%
|