From d51a83b8b6ed2067ed417360dbf104bca5adae97 Mon Sep 17 00:00:00 2001 From: Conrad Selig <31974507+ConradSelig@users.noreply.github.com> Date: Wed, 30 Jan 2019 10:38:50 -0700 Subject: [PATCH] #893 Manually adding _site files These files should be generated by Jekyll when the server compiles, but looking in the gh-pages repo, it doesnt seem they are being generated. Adding them manually may point Jekyll in the right direction when it goes to make the site live. --- _site/examples_page.html | 12 ++++++ _site/index.html | 82 ++++++++++++++++++++++++++++++++++++++++ 2 files changed, 94 insertions(+) create mode 100644 _site/examples_page.html create mode 100644 _site/index.html diff --git a/_site/examples_page.html b/_site/examples_page.html new file mode 100644 index 000000000..ffe3fdcb4 --- /dev/null +++ b/_site/examples_page.html @@ -0,0 +1,12 @@ + + + + + ADSM + + +

Adding Links and Images to Front Page

+

Front Page is powered by about.md, secondary pages

+ + + diff --git a/_site/index.html b/_site/index.html new file mode 100644 index 000000000..a9b5ad6a9 --- /dev/null +++ b/_site/index.html @@ -0,0 +1,82 @@ + + + + + ADSM + + + +

Overview

+

The Animal Disease Spread Model (ADSM) is a software application that simulates the spread of highly contagious animal diseases in a susceptible population. Applied control measures can influence the disease outbreak. ADSM features upgraded technology and a redesigned user interface combined with the trusted logic of NAADSM

+ +

Applications

+
  • Evaluate proposed disease control strategies for planning and policy decisions.
  • +

    +
  • Provide “what if” scenarios for outbreak planning exercises.
  • +

    +
  • Estimate consequences as part of the risk analysis process.
  • +

    +
  • Assess the potential economic impacts of disease and associated control measures.
  • +

    +
  • Provide input for emergency preparedness and surveillance plans and activities.
  • +

    +
  • Create simple scenarios for an educational setting or complex scenarios for policy research.
  • +

    +
  • Communicate principles of epidemiology and disease control.
  • +

    +
  • Support researchers who incorporate disease modeling in their work.
  • +

    +
  • Explore questions related to resources needed in the event of an outbreak.
  • +

    +
  • Offer outreach and training in the use of disease models in general, and of ADSM in particular, to scientific and veterinary communities.
  • +

    + +

    Key Characteristics

    +
  • ADSM is herd based. Disease manifestation and transmission are represented at the level of a herd/flock of animals, rather than at the individual animal level.
  • +

    +
  • ADSM is a state transition model. Each infected herd transitions from a susceptible state to and infected state and back to an immune state.
  • +

    +
  • ADSM is a stochastic simulation. It mimics the random processes responsible for disease spread. Each simulated outbreak is the result of a unique series of random events and processes. When analyzed together, many simulated outbreaks represent a range of possible outcomes, given a set of shared assumption.
  • +

    +
  • ADSM simulates spatial and temporal aspects of disease spread. Each herd in a scenario is assigned a physical location and disease progression occurs in daily time steps.
  • +

    + Examples Page + + + \ No newline at end of file