ModAH Conference 2026

Link to my poster for the ModAH Conference 2026.
conference
Author
Published

July 5, 2026

Modified

July 5, 2026

On August 25th to 27th, I will be at the ModAH Conference 2026. I will be presenting a poster on the work I carried on for 9 months now on deciphering how ecological, epidemiological and bio-demographic conditions can alter the risk for the African Swine Fever to become endemic following introduction of an infected individuals in a population. Here are the main results detailed on the poster:

The poster can be accessed here.

On a total side note, I discovered the qrcode R package while working on my poster. It is really interesting, as many website that you can use to generate a QR code ask you to register if you want to download your code. So, I generated the code on my poster using this package, and you can see below how easy it was!

library(qrcode)

QR = qr_code("https://flolecorvaisier.github.io/resources/poster-modah-2026.pdf")

plot(QR)