Skip to content
This repository has been archived by the owner on Dec 3, 2023. It is now read-only.

Old school project about modeling an epidemic in the context of the COVID-19 situation. I choose to simulate an epidemic inside an airport network.

License

Notifications You must be signed in to change notification settings

marcusaasjensen/airport-network-epidemic

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Airport network epidemic 🦠

By Marcus Aas Jensen

Made with Unity License: MIT

Old school project about modeling an epidemic in the context of the COVID-19 situation. I choose to simulate an epidemic inside an airport network using the Unity 3D engine.

DISCLAIMER - This project is old (2021) and is not an accurate depiction of a real world epidemic.

ARCHIVED - Although you can try the final version in the latest release, the final project itself was lost. You can only access this old project version on GitHub with other added scripts that were only present in the newer lost project.

Simulation

Parameters ⚙️

🦠 Chance of Airplane Getting Virus (0 to 1): probability that an airplane becomes contaminated with the virus.

∆T Virus Infection Delta T (in days): time before a new airplane contamination occurs at a contaminated airport.

🛫 Number of Airports: total number of airports connected as a complete graph in the simulation.

🧼 Chance of Cleaning the Virus (0 to 1): effectiveness of cleaning measures at airports.

😷 Chance of Cleaning During Lockdown (0 to 1): increased effectiveness of cleaning measures during a lockdown situation.

∆T Cleaning Delta T (in days): time before a new cleaning session.

Legend 🖼️

🟦 : clean

🟨 : in danger of being contaminated

🟥 : contaminated

⬛ : airport lockdown

Demo 🎥

Here is a cliché simulation of an epidemic with 30 connected airports. The virus is extremely contagious everyday and cleaning measures are negligeable during an unknown epidemic. When an airport is in lockdown, cleaning measures are taken seriously.

Instructions

Extract the airport_network_epidemic.zip file.

Launch the Virus_Airport_Network_Simulation.exe file.

Define the parameters you would like.

Click on the start simulation button.

You can click on airports to toggle their lockdown state.

In case the app starts to lag, you can press Spacebar to stop updating the stats graph.

You can close the app any time with the close button.

Acknowledgments

Thank you to my professor Mr. Donati for assisting the project's evolution.

Props to my dear friend @marcpinet for being part of the student group. He also made an awesome epidemic modeling project using python which was also part of the bigger picture of our presentation: epidemic-modeling.

About

Old school project about modeling an epidemic in the context of the COVID-19 situation. I choose to simulate an epidemic inside an airport network.

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages