From 0bcfed694e8083e6d06aa7e4f33441e5ef7d8683 Mon Sep 17 00:00:00 2001 From: Conrad Selig <31974507+ConradSelig@users.noreply.github.com> Date: Sun, 3 Feb 2019 20:25:22 -0700 Subject: [PATCH] #893 Additional formatting for the ADSM site. Added PDF databank, no PDF links currently added. All style changes conform to rules set in fontandcolorguide.pdf currently located in the gh-pages branch. --- index.html | 22 +++++----------------- pdf_bank.html | 22 ++++++++++++++++++++++ stylesheet.css | 14 ++++++++++++++ 3 files changed, 41 insertions(+), 17 deletions(-) create mode 100644 pdf_bank.html create mode 100644 stylesheet.css diff --git a/index.html b/index.html index b6f1fcdfe..3bb3da311 100644 --- a/index.html +++ b/index.html @@ -3,48 +3,36 @@ ADSM | A simulation of disease spread in livestock populations. Includes detection and containment simulation. + + + -
+

ADSM

Animal Disease Spread Model

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 +

    PDF Databank

    \ No newline at end of file diff --git a/pdf_bank.html b/pdf_bank.html new file mode 100644 index 000000000..69ffbae2e --- /dev/null +++ b/pdf_bank.html @@ -0,0 +1,22 @@ + + + + + ADSM | A simulation of disease spread in livestock populations. Includes detection and containment simulation. + + + + + +
    +

    ADSM

    +

    Animal Disease Spread Model

    +
    +
    +

    PDF Files

    +

    Below is a list of all provided PDF materials. Opened PDF files will open in a new tab.

    +

    Return to Front Page

    + +
    + + \ No newline at end of file diff --git a/stylesheet.css b/stylesheet.css new file mode 100644 index 000000000..6b9533cb2 --- /dev/null +++ b/stylesheet.css @@ -0,0 +1,14 @@ +a { + text-decoration: none; + font-style: italic; + color: #7cb9ff; +} +body, body * { + font-family: 'Source Sans Pro', sans-serif; +} +h1 { + font-size: 42pt; +} +li { + padding-bottom: 20px; +} \ No newline at end of file