Week 3 - June 13

Logistics

  • Wednesday June 15: Second draft Aims page due
  • Friday June 17: Journal club
  • Friday June 17, 12pm: Eniola WIP practice talk
  • Ben out Wed - Fri

Technical track (EMOD)

Topic: Interventions in EMOD

  • Learn how major malaria interventions are implemented in EMOD (Obj 2a, 2c)
    • Case management for symptomatic malaria
    • Vector control: ITNs, IRS, and larvicides
    • Antimalarial drug campaigns
  • Learn about event reporting in EMOD (Obj 2d)
    • Individual-level events
    • Aggregated events
  • Run various interventions in the simulation and examine the output (Obj 2d, 2e)
    • Implement in own research project
  • Learn about ModBuilder (Obj ??)
    • Design and implement ModBuilder for own research project
    • Run a multi-simulation experiment for own research project
  • => example exercises

Journal club

Presenter: Ethel

Facilitator: Manuela

Runge M, Snow RW, Molteni F, Thawer S, Mohamed A, Mandike R, Giorgi E, Macharia PM, Smith TA, Lengeler C, Pothin E. Simulating the council-specific impact of anti-malaria interventions: a tool to support malaria strategic planning in Tanzania. PloS one. 2020 Feb 19;15(2):e0228469.

Additional recommended reading:

Maire N, Smith T, Ross A, Owusu-Agyei S, Dietz K, Molineaux L. A model for natural immunity to asexual blood stages of Plasmodium falciparum malaria in endemic areas. The American journal of tropical medicine and hygiene. 2006;75(2 Supp):19-31.

Smith T, Maire N, Dietz K, Killeen GF, Vounatsou P, Molineaux L, Tanner M. Relationship between the entomologic inoculation rate and the force of infection for Plasmodium falciparum malaria. The American journal of tropical medicine and hygiene. 2006 Aug 1;75(2_suppl):11-8.

Proposal writing

Second draft of Aims page due Wednesday. Feedback sessions on Aims pages.


Interventions in EMOD

Malaria interventions that can be readily added into the simulations are:

  • Case management (Better treatment seeking behaviour can reduce malaria burden and transmission)
  • Insecticide-based intervention
    • ITN (Insecticide-treated bed nets)
    • IRS (Indoor residual spraying)
  • Larvicides
  • Antimalarial drug campaigns
  • Malaria vaccine

You can add these campaigns to your campaign builder object through either dtk-tools or dtk-tools-malaria functions. We will go through the each of these examples available in the “How To’s” (click the links above to go to the corresponding sections).

For antimalarial drug campaigns, we can use a single function add_drug_campaign() (See here) to cover campaigns such as mass drug administration (MDA), mass screen and test (MSAT), and their variants, as well as seasonal malaria chemotherapy (SMC). Note that intermittent preventive treatment in infancy (IPTi) or in pregnancy (IPTp) is not directly available in the simulation. Since not everyone adhere to taking the full course of drugs, it is important to adjust drug adherence accordingly, which is easily specified using an additional function. We have calibrated the parameters for most of the drugs, and you can see them here.

For malaria vaccine, because vaccine schedule and booster requirement can be elaborate, we will walk through an example of how to distribute RTSS vaccine via age-based immunization program.

When someone receive an intervention, e.g., treatment from seeking care, getting a bednet etc., an “event” would be generated and broadcasted. These “events” allow us to do bookkeeping, and ensure the intervention is properly specified.