Skip to content

Commit

Permalink
#893 Additional formatting for the ADSM site.
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
ConradSelig committed Feb 4, 2019
1 parent a746629 commit 0bcfed6
Show file tree
Hide file tree
Showing 3 changed files with 41 additions and 17 deletions.
22 changes: 5 additions & 17 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,48 +3,36 @@
<head>
<meta charset="UTF-8">
<title>ADSM | A simulation of disease spread in livestock populations. Includes detection and containment simulation.</title>

<link href="https://fonts.googleapis.com/css?family=Source+Sans+Pro" rel="stylesheet">
<link rel="stylesheet" href="stylesheet.css">
</head>
<body>
<div style="float: left; margin: 0% 10% 100% 10%;" align="right">
<div style="float: left; margin: 0% 10% 100% 10%; color: #00477f;" align="right">
<h1 style="margin-bottom: 0px;">ADSM</h1>
<p style="margin-top: 0px;">Animal Disease Spread Model</p>
</div>
<div style="margin: 5% 10% 5% 0%;">
<h2> Overview </h2>
<p>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 </p>

<h2>Applications</h2>
<li> Evaluate proposed disease control strategies for planning and policy decisions. </li>
<p></p>
<li> Provide “what if” scenarios for outbreak planning exercises. </li>
<p></p>
<li> Estimate consequences as part of the risk analysis process. </li>
<p></p>
<li> Assess the potential economic impacts of disease and associated control measures. </li>
<p></p>
<li> Provide input for emergency preparedness and surveillance plans and activities. </li>
<p></p>
<li> Create simple scenarios for an educational setting or complex scenarios for policy research. </li>
<p></p>
<li> Communicate principles of epidemiology and disease control. </li>
<p></p>
<li> Support researchers who incorporate disease modeling in their work. </li>
<p></p>
<li> Explore questions related to resources needed in the event of an outbreak. </li>
<p></p>
<li> Offer outreach and training in the use of disease models in general, and of ADSM in particular, to scientific and veterinary communities. </li>
<p></p>

<h2>Key Characteristics</h2>
<li> 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. </li>
<p></p>
<li> ADSM is a state transition model. Each infected herd transitions from a susceptible state to and infected state and back to an immune state. </li>
<p></p>
<li> 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. </li>
<p></p>
<li> 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. </li>
<p></p>
<a href="examples_page.html">Examples Page</a>
<h3><a href="pdf_bank.html">PDF Databank</a></h3>
</div>
</body>
</html>
22 changes: 22 additions & 0 deletions pdf_bank.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>ADSM | A simulation of disease spread in livestock populations. Includes detection and containment simulation.</title>

<link href="https://fonts.googleapis.com/css?family=Source+Sans+Pro" rel="stylesheet">
<link rel="stylesheet" href="stylesheet.css">
</head>
<body>
<div style="float: left; margin: 0% 10% 100% 10%; color: #00477f;" align="right">
<h1 style="margin-bottom: 0px;">ADSM</h1>
<p style="margin-top: 0px;">Animal Disease Spread Model</p>
</div>
<div style="margin: 5% 10% 5% 0%;">
<h2>PDF Files</h2>
<p>Below is a list of all provided PDF materials. Opened PDF files will open in a new tab.</p>
<h3><a href="index.html">Return to Front Page</a></h3>
<!--<li><a href="" target="_blank"></a></li>-->
</div>
</body>
</html>
14 changes: 14 additions & 0 deletions stylesheet.css
Original file line number Diff line number Diff line change
@@ -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;
}

0 comments on commit 0bcfed6

Please sign in to comment.