{IONTW} Reference Guide \ \large{Version 1.0}

IONTW Reference Guide
Version 1.0

M. Drew LaMar1 \ Winfried Just2 \ Hannah Callender3

1  Infection Model Types
2  Disease Transmission Parameters
3  Numerical Simulation Parameters
4  Network Parameters
    4.1  Network Creation
    4.2  Network Modification and Visualization
5  Network Types
6  Setup & Go
    6.1  Initialize States
7  Helpful Commands

1  Infection Model Types

Infection Model gain-immunity latent-period end-infection-rate/prob
SI Off Off = 0
SIS Off Off > 0
SIR On Off > 0
SEI Off On = 0
SEIS Off On > 0
SEIR On On > 0

2  Disease Transmission Parameters

3  Numerical Simulation Parameters

4  Network Parameters

4.1  Network Creation

4.2  Network Modification and Visualization

5  Network Types

All networks are undirected and simple, i.e. no self-loops or multi-edges.

6  Setup & Go

6.1  Initialize States

7  Helpful Commands

Description IONTW Commands
Report number of susceptibles count turtles with [susceptible?]
Report number of latents count turtles with [latent?]
Report number of infectious count turtles with [infectious?]
Report number of removed count turtles with [removed?]
Report mean degree mean [count link-neighbors] of turtles
Report time ticks
Change label for nodes with degree 3 ask turtles with [count link-neighbors = 3][set label "label"]
Create new network new-network
Make one individual susceptible ask n-of 1 turtles [become-susceptible]
Make one individual latent ask n-of 1 turtles [become-latent]
Make one individual infectious ask n-of 1 turtles [become-infectious]
Make one individual removed ask n-of 1 turtles [become-removed]
Make one susceptible removed ask n-of 1 turtles with [susceptible?][become-removed]
Vaccinate individuals from file ask turtles-from-file "vaccinate.txt" [become-removed]
Infect individuals from file ask turtles-from-file "infect.txt" [become-infectious]
Remove individual with degree > 6 ask n-of 1 turtles with [count link-neighbors > 6][become-removed]
Remove everyone with degree > 6 ask turtles with [count link-neighbors > 6][become-removed]

Footnotes:

1The College of William and Mary E-mail: mdlama@wm.edu
2Department of Mathematics, Ohio University, Athens, OH 45701 E-mail: mathjust@gmail.com
3University of Portland E-mail: callende@up.edu


File translated from TEX by TTH, version 3.87.