Example JSON campaign file

To use this example campaign file along with the included configuration file, select EMOD 2.7 and SamplesInput from the drop-down boxes that appear after having selected the configuration file while creating a new simulation.

Campaign file

{
    "Use_Defaults": 1,
    "Campaign_Name": "Initial Seeding",
    "Events": [
        {
            "Event_Coordinator_Config": {
                "Intervention_Config": {
                    "Outbreak_Source": "PrevalenceIncrease",
                    "Antigen": 0,
                    "class": "OutbreakIndividual",
                    "Genome": 0
                },
                "Timesteps_Between_Repetitions": 1742,
                "class": "StandardInterventionDistributionEventCoordinator",
                "Target_Demographic": "Everyone",
                "Demographic_Coverage": 0.6388961673980895
            },
            "Start_Day": 1,
            "class": "CampaignEvent",
            "Event_Name": "Outbreak",
            "Nodeset_Config": {
                "class": "NodeSetAll"
            }
        }
    ]
}