Selected publications View all
Proceedings of the National Academy of Sciences of the United States of America
2021
Archaeal Virology
The Journal of experimental medicine
Yolk sac, but not hematopoietic stem cell-derived progenitors, sustain erythropoiesis throughout murine embryonic life.
2021
Lymphocytes and Immunity
Euro surveillance : bulletin Europeen sur les maladies transmissibles = European communicable disease bulletin
Prior infection by seasonal coronaviruses, as assessed by serology, does not prevent SARS-CoV-2 infection and disease in children, France, April to June 2020.
2021
Expertise group: GIPhy – Genome Informatics and Phylogenetics
Nature medicine
Sensitivity of infectious SARS-CoV-2 B.1.1.7 and B.1.351 variants to neutralizing antibodies.
2021
Humoral Immunology
Science immunology
A cross-talk between CAR T cell subsets and the tumor microenvironment is essential for sustained cytotoxic activity.
2021
Dynamics of Immune Responses
Nature communications
Reconstructing unseen transmission events to infer dengue dynamics from viral sequences.
2021
Mathematical Modelling Of Infectious Diseases
Nucleic acids research
Iron-sulfur biology invades tRNA modification: the case of U34 sulfuration.
2021
Stress adaptation and metabolism in enterobacteria
Nature communications
Evaluating the impact of curfews and other measures on SARS-CoV-2 transmission in French Guiana.
2021
Mathematical Modelling Of Infectious Diseases
Calendar of symposium, seminars and others events View all
Jobs View all

Job: Post-doc
Post-doctoral position
Ecology and Evolution of Antibiotics Resistance
Job: Non-permanent Researcher
High Content Screening & Imaging Specialist
Photonic BioImaging (UTechS PBI)
Job: Associate Professor
Responsable de l’Unité d’Epidémiologie et de Santé Publique H/F – Institut Pasteur Guinée

Job: Post-doc
Designing a Human Alveolar Model on-Chip for SARS-CoV-2 Investigations
Biomaterials and Microfluidics
Job: Post-doc
ERC funded Postdoctoral position in epigenetics at Institut Pasteur
Mechanisms of epigenetic inheritance
Job: Post-doc
Postdoctoral position in virus evolution
Evolutionary genomics of RNA viruses
Job: Post-doc
Postdoctoral Position in the Pathogen Discovery Laboratory – Institut Pasteur
Pathogen discovery
Job: Post-doc
Postdoctoral position in integrative structural biology
Integrative structural biology of dynamic systems
updateHeader = function() {
var next = $('.header-nav .item.active').next();
if (next.length){
$('.header-nav .item.active').removeClass('active');
next.addClass('active');
}else{
$('.header-nav .item.active').removeClass('active');
$('.header-nav .item:first').addClass('active');
}
}
scrollIntervalID = setInterval(updateHeader, 3000);
updatePublications = function() {
var next = $('.pub-slide.active').next('.pub-slide');
if (next.length){
$('.pub-slide.active').removeClass('active');
next.addClass('active');
}else{
$('.pub-slide.active').removeClass('active');
$('.pub-slide:first').addClass('active');
}
}
scrollIntervalID = setInterval(updatePublications, 10200);
updateCalendar = function() {
$('.event-anim-bar').removeClass('start');
var next = $('.event-slide.active').next('.event-slide');
if (next.length){
$('.event-slide.active').removeClass('active');
next.addClass('active');
$('.event-anim-bar').addClass('start');
}else{
$('.event-slide.active').removeClass('active');
$('.event-slide:first').addClass('active');
$('.event-anim-bar').addClass('start');
}
}
scrollIntervalID = setInterval(updateCalendar, 6600);
updateJobs = function() {
var next = $('.job-slide.active').next('.job-slide');
if (next.length){
$('.job-slide.active').removeClass('active');
next.addClass('active');
}else{
$('.job-slide.active').removeClass('active');
$('.job-slide:first').addClass('active');
}
}
scrollIntervalID = setInterval(updateJobs, 6000);