Epidemiology Modeling the Spread of Disease Designing and Running Experiments Modeling and Simulation Module 1: Lesson 5.

Slides:



Advertisements
Similar presentations
NOSOCOMIAL ANTIBIOTIC RESISTANT ORGANISMS
Advertisements

Working in a CMS? Know the Facts About Community Associated MRSA (CA-MRSA)
Community Acquired Methicillin-Resistant Staphylococcus aureus CA-MRSA
MRSA Community Acquired Methicillin Resistant Staphylococcus Aureus
MRSA Found in U.S. Wastewater Treatment Plants.  MRSA is a type of staph bacteria that is resistant to certain antibiotics called beta-lactams (Centers.
Last Updated: 11/29/07 MRSA BENTONVILLE PUBLIC SCHOOLS.
Population- based Surveillance of Reportable Diseases in Nursing Home Facilities in Nebraska Manjiri Joshi, MPH + Alison Keyser Metobo, MPH + + Epidemiology.
The Facts About MRSA.
What are Staph & MRSA? Staph (Staphlococcus aureus)
LSP 121 Access Forms, Reports, and Switchboard. Access Forms.
MRSA.
MRSA METHICILLIN-RESISTANT STAPHYLOCOCCUS AUREUS Created by Kim Rasmussen, RN VSU – Student Health Center 11/8/10.
Population dynamics of infectious diseases Arjan Stegeman.
MRSA Methicillin Resistant Staphylococcus Aureus
In this chapter we introduce the idea of a random variable as well as looking at its shape, center, and spread.
MRSA and VRE. MRSA  1974 – MRSA accounted for only 2% of total staph infections  1995 – MRSA accounted for 22% of total staph infections  2004 – MRSA.
MRSA and VRE. MRSA  1974 – MRSA accounted for only ____of total staph infections  1995 – MRSA accounted for _____ of total staph infections  2004 –
Live, Learn, Work and Play
Methicillin-resistant Staphylococcus Aureus by Torie Stratton, Jordan Scott, and Megan Pazzelli.
Fell View Computer Club StarLogo TNG – Session Two.
Modeling and Simulation Module 1: Lesson 1
(methicillin-resistant Staphylococcus aureus)
Infectious Diseases in Industry. Nancy V. Rodway MD MS MPH Medical Director, Occupational Services, Ambulatory Centers and Employee Health.
Methicillin-resistant Staphylococcus Aureus (MRSA) By: Aaron Mohr, Taylor Host, and Kristen Sposetta.
Methicillin-resistant Staphylococcus Aureus - MRSA - Sharon Walker, RN, BPS Ingham County Health Department.
Fish Infectious Disease Model Case Study BSC417/517.
Antibiotic Resistance
V5 Epidemics on networks
Art 315 Lecture 5 Dr. J. Parker AB 606. Last time … We wrote our first program. We used a tool called GameMaker. The program we wrote causes a ball to.
How does our body respond to bacterial?. What is Staphylococcus? How does it enters our body? How can one prevent from entering the body?
Adding Instrumentation Designing and Running Experiments Modeling and Simulation Module 1: Lesson 6.
An introduction to Logo Mike Warriner Engineering Director, Google Note: This course is not an endorsement of Logo by Google. All views in this document.
Learning Unity. Getting Unity
Brainstorm! Things that are too small to see: Engineering to Reduce the Germs!
Probability with Dice and Data, Wiggle Walk, and Colliding Turtles Modeling and Simulation Module 1: Lesson 1.
Microsoft® Small Basic Collision Detection Estimated time to complete this lesson: 1 hour.
Microsoft Visual Basic 2005 BASICS Lesson 1 A First Look at Microsoft Visual Basic.
MRSA Infections in Child Care Programs
An Agent Epidemic Model Toward a general model. Objectives n An epidemic is any attribute that is passed from one person to others in society è disease,
Understanding Methicillin-Resistant Staphylococcus aureus
Methicillin-resistant Staphylococcus Aureus (MRSA)
Staphylococcus Aureus
Staphylococcus aureus Skin Infections
Object Orientated Programming in Perl Simulated Models of Termites.
Introduction to TouchDevelop Lesson 3 – Comments & Lists Created by S. Johnson
Life and Times of: Methicillin Resistant Staphylococcus Aureus (MRSA) Group 3.
Epidemics on Networks. Social networks Age 4–5Age 10–11.
Statistics Tutorial.
Evolution of Bacteria Joshua Jackson 2 nd Period Biology Honors.
21/03/ Working with Controls Text and List Boxes.
COMPUTER PROGRAMMING Year 9 – lesson 1. Objective and Outcome Teaching Objective We are going to look at how to construct a computer program. We will.
Welcome, ________ Educators! Please have a seat at a Question Card and fill out your name, school, role, subjects taught, and grades taught. You don’t.
MRSA.
Methicillin-resistant Staphylococcus aureus (MRSA) By: Raigan Chambers.
Modeling and Simulation Module 1: Lesson 1 Introduction to Complex Adaptive Systems and Computer Modeling and Simulation.
Welcome, ___________Educators! Welcome to another wonderful day with Project GUTS and Code.org!
Game Maker Tutorials Introduction Clickball IntroductionClickball Where is it? Shooting Where is it?Shooting.
Computer Programming.
MRSA Methicillin Resistant Staphylococcus Aureus
Debugging Taken from notes by Dr. Neil Moore
Python 19 Mr. Husch.
Debugging Taken from notes by Dr. Neil Moore
Move this box to see the hints (there are two hints for this code)
creating a ecosystems model in net logo
Python 19 Mr. Husch.
Presentation transcript:

Epidemiology Modeling the Spread of Disease Designing and Running Experiments Modeling and Simulation Module 1: Lesson 5

Review from Lesson 4 What could collisions represent in the real world? Why do we use probability in models?

Lesson 5 Introduction to Epidemiology. Creating a slider for transmission rate. Using the slider value to determine whether or not to pass a disease from agent to agent. Creating a slider for recovery rate. Using it to determine if a sick agent recovers.

Introduction to Epidemiology Epidemics are the spread of disease Epidemiologists study the spread of disease One way epidemiologists try to study the spread of disease is through running simulations of how a disease spreads. Then they can test different measures to stop and epidemic.

What is MRSA? MRSA is a bacteria called Methicillin resistant Staphylococcus Aureus. Staphylococcus means grape-cluster in Greek. Viewed at 10,000 x magnification.

MRSA 30% of a population has some form of staphylococcus or staph on their skin or nose, which is known as colonization. About 880,000 people are infected with MRSA each year, out of those, 3% die.

How Does it Spread? Direct physical contact

How to treat an infection The infection is usually drained, cleaned, and covered. Treated with an appropriate antibiotic. Keep it covered and don’t share personal items.

Picture of MRSA cycle MRSA transmission Colonized Susceptible (Healthy) Infected

Community-Associated MRSA Modeled as a Complex Adaptive System This is a screen shot from a simplified version of a Community-associated MRSA model developed by the University of Chicago / Argonne National Laboratory. In this model, students go from home to school and back again. The agents can be in one of three states: healthy, infected, or colonized, and can infect others if they are colonized or infected.

New in Lesson 5 CS concepts: Variables and Procedures We are going to turn our colliding turtles model to make it into an epidemic model. Let’s add a new widget called a slider. We will use this slider to hold a value called the transmission rate. This rate is the percentage of time a disease gets passed from one person to another upon collision.

Variables Variables are containers for holding values. Think of a variable as a box with a label. In StarLogo Nova, Sliders can be used to hold values and set values as inputs to the model.

Procedures Procedures are stacks of commands that perform a particular function and can be given a name.

Create a New StarLogo Nova widget

New StarLogo Nova widget Change the max value to 100 by typing in 100 next to max and hitting the return key. Click on “Edit Widgets” again to get out into editing mode and back into play mode.

Use the New Widget We now have a way to set the transmission rate through the user interface with a slider. We can get the value of transmission rate in code. How do we “pass the disease to the healthy agent 40% of the time after a collision?” [hint: remember the dice rolls]

Use the Transmission Rate Widget We are rolling a 100-sided die. If the result is less than the transmission rate, pass the disease on. How often should we roll less than the transmission rate? What kind of distribution does the roll of a single die give us?

Save and Test your Model Try changing the transmission rate? What is missing if you wanted to use your model as an experimental test bed?

Extension: Adding Recovery People sometimes recover from a disease How can we use probability to determine when a sick person recovers?

Adding Recovery Recovery will be a new procedure. At each step a sick person has a chance of recovery.

Adding Recovery Create a new slider for recovery rate. Use that slider in the recover procedure to determine whether the sick agent recovers (becomes healthy again).

Adding Recovery Create a new slider for recovery rate.

Adding Recovery Use that slider in the recover procedure to determine whether the sick agent recovers (becomes healthy again or blue).

Save and Test your Model Try changing the recovery rate? Did you see any new outcomes or patterns?

Review from Lesson 5 What does this model tell you? What is the impact of changing the transmission rate? And recovery rate? What other things move through a population like a disease?

End of Lesson 5