Selected publications View all
Nature communications
2021
Viral Populations and Pathogenesis
The EMBO journal
Functional heterogeneity of cytotoxic T cells and tumor resistance to cytotoxic hits limit anti-tumor activity in vivo.
2021
Dynamics of Immune Responses
Nature
Genomic insights into population history and biological adaptation in Oceania.
2021
Human Evolutionary Genetics
NPJ biofilms and microbiomes
Lifestyle-specific S-nitrosylation of protein cysteine thiols regulates Escherichia coli biofilm formation and resistance to oxidative stress.
2021
Genetics of Biofilms
Proceedings of the National Academy of Sciences of the United States of America
Virus-induced cell gigantism and asymmetric cell division in archaea
2021
Archaeal Virology
The Lancet. Public health
Monitoring the proportion of the population infected by SARS-CoV-2 using age-stratified hospitalisation and serological data: a modelling study.
2021
Mathematical Modelling Of Infectious Diseases
Clinical microbiology and infection : the official publication of the European Society of Clinical Microbiology and Infectious Diseases
Development and clinical validation of loop-mediated isothermal amplification (LAMP) assay to diagnose high HBV DNA levels in resource-limited settings.
2021
Epidemiology of Emerging Diseases
The Journal of experimental medicine
Yolk sac, but not hematopoietic stem cell-derived progenitors, sustain erythropoiesis throughout murine embryonic life.
2021
Lymphocytes and Immunity
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);